$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

$

$AdjustedProbability - com.quartetfs.biz.xmla.constants.Keyword
 
$Distance - com.quartetfs.biz.xmla.constants.Keyword
 
$Probability - com.quartetfs.biz.xmla.constants.Keyword
 
$ProbabilityStdDeV - com.quartetfs.biz.xmla.constants.Keyword
 
$ProbabilityStDev - com.quartetfs.biz.xmla.constants.Keyword
 
$ProbabilityVariance - com.quartetfs.biz.xmla.constants.Keyword
 
$StdDeV - com.quartetfs.biz.xmla.constants.Keyword
 
$StDev - com.quartetfs.biz.xmla.constants.Keyword
 
$Support - com.quartetfs.biz.xmla.constants.Keyword
 
$Variance - com.quartetfs.biz.xmla.constants.Keyword
 

A

AAbstractAction() - Constructor for class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils.AAbstractAction
 
AAccessTokenAuthenticator - Class in com.qfs.security.impl
an authenticator that works with Server authentication using an Access Token (for example KeyCloak, Azure, etc.).
AAccessTokenAuthenticator() - Constructor for class com.qfs.security.impl.AAccessTokenAuthenticator
 
AAction() - Constructor for class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils.AAction
 
AActionMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Abstract implementation of a monitor for a particular transient action.
AActionResultMonitor<ResultT> - Class in com.activeviam.apm.pivot.monitoring.impl
Extending the AActionMonitor to accept a action result which can be used for building result description.
AActiveCacheMonitoringBean - Class in com.activeviam.apm.pivot.monitoring.jmx.impl
MBean with the cache value.
AActivePivotConfig - Class in com.qfs.server.cfg.impl
Spring configuration of the core ActivePivot Components.
AActivePivotConfig() - Constructor for class com.qfs.server.cfg.impl.AActivePivotConfig
 
AActivePivotContentServiceDelegate - Class in com.qfs.pivot.content.impl
A base implementation for an IActivePivotContentService that delegates its calls to an underlying service.
AActivePivotContinuousQuery<ResultT,​UpdateT extends IContinuousQueryUpdate<ResultT>> - Class in com.quartetfs.biz.pivot.query.impl
Abstract class which implement general behaviour for ActivePivot's continuous queries.
AActivePivotQueryExecutor - Class in com.quartetfs.biz.pivot.impl
The ground implementation of an IActivePivotQueryExecutor, implementing the basic behavior.
AActivePivotQueryExecutor() - Constructor for class com.quartetfs.biz.pivot.impl.AActivePivotQueryExecutor
 
AActivePivotSchemaConfig - Class in com.qfs.server.cfg.impl
Abstract implementation of an IActivePivotSchemaConfig.
AActivePivotSchemaConfig() - Constructor for class com.qfs.server.cfg.impl.AActivePivotSchemaConfig
 
AActivePivotSchemaRebuilder<T> - Class in com.quartetfs.biz.pivot.impl
Base class for beans that can schedule a periodic rebuild of a number of ActivePivot schemas.
AActivePivotSchemaRebuilder() - Constructor for class com.quartetfs.biz.pivot.impl.AActivePivotSchemaRebuilder
 
AActivePivotStream<T extends IQuery<?>> - Class in com.quartetfs.biz.pivot.streaming.impl
This abstract class encapsulates the behavior of a stream which subscribes to an ActivePivot instance continuous queries.
AActivePivotStreamNode<S extends IStream<Q>,​Q extends IQuery<?>,​R,​U extends IContinuousQueryUpdate<R>> - Class in com.quartetfs.biz.pivot.streaming.impl
Abstract class specialized for IStreamNode on IQuery on a IActivePivot.
AActivePivotWithDirectQueryConfig - Class in com.qfs.server.cfg.impl
Configuration of an ActivePivot that does not rely on an IDatastore.
AActivePivotWithDirectQueryConfig() - Constructor for class com.qfs.server.cfg.impl.AActivePivotWithDirectQueryConfig
 
AActivePivotWithDirectQueryConfig.OnLegacyInitialization - Annotation Type in com.qfs.server.cfg.impl
 
AAdaptingFuture<UnderlyingT,​AdaptedT> - Class in com.qfs.concurrent.impl
A future that adapts the future value of an underlying future.
AAdvancedPostProcessor - Class in com.activeviam.pivot.postprocessing.impl
Abstract base class for all post processors.
AAggregateCollector<BaseT extends AAggregateProviderBase,​CollectorT extends AAggregateCollector<BaseT,​CollectorT,​TransactionT>,​TransactionT extends AAggregateProviderTransaction<BaseT,​CollectorT>> - Class in com.qfs.pivot.cube.provider.impl
Abstract implementation of an IAggregateCollector.
AAggregatedMeasure<I,​A> - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
 
AAggregatedMeasure(String, int, IAggregationFunction, String, String, String, boolean, List<String>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AAggregatedMeasure
Constructor.
AAggregateProviderBase - Class in com.qfs.pivot.cube.provider.impl
Abstract aggregate provider to be extended by every provider implementations.
AAggregateProviderTransaction<B extends IAggregateProviderBase,​C extends IAggregateCollector> - Class in com.qfs.pivot.cube.provider.impl
Base implementation of an IAggregateProviderTransaction.
AAggregateProviderVersion<V extends AAggregateProviderVersion<V,​B,​T>,​B extends AAggregateProviderBase,​T extends ITransaction> - Class in com.qfs.pivot.cube.provider.impl
Base implementation of a IAggregateProviderVersion.
AAggregatesContinuousHandler<EventT> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Base class for synchronous continuous handlers.
AAggregatesContinuousQueryEngine - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Abstract implementation of an IAggregatesContinuousQueryEngine.
AAggregatesContinuousQueryEngine.ContinuousAggregatesRetriever - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Special aggregate retriever used during continuous query evaluation.
AAggregatesContinuousQueryEngine.QuerySpecificContinuousAggregatesRetriever - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Special aggregate retriever used during continuous query evaluation for the measures that are specific to one query (e.g.
AAggregatesRetrieval - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Abstract base implementation of an IAggregatesRetrieval.
AAggregateStoreBinding - Class in com.qfs.pivot.agg.impl
Base implementation of an IAggregateStoreBinding that manages column-to-column bindings.
AAggregation<FunT extends IAggregationFunction> - Class in com.qfs.agg.impl
Base class for implementing IAggregation classes.
AAggregationBinding - Class in com.qfs.agg.impl
Base class for aggregation binding implementations.
AAggregationBindingCloneable<K> - Class in com.qfs.agg.impl
Aggregation Binding specialized for cloneable (object) aggregates like for instance vectors.
AAggregationFunction - Class in com.qfs.agg.impl
Base for aggregation functions.
AAnalysisAggregationProcedure<ContextT> - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Abstract implementation of a basic aggregation procedure for analysis hierarchies.
AAnalysisHierarchy - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Deprecated, for removal: This API element is subject to removal in a future version.
AAnalysisHierarchyV2 should be extended instead of this class.
AAnalysisHierarchyDescriptionProvider - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Abstract implementation class for IAnalysisHierarchyDescriptionProvider.
AAnalysisHierarchyDescriptionProvider() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAnalysisHierarchyDescriptionProvider
 
AAnalysisHierarchyV2 - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
An Analysis Hierarchy is a hierarchy that is (at least partially) defined externally from the actual data in the cube, to offer an additional level of analysis that was not available through the traditional constructs of a cube.
AAnalyticCopperMeasure - Class in com.activeviam.copper.measure
Abstract configuration class for for Copper analytic functions.
AAndOperand - Class in com.qfs.store.query.plan.condition.impl
Extracts the value to search in a field when two conditions target the same fields.
AAnyToDateFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
This abstract class is the common function implementation definition shared by PeriodsToDateFunction, WTDFunction, MTDFunction, QTDFunction MTDFunction and YTDFunction.
AApplicationManager - Class in com.qfs.distribution.impl
Common implementation of an IApplicationManager.
AArrayArrowVectorFeeder - Class in com.activeviam.arrow.write
Abstract vector feeder for array types.
AArrayArrowVectorReader<InnerT extends org.apache.arrow.vector.ValueVector> - Class in com.activeviam.arrow.read.record.vector
A reader for array containing lists.
AArrayCursor - Class in com.activeviam.chunks.cells.impl
Basic implementation of IArrayCursor which delegates the calls to an IWritableArray.
AArrayCursorWithDefaultValue - Class in com.qfs.store.impl.arrays
Proxy to read and write undictionarized values from an underlying IArrayCursor.
AArrayCursorWithDefaultValue(IArrayCursor, Predicate<Object>, Object) - Constructor for class com.qfs.store.impl.arrays.AArrayCursorWithDefaultValue
 
AArrayJdbcColumnCalculator - Class in com.activeviam.source.jdbc.api.calculator
Abstract implementation of a column calculator which converts a JDBC Array to an Atoti IVector.
AArrayVector - Class in com.qfs.vector.array.impl
Base class for array based vectors.
AArrayVector() - Constructor for class com.qfs.vector.array.impl.AArrayVector
 
AArrayVectorAllocator - Class in com.qfs.vector.array.impl
An implementation of an IVectorAllocator that allocates on-heap vectors that relies on standard java arrays.
AArrayVectorAllocator.ArrayDoubleVectorAllocator - Class in com.qfs.vector.array.impl
An implementation of an IVectorAllocator that allocates on-heap vectors of doubles that relies on standard java arrays.
AArrayVectorAllocator.ArrayFloatVectorAllocator - Class in com.qfs.vector.array.impl
An implementation of an IVectorAllocator that allocates on-heap vectors of floats that relies on standard java arrays.
AArrayVectorAllocator.ArrayIntegerVectorAllocator - Class in com.qfs.vector.array.impl
An implementation of an IVectorAllocator that allocates on-heap vectors of ints that relies on standard java arrays.
AArrayVectorAllocator.ArrayLongVectorAllocator - Class in com.qfs.vector.array.impl
An implementation of an IVectorAllocator that allocates on-heap vectors of longs that relies on standard java arrays.
AArrowMultiColumnVectorReader - Class in com.activeviam.arrow.read.record.multicolumn
A reader for array stored on multiple column.
AAsyncAggregatesContinuousHandler<EventT> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Base class for asynchronous continuous handlers.
AAsyncAttachedQuery<ResultT,​QueryT extends IQuery<ResultT>> - Class in com.activeviam.query.impl
An attached query that can be executed asynchronously using IAsyncAttachedQuery.executeAsync(CountedCompleter).
AAsyncConsumer<T> - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
AAsyncTransactionalMultiVersion<B,​T extends IAsyncTransaction,​V extends ABasedVersion<V,​B,​T>> - Class in com.qfs.multiversion.impl
The basic abstract class for implementing a multiversion mechanism for a type of Object.
AAtomicAgent - Class in com.quartetfs.fwk.impl
The base implementation of an IAgent that performs atomic state transitions.
AAtomicAgent() - Constructor for class com.quartetfs.fwk.impl.AAtomicAgent
 
AAttachedQuery<ResultT,​SessionT,​QueryT extends IQuery<ResultT>> - Class in com.quartetfs.fwk.query.impl
AAttachedQuery
AAudit - Class in com.qfs.snl.persistence.impl
The audit stored in the database.
AAuthenticatedHealthEvent - Class in com.activeviam.health.monitor.impl
An health event that occurs within a thread that must be authenticated, and as such has a current user with roles.
AAuthenticator - Class in com.qfs.security.impl
Abstract ClientRequestFilter to handle authentication against remote servers, setting the HttpHeaders.AUTHORIZATION header.
AAuthenticator() - Constructor for class com.qfs.security.impl.AAuthenticator
 
AAxisDependentOperand - Class in com.quartetfs.biz.pivot.formula.impl
This abstract class handle the problem of giving directly hierarchy and level ordinals or names.
AAxisHierarchyBase - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
A hierarchy which holds members from different epochs.
AAxisHierarchyBase.AEpochFilterIterator<M> - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
An iterator which only iterates on the members which exist at a specified epoch.
AAxisHierarchyVersion<V extends ABasedVersion<V,​B,​T> & IAxisHierarchyVersion,​B extends IAxisHierarchyBase,​T extends IAxisHierarchyTransaction> - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
A hierarchy version for axis hierarchies.
ABackReferenceRows - Class in com.qfs.store.query.plan.impl
Operation of finding all rows in toNode's store that reference/are-referenced-by rows in fromNode's store.
ABackReferenceRows(ITreeStoreNode, ITreeStoreNode, boolean, int, boolean) - Constructor for class com.qfs.store.query.plan.impl.ABackReferenceRows
 
ABackReferenceRows.ACompiledBackReferenceRows - Class in com.qfs.store.query.plan.impl
 
AbandonedEpochException - Exception in com.qfs.multiversion
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 com.qfs.multiversion.AbandonedEpochException
Default constructor.
AbandonedEpochException(String) - Constructor for exception com.qfs.multiversion.AbandonedEpochException
Constructor.
AbandonedEpochException(String, Object...) - Constructor for exception com.qfs.multiversion.AbandonedEpochException
Constructor.
AbandonedEpochException(String, Throwable) - Constructor for exception com.qfs.multiversion.AbandonedEpochException
Constructor.
AbandonedEpochException(Throwable) - Constructor for exception com.qfs.multiversion.AbandonedEpochException
Constructor.
AbandonedEpochException(Throwable, String, Object...) - Constructor for exception com.qfs.multiversion.AbandonedEpochException
Constructor.
ABasedVersion<V extends IVersion,​B,​T> - Class in com.qfs.multiversion.impl
A version that keeps a reference to its base.
ABaseDynamicAggregationPostProcessor - Class in com.activeviam.pivot.postprocessing.impl
Abstract post-processor with support for high performance dynamic aggregation.
ABasicAggregationProcedure<ContextT> - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Abstract basic implementation of a procedure, applied to only one hierarchy.
ABasicAuthenticator - Class in com.qfs.rest.client.impl
ClientRequestFilter to handle basic authentication against the remote content server, setting the HttpHeaders.AUTHORIZATION header.
ABasicAuthenticator() - Constructor for class com.qfs.rest.client.impl.ABasicAuthenticator
 
ABasicEntitlementsProvider - Class in com.quartetfs.biz.pivot.security.impl
Abstract class for entitlementsProvider which does not differentiate between roles and users.
ABasicEntitlementsProvider() - Constructor for class com.quartetfs.biz.pivot.security.impl.ABasicEntitlementsProvider
 
ABasicMathFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
ABasicMathFunction.BasicMathProcedure - Class in com.quartetfs.pivot.mdx.func.impl
 
ABasicOperatorValueFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.base.impl
Class representing a operator working with two arguments.
ABasicPostProcessor - Class in com.activeviam.pivot.postprocessing.impl
Abstract base class for IPostProcessor that retrieves its underlying aggregates at the exact location its computes a result for.
ABitmapAggregateCollector<IndexT extends IBitmapIndex> - Class in com.qfs.pivot.cube.provider.bitmap.impl
Abstract implementation of IAggregateCollector which directly writes into the base.
ABitmapIndex<B extends IBitmap> - Class in com.qfs.bitmap.impl
Bitmap index implementation using QFS bitmaps internally.
ABlockAllocator - Class in com.qfs.chunk.direct.allocator.impl
Abstract implementation of IBlockAllocator that does everything (caching, concurrent allocations...) except allocating/releasing memory.
ABlockVector<B extends IBlock> - Class in com.qfs.vector.impl
Implementation of a vector that is based on blocks to retrieve its underlying data.
ABlockVectorAllocator<B extends IBlock> - Class in com.qfs.vector.impl
Basic implementation of an IVectorAllocator.
ABooleanTransformationProcedure() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.ABooleanTransformationProcedure
 
ABOVE_LEVEL_MEASURE - Static variable in class com.activeviam.copper.pivot.pp.SwitchOnPostProcessor
 
ABroadcastMessage<AnswerT,​OutputT,​ContextT> - Class in com.qfs.messenger.message.impl
The base class for an IBroadcastMessage.
ABS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
AbsFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
AbsFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.AbsFunction
 
AbstractCellSet - Class in com.quartetfs.biz.pivot.cellset.impl
Base class for cell set implementations.
AbstractDictionary<K> - Class in com.qfs.dic.impl
Abstract implementation of an append-only dictionary.
AbstractHash - Class in com.qfs.dic.impl
Abstract base class for hash based data structures.
AbstractHash.BufferHashTable - Class in com.qfs.dic.impl
A hash table that stores hashes in a chunk.
AbstractHash.HashTable - Interface in com.qfs.dic.impl
Hash table interface.
AbstractHash.LargeBufferHashTable - Class in com.qfs.dic.impl
Large hash table, length maximum is 2^30 elements, (i.e.
AbstractHash.LargeHashTable - Class in com.qfs.dic.impl
Large hash table, length is 2^31 (about 2 billions), all slots in the table have a positive index.
AbstractHash.StandardHashTable - Class in com.qfs.dic.impl
Standard size hash table.
AbstractHash.VeryLargeHashTable - Class in com.qfs.dic.impl
Very large hash table, length is 2^32 (about 4 billions), all slots in the table have a positive index.
AbstractMonitor - Class in com.quartetfs.fwk.monitoring.impl
Abstract base class for monitors.
AbstractStatistics - Class in com.quartetfs.fwk.monitoring.impl
Base class inherited by statistics providers.
AbstractSubLocation - Class in com.quartetfs.biz.pivot.impl
A sub-location derived from a location pattern.
AbstractTransfer - Class in com.quartetfs.fwk.types.impl
Abstract base class for transfer implementations.
AbstractTransfer() - Constructor for class com.quartetfs.fwk.types.impl.AbstractTransfer
 
AbsVector - Class in com.qfs.vector.impl
A wrapper around an IVector that sets all values to their absolute value.
AbsVector(IVector) - Constructor for class com.qfs.vector.impl.AbsVector
Constructs a read-only view of the underlying vector, exposing for all values their absolute value.
ABucketerPostProcessor<B extends Comparable<B>> - Class in com.quartetfs.biz.pivot.postprocessing.impl
Bucketer post processor.
ABucketHierarchy<B extends Comparable<B>> - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Bucket hierarchy.
ABufferVectorAllocator<BufferT extends Buffer> - Class in com.qfs.vector.buffer.impl
Basic pool class for buffer-based vector.
ABufferVectorAllocator.BufferDoubleVectorAllocator - Class in com.qfs.vector.buffer.impl
The pool responsible for allocating BufferDoubleVectorBlocks.
ABufferVectorAllocator.BufferFloatVectorAllocator - Class in com.qfs.vector.buffer.impl
The pool responsible for allocating BufferFloatVectorBlocks.
ABufferVectorAllocator.BufferIntegerVectorAllocator - Class in com.qfs.vector.buffer.impl
The pool responsible for allocating BufferIntegerVectorBlocks.
ABufferVectorAllocator.BufferLongVectorAllocator - Class in com.qfs.vector.buffer.impl
The pool responsible for allocating BufferLongVectorBlocks.
ABufferVectorBlock<BufferT extends Buffer> - Class in com.qfs.vector.buffer.impl
Base implementation of a block based on java.nio buffers.
ABuilder<R,​B extends IBuilder<R,​?>> - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ABuilder() - Constructor for class com.qfs.util.impl.ABuilder
Deprecated.
 
ACacheMonitoringBean - Class in com.activeviam.apm.pivot.monitoring.jmx.impl
Base implementation of ICacheMonitoringBean, which the bean attributes are cached value and updated only when necessary.
ACalculatedDrillthroughColumn - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
Abstract base class for calculated drillthrough column that compute values directly from underlying fields.
ACalculatedDrillthroughColumnSet - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
ACartesianProductMultiIterator<T,​U> - Class in com.qfs.pivot.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ACatchUpListener - Class in com.qfs.store.selection.impl
A listener wrapper to catch up with the current version, by running delta queries.
accept(int, int) - Method in interface com.activeviam.util.function.BiIntConsumer
Performs this operation on the given arguments.
accept(int, B) - Method in interface com.qfs.store.impl.DatastoreBaseRewriteContext.IBaseConsumer
Deprecated.
Performs this operation on the given base.
accept(IActivePivotHealthEventHandler) - Method in interface com.activeviam.health.monitor.IActivePivotHealthEventHandler.IActivePivotHealthEvent
 
accept(IActivePivotHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryRegistered
 
accept(IActivePivotHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryUnregistered
 
accept(IActivePivotHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryUpdated
 
accept(IActivePivotHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.ActivePivotQueryDone
 
accept(IActivePivotHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.ActivePivotQueryFailed
 
accept(IActivePivotHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionCommittedEvent
 
accept(IActivePivotHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionRolledBackEvent
 
accept(IActivePivotHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionStartedEvent
 
accept(IActivePivotHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.SlowActivePivotQuery
 
accept(IClusterHealthEventHandler) - Method in interface com.activeviam.health.monitor.IClusterHealthEventHandler.IClusterHealthEvent
 
accept(IClusterHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.events.ApplicationMemberAccepted
 
accept(IClusterHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.events.ApplicationMemberRejected
 
accept(IClusterHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.events.ClusterMemberChange
 
accept(IClusterHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.events.ClusterViewChange
 
accept(IClusterHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationEvent
 
accept(IClusterHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationFailureEvent
 
accept(IClusterHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageApplicationFailureEvent
 
accept(IClusterHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageAppliedEvent
 
accept(IClusterHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageSendingFailureEvent
 
accept(IClusterHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageSentEvent
 
accept(IComposerHealthEventHandler) - Method in interface com.activeviam.health.monitor.IComposerHealthEventHandler.IComposerHealthEvent
Visits this event with the given handler.
accept(IComposerHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
 
accept(IDatastoreHealthEventHandler) - Method in interface com.activeviam.health.monitor.IDatastoreHealthEventHandler.IDatastoreHealthEvent
 
accept(IDatastoreHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionCommitted
 
accept(IDatastoreHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionStarted
 
accept(IHealthEventHandler) - Method in interface com.activeviam.health.monitor.IActivePivotHealthEventHandler.IActivePivotHealthEvent
 
accept(IHealthEventHandler) - Method in interface com.activeviam.health.monitor.IClusterHealthEventHandler.IClusterHealthEvent
 
accept(IHealthEventHandler) - Method in interface com.activeviam.health.monitor.IComposerHealthEventHandler.IComposerHealthEvent
 
accept(IHealthEventHandler) - Method in interface com.activeviam.health.monitor.IDatastoreHealthEventHandler.IDatastoreHealthEvent
 
accept(IHealthEventHandler) - Method in interface com.activeviam.health.monitor.IHealthEvent
Visits this event with the given handler, allowing to dispatch the event to the proper handling method.
accept(IHealthEventHandler) - Method in interface com.activeviam.health.monitor.IJdbcSourceHealthEventHandler.IJdbcHealthEvent
 
accept(IHealthEventHandler) - Method in interface com.activeviam.health.monitor.impl.ICsvSourceHealthEventHandler.ICsvHealthEvent
 
accept(IHealthEventHandler) - Method in interface com.quartetfs.pivot.mdx.impl.IMdxEventHandler.IMdxEvent
 
accept(IJdbcSourceHealthEventHandler) - Method in interface com.activeviam.health.monitor.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.health.monitor.impl.JdbcFetchingDoneEvent
 
accept(IJdbcSourceHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.JdbcFetchingFailureEvent
 
accept(ICsvSourceHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.CsvFileParsingDone
 
accept(ICsvSourceHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.CsvFileParsingFailure
 
accept(ICsvSourceHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.CsvFileParsingProgress
 
accept(ICsvSourceHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.CsvLineParsingFailure
 
accept(ICsvSourceHealthEventHandler) - Method in interface com.activeviam.health.monitor.impl.ICsvSourceHealthEventHandler.ICsvHealthEvent
 
accept(IUpdateActionVisitor) - Method in class com.activeviam.store.structure.impl.AddReferenceAction
 
accept(IUpdateActionVisitor) - Method in class com.activeviam.store.structure.impl.AddStoresAction
 
accept(IUpdateActionVisitor) - Method in class com.activeviam.store.structure.impl.InitializeFieldAction
 
accept(IUpdateActionVisitor) - Method in class com.activeviam.store.structure.impl.InitializeIndexAction
 
accept(IUpdateActionVisitor) - Method in class com.activeviam.store.structure.impl.InitializeReferenceAction
 
accept(IUpdateActionVisitor) - Method in class com.activeviam.store.structure.impl.RebindTargetDictionaryAction
 
accept(IUpdateActionVisitor) - Method in class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction
 
accept(IUpdateActionVisitor) - Method in class com.activeviam.store.structure.impl.SetIndexDictionariesConcurrentAction
 
accept(IUpdateActionVisitor) - Method in class com.activeviam.store.structure.impl.StructureUpdatePlan
 
accept(IUpdateActionVisitor) - Method in class com.activeviam.store.structure.impl.UpdateFieldsAction
 
accept(IUpdateActionVisitor) - Method in class com.activeviam.store.structure.impl.UpdateIndexesAction
 
accept(IUpdateActionVisitor) - Method in class com.activeviam.store.structure.impl.UpdatePartitioningAction
 
accept(IUpdateActionVisitor) - Method in interface com.activeviam.store.structure.IStructureUpdatePlan
Executes the plan with the given visitor.
accept(IUpdateActionVisitor) - Method in interface com.activeviam.store.structure.IUpdateAction
Dispatch method for the Visitor pattern.
accept(IDirectedGraph<K, V, E>, IDirectedGraphVisitor<K, V, E>, IDirectedGraphVisitor.VisitDirection) - Method in class com.qfs.graph.impl.DirectedGraphVisitOrganizer
Starts a visit of a directed graph.
accept(IDirectedGraph<K, V, E>, Collection<K>, IDirectedGraphVisitor<K, V, E>, IDirectedGraphVisitor.VisitDirection) - Method in class com.qfs.graph.impl.DirectedGraphVisitOrganizer
Starts a visit of a directed graph.
accept(IMemoryStatisticVisitor<R>) - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
Entry point to visit that statistic.
accept(IMemoryStatisticVisitor<R>) - Method in class com.qfs.monitoring.statistic.memory.impl.ChunkSetStatistic
 
accept(IMemoryStatisticVisitor<R>) - Method in class com.qfs.monitoring.statistic.memory.impl.ChunkStatistic
 
accept(IMemoryStatisticVisitor<R>) - Method in class com.qfs.monitoring.statistic.memory.impl.DefaultMemoryStatistic
 
accept(IMemoryStatisticVisitor<R>) - Method in class com.qfs.monitoring.statistic.memory.impl.DictionaryStatistic
 
accept(IMemoryStatisticVisitor<R>) - Method in class com.qfs.monitoring.statistic.memory.impl.IndexStatistic
 
accept(IMemoryStatisticVisitor<R>) - Method in class com.qfs.monitoring.statistic.memory.impl.ReferenceStatistic
 
accept(IMemoryStatisticVisitor<R>) - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
accept(KeyValueEntry<T>) - Method in interface com.qfs.msg.keyvalue.IKeyValueResultEntryConsumer
Submit an entry to the consumer.
accept(KeyValueEntry<T>) - Method in class com.qfs.msg.keyvalue.impl.KeyValueChannelConsumer
 
accept(PartitioningNodeWalkers.APartitioningNodeWalker<T>) - Method in class com.qfs.store.part.impl.APartitioningNode
Accepts a visitor.
accept(PartitioningNodeWalkers.APartitioningNodeWalker<T>) - Method in class com.qfs.store.part.impl.PartitioningNode
 
accept(PartitioningNodeWalkers.APartitioningNodeWalker<T>) - Method in class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModulo
 
accept(PartitioningNodeWalkers.APartitioningNodeWalker<T>) - Method in class com.qfs.store.part.impl.SinglePartitionPartitioningNode
 
accept(IPartitioningVisitor<T>) - Method in class com.qfs.distribution.impl.DistributedPartitioning
 
accept(IPartitioningVisitor<T>) - Method in class com.qfs.store.part.impl.AdaptivePartitioning
 
accept(IPartitioningVisitor<T>) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning
 
accept(IPartitioningVisitor<T>) - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
accept(IPartitioningVisitor<T>) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
 
accept(IPartitioningVisitor<T>) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
 
accept(IPartitioningVisitor<T>) - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
accept(IPartitioningVisitor<T>) - Method in class com.qfs.store.part.impl.SinglePartitioning
 
accept(IPartitioningVisitor<T>) - Method in interface com.qfs.store.part.IPartitioning
Accepts a partitioning visitor.
accept(IQueryVisitor<RT>) - Method in class com.qfs.store.query.condition.impl.RecordQuery
 
accept(IQueryVisitor<RT>) - Method in interface com.qfs.store.query.IQuery
Calls visitSelectionType on the visitor and calls visitResultType with the result of visitSelectionType and returns the result of visitResultType.
accept(IOpenedTransaction) - Method in interface com.qfs.store.transaction.IEditInstructions
Execute the instructions on an open transaction.
accept(IAggregatesRetrievalResult, int, int, int, IAdvancedAggregatesRetriever) - Method in interface com.activeviam.copper.pivot.pp.AggregatesResultCopier.IShiftedAggregateResultCopier
 
accept(IActivePivotVersion, IMdxMember, boolean) - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxVersionRestriction.IMdxVersionConsumer
Performs an operation on the given arguments.
accept(IPointLocationBuilder, int) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAnalysisAggregationProcedure.ResultConsumer
Accepts the mapped location and the corresponding line in an external result.
accept(IDatabaseRetrievalResult, int, int[]) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDatabaseRetrievalResult.ICompiledQueryProcedure
Accepts a row in a IDatabaseRetrievalResult.
accept(IExpressionVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
 
accept(IExpressionVisitor<R>) - Method in enum com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
accept(IExpressionVisitor<R>) - Method in class com.quartetfs.pivot.mdx.impl.AnyTypeFormatterPresentationExpression
 
accept(IExpressionVisitor<R>) - Method in class com.quartetfs.pivot.mdx.impl.FormatterPresentationExpression
 
accept(IExpressionVisitor<R>) - Method in class com.quartetfs.pivot.mdx.meta.impl.AliasedSet
 
accept(IExpressionVisitor<R>) - Method in interface com.quartetfs.pivot.mdx.statement.IExpression
Dispatch method for the Visitor pattern.
accept(IExpressionVisitor<R>) - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.DimensionExpression
 
accept(IExpressionVisitor<R>) - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.HierarchyExpression
 
accept(IExpressionVisitor<R>) - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.LevelExpression
 
accept(IExpressionVisitor<R>) - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.MemberExpression
 
accept(IExpressionVisitor<R>) - Method in class com.quartetfs.pivot.mdx.statement.impl.CaseExpression
 
accept(IExpressionVisitor<R>) - Method in class com.quartetfs.pivot.mdx.statement.impl.CompoundIdentifier
 
accept(IExpressionVisitor<R>) - Method in class com.quartetfs.pivot.mdx.statement.impl.FunctionKeyword
 
accept(IExpressionVisitor<R>) - Method in class com.quartetfs.pivot.mdx.statement.impl.Identifier
 
accept(IExpressionVisitor<R>) - Method in class com.quartetfs.pivot.mdx.statement.impl.NamedSetReference
 
accept(IExpressionVisitor<R>) - Method in class com.quartetfs.pivot.mdx.statement.impl.UnresolvedFunctionCall
 
accept(IExpressionVisitor<T>) - Method in class com.quartetfs.pivot.mdx.statement.impl.Literal
 
accept(IMdxEventHandler) - Method in interface com.quartetfs.pivot.mdx.impl.IMdxEventHandler.IMdxEvent
Visits this event with the given handler.
accept(IMdxEventHandler) - Method in class com.quartetfs.pivot.mdx.impl.MdxEvent
 
accept(CellPlanExecutionTask.ICellPlanExecutionTaskVisitor<R>, R) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask
Dispatches method for the Visitor pattern.
accept(CellPlanExecutionTask.ICellPlanExecutionTaskVisitor<R>, R) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.AggregateKeyTask
 
accept(CellPlanExecutionTask.ICellPlanExecutionTaskVisitor<R>, R) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.NamedSetExecTask
 
accept(CellPlanExecutionTask.ICellPlanExecutionTaskVisitor<R>, R) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.TupleExecTask
 
accept(ColoredDirectedAcyclicGraph.INodeVisitor<N>) - Method in class com.quartetfs.pivot.mdx.utils.impl.ColoredDirectedAcyclicGraph
 
accept(ColoredDirectedAcyclicGraph.INodeVisitor<N>, N) - Method in class com.quartetfs.pivot.mdx.utils.impl.ColoredDirectedAcyclicGraph
 
accept(String, String, String) - Method in interface com.quartetfs.pivot.mdx.result.IMdxAxesIterator.IPropertyFilter
Returns true if this property is accepted.
accept(List<JsonTracingInfo>) - Method in class com.activeviam.pivot.tracing.rest.ProxyTracingRestServiceController
 
accept(List<JsonTracingInfo>) - Method in interface com.activeviam.tracing.ITracingRestService
Accepts client tracing info and forwards them to the Tracing system.
accept(T) - Method in class com.qfs.util.impl.AAsyncConsumer
Deprecated.
 
accept(T, U, V) - Method in interface com.activeviam.util.function.TriConsumer
Performs this operation on the given arguments.
acceptBatchResults() - Method in interface com.activeviam.database.api.query.IPartitionedGenericResultAcceptor
Returns whether this acceptor accepts receiving several result parts for the same partition.
acceptBatchResults() - Method in class com.activeviam.pivot.contribution.impl.ContributePreAggregatedHierarchyAcceptor
 
acceptBatchResults() - Method in class com.activeviam.pivot.contribution.impl.ContributePreAggregatedProviderAcceptor
 
acceptDepthFirst(IDirectedGraph<K, V, E>, IDirectedGraphVisitor<K, V, E>, IDirectedGraphVisitor.VisitDirection, Comparator<K>) - Method in class com.qfs.graph.impl.DirectedGraphVisitOrganizer
Same than accept, except that order between children of a same vertex is also fixed by a comparator.
acceptDepthFirst(IDirectedGraph<K, V, E>, Collection<K>, IDirectedGraphVisitor<K, V, E>, IDirectedGraphVisitor.VisitDirection, Comparator<K>) - Method in class com.qfs.graph.impl.DirectedGraphVisitOrganizer
Same than accept, except that order between children of a same vertex is also fixed by a comparator.
acceptOneValue() - Method in interface com.qfs.store.query.IFieldCriterion
Deprecated.
Returns true if this criteria will be matched by only one value of the given field.
acceptVisitor(IRetrievalGraphVisitor<IGraphVisitor.IVisitorContext<IRetrieval>>, IGraphVisitor.IVisitorContext<IRetrieval>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExternalDatabaseRetrieval
 
acceptVisitor(IRetrievalGraphVisitor<IGraphVisitor.IVisitorContext<IRetrieval>>, IGraphVisitor.IVisitorContext<IRetrieval>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IPostProcessedRetrieval
 
acceptVisitor(IRetrievalGraphVisitor<IGraphVisitor.IVisitorContext<IRetrieval>>, IGraphVisitor.IVisitorContext<IRetrieval>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IPrimitiveRetrieval
 
acceptVisitor(IPlanningGraphVisitor<IGraphVisitor.IVisitorContext<ADependencyNode>>, IGraphVisitor.IVisitorContext<ADependencyNode>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CachedPpNode
 
acceptVisitor(IPlanningGraphVisitor<IGraphVisitor.IVisitorContext<ADependencyNode>>, IGraphVisitor.IVisitorContext<ADependencyNode>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CachedPrimitiveAggregationNode
 
acceptVisitor(IPlanningGraphVisitor<IGraphVisitor.IVisitorContext<ADependencyNode>>, IGraphVisitor.IVisitorContext<ADependencyNode>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CachedPrimitiveNode
 
acceptVisitor(IPlanningGraphVisitor<IGraphVisitor.IVisitorContext<ADependencyNode>>, IGraphVisitor.IVisitorContext<ADependencyNode>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.EmptyExternalNode
 
acceptVisitor(IPlanningGraphVisitor<IGraphVisitor.IVisitorContext<ADependencyNode>>, IGraphVisitor.IVisitorContext<ADependencyNode>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.EmptyNode
 
acceptVisitor(IPlanningGraphVisitor<IGraphVisitor.IVisitorContext<ADependencyNode>>, IGraphVisitor.IVisitorContext<ADependencyNode>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
 
acceptVisitor(IPlanningGraphVisitor<IGraphVisitor.IVisitorContext<ADependencyNode>>, IGraphVisitor.IVisitorContext<ADependencyNode>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PartitioningAwarePpNode
 
acceptVisitor(IPlanningGraphVisitor<IGraphVisitor.IVisitorContext<ADependencyNode>>, IGraphVisitor.IVisitorContext<ADependencyNode>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
 
acceptVisitor(IPlanningGraphVisitor<IGraphVisitor.IVisitorContext<ADependencyNode>>, IGraphVisitor.IVisitorContext<ADependencyNode>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
 
acceptVisitor(IPlanningGraphVisitor<IGraphVisitor.IVisitorContext<ADependencyNode>>, IGraphVisitor.IVisitorContext<ADependencyNode>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveNode
 
acceptVisitor(IPlanningGraphVisitor<IGraphVisitor.IVisitorContext<ADependencyNode>>, IGraphVisitor.IVisitorContext<ADependencyNode>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.RootNode
 
acceptVisitor(IPlanningGraphVisitor<IGraphVisitor.IVisitorContext<ADependencyNode>>, IGraphVisitor.IVisitorContext<ADependencyNode>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.SharingPpNode
 
acceptVisitor(IPlanningGraphVisitor<IGraphVisitor.IVisitorContext<ADependencyNode>>, IGraphVisitor.IVisitorContext<ADependencyNode>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.SharingPrimitiveNode
 
acceptVisitor(V, IGraphVisitor.IVisitorContext<N>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.IVisitableNode
Accepts a visitor and typically calls its visitXXX() method specialized for this node's actual type.
accessDenied() - Method in interface com.quartetfs.biz.pivot.context.subcube.ICanStartBuildingSubCubeProperties.IEmptyBuilder
The ISubCubeProperties denies access to any members or measures.
accessDenied() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ResultConsumerSubCubePropertiesBuilder
 
ACCOUNT - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
accumulate() - Method in class com.qfs.source.impl.CompositeStoreMessageChannel
 
accumulate() - Method in class com.qfs.source.impl.StoreMessageChannel
 
accumulate() - Method in interface com.qfs.source.IStoreCompositeMessageChannel
Enable tuple accumulation (by default it is disabled).
accumulate() - Method in interface com.qfs.source.IStoreMessageChannel
Enable tuple accumulation (by default it is disabled).
accumulate(ITable, int, int) - Method in interface com.activeviam.copper.measure.window.WindowReducer
Accumulates the value read at the given row, in the given reader, to the reducer's current value.
ACellPlanExecutor<V extends CellPlanResult.IWriteCallback,​P,​R> - Class in com.quartetfs.pivot.mdx.plan.impl
The cell plan executor is responsible for actually executing the calculations.
AChristmasDictionary<K> - Class in com.qfs.dic.impl
An IConcurrentDictionary where most of the regular operations are non-blocking.
AChristmasDictionaryArray - Class in com.qfs.dic.impl
Implementation of Christmas dictionary for primitive arrays (object[], int[], double[], etc.).
AChristmasDictionaryArray.ChristmasDictionaryDoubleArray - Class in com.qfs.dic.impl
Christmas dictionary for double[].
AChristmasDictionaryArray.ChristmasDictionaryFloatArray - Class in com.qfs.dic.impl
Christmas dictionary for float[].
AChristmasDictionaryArray.ChristmasDictionaryIntegerArray - Class in com.qfs.dic.impl
Christmas dictionary for int[].
AChristmasDictionaryArray.ChristmasDictionaryLongArray - Class in com.qfs.dic.impl
Christmas dictionary for long[].
AChristmasDictionaryArray.ChristmasDictionaryObjectArray - Class in com.qfs.dic.impl
Christmas dictionary for Object[] or array of other types.
AChunk<K> - Class in com.qfs.chunk.impl
Chunk abstract base, with default implementation of typed read operations.
AChunkAllocator - Class in com.qfs.chunk.impl
Base class for chunk allocators.
AChunkAllocator.ThreadLocalVectorAllocator - Class in com.qfs.chunk.impl
The vector allocator that is returned when retrieving it with AChunkAllocator.getVectorAllocator(IAllocationSettings).
AChunkedColumn<K,​C extends IChunk<K>> - Class in com.qfs.column.impl
A column based on underlying chunks.
AChunkOffset<K,​ChunkTypeT extends IChunk<?>> - Class in com.qfs.chunk.impl
ChunkOffset abstract base, with default implementation of typed scan operations.
AChunkPositiveInteger - Class in com.qfs.chunk.impl
A chunk storing primitive integers.
AChunkPrimitiveInteger - Class in com.qfs.chunk.impl
Base class for primitive integer chunks.
AChunkPrimitiveInteger() - Constructor for class com.qfs.chunk.impl.AChunkPrimitiveInteger
 
AChunkReader - Class in com.qfs.store.record.impl
A record reader backed up by chunks for storing the data.
ACKNOWLEDGE_APPLIED_TRANSACTION - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
acknowledgeAppliedTransaction(IMultiVersionDistributedActivePivot, IEpoch, long, String, long) - Static method in class com.qfs.distribution.impl.DistributedHierarchyManager
Acknowledges to the sender that a remote transaction has been received and processed successfully.
acknowledgeCommitMessage(String, IEpoch, long) - Method in interface com.qfs.messenger.IInstanceDistributionManager
Acknowledge the reception of the message with a certain message id from the address.
acknowledgeCommitMessage(String, IEpoch, long) - Method in class com.qfs.messenger.impl.DataInstanceDistributionManager
Acknowledge the reception of the message with a certain message id from the address.
ACloudCSVTopic<E> - Class in com.activeviam.cloud.source.csv.impl
Abstract implementation for cloud CSV topics.
ACloudCSVTopic.ACloudCsvDataProviderFactory<T> - Class in com.activeviam.cloud.source.csv.impl
Abstract factory.
ACloudDirectory<E> - Class in com.activeviam.cloud.entity.impl
Abstract implementation of ICloudDirectory.
AColumnarMessageChannelFactory<I,​O> - Class in com.qfs.source.impl
A channel factory for sources that have a notion of index.
Examples of such sources: the CSVSource, a AJDBCSource, 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.qfs.msg.csv.translator.impl
Base abstract class to be extended by columnar translators.
AColumnarTranslator() - Constructor for class com.qfs.msg.csv.translator.impl.AColumnarTranslator
 
AColumnCalculator<ContextT> - Class in com.qfs.msg.csv.translator.impl
Base abstract class for convenient column calculator implementations.
AColumnChunkSet - Class in com.qfs.store.impl
A Column of ChunkSet.
AColumnStore - Class in com.qfs.store.impl
Base column store class.
AColumnStore.ColumnView<K> - Class in com.qfs.store.impl
A view over a single column of this store, exposed as a IColumn.
AColumnStore.CompositeColumnView - Class in com.qfs.store.impl
A view over a single column of this store, exposed as a IColumn.
ACommitRemoteTransaction - Class in com.qfs.pivot.impl
Base implementation for the commit part of a remote transaction.
ACompiledBackReferenceRows(int) - Constructor for class com.qfs.store.query.plan.impl.ABackReferenceRows.ACompiledBackReferenceRows
Constructor.
ACompiledTask - Class in com.qfs.store.query.impl
A task is responsible for executing some operations on a partition.
ACompiledTask.CompiledIncomingReferenceTask - Class in com.qfs.store.query.impl
Task to execute ICompiledIncomingReferenceOperation on a target partition via multiple references.
ACompiledTask.CompiledOwnReferenceTask - Class in com.qfs.store.query.impl
Task to execute an own reference operation on a given partition.
ACompiledTask.CompiledPartitionSearchTask - Class in com.qfs.store.query.impl
Task to execute some content operations on a given partition.
ACompiler<CompilerT extends ACompiler<CompilerT>> - Class in com.qfs.compiler.impl
Abstract class to generate Java classes.
ACompositeActivePivotTransactionInfo<InfoT extends IActivePivotTransactionInfo,​PivotT extends IMultiVersionActivePivot> - Class in com.quartetfs.biz.pivot.transaction.impl
Base implementation for an ICompositeActivePivotTransactionInfo.
ACompressedEntryFileInfo<I,​E> - Class in com.qfs.msg.csv.impl
Abstract base class for file information on a compressed archive.
ACompressor - Class in com.quartetfs.biz.xmla.compression.impl
Compressor of bytes using the lz77 standard.
AConcreteReferenceBase - Class in com.qfs.store.ref.impl
Abstract implementation of IConcreteReferenceBase.
AConcreteReferenceBase.ConcreteReferenceStructuralTransactionView - Class in com.qfs.store.ref.impl
Adapter used for record flattening during structural transaction.
AConcreteReferenceFactory - Class in com.qfs.store.ref.impl
Abstract implementation of an IConcreteReferenceFactory.
AConcreteReferenceTransaction<B extends AConcreteReferenceBase> - Class in com.qfs.store.ref.impl
Abstract implementation of an IConcreteReferenceTransaction.
AConcreteReferenceVersion<B extends AConcreteReferenceBase,​T extends AConcreteReferenceTransaction<B>,​V extends ABasedVersion<V,​B,​T>> - Class in com.qfs.store.ref.impl
Abstract implementation of an IConcreteReferenceVersion.
AConcurrentlyFetchingChannel<E> - Class in com.activeviam.cloud.fetch.impl
A channel that will download in parallel parts of an entity to speed up the global download speed.
ACondition - Class in com.quartetfs.fwk.filtering.impl
Base class for conditions.
ACondition() - Constructor for class com.quartetfs.fwk.filtering.impl.ACondition
 
AContentService<E extends ITimestampedContentEntry> - Class in com.qfs.content.service.impl
Abstract implementation of IContentService which facilitate the monitoring.
AContextualCancellableRecursiveBoundedTask<V> - Class in com.quartetfs.biz.pivot.context.impl
A contextual and cancellable RecursiveBoundedTask.
AContextValue - Class in com.quartetfs.biz.pivot.context.impl
Base class inherited by context value implementations.
AContextValue() - Constructor for class com.quartetfs.biz.pivot.context.impl.AContextValue
 
AContextValueManager - Class in com.quartetfs.biz.pivot.security.impl
Default implementation for IContextValueManager.
AContextVisitor<C extends IExecutionContext,​V> - Class in com.quartetfs.pivot.mdx.impl
Base implementation to visit resolved expression with a context.
AContinuousGAQMonitor - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Generic implementation for continuous GAQ monitor.
AContinuousHandlerMonitor - Class in com.quartetfs.biz.pivot.query.monitoring.impl
A monitor for continuous handler under a context node.
AContinuousHandlerMonitor() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerMonitor
 
AContinuousHandlerMonitorsGrouper<ChildT extends AContinuousHandlerMonitor> - Class in com.quartetfs.biz.pivot.query.monitoring.impl
AContinuousHandlerMonitorsGrouper() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerMonitorsGrouper
 
AContinuousHandlerStatistics - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Statistics collector for continuous handler node monitor.
AContinuousQueryMonitor - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Generic monitor for continuous query.
AContinuousQueryMonitor() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryMonitor
 
AContinuousQueryMonitorsGrouper<ChildT extends AContinuousQueryMonitor> - Class in com.quartetfs.biz.pivot.query.monitoring.impl
AContinuousQueryMonitorsGrouper() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryMonitorsGrouper
 
AContinuousQueryStatistics - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Define functions for statistics collector for a continuous query.
AContinuousQueryTiming - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Generic implementation for timing of continuous query.
AContinuousQueryTiming() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryTiming
Constructor.
AContributionTaskWithLock - Class in com.quartetfs.biz.pivot.contribution
Abstract contribution task doing the contribution with a lock.
ACopperAnalysisHierarchy - Class in com.activeviam.copper.hierarchy
Abstract class for the Copper representation of Analysis hierarchies.
ACopperCommonHierarchyBuilder<B> - Class in com.activeviam.copper.hierarchy
ACopperCommonHierarchyBuilder(CopperHierarchyMetadata) - Constructor for class com.activeviam.copper.hierarchy.ACopperCommonHierarchyBuilder
Constructor.
ACopperFunction - Class in com.activeviam.copper.operation.function
Deprecated, for removal: This API element is subject to removal in a future version.
ACopperFunction() - Constructor for class com.activeviam.copper.operation.function.ACopperFunction
Deprecated.
 
ACopperJoinHierarchy - Class in com.activeviam.copper.hierarchy
Abstract base for Join Hierarchies.
ACopperLevelBuilder<R> - Class in com.activeviam.copper.hierarchy
Level builder handling common attributes.
ACopperOperator - Class in com.activeviam.copper.operation.operator
Abstract implementation of ICopperOperator that provides memoizing capability to compute only once the associated ICopperFunction.
ACopperOperator() - Constructor for class com.activeviam.copper.operation.operator.ACopperOperator
 
ACopperTreeRewriter - Class in com.activeviam.copper.graph.visitor
Abstract class used to easily implement an ITreeVisitor for Copper.
AcquaintanceHandler - Class in com.qfs.messenger.netty.impl
A remote socket client has established a connection and sent a AcquaintanceMessage.
AcquaintanceHandler(ConcurrentHashMap<IpAddress, Channel>) - Constructor for class com.qfs.messenger.netty.impl.AcquaintanceHandler
Constructor.
AcquaintanceMessage - Class in com.qfs.messenger.netty.impl
A message sent the first time a NettyTransporter is connecting to another one.
AcquaintanceMessage() - Constructor for class com.qfs.messenger.netty.impl.AcquaintanceMessage
Empty constructor.
AcquaintanceMessage(NettyAddressGenerator.NettyAddress) - Constructor for class com.qfs.messenger.netty.impl.AcquaintanceMessage
Constructor.
acquire() - Method in class com.qfs.fwk.recycling.impl.AResourcePool
 
acquire() - Method in interface com.qfs.fwk.recycling.IResourcePool
Acquire a resource, preventing any other thread/caller from acquiring it in its turn.
acquire() - Method in interface com.qfs.memory.IFence
Acquires this fence.
acquire() - Method in class com.qfs.memory.impl.Fence
 
acquire() - Method in class com.qfs.memory.impl.PhantomFence
 
acquire() - Method in class com.qfs.vector.array.impl.AArrayVector
 
acquire() - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
acquire() - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
acquire() - Method in interface com.qfs.vector.IBlock
Prevents the block from being destroyed.
acquire() - Method in class com.qfs.vector.impl.TombStoneBlock
 
acquire(E) - Method in class com.activeviam.util.impl.ConcurrentIdentityUsageTracker
 
acquire(E) - Method in interface com.activeviam.util.IUsageTracker
Notifies this tracker that the item starts being used somewhere.
acquireBuffer(int) - Method in interface com.qfs.msg.keyvalue.IKeyValueBufferPool
Return a (Direct) ByteBuffer of the specified size.
acquireBuffer(int) - Method in class com.qfs.msg.keyvalue.impl.KeyValueBufferPool
 
acquireConflationLock() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Acquires the conflation lock.
acquireConnection() - Method in interface com.qfs.msg.keyvalue.IKeyValueConnectionPool
Get a connection from the connection pool.
acquireConnection() - Method in class com.qfs.msg.keyvalue.impl.AKeyValueConnectionPool
 
acquireFastFence() - Static method in class com.qfs.memory.impl.ActiveCollector
This is an optimized version of ActiveCollector.acquireFence(), and the returned fence is only valid in the current thread (Which means that the returned fence should only be used as a local variable, to make sure it is never leaked outside of the thread).
acquireFence() - Method in interface com.qfs.memory.IActiveCollector
Acquires a fence.
acquireFence() - Method in class com.qfs.memory.impl.ActiveCollector
 
acquireLocationList() - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
Helper to reduce memory consumption.
acquireLocks(List<? extends Lock>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Acquires a series of locks in the order of the provided list.
acquireReadLock() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Get a read lock on this cache, that guarantees that the cache will not be invalidated while it is held.
acquireReadLock() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
acquireReadLockSubscriptions() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Take a ReadLock on query subscriptions.
acquireReference() - Method in class com.qfs.vector.array.impl.AArrayVector
 
acquireReference() - Method in class com.qfs.vector.impl.ABlockVector
 
acquireReference() - Method in class com.qfs.vector.impl.ADelegateReadOnlyVector
 
acquireReference() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
acquireReference() - Method in class com.qfs.vector.impl.EmptyVector
 
acquireReference() - Method in class com.qfs.vector.impl.ZeroVector
 
acquireReference() - Method in interface com.qfs.vector.IReleasableVector
Marks that the vector is referenced (i.e.
acquireValueList() - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
Helper to reduce memory consumption.
acquireWriter() - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
 
ACRDao<T extends IIdentifiable> - Class in com.qfs.snl.persistence.impl
Abstract implementation of a DAO performing Create and Read actions.
ACRDDao<T extends IIdentifiable> - Class in com.qfs.snl.persistence.impl
Abstract implementation of a DAO performing Create, Read and Delete actions.
ACrossedStreamContinuousQueryStatistics - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Statistics collector for crossed-stream continuous query monitor.
ACRUDDao<T extends IIdentifiable> - Class in com.qfs.snl.persistence.impl
Abstract implementation of a DAO performing Create, Read, Update and Delete actions.
ACsvAnomaly - Class in com.activeviam.msg.csv.reporting.anomaly.impl
Abstract class representing a single error or warning listing.
ACsvAnomaly(long) - Constructor for class com.activeviam.msg.csv.reporting.anomaly.impl.ACsvAnomaly
 
ACsvCharacterAnomaly - Class in com.activeviam.msg.csv.reporting.anomaly.impl
Abstract class representing a single error or warning listing, whose position in the line can be determined.
ACSVTopic<I> - Class in com.qfs.msg.csv.impl
Abstract implementation for CSV topics.
ACSVTopic.ListenerKey - Class in com.qfs.msg.csv.impl
Listener key, obtained when registering a listener on the topic.
ACSVTopic.PendingState<I> - Class in com.qfs.msg.csv.impl
Encapsulation for the pending state.
ACSVTopic.ResourceStatus - Enum in com.qfs.msg.csv.impl
Enum used to signify the status when we need to create a data provider.
Action - com.quartetfs.biz.xmla.constants.Keyword
 
ACTION_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_ActionsDefinition
 
ACTION_TYPE - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
ACTION_TYPE - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
MEMBER PROPERTIES (http://technet.microsoft.com/en-us/library/ms145528.aspx) Context Sensitive Member Properties Property | Description ---------------+-------------------------------------------- ID | The internally maintained ID for the member.
activatedFields - Variable in class com.quartetfs.fwk.types.impl.AbstractTransfer
Activated fields (available for injection and transfer).
ACTIVE_MEASURE_RETURNS_A_VALUE - Static variable in class com.quartetfs.biz.pivot.context.impl.MdxContext
Whether or not the ActiveMeasureFunction should only return a value a not a full measure member (default to true).
ACTIVE_MEASURE_RETURNS_A_VALUE_DEFAULT - Static variable in class com.quartetfs.biz.pivot.context.impl.MdxContext
The default value of the additional property MdxContext.ACTIVE_MEASURE_RETURNS_A_VALUE.
ACTIVE_MONITOR_PLATFORM_TRANSACTION_MANAGER - Static variable in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
The ActiveMonitor platform transaction manager.
ACTIVE_PARAM - Static variable in interface com.qfs.snl.rs.IAlertRestService
Query parameter to restrict filtered alerts.
ACTIVE_PIVOT_MANAGER_MBEAN_NAME - Static variable in class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
The name of the IContextValueManager MBean.
ACTIVE_UI_HEADER - Static variable in class com.qfs.pivot.rest.impl.RestServiceUtils
Header required from ActiveUI to ensure that the application is allowed to interact with this component.
ActiveCollector - Class in com.qfs.memory.impl
The default implementation of an IActiveCollector.
ActiveMeasureFunction - Class in com.quartetfs.pivot.mdx.func.custom.impl
A custom MDX function that calls the PostProcessor with the given plugin key.
ActiveMeasureFunction() - Constructor for class com.quartetfs.pivot.mdx.func.custom.impl.ActiveMeasureFunction
Constructor.
ActiveMeasureFunction.ActiveMeasureFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.custom.impl
The function definition of ActiveMeasureFunction.
ActiveMeasureFunctionDefinition() - Constructor for class com.quartetfs.pivot.mdx.func.custom.impl.ActiveMeasureFunction.ActiveMeasureFunctionDefinition
Constructor.
ACTIVEMONITOR_AGENT_LIVE_URL_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The property that defines the live url for the connection of a ActiveMonitor agent.
ACTIVEMONITOR_AGENT_URL_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The property that defines the url for the connection of a ActiveMonitor agent.
ACTIVEMONITOR_DATASOURCE_IDENTIFIER - Static variable in interface com.qfs.snl.persistence.cfg.IDatasourceConfiguration
The identifier of the sentinel data source.
ACTIVEMONITOR_LOGGING_THRESHOLD_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The number of polling failure the activemonitor daemon has to reach before logging.
ACTIVEMONITOR_MAX_POLL_PERIOD_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The maximum poll period property of the ActiveMonitor Daemon (in seconds).
ACTIVEMONITOR_NAMESPACE - Static variable in class com.qfs.snl.rs.ActiveMonitorRestServices
Global namespace for ActiveMonitor.
ACTIVEMONITOR_POLL_PERIOD_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The poll period property of the ActiveMonitor Daemon (in seconds).
ACTIVEMONITOR_WAIT_STABLE_DISTRIBUTION_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that controls whether the activemonitor daemon should wait for the distributed architecture to be stable.
activeMonitorAnnotatedClasses() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
List of annotated classes to be loaded by Hibernate into ActiveMonitor database.
activeMonitorDaemon() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean] The ActiveMonitor daemon itself for monitoring.
activeMonitorDaemonActions() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean] The implementation of the actions that the ActiveMonitor daemon has to perform.
ActiveMonitorDaemonDistributionAwareStarter - Class in com.qfs.snl.agent.util
Helper class enabling starting the ActiveMonitor daemon once the distribution is stable.
ActiveMonitorDaemonDistributionAwareStarter(IActivePivotManager, SentinelDaemon, boolean) - Constructor for class com.qfs.snl.agent.util.ActiveMonitorDaemonDistributionAwareStarter
Constructor.
activeMonitorDaemonStarter() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean] Helper to handle the start of the sentinel daemon according to the value of the ActiveViamProperty.ACTIVEMONITOR_WAIT_STABLE_DISTRIBUTION_PROPERTY property.
activeMonitorDataSource() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
[Bean] connection to ActiveMonitor database.
activeMonitorDbInfoDao() - Method in interface com.qfs.snl.cfg.IActiveMonitorPersistenceConfiguration
[Bean] DAO managing database operations on infos.
activeMonitorDbInfoDao() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
activeMonitorEventBatcher() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean] Publisher commiting events in ActiveMonitor in batchs.
activeMonitorExceptionTranslation() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
[Bean] the translation unit handling exceptions in database operation.
ActiveMonitorHibernateConfiguration - Class in com.qfs.snl.cfg.impl
The hibernate configuration for ActiveMonitor.
ActiveMonitorHibernateConfiguration() - Constructor for class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
activeMonitorHibernateProperties() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
[Bean] Hibernate configuration ActiveMonitor database.
activeMonitorMBeanChild() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
Gets the map of children for the MBean root.
ActiveMonitorPivotExtensionServiceConfiguration - Class in com.qfs.snl.cfg.activepivot.impl
Spring configuration class defining services offered by ActiveMonitor extension for ActivePivot.
ActiveMonitorPivotExtensionServiceConfiguration() - Constructor for class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
 
activeMonitorPlatformTransactionManager() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
[Bean] Transaction manager controlling all operations on ActiveMonitor database.
ActiveMonitorRestServiceConfiguration - Class in com.qfs.snl.cfg.impl
Spring configuration class defining all REST services available in ActiveMonitor.
ActiveMonitorRestServiceConfiguration() - Constructor for class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
 
ActiveMonitorRestServices - Class in com.qfs.snl.rs
Class defining information about ActiveMonitor REST services.
ActiveMonitorServiceConfiguration - Class in com.qfs.snl.cfg.impl
Spring configuration class defining the different services provided by ActiveMonitor.
ActiveMonitorServiceConfiguration() - Constructor for class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
 
activeMonitorSessionFactory() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
[Bean] Factory for sessions connecting to ActiveMonitor database.
ActiveMonitorWebsocketConfiguration - Class in com.qfs.snl.cfg.impl
Spring configuration class defining the beans related to WebSocket services.
ActiveMonitorWebsocketConfiguration() - Constructor for class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
 
ACTIVEPIVOT_PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
Plugin key for using another instance type of multi-version ActivePivot.
ActivePivotAggregatesRetriever - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Instance planning and performing retrievals into an ActivePivot.
ActivePivotAggregatesRetriever(String, ActivePivotVersion, IContextSnapshot, IMeasuresProvider) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Constructor.
ActivePivotAggregatesRetriever(String, ActivePivotVersion, IContextSnapshot, IMeasuresProvider, boolean) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Constructor.
ActivePivotAggregatesRetriever.ExecutionPlanKey - Class in com.quartetfs.biz.pivot.query.aggregates.impl
The key that uniquely identifies an execution plan.
activePivotAsyncExec(IActivePivotVersion, ActivePivotSyncUtils.IAction<ResultT, ArgumentT>, ArgumentT) - Static method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils
Asynchronously executes the given action on the given pivot.
activePivotAsyncExec(CountedCompleter<?>, IActivePivot, ActivePivotSyncUtils.IAction<ResultT, ArgumentT>, ArgumentT) - Static method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils
Asynchronously executes the given action on the given pivot.
ActivePivotBase - Class in com.quartetfs.biz.pivot.impl
The base version of a MultiVersionActivePivot.
ActivePivotBase(String, IActivePivotDescription, IActivePivotSchemaSelectionSession, IPartitioningManager, ITimeSupplier, IDomainDictionaryProvider, QueryPlanMonitoring, AggregatesCacheStatistics, ActivePivotListenersManager) - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotBase
Constructor.
ActivePivotConditionBuilder - Class in com.activeviam.biz.pivot.impl
Helper class to manipulating conditions from ActivePivot descriptions.
ActivePivotContainer - Class in com.quartetfs.biz.pivot.impl
This class is a container for IActivePivot instances running inside this schema.
activePivotContentService() - Method in interface com.qfs.server.cfg.content.IActivePivotContentServiceConfig
The ActivePivot content service.
ActivePivotContentService - Class in com.qfs.pivot.content.impl
A view of a Content service that helps one retrieve and store ActivePivot related classes from the content service.
ActivePivotContentService(IContentService) - Constructor for class com.qfs.pivot.content.impl.ActivePivotContentService
Constructor.
ActivePivotContentService(IContentService, String) - Constructor for class com.qfs.pivot.content.impl.ActivePivotContentService
Constructor.
ActivePivotContentServiceBuilder - Class in com.qfs.pivot.content.impl
Provide a smooth way to create a IActivePivotContentService.
ActivePivotContentServiceBuilder() - Constructor for class com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder
Constructor.
ActivePivotContentServiceBuilder.IAPCSBuilder - Interface in com.qfs.pivot.content.impl
 
ActivePivotContentServiceBuilder.IAPCSBuilderWithInit - Interface in com.qfs.pivot.content.impl
 
ActivePivotContentServiceBuilder.ICanCache<T extends ActivePivotContentServiceBuilder.ICanInit> - Interface in com.qfs.pivot.content.impl
Each time a user connect to ActivePivot server, the entitlements will be retrieved from the content service.
ActivePivotContentServiceBuilder.ICanInit - Interface in com.qfs.pivot.content.impl
 
ActivePivotContentServiceBuilder.ICanPush - Interface in com.qfs.pivot.content.impl
 
ActivePivotContentServiceBuilder.IPersisted - Interface in com.qfs.pivot.content.impl
For content services which rely on Hibernate.
ActivePivotContentServiceUtil - Class in com.qfs.pivot.content.impl
An utility class to help with the ActivePivot content service.
ActivePivotContext - Class in com.quartetfs.biz.pivot.context.impl
A default implementation of IActivePivotContext.
ActivePivotContext(MultiVersionActivePivot) - Constructor for class com.quartetfs.biz.pivot.context.impl.ActivePivotContext
Constructor.
ActivePivotContinuousQueryRegistered - Class in com.activeviam.health.monitor.impl
Event fired when a new continuous query is registered on a cube.
ActivePivotContinuousQueryRegistered(IQuery<?>) - Constructor for class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryRegistered
ActivePivotContinuousQueryUnregistered - Class in com.activeviam.health.monitor.impl
Event fired when a new continuous query is de-registered from a cube.
ActivePivotContinuousQueryUnregistered(IQuery<?>) - Constructor for class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryUnregistered
ActivePivotContinuousQueryUpdated - Class in com.activeviam.health.monitor.impl
Monitoring event notifying that the definition of a Query definition has been updated.
ActivePivotContinuousQueryUpdated(IQuery<?>, IQuery<?>) - Constructor for class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryUpdated
ActivePivotDescription - Class in com.quartetfs.biz.pivot.definitions.impl
This class implements the IActivePivotDescription interface.
ActivePivotDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
ActivePivotDiscovery - Class in com.qfs.webservices
ActivePivot Discovery for SOAP webservices.
ActivePivotDiscovery() - Constructor for class com.qfs.webservices.ActivePivotDiscovery
 
ActivePivotDiscovery(List<CatalogDiscovery>, List<CubeDiscovery>) - Constructor for class com.qfs.webservices.ActivePivotDiscovery
 
ActivePivotEvent - Class in com.quartetfs.biz.pivot.streaming.impl
Base ActivePivot event.
ActivePivotEvent() - Constructor for class com.quartetfs.biz.pivot.streaming.impl.ActivePivotEvent
Default constructor.
ActivePivotEvent(String, long, long, String) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.ActivePivotEvent
Constructor.
ActivePivotException - Exception in com.quartetfs.biz.pivot
An exception thrown by an ActivePivot instance.
ActivePivotException() - Constructor for exception com.quartetfs.biz.pivot.ActivePivotException
Constructor.
ActivePivotException(String) - Constructor for exception com.quartetfs.biz.pivot.ActivePivotException
Constructor.
ActivePivotException(String, Object...) - Constructor for exception com.quartetfs.biz.pivot.ActivePivotException
Constructor.
ActivePivotException(String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.ActivePivotException
Constructor.
ActivePivotException(Throwable) - Constructor for exception com.quartetfs.biz.pivot.ActivePivotException
Constructor.
ActivePivotException(Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.ActivePivotException
Constructor.
ActivePivotFeedHolder - Class in com.quartetfs.biz.pivot.transaction.feed.impl
Basic implementation of IActivePivotDataFeedHolder.
ActivePivotFeedHolder(Timestamp, Map<StreamingViewId, Collection<IContributionPipeline>>, AggregatesContributionPipeline) - Constructor for class com.quartetfs.biz.pivot.transaction.feed.impl.ActivePivotFeedHolder
 
ActivePivotFeedingPolicies - Class in com.activeviam.pivot.contribution.impl
Utility to access predefined IActivePivotFeedingPolicys.
ActivePivotInactivityDetector - Class in com.quartetfs.biz.pivot.impl
A Runnable that should be invoked periodically to detect a continuous inactivity on a collection of pivots.
ActivePivotInactivityDetector(IActivePivotManager, long, TimeUnit, Runnable) - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotInactivityDetector
Constructor.
ActivePivotInactivityDetector(Collection<? extends IMultiVersionActivePivot>, long, TimeUnit, Runnable, ITimeSupplier) - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotInactivityDetector
Constructor.
ActivePivotInstanceDescription - Class in com.quartetfs.biz.pivot.definitions.impl
This class implements the IActivePivotInstanceDescription interface.
ActivePivotInstanceDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
Empty constructor.
ActivePivotInstanceDescription(String, IActivePivotDescription) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
Constructor.
ActivePivotInstanceDescription(String, IFilterDescription, IActivePivotDescription) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
Constructor.
ActivePivotInstanceDescription(String, IFilterDescription, IActivePivotDescription, IDataClusterDefinition) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
Constructor.
activePivotInstanceDescriptions() - Method in interface com.qfs.server.cfg.IActivePivotInstancesConfig
Returns the exposed IActivePivotInstanceDescription.
ActivePivotListenersManager - Class in com.quartetfs.biz.pivot.impl
An Object used for managing the pivot's transaction listeners and notifying them after a transaction is committed.
ActivePivotListenersManager(String) - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotListenersManager
Constructor.
activePivotManager() - Method in interface com.qfs.server.cfg.IActivePivotConfig
Build the ActivePivot Manager of the application.
activePivotManager() - Method in class com.qfs.server.cfg.impl.ActivePivotWithDatastoreConfig
 
ActivePivotManager - Class in com.quartetfs.biz.pivot.impl
This class implements the IActivePivotManager interface.
ActivePivotManagerBuilder - Class in com.quartetfs.biz.pivot.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ActivePivotManagerBuilder() - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotManagerBuilder
Deprecated.
Empty constructor.
ActivePivotManagerBuilder(IActivePivotManagerDescription) - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotManagerBuilder
Deprecated.
Constructor.
ActivePivotManagerDescription - Class in com.quartetfs.biz.pivot.definitions.impl
This class implements the IActivePivotManagerDescription interface.
ActivePivotManagerDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ActivePivotManagerDescription
Default constructor.
ActivePivotManagerStructureUtil - Class in com.activeviam.pivot.structure.impl
Internal utility.
ActivePivotQueryDone - Class in com.activeviam.health.monitor.impl
Event fired when an ad-hoc query has finished executing successfully.
ActivePivotQueryDone(long, IQuery<?>) - Constructor for class com.activeviam.health.monitor.impl.ActivePivotQueryDone
Constructor of ActivePivotQueryDone.
ActivePivotQueryExecutor - Class in com.quartetfs.biz.pivot.impl
The base plugin responsible for executing attached queries on an IActivePivot.
ActivePivotQueryExecutor() - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotQueryExecutor
 
ActivePivotQueryExecutorExtendedPlugin - Class in com.quartetfs.biz.pivot.impl
Base class that registers Quartet's vanilla implementations of an IActivePivotQueryExecutor.
ActivePivotQueryExecutorExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotQueryExecutorExtendedPlugin
Default constructor.
ActivePivotQueryFailed - Class in com.activeviam.health.monitor.impl
Event fired when an ad-hoc query has finished executing un-successfully for a reason other than a timeout.
ActivePivotQueryFailed(long, IQuery<?>, Throwable) - Constructor for class com.activeviam.health.monitor.impl.ActivePivotQueryFailed
Constructor of ActivePivotQueryFailed.
ActivePivotQueryManager - Class in com.quartetfs.biz.pivot.impl
Cube query manager.
ActivePivotQueryManager.QueryExecutionTask<R> - Class in com.quartetfs.biz.pivot.impl
Task to execute a query in ActivePivot, statistics about the query execution are recorded.
ActivePivotQueryRunner - Class in com.quartetfs.biz.pivot.query.impl
A helper object used to create and run queries on an ActivePivot.
ActivePivotQueryRunner() - Constructor for class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
 
ActivePivotQueryStreamIdentifier - Class in com.quartetfs.biz.pivot.streaming.impl
Default implementation for IActivePivotStreamIdentifier.
ActivePivotQueryStreamIdentifier(IQuery<?>, IMultiVersionActivePivot, IContextSnapshot) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.ActivePivotQueryStreamIdentifier
Constructor.
ActivePivotRemoteRepositoryService - Class in com.qfs.repository.impl
Implementation of a IRepositoryService over a remote server using the REST API defined by IRepositoryRestService.
ActivePivotRemoteRepositoryService(String, AAuthenticator) - Constructor for class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
Constructor.
ActivePivotRemoteTransactionInfo - Class in com.qfs.distribution.impl
ActivePivotRemoteTransactionInfo(IDistributedActivePivotTransaction.DistributedActivePivotTransactionInfoType, List<? extends IHierarchy>, Map<IHierarchy, List<? extends IMember>>, Map<IHierarchy, List<? extends IMember>>, Set<String>, IEpoch, long, boolean, boolean, Properties) - Constructor for class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
Constructor.
ActivePivotRemotingServicesConfig - Class in com.qfs.server.cfg.impl
Spring configuration of the ActivePivot Spring Remoting Services.
ActivePivotRemotingServicesConfig() - Constructor for class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
 
ActivePivotRestServices - Class in com.qfs.server.cfg
Class defining information about ActivePivot REST services.
ActivePivotRestServicesConfig - Class in com.qfs.server.cfg.impl
Configuration class exposing REST services for ActivePivot.
ActivePivotRestServicesConfig() - Constructor for class com.qfs.server.cfg.impl.ActivePivotRestServicesConfig
 
ActivePivotSchema - Class in com.quartetfs.biz.pivot.impl
ActivePivot Schema.
ActivePivotSchema(String, Map<String, ActivePivotContainer>, ISchemaSelectionSessionHolder, IActivePivotFeedingPolicy, IEpochCreator) - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotSchema
Constructor.
ActivePivotSchemaBuilder - Class in com.quartetfs.biz.pivot.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ActivePivotSchemaBuilder(IDatabase, CreationContext, String, IActivePivotSchemaDescription, IActivePivotFeedingPolicy) - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotSchemaBuilder
Deprecated.
Full constructor.
ActivePivotSchemaBuilder.ActivePivotContainerBuilder - Class in com.quartetfs.biz.pivot.impl
Deprecated.
ActivePivotSchemaDescription - Class in com.quartetfs.biz.pivot.definitions.impl
This class implements the IActivePivotSchemaDescription interface.
ActivePivotSchemaDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaDescription
 
ActivePivotSchemaDist - Class in com.qfs.distribution.impl
An ActivePivotSchema that accepts IDistributedActivePivotInstanceDescription and is able to manage lifecycle of query cubes.
ActivePivotSchemaDist(String, Map<String, ActivePivotContainer>, List<? extends IDistributedActivePivotInstanceDescription>, ISchemaSelectionSessionHolder, IActivePivotFeedingPolicy, IEpochCreator, IBranchPermissionsManager) - Constructor for class com.qfs.distribution.impl.ActivePivotSchemaDist
Constructor.
ActivePivotSchemaDist.DistributedActivePivotContainer - Class in com.qfs.distribution.impl
This class is a container for a distributed version of a pivot.
ActivePivotSchemaExtendedPlugin - Class in com.quartetfs.biz.pivot.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ActivePivotSchemaExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotSchemaExtendedPlugin
Deprecated.
Default constructor.
activePivotSchemaInstanceDescription() - Method in interface com.qfs.server.cfg.IActivePivotSchemaConfig
activePivotSchemaInstanceDescription() - Method in class com.qfs.server.cfg.impl.AActivePivotSchemaConfig
 
ActivePivotSchemaInstanceDescription - Class in com.quartetfs.biz.pivot.definitions.impl
This class implements the IActivePivotSchemaInstanceDescription interface.
ActivePivotSchemaInstanceDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaInstanceDescription
Constructor.
ActivePivotSchemaInstanceDescription(String, IActivePivotSchemaDescription) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaInstanceDescription
Full constructor.
ActivePivotSchemaSelectionSession - Class in com.qfs.store.impl
Basic implementation of a IActivePivotSchemaSelectionSession.
ActivePivotSchemaSelectionSession(ISchemaSelectionSession, StreamingViewId, ICondition) - Constructor for class com.qfs.store.impl.ActivePivotSchemaSelectionSession
Full constructor.
ActivePivotSchemaStatistics - Class in com.quartetfs.biz.pivot.impl
Encapsulates all the statistics associated with an instance of IActivePivotSchema.
ActivePivotSchemaStatistics(IActivePivotSchema) - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotSchemaStatistics
Full constructor.
ActivePivotSchemaTransaction - Class in com.quartetfs.biz.pivot.transaction.impl
A transaction on an ActivePivot Schema.
ActivePivotSchemaTransaction(ActivePivotSchema, long, boolean, String, Properties, Map<String, ActivePivotContainer>) - Constructor for class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
Unique transaction constructor.
ActivePivotSchemaTransaction.State - Enum in com.quartetfs.biz.pivot.transaction.impl
Transaction states.
ActivePivotSchemaTransactionManager - Class in com.quartetfs.biz.pivot.transaction.impl
Transaction Manager implementation that handles transactions at the ActivePivot schema level.
ActivePivotSchemaTransactionManager(ActivePivotSchema, String) - Constructor for class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransactionManager
Constructor.
ActivePivotSelectionOptimizer - Class in com.quartetfs.biz.pivot.impl
Class optimizing a selection to reduce its scope to the minimal amount of tables.
ActivePivotSelectionOptimizer.SelectionDefinition<ConditionT> - Class in com.quartetfs.biz.pivot.impl
 
ActivePivotServicesConfig - Class in com.qfs.server.cfg.impl
Spring declaration of the ActivePivot Services.
ActivePivotServicesConfig() - Constructor for class com.qfs.server.cfg.impl.ActivePivotServicesConfig
 
ActivePivotStatistics - Class in com.quartetfs.biz.pivot.impl
Encapsulates all the statistics associated with an instance of IActivePivot.
ActivePivotStatistics(ActivePivotBase, ActivePivotQueryManager, ContinuousQueryManager) - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotStatistics
Register monitors.
ActivePivotSyncActionAttachedQuery<ResultT,​ArgumentT> - Class in com.quartetfs.biz.pivot.query.impl
Action to run to asynchronously attach a synchronous query to an ActivePivot.
ActivePivotSyncActionAttachedQuery(ActivePivotSyncActionQuery<ResultT, ArgumentT>, IActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncActionAttachedQuery
Constructor.
ActivePivotSyncActionQuery<ResultT,​ArgumentT> - Class in com.quartetfs.biz.pivot.query.impl
A query to wrap a runnable action within the ActivePivot query engine.
ActivePivotSyncActionQuery() - Constructor for class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncActionQuery
Empty constructor for serialization.
ActivePivotSyncActionQuery(ActivePivotSyncUtils.IAction<ResultT, ArgumentT>, ArgumentT) - Constructor for class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncActionQuery
Constructor.
ActivePivotSyncActionQuery_PLUGINKEY - Static variable in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils
The plugin key of the associated query.
activePivotSyncExec(IActivePivot, ActivePivotSyncUtils.IAction<ResultT, ArgumentT>, ArgumentT) - Static method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils
Executes the given action on the given pivot.
ActivePivotSyncUtils - Class in com.quartetfs.biz.pivot.query.impl
A utility class that exposes a static method for running an pivot-dependent action while holding its query lock.
ActivePivotSyncUtils() - Constructor for class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils
 
ActivePivotSyncUtils.AAbstractAction<ResultT,​ArgumentT> - Class in com.quartetfs.biz.pivot.query.impl
Abstract implementation of an ActivePivotSyncUtils.IAction.
ActivePivotSyncUtils.AAction<ResultT,​ArgumentT> - Class in com.quartetfs.biz.pivot.query.impl
Base implementation of an ActivePivotSyncUtils.AAbstractAction that synchronously executes the action.
ActivePivotSyncUtils.ANoArgAction - Class in com.quartetfs.biz.pivot.query.impl
An action that does not take any arguments and does not return any result.
ActivePivotSyncUtils.ASimpleAction<ResultT> - Class in com.quartetfs.biz.pivot.query.impl
A simple action that does not take any arguments.
ActivePivotSyncUtils.IAction<ResultT,​ArgumentT> - Interface in com.quartetfs.biz.pivot.query.impl
An action to execute on the session associated with a target pivot.
ActivePivotTransaction - Class in com.quartetfs.biz.pivot.impl
A transaction on an ActivePivot.
ActivePivotTransaction(MultiVersionActivePivot, ActivePivotVersion, Properties) - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotTransaction
Constructor.
ActivePivotTransactionCommittedEvent - Class in com.activeviam.health.monitor.impl
Event fired when a transaction is successfully committed through IActivePivotSchemaTransactionManager.
ActivePivotTransactionCommittedEvent(long, long) - Constructor for class com.activeviam.health.monitor.impl.ActivePivotTransactionCommittedEvent
Full constructor.
ActivePivotTransactionException - Exception in com.quartetfs.biz.pivot.transaction
An exception thrown when something goes wrong with a transaction on an ActivePivot component.
ActivePivotTransactionException() - Constructor for exception com.quartetfs.biz.pivot.transaction.ActivePivotTransactionException
 
ActivePivotTransactionException(String) - Constructor for exception com.quartetfs.biz.pivot.transaction.ActivePivotTransactionException
 
ActivePivotTransactionException(String, Object...) - Constructor for exception com.quartetfs.biz.pivot.transaction.ActivePivotTransactionException
 
ActivePivotTransactionException(String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.transaction.ActivePivotTransactionException
 
ActivePivotTransactionException(Throwable) - Constructor for exception com.quartetfs.biz.pivot.transaction.ActivePivotTransactionException
 
ActivePivotTransactionException(Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.transaction.ActivePivotTransactionException
 
ActivePivotTransactionInfo - Class in com.quartetfs.biz.pivot.transaction.impl
Implementation of the IActivePivotTransactionInfo interface.
ActivePivotTransactionInfo(IMultiVersionActivePivot, ActivePivotTransaction, IActivePivotVersion, Properties, long, long, IAggregateProviderHolderTransaction, boolean) - Constructor for class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
Deprecated, for removal: This API element is subject to removal in a future version.
Use #ActivePivotTransactionInfo(IMultiVersionActivePivot, ActivePivotTransaction, IActivePivotVersion, Properties, long, long, IGlobalAggregateProviderTransaction, boolean, boolean) instead
ActivePivotTransactionInfo(IMultiVersionActivePivot, ActivePivotTransaction, IActivePivotVersion, Properties, long, long, IAggregateProviderHolderTransaction, boolean, boolean) - Constructor for class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
Constructor.
ActivePivotTransactionRolledBackEvent - Class in com.activeviam.health.monitor.impl
Event fired when a transaction is rolled back.
ActivePivotTransactionRolledBackEvent(long, long) - Constructor for class com.activeviam.health.monitor.impl.ActivePivotTransactionRolledBackEvent
Constructor.
ActivePivotTransactionStartedEvent - Class in com.activeviam.health.monitor.impl
Event fired when a transaction is started through the IActivePivotSchemaTransactionManager.
ActivePivotTransactionStartedEvent(ActivePivotSchemaTransaction) - Constructor for class com.activeviam.health.monitor.impl.ActivePivotTransactionStartedEvent
Constructor.
ActivePivotVersion - Class in com.quartetfs.biz.pivot.impl
Base implementation of an IActivePivotVersion.
ActivePivotVersion(IEpoch, ActivePivotBase, ActivePivotQueryManager, ContinuousQueryManager, ISquashableCubeVersion) - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotVersion
Main constructor.
ActivePivotVersionQueryHelper - Class in com.quartetfs.biz.pivot.query.impl
Helper class to simplify queries and location based operations on an ActivePivot instance.
ActivePivotVersionQueryHelper(IActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.query.impl.ActivePivotVersionQueryHelper
Instantiate a query helper for an ActivePivot instance.
ActivePivotWebSocketServicesConfig - Class in com.qfs.server.cfg.impl
The AP WebSocket config.
ActivePivotWebSocketServicesConfig() - Constructor for class com.qfs.server.cfg.impl.ActivePivotWebSocketServicesConfig
 
ActivePivotWithDatastoreConfig - Class in com.qfs.server.cfg.impl
This configuration file creates a manager using the Manager description and a Datastore using the schema description.
ActivePivotWithDatastoreConfig() - Constructor for class com.qfs.server.cfg.impl.ActivePivotWithDatastoreConfig
 
ActivePivotXmlaServlet - Class in com.quartetfs.biz.xmla.servlet.pivot.impl
ActivePivot XMLA Servlet.
ActivePivotXmlaServlet() - Constructor for class com.quartetfs.biz.xmla.servlet.pivot.impl.ActivePivotXmlaServlet
 
ActivePivotXmlaServletConfig - Class in com.qfs.server.cfg.impl
Configuration for the XmlaServlet.
ActivePivotXmlaServletConfig() - Constructor for class com.qfs.server.cfg.impl.ActivePivotXmlaServletConfig
 
ActiveUIContentServiceUtil - Class in com.activeviam.spring.config.activeui
Utility class to configure the IContentService to work with ActiveUI.
ActiveUIResourceServerConfig - Class in com.activeviam.spring.config.activeui
Spring configuration for ActiveUI web application.
ActiveUIResourceServerConfig() - Constructor for class com.activeviam.spring.config.activeui.ActiveUIResourceServerConfig
Constructor.
ACTIVEVIAM_TEST_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property flagging the current environment as a test environment.
ACTIVEVIAM_THREAD_PREFIX - Static variable in class com.qfs.pool.impl.QFSPools
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.2
ACTIVEVIAM_THREAD_PREFIX - Static variable in class com.qfs.util.impl.NamedThreadFactory
Deprecated.
Prefix for naming threads.
ACTIVEVIAM_THREAD_PREFIX - Static variable in class com.qfs.util.impl.QfsConcurrency
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.2
ActiveViamDefaultPlugin - Annotation Type in com.quartetfs.fwk
Annotation indicating a default plugin or extended plugin of the IRegistry.
ActiveViamDefaultType - Annotation Type in com.quartetfs.fwk
Annotation indicating a default type of the IRegistry.
ActiveViamException - Exception in com.activeviam.fwk
ActiveViam Checked Exception.
ActiveViamException() - Constructor for exception com.activeviam.fwk.ActiveViamException
Default constructor.
ActiveViamException(String) - Constructor for exception com.activeviam.fwk.ActiveViamException
Constructor.
ActiveViamException(String, Object...) - Constructor for exception com.activeviam.fwk.ActiveViamException
Constructor.
ActiveViamException(String, Throwable) - Constructor for exception com.activeviam.fwk.ActiveViamException
Constructor.
ActiveViamException(Throwable) - Constructor for exception com.activeviam.fwk.ActiveViamException
Constructor.
ActiveViamException(Throwable, String, Object...) - Constructor for exception com.activeviam.fwk.ActiveViamException
Constructor.
ActiveViamParsingException - Exception in com.activeviam.fwk
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 com.activeviam.fwk.ActiveViamParsingException
Constructor.
ActiveViamParsingException(String, Throwable, ActiveViamParsingException.ParsingExceptionType, Object...) - Constructor for exception com.activeviam.fwk.ActiveViamParsingException
Constructor.
ActiveViamParsingException(Throwable, ActiveViamParsingException.ParsingExceptionType, Object...) - Constructor for exception com.activeviam.fwk.ActiveViamParsingException
Constructor.
ActiveViamParsingException.ParsingExceptionType - Enum in com.activeviam.fwk
An enumeration of all the possible types of annotations.
ActiveViamProperty - Enum in com.activeviam.properties.impl
Core properties used in ActiveViam products.
ActiveViamPropertyFromSpringConfig - Class in com.activeviam.properties.cfg.impl
This configuration allows to override the values of the ActiveViam properties with the Spring Environment.
ActiveViamPropertyFromSpringConfig() - Constructor for class com.activeviam.properties.cfg.impl.ActiveViamPropertyFromSpringConfig
 
ActiveViamPropertyRegistry - Class in com.activeviam.properties.impl
Registry allowing only a set of predefined IActiveViamProperty.
ActiveViamPropertyRegistry() - Constructor for class com.activeviam.properties.impl.ActiveViamPropertyRegistry
 
ActiveViamRestServicesConfig - Class in com.qfs.server.cfg.impl
A Spring configuration which imports all the REST services (Pivot, JWT, Content service, Datastore, Data export).
ActiveViamRestServicesConfig() - Constructor for class com.qfs.server.cfg.impl.ActiveViamRestServicesConfig
 
ActiveViamRuntimeException - Exception in com.activeviam.fwk
ActiveViam Runtime Exception.
ActiveViamRuntimeException() - Constructor for exception com.activeviam.fwk.ActiveViamRuntimeException
Default constructor.
ActiveViamRuntimeException(String) - Constructor for exception com.activeviam.fwk.ActiveViamRuntimeException
Constructor.
ActiveViamRuntimeException(String, Object...) - Constructor for exception com.activeviam.fwk.ActiveViamRuntimeException
Constructor.
ActiveViamRuntimeException(String, Throwable) - Constructor for exception com.activeviam.fwk.ActiveViamRuntimeException
Constructor.
ActiveViamRuntimeException(Throwable) - Constructor for exception com.activeviam.fwk.ActiveViamRuntimeException
Constructor.
ActiveViamRuntimeException(Throwable, String, Object...) - Constructor for exception com.activeviam.fwk.ActiveViamRuntimeException
Constructor.
ActiveViamSecurityException - Exception in com.activeviam.fwk
Security Exception thrown within a ActiveViam component.
ActiveViamSecurityException() - Constructor for exception com.activeviam.fwk.ActiveViamSecurityException
Constructor.
ActiveViamSecurityException(String) - Constructor for exception com.activeviam.fwk.ActiveViamSecurityException
Constructor.
ActiveViamSecurityException(String, Object...) - Constructor for exception com.activeviam.fwk.ActiveViamSecurityException
Constructor.
ActiveViamSecurityException(String, Throwable) - Constructor for exception com.activeviam.fwk.ActiveViamSecurityException
Constructor.
ActiveViamSecurityException(Throwable) - Constructor for exception com.activeviam.fwk.ActiveViamSecurityException
Constructor.
ActiveViamSecurityException(Throwable, String, Object...) - Constructor for exception com.activeviam.fwk.ActiveViamSecurityException
Constructor.
ActiveViamWebSocketServicesConfig - Class in com.qfs.server.cfg.impl
A Spring configuration which imports all the WS services.
ActiveViamWebSocketServicesConfig() - Constructor for class com.qfs.server.cfg.impl.ActiveViamWebSocketServicesConfig
 
activitFormService() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Activiti form service.
ACTIVITI_DATASOURCE_IDENTIFIER - Static variable in interface com.qfs.snl.persistence.cfg.IDatasourceConfiguration
The identifier of the activiti data source.
activitiCommandExecutor() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Activiti command executor.
activitiDataSource() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Connection to Activiti database.
ActivitiFormTypeExtendedPlugin - Class in com.qfs.snl.messages.form.impl
Extended plugin for IFormField.IType converting Activiti FormType.
ActivitiFormTypeExtendedPlugin() - Constructor for class com.qfs.snl.messages.form.impl.ActivitiFormTypeExtendedPlugin
Plugin constructor.
activitiHibernateProperties() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Hibernate configuration for activiti database.
activitiHibernateTransactionManager() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Hibernate transaction manager, handling all Sessions to access the database.
activitiProcessEngineConfiguration() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Configuration for Activiti process engine.
activitiProcessEngineFactory() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Factory creating process engines for Activiti.
activitiRepositoryService() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Activiti repository containing all defined workflow processes.
activitiRuntimeService() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Activiti runtime service executing the workflow processes.
activitiSessionFactory() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Factory creating transactional sessions to Activiti database.
activitiTaskService() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Activiti service containing all tasks managed by Activiti.
ActivitiWorkflowConfiguration - Class in com.qfs.snl.cfg.impl
Configuration for having workflows running in ActiveMonitor.
ActivitiWorkflowConfiguration() - Constructor for class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
 
activitiWorkflowService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Service managing workflows.
ActivitiWorkflowService - Class in com.qfs.snl.workflows.impl
Workflow Service using Activiti to trigger workflows upon configuration changes.
ActivitiWorkflowService(IWorkflowSchemaDao, IEntityWorkflowDao, Collection<? extends IWorkflowEntityResolver>, RuntimeService, TaskService, CommandExecutor, RepositoryService) - Constructor for class com.qfs.snl.workflows.impl.ActivitiWorkflowService
Full constructor.
actualValue - Variable in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
The value of the cell.
ACubeFormatter - Class in com.quartetfs.biz.pivot.cube.formatter.impl
Base implementation of ICubeFormatter.
ACubeFormatter.Type - Enum in com.quartetfs.biz.pivot.cube.formatter.impl
 
ACubeFormatterFactory - Class in com.quartetfs.biz.pivot.cube.formatter.impl
Base implementation of ICubeFormatterFactory that uses a Map<String, Map<String, String>> as dictionaries.
ACursor - Class in com.qfs.store.query.impl
Base class for implementing the cursor.
ACursor() - Constructor for class com.qfs.store.query.impl.ACursor
 
ACursorFactory - Class in com.qfs.store.query.impl
Abstract implementation of a cursor factory.
ACursorIterator<R> - Class in com.qfs.store.query.impl
Iterate on the elements of a cursor, following the java Iterator API.
ACustomProperty - Class in com.quartetfs.fwk.impl
This is the base class for custom properties, implementing the basic behavior shared by all custom properties.
adaptContextValues(List<? extends IContextValue>, IDrillthroughProperties, boolean) - Static method in class com.quartetfs.pivot.mdx.utils.impl.ServicesUtil
Adds the given IDrillthroughProperties to the given list of context values.
adaptContextValues(List<? extends IContextValue>, IAsOfEpoch) - Static method in class com.quartetfs.pivot.mdx.utils.impl.ServicesUtil
Rewrite the originalContextValues to remove restrictions on epochDimension and use the asOfToSet.
adaptContextValues(List<? extends IContextValue>, IBranch) - Static method in class com.quartetfs.pivot.mdx.utils.impl.ServicesUtil
Add or replace the IContextValue of type IBranch in the original list.
adaptContextValues(List<? extends IContextValue>, ISubCubeProperties, boolean) - Static method in class com.quartetfs.pivot.mdx.utils.impl.ServicesUtil
Transforms the given ISubCubeProperties into an ICubeFilter and add it to the given list of context values.
ADAPTIVE_HUMAN_STRING - Static variable in class com.qfs.store.part.impl.AdaptivePartitioningDescription
 
ADAPTIVE_JIT_PLUGIN_TYPE - Static variable in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
ADAPTIVE_PARTITIONING_SELECTOR_ID - Static variable in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker
The AdaptivePartitioningSelector visitor's ID.
AdaptiveModuloPartitioningImpliedPartitionRetriever(AdaptivePartitioning, TIntIntMap, int) - Constructor for class com.qfs.store.part.impl.AdaptivePartitioning.AdaptiveModuloPartitioningImpliedPartitionRetriever
Constructor.
AdaptivePartitioning - Class in com.qfs.store.part.impl
A partitioning that can be done on different fields.
AdaptivePartitioning(int[]) - Constructor for class com.qfs.store.part.impl.AdaptivePartitioning
 
AdaptivePartitioning.AdaptiveModuloPartitioningImpliedPartitionRetriever - Class in com.qfs.store.part.impl
 
AdaptivePartitioning.AdaptivePartitioningImplicationChecker - Class in com.qfs.store.part.impl
The adaptive partitioning is never implied by anything.
AdaptivePartitioning.AdaptivePartitioningOriginalPartitionRetriever - Class in com.qfs.store.part.impl
 
AdaptivePartitioning.GcpCalculator - Class in com.qfs.store.part.impl
 
AdaptivePartitioningDescription - Class in com.qfs.store.part.impl
The description of an adaptive partitioning.
AdaptivePartitioningDescription(List<String>) - Constructor for class com.qfs.store.part.impl.AdaptivePartitioningDescription
Constructor.
AdaptivePartitioningImplicationChecker(AdaptivePartitioning, TIntIntMap) - Constructor for class com.qfs.store.part.impl.AdaptivePartitioning.AdaptivePartitioningImplicationChecker
Constructor.
AdaptivePartitioningOriginalPartitionRetriever(AdaptivePartitioning, int) - Constructor for class com.qfs.store.part.impl.AdaptivePartitioning.AdaptivePartitioningOriginalPartitionRetriever
Constructor.
adaptPartitioningToFields(IPartitioningSnapshot, int[], boolean) - Method in class com.qfs.distribution.impl.DistributedPartitioningManager
 
adaptPartitioningToFields(IPartitioningSnapshot, int[], boolean) - Method in class com.quartetfs.biz.pivot.impl.PartitioningManager
 
adaptPartitioningToFields(IPartitioningSnapshot, int[], boolean) - Method in interface com.quartetfs.biz.pivot.IPartitioningManager
Adapts the only possible partitioning to the list of fields allowed for partitioning.
ADatabaseRetrievalResult - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Abstract class for implementing IDatabaseRetrievalResult.
ADatabaseServiceConfig - Class in com.qfs.service.store.impl
Simple abstract implementation of IDatabaseServiceConfiguration with fields for all getters.
ADatabaseVersionAwareProperty - Class in com.quartetfs.biz.pivot.property.impl
An implementation of an ICustomProperty that is able to retrieve data from a database.
ADataContributorHandlingCubeTransaction - Class in com.activeviam.pivot.contribution.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ADataCubeAdapter - Class in com.qfs.messenger.impl
Abstract IDataCubeAdapter that contains base methods for the component constructors.
ADataCubeAdapter() - Constructor for class com.qfs.messenger.impl.ADataCubeAdapter
 
ADataNodeDistributedAgent - Class in com.qfs.messenger.impl
An abstract implementation of an IDistributedAgent to be used in a Data node.
ADataSourceBuilder - Class in com.qfs.snl.persistence.impl
Abstract class to extend when creating a IDataSourceBuilder.
ADatastoreSchemaDescriptionPostProcessor - Class in com.qfs.desc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Datastore's description post-processors are no longer needed.
ADatastoreSchemaDescriptionPostProcessor() - Constructor for class com.qfs.desc.impl.ADatastoreSchemaDescriptionPostProcessor
Deprecated.
 
ADbInfo - Class in com.qfs.snl.persistence.impl
Entity storing any information about the database.
ADbInfoDao<DbInfoT extends ADbInfo> - Class in com.qfs.snl.persistence.impl
DAO providing information about the application database.
add() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
add(double) - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
Adds a new double into the heap.
add(double) - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
Adds a new double into the heap.
add(double) - Method in class com.qfs.heap.impl.MaxHeapDouble
Adds a new double into the heap.
add(double) - Method in class com.qfs.heap.impl.MinHeapDouble
Adds a new double into the heap.
add(double, int) - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
Adds a new double into the heap.
add(double, int) - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
Adds a new double into the heap.
add(float) - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
Adds a new float into the heap.
add(float) - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
Adds a new float into the heap.
add(float) - Method in class com.qfs.heap.impl.MaxHeapFloat
Adds a new float into the heap.
add(float) - Method in class com.qfs.heap.impl.MinHeapFloat
Adds a new float into the heap.
add(float, int) - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
Adds a new float into the heap.
add(float, int) - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
Adds a new float into the heap.
add(int) - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
Adds a new int into the heap.
add(int) - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
Adds a new int into the heap.
add(int) - Method in class com.qfs.heap.impl.MaxHeapInteger
Adds a new int into the heap.
add(int) - Method in class com.qfs.heap.impl.MinHeapInteger
Adds a new int into the heap.
add(int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
add(int) - Method in class com.qfs.trove.impl.QIntEmptySet
 
add(int) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
add(int) - Method in interface com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet.IScope
Add an index to the scope.
add(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet.RangeScope
 
add(int) - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope
Adds a point to the scope.
add(int[]) - Method in class com.qfs.dic.impl.PointSet
 
add(int[]) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
add(int[], int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
add(int, int) - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
Adds a new int into the heap.
add(int, int) - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
Adds a new int into the heap.
add(int, ValueScope) - Method in class com.quartetfs.pivot.mdx.plan.impl.MultiScope
Set the ValueScope for the specified index.
add(int, Object[]) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
add(int, Object[]) - Method in interface com.qfs.store.transaction.ITransactionalWriter
Adds a tuple to a store.
add(int, Runnable) - Method in class com.qfs.pool.ATasksPerNumaNode
Adds the given action, binding it to the given NUMA node.
add(int, Runnable) - Method in class com.qfs.pool.impl.TasksPerNumaNode
 
add(int, T) - Method in class com.qfs.util.impl.FilteredList
Deprecated.
 
add(long) - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
Adds a new long into the heap.
add(long) - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
Adds a new long into the heap.
add(long) - Method in class com.qfs.bitmap.impl.Bitmap
WARNING: Internal method
Adds a new for test allowing to add.
add(long) - Method in class com.qfs.heap.impl.MaxHeapLong
Adds a new long into the heap.
add(long) - Method in class com.qfs.heap.impl.MinHeapLong
Adds a new long into the heap.
add(long, int) - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
Adds a new long into the heap.
add(long, int) - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
Adds a new long into the heap.
add(ISentinelEvent) - Method in class com.qfs.snl.events.impl.EventCache
 
add(IMessage) - Method in class com.qfs.snl.messages.impl.MessageBox
Add the given message in the list of received messages.
add(IRecordReader) - Method in class com.qfs.store.impl.ARecordSetTransaction
Transiently adds a record to the underlying store.
add(IRecordReader) - Method in class com.qfs.store.impl.StorePartitionWorkUnitQueue
Adds a record.
add(IRecordReader) - Method in interface com.qfs.store.IRecordSetTransaction
Adds a record to the record set within this transaction.
add(IPair<ITuple, Number>) - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleAccumulator
Add an element to the accumulator.
add(IPair<ITuple, Number>) - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleBottomCountAccumulator
 
add(IPair<ITuple, Number>) - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleBottomPercentAccumulator
We fill the list of tuples without maintaining the order and without discarding any tuple.
add(IPair<ITuple, Number>) - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleBottomSumAccumulator
We fill the list of tuples without maintaining the order and without discarding any tuple.
add(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SetBuilder
Add a tuple.
add(ITuple) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.AggregateKeyTask
Adds a tuple to the task.
add(IFunction) - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionPlugin
 
add(E) - Method in interface com.activeviam.collections.ImmutableCollection
Create a new collection having the items of this collection plus one new item.
add(E) - Method in interface com.activeviam.collections.ImmutableList
 
add(E) - Method in interface com.activeviam.collections.ImmutableSet
 
add(E) - Method in class com.activeviam.collections.impl.AppendOnlyCollection
 
add(E) - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
add(E) - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
add(E) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventsQueue
Add an element to this queue.
add(E) - Method in class com.qfs.util.impl.QfsLists.ReverseIterator
Deprecated.
 
add(E) - Method in class com.quartetfs.pivot.mdx.utils.impl.CircularBuffer
This method behaves like CircularBuffer.offer(Object).
add(E, E, E...) - Method in interface com.activeviam.collections.ImmutableCollection
Create a new collection having the items of this collection plus new items.
add(E, E, E...) - Method in interface com.activeviam.collections.ImmutableList
 
add(E, E, E...) - Method in interface com.activeviam.collections.ImmutableSet
 
add(E, E, E...) - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
add(E, E, E...) - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
add(Runnable) - Method in class com.qfs.pool.ATasksPerNumaNode
Adds the given action, binding it to the default NUMA node.
add(String, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.TopKSorter
Add an element.
add(String, Number, Object) - Static method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.DateHelper
Offsets a given date of some time.
add(String, Object...) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
add(String, Object...) - Method in interface com.qfs.store.transaction.ITransactionalWriter
Adds a tuple to a store.
add(String, String, Class<T>) - Method in interface com.quartetfs.fwk.types.IExtendedPlugin
Registers an extended plugin value class in this extended plugin.
add(String, String, Class<V>) - Method in class com.quartetfs.fwk.types.impl.ExtendedPlugin
Register an extended plugin value class in this extended plugin.
add(String, List<Object[]>) - Method in class com.qfs.query.impl.DrillthroughMessageWithHeadersAction.DrillthroughAnswerMerger
Merge the result from the given remote instance.
add(List<IDrillthroughHeader>) - Method in class com.qfs.query.impl.DrillthroughHeadersMessageAction.DrillthroughHeaderAnswerMerger
Merge the result from the given remote instance.
add(K, V) - Method in class com.qfs.pivot.util.impl.EntryList
Adds a new entry.
add(T) - Method in class com.qfs.store.impl.Batch
Inserts a record to be added, if the batch has enough capacity.
add(T) - Method in class com.qfs.util.impl.FilteredList
Deprecated.
 
add(T) - Method in class com.quartetfs.fwk.types.impl.Plugin
Adds a plugin value, it gets the keys from the value to put it in the hashmap.
add(T) - Method in class com.quartetfs.fwk.types.impl.VariablePlugin
 
add(T) - Method in interface com.quartetfs.fwk.types.IPlugin
Adds an plugin value.
add(T) - Method in class com.quartetfs.pivot.mdx.impl.CaseInsentivePlugin
 
add(T) - Method in class com.quartetfs.pivot.mdx.plan.impl.PassDirectedExecutionGraph
Add a task to the graph if it not already part of it.
add(T) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxIndex
Add an element.
Add - com.qfs.store.IStorePartitionWorkUnit.WorkType
 
ADD - com.qfs.content.service.ContentAction
Adding a new entry.
ADD_CALCULATED_MEMBERS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
ADD_LISTENER - Static variable in class com.qfs.logging.MessagesStreaming
 
add_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.add_return
 
ADD_ROWS - com.activeviam.database.api.experimental.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 - com.activeviam.database.api.experimental.refresh.ChangeType
Some rows have been added and one of the provided condition is dirty.
ADD_TOPIC_NAME - Static variable in class com.qfs.repository.impl.DatastoreRepositoryCache
Topic for the contribution channel.
addActiveMeasure(String, Properties) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Adds a new ActiveMeasures based on the post-pro with the given plugin key, and with the given properties.
addActiveMeasure(String, Properties) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
addAdditionalMeasure(IMeasureMember, IColumn<?>) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Adds the results for a new additional measure to this result.
addAdditionalMeasureFrom(IIterableAggregatesRetrievalResult, IMeasureMember) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Copies the additional measure of the given retrieval result into this retrieval result.
addAdditionalProperty(String, String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
Adds an additional property.
addAdditionalProperty(String, String) - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
Adds an additional property.
addAggregationProcedure(IAnalysisAggregationProcedureDescription) - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
Adds the description of an IAnalysisAggregationProcedureDescription to the cube description.
addAlerts(String, List<AlertDto>) - Method in interface com.qfs.snl.rs.IMonitorRestService
Records new alerts for the monitor.
addAlerts(String, List<AlertDto>) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
addAlerts(Collection<? extends ISentinelAlert>) - Method in interface com.qfs.snl.alerts.IAlertCache
Add a series of alerts to the cache.
addAlerts(Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.AlertCache
 
addAlias(String) - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFunction
Adds an alias for this function.
addAliasedSet(IAliasedSet) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Stores the given aliased set.
addAliasedSet(IAliasedSet) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
addAll(int[]) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
addAll(int[]) - Method in class com.qfs.trove.impl.QIntEmptySet
 
addAll(int[]) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
addAll(int, Collection<Object[]>) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
addAll(int, Collection<Object[]>) - Method in class com.qfs.store.transaction.impl.DelegatingOpenedTransaction
 
addAll(int, Collection<Object[]>) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
addAll(int, Collection<Object[]>) - Method in interface com.qfs.store.transaction.ITransactionalWriter
Adds tuples to a store.
addAll(ImmutableCollection<E>) - Method in interface com.activeviam.collections.ImmutableCollection
Create a new collection having the items of this collection plus items from another collection.
addAll(ImmutableCollection<E>) - Method in interface com.activeviam.collections.ImmutableSet
 
addAll(ImmutableList<E>) - Method in interface com.activeviam.collections.ImmutableList
Create a new list having the items of this list plus items from another list appended.
addAll(ImmutableSet<E>) - Method in interface com.activeviam.collections.ImmutableSet
Create a new set having the items of this collection plus items from another set.
addAll(EntryList<K, V>) - Method in class com.qfs.pivot.util.impl.EntryList
Adds all the entries from the input list into this one.
addAll(ITuple...) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SetBuilder
Add the tuples.
addAll(ISet) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SetBuilder
Add the tuples of the set.
addAll(E[]) - Method in interface com.activeviam.collections.ImmutableCollection
Create a new collection having the items of this collection plus items from an array.
addAll(E[]) - Method in interface com.activeviam.collections.ImmutableList
 
addAll(TIntCollection) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
addAll(TIntCollection) - Method in class com.qfs.trove.impl.QIntEmptySet
 
addAll(TIntCollection) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
addAll(String, Collection<Object[]>) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
addAll(String, Collection<Object[]>) - Method in interface com.qfs.store.transaction.ITransactionalWriter
Adds multiple tuples to a store.
addAll(Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.events.impl.EventCache
 
addAll(Collection<? extends ITuple>) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SetBuilder
Add the tuples.
addAll(Collection<? extends E>) - Method in interface com.activeviam.collections.ImmutableCollection
Create a new collection having the items of this collection plus items from another collection.
addAll(Collection<? extends E>) - Method in interface com.activeviam.collections.ImmutableList
 
addAll(Collection<? extends E>) - Method in interface com.activeviam.collections.ImmutableSet
 
addAll(Collection<? extends E>) - Method in class com.activeviam.collections.impl.AppendOnlyCollection
 
addAll(Collection<? extends E>) - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
addAll(Collection<? extends E>) - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
addAll(Collection<? extends E>) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventsQueue
Adds all of the elements in the specified collection to this queue.
addAll(Collection<? extends Integer>) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
addAll(Collection<? extends Integer>) - Method in class com.qfs.trove.impl.QIntEmptySet
 
addAll(Collection<? extends Integer>) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
addAll(Collection<? extends T>) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxIndex
 
addAll(Map<?, ?>) - Method in class com.quartetfs.fwk.util.impl.StringPropertyList
Add all the entries into the list.
addAll(Map<Integer, List<IDrillthroughRow>>) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
Adds all the rows from all partitions into the same result list.
addAll(Properties) - Method in class com.quartetfs.fwk.util.impl.StringPropertyList
Add all the properties into the list.
addAllPartitionSelection(int, IDictionaryOperand) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
addAllPartitionSelection(int, IDictionaryOperand) - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Adds a all partition selection.
addAttribute(String) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
addAttribute(String) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
addAttribute(String) - Method in class com.quartetfs.biz.xmla.binxml.impl.DecodeSaxWriter
 
addAttribute(String) - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
addAttribute(String) - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
Add an attribute.
addBorder(IBorderBuilder.Direction, IBorderBuilder.Style) - Method in interface com.qfs.util.ui.IBorderBuilder
Adds border definition into the builder.
addBorder(IBorderBuilder.Direction, IBorderBuilder.Style) - Method in class com.qfs.util.ui.impl.AsciiBorderBuilder
 
addBorder(IBorderBuilder.Direction, IBorderBuilder.Style) - Method in class com.qfs.util.ui.impl.Utf8BorderBuilder
 
addCacheMemory(long) - Method in interface com.qfs.chunk.direct.allocator.impl.ISlabMemoryTracker
Adds the given amount of bytes to ISlabMemoryTracker.getCacheMemory().
addCacheMemory(long) - Method in class com.qfs.memory.impl.DirectMemoryTracker
Adds the given amount of bytes to DirectMemoryTracker.CACHE_MEMORY.
addCalculatedMember(IMdxContext, ICalculatedMemberDescription) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Adds the calculated member in the specified Mdx context.
addCalculatedMember(ICalculatedMemberDescription) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Adds a calculated member description.
addCalculatedMember(String, String, String, String, String) - Method in class com.qfs.pivot.content.impl.DynamicActivePivotContentServiceMBean
Add a calculated member.
AddCalculatedMembers - com.quartetfs.biz.xmla.constants.Keyword
 
AddCalculatedMembersFunction - Class in com.quartetfs.pivot.mdx.func.impl
AddCalculatedMember function.
AddCalculatedMembersFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.AddCalculatedMembersFunction
 
addCellProperties(IMdxCube, Map<String, MdxCube.ExpressionIndex>) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxContextHelper
Deprecated, for removal: This API element is subject to removal in a future version.
this is now done by the IMdxCube
addCellRow(Object[]) - Method in class com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.CSVTableOutput
 
addCellRow(Object[]) - Method in interface com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.ITableOutput
 
addCellRow(Object[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.CSVTableOutput
 
addCellRow(Object[]) - Method in interface com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.ITableOutput
 
addCells(ITableBuilder.Orientation, Object...) - Method in class com.qfs.util.ui.impl.TableBuilder
 
addCells(ITableBuilder.Orientation, Object...) - Method in interface com.qfs.util.ui.ITableBuilder
Adds multiple cells in one line of the table.
addCenteredCell(String) - Method in class com.qfs.util.ui.impl.TableBuilder
 
addCenteredCell(String) - Method in interface com.qfs.util.ui.ITableBuilder
Adds a cell filling all columns of the table.
addChecker(WorkflowValidator.ITaskChecker) - Method in class com.qfs.snl.workflows.impl.WorkflowValidator
Adds a checker to run on workflows.
addChild(CancellableCountedCompleter<?>) - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleterWithChildren
Adds the given completer to the list of children completers, incrementing the pending count.
addChild(MultiVersionAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
addChild(CountedCompleter<?>, CountedCompleter<?>) - Static method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleterWithChildren
Adds the given child completer to the list of children of the parent completer, incrementing the pending count.
addChild(K, K, V, E) - Method in class com.qfs.graph.impl.Tree
 
addChild(K, K, V, E) - Method in interface com.qfs.graph.ITree
Add a child to a node in the tree.
addComparatorOrder(String, Object...) - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Deprecated, for removal: This API element is subject to removal in a future version.
addCompilationPattern(String, String) - Static method in class com.qfs.pivot.mdx.compil.impl.SentinelMdxCompiler
Compiles the given pattern and create a transformer to transform the matching expressions into a post-processor with the given key.
addCompletionStage(IAddress, CompletionStage<IBroadcastResult<?>>) - Method in class com.qfs.messenger.impl.CompletableFutureMessageAnswer
Add a new stage that must be completed in order to complete this one.
addConditions(int, List<?>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeNode
Recursively add a list of conditions, conditions in the list are aligned with levels in the reference hierarchy.
addConditions(List<?>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeTree
Add a path of conditions that qualify a set of members for which access is granted.
addConditionScan(ICondition) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
addConditionScan(ICondition) - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Indicates that this store should be filtered with a scan by the given condition.
addConflatedEventProcessingListener(ConflationEventEngine.IConflatedEventProcessingListener) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Registers a new listener.
addConsumer(ConflationEventEngine.IConflationConsumer) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Adds a consumer for produced events.
addContentTask(ITreeStoreNode, IStorePartitionView, Collection<ICompiledPartitionContentOperation>) - Method in interface com.qfs.store.query.plan.IExecutionPlanBuilder
Adds a content task.
addContentTask(ITreeStoreNode, IStorePartitionView, Collection<ICompiledPartitionContentOperation>) - Method in class com.qfs.store.query.plan.impl.ExecutionPlanBuilder
 
addContentTask(ITreeStoreNode, IStorePartitionView, Collection<ICompiledPartitionContentOperation>) - Method in class com.qfs.store.query.plan.impl.SingleThreadExecutionPlanBuilder
 
addContinuousQueryHandlerKeys(String) - Method in class com.activeviam.copper.PropertiesCodec
Deprecated.
Appends the handlerKeys from the given handlersToAppend to the underlying Properties.
addConversionTime(long) - Method in class com.activeviam.pivot.rest.dataexport.DataExportTimings
Adds time for the conversion of the cellSet in the desired format.
addConversionWaitingTime(long) - Method in interface com.qfs.msg.keyvalue.IKeyValueBatchInfo
 
addConversionWaitingTime(long) - Method in class com.qfs.msg.keyvalue.impl.KeyValueBatchInfo
 
addDataSize(long) - Method in interface com.qfs.msg.keyvalue.IKeyValueBatchInfo
 
addDataSize(long) - Method in class com.qfs.msg.keyvalue.impl.KeyValueBatchInfo
 
addDependency(ADependencyNode) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ADependencyNode
Adds a child dependency.
addDependency(ADependencyNode) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.RootNode
 
addDependency(IGetAggregatesQuery, ICubeFilter, boolean, Set<String>) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Add a dependency.
addDependency(INamedSetReference) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
addDependency(INamedSetReference) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlan
Force a dependency from the current plan state to the mentioned named set.
addDependency(INamedSetReference) - Method in class com.quartetfs.pivot.mdx.plan.impl.Pass
Ensure that the current task of the cell plan with be execute after the named set execution task.
addDimension(IAxisDimensionDescription) - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
Adds the description for a dimension.
addDiscovery(XmlaServletMonitor.XmlaDiscoveryMonitor) - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaMonitorStatistics
 
addDisjoinedSecondaryIndexLookup(int, List<IDictionaryOperand[]>) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
addDisjoinedSecondaryIndexLookup(int, List<IDictionaryOperand[]>) - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Adds an operation for a Secondary Index that performs a disjunction of lookups.
addDisjoinedUniqueIndexLookup(int, List<IDictionaryOperand[]>) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
addDisjoinedUniqueIndexLookup(int, List<IDictionaryOperand[]>) - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Adds an operation for a Unique Index that performs a disjunction of lookups.
addDomainListener(IDomainListener) - Method in class com.quartetfs.tech.streaming.impl.StreamPublisher
 
addDomainListener(IDomainListener) - Method in interface com.quartetfs.tech.streaming.IStreamPublisher
Adds a listener to a domain life-cycle.
addDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
addDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
addDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
addDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
addDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
addDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
addDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
addDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
addDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
addDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
addDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
addDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
addDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
addDouble(int, double) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
addDouble(int, double) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
addDouble(int, double) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
addDouble(int, double) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
addDouble(int, double) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
addDouble(int, double) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
addDouble(int, double) - Method in interface com.qfs.chunk.IArrayWriter
Adds a double primitive value to an element of the array.
addDouble(int, double) - Method in class com.qfs.chunk.impl.AWritableArray
 
addDouble(int, double) - Method in class com.qfs.chunk.impl.ChunkMarked
 
addDouble(int, double) - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
addDouble(int, double) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
addDouble(int, double) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
addDouble(int, double) - Method in class com.qfs.column.impl.AChunkedColumn
 
addDouble(int, double) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
addDouble(int, double) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableArray
 
addDouble(int, double) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
addDouble(int, double) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
addDouble(int, double) - Method in class com.qfs.store.impl.ChunkRecordWriter
 
addDouble(int, double) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
addDouble(int, double) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
addDouble(int, double) - Method in class com.qfs.store.impl.TombstoneColumn
 
addDouble(int, double) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
addDouble(int, double) - Method in class com.qfs.store.record.impl.KeyRecord
 
addDouble(int, double) - Method in class com.qfs.store.record.impl.Record
 
addDouble(int, double) - Method in class com.qfs.store.record.impl.WritableRecordBlockAcceptor
 
addDouble(int, double) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
addDouble(int, double) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
addDouble(int, double) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
addDouble(int, double) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
addDouble(int, double) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
addDouble(int, double) - Method in class com.qfs.vector.impl.AVector
 
addDouble(int, double) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
addDouble(int, double) - Method in class com.qfs.vector.impl.DoubleFixedBlockVector
 
addDouble(int, double) - Method in class com.qfs.vector.impl.EmptyVector
 
addDouble(int, double) - Method in class com.qfs.vector.impl.TombStoneBlock
 
addDouble(int, double) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
added - Variable in class com.activeviam.collections.impl.Difference
The list of items added when computing a difference.
addEdge(String, String, IReferenceMetadata) - Method in class com.qfs.store.impl.UserStoreGraph
 
addEdge(K, K, E) - Method in interface com.qfs.graph.IDirectedMultiGraph
Add an edge between two nodes.
addEdge(K, K, E) - Method in class com.qfs.graph.impl.DirectedMultiGraph
 
addEdge(K, K, E) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
addElement(String, String, String, T) - Method in class com.qfs.distribution.impl.ClusterElementIndex
Add an element.
addEmptyCompletionTaskForPartition(IStorePartitionView, IPartitionedResultAcceptor) - Method in interface com.qfs.store.query.plan.IExecutionPlanBuilder
Adds a completion task for a partition that won't be scanned, but still requires completion.
addEmptyCompletionTaskForPartition(IStorePartitionView, IPartitionedResultAcceptor) - Method in class com.qfs.store.query.plan.impl.ExecutionPlanBuilder
 
addEmptyCompletionTaskForPartition(IStorePartitionView, IPartitionedResultAcceptor) - Method in class com.qfs.store.query.plan.impl.SingleThreadExecutionPlanBuilder
 
addEmptyContentTask(ITreeStoreNode, int) - Method in interface com.qfs.store.query.plan.IExecutionPlanBuilder
 
addEmptyContentTask(ITreeStoreNode, int) - Method in class com.qfs.store.query.plan.impl.SingleThreadExecutionPlanBuilder
 
addErrorCode(int) - Method in class com.qfs.store.query.impl.InvalidQueryExceptionBuilder
Indicate we found the error with the given code while validating the query.
addEventHandler(IHealthEventHandler) - Method in interface com.activeviam.health.monitor.IHealthEventDispatcher
Adds an event handler to this dispatcher.
addEventHandler(IHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.HealthEventDispatcher
 
addEvents(String, Collection<? extends ISentinelEvent>) - Method in interface com.qfs.snl.monitors.IMonitorService
Adds the events to ActiveMonitor.
addEvents(String, Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
addEvents(String, Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
addEvents(String, Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
addEvents(String, Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
addEvents(String, List<EventDto>) - Method in interface com.qfs.snl.rs.IMonitorRestService
Records new events for the monitor.
addEvents(String, List<EventDto>) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
addExpandedLocation(ILocation) - Method in interface com.qfs.pivot.cube.provider.IExpandLocationsResult
Adds a new location to the set of expanded locations.
addExpandedLocation(ILocation) - Method in class com.qfs.pivot.cube.provider.impl.ExpandLocationResult
 
addExpandedLocations(Set<ILocation>) - Method in interface com.qfs.pivot.cube.provider.IExpandLocationsResult
Adds the given new locations to the set of expanded locations.
addExpandedLocations(Set<ILocation>) - Method in class com.qfs.pivot.cube.provider.impl.ExpandLocationResult
 
addField(String, IFieldDescription) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
Adds a new field to a store.
addField(String, IFieldDescription) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
addField(String, IFieldDescription, ISelection, IDatastoreSchemaUpdater.IInitializeFieldProcedure) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
Adds a new field to a store and computes its values from a selection using the given procedure.
addField(String, IFieldDescription, ISelection, IDatastoreSchemaUpdater.IInitializeFieldProcedure) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
addFieldPermission(String, List<String>, List<String>) - Method in class com.qfs.desc.impl.TableSecurityBuilder
 
addFieldPermission(String, List<String>, List<String>) - Method in interface com.qfs.desc.ITableSecurityBuilder
Add permission for a specific field in the table.
addFieldReaders(String, List<String>) - Method in class com.qfs.desc.impl.TableReadWritePermissions
 
addFieldReaders(String, List<String>) - Method in interface com.qfs.desc.IWritableTablePermissions
Adds readers for a specific field.
addFieldScan(int, IOperand) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
addFieldScan(int, IOperand) - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Adds a lookup on a field of this store.
addFieldWriters(String, List<String>) - Method in class com.qfs.desc.impl.TableReadWritePermissions
 
addFieldWriters(String, List<String>) - Method in interface com.qfs.desc.IWritableTablePermissions
Adds writers for a specific field.
addFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
addFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
addFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
addFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
addFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
addFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
addFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
addFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
addFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
addFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
addFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
addFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
addFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
addFloat(int, float) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
addFloat(int, float) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
addFloat(int, float) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
addFloat(int, float) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
addFloat(int, float) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
addFloat(int, float) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
addFloat(int, float) - Method in interface com.qfs.chunk.IArrayWriter
Adds a float primitive value to an element of the array.
addFloat(int, float) - Method in class com.qfs.chunk.impl.AWritableArray
 
addFloat(int, float) - Method in class com.qfs.chunk.impl.ChunkMarked
 
addFloat(int, float) - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
addFloat(int, float) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
addFloat(int, float) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
addFloat(int, float) - Method in class com.qfs.column.impl.AChunkedColumn
 
addFloat(int, float) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
addFloat(int, float) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableArray
 
addFloat(int, float) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
addFloat(int, float) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
addFloat(int, float) - Method in class com.qfs.store.impl.ChunkRecordWriter
 
addFloat(int, float) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
addFloat(int, float) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
addFloat(int, float) - Method in class com.qfs.store.impl.TombstoneColumn
 
addFloat(int, float) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
addFloat(int, float) - Method in class com.qfs.store.record.impl.KeyRecord
 
addFloat(int, float) - Method in class com.qfs.store.record.impl.Record
 
addFloat(int, float) - Method in class com.qfs.store.record.impl.WritableRecordBlockAcceptor
 
addFloat(int, float) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
addFloat(int, float) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
addFloat(int, float) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
addFloat(int, float) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
addFloat(int, float) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
addFloat(int, float) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
addFloat(int, float) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
addFloat(int, float) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
addFloat(int, float) - Method in class com.qfs.vector.impl.AVector
 
addFloat(int, float) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
addFloat(int, float) - Method in class com.qfs.vector.impl.DoubleFixedBlockVector
 
addFloat(int, float) - Method in class com.qfs.vector.impl.EmptyVector
 
addFloat(int, float) - Method in class com.qfs.vector.impl.FloatBlockVector
 
addFloat(int, float) - Method in class com.qfs.vector.impl.FloatFixedBlockVector
 
addFloat(int, float) - Method in class com.qfs.vector.impl.TombStoneBlock
 
addFloat(int, float) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
addGeneralMarker(String, Object) - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
Adds a key value pair to both the start and stop log marker.
addHandler(IHealthEventHandler) - Static method in interface com.activeviam.health.monitor.IHealthEventDispatcher
Adds an event handler to the dispatcher IHealthEventDispatcher.INSTANCE.
addHandler(IQueryTimingHandler) - Static method in class com.quartetfs.fwk.logging.impl.QueryTimingCollector
addHandler(String, Object) - Method in class com.qfs.servlet.impl.DynamicUrlHandlerMapping
Register the specified handler for the given URL path.
addHandler(WebSocketHandler, String...) - Method in class com.qfs.websocket.server.cfg.impl.AWebSocketServiceConfig.WebSocketHandlerRegistryConfigurer
Configures a WebSocketHandler at the specified URL paths.
addHierarchy(MdxHierarchy, boolean) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxDimension
Add to the hierarchies.
addImpactedPoint(int) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.ABitmapAggregateCollector
Flags the specified point as impacted by the transaction.
addInBitmap(int, long) - Method in class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisMember
 
addInBitmap(int, long) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionDistributedAxisMember
Add the position to the list of remote instances that contribute to this member.
addIncomingReferenceTask(ITreeStoreNode, IStorePartitionView, Collection<IConcreteReference>, ICompiledIncomingReferenceOperation) - Method in interface com.qfs.store.query.plan.IExecutionPlanBuilder
Adds an incoming reference task.
addIncomingReferenceTask(ITreeStoreNode, IStorePartitionView, Collection<IConcreteReference>, ICompiledIncomingReferenceOperation) - Method in class com.qfs.store.query.plan.impl.ExecutionPlanBuilder
 
addIncomingReferenceTask(ITreeStoreNode, IStorePartitionView, Collection<IConcreteReference>, ICompiledIncomingReferenceOperation) - Method in class com.qfs.store.query.plan.impl.SingleThreadExecutionPlanBuilder
 
addInFlightParent(CancellableCountedCompleter<?>) - Method in class com.qfs.concurrent.cancellable.impl.MultiCancellableCountedCompleter
Adds a new parent completer.
addInFlightParentRetrieval(CancellableCountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
Adds a new parent completer while this task is potentially running (using MultiCancellableCountedCompleter.addInFlightParent(CancellableCountedCompleter)).
addInfo(IActivePivotTransactionInfo) - Method in interface com.quartetfs.biz.pivot.transaction.ICompositeActivePivotTransactionInfo
Adds a new info to this composite info.
addInfo(IActivePivotTransactionInfo) - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
addInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
addInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
addInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
addInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
addInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
addInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
addInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
addInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
addInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
addInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
addInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
addInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
addInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
addInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
addInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
addInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
addInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
addInt(int, int) - Method in class com.qfs.chunk.direct.impl.ADirectChunkPrimitiveInteger
 
addInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
addInt(int, int) - Method in interface com.qfs.chunk.IArrayWriter
Adds a long primitive value to an element of the array.
addInt(int, int) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
addInt(int, int) - Method in class com.qfs.chunk.impl.AChunkPrimitiveInteger
 
addInt(int, int) - Method in class com.qfs.chunk.impl.AWritableArray
 
addInt(int, int) - Method in class com.qfs.chunk.impl.ChunkMarked
 
addInt(int, int) - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
addInt(int, int) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
addInt(int, int) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
addInt(int, int) - Method in class com.qfs.column.impl.AChunkedColumn
 
addInt(int, int) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
addInt(int, int) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableArray
 
addInt(int, int) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
addInt(int, int) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
addInt(int, int) - Method in class com.qfs.store.impl.ChunkRecordWriter
 
addInt(int, int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
addInt(int, int) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
addInt(int, int) - Method in class com.qfs.store.impl.TombstoneColumn
 
addInt(int, int) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
addInt(int, int) - Method in class com.qfs.store.record.impl.KeyRecord
 
addInt(int, int) - Method in class com.qfs.store.record.impl.Record
 
addInt(int, int) - Method in class com.qfs.store.record.impl.WritableRecordBlockAcceptor
 
addInt(int, int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
addInt(int, int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
addInt(int, int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
addInt(int, int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
addInt(int, int) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
addInt(int, int) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
addInt(int, int) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
addInt(int, int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
addInt(int, int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
addInt(int, int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
addInt(int, int) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
addInt(int, int) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
addInt(int, int) - Method in class com.qfs.vector.impl.AVector
 
addInt(int, int) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
addInt(int, int) - Method in class com.qfs.vector.impl.EmptyVector
 
addInt(int, int) - Method in class com.qfs.vector.impl.FloatBlockVector
 
addInt(int, int) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
addInt(int, int) - Method in class com.qfs.vector.impl.IntegerFixedBlockVector
 
addInt(int, int) - Method in class com.qfs.vector.impl.LongBlockVector
 
addInt(int, int) - Method in class com.qfs.vector.impl.LongFixedBlockVector
 
addInt(int, int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
addInt(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
addInvalidResultPath(AliasedField) - Method in class com.qfs.store.query.impl.InvalidQueryExceptionBuilder
Indicate that a path used in the selection part of a IRecordQuery is incorrect.
addInvalidSelectionPath(FieldPath) - Method in class com.qfs.store.query.impl.InvalidQueryExceptionBuilder
Indicate that a path used in the matching part of the query is incorrect.
AdditionalMeasuresHelper - Class in com.quartetfs.biz.pivot.query.impl
This is a utility class to manipulate the additional measures of IGetAggregatesQuery.
AdditionalMeasuresHelper() - Constructor for class com.quartetfs.biz.pivot.query.impl.AdditionalMeasuresHelper
 
AdditionalMeasuresProvider - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
Implementation of a IMeasuresProvider that is constructed from another IMeasuresProvider and adds additional measures.
AdditionalMeasuresProvider(IMeasuresProvider, Collection<IMeasureMemberDescription>, String) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdditionalMeasuresProvider
Constructor.
AdditionalMeasureStorage(IWritableDictionary<String>, List<IMeasureMember>, List<IColumn<?>>) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AdditionalMeasureStorage
Constructor.
addJoin(TableJoin) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
addJoin(IReferenceDescription) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
Adds a new join to the schema.
addJoin(IReferenceDescription) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
addKpi(IMdxContext, IKpiDescription) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Adds a KPI to this MDX context.
addKpi(IKpiDescription) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Add a KPI description.
addKpi(String, String, String, String, String, String, String, String, String) - Method in class com.qfs.pivot.content.impl.DynamicActivePivotContentServiceMBean
Adds a KPI to a given ActivePivot.
addLevel(IAxisLevelDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Adds a new AxisLevel to the AxisHierarchy.
addLevel(IAxisLevelDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
 
addLevelPair(LevelTypePair, int) - Method in class com.activeviam.pivot.rest.dataexport.converters.LevelTypesList
Add a LevelTypePair to the member's list of level types.
addLineSeparator() - Method in class com.qfs.util.ui.impl.TableBuilder
 
addLineSeparator() - Method in interface com.qfs.util.ui.ITableBuilder
Adds a line separator to the table.
addListener(IParameterListener) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
Add a listener to this selection manager.
addListener(IParameterListener) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
addListener(IParameterListener) - Method in interface com.qfs.repository.IRepositoryCacheService
Add a listener to be notified upon parameter changes.
addListener(IParameterChangeListener) - Method in class com.qfs.repository.impl.RepositoryListenerManager
 
addListener(IParameterChangeListener) - Method in interface com.qfs.repository.IRepositoryListenerManager
Register a listener.
addListener(IMonitorListener) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
addListener(IMonitorListener) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
addListener(IAsyncCompositeSelectionListener) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Add a composite listener to this selection, listening on all selection ids.
addListener(IAsyncCompositeSelectionListener, String) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Add a composite listener to this selection, listening on all selection ids.
addListener(IAsyncCompositeSelectionListener, String) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
addListener(IAsyncCompositeSelectionListener, List<ICondition>) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Adds a composite listener to this continuous selection, listening to all selections.
addListener(IAsyncCompositeSelectionListener, List<ICondition>) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
addListener(IAsyncCompositeSelectionListener, List<ICondition>, String) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Adds a composite listener to this continuous selection, listening to all selections.
addListener(IAsyncCompositeSelectionListener, List<ICondition>, String, boolean) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Adds a composite listener to this continuous selection, listening to all selections.
addListener(IAsyncCompositeSelectionListener, List<ICondition>, String, boolean) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
addListener(ISelectionListener) - Method in interface com.qfs.store.selection.IContinuousSelection
Add a listener for this continuous selection.
addListener(ISelectionListener, boolean) - Method in interface com.qfs.store.selection.IContinuousSelection
Add a listener for this continuous selection.
addListener(ISelectionListener, boolean) - Method in class com.qfs.store.selection.impl.ContinuousSelection
 
addListener(ISelectionListener, int) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Add a listener to this continuous selection, over the given selection id.
addListener(ISelectionListener, int, boolean) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Add a listener to this continuous selection, over the given selection id.
addListener(ISelectionListener, int, boolean) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
addListener(ISelectionListener, int, ICondition) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Add a listener to this continuous selection, over the given selection id.
addListener(ISelectionListener, int, ICondition) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
addListener(ISelectionListener, int, ICondition, String) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Add a listener to this continuous selection, over the given selection id.
addListener(ISelectionListener, int, ICondition, String, boolean) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Add a listener to this continuous selection, over the given selection id.
addListener(ISelectionListener, int, ICondition, String, boolean) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
addListener(ISelectionListener, int, String) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Add a listener to this continuous selection, over the given selection id.
addListener(ISelectionListener, int, String, boolean) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Add a listener to this continuous selection, over the given selection id.
addListener(ISelectionListener, int, String, boolean) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
addListener(ISelectionListener, ICondition) - Method in interface com.qfs.store.selection.IContinuousSelection
Add a listener for this continuous selection.
addListener(ISelectionListener, ICondition, boolean) - Method in interface com.qfs.store.selection.IContinuousSelection
Add a listener for this continuous selection.
addListener(ISelectionListener, ICondition, boolean) - Method in class com.qfs.store.selection.impl.ContinuousSelection
 
addListener(ISelectionListener, ICondition, String) - Method in interface com.qfs.store.selection.IContinuousSelection
Add a listener for this continuous selection.
addListener(ISelectionListener, ICondition, String, boolean) - Method in interface com.qfs.store.selection.IContinuousSelection
Add a listener for this continuous selection.
addListener(ISelectionListener, ICondition, String, boolean) - Method in class com.qfs.store.selection.impl.ContinuousSelection
 
addListener(IStreamListener) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AStream
 
addListener(IStreamListener) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStream
 
addListener(IStreamListener) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IStream
Add a new listener to this stream.
addListener(IContinuousQueryListener<R, U>) - Method in interface com.quartetfs.fwk.query.IContinuousQuery
Attach a listener to this continuous query.
addListener(IContinuousQueryListener<ResultT, UpdateT>) - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
addListener(IMdxCubeNotifier.IMdxCubeListener) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCubeNotifier
Adds a listener on the cube.
addListener(IMdxCubeNotifier.IMdxCubeListener) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCubeNotifier
 
addListener(String, IStreamListener) - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationService
 
addListener(String, IStreamListener) - Method in class com.quartetfs.tech.streaming.impl.RegistrationService
 
addListener(String, IStreamListener) - Method in class com.quartetfs.tech.streaming.impl.StreamPublisher
 
addListener(String, IStreamListener) - Method in interface com.quartetfs.tech.streaming.IRegistrationService
Adds a listener for a given domain.
addListener(String, IStreamListener) - Method in interface com.quartetfs.tech.streaming.IStreamPublisher
Adds a stream listener to a domain.
addListener(String, String) - Method in interface com.quartetfs.tech.streaming.ILongPollingService
Adds a listener identified by an id to a given domain.
addListener(String, String) - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
 
addListener(ListenerT) - Method in class com.qfs.snl.utils.impl.AServiceWithListeners
 
addListener(ListenerT) - Method in interface com.qfs.snl.utils.IServiceWithListeners
Registers a listener to this service.
addLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
addLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
addLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
addLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
addLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
addLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
addLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
addLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
addLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
addLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
addLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
addLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
addLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
addLong(int, long) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
addLong(int, long) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
addLong(int, long) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
addLong(int, long) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
addLong(int, long) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
addLong(int, long) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
addLong(int, long) - Method in interface com.qfs.chunk.IArrayWriter
Adds a int primitive value to an element of the array.
addLong(int, long) - Method in class com.qfs.chunk.impl.AWritableArray
 
addLong(int, long) - Method in class com.qfs.chunk.impl.ChunkMarked
 
addLong(int, long) - Method in class com.qfs.chunk.impl.ChunkOffsetLong
 
addLong(int, long) - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
addLong(int, long) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
addLong(int, long) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
addLong(int, long) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
addLong(int, long) - Method in class com.qfs.column.impl.AChunkedColumn
 
addLong(int, long) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
addLong(int, long) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableArray
 
addLong(int, long) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
addLong(int, long) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
addLong(int, long) - Method in class com.qfs.store.impl.ChunkRecordWriter
 
addLong(int, long) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
addLong(int, long) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
addLong(int, long) - Method in class com.qfs.store.impl.TombstoneColumn
 
addLong(int, long) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
addLong(int, long) - Method in class com.qfs.store.record.impl.KeyRecord
 
addLong(int, long) - Method in class com.qfs.store.record.impl.Record
 
addLong(int, long) - Method in class com.qfs.store.record.impl.WritableRecordBlockAcceptor
 
addLong(int, long) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
addLong(int, long) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
addLong(int, long) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
addLong(int, long) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
addLong(int, long) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
addLong(int, long) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
addLong(int, long) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
addLong(int, long) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
addLong(int, long) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
addLong(int, long) - Method in class com.qfs.vector.impl.AVector
 
addLong(int, long) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
addLong(int, long) - Method in class com.qfs.vector.impl.EmptyVector
 
addLong(int, long) - Method in class com.qfs.vector.impl.FloatBlockVector
 
addLong(int, long) - Method in class com.qfs.vector.impl.LongBlockVector
 
addLong(int, long) - Method in class com.qfs.vector.impl.LongFixedBlockVector
 
addLong(int, long) - Method in class com.qfs.vector.impl.TombStoneBlock
 
addLong(int, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
addLookUpFunction() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean action] Add the lookup MDX function to the registry.
addMdxNanoTime(long) - Method in class com.activeviam.pivot.rest.dataexport.DataExportTimings
Adds time for running the mdx query.
addMeasure(IMeasureMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdditionalMeasuresProvider
 
addMeasure(IMeasureMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SimpleMeasuresProvider
 
addMeasure(IMeasureMember) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IWriteableMeasuresProvider
Adds a measure to this measures provider.
addMeasure(IMeasureMember, IColumn<?>) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AdditionalMeasureStorage
Adds a new measure to this storage.
addMeasures(Collection<? extends IMeasureMember>) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider.PartialPrimitiveAggregatesRetrieval
 
addMeasures(Collection<? extends IMeasureMember>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IPrimitiveRetrieval
Adds a series of measures to this retrieval.
addMeasures(Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveAggregatesRetrieval
 
addMeasures(Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveRetrievalMerger
 
addMeasures(Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpPrimitiveAggregatesRetrieval
 
addMeasures(Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PrimitiveAnalysisAggregationRetrieval
 
addMeasures(Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
addMeasures(Set<IJoinMeasure<?, ?>>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
addMembersFromInputStream(ObjectInput) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchyExchanger
Contribute the members stored in input to this collector.
addMembersFromInputStream(ObjectInput) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyExchanger
 
addMerge(AxisHierarchy, IHierarchy, ITransactionalAxisMember, IParentAxisMember, List<IMember>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MergeUtils
 
addMonitorListeners() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean action] Registers some topics as listeners of the monitor services.
addNamedSet(IMdxContext, INamedSetDescription) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Adds the named set in the specified Mdx context.
addNamedSet(INamedSetDescription) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Adds a named set description.
addNbTuples(long) - Method in interface com.qfs.msg.keyvalue.IKeyValueBatchInfo
 
addNbTuples(long) - Method in class com.qfs.msg.keyvalue.impl.KeyValueBatchInfo
 
addNewApplication(IInitialDiscoveryMessage) - Method in interface com.qfs.distribution.IApplicationManager
Adds a new application to the list of discovered applications.
addNewDataCube(String, String, List<? extends IHierarchy>, String, String, long) - Method in interface com.qfs.distribution.ILocalityIdentifierFactory
Adds a new data cube to this factory.
addNewDataCube(String, String, List<? extends IHierarchy>, String, String, long) - Method in class com.qfs.distribution.impl.ClusterLocalityIdentifierFactory
 
addNewEntry(IEvictionCache.IEvictionCacheEntry) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionCache
Adds the new entry in the cache.
addNewEntry(IEvictionCache.IEvictionCacheEntry) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.LRUEvictionCache
 
addNode(String, IStoreVersion) - Method in class com.qfs.store.impl.UserStoreGraph
 
addNode(K, V) - Method in interface com.qfs.graph.IDirectedGraph
Adds a node to the graph.
addNode(K, V) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
addNode(K, V) - Method in class com.qfs.graph.impl.DirectedGraph
 
addNode(K, V) - Method in class com.qfs.graph.impl.Tree
 
addNode(K, V) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
addNotificationAction(ForkJoinTask<?>) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
Adds a notification action associated with the commit that created this version.
addObserver(IDictionaryDomainObserver) - Method in interface com.activeviam.dic.provider.IDomainDictionaryProvider
Attaches the provided observer to the domain dictionary provider.
addObserver(IDictionaryDomainObserver) - Method in class com.activeviam.dic.provider.impl.DomainDictionaryProvider
 
addOperationTime(long) - Method in interface com.qfs.msg.keyvalue.IKeyValueBatchInfo
 
addOperationTime(long) - Method in class com.qfs.msg.keyvalue.impl.KeyValueBatchInfo
 
addOrRemoveField(String, Supplier<IStoreMetadata>, Supplier<IAllocationSettings[]>, IntPredicate) - Static method in class com.activeviam.store.structure.impl.UpdateFieldsAction
Creates an UpdateFieldsAction that adds or removes a field.
addOuterReferences(Map<String, Set<String>>) - Method in class com.qfs.store.query.plan.impl.QueryStoreTree
 
addOuterReferences(Map<String, Set<String>>) - Method in interface com.qfs.store.query.plan.IQueryStoreTree
Add more outer references.
addOwnReferenceTask(ITreeStoreNode, IStorePartitionView, IStorePartitionView, ICompiledOwnReferenceOperation) - Method in interface com.qfs.store.query.plan.IExecutionPlanBuilder
Adds an own reference task.
addOwnReferenceTask(ITreeStoreNode, IStorePartitionView, IStorePartitionView, ICompiledOwnReferenceOperation) - Method in class com.qfs.store.query.plan.impl.ExecutionPlanBuilder
 
addOwnReferenceTask(ITreeStoreNode, IStorePartitionView, IStorePartitionView, ICompiledOwnReferenceOperation) - Method in class com.qfs.store.query.plan.impl.SingleThreadExecutionPlanBuilder
 
addParent(CancellableCountedCompleter<?>) - Method in class com.qfs.concurrent.cancellable.impl.MultiCancellableCountedCompleter
Adds a new parent completer.
addParentRetrieval(CancellableCountedCompleter<?>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Adds a parent retrieval, e.g.
addParentRetrieval(CancellableCountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
Adds a parent retrieval, e.g.
addParentRetrieval(CancellableCountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AExternalDatabaseRetrieval
Records a parent retrieval.
addParentRetrieval(CancellableCountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
addPartialProvider(IPartialProviderDefinition) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
Add a partial provider to this aggregate provider.
addPath(String...) - Method in class com.qfs.rest.urls.impl.UrlBuilder
 
addPath(String...) - Method in interface com.qfs.rest.urls.IUrlBuilder.IForPath
Adds a list of values to the path, all being joined with /.
addPhysicalType(int) - Static method in class com.qfs.store.Types
Creates an int containing all three zones (attributes, java_type, physical) from an int having set only the two first.
addPivotDependency(IMdxMember[], int) - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTScope
The tuples which match the specified template had their values computed by the query with the specified id.
addPoint(ILocation) - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Adds a new point location to this result and returns the row at which the point's value will be stored.
addPoint(ILocation) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
addPositionRow(Object[]) - Method in class com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.CSVTableOutput
 
addPositionRow(Object[]) - Method in interface com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.ITableOutput
 
addPositionRow(Object[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.CSVTableOutput
 
addPositionRow(Object[]) - Method in interface com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.ITableOutput
 
addPostProcessor(IPostProcessedMeasure, IPostProcessor) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdditionalMeasuresProvider
 
addPostProcessor(IPostProcessedMeasure, IPostProcessor) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SimpleMeasuresProvider
 
addPostProcessor(IPostProcessedMeasure, IPostProcessor) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IWriteableMeasuresProvider
Adds the given measure/post-processor association to this measures provider.
addPostProcessorDescription(IPostProcessorDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Adds a new post-processor description to the current IMeasuresDescription.
addPostProcessorDescription(IPostProcessorDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
addPostProcessorDescription(IPostProcessorDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
addPrefetchRequests(String, Collection<? extends IPrefetchRequest<?>>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PostProcessedAggregatesRetrieval
Add the prefetch requests made by this PostProcessedAggregatesRetrieval for the current location.
addPrefetchRequests(Map<String, Collection<? extends IPrefetchRequest<?>>>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IPostProcessedRetrieval
Records prefetch requests made for this retrieval.
addPrefetchRequests(Map<String, Collection<? extends IPrefetchRequest<?>>>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PostProcessedAggregatesRetrieval
 
addProcedureMerge(AxisHierarchy, IHierarchy, ITransactionalAxisMember, T, List<IMember>, IMergeProcedure<T>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MergeUtils
Main method to add to members and their children.
addProperty(String, Object) - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Adds a property to the level properties.
addPublicationMetadata(IInternalCopperMeasure, IMeasureMemberDescription, MeasureMetadata) - Method in class com.activeviam.copper.AMeasurePublisher
Deprecated.
Mutates a measure description to take into account publication metadata.
addPublicationMetadata(IAnalysisHierarchyDescription) - Method in class com.activeviam.copper.hierarchy.ACopperAnalysisHierarchy
Mutates a hierarchy description to take into account publication metadata.
addPublicationMetadata(IAxisDimensionDescription) - Method in class com.activeviam.copper.hierarchy.ACopperAnalysisHierarchy
Mutates a dimension description to take into account publication metadata.
addRangeDisjoinedSecondaryIndexLookup(int, List<IDictionaryOperand[]>, int[]) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
addRangeDisjoinedSecondaryIndexLookup(int, List<IDictionaryOperand[]>, int[]) - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Adds an operation for a Secondary Index that performs a disjunction of lookups.
addRangeDisjoinedUniqueIndexLookup(int, List<IDictionaryOperand[]>, int[]) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
addRangeDisjoinedUniqueIndexLookup(int, List<IDictionaryOperand[]>, int[]) - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Adds an operation for a Unique Index that performs a disjunction of lookups.
addReaders(List<String>) - Method in class com.qfs.desc.impl.WritableFieldPermission
 
addReaders(List<String>) - Method in interface com.qfs.desc.IWritableFieldPermission
Add reader roles to this field.
addRecord(IRecordReader) - Method in class com.qfs.store.impl.StorePartitionWorker
Adds a record.
addRecord(IRecordReader, IStorePartitionUpdate) - Method in class com.qfs.store.impl.StorePartitionTransaction
Submits a record to add or update to this partition.
addRecord(IRecordReader, IStorePartitionUpdate) - Method in interface com.qfs.store.IStorePartitionTransaction
Submits a record to add or update to this partition.
addRecordNonBlocking(IRecordReader) - Method in class com.qfs.store.impl.StorePartitionWorker
Adds a record and does not block if the target queue is full.
addRecords(int, IRecordBlock<? extends IRecordReader>) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
addRecords(int, IRecordBlock<? extends IRecordReader>) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
addRecords(int, IRecordBlock<? extends IRecordReader>) - Method in interface com.qfs.store.transaction.ITransactionManager
Adds multiple records to a store.
addRecords(int, IRecordBlock<? extends IRecordReader>, boolean) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Adds the records to a store.
addRecords(int, IRecordBlock<? extends IRecordReader>, boolean) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
AddReferenceAction - Class in com.activeviam.store.structure.impl
Basic implementation of IAddReferenceAction.
AddReferenceAction(String, String, Supplier<IStoreMetadata>, Supplier<IReferenceMetadata>) - Constructor for class com.activeviam.store.structure.impl.AddReferenceAction
 
addRemovedLocationCandidates(ILocation) - Method in interface com.qfs.pivot.cube.provider.IExpandLocationsResult
Adds a new removed location candidate.
addRemovedLocationCandidates(ILocation) - Method in class com.qfs.pivot.cube.provider.impl.ExpandLocationResult
 
addRemovedLocationsCandidates(Set<ILocation>) - Method in interface com.qfs.pivot.cube.provider.IExpandLocationsResult
Adds the given new removed location candidate.
addRemovedLocationsCandidates(Set<ILocation>) - Method in class com.qfs.pivot.cube.provider.impl.ExpandLocationResult
 
addReservedMemory(long) - Method in interface com.qfs.chunk.direct.allocator.impl.ISlabMemoryTracker
Adds the given amount of bytes to ISlabMemoryTracker.getReservedMemory().
Address - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
ADDRESS_SEPARATOR - Static variable in class com.qfs.distribution.impl.MessengerUtil
The character that separates the elements of the address logical name.
ADDRESS_SIZE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of addressSize().
AddressBuilding - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
AddressCity - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
AddressCountry - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
AddressFax - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
AddressFloor - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
AddressHouse - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
AddressPhone - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
AddressQuarter - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
AddressRoom - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
addressSize() - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Report the size in bytes of a static final pointer, as stored via UnsafeUtil.putAddress(long, long).
AddressStateOrProvince - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
AddressStreet - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
AddressZip - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
addResult(IAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResult
Adds the given result to these results.
addResultAcceptorTask(IStorePartitionView, IPartitionedResultAcceptor) - Method in interface com.qfs.store.query.plan.IExecutionPlanBuilder
Adds a result acceptor task.
addResultAcceptorTask(IStorePartitionView, IPartitionedResultAcceptor) - Method in class com.qfs.store.query.plan.impl.ExecutionPlanBuilder
 
addResultAcceptorTask(IStorePartitionView, IPartitionedResultAcceptor) - Method in class com.qfs.store.query.plan.impl.SingleThreadExecutionPlanBuilder
 
addRetrieval(IScopeLocation, Collection<IMeasureMember>, ICubeFilter, IMeasuresProvider) - Method in class com.qfs.query.impl.DistributedExecutionPlan.RetrieveAggregatesMessageAction
Adds a retrieval to send to the remote instances.
addRow(IDrillthroughRow, int) - Method in interface com.quartetfs.biz.pivot.dto.IDrillthroughResultDTOState
Add the row at the specific index.
addRow(IDrillthroughRow, int) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
 
addSchemaDescriptionPostProcessors(IDatastoreSchemaDescriptionPostProcessor...) - Method in interface com.qfs.store.build.IDatastoreBuilderLoop
Deprecated, for removal: This API element is subject to removal in a future version.
internal
addSchemaDescriptionPostProcessors(IDatastoreSchemaDescriptionPostProcessor...) - Method in class com.qfs.store.build.impl.DatastoreBuilder
Deprecated.
 
addSecondaryIndex(String, String...) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
Adds a secondary index on the given group of fields.
addSecondaryIndex(String, Collection<String>) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
Adds a secondary index on the given group of fields.
addSecondaryIndex(String, Collection<String>) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
addSecondaryIndexLookup(int, IDictionaryOperand[]) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
addSecondaryIndexLookup(int, IDictionaryOperand[]) - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Adds a lookup on a secondary index.
addSecondaryIndexRangeLookup(int, IDictionaryOperand[], int) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
addSecondaryIndexRangeLookup(int, IDictionaryOperand[], int) - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Adds an operation for a Secondary Index that performs look-ups for combinations of values.
addSelectedField(String, int) - Method in class com.qfs.store.query.impl.SelectedStore
 
addSelectedField(String, int) - Method in interface com.qfs.store.query.ISelectedStore
Indicates that a field from this store is selected.
addSelection(ISelection) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Add a selection to this composite selection while it runs.
addSelection(ISelection) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
addSentinelState(String, String, Double, String) - Method in class com.qfs.snl.dtos.EventDto
Adds a state to the event.
addSpeed() - Method in class com.qfs.store.transaction.impl.TransactionManager
Returns the overall add speed (records per second).
addStartMarker(String, Object) - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
Adds a key value pair to the start log marker.
addStopMarker(String, Object) - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
Adds a key value pair to the stop log marker.
addStore(IStoreDescription) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
Adds a new store to the schema based on a store description.
addStore(IStoreDescription) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
addStore(Function<IStoreDescriptionBuilder, IStoreDescription>) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
Adds a new store to the schema.
AddStoresAction - Class in com.activeviam.store.structure.impl
 
AddStoresAction() - Constructor for class com.activeviam.store.structure.impl.AddStoresAction
 
addStream(String, String, Map<String, Object>) - Method in class com.qfs.pivot.json.query.JsonStreamSnapshot
Add an encoded stream to our repository.
addSubHierarchy(NonVisualCubeFilter.NonVisualFilteredHierarchy) - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter
 
addSubPartitioning(String, IPartitioningFunctionDescription) - Method in class com.qfs.store.part.impl.HierarchicalPartitioningDescriptionBuilder
 
addSubPartitioning(String, IPartitioningFunctionDescription) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescriptionBuilder
 
addSubPartitioning(String, IPartitioningFunctionDescription) - Method in class com.qfs.store.part.impl.PartitioningDescriptionBuilder
Adds a new partitioning function over a partitioning field.
addTableReaders(List<String>) - Method in class com.qfs.desc.impl.TableReadWritePermissions
 
addTableReaders(List<String>) - Method in interface com.qfs.desc.IWritableTablePermissions
Adds a list of readers.
addTableWriters(List<String>) - Method in class com.qfs.desc.impl.TableReadWritePermissions
 
addTableWriters(List<String>) - Method in interface com.qfs.desc.IWritableTablePermissions
Adds a list of writers.
addTask(IndexedPartitionedAggregateCollector.ContributionTask) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderTransaction
Adds a task to be performed as part of this transaction on the underlying partition.
addToContext(K, V, Map<K, V>, Map<K, V>) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextUtils
Adds a context value of the given type to the context map, handling intersection with some existing values if necessary.
addToContributors(String, String, String) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.IDistributedAxisHierarchyBase
Adds the positionToAdd to the current contributors.
addToContributors(String, String, String) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.DistributedVirtualAxisHierarchyBase
 
addToContributors(String, String, String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
addToMap(Map<String, Map<String, T>>, String, String, T) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
addTopic(ICSVTopic<I>) - Method in interface com.qfs.msg.csv.ICSVSource
Add a new topic to the source.
addTopic(ICSVTopic<I>) - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
addTopic(IJDBCTopic) - Method in interface com.qfs.msg.jdbc.IJDBCSource
Configures for each topic the specific query that needs to be run.
addTopic(IJDBCTopic) - Method in class com.qfs.msg.jdbc.impl.AJDBCSource
Deprecated.
 
addTopic(IKeyValueTopic) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueSource
Adds a topic to the source.
addTopic(IKeyValueTopic) - Method in class com.qfs.msg.keyvalue.impl.KeyValueSource
Deprecated.
 
addToSet(Set<T>, T) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Adds the given element to the set, creating the set if needed.
addTransactionListener(ITransactionListener) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
addTransactionListener(ITransactionListener) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Adds a new transaction listener.
addTransactionListener(ITransactionListener) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
addTransactionListener(ITransactionListener) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
addTransactionListener(ITransactionListener) - Method in interface com.qfs.store.transaction.ITransactionManager
Adds a new transaction listener.
addTransferTime(long) - Method in interface com.qfs.msg.keyvalue.IKeyValueBatchInfo
 
addTransferTime(long) - Method in class com.qfs.msg.keyvalue.impl.KeyValueBatchInfo
 
addTuple(ITuple) - Method in class com.quartetfs.pivot.mdx.plan.impl.TupleFixedPatternFinder
 
addUnavailable(CellPlanExecutionTask.TupleExecTask) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask
Adds an unavailable task.
addUniqueIndex(String, Collection<String>) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
addUniqueIndexLookup(int, IDictionaryOperand[]) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
addUniqueIndexLookup(int, IDictionaryOperand[]) - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Adds a lookup on a unique index.
addUniqueIndexRangeLookup(int, IDictionaryOperand[], int) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
addUniqueIndexRangeLookup(int, IDictionaryOperand[], int) - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Adds an operation for a Unique Index that performs look-ups for combinations of values.
addUpdatedNamedSet(INamedSetReference) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxEvent
 
addValues(Collection<? extends T>) - Method in interface com.quartetfs.biz.pivot.definitions.IDescriptionWithImports
Add a collection of new values to the description.
addValues(Collection<? extends T>) - Method in class com.quartetfs.biz.pivot.definitions.impl.ADescriptionWithImports
 
addVectorBinding(Class<?>, Class<?>, IVectorBinding) - Static method in class com.qfs.vector.binding.impl.VectorBindings
Adds a specific vector binding between two given classes.
addVectorClass(Class<?>) - Static method in class com.qfs.vector.binding.impl.VectorBindings
Adds a new array vector or vector block class to the set of existing vector classes, and generates bindings with all the other existing implementations.
addVisualTotals(ISet) - Method in class com.quartetfs.pivot.mdx.plan.impl.VisualTotalsContainer
 
addWorkLoad(IMessageChannel<IFileInfo<I>, ILineReader>, List<T>) - Method in class com.qfs.msg.csv.impl.ParsingWorkload
 
addWorkLoad(IMessageChannel<IFileInfo<I>, ILineReader>, List<T>) - Method in interface com.qfs.msg.csv.IParsingWorkload
Add work by giving the files to parse and the channel to publish records into.
addWriteInStreamNanoTime(long) - Method in class com.activeviam.pivot.rest.dataexport.DataExportTimings
Adds time for writing in the stream.
addWriters(List<String>) - Method in class com.qfs.desc.impl.WritableFieldPermission
 
addWriters(List<String>) - Method in interface com.qfs.desc.IWritableFieldPermission
Add writer roles to this field.
ADecoratedDatabaseService - Class in com.qfs.store.service.impl
Abstract implementation of IDatabaseService that does nothing except calling the next service.
ADecoratingMonitoringWithAnnotations<T> - Class in com.quartetfs.fwk.monitoring.jmx.impl
Extension of ADynamicMonitoringWithAnnotations decorating an existing manitoring instance with annotated attributes and methods defined on the decorating instance.
ADefaultCellPropertiesHandler - Class in com.quartetfs.pivot.mdx.impl
This abstract class provides the basic implementation of IDefaultCellPropertiesHandler.
ADefaultCellPropertiesHandler() - Constructor for class com.quartetfs.pivot.mdx.impl.ADefaultCellPropertiesHandler
 
ADefaultEpochPolicy - Class in com.qfs.multiversion.impl
Proposes some default values for epoch management policy.
ADefaultEpochPolicy() - Constructor for class com.qfs.multiversion.impl.ADefaultEpochPolicy
 
ADelegateReadOnlyVector - Class in com.qfs.vector.impl
A vector wrapper that verifies its underlying vector implements IReleasableVector and delegate the call to ADelegateReadOnlyVector.acquireReference() and ADelegateReadOnlyVector.releaseReference() to its underlying vector.
ADelegateStorePartitionView - Class in com.qfs.store.impl
An IStorePartitionView Object that relies on a delegate partition view.
ADelegateStream<Q extends IQuery<?>,​D extends IQuery<?>> - Class in com.quartetfs.biz.pivot.streaming.impl
A stream that delegates to an underlying stream.
ADelegatingContextBase<C extends IContextBase> - Class in com.quartetfs.pivot.mdx.impl
 
ADelegatingExecutionContext<C extends IExecutionContext> - Class in com.quartetfs.pivot.mdx.impl
A Delegating context.
ADependencyNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
Base class representing a node in a PlanningGraph.
ADepthFirstVisitor - Class in com.quartetfs.pivot.mdx.realtime.impl
 
ADescriptionWithImports<T> - Class in com.quartetfs.biz.pivot.definitions.impl
Basic implementation of a description to which new imports can be added.
ADescriptionWithImports() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ADescriptionWithImports
 
ADictionarizeFieldPostProcessor - Class in com.qfs.desc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Datastore's description post-processors are no longer needed. On can dictionarize the field directly in the description.
ADictionarizeFieldPostProcessor() - Constructor for class com.qfs.desc.impl.ADictionarizeFieldPostProcessor
Deprecated.
 
ADictionaryProxyReadableArray<UnderlyingReaderT extends IArrayReader,​DictionaryT extends IDictionary<Object>> - Class in com.qfs.store.impl.arrays
Generic implementation for a proxy to read un-dictionarized values from an underlying IArrayReader containing dictionarized values.
ADictionaryProxyReadableArray(DictionaryT[]) - Constructor for class com.qfs.store.impl.arrays.ADictionaryProxyReadableArray
Constructor.
ADimension<H extends IHierarchy> - Class in com.quartetfs.biz.pivot.cube.dimension.impl
Abstract implementation of the IDimension interface.
ADimensionsFactory - Class in com.quartetfs.biz.pivot.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ADimensionsFactory(String, IActivePivotDescription) - Constructor for class com.quartetfs.biz.pivot.impl.ADimensionsFactory
Deprecated.
 
ADirectChunk<K> - Class in com.qfs.chunk.direct.impl
Abstract base class for native memory chunks.
ADirectChunk.Deallocator - Class in com.qfs.chunk.direct.impl
Used to free the memory of native chunks.
ADirectChunkAllocator - Class in com.qfs.chunk.direct.allocator.impl
Abstract class for an allocator that allocates chunks off-heap, using the given native memory allocator.
ADirectChunkNullable<K> - Class in com.qfs.chunk.direct.impl
Abstract base class for native memory chunks.
ADirectChunkPrimitiveInteger - Class in com.qfs.chunk.direct.impl
Base class for primitive integer chunks.
ADirectVectorAllocator<B extends IBlock> - Class in com.qfs.vector.direct.impl
Abstract class for a native allocator of vectors.
ADirectVectorAllocator.DirectDoubleVectorAllocator - Class in com.qfs.vector.direct.impl
The pool responsible for the allocation of DoubleBlockVectors.
ADirectVectorAllocator.DirectFloatVectorAllocator - Class in com.qfs.vector.direct.impl
The pool responsible for the allocation of DirectFloatVectorBlocks.
ADirectVectorAllocator.DirectIntegerVectorAllocator - Class in com.qfs.vector.direct.impl
The pool responsible for the allocation of DirectIntegerVectorBlocks.
ADirectVectorAllocator.DirectLongVectorAllocator - Class in com.qfs.vector.direct.impl
The pool responsible for the allocation of DirectLongVectorBlocks.
ADirectVectorBlock - Class in com.qfs.vector.direct.impl
A block that can store vectors using direct memory allocated an INativeMemoryAllocator.
ADiscreteRangeContextValueTranslator - Class in com.quartetfs.biz.pivot.context.impl
ADistributedAgent - Class in com.qfs.messenger.impl
An abstract implementation of an IDistributedAgent.
ADistributedAgent() - Constructor for class com.qfs.messenger.impl.ADistributedAgent
 
ADistributedEpochHealthEvent - Class in com.activeviam.health.monitor.impl
Implementation of a distributed health event with an epoch.
ADistributedEpochHealthEvent(IAddress, IEpoch) - Constructor for class com.activeviam.health.monitor.impl.ADistributedEpochHealthEvent
Constructor.
ADistributedHealthEvent - Class in com.activeviam.health.monitor.impl
Default implementation for health event that need extra context in a distributed environment.
ADistributedHierarchyHealthEvent - Class in com.activeviam.health.monitor.impl
Implementation of a distributed health event with an epoch, hierarchy contributions and removals.
ADistributedMessenger - Class in com.qfs.messenger.impl
The base implementation for an IDistributedMessenger.
ADistributedSecurityManager - Class in com.qfs.distribution.security.impl
Abstract implementation of IDistributedSecurityManager.
adjustHierarchyList(List<? extends IHierarchy>, int) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
ADMINISTRATION_REMOTING_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
The administration remoting service path.
ADMINISTRATION_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
Constant name of the Administration service.
administrationService() - Method in interface com.qfs.server.cfg.IActivePivotServicesConfig
 
administrationService() - Method in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
 
AdministrationService - Class in com.quartetfs.biz.pivot.webservices.impl
Implementations of the IAdministrationService interface.
AdministrationService() - Constructor for class com.quartetfs.biz.pivot.webservices.impl.AdministrationService
 
AdministrationServiceException - Exception in com.quartetfs.biz.pivot.webservices.impl
Administration Web Service exception thrown when a web method fails to execute.
AdministrationServiceException() - Constructor for exception com.quartetfs.biz.pivot.webservices.impl.AdministrationServiceException
 
AdministrationServiceException(String) - Constructor for exception com.quartetfs.biz.pivot.webservices.impl.AdministrationServiceException
 
AdministrationServiceException(String, Object...) - Constructor for exception com.quartetfs.biz.pivot.webservices.impl.AdministrationServiceException
 
AdministrationServiceException(String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.webservices.impl.AdministrationServiceException
 
AdministrationServiceException(Throwable) - Constructor for exception com.quartetfs.biz.pivot.webservices.impl.AdministrationServiceException
 
AdministrationServiceException(Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.webservices.impl.AdministrationServiceException
 
AdminUIResourceServerConfig - Class in com.activeviam.spring.config.adminui
Spring configuration for AdminUI web application.
AdminUIResourceServerConfig() - Constructor for class com.activeviam.spring.config.adminui.AdminUIResourceServerConfig
Constructor.
ADoubleTransformationProcedure() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.ADoubleTransformationProcedure
 
ADrilldownLevelXFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
Base class for DrilldownLevelFunctionDefinition, DrilldownLevelTopFunctionDefinition & DrilldownLevelBottomFunctionDefinition.
ADrilldownMemberXFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
Common implementation for DrillDownMemberTop and DrillDownMemberBottom.
ADrillthroughContinuousQueryEngine - Class in com.quartetfs.biz.pivot.query.aggregates.impl
The abstract drillthrough that allows the registration of the continuous queries.
ADrillthroughContinuousQueryEngine() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ADrillthroughContinuousQueryEngine
 
ADrillthroughExecutor<ContextT extends IDrillthroughSession> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Abstract class for IDrillthroughExecutor.
ADrillthroughExecutor<R> - Class in com.quartetfs.pivot.mdx.impl
Base class for mdx drillthrough execution.
AdvancedAggregatedMeasure<A> - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
Basic implementation of an UDAF measure.
AdvancedAggregatedMeasure(String[], int[], String, int, IUserDefinedAggregateFunction) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdvancedAggregatedMeasure
Constructor.
AdvancedAggregatedMeasure(String[], int[], String, int, IUserDefinedAggregateFunction, String, String, String, boolean) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdvancedAggregatedMeasure
Constructor.
AdvancedAggregatedMeasure(String[], String, int, IUserDefinedAggregateFunction) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdvancedAggregatedMeasure
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.7
AdvancedAggregatedMeasure(String[], String, int, IUserDefinedAggregateFunction, String, String, String, boolean) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdvancedAggregatedMeasure
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.7
AdvancedAggregatedMeasureDescription - Class in com.quartetfs.biz.pivot.definitions.impl
AdvancedAggregatedMeasureDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
Empty constructor for JAXB Serialization.
AdvancedAggregatedMeasureDescription(String[], Properties, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
Constructor.
AdvancedAggregatedMeasureDescription(String, String[], Properties, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
Constructor.
AdvancedAggregatesRetriever - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Default implementation of an IAdvancedAggregatesRetriever.
AdvancedAggregatesRetriever(PostProcessedAggregatesRetrieval, IMeasuresProvider) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
Constructor.
ADynamicAggregationPostProcessor - Class in com.activeviam.pivot.postprocessing.impl
Abstract post-processor with support for high performance dynamic aggregation.
ADynamicMonitoring<TypeT> - Class in com.quartetfs.fwk.monitoring.jmx.impl
This class implements general behavior for JMX monitored beans.
ADynamicMonitoringWithAnnotations<T> - Class in com.quartetfs.fwk.monitoring.jmx.impl
This class behaves like ADynamicMonitoring and parse JmxAttribute and JmxOperation annotations like AnnotationMBean.
ADynamicOperand - Class in com.qfs.store.query.plan.condition.impl
Operand holder for IDynamicCondition.
AEmptyPivotDiscoveryHandler - Class in com.quartetfs.biz.xmla.discovery.impl
 
AEntitlement - Class in com.quartetfs.biz.pivot.security.impl
Abstract class for ActivePivot entitlements.
AEntity<E> - Class in com.activeviam.cloud.entity.impl
Abstract implementation of ICloudEntity.
AEntityPath<E> - Class in com.activeviam.cloud.entity.impl
Reference on a object stored in the cloud.
AEpochManager<VersionHistoryT extends IVersionHistory<? extends IVersion>> - Class in com.qfs.multiversion.impl
Base implementation of a IAdvancedEpochManager.
AEventAlertAggregator - Class in com.qfs.snl.alerts.impl
Base implementation of IEventAlertAggregator providing default management of the events.
AEvictionCacheEntry - Class in com.quartetfs.biz.pivot.query.aggregates.impl
A base class for any entry in an eviction cache.
AEvictionCacheEntry() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AEvictionCacheEntry
 
AExecutor<R,​S extends IStatement> - Class in com.quartetfs.pivot.mdx.impl
Abstract class for execution.
AExpandablePrimitiveAggregatesRetrieval - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A primitive aggregates retrieval that provides methods to expand its result over a location scope.
Its expansion procedure makes sure that all the context values of the query is set on the thread performing the expansion in order that the filter (if any) is properly applied over the hierarchies of the cube.
AExpression - Class in com.quartetfs.pivot.mdx.statement.impl
 
AExpression() - Constructor for class com.quartetfs.pivot.mdx.statement.impl.AExpression
 
AExpressionDependencyVisitor<R extends IExpressionDependency> - Class in com.quartetfs.pivot.mdx.impl
 
AExternalDatabaseRetrieval - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Abstract for IExternalDatabaseRetrieval implementations.
AFamilyFunction - Class in com.quartetfs.pivot.mdx.func.impl
Abstract class for the calculation of children and sibling function.
AFastForwardingRegistrationAwareListener<R,​U extends IVersionedContinuousQueryUpdate<R>> - Class in com.quartetfs.biz.pivot.query.registration.impl
A ARecordingRegistrationAwareListener that can be replay its stored updates.
AFeedLoadingHandler<I> - Class in com.activeviam.apm.source.msg.impl
Implementation of the IMessageHandler to log the feed loading in an external file upon completion.
AFieldsPartitionContentFactory<T> - Class in com.qfs.index.impl
Abstract implementation of an IPartitionContentFactory that creates content related to a defined set of fields.
AFileOutputManager - Class in com.activeviam.pivot.rest.dataexport.outputmanagers
Abstract implementation for output managers with a directory and file name.
AFileSystemCSVTopic - Class in com.qfs.msg.csv.filesystem.impl
Abstract implementation for CSV topics that are based on files that can be found on the current file system.
AFilteringIterator<E> - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
AFilteringPostProcessor - Class in com.activeviam.pivot.postprocessing.impl
Abstract IPostProcessor which simply filters locations based on conditions on levels.
AFixedBlockVector<B extends IBlock> - Class in com.qfs.vector.impl
Implementation of a vector that is based on blocks to retrieve its underlying data.
AFixedFunction - Class in com.quartetfs.pivot.mdx.func.base.impl
A function that has a single fixed signature.
AFixedFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.base.impl
Base class for function definitions with a fixed signature (fully defined with constant number of parameters).
AFixedLengthIntegerArrayDictionary - Class in com.qfs.dic.impl
Abstract class for a fixed length integer array.
AFloatTransformationProcedure() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AFloatTransformationProcedure
 
after() - Method in class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler.AWrapper
 
after() - Method in interface com.qfs.vector.binding.compilation.impl.VectorBindingCompiler.IWrapper
Gets the String to put after.
after() - Method in class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler.NoopWrapper
 
After - com.quartetfs.biz.xmla.constants.Keyword
 
AFTER - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
AFTER - com.quartetfs.pivot.mdx.func.impl.DescendantsFunction.DescFlag
Returns descendant members from all levels subordinate to the specified level or distance.
afterCommit(IMultiVersionDatastoreSchema) - Method in class com.activeviam.store.structure.impl.InitializeFieldAction
 
afterCommit(IMultiVersionDatastoreSchema) - Method in interface com.activeviam.store.structure.IUpdateAction
Action to execute after the structural transaction has been committed.
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class com.activeviam.apm.websocket.impl.MonitoredQueryWsEndpoint
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class com.qfs.content.ws.impl.ContentServerWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint
Deprecated.
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
 
afterConnectionEstablished(WebSocketSession) - Method in class com.activeviam.apm.websocket.impl.MonitoredQueryWsEndpoint
 
afterConnectionEstablished(WebSocketSession) - Method in class com.qfs.content.ws.impl.ContentServerWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint
Deprecated.
 
afterConnectionEstablished(WebSocketSession) - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
 
afterExecute(HttpServletRequest, IRequest, IResultSet, IServletProperties) - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
afterExecute(HttpServletRequest, IRequest, IResultSet, IServletProperties) - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaMonitorListener
 
afterExecute(HttpServletRequest, IRequest, IResultSet, IServletProperties) - Method in interface com.quartetfs.biz.xmla.IXmlaRequestListener
This is called after all query processing (DISCOVER/EXECUTE) has occurred and before the marshalling of the result.
afterMarshall(HttpServletRequest, IRequest, HttpServletResponse, IResultSet, ByteArrayOutputStream, IServletProperties) - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
afterMarshall(HttpServletRequest, IRequest, HttpServletResponse, IResultSet, ByteArrayOutputStream, IServletProperties) - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaMonitorListener
 
afterMarshall(HttpServletRequest, IRequest, HttpServletResponse, IResultSet, ByteArrayOutputStream, IServletProperties) - Method in interface com.quartetfs.biz.xmla.IXmlaRequestListener
This is called after having marshalled the response of the request.
afterMerge(IEpoch, List<IMember>, List<IMember>) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
This method must be called after merging the deltas in the base.
afterMerge(IEpoch, List<IMember>, List<IMember>) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
afterMerge(IEpoch, List<IMember>, List<IMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
afterPropertiesSet() - Method in class com.qfs.jwt.impl.AJwtAuthenticationProvider
 
afterPropertiesSet() - Method in class com.qfs.server.cfg.impl.ASpringResourceServerConfig
 
afterPropertiesSet() - Method in class com.qfs.servlet.controller.impl.QfsServletWrappingController
 
afterPropertiesSet() - Method in class com.quartetfs.biz.pivot.distribution.impl.DistributionStarter
Deprecated.
 
afterPropertiesSet() - Method in class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
 
afterPropertiesSet() - Method in class com.quartetfs.fwk.impl.AgentStarter
Deprecated.
After the been properties are set, the underlying agent is initialized with the set of properties, and started.
afterPropertiesSet() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.JMXEnabler
 
afterQueryExecution(IQuery<?>, long) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotStatistics
Notifies the statistics of the execution of a new query with the given duration.
afterRelease() - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
afterRelease() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
A callback to call just after this version has been released.
afterRelease(ActivePivotVersion) - Method in class com.qfs.pivot.impl.DataNodeManager
 
afterRelease(V) - Method in interface com.qfs.multiversion.IEpochManager.IVersionLifecycleHandler
Called by the IVersionHistory when a version is released.
afterSpecificationModified() - Method in interface com.quartetfs.pivot.mdx.meta.IHasFormulaSpecification
Callback method called After spec modified.
afterSpecificationModified() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
afterSpecificationModified() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxNamedSet
 
afterUpdate() - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStreamNode
 
afterUpdate() - Method in interface com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration.IRTCallback
For statistics.
AFullRefreshHandler<EventT> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
A simple handler that always return a full impact (i.e.
AFunction - Class in com.quartetfs.pivot.mdx.func.base.impl
Base class for function implementation.
AFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.base.impl
Base class for implementation of a function definition.
AGenericAggregationFunction<AggregateT,​InputT> - Class in com.qfs.agg.impl
Deprecated, for removal: This API element is subject to removal in a future version.
AGenericBaseAggregationFunction<AggregateT,​InputT> - Class in com.qfs.agg.impl
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.0. Implementing an aggregation function requires extending one of the remaining abstract classes, such as AAggregationFunction.
AGenericTransactionContent - Class in com.qfs.plan.impl
Common parent to all implementations of ITransactionContent.
AGenericVectorAggregationFunction<InputT> - Class in com.qfs.agg.impl
Deprecated, for removal: This API element is subject to removal in a future version.
AgentConnectionDetailsDto - Class in com.qfs.snl.dtos
Data transfer object for IAgentConnectionDetails.
AgentConnectionDetailsDto() - Constructor for class com.qfs.snl.dtos.AgentConnectionDetailsDto
Empty constructor.
AgentConnectionDetailsDto(String, String) - Constructor for class com.qfs.snl.dtos.AgentConnectionDetailsDto
Constructor.
AgentDescriptionDto - Class in com.qfs.snl.dtos
Data transfer object for IAgentDescription.
AgentDescriptionDto() - Constructor for class com.qfs.snl.dtos.AgentDescriptionDto
Empty constructor.
AgentDescriptionDto(String, String, AgentConnectionDetailsDto, List<String>) - Constructor for class com.qfs.snl.dtos.AgentDescriptionDto
Constructor.
AgentDescriptionDto(String, String, String, String, List<String>) - Constructor for class com.qfs.snl.dtos.AgentDescriptionDto
Constructor.
AgentException - Exception in com.quartetfs.fwk
Base exception for all Sink and source AgentException.
AgentException(String) - Constructor for exception com.quartetfs.fwk.AgentException
Constructs a AgentException with the specified detail message.
AgentException(String, Object...) - Constructor for exception com.quartetfs.fwk.AgentException
Constructor.
AgentException(String, Throwable) - Constructor for exception com.quartetfs.fwk.AgentException
Constructs a AgentException with the specified detail message and cause.
AgentException(Throwable) - Constructor for exception com.quartetfs.fwk.AgentException
Constructs a AgentException with the specified cause.
AgentException(Throwable, String, Object...) - Constructor for exception com.quartetfs.fwk.AgentException
Constructor.
agentReconnectionPolicy() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Component implementing a policy on agent reconnection.
AgentReconnectionPolicy - Class in com.qfs.snl.agent.impl
Component listening for agent connection and disconnection.
AgentReconnectionPolicy(IMonitorService, IAlertService) - Constructor for class com.qfs.snl.agent.impl.AgentReconnectionPolicy
Full constructor.
AgentRestServiceController - Class in com.qfs.snl.rs.impl
Default implementation of IAgentRestService.
AgentRestServiceController(IAgentService) - Constructor for class com.qfs.snl.rs.impl.AgentRestServiceController
Constructor.
AGENTS - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The name of the property that defines the list of distributed agents defined via their IExtendedPluginValue and that must be attached to the messenger.
agentService() - Method in class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
 
agentService() - Method in interface com.qfs.snl.cfg.IActiveMonitorServiceConfiguration
[Bean] Service providing information about connected agents.
agentService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
 
agentService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Service providing information about connected agents.
AgentStarter - Class in com.quartetfs.fwk.impl
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.7. No replacement is provided as this can easily be built, with better features, by clients.
AgentStarter() - Constructor for class com.quartetfs.fwk.impl.AgentStarter
Deprecated.
 
AgentState - Class in com.quartetfs.fwk.impl
Holder of the state of an agent, provides methods to change the state atomically.
AgentState() - Constructor for class com.quartetfs.fwk.impl.AgentState
Default constructor, state is NONE.
AgentState(IAgent.State) - Constructor for class com.quartetfs.fwk.impl.AgentState
Explicit constructor.
AgentState.TransientAgentException - Exception in com.quartetfs.fwk.impl
AgentException for all for agents attempting a transition when the state is transient.
agg(CopperMeasure, String) - Static method in class com.activeviam.copper.api.Copper
Starts defining an aggregation analytic function with an IAggregationFunction whose plugin key is the given one.
agg(CopperStoreField, String) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure by aggregating a field from a store linked to the cube using custom aggregation function.
agg(String, String) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure by aggregating a field using a custom aggregation function.
aggregate(int[], int) - Method in interface com.qfs.agg.IAggregationBinding
aggregate(int[], int) - Method in class com.qfs.agg.impl.CountFunction.CountBinding
 
aggregate(int[], int) - Method in class com.quartetfs.biz.pivot.aggfun.impl.NoOpAggregateStoreBinding
 
aggregate(int[], int, int) - Method in class com.qfs.agg.impl.TimestampBindingLong
Aggregate a batch of inputs rows into a destination row.
aggregate(int, int) - Method in class com.activeviam.agg.impl.AMultiSourceVectorAggregationBinding
Updates the aggregate at output[toPosition] with the new value that comes from toPosition.
aggregate(int, int) - Method in class com.activeviam.agg.impl.ComparableMaxFunction.ArgMaxBinding
 
aggregate(int, int) - Method in interface com.qfs.agg.IAggregationBinding
Aggregates an element of the source into an aggregate of the destination structure.
aggregate(int, int) - Method in class com.qfs.agg.impl.AVectorAggregationBinding
Updates the aggregate at output[toPosition] with the new value that comes from toPosition.
aggregate(int, int) - Method in class com.qfs.agg.impl.CountFunction.CountBinding
 
aggregate(int, int) - Method in class com.qfs.agg.impl.HistoryAggregation.HistoryBinding
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingDouble
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingDoubleNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingFloat
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingFloatNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingInt
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingIntNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingLong
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingLongNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingObject
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingDouble
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingDoubleNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingFloat
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingFloatNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingInt
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingIntNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingLong
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingLongNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingObject
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingArrayObject
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingBoolean
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingDouble
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingDoubleNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingFloat
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingFloatNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingInteger
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingIntNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingLong
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingLongNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingObject
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingDouble
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingDoubleNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingFloat
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingFloatNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingLong
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingLongNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingDouble
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingDoubleNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingFloat
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingFloatNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingInt
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingIntNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingLong
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingLongNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingDouble
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingDoubleNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingFloat
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingFloatNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingLong
 
aggregate(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingLongNullable
 
aggregate(int, int) - Method in class com.qfs.agg.impl.TimestampBinding
 
aggregate(int, int) - Method in class com.qfs.agg.impl.TimestampBindingLong
 
aggregate(int, int) - Method in class com.qfs.agg.impl.UserDefinedAggregationBinding
 
aggregate(int, int) - Method in class com.qfs.agg.impl.UserDefinedAggregationFeedBinding
 
aggregate(int, int) - Method in class com.qfs.agg.impl.UserDefinedVectorAggregationBinding
 
aggregate(int, int) - Method in class com.qfs.agg.impl.UserDefinedVectorAggregationFeedBinding
 
aggregate(int, int) - Method in class com.quartetfs.biz.pivot.aggfun.impl.NoOpAggregateStoreBinding
 
aggregate(ISentinelEvent) - Method in interface com.qfs.snl.alerts.IAlertAggregation
Aggregates the event to the list of events contributing to the alert.
aggregate(ISentinelEvent) - Method in interface com.qfs.snl.alerts.IEventAlertAggregator
Adds an event to the elements contributing to the alert.
aggregate(ISentinelEvent) - Method in class com.qfs.snl.alerts.impl.AEventAlertAggregator
 
aggregate(ISentinelEvent) - Method in class com.qfs.snl.alerts.impl.DuringEventAlertAggregator
 
aggregate(ISentinelEvent) - Method in class com.qfs.snl.alerts.impl.SingleEventAggregation
 
Aggregate - com.quartetfs.biz.xmla.constants.Keyword
 
AGGREGATE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
AGGREGATE_PROVIDER - Static variable in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
AggregateProvider key monitor.
AGGREGATE_PROVIDER_BITMAP_DATA_INDEX_SIZE - Static variable in interface com.activeviam.monitoring.export.IPivotMetricExporter
 
AGGREGATE_PROVIDER_BITMAP_INDEX_SIZE - Static variable in interface com.activeviam.monitoring.export.IPivotMetricExporter
 
AGGREGATE_PROVIDER_POINTS_COUNT - Static variable in interface com.activeviam.monitoring.export.IPivotMetricExporter
 
AGGREGATE_PROVIDER_POINTS_MEMORY_FOOTPRINT - Static variable in interface com.activeviam.monitoring.export.IPivotMetricExporter
 
AGGREGATE_PROVIDER_STORE_OFF_HEAP - Static variable in interface com.activeviam.monitoring.export.IPivotMetricExporter
 
AGGREGATE_PROVIDER_STORE_ON_HEAP - Static variable in interface com.activeviam.monitoring.export.IPivotMetricExporter
 
AGGREGATE_PROVIDER_STRING - Static variable in interface com.activeviam.monitoring.export.IPivotMetricExporter
 
aggregateAndContribute(IAggregationFunction, int, List<? extends IIterableAggregatesRetrievalResult>) - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Aggregates the input results into our target result.
aggregateAndContribute(IAggregationFunction, int, List<? extends IIterableAggregatesRetrievalResult>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
aggregateAndContribute(IMultiSourceAggregationFunction, int[], List<? extends IIterableAggregatesRetrievalResult>) - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Aggregates the input results into our target result.
aggregateAndContribute(IMultiSourceAggregationFunction, int[], List<? extends IIterableAggregatesRetrievalResult>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
AggregatedContributionBuilder - Class in com.quartetfs.biz.pivot.contribution.impl
An IAggregatedContributionHolder where additional contributions can be provided.
AggregatedContributionBuilder(int, int, ITimestamp, IAggregateStore) - Constructor for class com.quartetfs.biz.pivot.contribution.impl.AggregatedContributionBuilder
Constructor.
AggregatedContributionHolder - Class in com.quartetfs.biz.pivot.contribution.impl
 
AggregatedContributionHolder(int, IPointAggregateStore, int[], ITimestamp) - Constructor for class com.quartetfs.biz.pivot.contribution.impl.AggregatedContributionHolder
 
AggregatedMeasure - Class in com.activeviam.copper.measure
Measure representing a database field aggregated using an aggregation function.
AggregatedMeasure<I,​A> - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
Aggregated measure based on the standard aggregation of input values.
AggregatedMeasure(String, int[], String, Integer, IAggregationFunction, String, String, String, boolean) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AggregatedMeasure
Constructor.
AggregatedMeasure(String, String, int, IAggregationFunction) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AggregatedMeasure
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.7
AggregatedMeasure(String, String, int, IAggregationFunction, String, String, String, boolean) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AggregatedMeasure
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.7
AggregatedMeasure(String, String, int, String) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AggregatedMeasure
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.7
AggregatedMeasure.Factory - Class in com.activeviam.copper.measure
Factory for the AggregatedMeasure.
AggregatedMeasureDescription - Class in com.quartetfs.biz.pivot.definitions.impl
AggregatedMeasureDescription is the description class for an AggregatedMeasure.
AggregatedMeasureDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
Constructor.
AggregatedMeasureDescription(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
Constructor of the AggregatedMeasureDescription with the parameters field name and aggregationFunctionPluginKey.
AggregatedMeasureDescription(String, String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
Constructor of the AggregatedMeasureDescription with the parameter measure name and field name and aggregation function plugin key.
AggregateDTO - Class in com.quartetfs.biz.pivot.dto
The aggregation DTO is an association of a location and its aggregate.
AggregateDTO() - Constructor for class com.quartetfs.biz.pivot.dto.AggregateDTO
Default constructor.
AggregateDTO(ILocation, Map<String, Object>) - Constructor for class com.quartetfs.biz.pivot.dto.AggregateDTO
Constructor.
AggregateFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
AggregateFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.AggregateFunction
 
aggregateInto(IMeasureMember, IAggregationFunction, int[], List<? extends IIterableAggregatesRetrievalResult>) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Aggregates the input results into this result.
aggregateInto(IMeasureMember, IMultiSourceAggregationFunction, int[], List<? extends IIterableAggregatesRetrievalResult>) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Aggregates the input results into this result.
AggregateKey - Class in com.quartetfs.pivot.mdx.plan.impl
Aggregate key to group tuple with common aggregate needs.
AggregateKey(SortedSet<IMdxFormulaMember>, ITuple, int) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.AggregateKey
Constructor.
AggregateKeyTask(AggregateKey, IMdxVersionRestriction) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.AggregateKeyTask
 
AggregateProviderBaseExtendedPlugin - Class in com.qfs.pivot.cube.provider.impl
Explicit implementation of the IAggregateProviderBase extended plugin.
AggregateProviderBaseExtendedPlugin() - Constructor for class com.qfs.pivot.cube.provider.impl.AggregateProviderBaseExtendedPlugin
Default constructor.
AggregateProviderBuilder - Class in com.qfs.pivot.cube.provider.impl
Build a multi-version aggregate provider from its definition and the contextual hierarchical mapping.
AggregateProviderBuilder(ProviderCoordinate, IHierarchicalMapping, List<? extends IMultiVersionHierarchy>, IAggregateProviderDefinition, Collection<String>, IActivePivotSchemaSelectionSession, IActivePivotContext) - Constructor for class com.qfs.pivot.cube.provider.impl.AggregateProviderBuilder
Full constructor.
AggregateProviderCreationContext - Class in com.qfs.pivot.cube.provider.multi.impl
 
AggregateProviderCreationContext(IActivePivotSchemaSelectionSession, IPartitioningManager) - Constructor for class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationContext
 
AggregateProviderCreationParts - Class in com.qfs.pivot.cube.provider.multi.impl
 
AggregateProviderCreationParts(ProviderCoordinate, IAggregateProviderDefinition, IHierarchicalMapping, List<? extends IMultiVersionHierarchy>, Collection<String>, Predicate<IRecordReader>, IActivePivotContext) - Constructor for class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationParts
 
AggregateProviderDefinition - Class in com.quartetfs.biz.pivot.definitions.impl
Definition of an aggregate storage.
AggregateProviderDefinition() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
Default constructor.
AggregateProviderDefinition(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
Constructor without properties or any partitioning logic.
AggregateProviderDefinition(String, Properties, IPartitioningDescription, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
Constructor.
AggregateProviderDefinition(String, Properties, IPartitioningDescription, String, IPartialProviderDefinition.IPartialProviderFilters) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
Constructor allowing filters to be set for the construction of partial providers.
AggregateProviderHolderBase - Class in com.qfs.pivot.cube.provider.impl
AggregateProviderHolderBase(AggregateProviderCreationParts, AggregateProviderCreationContext) - Constructor for class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderBase
Constructor.
AggregateProviderHolderBase(Properties, List<? extends IMultiVersionHierarchy>, IQueryResultFormat, IPartialProviderSelector, IAggregateProviderDefinition, IMultiVersionGlobalAggregateProvider, Map<ProviderCoordinate, IPartialProviderDefinition>, Map<ProviderCoordinate, PartialAggregateProvider>, int) - Constructor for class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderBase
Clone constructor.
AggregateProviderHolderTransaction - Class in com.qfs.pivot.cube.provider.impl
AggregateProviderHolderTransaction(AggregateProviderHolderBase, IEpoch) - Constructor for class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderTransaction
Constructor.
AggregateProviderHolderVersion - Class in com.qfs.pivot.cube.provider.impl
AggregateProviderHolderVersion(IEpoch, AggregateProviderHolderBase) - Constructor for class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
Constructor.
AggregateProviderPartition - Class in com.qfs.pivot.cube.provider.partition.impl
A leaf aggregate provider that is part of a AMultiVersionPartitionedAggregateProvider.
AggregateProviderPartition(IMultiVersionAggregateProvider, int, IMixedWorkloadPool) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition
Constructor.
AggregateProviderPartition.AggregateProviderPartitionVersion - Class in com.qfs.pivot.cube.provider.partition.impl
A version of the AggregateProviderPartition tied to an underlying IAggregateProviderVersion.
AggregateProviderPartitionSelector - Class in com.qfs.pivot.cube.provider.partition.impl
Selects the partitions of an aggregate provider that are necessary to handle a location, given the hierarchical mapping and the partitioning of this aggregate provider.
AggregateProviderPartitionSelector(IPartitioningSnapshot, IHierarchicalMapping, ILocation) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartitionSelector
Constructor.
AggregateProviderPartitionVersion(AggregateProviderPartition, ISquashableAggregateProviderVersion) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition.AggregateProviderPartitionVersion
Constructor.
aggregateQuery() - Method in class com.activeviam.store.impl.QueryManagerAdapter
 
aggregateQuery(AggregateQuery) - Method in class com.activeviam.store.impl.DatastoreTransactionQueryRunner
 
aggregateQuery(AggregateQuery) - Method in class com.activeviam.store.impl.QueryRunnerAdapter
 
aggregateQuery(IPreparedAggregateQuery) - Method in class com.activeviam.store.impl.DatastoreTransactionQueryRunner
 
aggregateQuery(IPreparedAggregateQuery) - Method in class com.activeviam.store.impl.QueryRunnerAdapter
 
AggregateRetrievalInfo - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A retrieval associated with an aggregate retrieval This class represents the common class for non empty retrievals.
AggregateRetrievalInfo(int, IAggregatesRetrieval, int, int[], Map<IRetrievalInfo.TimingDescription, long[]>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregateRetrievalInfo
Full constructor.
AggregateRetrievalInfo(int, IAggregatesRetrieval, int, Map<IRetrievalInfo.TimingDescription, long[]>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregateRetrievalInfo
Constructor.
aggregateRetrievals(List<RetrievalData>) - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query plan retrievals.
AGGREGATES_ATTEMPT_LIMIT_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that configures the maximum number of attempts to register the continuous queries.
AGGREGATES_CACHE - Static variable in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
AggregatesCache monitoring key monitor.
AGGREGATES_CONTINUOUS_QUERY_TIMING_TYPE - Static variable in class com.quartetfs.fwk.logging.impl.AggregatesContinuousQueryTiming
The Aggregate continuous query type timing key.
aggregatesAddedAsync(StreamingViewId, int, IAggregateQueryResult, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
aggregatesAddedAsync(StreamingViewId, int, IAggregateQueryResult, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
aggregatesAddedAsync(StreamingViewId, int, IAggregateQueryResult, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
aggregatesAddedAsync(StreamingViewId, int, IAggregateQueryResult, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
aggregatesCache(String) - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
The cache.
AggregatesCache<V> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Deprecated, for removal: This API element is subject to removal in a future version.
AggregatesCache(Collection<? extends IMeasureMember>, Map<String, Set<IAggregatesContinuousHandler<?>>>, Map<String, IStream<?>>, IAggregatesCacheDescription, AggregatesCacheStatistics) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
Constructor.
AggregatesCache(Collection<? extends IMeasureMember>, Map<String, Set<IAggregatesContinuousHandler<?>>>, Map<String, IStream<?>>, IAggregatesCacheDescription, AggregatesCacheStatistics, boolean, Predicate<V>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
Constructor.
AggregatesCacheDescription - Class in com.quartetfs.biz.pivot.definitions.impl
This class implements the IAggregatesCacheDescription interface.
AggregatesCacheDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
Empty constructor.
AggregatesCacheDescription(int, boolean, String[], String[]) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
Constructor.
AggregatesCacheMonitoring - Class in com.quartetfs.biz.pivot.query.aggregates.impl
A monitored component used to expose a pivot's aggregates cache as a monitored bean.
AggregatesCacheMonitoring(MultiVersionActivePivot, AggregatesCacheStatistics) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
Constructor.
AggregatesCacheStatistics - Class in com.quartetfs.biz.pivot.query.aggregates.impl
The statistics for an AggregatesCache.
AggregatesCacheStatistics() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheStatistics
Constructor.
AggregatesContinuousHandlerExtendedPlugin - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Explicit implementation of the aggregates continuous handler plugin.
AggregatesContinuousHandlerExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesContinuousHandlerExtendedPlugin
Constructor.
AggregatesContinuousHandlerRegistry - Class in com.quartetfs.biz.pivot.query.aggregates.impl
AggregatesContinuousHandlerRegistry(IActivePivotVersion, IAggregatesContinuousQueryEngine) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesContinuousHandlerRegistry
Constructor.
AggregatesContinuousQueryEngineExtendedPlugin - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Explicit implementation of the IAggregatesContinuousQueryEngine extended plugin.
AggregatesContinuousQueryEngineExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesContinuousQueryEngineExtendedPlugin
Default constructor.
AggregatesContinuousQueryEngineStatistics - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Statistics for an aggregates continuous query engine.
AggregatesContinuousQueryEngineStatistics() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Default constructor.
AggregatesContinuousQueryEngineStatistics(String) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Constructor.
AggregatesContinuousQueryTiming - Class in com.quartetfs.fwk.logging.impl
 
AggregatesContinuousQueryTiming() - Constructor for class com.quartetfs.fwk.logging.impl.AggregatesContinuousQueryTiming
Constructor.
AggregatesContributionPipeline - Class in com.quartetfs.biz.pivot.contribution.impl
Pipeline to contribute into an aggregate provider.
AggregatesContributionPipeline(IHierarchicalMapping, Map<String, IDictionary<Object>>, IGlobalAggregateCollector, IGlobalAggregateCollector, IAggregatedSelection) - Constructor for class com.quartetfs.biz.pivot.contribution.impl.AggregatesContributionPipeline
Constructor.
AggregatesEntry - Class in com.quartetfs.biz.pivot.query.aggregates.impl
An aggregates entry is simply a {range location, measure} pair that allows for querying.
AggregatesEntry(ILocation, String) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesEntry
Constructor for aggregate entry that represents a non query-specific measure.
AggregatesEntry(ILocation, String, IRegisteredGetAggregatesContinuousQuery) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesEntry
Constructor for aggregate entry that represents a query-specific measure.
AggregatesEvent - Class in com.quartetfs.biz.pivot.streaming.impl
Event corresponding to the update of a set of aggregates.
AggregatesEvent() - Constructor for class com.quartetfs.biz.pivot.streaming.impl.AggregatesEvent
Default constructor.
AggregatesEvent(String, long, long, String, String, List<AggregateDTO>) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.AggregatesEvent
Full constructor.
AggregatesResultCopier - Class in com.activeviam.copper.pivot.pp
Component that writes values into a writer.
AggregatesResultCopier(IAggregatesRetrievalResult, IAdvancedAggregatesRetriever, Predicate<IPointLocationReader>, int, int) - Constructor for class com.activeviam.copper.pivot.pp.AggregatesResultCopier
Constructor.
AggregatesResultCopier.IShiftedAggregateResultCopier - Interface in com.activeviam.copper.pivot.pp
 
AggregatesRetrievalCreator - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
An Object used to create retrievals that will be contributed into an ExecutionPlan.
AggregatesRetrievalCreator(ExecutionPlan) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregatesRetrievalCreator
Constructor.
AggregatesRetrievalCreator.PlanningResult<RetrievalT> - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
The result of the planning of a retrieval.
AggregatesRetrievalDefinition - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Basic implementation of an IAggregatesRetrievalDescription.
AggregatesRetrievalDefinition(ILocation, ICubeFilter, IMeasureMember) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDefinition
Constructor.
AggregatesRetrievalDefinition(ILocation, ICubeFilter, Collection<? extends IMeasureMember>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDefinition
 
AggregatesRetrievalDescription - Class in com.quartetfs.biz.pivot.query.aggregates.impl
AggregatesRetrievalDescription() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDescription
Empty constructor for serialization.
AggregatesRetrievalDescription(ILocation, ICubeFilter, IMeasureMember) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDescription
Constructor.
AggregatesRetrievalDescription(ILocation, ICubeFilter, Collection<? extends IMeasureMember>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDescription
Constructor.
AggregatesRetrievalListTransporter - Class in com.qfs.query.impl
A transporter of AggregatesRetrievals.
AggregatesRetrievalListTransporter() - Constructor for class com.qfs.query.impl.AggregatesRetrievalListTransporter
Empty constructor for serialization.
AggregatesRetrievalListTransporter(ICubeFilter) - Constructor for class com.qfs.query.impl.AggregatesRetrievalListTransporter
Constructor.
AggregatesRetrievalRowResult - Class in com.quartetfs.biz.pivot.cellset.impl
Basic implementation of an IAggregatesLocationResult on top of an IIterableAggregatesRetrievalResult.
AggregatesRetrievalRowResult(IIterableAggregatesRetrievalResult, int) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
Full constructor.
AggregateStore - Class in com.qfs.pivot.agg.impl
Deprecated, for removal: This API element is subject to removal in a future version.
AggregateStore() - Constructor for class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
Empty constructor for serialization.
AggregateStore(IAggregatedElement[], boolean) - Constructor for class com.qfs.pivot.agg.impl.AggregateStore
Deprecated, for removal: This API element is subject to removal in a future version.
use the new constructor AggregateStore(Collection, boolean)
AggregateStore(Collection<? extends IAggregatedElement>, boolean) - Constructor for class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
Construct a fresh store from the list of stored measures.
AggregateStore(Collection<? extends IAggregatedElement>, int, boolean, int) - Constructor for class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
Constructor.
AggregateStore(Collection<? extends IAggregatedElement>, int, boolean, int, boolean) - Constructor for class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
Construct a fresh store from the list of stored measures.
AggregateStoreBindingCompiler - Class in com.qfs.pivot.agg.impl
Singleton class compiler for aggregation bindings of tables.
AggregateStoreBindingCompiler() - Constructor for class com.qfs.pivot.agg.impl.AggregateStoreBindingCompiler
 
AggregateStoresJoiner - Class in com.quartetfs.biz.pivot.cellset.impl
Helper class that joins / combines a list of IAggregateStore into a single consolidated result.
AggregateStoresJoiner(IAggregateStore, List<? extends IAggregateStore>, List<? extends Map<IAggregatedMeasure<?, ?>, Object>>) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.AggregateStoresJoiner
Constructor.
aggregateValues(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregateStoresJoiner
Aggregate all the values from the source stores into the target line in the result store.
AGGREGATION_FUNCTION - Static variable in class com.activeviam.copper.pivot.pp.UserDefinedAggregationPostProcessor
Deprecated.
The name of the property used to choose the plugin key of the IUserDefinedAggregateFunction used to reduce leaves to the target location.
AGGREGATION_FUNCTION - Static variable in class com.activeviam.pivot.postprocessing.impl.ABaseDynamicAggregationPostProcessor
The property defining the aggregation function to use when executing a dynamic aggregation.
AGGREGATION_PROCEDURE - com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo.TimingDescription
 
aggregationBuffer(int...) - Method in interface com.activeviam.copper.api.CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderSetBufferTypes
Specifies the types of the aggregation buffer used by the function to store in intermediary results.
aggregationBuffer(int...) - Method in class com.activeviam.copper.builders.agg.InternalCopperUserDefinedAggregateFunctionBuilder
 
aggregationBuffer(int...) - Method in class com.activeviam.copper.builders.agg.InternalCopperUserDefinedAggregateFunctionOnMeasuresBuilder
 
AggregationHierarchyCreationContext - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Basic implementation of a context to provide when creating aggregation procedures.
AggregationHierarchyCreationContext(IActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AggregationHierarchyCreationContext
Full constructor.
AggregationLevels - Enum in com.activeviam.copper.api
Mask determining whether a CopperMeasureToAggregateAbove will be aggregated if any of the defined levels are present or if all are expressed.
AggregationNodeParts - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
Buffer that accumulate the necessary objects to call PrimitiveAggregationNode.updateScopes(AggregationNodeParts, PlanningGraph).
AggregationNodeParts(IJoinMeasure<?, ?>, IScopeLocation, Collection<IAnalysisAggregationProcedure<?>>, Collection<IAnalysisAggregationProcedure<?>>, List<IMeasureMember>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.AggregationNodeParts
Constructor.
AggregationToWindowTraversal - Class in com.activeviam.copper.measure.window
The utilities to convert an aggregation function to a window traversal.
AggregationToWindowTraversal() - Constructor for class com.activeviam.copper.measure.window.AggregationToWindowTraversal
 
AggregationToWindowTraversal.ReducerSupplier - Class in com.activeviam.copper.measure.window
A supplier for the reducer corresponding to an aggregation function.
AGGREGATOR_STORAGE - Static variable in class com.quartetfs.biz.pivot.monitoring.impl.DynamicActivePivotMBean
Name of the attribute for the Aggregate Stores.
AGGRESSIVE_AXIS_POSITION_LIMIT_CHECK_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that enables aggressive checks on CellSet axis positions (default to false).
AGGRESSIVE_FORMULA_EVALUATION - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
AGGRESSIVE_FORMULA_EVALUATION_DEFAULT - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
Default value for the aggressive formula evaluation.
aggressiveFormulaEvaluation(boolean) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanEnableAggressiveFormulaEvaluation
Enables/disables aggressive formula evaluation.
aggressiveFormulaEvaluation(boolean) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
AGlobalAggregateProviderBase - Class in com.qfs.pivot.cube.provider.impl
Base implementation of an IGlobalAggregateProviderBase based on an AAggregateProviderBase.
AGlobalAggregateProviderTransaction<B extends IGlobalAggregateProviderBase,​C extends IGlobalAggregateCollector> - Class in com.qfs.pivot.cube.provider.impl
Abstract implementation of an IGlobalAggregateProviderTransaction.
AGlobalAggregateProviderVersion<V extends AGlobalAggregateProviderVersion<V,​B>,​B extends AGlobalAggregateProviderBase> - Class in com.qfs.pivot.cube.provider.impl
Base implementation of an IGlobalAggregateProviderVersion.
AGlobalHealthEventHandler - Class in com.activeviam.health.monitor.impl
Implementation of an IGlobalHealthEventHandler that redirects all events to per-project handlers.
AGlobalHealthEventHandler() - Constructor for class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
AGreatestCommonPartitioningCalculator<PartitioningT extends IPartitioning> - Class in com.qfs.store.part.impl
Abstract class providing the skeleton and base functions to compute the greatest common partitioning implied by two underlying partitionings.
AHeaderTranslator<T> - Class in com.qfs.msg.csv.translator.impl
Base class for translator detecting the columns to parse from header lines.
AHealthEvent - Class in com.activeviam.health.monitor.impl
The default implementation for a all health events.
AHibernateContentService<EntryT extends ITimestampedContentEntry,​ActionT> - Class in com.qfs.content.service.impl
Abstract class to help implement a content service on top of a Hibernate database.
AHierarchy - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Abstract implementation of the IHierarchy interface.
There are 2 different implementation of this abstract class which concerned measures and axis.
AHierarchyContributionTask - Class in com.quartetfs.biz.pivot.contribution.impl
 
AHierarchyDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Abstract implementation for hierarchy descriptions.
AHierarchyMemberMemoryQuantifier - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Abstract base implementation for a memory quantifier for ActivePivot hierarchy members.
AHierarchyMemberMemoryQuantifier() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AHierarchyMemberMemoryQuantifier
 
AHierarchyTransaction<BaseT,​CollectorT extends IHierarchyCollector> - Class in com.qfs.pivot.hierarchy.impl
Base abstract implementation of an IHierarchyTransaction.
AI18nConfig - Class in com.qfs.server.cfg.i18n.impl
Initialize the cube formatters with the supported locale defined in the Content service.
AI18nConfig() - Constructor for class com.qfs.server.cfg.i18n.impl.AI18nConfig
 
AIdenfiableDao<T extends IIdentifiable> - Class in com.qfs.snl.persistence.impl
The base data access object.
AImpliedPartitionRetriever<PartitioningT> - Class in com.qfs.store.part.impl
A visitor that represents the operation which retrieves the id of the partition in one partitioning that contains all the records of a partition of another partitioning.
AIncrementalPartitionTransactionContent - Class in com.qfs.plan.impl
Holder for the content of a regular transaction on a partition.
AIndependentAddRemoveTupleHandler - Class in com.qfs.store.transaction.impl
A IRecordHandler that process the records to add and the tuples to remove independently.
AIndependentAddRemoveTupleHandler() - Constructor for class com.qfs.store.transaction.impl.AIndependentAddRemoveTupleHandler
 
AIndexableCoordinates - Class in com.qfs.repository.coordinates.impl
The abstract coordinates implementation.
AIndexDisjoinedLookupCompiledOperation - Class in com.qfs.store.query.plan.impl
Abstract compiled operation performing a disjunction of lookups on a set of fields that are uniquely indexed for a single point.
AIndexedAggregateProviderBase<IndexT extends IBitmapIndex> - Class in com.qfs.pivot.cube.provider.bitmap.impl
Aggregate storage using bitmaps to optimize query executions.
Only the leaf aggregates are materialized, the higher level aggregates are computed on the fly.
AIndexedAggregateProviderBase.ExecutionContextTask - Class in com.qfs.pivot.cube.provider.bitmap.impl
A task which allows to asynchronously create the execution context for an aggregates retrieval.
AIndexedAggregateProviderTransaction<IndexT extends IBitmapIndex> - Class in com.qfs.pivot.cube.provider.bitmap.impl
An abstract class for transactions specialized for the indexed aggregate providers.
AIndexedColumnCalculator<ContextT> - Class in com.qfs.msg.impl
Base class for a column calculator using the position of the column to produce.
AIndexedExpandLocationProcedure<IndexT extends IBitmapIndex> - Class in com.qfs.pivot.cube.provider.bitmap.impl
A procedure used to expand a given location using the current hierarchies and the points stored in an indexed aggregates collector.
AIndexedFilterCompiler<T extends IBitmapIndex> - Class in com.qfs.pivot.cube.provider.bitmap.impl
A filter visitor that can compile an ICubeFilter into a IBitmap.
AIndexedFilterCompiler() - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedFilterCompiler
 
AIndexedPartitionedAggregateProviderTransaction - Class in com.qfs.pivot.cube.provider.partition.impl
AIndexedPartitionedAggregateProviderTransaction.AIndexedCompiledFilter<IndexT extends IBitmapIndex> - Class in com.qfs.pivot.cube.provider.partition.impl
The compiled ICubeFilter for a bitmap transaction.
AIndexedPartitionedAggregateProviderTransaction.BitmapAggregateCollectorExpansionContext<IndexT extends IBitmapIndex> - Class in com.qfs.pivot.cube.provider.partition.impl
AIndexRangeDisjoinedLookupCompiledOperation - Class in com.qfs.store.query.plan.impl
Abstract compiled operation performing a disjunction of lookups on a set of indexed fields where the conditions on the indexed fields have multiple values.
AInstantiationCountingFactory<T> - Class in com.quartetfs.fwk.types.impl
Utility abstract factory counting instantiations that succeeded.
AInstantiationCountingFactory() - Constructor for class com.quartetfs.fwk.types.impl.AInstantiationCountingFactory
 
AIntegerArray - Class in com.qfs.index.impl
Base implementation of an IIntegerArray.
AIntegerTransformationProcedure() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AIntegerTransformationProcedure
 
AInternalCopperUserDefinedAggregateFunctionBuilderToTerminate - Class in com.activeviam.copper.builders.agg
AInterruptiblePointProcedure - Class in com.quartetfs.biz.pivot.cellset.impl
An IPointProcedure that periodically checks for interruption.
AInterruptiblePointProcedure() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.AInterruptiblePointProcedure
 
AInterruptibleValuesProcedure - Class in com.quartetfs.biz.pivot.cellset.impl
An IValuesProcedure that periodically checks for interruption.
AInterruptibleValuesProcedure() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.AInterruptibleValuesProcedure
 
AJdbcHealthEvent - Class in com.activeviam.health.monitor.impl
Parent class for JDBC health events.
AJdbcHealthEvent() - Constructor for class com.activeviam.health.monitor.impl.AJdbcHealthEvent
 
AJDBCMessageChannelFactory<T> - Class in com.qfs.source.impl
A JDBC store channel factory IStoreMessageChannelFactory which checks the types of the attributes.
AJDBCSource<T> - Class in com.qfs.msg.jdbc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
AJDBCSource.JDBCAppendRunnable - Class in com.qfs.msg.jdbc.impl
Deprecated.
A runnable that takes care of appending rows produced by the Jdbc query in message chunks, and submits the message into a given channel.
AJDBCSource.JDBCTask - Class in com.qfs.msg.jdbc.impl
Deprecated.
The Jdbc task that executes the channel and fills the channel.
AJDBCSource.SimpleConnectionSupplier - Class in com.qfs.msg.jdbc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
AJGroupsMessenger - Class in com.qfs.messenger.impl
A JGroups-based distributed messenger that only handles membership in a cluster.
AJoinAnalysisAggregationProcedure<I extends IJoinContext> - Class in com.activeviam.copper.agg
Abstract implementation for aggregation procedures performing join operations between a cube and a store of the database.
AJsonArrayJdbcColumnCalculator - Class in com.activeviam.source.jdbc.api.calculator
Column calculator from a JDBC String, representing a Json array, to an Atoti IVector of doubles.
AJsonColumnCalculator<T> - Class in com.qfs.msg.keyvalue.impl
 
AJsonMdxQueryMonitor<ResultT> - Class in com.activeviam.apm.pivot.monitoring.impl
AActionResultMonitor for an mdx action.
AJsonMdxQueryStatementMonitor<ResultT> - Class in com.activeviam.apm.pivot.monitoring.impl
AJsonMdxQueryMonitor with a drillthrough statement.
AJsonParam - Class in com.qfs.content.rest.impl
Base class for all the JSON parameter classes used with the rest content server.
AJsonParam() - Constructor for class com.qfs.content.rest.impl.AJsonParam
 
AJsonQueryService - Class in com.qfs.pivot.rest.query.impl
Abstract base class for the Json query service.
AJsonQueryService() - Constructor for class com.qfs.pivot.rest.query.impl.AJsonQueryService
 
AJsonQueryService.JsonDrillthroughExecutor - Class in com.qfs.pivot.rest.query.impl
The executor for a DRILLTHROUGH MDX statement, that returns the result as a JSON object.
AJsonQueryService.JsonDrillthroughHeadersExecutor - Class in com.qfs.pivot.rest.query.impl
The executor for a DRILLTHROUGH MDX statement for headers only, that gets the result from a HeadersOnlyDrillthroughExecutor and converts it to the corresponding list of JSON columns.
AJsonQueryService.JsonSelectExecutor - Class in com.qfs.pivot.rest.query.impl
The executor for a SELECT MDX statement, that gets the result from a BasicSelectExecutor and converts it to the corresponding JSON object.
AJsonQueryService.JsonSelectPlanExecutor - Class in com.qfs.pivot.rest.query.impl
The executor for a SELECT MDX statement, that gets the result from a BasicSelectExecutor and converts it to the corresponding JSON object.
AJsonUserType<T> - Class in com.qfs.snl.persistence.type.impl
Hibernate serializer/deserializer for generic types using JSON format.
AJsonUserType() - Constructor for class com.qfs.snl.persistence.type.impl.AJsonUserType
 
AJwtAuthenticationProvider - Class in com.qfs.jwt.impl
Abstract implementation which can be used to support the 3 types of JWTs.
AJwtService - Class in com.qfs.jwt.service.impl
Abstract implementation of IJwtService which can be used to support any of the 3 JWT implementations.
AKeyValueConnectionPool<C> - Class in com.qfs.msg.keyvalue.impl
A pool of connections to a Key-Value database, that handles creating, releasing, providing connections.
AKeyValueConnector<C> - Class in com.qfs.msg.keyvalue.impl
 
AKeyValueConnector() - Constructor for class com.qfs.msg.keyvalue.impl.AKeyValueConnector
 
AKpiFormula - Class in com.quartetfs.biz.pivot.definitions.impl
Abstract root implementation for KPI formulas.
AKpiFunction - Class in com.quartetfs.pivot.mdx.func.impl
Abstract KPI function.
AKpiMonitoringStream - Class in com.qfs.snl.agent.service.impl
Monitoring streaming agent working with KPIs.
ALeafLevelsPrefetcher - Class in com.quartetfs.biz.pivot.postprocessing.impl
LeafLevels prefetcher aims to prefetch all leaf aggregates values on a dynamic aggregation context.
ALERT - Static variable in interface com.qfs.snl.workflows.IWorkflowPayload.Variables
ISentinelAlert: the alert.
AlertCache - Class in com.qfs.snl.alerts.impl
Basic implementation of an IAlertCache.
AlertCache() - Constructor for class com.qfs.snl.alerts.impl.AlertCache
Default constructor.
alertDao() - Method in interface com.qfs.snl.cfg.IActiveMonitorPersistenceConfiguration
[Bean] DAO managing database operations on alerts.
alertDao() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
AlertDto - Class in com.qfs.snl.dtos
The data transfer object for an alert.
AlertDto() - Constructor for class com.qfs.snl.dtos.AlertDto
Default constructor.
AlertDto(long, String, long, Long, Long, Long, String) - Constructor for class com.qfs.snl.dtos.AlertDto
Constructor.
AlertDto(ISentinelAlert) - Constructor for class com.qfs.snl.dtos.AlertDto
Constructor.
AlertMonitoringBean - Class in com.qfs.snl.cfg.impl
Monitoring bean for all alert services.
AlertMonitoringBean(CacheAlertService) - Constructor for class com.qfs.snl.cfg.impl.AlertMonitoringBean
Full constructor.
AlertProcessExecutor - Class in com.qfs.snl.workflows.process.impl
Implementation of executor applied to alerts.
AlertProcessExecutor(IWorkflowService) - Constructor for class com.qfs.snl.workflows.process.impl.AlertProcessExecutor
Constructor.
AlertProcessExecutorExtendedPlugin() - Constructor for class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins.AlertProcessExecutorExtendedPlugin
Default constructor.
AlertRestServiceController - Class in com.qfs.snl.rs.impl
The messages rest service.
AlertRestServiceController(IAlertService) - Constructor for class com.qfs.snl.rs.impl.AlertRestServiceController
Constructor.
ALERTS - Static variable in interface com.qfs.snl.rs.IMonitorRestService
The alerts keyword.
ALERTS_NAMESPACE - Static variable in interface com.qfs.snl.rs.IAlertRestService
The namespace of the service in the REST API.
alertService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
 
alertTopic() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
The alert socket topic.
AlertTopic - Class in com.qfs.snl.ws.impl
Alert topic end point.
AlertTopic(IAlertWsService) - Constructor for class com.qfs.snl.ws.impl.AlertTopic
Constructor.
alertWebSocketService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] An alert service to handle socket connections.
AlertWsService - Class in com.qfs.snl.ws.impl
The service handling websockets interaction with alerts.
AlertWsService(IAlertService) - Constructor for class com.qfs.snl.ws.impl.AlertWsService
Constructor.
ALevel - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Abstract implementation of the ILevel interface.
ALIAS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
AliasedField - Class in com.activeviam.database.api.query
Object to give an alias to a relative path to a field, starting from an arbitrary and unknown table.
AliasedSet - Class in com.quartetfs.pivot.mdx.meta.impl
Base implementation for IAliasedSet.
AliasedSet(IAliasedSet) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.AliasedSet
 
AliasedSet(IExpression, ICompoundIdentifier) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.AliasedSet
 
AliasFormatter - Class in com.quartetfs.fwk.format.impl
A simple formatter that retrieves values from a map.
AliasFormatter(Map<String, String>) - Constructor for class com.quartetfs.fwk.format.impl.AliasFormatter
Constructor.
alignType(int, int) - Static method in class com.qfs.platform.share.SharePlatform
Aligns an offset with typeSize, for structure alignment.
ALinkedVersionHistory<V extends IVersion,​N extends IVersionNode<V,​N>> - Class in com.qfs.multiversion.impl
An ordered queue of version nodes, each keeps either strong or weak reference to a version.
ALinkedVersionHistory.BeforeEpochPredicate - Class in com.qfs.multiversion.impl
Predicate which matches epochs in a branch before.
ALinkedVersionHistory.BeforeTimePredicate - Class in com.qfs.multiversion.impl
Predicate which returns true when the epoch was created before a given time.
ALinkedVersionHistory.BranchPredicate - Class in com.qfs.multiversion.impl
Predicate on the branch of the epoch.
ALinkedVersionHistory.EpochNamePredicate - Class in com.qfs.multiversion.impl
A predicate on the name of the epoch.
ALinRegFunction - Class in com.quartetfs.pivot.mdx.func.impl
An abstract template for Linear Regression MDX functions.
ALinRegFunction.LinRegCache - Class in com.quartetfs.pivot.mdx.func.impl
The cache in which we will store our result, to avoid recomputing everything for each cell.
ALinRegParametersFunction - Class in com.quartetfs.pivot.mdx.func.impl
Abstract class for the Linear Regression functions that retrieve parameters of a Linear Regression (such as the β and α coefficients, or the fitness info).
ALinRegParametersFunction.LinRegInterceptFunction - Class in com.quartetfs.pivot.mdx.func.impl
The LinRegIntercept MDX function.
ALinRegParametersFunction.LinRegR2Function - Class in com.quartetfs.pivot.mdx.func.impl
The LinRegR2 MDX function.
ALinRegParametersFunction.LinRegSlopeFunction - Class in com.quartetfs.pivot.mdx.func.impl
The LinRegSlope MDX function.
ALinRegParametersFunction.LinRegVarianceFunction - Class in com.quartetfs.pivot.mdx.func.impl
The LinRegVariance MDX function.
AListQuery<T> - Class in com.quartetfs.fwk.query.impl
 
All - com.quartetfs.biz.xmla.constants.Keyword
 
ALL - com.activeviam.copper.api.AggregationLevels
Property determining the aggregation behaviour of the current measure as follows :
ALL - com.qfs.bitmap.impl.BitmapChecks.CheckLevel
Thoroughly verify the bitmap correctness one bit at a time.
ALL - com.qfs.platform.solaris.lgrp_content
Everything in this lgroup.
ALL - com.qfs.repository.ws.ParameterWsConfigurationDto.ParameterFetchingMode
Fetch all point values, including pending ones.
ALL - com.qfs.snl.ws.IMessageWsService.FetchMessageMode
Fetch all messages existing for the user.
ALL - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.ClassificationType
Corresponds to ILevel.ALLMEMBER.
ALL - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Indicates that the level contains the 'all' member of its hierarchy.
ALL - com.quartetfs.fwk.logging.impl.QueryTimingCollector.CollectibleQueryType
All queries are collectible.
ALL - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
ALL - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Qualifier to get all point values, including pending ones.
ALL_LEVELS - Static variable in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Special value for a level name when all levels of a hierarchy should be included in this partial.
ALL_MEMBER - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
ALL_PARTITION_MATCH_COST - Static variable in interface com.qfs.chunk.ISearchCost
Elementary cost of return all rows of a partition.
ALL_PIVOTS - Static variable in class com.qfs.pivot.content.impl.ActivePivotContentService
Dummy name stating that the context values applies to all cubes.
ALL_USERS_ALLOWED - Static variable in interface com.qfs.security.IBranchPermissions
Constant used to implement the permission for all users to create, read or edit branches.
ALL_VALUE - Static variable in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
A value returned by IContextValueTranslator.getAvailableProperties() specifying that ALL values are acceptable for the associated property.
AllAlternativesComparatorBuilder - Class in com.activeviam.builders.dimensions
An implementation of ICanHaveComparator that keeps track of the alternates way a comparator can be defined.
AllAlternativesComparatorBuilder() - Constructor for class com.activeviam.builders.dimensions.AllAlternativesComparatorBuilder
Default constructor.
AllAlternativesComparatorBuilder(IComparatorDescription, String, ImmutableList<IComparatorOrderDescription>) - Constructor for class com.activeviam.builders.dimensions.AllAlternativesComparatorBuilder
Fully defining constructor.
allBranches() - Static method in class com.quartetfs.biz.pivot.context.impl.Branch
Returns an instance which does not select a particular branch.
allBut(FrequencyCompressionType...) - Static method in enum com.qfs.chunk.impl.FrequencyCompressionType
Builds a control word enabling compression for all types except the ones passed to this.
allDiscoveriesApplied() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Check whether all discoveries have been applied or not.
AllExcludedSubCubeTree - Class in com.quartetfs.biz.pivot.context.subcube.impl
A ISubCubeTree where all the members are excluded.
ALLMEMBER - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevel
The name for the singleton member of an AllLevel.
ALLMEMBER_PATH - Static variable in class com.quartetfs.biz.pivot.impl.LocationUtil
The ILocation path for a hierarchy on which only the ILevel.ALLMEMBER coordinate is expressed.
allMemberName(IMdxHierarchy) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Returns the all member for a hierarchy.
ALLMEMBERS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
AllMembersFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
AllMembersFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.AllMembersFunction
 
allocate() - Method in interface com.qfs.chunk.direct.allocator.IBlockAllocator
Allocates a fixed amount of memory within the reserved block of memory.
allocate() - Method in class com.qfs.chunk.direct.allocator.impl.ABlockAllocator
 
allocate() - Method in class com.qfs.chunk.direct.allocator.impl.BlockAllocatorManager
 
allocate() - Method in class com.qfs.chunk.direct.allocator.impl.UnsafeAllocator
 
allocateByteBuffer(int) - Method in interface com.qfs.buf.IBufferAllocator
Allocates a buffer of primitive bytes.
allocateByteBuffer(int) - Method in class com.qfs.buf.impl.DirectBufferAllocator
 
allocateByteBuffer(int) - Method in class com.qfs.buf.impl.HeapBufferAllocator
 
allocateCharBuffer(int) - Method in interface com.qfs.buf.IBufferAllocator
Allocates a buffer of primitive chars.
allocateCharBuffer(int) - Method in class com.qfs.buf.impl.DirectBufferAllocator
 
allocateCharBuffer(int) - Method in class com.qfs.buf.impl.HeapBufferAllocator
 
allocateChunk(int, int) - Method in interface com.qfs.chunk.IChunkAllocator
Creates a chunk for the given data type.
allocateChunk(int, int) - Method in class com.qfs.chunk.impl.AChunkAllocator
Creates a chunk to store values in the given data type.
allocateChunk(int, int, IAllocationSettings) - Method in interface com.qfs.chunk.IChunkAllocator
Creates a chunk for the given data type.
allocateChunk(int, int, IAllocationSettings) - Method in class com.qfs.chunk.impl.AChunkAllocator
Creates a chunk to store values in the given data type.
allocateChunkBoolean(int) - Method in class com.qfs.chunk.array.allocator.impl.ArrayChunkAllocator
 
allocateChunkBoolean(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkAllocator
 
allocateChunkBoolean(int) - Method in class com.qfs.chunk.direct.allocator.impl.ADirectChunkAllocator
 
allocateChunkBoolean(int) - Method in interface com.qfs.chunk.IChunkAllocator
Allocates a chunk of booleans (cannot be nullable).
allocateChunkDouble(int, boolean) - Method in class com.qfs.chunk.array.allocator.impl.ArrayChunkAllocator
 
allocateChunkDouble(int, boolean) - Method in class com.qfs.chunk.buffer.impl.BufferChunkAllocator
 
allocateChunkDouble(int, boolean) - Method in class com.qfs.chunk.direct.allocator.impl.ADirectChunkAllocator
 
allocateChunkDouble(int, boolean) - Method in interface com.qfs.chunk.IChunkAllocator
Allocates a chunk of doubles.
allocateChunkFloat(int, boolean) - Method in class com.qfs.chunk.array.allocator.impl.ArrayChunkAllocator
 
allocateChunkFloat(int, boolean) - Method in class com.qfs.chunk.buffer.impl.BufferChunkAllocator
 
allocateChunkFloat(int, boolean) - Method in class com.qfs.chunk.direct.allocator.impl.ADirectChunkAllocator
 
allocateChunkFloat(int, boolean) - Method in interface com.qfs.chunk.IChunkAllocator
Allocates a chunk of floats.
allocateChunkInteger(int, boolean) - Method in class com.qfs.chunk.array.allocator.impl.ArrayChunkAllocator
 
allocateChunkInteger(int, boolean) - Method in class com.qfs.chunk.buffer.impl.BufferChunkAllocator
 
allocateChunkInteger(int, boolean) - Method in class com.qfs.chunk.direct.allocator.impl.ADirectChunkAllocator
 
allocateChunkInteger(int, boolean) - Method in interface com.qfs.chunk.IChunkAllocator
Allocates a chunk of ints.
allocateChunkInteger(int, int) - Method in class com.qfs.chunk.array.allocator.impl.ArrayChunkAllocator
 
allocateChunkInteger(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkAllocator
 
allocateChunkInteger(int, int) - Method in class com.qfs.chunk.direct.allocator.impl.ADirectChunkAllocator
 
allocateChunkInteger(int, int) - Method in interface com.qfs.chunk.IChunkAllocator
Allocates a non-nullable chunk of ints.
allocateChunkLong(int, boolean) - Method in class com.qfs.chunk.array.allocator.impl.ArrayChunkAllocator
 
allocateChunkLong(int, boolean) - Method in class com.qfs.chunk.buffer.impl.BufferChunkAllocator
 
allocateChunkLong(int, boolean) - Method in class com.qfs.chunk.direct.allocator.impl.ADirectChunkAllocator
 
allocateChunkLong(int, boolean) - Method in interface com.qfs.chunk.IChunkAllocator
Allocates a chunk of longs.
allocateChunkLong(int, long) - Method in class com.qfs.chunk.array.allocator.impl.ArrayChunkAllocator
 
allocateChunkLong(int, long) - Method in class com.qfs.chunk.buffer.impl.BufferChunkAllocator
 
allocateChunkLong(int, long) - Method in class com.qfs.chunk.direct.allocator.impl.ADirectChunkAllocator
 
allocateChunkLong(int, long) - Method in interface com.qfs.chunk.IChunkAllocator
Allocates a non-nullable chunk of longs.
allocateChunkObject(int) - Method in class com.qfs.chunk.array.allocator.impl.ArrayChunkAllocator
 
allocateChunkObject(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkAllocator
 
allocateChunkObject(int) - Method in class com.qfs.chunk.direct.allocator.impl.ADirectChunkAllocator
 
allocateChunkObject(int) - Method in interface com.qfs.chunk.IChunkAllocator
Allocates a chunk of objects.
allocateChunkPositiveInteger(int, int) - Method in class com.qfs.chunk.array.allocator.impl.ArrayChunkAllocator
 
allocateChunkPositiveInteger(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkAllocator
 
allocateChunkPositiveInteger(int, int) - Method in class com.qfs.chunk.direct.allocator.impl.ADirectChunkAllocator
 
allocateChunkPositiveInteger(int, int) - Method in interface com.qfs.chunk.IChunkAllocator
Allocates a chunk of positive integers (with support for variable bit length storage).
allocateChunkVector(int, IAllocationSettings) - Method in interface com.qfs.chunk.IChunkAllocator
Allocates a chunk of vectors.
allocateChunkVector(int, IAllocationSettings) - Method in class com.qfs.chunk.impl.AChunkAllocator
 
allocateConcurrentChunkInteger(int, int) - Method in class com.qfs.chunk.array.allocator.impl.ArrayChunkAllocator
 
allocateConcurrentChunkInteger(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkAllocator
 
allocateConcurrentChunkInteger(int, int) - Method in class com.qfs.chunk.direct.allocator.impl.ADirectChunkAllocator
 
allocateConcurrentChunkInteger(int, int) - Method in interface com.qfs.chunk.IChunkAllocator
Allocates a non-nullable chunk of ints that exposes methods for supporting concurrent programming.
allocateConcurrentChunkLong(int, long) - Method in class com.qfs.chunk.array.allocator.impl.ArrayChunkAllocator
 
allocateConcurrentChunkLong(int, long) - Method in class com.qfs.chunk.buffer.impl.BufferChunkAllocator
 
allocateConcurrentChunkLong(int, long) - Method in class com.qfs.chunk.direct.allocator.impl.ADirectChunkAllocator
 
allocateConcurrentChunkLong(int, long) - Method in interface com.qfs.chunk.IChunkAllocator
Allocates a non-nullable chunk of longs that exposes methods for supporting concurrent programming.
allocateDoubleBuffer(int) - Method in interface com.qfs.buf.IBufferAllocator
Allocates a buffer of primitive doubles.
allocateDoubleBuffer(int) - Method in class com.qfs.buf.impl.DirectBufferAllocator
 
allocateDoubleBuffer(int) - Method in class com.qfs.buf.impl.HeapBufferAllocator
 
allocateFloatBuffer(int) - Method in interface com.qfs.buf.IBufferAllocator
Allocates a buffer of primitive floats.
allocateFloatBuffer(int) - Method in class com.qfs.buf.impl.DirectBufferAllocator
 
allocateFloatBuffer(int) - Method in class com.qfs.buf.impl.HeapBufferAllocator
 
allocateIntBuffer(int) - Method in interface com.qfs.buf.IBufferAllocator
Allocates a buffer of primitive integers.
allocateIntBuffer(int) - Method in class com.qfs.buf.impl.DirectBufferAllocator
 
allocateIntBuffer(int) - Method in class com.qfs.buf.impl.HeapBufferAllocator
 
allocateLongBuffer(int) - Method in interface com.qfs.buf.IBufferAllocator
Allocates a buffer of primitive long integers.
allocateLongBuffer(int) - Method in class com.qfs.buf.impl.DirectBufferAllocator
 
allocateLongBuffer(int) - Method in class com.qfs.buf.impl.HeapBufferAllocator
 
allocateMemory(long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Allocates a new block of static final memory, of the given size in bytes.
allocateMemory(long, int) - Method in class com.qfs.chunk.direct.allocator.impl.ASlabMemoryAllocator
 
allocateMemory(long, int) - Method in class com.qfs.chunk.direct.allocator.impl.MmapNativeMemoryAllocator
 
allocateMemory(long, int) - Method in class com.qfs.chunk.direct.allocator.impl.NumaNodeBlockAllocator
 
allocateMemory(long, int) - Method in class com.qfs.chunk.direct.allocator.impl.TrackerNativeMemoryAllocator
 
allocateMemory(long, int) - Method in class com.qfs.chunk.direct.allocator.impl.UnsafeNativeMemoryAllocator
 
allocateMemory(long, int) - Method in interface com.qfs.chunk.INativeMemoryAllocator
Deprecated.
Allocates a new block of static final memory, of the given size in bytes.
allocateNewVector(int) - Method in class com.qfs.chunk.impl.AChunkAllocator.ThreadLocalVectorAllocator
 
allocateNewVector(int) - Method in class com.qfs.vector.array.impl.AArrayVectorAllocator.ArrayDoubleVectorAllocator
 
allocateNewVector(int) - Method in class com.qfs.vector.array.impl.AArrayVectorAllocator.ArrayFloatVectorAllocator
 
allocateNewVector(int) - Method in class com.qfs.vector.array.impl.AArrayVectorAllocator.ArrayIntegerVectorAllocator
 
allocateNewVector(int) - Method in class com.qfs.vector.array.impl.AArrayVectorAllocator.ArrayLongVectorAllocator
 
allocateNewVector(int) - Method in class com.qfs.vector.impl.ABlockVectorAllocator
Allocates a vector of the given length.
allocateNewVector(int) - Method in interface com.qfs.vector.IVectorAllocator
Allocates a vector of the given length.
allocateShortBuffer(int) - Method in interface com.qfs.buf.IBufferAllocator
Allocates a buffer of primitive short integers.
allocateShortBuffer(int) - Method in class com.qfs.buf.impl.DirectBufferAllocator
 
allocateShortBuffer(int) - Method in class com.qfs.buf.impl.HeapBufferAllocator
 
allocateVector(int, int) - Method in interface com.qfs.chunk.IWritableBuffer
Allocates a vector with the given size at the specified position of the buffer and returns it.
allocateVector(int, int) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
allocationSettings(IAllocationSettings) - Method in class com.qfs.desc.impl.FieldDescription.FieldDescriptionBuilder
 
AllocationType - Enum in com.qfs.vector
Allocation type describing where data was allocated.
allocator() - Static method in class com.qfs.buf.impl.DirectBufferAllocator
Double Check Idiom pattern constructor.
allocator() - Static method in class com.qfs.buf.impl.HeapBufferAllocator
Creates a singleton chunk allocator.
allocator() - Static method in class com.qfs.chunk.impl.Chunks
Returns the singleton chunk allocator that allocates long living chunks.
allocator(boolean) - Static method in class com.qfs.chunk.impl.Chunks
Returns a chunk allocator.
allOf(FrequencyCompressionType...) - Static method in enum com.qfs.chunk.impl.FrequencyCompressionType
Builds a control word enabling compression for all the listed types.
ALLOW - com.activeviam.database.commons.api.settings.IDirectQueryBaseSettings.GetByKeyBehavior
 
ALLOW_NO_DIMENSIONS_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that allows the definition of pivots without dimensions.
allowCursorRecycling() - Method in interface com.quartetfs.pivot.mdx.eval.IIterationProcedure
The input element for the procedure callback is not safe when the recycling is allowed.
allowCursorRecycling() - Method in class com.quartetfs.pivot.mdx.eval.impl.AllowRecyclingProcedure
 
allowCursorRecycling() - Method in class com.quartetfs.pivot.mdx.eval.impl.NoRecyclingProcedure
 
allowCursorRecycling() - Method in interface com.quartetfs.pivot.mdx.eval.set.impl.InPlaceInserter.ITupleToSet
Return true if cursor recycling is allowed for the procedure.
allowCursorRecycling() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SetBuilder
 
allowCursorRecycling() - Method in class com.quartetfs.pivot.mdx.func.impl.GenerateFunction.GenerateEvaluator
 
ALLOWED_NODES_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The property to set the nodes on which the user is allowed to run.
ALLOWED_PROCESSORS_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The property the number of processors that are allocated to ActivePivot.
AllowRecyclingProcedure<T> - Class in com.quartetfs.pivot.mdx.eval.impl
Base class for procedures allowing recycling.
AllowRecyclingProcedure() - Constructor for class com.quartetfs.pivot.mdx.eval.impl.AllowRecyclingProcedure
 
allRows() - Static method in class com.activeviam.database.api.experimental.refresh.condition.ConditionFactory
Creates a condition which matches all the rows in the table.
allRowsMatch(ITreeStoreNode, int) - Method in interface com.qfs.store.query.plan.IMatchingRowsHolder
Tells whether all rows of the given node-partition will match or not.
allRowsMatch(ITreeStoreNode, int) - Method in class com.qfs.store.query.plan.impl.MatchingRowsHolder
 
ALocalizable - Class in com.quartetfs.fwk.format.impl
Objects whose behavior is Locale dependent.
ALocationFormatter - Class in com.quartetfs.biz.pivot.impl
Base location formatter.
ALocationFormatter() - Constructor for class com.quartetfs.biz.pivot.impl.ALocationFormatter
 
ALocationShiftPostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
Basic post processor with support for location shifting.
ALongArray - Class in com.qfs.index.impl
Base implementation of an ILongArray.
ALongTransformationProcedure() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.ALongTransformationProcedure
 
AlphabeticalComparator - Class in com.quartetfs.fwk.ordering.impl
Basic comparator for strings which sort them alphabetically.
AlphabeticalComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.AlphabeticalComparator
 
ALREADY_PUBLISHED_MESSAGE_PATTERN - Static variable in class com.activeviam.copper.measure.NamedMeasure
The message to use when the user tries to edit a NamedMeasure/measure already published.
alreadyExistsInCube(IInternalCopperHierarchy) - Method in class com.activeviam.copper.DataCubeHelper
Deprecated.
Returns true if the given hierarchy was already present in the cube before Copper calculations.
alter(Map<Class<? extends IContextValue>, IContextValue>) - Method in interface com.quartetfs.biz.pivot.context.IMetaContextValue
Alters the state of one ore more IContextValue in the given map.
alter(Map<Class<? extends IContextValue>, IContextValue>) - Method in class com.quartetfs.biz.pivot.context.impl.FlatContextValuesHolder
 
Alter - com.quartetfs.biz.xmla.constants.Keyword
 
Alter - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
AlterableTransactionManager - Class in com.qfs.store.transaction.impl
Transaction manager supporting data updates as well as altering the schema of a Datastore.
AlterableTransactionManager(IMultiVersionDatastoreSchema) - Constructor for class com.qfs.store.transaction.impl.AlterableTransactionManager
 
ALWAYS_FALSE - Static variable in class com.qfs.pivot.cube.provider.bitmap.impl.BitmapFilterCompiler
The function that always returns a false bitmap.
ALWAYS_FALSE - Static variable in class com.qfs.pivot.cube.provider.bitmap.impl.LeafFilterCompiler
The function that always returns a false bitmap.
ALWAYS_FALSE - Static variable in class com.qfs.pivot.cube.provider.impl.IsPointGrantedFilterVisitor
The constant corresponding to a predicate that never matches a point.
ALWAYS_FALSE - Static variable in class com.qfs.pivot.cube.provider.partition.impl.LeafPartitionedAggregateProviderTransaction.LeafCompiledFilter
The function that always returns a false bitmap.
ALWAYS_TRUE - Static variable in class com.qfs.pivot.cube.provider.bitmap.impl.BitmapFilterCompiler
The function that always returns a true bitmap.
ALWAYS_TRUE - Static variable in class com.qfs.pivot.cube.provider.bitmap.impl.LeafFilterCompiler
The function that always returns a true bitmap.
ALWAYS_TRUE - Static variable in class com.qfs.pivot.cube.provider.impl.IsPointGrantedFilterVisitor
The constant corresponding to a predicate that never always a point.
ALWAYS_TRUE - Static variable in class com.qfs.pivot.cube.provider.partition.impl.LeafPartitionedAggregateProviderTransaction.LeafCompiledFilter
The function that always returns a true bitmap.
ALWAYS_UPDATE - Static variable in class com.qfs.desc.impl.DuplicateKeyHandlers
ALWAYS_UPDATE Behavior [default]: Always update with the last received record.
alwaysFalse() - Method in class com.activeviam.copper.agg.ConditionPerLevelExtractor
 
alwaysFalse() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.BitmapFilterCompiler
 
alwaysFalse() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.LeafFilterCompiler
 
alwaysFalse() - Method in class com.qfs.pivot.cube.provider.impl.IsPointGrantedFilterVisitor
 
alwaysFalse() - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.IDictionarizedFilterVisitor
What to return if a condition that is always false is encountered.
alwaysFalse() - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.DictionarizingFilterVisitor
 
alwaysFalse() - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.MergingFilterVisitor
 
alwaysFalse() - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.OptimizingSubCubeVisitor
 
alwaysFalse() - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToPivotConditionFilterCompiler
 
alwaysFalse() - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToStringFilterVisitor
 
alwaysFalse() - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.ISubCubeVisitor
What to return if a condition that is always false is encountered.
alwaysTrue() - Method in class com.activeviam.copper.agg.ConditionPerLevelExtractor
 
alwaysTrue() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.BitmapFilterCompiler
 
alwaysTrue() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.LeafFilterCompiler
 
alwaysTrue() - Method in class com.qfs.pivot.cube.provider.impl.IsPointGrantedFilterVisitor
 
alwaysTrue() - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.IDictionarizedFilterVisitor
What to return if a condition that is always true is encountered.
alwaysTrue() - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.DictionarizingFilterVisitor
 
alwaysTrue() - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.MergingFilterVisitor
 
alwaysTrue() - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.OptimizingSubCubeVisitor
 
alwaysTrue() - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToPivotConditionFilterCompiler
 
alwaysTrue() - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToStringFilterVisitor
 
alwaysTrue() - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.ISubCubeVisitor
What to return if a condition that is always true is encountered.
AManagerService - Class in com.quartetfs.biz.pivot.webservices.impl
General behavior of a service that allows interactions with an IActivePivotManager instance.
AManagerService() - Constructor for class com.quartetfs.biz.pivot.webservices.impl.AManagerService
 
AMapDelegateStream<Q extends IMapQuery<?>,​D extends IQuery<?>> - Class in com.quartetfs.biz.pivot.streaming.impl
A special delegate for map queries.
AMapQueryConverter<I extends IMapQuery<?>,​O extends IQuery<?>> - Class in com.qfs.pivot.services.impl
Base class to convert a IMapQuery into another query equivalent to it.
AMapQueryStreamMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
AActionResultMonitor for an mdx action.
AMdxCellSetAxesIterator<P,​ExtP> - Class in com.quartetfs.pivot.mdx.result.impl
Abstract class for axes iterator based on MdxCellSet.
AMdxCellSetInfo<C,​M> - Class in com.quartetfs.pivot.mdx.result.impl
Abstract class which provide information on MDX result based on MdxCellSet.
AMdxCompilationPatternParser<T> - Class in com.qfs.pivot.mdx.compil.impl
Parses a compilation pattern, and tranform into int the type T using an IMdxCompilationBuilder.
AMdxCompilationPatternParser() - Constructor for class com.qfs.pivot.mdx.compil.impl.AMdxCompilationPatternParser
 
AMdxCompilationPatternParser.Keyword - Enum in com.qfs.pivot.mdx.compil.impl
An enum of all the keyword that can be used in compilation patterns.
AMdxContinuousQueryListener - Class in com.quartetfs.pivot.mdx.realtime.impl
A AFastForwardingRegistrationAwareListener specialized for listeners used by MDX continuous queries.
AMdxFixedMember<P extends IMdxFixedMember> - Class in com.quartetfs.pivot.mdx.meta.impl
Abstract implementation of IMdxFixedMember.
AMdxMember<P extends IMdxMember> - Class in com.quartetfs.pivot.mdx.meta.impl
Base class for mdx member.
AMdxMemberProperty - Class in com.quartetfs.pivot.mdx.meta.impl
Abstract member property implementation.
AMdxMemberPropertyFunctionAdapter<T> - Class in com.quartetfs.pivot.mdx.func.impl
The base class for the member property functions that are based on an IMdxMemberProperty.
AMdxOlapElement - Class in com.quartetfs.pivot.mdx.meta.impl
 
AMdxOlapElement(String) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.AMdxOlapElement
 
AMdxQueryMonitor<ResultT> - Class in com.activeviam.apm.pivot.monitoring.impl
AActionResultMonitor for an mdx action.
AMdxQueryStreamMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
AActionResultMonitor for an mdx action.
AMdxRegistrationDecorator<R> - Class in com.quartetfs.pivot.mdx.realtime.impl
Abstract implementation of IMdxRegistrationDecorator.
AMdxStream - Class in com.quartetfs.biz.pivot.streaming.impl
The stream handling MDX continuous queries.
AMdxStreamNode - Class in com.quartetfs.biz.pivot.streaming.impl
Base abstract implementation of IMdxStreamNode for a stream node handling.
AMeasureMember - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
Abstract implementation of the IMeasureMember interface.
AMeasurePublisher - Class in com.activeviam.copper
Deprecated, for removal: This API element is subject to removal in a future version.
AMembersSearchFunction - Class in com.quartetfs.pivot.mdx.func.custom.impl
Abstract class implementing functionalities needed by the MDX functions MembersNameSearch & MembersCaptionSearch.
AMemoryStatistic - Class in com.qfs.monitoring.statistic.memory.impl
Base class for IMemoryStatistic.
AMemoryStatistic() - Constructor for class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
AMemoryStatisticBuilder - Class in com.qfs.monitoring.statistic.memory.impl
Class to override to associate a builder to a AMemoryStatistic.
amend(List<? extends IUpdateRequest<? extends IPointValue.IKey, ? extends IPointValue>>) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
amend(List<? extends IUpdateRequest<? extends IPointValue.IKey, ? extends IPointValue>>) - Method in class com.qfs.repository.impl.RepositoryService
 
amend(List<? extends IUpdateRequest<? extends IPointValue.IKey, ? extends IPointValue>>) - Method in interface com.qfs.repository.IRepositoryService
Amends pending point values.
amend(List<? extends IUpdateRequest<? extends IPointValue.IKey, ? extends IPointValue>>) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
amend(List<? extends IUpdateRequest<? extends IPointValue.IKey, PointValue>>) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
amend(List<? extends IUpdateRequest<? extends IPointValue.IKey, PointValue>>) - Method in interface com.qfs.repository.persistence.IPointValueDao
Amends pending point values.
AMEND_ACTION - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to define the amend action.
AMessage - Class in com.qfs.snl.messages.impl
Skeletal implementation of a message.
AMessageAction<T,​AnswerT> - Class in com.qfs.query.impl
A task that sends asynchronously to several remote instances (data cubes) some messages; one by remote instance; (AMessageAction.createMessage(String) will determined the message to send).
AMessageChannel<I,​E> - Class in com.qfs.msg.impl
Base abstract message channel.
AMessageChannelFactory<I,​O> - Class in com.qfs.source.impl
Abstract message channel factory IStoreMessageChannelFactory for channels that convey data from a source towards a datastore.
AMessageTaskPublisher - Class in com.qfs.snl.workflows.tasks.impl
Abstract implementation of ITaskPublisher leaving message creation to the actual implementation.
AMessageWithCountedCompleter<AnswerT> - Class in com.qfs.query.impl
A message sent to only one instance; to be used with AMessageAction.
AMonitoring - Class in com.quartetfs.fwk.monitoring.jmx.impl
Monitored Mbean.
AMonitoringStream - Class in com.qfs.snl.agent.service.impl
Abstract class implementing all the extended agent logic.
AMonitorsGrouper<ChildT extends IMonitoredComponent> - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Define a grouper for monitors.
AMonitorsGrouper() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.AMonitorsGrouper
 
AMOUNT - Static variable in class com.activeviam.copper.pivot.pp.LeadLagPostProcessor
Property key to store the number position to lag (positive) or lead (negative).
AMP_QUOTED_ID - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
AMP_QUOTED_ID - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
AMP_QUOTED_ID - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
amp_quoted_identifier() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
amp_quoted_identifier() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
amp_quoted_identifier_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.amp_quoted_identifier_return
 
AMultiGANContinuousQueryListener - Class in com.quartetfs.pivot.mdx.realtime.impl
AMultIntIntCollectionHashMap<C extends gnu.trove.TIntCollection> - Class in com.qfs.util
Deprecated, for removal: This API element is subject to removal in a future version.
AMultiSourceAggregation - Class in com.qfs.agg.impl
Base class for multi source aggregations.
AMultiSourceAggregation(List<String>, int[], int, IMultiSourceAggregationFunction) - Constructor for class com.qfs.agg.impl.AMultiSourceAggregation
 
AMultiSourceAggregationBindingCloneable<K> - Class in com.activeviam.agg.impl
Multi Source Aggregation Binding specialized for cloneable (object) aggregates, like, for instance, vectors.
AMultiSourceAggregationFunction - Class in com.qfs.agg.impl
Base for multi source aggregation functions.
AMultiSourceVectorAggregationBinding - Class in com.activeviam.agg.impl
Multi-source aggregation binding specialized for IVector.
AMultiVersion<V extends AVersion> - Class in com.qfs.multiversion.impl
Deprecated, for removal: This API element is subject to removal in a future version.
AMultiVersion() - Constructor for class com.qfs.multiversion.impl.AMultiVersion
Deprecated.
 
AMultiVersionAggregateProvider<B extends AAggregateProviderBase,​V extends AAggregateProviderVersion<V,​B,​T>,​T extends IAggregateProviderTransaction> - Class in com.qfs.pivot.cube.provider.impl
Base implementation of a IMultiVersionAggregateProvider.
AMultiVersionAnalysisHierarchy - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
An Analysis Hierarchy is a hierarchy that is (at least partially) defined externally from the actual data in the cube, to offer an additional level of analysis that was not available through the traditional constructs of a cube.
AMultiVersionAxisHierarchy<B extends IAxisHierarchyBase,​T extends IAxisHierarchyTransaction,​V extends AAxisHierarchyVersion<V,​B,​T> & IAxisHierarchyVersion> - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
A multiversion structure for hierarchies.
AMultiVersionAxisHierarchy.AxisHierarchyTransaction - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Implementation of a IHierarchyTransaction.
AMultiVersionConcreteReference<B extends AConcreteReferenceBase,​T extends AConcreteReferenceTransaction<B>,​V extends AConcreteReferenceVersion<B,​T,​V>> - Class in com.qfs.store.ref.impl
Abstract class for a reference storing for each row of its owner store the referenced row in the target store.
AMultiVersionGlobalAggregateProvider<B extends AGlobalAggregateProviderBase,​V extends AGlobalAggregateProviderVersion<V,​B>> - Class in com.qfs.pivot.cube.provider.impl
Base implementation of a IMultiVersionGlobalAggregateProvider.
AMultiVersionIndexedAggregateProvider<IndexT extends IBitmapIndex> - Class in com.qfs.pivot.cube.provider.bitmap.impl
AMultiVersionPartitionedAggregateProvider<BaseT extends APartitionedAggregateProviderBase,​VersionT extends APartitionedAggregateProviderVersion<VersionT,​BaseT>> - Class in com.qfs.pivot.cube.provider.partition.impl
A partitioned AMultiVersionGlobalAggregateProvider that relies on underlying providers to store and retrieve the aggregates.
AMultiVersionPartitionedIndexedAggregateProvider - Class in com.qfs.pivot.cube.provider.partition.impl
 
AMultiVersionSecondaryRecordIndex<B extends ASecondaryRecordIndexBase<?>> - Class in com.qfs.index.impl
Abstract implementation of an IMultiVersionSecondaryRecordIndex.
AMultiVersionUniqueRecordIndex<B extends AUniqueRecordIndexBase<?>> - Class in com.qfs.index.impl
Abstract class for a record index mapping all keys in a dictionary, and indexing key positions in a multi-version integer array.
ANALYSIS_LEVELS_PROPERTY - Static variable in class com.activeviam.pivot.postprocessing.impl.AAdvancedPostProcessor
The property used to indicate the analysis levels that should be expanded when retrieving this post-processor's underlying values.
AnalysisAggregationProcedureBuilder<ParentT> - Class in com.activeviam.builders.dimensions
AnalysisAggregationProcedureBuilder(Function<IAnalysisAggregationProcedureDescription, ParentT>) - Constructor for class com.activeviam.builders.dimensions.AnalysisAggregationProcedureBuilder
Constructor.
AnalysisAggregationProcedureDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Basic implementation of a IAnalysisAggregationProcedureDescription.
AnalysisAggregationProcedureDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
Default constructor.
AnalysisAggregationProcedureDescription(String, Collection<String>, Collection<String>, Collection<IJoinMeasureDescription>, Properties) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
Full constructor.
AnalysisAggregationProcedureFactory<C> - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Standard factory creating an aggregation procedure.
AnalysisAggregationProcedureFactory(String, TriFunction<IAnalysisAggregationProcedureDescription, Collection<? extends IHierarchy>, IAggregationHierarchyCreationContext, IAnalysisAggregationProcedure<C>>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisAggregationProcedureFactory
Constructor.
AnalysisAxisHierarchy - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Analysis hierarchy, internally the same implementation than an AxisHierarchy but constructed from an explicit list of analysis levels.
AnalysisAxisHierarchy(IHierarchyInfo, List<? extends ILevel>, AMultiVersionAnalysisHierarchy) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisAxisHierarchy
Constructor.
AnalysisAxisHierarchyVersion - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
A hierarchy version for axis hierarchies.
AnalysisAxisHierarchyVersion(AnalysisHierarchyBase, IEpoch) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisAxisHierarchyVersion
Constructor.
AnalysisHierarchyBase - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Base for multiversion analysis hierarchies.
AnalysisHierarchyBase(IAnalysisHierarchyInfo, List<ILevelInfo>, IWritableDictionary<Object>[]) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisHierarchyBase
Constructor.
AnalysisHierarchyBase(IHierarchyInfo, List<ILevelInfo>, List<? extends ILevel>, int[], AtomicReferenceArray<IRangeUnion.Range[]>, IWritableDictionary<Object>[], MultiVersionAxisMember, boolean, String, AMultiVersionAnalysisHierarchy) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisHierarchyBase
Copy constructor.
AnalysisHierarchyDescription - Class in com.quartetfs.biz.pivot.definitions.impl
The description for an Analysis Hierarchy.
AnalysisHierarchyDescription(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AnalysisHierarchyDescription
Constructor.
AnalysisHierarchyDescription(String, String, boolean) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AnalysisHierarchyDescription
Constructor.
AnalysisHierarchyDescriptionProviderPlugin - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
 
AnalysisHierarchyDescriptionProviderPlugin() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisHierarchyDescriptionProviderPlugin
 
AnalysisHierarchyFromDescriptionBuilder - Class in com.activeviam.builders.dimensions
Simple implementation of IAnalysisHierarchyBuilder.
AnalysisHierarchyFromDescriptionBuilder(SimpleDimensionBuilder, IAnalysisHierarchyDescription) - Constructor for class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
Constructor.
AnalysisHierarchyInfo - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Standard implementation of IAnalysisHierarchyInfo.
AnalysisHierarchyInfo(String, Properties, int, String, boolean, boolean, IDimensionInfo) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.AnalysisHierarchyInfo
Constructor for AnalysisHierarchyInfo.
ANALYTIC_FILTER - Static variable in class com.activeviam.copper.pivot.pp.AnalyticFunctionPostProcessor
The filter configuration.
AnalyticFunctionPostProcessor - Class in com.activeviam.copper.pivot.pp
Abstract implementation of post-processor that works for Window functions where aggregates are arranged along a hierarchy AnalyticFunctionPostProcessor.traversalHierarchyInfo.
AnalyticFunctionPrefetcher - Class in com.activeviam.copper.pivot.pp
The prefetcher associated to AnalyticFunctionPostProcessor.
AnalyticFunctionPrefetcher(String, IMeasuresProvider, String, Function<ILocation, List<ILevelInfo>>, IHierarchyInfo, boolean) - Constructor for class com.activeviam.copper.pivot.pp.AnalyticFunctionPrefetcher
Constructor.
Ancestor - com.quartetfs.biz.xmla.constants.Keyword
 
ANCESTOR - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
ANCESTOR_CAPTION - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
ANCESTOR_CAPTION_ON_SLICER - Static variable in class com.quartetfs.biz.pivot.context.impl.MdxContext
Whether or not to add the ancestor caption member property on the slicer axis.
ANCESTOR_LEVEL_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.ValueAtExtremaMemberOfAncestorPostProcessor
Property to specify the level at which this post processor starts navigating to find the AValueAtExtremaMemberPostProcessor.shiftingLevelIndex.
AncestorCaptionProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.AncestorCaptionProperty
 
AncestorFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
AncestorFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.AncestorFunction
 
ANCESTORS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
AncestorsFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
AncestorsFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.AncestorsFunction
 
and(List<IColumnCondition>) - Static method in class com.activeviam.database.api.experimental.refresh.condition.ConditionFactory
Creates a condition which matches the logical AND combination of other ones.
and(CopperLevelCondition) - Method in interface com.activeviam.copper.api.CopperLevelCondition
Creates a new condition that represents the result of a logical and between this condition and another condition.
and(CopperLevelCondition) - Method in interface com.activeviam.copper.hierarchy.IInternalCopperLevelCondition
 
and(IBitmap) - Method in interface com.qfs.bitmap.IBitmap
Performs a logical AND operation between two bitmaps.
and(IBitmap) - Method in interface com.qfs.bitmap.IClearableBitmap
 
and(IBitmap) - Method in class com.qfs.bitmap.impl.Bitmap
 
and(IBitmap) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
and(IBitmap) - Method in class com.qfs.bitmap.impl.QFSBitmap
 
and(IBitmap...) - Method in interface com.qfs.bitmap.IBitmapIndex
Performs a logical AND between the bitmaps and return the result.
and(IBitmap...) - Static method in class com.qfs.bitmap.impl.FastLogicalQFSBitmap
Logical AND between multiple bitmaps at once.
and(IBitmap...) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
and(IBitmap...) - Method in class com.qfs.bitmap.impl.QFSBitmapIndex
 
and(IBitmap, IBitmap) - Method in interface com.qfs.bitmap.IBitmap
Performs a logical AND operation between two bitmaps.
and(IBitmap, IBitmap) - Method in class com.qfs.bitmap.impl.Bitmap
 
and(IBitmap, IBitmap) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
and(IBitmap, IBitmap) - Method in class com.qfs.bitmap.impl.QFSBitmap
 
and(IMatchProcedure, IBitmap[]) - Method in interface com.qfs.bitmap.IBitmapIndex
Performs a logical AND between multiple bitmaps at once.
and(IMatchProcedure, IBitmap[]) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
and(IMatchProcedure, IBitmap[]) - Method in class com.qfs.bitmap.impl.QFSBitmapIndex
 
and(IMatchProcedure, QFSBitmap...) - Static method in class com.qfs.bitmap.impl.FastLogicalQFSBitmap
Logical AND between multiple bitmaps at once.
and(QFSBitmap...) - Static method in class com.qfs.bitmap.impl.FastLogicalQFSBitmap
Logical AND between multiple bitmaps at once.
and(ICondition...) - Static method in class com.qfs.condition.impl.BaseConditions
Creates a single condition that is the logical conjunction of the given conditions.
and(ICachingBitmapSupplier<T>, ICachingBitmapSupplier<T>) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedFilterCompiler
 
and(ICondition, ICondition) - Method in class com.activeviam.copper.agg.ConditionPerLevelExtractor
 
and(ICondition, ICondition) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToPivotConditionFilterCompiler
 
and(ICondition, ICondition...) - Static method in class com.activeviam.builders.FactFilterConditions
Defines an AND condition.
and(IPair<FirstT, SecondT>, IPair<FirstT, SecondT>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.MergingFilterVisitor
 
and(String, String) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.LevelListBuilder
Adds a hierarchy to the list of level to collect.
and(String, String) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToStringFilterVisitor
 
and(String, String, String) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.LevelListBuilder
Adds a level to the list of level to collect.
and(Collection<? extends ICondition>) - Static method in class com.qfs.condition.impl.BaseConditions
Creates a single condition that is the logical conjunction of the given conditions.
and(Predicate<int[]>, Predicate<int[]>) - Method in class com.qfs.pivot.cube.provider.impl.IsPointGrantedFilterVisitor
 
and(List<ICachingBitmapSupplier<T>>) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedFilterCompiler
 
and(List<ICondition>) - Method in class com.activeviam.copper.agg.ConditionPerLevelExtractor
 
and(List<ICondition>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToPivotConditionFilterCompiler
 
and(List<IPair<FirstT, SecondT>>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.MergingFilterVisitor
 
and(List<String>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToStringFilterVisitor
 
and(List<Predicate<int[]>>) - Method in class com.qfs.pivot.cube.provider.impl.IsPointGrantedFilterVisitor
 
and(List<T>) - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.IDictionarizedFilterVisitor
Performs a logical AND between all given visit results.
and(List<T>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.DictionarizingFilterVisitor
 
and(List<T>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.OptimizingSubCubeVisitor
 
and(List<T>) - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.ISubCubeVisitor
Performs a logical AND between all given visit results.
and(Map<String, Object>...) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing an AND condition.
and(T, T) - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.IDictionarizedFilterVisitor
Performs a logical AND between the two given visit results.
and(T, T) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.DictionarizingFilterVisitor
 
and(T, T) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.OptimizingSubCubeVisitor
 
and(T, T) - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.ISubCubeVisitor
Performs a logical AND between the two given visit results.
And - com.quartetfs.biz.xmla.constants.Keyword
 
AND - Static variable in interface com.quartetfs.fwk.filtering.ILogicalCondition
Plugin key for the AND logical operand.
AND - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
AND - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
AND - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
AND - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
and_relation() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
and_relation_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.and_relation_return
 
AndCompiledCondition - Class in com.qfs.store.query.plan.condition.impl
Compiled condition performing a logical AND on a list of conditions.
AndCompiledCondition(ICompiledCondition[]) - Constructor for class com.qfs.store.query.plan.condition.impl.AndCompiledCondition
Full constructor.
AndCompiledCondition.AndCompiledConditionInstance - Class in com.qfs.store.query.plan.condition.impl
 
AndCompiledConditionInstance(ICompiledConditionInstance[]) - Constructor for class com.qfs.store.query.plan.condition.impl.AndCompiledCondition.AndCompiledConditionInstance
Full constructor.
AndCondition - Class in com.quartetfs.fwk.filtering.impl
Logical AND combination of other conditions.
AndCondition() - Constructor for class com.quartetfs.fwk.filtering.impl.AndCondition
 
AndCondition(ICondition[]) - Constructor for class com.quartetfs.fwk.filtering.impl.AndCondition
Constructor.
AndCondition(Collection<? extends ICondition>) - Constructor for class com.quartetfs.fwk.filtering.impl.AndCondition
Constructor.
AndConditionFactory - Class in com.qfs.store.service.impl
Compile condition for $and.
AndConditionFactory() - Constructor for class com.qfs.store.service.impl.AndConditionFactory
 
ANDFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.BooleanOperatorFunctions.ANDFunction
 
andNot(IBitmap) - Method in interface com.qfs.bitmap.IBitmap
Performs a logical AND NOT operation between two bitmaps.
andNot(IBitmap) - Method in interface com.qfs.bitmap.IClearableBitmap
 
andNot(IBitmap) - Method in class com.qfs.bitmap.impl.Bitmap
 
andNot(IBitmap) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
andNot(IBitmap) - Method in class com.qfs.bitmap.impl.QFSBitmap
 
andNot(IBitmap, IBitmap) - Method in interface com.qfs.bitmap.IBitmap
Performs a logical AND NOT operation between two bitmaps.
andNot(IBitmap, IBitmap) - Method in class com.qfs.bitmap.impl.Bitmap
 
andNot(IBitmap, IBitmap) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
andNot(IBitmap, IBitmap) - Method in class com.qfs.bitmap.impl.QFSBitmap
 
AndOperand - Class in com.qfs.store.query.plan.condition.impl
AND operand for constand and dymamic underlying operands.
AndOperand(IOperand, IOperand) - Constructor for class com.qfs.store.query.plan.condition.impl.AndOperand
Full constructor.
AndPartitionSelector - Class in com.qfs.store.part.impl
Composite IPartitionSelector selecting the partitions that all its underlying IPartitionSelector have selected.
AndPartitionSelector(List<IPartitionSelector>) - Constructor for class com.qfs.store.part.impl.AndPartitionSelector
 
andThen() - Method in class com.qfs.concurrent.impl.CompleterChain
 
andThen() - Method in interface com.qfs.concurrent.impl.ICompleterChain.Run
Prepares the chain to receive an additional operation to execute after the previous one completed.
andThen(FloatUnaryOperator) - Method in interface com.activeviam.util.function.FloatUnaryOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(Function<? super R, ? extends V>) - Method in interface com.qfs.serialization.SerializableFunction
 
ANettyMessage<T extends Serializable> - Class in com.qfs.messenger.netty.impl
Skeleton for NettyRequestMessage or NettyResponseMessage send with Netty.
ANettyMessage() - Constructor for class com.qfs.messenger.netty.impl.ANettyMessage
Empty constructor for serialization.
ANettyMessage(long, T) - Constructor for class com.qfs.messenger.netty.impl.ANettyMessage
Constructor.
AnnotationContributionProvider - Class in com.quartetfs.fwk.contributions.impl
AnnotationContributionProvider.
AnnotationContributionProvider() - Constructor for class com.quartetfs.fwk.contributions.impl.AnnotationContributionProvider
Default constructor.
AnnotationContributionProvider(Class<?>...) - Constructor for class com.quartetfs.fwk.contributions.impl.AnnotationContributionProvider
Constructor specifying a list of classes to parse for annotations.
AnnotationMBean - Class in com.quartetfs.fwk.monitoring.jmx.impl
Provide MBeans by parsing annotations in target objects.
AnnotationMBean(String, AMonitoring, Object) - Constructor for class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
Constructor.
AnnotationMBean(String, String, AMonitoring, Object) - Constructor for class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
Full constructor.
ANNOTATIONS - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
ANoArgAction() - Constructor for class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils.ANoArgAction
 
ANode() - Constructor for class com.qfs.concurrent.impl.ConcurrentStack.ANode
 
ANotificationTaskCreator - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Create the notification tasks that will notify the listener of a continuous query when the view of that continuous query was updated.
ANotificationTaskCreator(IActivePivotVersion, IDatabaseVersion, IContextSnapshot) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ANotificationTaskCreator
 
answer(long, Object) - Method in interface com.qfs.snl.messages.IMessageService.IMessageBox
Answers a message.
answer(long, Object) - Method in class com.qfs.snl.messages.impl.MessageBox
 
answer(long, Map<String, Object>) - Method in interface com.qfs.snl.rs.IMessageRestService
Answers a message from the currently logged user.
answer(long, Map<String, Object>) - Method in class com.qfs.snl.rs.impl.MessageRestServiceController
 
answer(String, Object) - Method in interface com.qfs.snl.messages.IMessage
Answers the message.
answer(String, Object) - Method in class com.qfs.snl.messages.impl.BasicMessage
 
answer(String, Object) - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
answer(String, Object) - Method in class com.qfs.snl.workflows.tasks.impl.TaskMessage
 
answer(String, String, Map<String, String>) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
answer(String, String, Map<String, String>) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Answers a task.
ANumericOrder - Class in com.quartetfs.pivot.mdx.func.impl
 
ANY - com.activeviam.copper.api.AggregationLevels
Property determining the aggregation behavior of the current measure as follows :
ANY - com.activeviam.store.structure.impl.DatastoreStructure.StoreOrder
Deprecated.
 
ANY - Static variable in interface com.qfs.bitmap.IBitmapIndex
The ANY value.
ANY_EXPRESSION - com.qfs.pivot.mdx.compil.impl.AMdxCompilationPatternParser.Keyword
Use this keyword to say that any expression is valid here.
ANY_HIERARCHY - com.qfs.pivot.mdx.compil.impl.AMdxCompilationPatternParser.Keyword
Use this keyword to notify that any hierarchy is valid here.
ANY_LEVEL - com.qfs.pivot.mdx.compil.impl.AMdxCompilationPatternParser.Keyword
Use this keyword to notify that any level is valid here.
ANY_LITERAL - com.qfs.pivot.mdx.compil.impl.AMdxCompilationPatternParser.Keyword
Use this keyword to notify that any literal is valid here.
ANY_MEASURE - com.qfs.pivot.mdx.compil.impl.AMdxCompilationPatternParser.Keyword
Use this keyword to notify that any measure is valid here.
ANY_MEMBER - com.qfs.pivot.mdx.compil.impl.AMdxCompilationPatternParser.Keyword
Use this keyword to notify that any member is valid here.
anyExpression(String) - Method in interface com.qfs.pivot.mdx.compil.IMdxCompilationBuilder
Tells the builder that the component should accept any expression there.
anyExpression(String) - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilationMatcherBuilder
 
AnyExpression() - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxRewriters.AnyExpression
 
anyHierarchy(String) - Method in interface com.qfs.pivot.mdx.compil.IMdxCompilationBuilder
Tells the builder that the component should accept any hierarchy there.
anyHierarchy(String) - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilationMatcherBuilder
 
AnyHierarchy() - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxRewriters.AnyHierarchy
 
anyLevel(String) - Method in interface com.qfs.pivot.mdx.compil.IMdxCompilationBuilder
Tells the builder that the component should accept any level there.
anyLevel(String) - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilationMatcherBuilder
 
AnyLevel() - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxRewriters.AnyLevel
 
anyLiteral(String) - Method in interface com.qfs.pivot.mdx.compil.IMdxCompilationBuilder
Tells the builder that the component should accept any literal there.
anyLiteral(String) - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilationMatcherBuilder
 
AnyLiteral() - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxRewriters.AnyLiteral
 
anyMatch(Throwable, Predicate<Throwable>) - Static method in class com.qfs.util.impl.ErrorUtil
Deprecated.
Iterates over the chain of causes of a given error to test if any matches the provided predicate.
anyMeasure(String) - Method in interface com.qfs.pivot.mdx.compil.IMdxCompilationBuilder
Tells the builder that the component should accept any measure there.
anyMeasure(String) - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilationMatcherBuilder
 
AnyMeasure() - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxRewriters.AnyMeasure
 
anyMember(String) - Method in interface com.qfs.pivot.mdx.compil.IMdxCompilationBuilder
Tells the builder that the component should accept any member there.
anyMember(String) - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilationMatcherBuilder
 
AnyMember() - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxRewriters.AnyMember
 
AnyPathUnresolvedPath - Class in com.quartetfs.biz.pivot.query.missing.impl
An implementation of IUnresolvedPath that matches any path.
AnyPathUnresolvedPath() - Constructor for class com.quartetfs.biz.pivot.query.missing.impl.AnyPathUnresolvedPath
 
AnyTypeFormatterPresentationExpression - Class in com.quartetfs.pivot.mdx.impl
 
AnyTypeFormatterPresentationExpression(Locale, String, String) - Constructor for class com.quartetfs.pivot.mdx.impl.AnyTypeFormatterPresentationExpression
 
AObjectRecordReader - Class in com.qfs.pivot.util.impl
Abstract simple implementation of IRecordReader dedicated to underlying Objects types.
AObjectRecordReader() - Constructor for class com.qfs.pivot.util.impl.AObjectRecordReader
 
AObjectTransformationProcedure() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AObjectTransformationProcedure
 
AOlapElementExpression<O extends IMdxOlapElement> - Class in com.quartetfs.pivot.mdx.statement.impl
Abstract class for expression with ICompoundIdentifier i.e [smth].[smth].
AOlapElementExpression.DimensionExpression - Class in com.quartetfs.pivot.mdx.statement.impl
Expression representing a dimension.
AOlapElementExpression.HierarchyExpression - Class in com.quartetfs.pivot.mdx.statement.impl
Expression representing a hierarchy.
AOlapElementExpression.LevelExpression - Class in com.quartetfs.pivot.mdx.statement.impl
Expression representing a level.
AOlapElementExpression.MemberExpression - Class in com.quartetfs.pivot.mdx.statement.impl
Expression representing a member.
AOlapElementPropertyFunction<R> - Class in com.quartetfs.pivot.mdx.func.impl
 
AOlapElementStringPropertyFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
AOperand - Class in com.quartetfs.biz.pivot.formula.impl
Base class for the implementation of an operand.
AOperator - Class in com.quartetfs.biz.pivot.formula.impl
Base class of an operator that can be used in the ArithmeticFormulaPostProcessor.
AOperator() - Constructor for class com.quartetfs.biz.pivot.formula.impl.AOperator
 
AOptionalArgumentsInSerieFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.base.impl
Base class for function definition with a signature like Function(arg1, arg2, [, arg3 [, arg4 [, arg5]]]).
AOriginalPartitionRetriever<PartitioningT> - Class in com.qfs.store.part.impl
A visitor represents the operation which retrieves the id of the partitions of a partitioning, that potentially contains the records in a partition of another partitioning.
AParentCompiledCondition - Class in com.qfs.store.query.plan.condition.impl
Parent class for all ICompiledCondition that have sub conditions.
AParentCompiledCondition(ICompiledCondition[]) - Constructor for class com.qfs.store.query.plan.condition.impl.AParentCompiledCondition
 
APartitionDictionaryFactory - Class in com.qfs.index.impl
Base implementation of an IPartitionDictionaryFactory.
APartitionDictionaryFactory() - Constructor for class com.qfs.index.impl.APartitionDictionaryFactory
 
APartitionedAggregateCollector - Class in com.qfs.pivot.cube.provider.partition.impl
APartitionedAggregateProviderBase - Class in com.qfs.pivot.cube.provider.partition.impl
The base version of an aggregate provider that partitions its data.
APartitionedAggregateProviderBase.FeedingContext - Class in com.qfs.pivot.cube.provider.partition.impl
 
APartitionedAggregateProviderTransaction<C extends APartitionedAggregateCollector> - Class in com.qfs.pivot.cube.provider.partition.impl
APartitionedAggregateProviderVersion<V extends APartitionedAggregateProviderVersion<V,​B>,​B extends APartitionedAggregateProviderBase> - Class in com.qfs.pivot.cube.provider.partition.impl
A AGlobalAggregateProviderVersion that is partitioned into multiple sub-partitions.
APartitionIndexesFactory<T extends IMultiVersionRecordIndex> - Class in com.qfs.index.impl
Abstract implementation creating map of partition content from map of factories.
APartitionIndexFactory<T extends IMultiVersionRecordIndex> - Class in com.qfs.index.impl
Abstract implementation of an IPartitionIndexFactory.
APartitioningImplicationChecker<PartitioningT> - Class in com.qfs.store.part.impl
A visitor that represents the operation which checks if a partitioning is implied by another.
APartitioningNode - Class in com.qfs.store.part.impl
Generic implementation for a node in a hierarchical partitioning.
APartitioningNodeWalker() - Constructor for class com.qfs.store.part.impl.PartitioningNodeWalkers.APartitioningNodeWalker
 
APartitioningVisitorFactory<T> - Class in com.qfs.store.part.impl
A factory of partitioning visitor that creates a visitor based on the type of the IPartitioning it is visiting.
APartitioningVisitorFactory() - Constructor for class com.qfs.store.part.impl.APartitioningVisitorFactory
 
APartitioningVisitorFactory.GreatestCommonPartitioningCalculatorFactory - Class in com.qfs.store.part.impl
Factory for calculator of partitionings greatest common partitioning.
APartitioningVisitorFactory.ImpliedPartitionRetrieverFactory - Class in com.qfs.store.part.impl
Factory to create a visitor which retrieves the id of the partition in one partitioning that contains all the records of a partition of another partitioning.
APartitioningVisitorFactory.OriginalPartitionRetrieverFactory - Class in com.qfs.store.part.impl
Factory to create a visitor which retrieves the id of the partitions of a partitioning, that potentially contains the records in a partition of another partitioning.
APartitioningVisitorFactory.PartitioningImplicationCheckerFactory - Class in com.qfs.store.part.impl
Factory to create a visitor which checks if a partitioning is implied by another.
APartitioningWithCartesianAsSubPartitioning - Class in com.qfs.store.part.impl
Generic implementation of partitioning which combines Cartesian partitioning (or Single partitioning) with another type of partitioning.
APartitioningWithCartesianAsSubPartitioning.CartesianSubPartitioning - Class in com.qfs.store.part.impl
Define the standalone Cartesian partitioning.
APartitioningWithMultipleStandalonePartitionings - Class in com.qfs.store.part.impl
A generic implementation of partitioning with multiple partitioning fields, each of which is associated with a partitioning function.
APartitionTransactionContent - Class in com.qfs.plan.impl
Common parent to all implementations of IPartitionTransactionContent.
APartitionTransactionContentReader - Class in com.qfs.plan.impl
Parent of all implementations of IPartitionTransactionContentReader.
APartitionUpdateConsumer<T> - Class in com.qfs.plan.impl
This consumer is responsible for updating the references of one of the owner store's partitions and propagate the impacts.
APassVisitor - Class in com.quartetfs.pivot.mdx.plan.impl
Base implementation to visit passes.
APatternFormatter - Class in com.quartetfs.fwk.format.impl
Default implementation for IPatternFormatter.
APatternMatcher - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Abstract implementation of IPatternMatcher that provide a getter for the pattern.
APatternMatcherFactory - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Simple implementation of IPatternMatcherFactory.
APatternMatcherFactory() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.APatternMatcherFactory
 
APatternMatcherFactory.MatchAllStringMatcher - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
A matcher that will match any submitted string.
ApisDto - Class in com.qfs.versions.service
DTO providing the deployed versions for all APIs deployed in a application.
ApisDto() - Constructor for class com.qfs.versions.service.ApisDto
Default constructor.
ApisDto(Map<String, ApiVersionDto>) - Constructor for class com.qfs.versions.service.ApisDto
Full constructor.
ApiVersionDto - Class in com.qfs.versions.service
DTO represented all deployed APIs and their versions.
ApiVersionDto() - Constructor for class com.qfs.versions.service.ApiVersionDto
Default constructor.
ApiVersionDto(List<VersionDto>) - Constructor for class com.qfs.versions.service.ApiVersionDto
Full constructor.
APivotDiscoveryHandler - Class in com.quartetfs.biz.xmla.discovery.impl
Base class for Pivot-based implementation of the discovery handler.
APivotDiscoveryHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.impl.APivotDiscoveryHandler
 
APivotXmlaHandler - Class in com.quartetfs.biz.xmla.impl
 
APointLocationListReader - Class in com.quartetfs.biz.pivot.impl
A point location reader on top of a point location list.
APostProcessedRetrieval - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Abstract base implementation of an IPostProcessedRetrieval based on an AAggregatesRetrieval.
APostProcessedRetrievalMerger - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Abstract class for partitioned APostProcessedRetrieval retrievals.
append(int) - Method in class com.qfs.pivot.util.impl.IndentedStringBuilder
 
append(int[]) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
append(int[]) - Method in interface com.qfs.bitmap.IWritableBitmapIndex
Appends a tuple in the index.
append(long) - Method in class com.qfs.pivot.util.impl.IndentedStringBuilder
 
append(String) - Method in class com.activeviam.database.api.schema.JoinPath
Creates a new path starting with the current one and ending with the given join.
append(IPointList) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
append(IPointList) - Method in interface com.qfs.bitmap.IWritableBitmapIndex
Appends an entire series of points.
append(IPointList, int) - Method in class com.qfs.bitmap.impl.ABitmapIndex
Appends a tuple read from a point list in the index, return the insertion row.
append(IPointList, int) - Method in interface com.qfs.bitmap.IWritableBitmapIndex
Appends a tuple read from a point list in the index.
append(IPointList, int, int) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
append(IPointList, int, int) - Method in interface com.qfs.bitmap.IWritableBitmapIndex
Appends a series of points as a batch operation.
append(IMemoryStatistic...) - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
Appends new children to the statistic.
append(IMemoryStatistic...) - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
append(IMemoryStatistic...) - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
append(IMessageChunk<E>) - Method in interface com.qfs.msg.IMessage
Append a message chunk into this message.
append(IMessageChunk<E>) - Method in class com.qfs.source.impl.AStoreMessage
Append a message chunk into this message.
append(IMessageChunk<E>) - Method in class com.qfs.source.impl.StoreMessage
Append a message chunk into this message.
append(IByteRecord) - Method in class com.qfs.store.record.impl.AppendOnlyByteRecordBlock
Appends the given record to this record block.
append(IRecordReader) - Method in class com.qfs.store.impl.ColumnarRecordSet
 
append(IRecordReader) - Method in interface com.qfs.store.IRecordSetBase
Adds a record to the base.
append(ITuple, StringBuilder) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Appends the string representation of a tuple to a string builder.
append(IIdentifier) - Method in class com.quartetfs.pivot.mdx.statement.impl.CompoundIdentifier
 
append(E) - Method in interface com.qfs.msg.IMessageChunk
Append a piece of data produced by the source into this message chunk.
append(E) - Method in class com.qfs.source.impl.TupleMessageChunk
 
append(Object) - Method in class com.qfs.pivot.util.impl.IndentedStringBuilder
 
append(String) - Method in class com.qfs.pivot.util.impl.IndentedStringBuilder
 
append(StringBuilder, MultiVersionAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase.NodeAppender
Appends the member's data in the specifier StringBuilder.
append(String, Object) - Method in class com.qfs.util.impl.QfsToStringBuilder
Deprecated.
Appends the given key value pair to the underlying StringBuilder if the value is not null.
append(String, String) - Static method in class com.qfs.content.service.impl.ContentServiceHelper
Appends an entry name as a child to the given path.
append(String, Collection<?>) - Method in class com.qfs.util.impl.QfsToStringBuilder
Deprecated.
Appends an attribute containing a collection, adding each value up to a limited number.
append(String, Collection<T>, Function<T, ?>) - Method in class com.qfs.util.impl.QfsToStringBuilder
Deprecated.
Appends an attribute containing a collection, adding each value up to a limited number.
append(Collection<? extends IMemoryStatistic>) - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
Appends new children to the statistic.
append(Collection<? extends IMemoryStatistic>) - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
append(Collection<? extends IMemoryStatistic>) - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
append(T) - Method in class com.quartetfs.pivot.mdx.utils.impl.CyclicArray
 
Append - com.quartetfs.biz.xmla.constants.Keyword
 
appendAndFork(ArrayList<ArrayList<T>>, Collection<T>) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Helper method to perform union with ambiguities.
appendCount(String, Collection<?>) - Method in class com.qfs.util.impl.QfsToStringBuilder
Deprecated.
Appends the given attribute containing a collection, reporting the number of elemens in the collection.
appendCurrentPlan(StringBuilder, int, boolean) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Creates and adds to the input builder a String that represents the planned retrievals.
appendCurrentPlan(StringBuilder, int, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
appendCursor(ICursor, StringBuilder) - Static method in class com.qfs.store.impl.SchemaPrinter
Appends the content of a cursor to the given StringBuilder.
appendDictionaries(IDatastoreSchemaVersion, StringBuilder) - Static method in class com.qfs.store.impl.SchemaPrinter
Appends all dictionaries from a schema to the given StringBuilder.
appendDictionariesSizes(IDatastoreSchemaVersion, StringBuilder) - Static method in class com.qfs.store.impl.SchemaPrinter
Appends the size of all dictionaries of a schema to the given StringBuilder.
appendDictionary(IDatastoreSchemaVersion, String, String, StringBuilder) - Static method in class com.qfs.store.impl.SchemaPrinter
Appends the content of a dictionary to the given StringBuilder.
appendMemoryManagementInfo(StringBuilder, MemoryMonitoringUtils.MemoryManagementStats, MemoryMonitoringUtils.MemoryManagementStats) - Static method in class com.activeviam.apm.pivot.monitoring.impl.MemoryMonitoringUtils
Appends memory management information to the specified message buffer.
appendNuma(int, INumaNodeSelector, TIntIntMap, String, String, StringBuilder) - Method in class com.qfs.store.part.impl.PartitioningUtil.ReducedPartitioningFunction
Append the info about Numa compatibility between originalPartition and reducedPartition to the given StringBuilder.
AppendOnlyByteRecordBlock - Class in com.qfs.store.record.impl
A record block which can only append records to itself up to the fixed size.
AppendOnlyByteRecordBlock(int, IRecordFormat) - Constructor for class com.qfs.store.record.impl.AppendOnlyByteRecordBlock
Creates an AppendOnlyByteRecordBlock with a given capacity and a given format.
AppendOnlyCollection<E> - Class in com.activeviam.collections.impl
Implementation of an append-only collection.
AppendOnlyCollection(Collection<E>) - Constructor for class com.activeviam.collections.impl.AppendOnlyCollection
Constructor.
appendPrintableResultHolders(StringBuilder) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Appends the string containing the results as well as the usages currently retained by the execution plan to the provided stringBuilder.
appendQuotedName(StringBuilder) - Method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup.UnknownMdxMember
 
appendQuotedName(StringBuilder) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxOlapElement
Appends the quoted name of the element in the given StringBuilder.
appendQuotedName(StringBuilder) - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMember
 
appendQuotedName(StringBuilder) - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxOlapElement
 
appendRetrievalDetail(int, StringBuilder) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo
Appends the retrieval information to the input builder using the given indentation.
appendRetrievalDetail(int, StringBuilder) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregateRetrievalInfo
 
appendRetrievalDetail(int, StringBuilder) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
 
appendRetrievalDetail(int, StringBuilder) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
appendRetrievalHeader(int, StringBuilder) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo
Appends the retrieval base information, i.e., id and name to the input builder using the given indentation.
appendRetrievalHeader(int, StringBuilder) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
 
appendRetrievalHeader(int, StringBuilder) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
appendStore(IDatastoreVersion, String, boolean, StringBuilder) - Static method in class com.qfs.store.impl.SchemaPrinter
Appends the content of a store to the given StringBuilder.
appendThreadInfoToStringBuilder(StringBuilder, ThreadInfo) - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.ThreadsStatusMonitoringBean
Modified from ThreadInfo.toString() with customised limitation on lines of stacktrace to be printed.
appendTiming(int, StringBuilder) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.DistributedAggregateRetrievalInfo
 
appendTiming(int, StringBuilder) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo
Appends the retrieval execution timing information to the input builder using the given indentation.
appendTiming(int, StringBuilder) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregateRetrievalInfo
 
appendTiming(int, StringBuilder) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
 
appendTiming(int, StringBuilder) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
appendTimings(int[], StringBuilder) - Method in class com.activeviam.apm.utils.impl.TimingUtils.CustomStopWatch
 
appendTimings(int[], StringBuilder) - Method in class com.qfs.util.timing.impl.StopWatch
 
appendTimings(int[], StringBuilder) - Method in interface com.qfs.util.timing.IStopWatch
Appends all information about timers known in the given string builder.
appendTimings(StringBuilder) - Method in class com.qfs.util.timing.impl.StopWatch
 
appendTimings(StringBuilder) - Method in interface com.qfs.util.timing.IStopWatch
Appends all information about timers known in the given string builder.
appendUniqueName(IMdxMember, StringBuilder) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Appends the unique name of the member to the given string builder.
appendWithVersion(IRecordReader, long) - Method in class com.qfs.store.impl.ColumnarRecordSet
Adds a record to the base and writes its version.
application() - Static method in class com.activeviam.builders.StartBuilding
Starting point to create an application with a Datastore.
APPLICATION_ID - Static variable in interface com.qfs.distribution.IActivePivotRemoteTransactionInfo
Internal (i.e technical) property key for storing the id of the distributed application responsible for the transaction.
APPLICATION_MEASURE_GROUPS - Static variable in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
If set to true, distributed measures and hierarchies have the application Id of the DATA pivot they come from as measureGroup.
APPLICATION_MEASURE_GROUPS_SUFFIX - Static variable in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
The name of the property that enables QUERY pivots to append data pivots' application Id to locally defined measure groups.
APPLICATION_MEASURE_NAMES - Static variable in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
The name of the property that enables QUERY cubes to override locally defined measure names.
ApplicationMemberAccepted - Class in com.activeviam.health.monitor.impl.events
Event fired when a node is accepted within a distributed application, and its contribution were successfully merged in the query cube.
ApplicationMemberAccepted(IAddress, String, String) - Constructor for class com.activeviam.health.monitor.impl.events.ApplicationMemberAccepted
Constructor.
ApplicationMemberRejected - Class in com.activeviam.health.monitor.impl.events
Event fired when a node sees its candidacy to a specific distributed application rejected.
ApplicationMemberRejected(IAddress, String, String, String) - Constructor for class com.activeviam.health.monitor.impl.events.ApplicationMemberRejected
Constructor.
ApplicationWithDatastore - Class in com.activeviam.builders
A pair containing a Datastore and an ActivePivot Manager.
ApplicationWithDatastore(IDatastore, IActivePivotManager) - Constructor for class com.activeviam.builders.ApplicationWithDatastore
 
apply(int) - Method in interface com.activeviam.util.function.IntBiFunction
 
apply(int) - Method in class com.qfs.pivot.cube.provider.partition.impl.ProviderPartitioningFormat
 
apply(int) - Method in interface com.qfs.store.part.IFieldNameSupplier
Gets the name of a field from its position in a structure.
apply(int) - Method in class com.qfs.store.part.impl.PositionToStringFieldSupplier
 
apply(int, int) - Method in interface com.activeviam.util.function.IntBiFunction
Applies this function to the given argument.
apply(int, B) - Method in interface com.qfs.store.impl.DatastoreBaseRewriteContext.IBaseUpdater
Deprecated.
Performs this operation on the given base.
apply(IInternalCopperMeasure) - Method in class com.activeviam.copper.IdentityMeasureNameProvider
Deprecated.
 
apply(IDatabaseVersion) - Method in class com.activeviam.copper.hierarchy.CartesianProductValuesSupplier
 
apply(IDatabaseVersion) - Method in class com.activeviam.copper.hierarchy.MapValuesSupplier
 
apply(IDatabaseVersion) - Method in class com.activeviam.copper.hierarchy.SetValuesSupplier
 
apply(IDatabaseVersion) - Method in class com.activeviam.copper.hierarchy.StoreMultipleFieldDistinctValuesSupplier
 
apply(IDatabaseVersion) - Method in class com.activeviam.copper.hierarchy.StoreSingleFieldDistinctValuesSupplier
 
apply(IArrayReader, IWritableCell, C, IQueryCache) - Method in interface com.activeviam.copper.api.experimental.database.DatabaseMeasureBuilder.DatabaseMeasureComputation
Maps the given values and writes it into the given result cell.
apply(FilterCache<LeafBitmapMatcher>) - Method in class com.qfs.pivot.cube.provider.partition.impl.LeafPartitionedAggregateProviderTransaction.LeafCompiledFilter
 
apply(FilterCache<IWritableBitmapIndex>) - Method in class com.qfs.pivot.cube.provider.partition.impl.BitmapPartitionedAggregateProviderTransaction.BitmapCompiledFilter
 
apply(IContextSnapshot) - Method in interface com.quartetfs.biz.pivot.context.IContext
Sets this context to the provided state.
apply(IActivePivotVersion, ActivePivotQueryRunner.IQueryAction<R>) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
Applies the function to the query built with the defined parameters and after ensuring the correct context is set.
apply(ITuple) - Method in class com.quartetfs.pivot.mdx.impl.MutableTuple
apply(ITuple) - Method in class com.quartetfs.pivot.mdx.impl.MutableTupleLocation
apply(IMdxMember[]) - Method in class com.quartetfs.pivot.mdx.impl.MutableTuple
apply(T) - Method in class com.qfs.util.function.MemoizingFunction
 
apply(T, U, V) - Method in interface com.activeviam.util.function.TriFunction
Applies this function to the three input arguments.
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.binding.impl.GenericVectorBinding
 
applyAsDouble(IVector, IVector, DoubleBinaryOperator) - Method in interface com.qfs.vector.IVectorBinding
Applies the given operator to the two given vectors.
applyAsDouble(IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.impl.AVector
 
applyAsDouble(IVector, DoubleBinaryOperator) - Method in class com.qfs.vector.impl.EmptyVector
 
applyAsDouble(IVector, DoubleBinaryOperator) - Method in interface com.qfs.vector.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.util.function.FloatUnaryOperator
Applies this operator to the given operand.
applyAsFloat(float, float) - Method in interface com.activeviam.util.function.FloatBinaryOperator
Applies this operator to the given operands.
applyAsFloat(IVector, FloatBinaryOperator) - Method in class com.qfs.vector.impl.AVector
 
applyAsFloat(IVector, FloatBinaryOperator) - Method in class com.qfs.vector.impl.EmptyVector
 
applyAsFloat(IVector, FloatBinaryOperator) - Method in interface com.qfs.vector.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.
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in class com.qfs.vector.binding.impl.GenericVectorBinding
 
applyAsFloat(IVector, IVector, FloatBinaryOperator) - Method in interface com.qfs.vector.IVectorBinding
Applies the given operator to the two given vectors.
applyAsFloat(T) - Method in interface com.activeviam.util.function.ToFloatFunction
Applies this function to the given argument.
applyAsInt(IArrayReader) - Method in interface com.activeviam.store.part.IPartitionMapper
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in class com.qfs.vector.binding.impl.GenericVectorBinding
 
applyAsInt(IVector, IVector, IntBinaryOperator) - Method in interface com.qfs.vector.IVectorBinding
Applies the given operator to the two given vectors.
applyAsInt(IVector, IntBinaryOperator) - Method in class com.qfs.vector.impl.AVector
 
applyAsInt(IVector, IntBinaryOperator) - Method in class com.qfs.vector.impl.EmptyVector
 
applyAsInt(IVector, IntBinaryOperator) - Method in interface com.qfs.vector.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, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in class com.qfs.vector.binding.impl.GenericVectorBinding
 
applyAsLong(IVector, IVector, LongBinaryOperator) - Method in interface com.qfs.vector.IVectorBinding
Applies the given operator to the two given vectors.
applyAsLong(IVector, LongBinaryOperator) - Method in class com.qfs.vector.impl.AVector
 
applyAsLong(IVector, LongBinaryOperator) - Method in class com.qfs.vector.impl.EmptyVector
 
applyAsLong(IVector, LongBinaryOperator) - Method in interface com.qfs.vector.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.
applyContext(String, Map<String, String>) - Method in class com.activeviam.contextservice.service.metadata.ContextValueMetadataService
Applies a set of context values in the flat form to the ActivePivot given by the ID.
applyContextValues(IActivePivotContext, Collection<? extends IContextValue>, boolean) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextUtils
Apply a collection of context values into an existing ActivePivot context.
applyContextValues(IMultiVersionActivePivot, Collection<? extends IContextValue>, boolean) - Static method in class com.quartetfs.pivot.mdx.utils.impl.ServicesUtil
Apply a collection of context values to an existing IMultiVersionActivePivot instance.
applyContextValuesToSnapshot(IContextSnapshot, Collection<? extends IContextValue>, boolean) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextUtils
Applies a collection of context values to a snapshot, creating a new one.
applyGoodbyeMessageRemovalAsync(GoodbyeMessage) - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
 
applyGoodbyeMessageRemovalAsync(GoodbyeMessage) - Method in interface com.qfs.messenger.IDistributedHierarchyManager
Immediately triggers the removal task for the member broadcasting the received message.
applyInitialDiscoveryMessageAsync(IInitialDiscoveryMessage) - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
 
applyInitialDiscoveryMessageAsync(IInitialDiscoveryMessage) - Method in interface com.qfs.messenger.IDistributedHierarchyManager
Applies the response to an initial discovery message and updates the current view ID to the given one (IInitialDiscoveryMessage.getViewId()).
applyInitialDiscoveryMessageAsync(CompositeDiscoveryMessage) - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
 
applyInitialDiscoveryMessageAsync(CompositeDiscoveryMessage) - Method in interface com.qfs.messenger.IDistributedHierarchyManager
Applies the response to an initial discovery message and updates the current view ID to the given one (IInitialDiscoveryMessage.getViewId()).
applyInsertionTimeTriggersThenSubmit(IRecordBlock<? extends IRecordReader>) - Method in class com.qfs.store.impl.StoreTransaction
 
applyInsertionTimeTriggersThenSubmit(IRecordBlock<? extends IRecordReader>) - Method in interface com.qfs.store.IStoreTransaction
Submits the records to the store.
applyOperation(int, FloatBinaryOperator, float[], float[]) - Static method in class com.qfs.vector.binding.impl.ArrayFloatToArrayFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, float[], long) - Static method in class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, float[], ArrayFloatVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, float[], BufferFloatVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayFloatToBufferFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, int[], float[]) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, int[], long) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, int[], ArrayFloatVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, int[], BufferFloatVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, long[], float[]) - Static method in class com.qfs.vector.binding.impl.ArrayLongToArrayFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, long[], long) - Static method in class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, long[], ArrayFloatVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, long[], BufferFloatVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayLongToBufferFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, long, float[]) - Static method in class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, long, float[]) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, long, float[]) - Static method in class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, long, ArrayFloatVector, int) - Static method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, long, ArrayFloatVector, int) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, long, ArrayFloatVector, int) - Static method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, long, BufferFloatVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, long, BufferFloatVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, long, BufferFloatVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, ArrayFloatVector, int, float[]) - Static method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, ArrayFloatVector, int, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, ArrayFloatVector, int, ArrayFloatVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, ArrayFloatVector, int, BufferFloatVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, ArrayIntegerVector, int, float[]) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, ArrayIntegerVector, int, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, ArrayIntegerVector, int, ArrayFloatVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, ArrayIntegerVector, int, BufferFloatVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, ArrayLongVector, int, float[]) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, ArrayLongVector, int, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, ArrayLongVector, int, ArrayFloatVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, ArrayLongVector, int, BufferFloatVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, BufferFloatVectorBlock, int, float[]) - Static method in class com.qfs.vector.binding.impl.BufferFloatToArrayFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, BufferFloatVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, BufferFloatVectorBlock, int, ArrayFloatVector, int) - Static method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, BufferFloatVectorBlock, int, BufferFloatVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.BufferFloatToBufferFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, BufferIntegerVectorBlock, int, float[]) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToArrayFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, BufferIntegerVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, BufferIntegerVectorBlock, int, ArrayFloatVector, int) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, BufferIntegerVectorBlock, int, BufferFloatVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToBufferFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, BufferLongVectorBlock, int, float[]) - Static method in class com.qfs.vector.binding.impl.BufferLongToArrayFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, BufferLongVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, BufferLongVectorBlock, int, ArrayFloatVector, int) - Static method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, FloatBinaryOperator, BufferLongVectorBlock, int, BufferFloatVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.BufferLongToBufferFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, double[], double[]) - Static method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, double[], long) - Static method in class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, double[], ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, double[], BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayDoubleToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, float[], double[]) - Static method in class com.qfs.vector.binding.impl.ArrayFloatToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, float[], long) - Static method in class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, float[], ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, float[], BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayFloatToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, int[], double[]) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, int[], long) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, int[], ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, int[], BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long[], double[]) - Static method in class com.qfs.vector.binding.impl.ArrayLongToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long[], long) - Static method in class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long[], ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long[], BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayLongToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long, double[]) - Static method in class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long, double[]) - Static method in class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long, double[]) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long, double[]) - Static method in class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long, ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long, ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long, ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long, ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long, BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long, BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long, BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, long, BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayDoubleVector, int, double[]) - Static method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayDoubleVector, int, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayDoubleVector, int, ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayDoubleVector, int, BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayFloatVector, int, double[]) - Static method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayFloatVector, int, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayFloatVector, int, ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayFloatVector, int, BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayIntegerVector, int, double[]) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayIntegerVector, int, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayIntegerVector, int, ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayIntegerVector, int, BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayLongVector, int, double[]) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayLongVector, int, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayLongVector, int, ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, ArrayLongVector, int, BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferDoubleVectorBlock, int, double[]) - Static method in class com.qfs.vector.binding.impl.BufferDoubleToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferDoubleVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferDoubleVectorBlock, int, ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.BufferDoubleToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferDoubleVectorBlock, int, BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.BufferDoubleToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferFloatVectorBlock, int, double[]) - Static method in class com.qfs.vector.binding.impl.BufferFloatToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferFloatVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferFloatVectorBlock, int, ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferFloatVectorBlock, int, BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.BufferFloatToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferIntegerVectorBlock, int, double[]) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferIntegerVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferIntegerVectorBlock, int, ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferIntegerVectorBlock, int, BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferLongVectorBlock, int, double[]) - Static method in class com.qfs.vector.binding.impl.BufferLongToArrayDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferLongVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferLongVectorBlock, int, ArrayDoubleVector, int) - Static method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, DoubleBinaryOperator, BufferLongVectorBlock, int, BufferDoubleVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.BufferLongToBufferDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, int[], int[]) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, int[], long) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, int[], ArrayIntegerVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, int[], BufferIntegerVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, long, int[]) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, long, ArrayIntegerVector, int) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, long, BufferIntegerVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, ArrayIntegerVector, int, int[]) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, ArrayIntegerVector, int, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, ArrayIntegerVector, int, ArrayIntegerVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, ArrayIntegerVector, int, BufferIntegerVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, BufferIntegerVectorBlock, int, int[]) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToArrayIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, BufferIntegerVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, BufferIntegerVectorBlock, int, ArrayIntegerVector, int) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, IntBinaryOperator, BufferIntegerVectorBlock, int, BufferIntegerVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToBufferIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, int[], long) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, int[], long[]) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, int[], ArrayLongVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, int[], BufferLongVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, long[], long) - Static method in class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, long[], long[]) - Static method in class com.qfs.vector.binding.impl.ArrayLongToArrayLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, long[], ArrayLongVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, long[], BufferLongVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayLongToBufferLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, long, long[]) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, long, long[]) - Static method in class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, long, ArrayLongVector, int) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, long, ArrayLongVector, int) - Static method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, long, BufferLongVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, long, BufferLongVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, ArrayIntegerVector, int, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, ArrayIntegerVector, int, long[]) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, ArrayIntegerVector, int, ArrayLongVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, ArrayIntegerVector, int, BufferLongVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, ArrayLongVector, int, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, ArrayLongVector, int, long[]) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, ArrayLongVector, int, ArrayLongVector, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, ArrayLongVector, int, BufferLongVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, BufferIntegerVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, BufferIntegerVectorBlock, int, long[]) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToArrayLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, BufferIntegerVectorBlock, int, ArrayLongVector, int) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, BufferIntegerVectorBlock, int, BufferLongVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToBufferLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, BufferLongVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, BufferLongVectorBlock, int, long[]) - Static method in class com.qfs.vector.binding.impl.BufferLongToArrayLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, BufferLongVectorBlock, int, ArrayLongVector, int) - Static method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(int, LongBinaryOperator, BufferLongVectorBlock, int, BufferLongVectorBlock, int) - Static method in class com.qfs.vector.binding.impl.BufferLongToBufferLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(FloatBinaryOperator, long, long) - Static method in class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(FloatBinaryOperator, long, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(FloatBinaryOperator, long, long) - Static method in class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(DoubleBinaryOperator, long, long) - Static method in class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(DoubleBinaryOperator, long, long) - Static method in class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(DoubleBinaryOperator, long, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(DoubleBinaryOperator, long, long) - Static method in class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(IntBinaryOperator, long, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(LongBinaryOperator, long, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
Applies the operation to a single coordinate vector.
applyOperation(LongBinaryOperator, long, long) - Static method in class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
Applies the operation to a single coordinate vector.
applyParametersToMeasureDescription(IMeasureMemberDescription) - Method in class com.activeviam.builders.BaseMeasureBuilder
Mutates a measure description to apply all the changes collected by this builder.
applyRemoteTransactionAsync(ITransactionCommittedMessage) - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
 
applyRemoteTransactionAsync(ITransactionCommittedMessage) - Method in interface com.qfs.messenger.IDistributedHierarchyManager
Applies asynchronously, but in the required order, the data associated with the given remote transaction.
applyWhere() - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Applies all predicates stored by this helper to the query, joining them with AND operator.
APredicateFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
A boolean-valued function of one argument whose type is Type.VALUE.
APrefetcher - Class in com.quartetfs.biz.pivot.postprocessing.impl
Abstract prefetcher that eases the construction of the IAggregatesRetrievalDescription collection that must be returned by IPrefetcher.computePrefetches(ILocation, ICubeFilter).
APrimitiveAggregatesRetrieval - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Base abstract implementation of a IPrimitiveRetrieval.
APrimitiveClassGenerator - Class in com.qfs.code.generation.impl
A utility class for generating java files specialized for primitive Objects based on a template file.
APrimitiveClassGenerator() - Constructor for class com.qfs.code.generation.impl.APrimitiveClassGenerator
 
APrimitiveRetrievalMerger - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Abstract class for partitioned APrimitiveAggregatesRetrieval retrievals.
AProperty - Class in com.quartetfs.fwk.impl
Base class for properties.
APropertySerializer - Class in com.quartetfs.fwk.impl
The serializer Object used to replace a IProperty when serializing it.
AProxyAggregatedMeasure<I,​A> - Class in com.qfs.pivot.cube.hierarchy.measures.impl
Extension of AProxyMeasure for Aggregated Measures.
AProxyMeasure - Class in com.qfs.pivot.cube.hierarchy.measures.impl
A proxy measure member that represents the definition of a measure but does not have any computation capacities.
APublishOperation - Class in com.qfs.plan.impl.operations
Contain common logic for all operations sending records from a store partition to a view.
AQuery<ResultT> - Class in com.quartetfs.fwk.query.impl
Base query class.
AQuery() - Constructor for class com.quartetfs.fwk.query.impl.AQuery
 
AQueryBroadcastMessage<AnswerT,​OutputT,​ContextT> - Class in com.qfs.messenger.message.impl
A message to be broadcast and executed on all instances.
AQueryMonitor<ResultT> - Class in com.activeviam.apm.pivot.monitoring.impl
AActionResultMonitor for an mdx action.
AQueryNodeDistributedAgent - Class in com.qfs.messenger.impl
An abstract implementation of an IDistributedAgent to be used in a Query node.
AQueryPerformanceEvaluator - Class in com.activeviam.apm.pivot.query.impl
Provides base implementation for query performance evaluation.
AQueryRunner - Class in com.qfs.store.query.impl
Base class for implementing a query runner.
AQueryRunner.SyncCompletionSync - Class in com.qfs.store.query.impl
A completion sync for synchronous run.
AQueryRunnerWithTimeout - Class in com.qfs.store.query.impl
Base implementation for datastore list query runners with a timeout configured.
AQueryStreamMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
AActionResultMonitor for an mdx action.
ARandomAccessSet - Class in com.quartetfs.pivot.mdx.eval.set.impl
Base class for random access sets.
ARangeSharingAggregatesRetrieval<ParentT extends AAggregatesRetrieval> - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A special type of aggregate retrieval that creates a result by reducing one of its subtask results (e.g.
ARCHIVE_FILE_EXTENSION - Static variable in interface com.activeviam.pivot.rest.dataexport.outputmanagers.IOutputManager
File extension for archive files.
ARDao<T extends IIdentifiable> - Class in com.qfs.snl.persistence.impl
Abstract implementation of a DAO performing Read actions.
AReadOnlyVector - Class in com.qfs.vector.impl
A vector that only supports read access.
AReadOnlyVector() - Constructor for class com.qfs.vector.impl.AReadOnlyVector
 
areAllEmpty(CharSequence...) - Static method in class com.activeviam.apm.pivot.query.impl.QueryMonitoringHelper
StringUtils method copied from commons-lang3:3.8 StringUtils.
areAxesEqual(List<IMdxCellSetAxis>, List<IMdxCellSetAxis>) - Static method in class com.quartetfs.pivot.mdx.result.impl.MdxCellSet
Check if the two lists contain the same axes.
ARecordBlock<RecordT extends IRecordReader> - Class in com.qfs.store.record.impl
Base abstract class for all IRecordBlock.
ARecordBlock() - Constructor for class com.qfs.store.record.impl.ARecordBlock
 
ARecordFieldHandler - Class in com.qfs.store.record.impl
A FieldHandler is an object that knows, given a RecordFormat, how and where to perform read and write operations in the records or blocks of records it is being passed.
ARecordFieldHandler.APrimitiveHandler - Class in com.qfs.store.record.impl
Handle primitive fields.
ARecordFieldHandler.APrimitiveNullableHandler - Class in com.qfs.store.record.impl
 
ARecordFieldHandler.ObjectHandler - Class in com.qfs.store.record.impl
Handle object fields.
ARecordFieldHandler.PrimitiveBooleanHandler - Class in com.qfs.store.record.impl
 
ARecordFieldHandler.PrimitiveDoubleHandler - Class in com.qfs.store.record.impl
 
ARecordFieldHandler.PrimitiveFloatHandler - Class in com.qfs.store.record.impl
 
ARecordFieldHandler.PrimitiveIntHandler - Class in com.qfs.store.record.impl
 
ARecordFieldHandler.PrimitiveLongHandler - Class in com.qfs.store.record.impl
 
ARecordFieldHandler.PrimitiveNullableBooleanHandler - Class in com.qfs.store.record.impl
 
ARecordFieldHandler.PrimitiveNullableDoubleHandler - Class in com.qfs.store.record.impl
 
ARecordFieldHandler.PrimitiveNullableFloatHandler - Class in com.qfs.store.record.impl
 
ARecordFieldHandler.PrimitiveNullableIntHandler - Class in com.qfs.store.record.impl
 
ARecordFieldHandler.PrimitiveNullableLongHandler - Class in com.qfs.store.record.impl
 
ARecordFieldHandler.StringFieldHandler - Class in com.qfs.store.record.impl
Handles string fields.
ARecordingRegistrationAwareListener<R,​U extends IContinuousQueryUpdate<R>> - Class in com.quartetfs.biz.pivot.query.registration.impl
A ARegistrationAwareListener that stores the received updates while it is being initialized so that they can be replayed later on.
ARecordReader - Class in com.qfs.store.record.impl
Base abstract class for implementing a IRecordReader.
ARecordReader() - Constructor for class com.qfs.store.record.impl.ARecordReader
 
ARecordSetFactory - Class in com.qfs.store.impl
ARecordSetTransaction<B extends ColumnarRecordSet> - Class in com.qfs.store.impl
A transaction holding the pending changes in a record set.
ARecordSetVersion<V extends ARecordSetVersion<V,​B,​T>,​B extends IRecordSetBase,​T extends IRecordSetTransaction> - Class in com.qfs.store.impl
Abstract implementation of an IRecordSetVersion.
ARecordsStream - Class in com.qfs.plan.impl
Common abstract implementation of IRecordStream to be used by all records stream.
ARecursiveSelectVisitor<T> - Class in com.quartetfs.pivot.mdx.impl
A visitor that recursively visits all the sub-selects of an ISelectStatement.
ARecursiveSelectVisitor() - Constructor for class com.quartetfs.pivot.mdx.impl.ARecursiveSelectVisitor
 
areDTOAxesEqual(List<AxisDTO>, List<AxisDTO>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Checks if the two lists contain the same axes.
areDTOHierarchiesEqual(List<HierarchyDTO>, List<HierarchyDTO>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Checks if the two lists contain the same hierarchies.
areDTOMembersEqual(List<AxisMemberDTO>, List<AxisMemberDTO>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Checks if the two lists contain the same members.
areDTOPositionsEqual(List<AxisPositionDTO>, List<AxisPositionDTO>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Checks if the two lists contain the same positions.
areEqual(TarEntry) - Method in class com.qfs.util.tar.impl.TarEntry
Determines if the two entries are equal.
areEqual(String, String, boolean) - Method in interface com.quartetfs.pivot.mdx.statement.IMdxEqualityTester
Tests if two MDX statements are equal.
areEqual(String, String, boolean) - Method in class com.quartetfs.pivot.mdx.statement.impl.LooseMdxEqualityTester
 
ARegistration - Class in com.quartetfs.biz.pivot.query.registration.impl
The abstract base class for non-blocking registrations.
ARegistration() - Constructor for class com.quartetfs.biz.pivot.query.registration.impl.ARegistration
 
ARegistrationAwareListener<R,​U extends IContinuousQueryUpdate<R>> - Class in com.quartetfs.biz.pivot.query.registration.impl
Helper class which is used with IRegistration.
ARemoteTransaction - Class in com.qfs.pivot.impl
Base logic defining a remote transaction.
ARemoveUnknownKeyListener() - Constructor for class com.qfs.desc.impl.StoreDescriptionBuilder.ARemoveUnknownKeyListener
 
areNotificationsDone() - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Returns whether the listeners are done processing the notification tasks associated with the transaction that created this version.
areNotificationsDone() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
areOnlySinglePositionOperands(IDictionaryOperand[]) - Method in class com.qfs.store.query.plan.condition.impl.ConditionParser
Detects if all extractors in this list are for a single position or multiple ones.
arePathsEqual(String, String) - Static method in class com.qfs.content.service.impl.ContentServiceHelper
Compare to content server's paths, normalizing them first.
AReplicatedColumn<U extends IColumn<K>,​K> - Class in com.quartetfs.biz.pivot.cellset.impl
A read-only IColumn that delegates all calls to an underlying column 'c'.
AResolvedExpressionVisitor<R> - Class in com.quartetfs.pivot.mdx.impl
Base implementation to visit resolved expressions.
AResolvedExpressionVisitor() - Constructor for class com.quartetfs.pivot.mdx.impl.AResolvedExpressionVisitor
 
AResourcePool<R> - Class in com.qfs.fwk.recycling.impl
Implementation of resource pool that allows to recycle instances of Objects up to a certain number: the pool keeps a cache of a given number of Objects and creates new ones if the pool has been emptied.
AResponseMarshaller - Class in com.quartetfs.biz.xmla.servlet.impl
Implementation of the abstract response marshaller.
AResponseMarshaller() - Constructor for class com.quartetfs.biz.xmla.servlet.impl.AResponseMarshaller
 
ARestContentServer - Class in com.qfs.content.rest.impl
An abstract class for the REST API classes of the content server.
ARestContentServer() - Constructor for class com.qfs.content.rest.impl.ARestContentServer
 
AResultReductionProcedure - Class in com.quartetfs.biz.pivot.cellset.impl
An aggregation procedure that holds its own resulting column, with an associated list of points.
ARetrievalNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
A node in a PlanningGraph that represents an actual retrieval.
ARetrieveAggregatesAction<T> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
A completer action that performs some retrievals using an execution plan.
ARewriteFixedFunction - Class in com.quartetfs.pivot.mdx.func.base.impl
A function which rewrites itself into another function.
ARewriteFixedFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.base.impl
A function definition which rewrites itself into another function definition.
argmax(CopperLevel, CopperMeasure) - Static method in class com.activeviam.copper.api.Copper
Creates a copper measure returning the first member of the specified level for which the maximum of the underlying measure is reached.
argmin(CopperLevel, CopperMeasure) - Static method in class com.activeviam.copper.api.Copper
Creates a copper measure returning the first member of the specified level for which the minimum of the underlying measure is reached.
ARITHMETIC_FORMULA_PARAM_FORMULA - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
The string representation of the formula to evaluate.
ARITHMETIC_FORMULA_PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
The plugin key of the PostProcessor used to compile mathematical MDX formulas.
ARITHMETIC_FORMULA_UNEXPECTED_TYPE_MESSAGE - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
The format of message of the exception to throw when an unexpected type is encountered.
ArithmeticFormula - Class in com.quartetfs.biz.pivot.formula.impl
A simple Formula that only support arithmetical operations.
ArithmeticFormula(IActivePivot, IMeasuresProvider, String) - Constructor for class com.quartetfs.biz.pivot.formula.impl.ArithmeticFormula
This constructor takes the string representation of the formula.
ArithmeticFormulaPostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
The arithmetic formula post-processor is backed by an ArithmeticFormula defined into its initialization properties.
ArithmeticFormulaPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.ArithmeticFormulaPostProcessor
Constructor.
ARootContextBase<S extends com.quartetfs.pivot.mdx.impl.ARootContextBase.ContextBaseState> - Class in com.quartetfs.pivot.mdx.impl
 
ARootContextBase.IContextStateHelper<S extends com.quartetfs.pivot.mdx.impl.ARootContextBase.ContextBaseState> - Interface in com.quartetfs.pivot.mdx.impl
 
ARootExecutionContext - Class in com.quartetfs.pivot.mdx.impl
 
ARootExecutionContext(C) - Constructor for class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
aroundReadFrom(ReaderInterceptorContext) - Method in class com.qfs.rest.client.impl.CookiesManager
Retrieve the session Id sends from the server within the SET COOKIE header and provide it to the Session Policy.
aroundWriteTo(WriterInterceptorContext) - Method in class com.qfs.rest.server.impl.CachePolicyInterceptor
 
ARowsetDefinition - Class in com.quartetfs.biz.xmla.discovery.impl
Base class for rowset definitions.
array(boolean) - Method in class com.qfs.store.Types.TypeInformation.TypeBuilder
 
ARRAY - Static variable in class com.quartetfs.fwk.monitoring.impl.CounterMonitor
Key of the array indicator.
ARRAY_BOOLEAN_BASE_OFFSET - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayBaseOffset(boolean[].class).
ARRAY_BOOLEAN_INDEX_SCALE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayIndexScale(boolean[].class).
ARRAY_BYTE_BASE_OFFSET - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayBaseOffset(byte[].class).
ARRAY_BYTE_INDEX_SCALE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayIndexScale(byte[].class).
ARRAY_CHAR_BASE_OFFSET - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayBaseOffset(char[].class).
ARRAY_CHAR_INDEX_SCALE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayIndexScale(char[].class).
ARRAY_DOUBLE_BASE_OFFSET - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayBaseOffset(double[].class).
ARRAY_DOUBLE_INDEX_SCALE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayIndexScale(double[].class).
ARRAY_FLOAT_BASE_OFFSET - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayBaseOffset(float[].class).
ARRAY_FLOAT_INDEX_SCALE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayIndexScale(float[].class).
ARRAY_INT_BASE_OFFSET - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayBaseOffset(int[].class).
ARRAY_INT_INDEX_SCALE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayIndexScale(int[].class).
ARRAY_LONG_BASE_OFFSET - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayBaseOffset(long[].class).
ARRAY_LONG_INDEX_SCALE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayIndexScale(long[].class).
ARRAY_OBJECT_BASE_OFFSET - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayBaseOffset(Object[].class).
ARRAY_OBJECT_INDEX_SCALE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayIndexScale(Object[].class).
ARRAY_SHORT_BASE_OFFSET - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayBaseOffset(short[].class).
ARRAY_SHORT_INDEX_SCALE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The value of arrayIndexScale(short[].class).
arrayBaseOffset(Class<?>) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Report the offset of the first element in the storage allocation of a given array class.
ArrayBlockDoubleToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockDoubleToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayBlockDoubleVectorBinding
 
ArrayBlockDoubleToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockDoubleToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayDoubleVectorBinding
 
ArrayBlockDoubleToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockDoubleToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockDoubleToBufferDoubleVectorBinding
 
ArrayBlockDoubleToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockDoubleToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
 
ArrayBlockFloatToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockFloatToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockDoubleVectorBinding
 
ArrayBlockFloatToArrayBlockFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockFloatToArrayBlockFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockFloatVectorBinding
 
ArrayBlockFloatToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockFloatToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayDoubleVectorBinding
 
ArrayBlockFloatToArrayFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockFloatToArrayFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayFloatVectorBinding
 
ArrayBlockFloatToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockFloatToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferDoubleVectorBinding
 
ArrayBlockFloatToBufferFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockFloatToBufferFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferFloatVectorBinding
 
ArrayBlockFloatToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockFloatToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
 
ArrayBlockFloatToDirectFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockFloatToDirectFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
 
ArrayBlockIntegerToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockDoubleVectorBinding
 
ArrayBlockIntegerToArrayBlockFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToArrayBlockFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockFloatVectorBinding
 
ArrayBlockIntegerToArrayBlockIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToArrayBlockIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockIntegerVectorBinding
 
ArrayBlockIntegerToArrayBlockLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToArrayBlockLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockLongVectorBinding
 
ArrayBlockIntegerToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayDoubleVectorBinding
 
ArrayBlockIntegerToArrayFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToArrayFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayFloatVectorBinding
 
ArrayBlockIntegerToArrayIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToArrayIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayIntegerVectorBinding
 
ArrayBlockIntegerToArrayLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToArrayLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayLongVectorBinding
 
ArrayBlockIntegerToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferDoubleVectorBinding
 
ArrayBlockIntegerToBufferFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToBufferFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferFloatVectorBinding
 
ArrayBlockIntegerToBufferIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToBufferIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferIntegerVectorBinding
 
ArrayBlockIntegerToBufferLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToBufferLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferLongVectorBinding
 
ArrayBlockIntegerToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
 
ArrayBlockIntegerToDirectFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToDirectFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
 
ArrayBlockIntegerToDirectIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToDirectIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
 
ArrayBlockIntegerToDirectLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockIntegerToDirectLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
 
ArrayBlockLongToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockLongToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockDoubleVectorBinding
 
ArrayBlockLongToArrayBlockFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockLongToArrayBlockFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockFloatVectorBinding
 
ArrayBlockLongToArrayBlockLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockLongToArrayBlockLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockLongVectorBinding
 
ArrayBlockLongToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockLongToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockLongToArrayDoubleVectorBinding
 
ArrayBlockLongToArrayFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockLongToArrayFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockLongToArrayFloatVectorBinding
 
ArrayBlockLongToArrayLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockLongToArrayLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockLongToArrayLongVectorBinding
 
ArrayBlockLongToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockLongToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockLongToBufferDoubleVectorBinding
 
ArrayBlockLongToBufferFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockLongToBufferFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockLongToBufferFloatVectorBinding
 
ArrayBlockLongToBufferLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockLongToBufferLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockLongToBufferLongVectorBinding
 
ArrayBlockLongToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockLongToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
 
ArrayBlockLongToDirectFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockLongToDirectFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
 
ArrayBlockLongToDirectLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayBlockLongToDirectLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
 
ArrayChunkAllocator - Class in com.qfs.chunk.array.allocator.impl
Allocate array-based chunks, stored in the heap.
ArrayChunkAllocator() - Constructor for class com.qfs.chunk.array.allocator.impl.ArrayChunkAllocator
Default constructor.
ArrayChunkBits - Class in com.qfs.chunk.array.impl
A chunk of bit primitives.
ArrayChunkBits() - Constructor for class com.qfs.chunk.array.impl.ArrayChunkBits
Empty constructor (for serialization).
ArrayChunkBits(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkBits
Full constructor.
ArrayChunkBoolean - Class in com.qfs.chunk.array.impl
Chunk of boolean stored in an array.
ArrayChunkBoolean(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkBoolean
Full constructor.
ArrayChunkBytes - Class in com.qfs.chunk.array.impl
A chunk of byte primitives.
ArrayChunkBytes() - Constructor for class com.qfs.chunk.array.impl.ArrayChunkBytes
Empty constructor (for serialization).
ArrayChunkBytes(byte[]) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkBytes
Constructor storing a given chunk content.
ArrayChunkBytes(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkBytes
Constructor defining the initial size.
ArrayChunkDouble - Class in com.qfs.chunk.array.impl
Chunk of double stored in an array.
ArrayChunkDouble(double[]) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkDouble
Constructor accepting data to store.
ArrayChunkDouble(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkDouble
Constructor.
ArrayChunkDouble(int, double) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkDouble
Constructor.
ArrayChunkDoubleNullable - Class in com.qfs.chunk.array.impl
Chunk of nullable double stored in array.
ArrayChunkDoubleNullable(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
Constructor defining the initial size.
ArrayChunkFloat - Class in com.qfs.chunk.array.impl
Chunk of float stored in an array.
ArrayChunkFloat(float[]) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkFloat
Constructor accepting data to store.
ArrayChunkFloat(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkFloat
Constructor.
ArrayChunkFloat(int, float) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkFloat
Constructor.
ArrayChunkFloatNullable - Class in com.qfs.chunk.array.impl
Chunk of nullable float stored in array.
ArrayChunkFloatNullable(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
Constructor defining the initial size.
ArrayChunkHexa - Class in com.qfs.chunk.array.impl
A chunk of hexadecimal primitives.
ArrayChunkHexa() - Constructor for class com.qfs.chunk.array.impl.ArrayChunkHexa
Empty constructor (for serialization).
ArrayChunkHexa(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkHexa
Constructor defining the initial size.
ArrayChunkInteger - Class in com.qfs.chunk.array.impl
Chunk of int stored in an array.
ArrayChunkInteger(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkInteger
Constructor.
ArrayChunkInteger(int[]) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkInteger
Constructor.
ArrayChunkInteger(int, int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkInteger
Constructor.
ArrayChunkIntegerNullable - Class in com.qfs.chunk.array.impl
Chunk of nullable int stored in array.
ArrayChunkIntegerNullable(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
Constructor defining the initial size.
ArrayChunkLong - Class in com.qfs.chunk.array.impl
Chunk of long stored in an array.
ArrayChunkLong(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkLong
Constructor.
ArrayChunkLong(int, long) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkLong
Constructor.
ArrayChunkLong(long[]) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkLong
Constructor accepting data to store.
ArrayChunkLongNullable - Class in com.qfs.chunk.array.impl
Chunk of nullable long stored in array.
ArrayChunkLongNullable(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkLongNullable
Constructor defining the initial size.
ArrayChunkNullable - Class in com.qfs.chunk.array.impl
Utilities for nullable array chunks.
ArrayChunkNullable() - Constructor for class com.qfs.chunk.array.impl.ArrayChunkNullable
 
ArrayChunkPositiveInteger - Class in com.qfs.chunk.array.impl
Chunk of positive integers, where the internal chunks use native memory.
ArrayChunkPositiveInteger() - Constructor for class com.qfs.chunk.array.impl.ArrayChunkPositiveInteger
Empty constructor for serialization.
ArrayChunkPositiveInteger(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkPositiveInteger
Creates a chunk initialized with order zero.
ArrayChunkPositiveInteger(int, int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkPositiveInteger
Creates a chunk initialized at the given order.
ArrayChunkQuad - Class in com.qfs.chunk.array.impl
A chunk of 2 bits primitives.
ArrayChunkQuad() - Constructor for class com.qfs.chunk.array.impl.ArrayChunkQuad
Empty constructor (for serialization).
ArrayChunkQuad(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkQuad
Constructor defining the initial size.
ArrayChunkShorts - Class in com.qfs.chunk.array.impl
A chunk of short primitives.
ArrayChunkShorts() - Constructor for class com.qfs.chunk.array.impl.ArrayChunkShorts
Empty constructor (for serialization).
ArrayChunkShorts(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkShorts
Constructor defining the initial size.
ArrayChunkShorts(short[]) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkShorts
Constructor for tests.
ArrayChunkTriBytes - Class in com.qfs.chunk.array.impl
A chunk of three byte primitives.
ArrayChunkTriBytes() - Constructor for class com.qfs.chunk.array.impl.ArrayChunkTriBytes
Empty constructor (for serialization).
ArrayChunkTriBytes(byte[]) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkTriBytes
Constructor with iniial data.
ArrayChunkTriBytes(int) - Constructor for class com.qfs.chunk.array.impl.ArrayChunkTriBytes
Constructor defining the initial size.
arrayCopy() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocation
 
arrayCopy() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocationWithParent
 
arrayCopy() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
arrayCopy() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.PointLocation
 
arrayCopy() - Method in interface com.quartetfs.biz.pivot.ILocation
Returns plain array representation of the location.
arrayCopy() - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Array copy of the reference location.
arrayCopy() - Method in class com.quartetfs.biz.pivot.impl.APointLocationListReader
 
arrayCopy() - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
arrayCopy() - Method in class com.quartetfs.biz.pivot.impl.Location
Returns a copy of the array representation of this Location.
arrayCopy() - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
arrayCopy() - Method in class com.quartetfs.biz.pivot.impl.ModifiedLocation
 
arrayCopy() - Method in class com.quartetfs.biz.pivot.impl.MutableSubLocation
 
arrayCopy() - Method in class com.quartetfs.biz.pivot.impl.RestrictedLocation
 
arrayCopy() - Method in class com.quartetfs.biz.pivot.impl.SubLocation
 
arrayCopy() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
arrayCopy() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
 
arrayCopy() - Method in class com.quartetfs.pivot.mdx.eval.impl.ATuple
 
arrayCopy() - Method in class com.quartetfs.pivot.mdx.eval.impl.Tuple
 
arrayCopy() - Method in interface com.quartetfs.pivot.mdx.eval.ITuple
Copy to an array (This is a deep-copy, individual elements are cloned).
arrayCopy() - Method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup.UnknownMdxMember
 
arrayCopy() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMember
Returns copy of the discriminator path (possibly range) of this member.
arrayCopy() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMember
 
arrayCopy(int) - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
arrayCopy(int) - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
arrayCopy(int) - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Returns a plain array representation of the point location stored at the given position.
arrayCopy(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Extracts the path of a member to a new array.
ArrayCursorWithDefaultValue - Class in com.qfs.store.impl.arrays
AArrayCursorWithDefaultValue where the underlying IArrayCursor already contains undictionarized values.
ArrayCursorWithDefaultValue(IArrayCursor, Predicate<Object>, Object) - Constructor for class com.qfs.store.impl.arrays.ArrayCursorWithDefaultValue
Constructor.
arrayDirectFootPrint(int, int) - Static method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
Returns an estimation of an array's direct memory footprint, in bytes.
ArrayDoubleToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayDoubleToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayDoubleToArrayBlockDoubleVectorBinding
 
ArrayDoubleToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayDoubleToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayDoubleToArrayDoubleVectorBinding
 
ArrayDoubleToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayDoubleToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayDoubleToBufferDoubleVectorBinding
 
ArrayDoubleToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayDoubleToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
 
ArrayDoubleVector - Class in com.qfs.vector.array.impl
Implementation of an IVector that stores doubles on heap.
ArrayDoubleVector(double[]) - Constructor for class com.qfs.vector.array.impl.ArrayDoubleVector
Constructor.
ArrayDoubleVector.ArrayDoubleVectorBlock - Class in com.qfs.vector.array.impl
Static dummy class to represent an array block (which is in fact the actual array vector).
ArrayDoubleVectorAllocator(IAllocationSettings) - Constructor for class com.qfs.vector.array.impl.AArrayVectorAllocator.ArrayDoubleVectorAllocator
Constructor.
ArrayDoubleVectorBlock() - Constructor for class com.qfs.vector.array.impl.ArrayDoubleVector.ArrayDoubleVectorBlock
 
ArrayFloatToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayFloatToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockDoubleVectorBinding
 
ArrayFloatToArrayBlockFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayFloatToArrayBlockFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockFloatVectorBinding
 
ArrayFloatToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayFloatToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayFloatToArrayDoubleVectorBinding
 
ArrayFloatToArrayFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayFloatToArrayFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayFloatToArrayFloatVectorBinding
 
ArrayFloatToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayFloatToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayFloatToBufferDoubleVectorBinding
 
ArrayFloatToBufferFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayFloatToBufferFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayFloatToBufferFloatVectorBinding
 
ArrayFloatToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayFloatToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
 
ArrayFloatToDirectFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayFloatToDirectFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
 
ArrayFloatVector - Class in com.qfs.vector.array.impl
Implementation of an IVector that stores floats on heap.
ArrayFloatVector(float[]) - Constructor for class com.qfs.vector.array.impl.ArrayFloatVector
Constructor.
ArrayFloatVector.ArrayFloatVectorBlock - Class in com.qfs.vector.array.impl
Static dummy class to represent an array block (which is in fact the actual array vector).
ArrayFloatVectorAllocator(IAllocationSettings) - Constructor for class com.qfs.vector.array.impl.AArrayVectorAllocator.ArrayFloatVectorAllocator
Constructor.
ArrayFloatVectorBlock() - Constructor for class com.qfs.vector.array.impl.ArrayFloatVector.ArrayFloatVectorBlock
 
arrayHeapFootPrint(Class<?>, int) - Static method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
Give the memory consumption of an array in the heap in bytes.
arrayIndexScale(Class<?>) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Report the scale factor for addressing elements in the storage allocation of a given array class.
arrayIndexShift(Class<?>) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
This method is similar to UnsafeUtil.arrayIndexScale(Class), except that it returns the power of 2 order of the index scale (i.e.
ArrayIntegerToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockDoubleVectorBinding
 
ArrayIntegerToArrayBlockFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToArrayBlockFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockFloatVectorBinding
 
ArrayIntegerToArrayBlockIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToArrayBlockIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockIntegerVectorBinding
 
ArrayIntegerToArrayBlockLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToArrayBlockLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockLongVectorBinding
 
ArrayIntegerToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToArrayDoubleVectorBinding
 
ArrayIntegerToArrayFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToArrayFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToArrayFloatVectorBinding
 
ArrayIntegerToArrayIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToArrayIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToArrayIntegerVectorBinding
 
ArrayIntegerToArrayLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToArrayLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToArrayLongVectorBinding
 
ArrayIntegerToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToBufferDoubleVectorBinding
 
ArrayIntegerToBufferFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToBufferFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToBufferFloatVectorBinding
 
ArrayIntegerToBufferIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToBufferIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToBufferIntegerVectorBinding
 
ArrayIntegerToBufferLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToBufferLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToBufferLongVectorBinding
 
ArrayIntegerToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
 
ArrayIntegerToDirectFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToDirectFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
 
ArrayIntegerToDirectIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToDirectIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
 
ArrayIntegerToDirectLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayIntegerToDirectLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
 
ArrayIntegerVector - Class in com.qfs.vector.array.impl
Implementation of an IVector that stores integers on heap.
ArrayIntegerVector(int[]) - Constructor for class com.qfs.vector.array.impl.ArrayIntegerVector
Constructor.
ArrayIntegerVector.ArrayIntegerVectorBlock - Class in com.qfs.vector.array.impl
Static dummy class to represent an array block (which is in fact the actual array vector).
ArrayIntegerVectorAllocator(IAllocationSettings) - Constructor for class com.qfs.vector.array.impl.AArrayVectorAllocator.ArrayIntegerVectorAllocator
Constructor.
ArrayIntegerVectorBlock() - Constructor for class com.qfs.vector.array.impl.ArrayIntegerVector.ArrayIntegerVectorBlock
 
ArrayJDBCMessageChannelFactory - Class in com.qfs.source.impl
This factory allows to retrieve all the tuples of the jdbc source with the order that has been set into the sql query.
ArrayJDBCMessageChannelFactory(IJDBCSource<Object[]>, IDatastore) - Constructor for class com.qfs.source.impl.ArrayJDBCMessageChannelFactory
Constructor.
ArrayJDBCSource - Class in com.qfs.msg.jdbc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ArrayJDBCSource(IConnectionSupplier, String, int, int) - Constructor for class com.qfs.msg.jdbc.impl.ArrayJDBCSource
Deprecated, for removal: This API element is subject to removal in a future version.
ArrayJDBCSource(String, String, Properties) - Constructor for class com.qfs.msg.jdbc.impl.ArrayJDBCSource
Deprecated, for removal: This API element is subject to removal in a future version.
ArrayJDBCSource(String, String, Properties, String, int, int) - Constructor for class com.qfs.msg.jdbc.impl.ArrayJDBCSource
Deprecated, for removal: This API element is subject to removal in a future version.
ArrayLastElementProperty<A> - Class in com.quartetfs.fwk.impl
Property used to access the last element of an object array.
ArrayLastElementProperty(String, Class<A>) - Constructor for class com.quartetfs.fwk.impl.ArrayLastElementProperty
Constructor.
ArrayLocationList - Class in com.quartetfs.biz.pivot.impl
Location list backed by an array of locations.
ArrayLocationList(ILocation[]) - Constructor for class com.quartetfs.biz.pivot.impl.ArrayLocationList
Constructor.
ArrayLongToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayLongToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayLongToArrayBlockDoubleVectorBinding
 
ArrayLongToArrayBlockFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayLongToArrayBlockFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayLongToArrayBlockFloatVectorBinding
 
ArrayLongToArrayBlockLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayLongToArrayBlockLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayLongToArrayBlockLongVectorBinding
 
ArrayLongToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayLongToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayLongToArrayDoubleVectorBinding
 
ArrayLongToArrayFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayLongToArrayFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayLongToArrayFloatVectorBinding
 
ArrayLongToArrayLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayLongToArrayLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayLongToArrayLongVectorBinding
 
ArrayLongToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayLongToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayLongToBufferDoubleVectorBinding
 
ArrayLongToBufferFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayLongToBufferFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayLongToBufferFloatVectorBinding
 
ArrayLongToBufferLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayLongToBufferLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayLongToBufferLongVectorBinding
 
ArrayLongToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayLongToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
 
ArrayLongToDirectFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayLongToDirectFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
 
ArrayLongToDirectLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
ArrayLongToDirectLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
 
ArrayLongVector - Class in com.qfs.vector.array.impl
Implementation of an IVector that stores longs on heap.
ArrayLongVector(long[]) - Constructor for class com.qfs.vector.array.impl.ArrayLongVector
Constructor.
ArrayLongVector.ArrayLongVectorBlock - Class in com.qfs.vector.array.impl
Static dummy class to represent an array block (which is in fact the actual array vector).
ArrayLongVectorAllocator(IAllocationSettings) - Constructor for class com.qfs.vector.array.impl.AArrayVectorAllocator.ArrayLongVectorAllocator
Constructor.
ArrayLongVectorBlock() - Constructor for class com.qfs.vector.array.impl.ArrayLongVector.ArrayLongVectorBlock
 
ArrayObjectVector - Class in com.qfs.vector.array.impl
An array-based vector of Objects.
ArrayObjectVector(Object[]) - Constructor for class com.qfs.vector.array.impl.ArrayObjectVector
Constructor.
ArrayObjectVector.ArrayObjectVectorBlock - Class in com.qfs.vector.array.impl
Static dummy class to represent an array block (which is in fact the actual array vector).
ArrayObjectVectorBlock() - Constructor for class com.qfs.vector.array.impl.ArrayObjectVector.ArrayObjectVectorBlock
 
ArrayProperty<A> - Class in com.quartetfs.fwk.impl
Property used to access an element in an array of objects.
ArrayProperty(String, int, Class<A>) - Constructor for class com.quartetfs.fwk.impl.ArrayProperty
Constructor.
ArrayReaderWithMapping - Class in com.activeviam.chunk.impl
An array reader mapping the read index to another index.
ArrayReaderWithMapping(IArrayReader, TIntIntMap) - Constructor for class com.activeviam.chunk.impl.ArrayReaderWithMapping
Constructor.
ArrayRecordReader - Class in com.qfs.store.record.impl
Basic record reader, reading the values of the record fields from an internal array of objects.
ArrayRecordReader(Object[], IRecordFormat) - Constructor for class com.qfs.store.record.impl.ArrayRecordReader
Full constructor.
arrayRows() - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
Starts building an IJDBCSource with array rows (Object[]).
ArrayVariableLiteralType - Class in com.qfs.literal.impl
The array variable data type.
ArrayVariableLiteralType(String, int, boolean, String, boolean) - Constructor for class com.qfs.literal.impl.ArrayVariableLiteralType
 
ArrowBooleanVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowBooleanVectorReader(BitVector) - Constructor for class com.activeviam.arrow.read.record.ArrowBooleanVectorReader
 
ArrowCloudOutputManager - Class in com.activeviam.pivot.rest.dataexport.outputmanagers
Class to write an output in Arrow format in one or several files in the cloud.
ArrowCloudOutputManager(JsonFileConfiguration, ICloudDirectory<?>) - Constructor for class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowCloudOutputManager
Constructor.
ArrowCloudZipFileOutputManager - Class in com.activeviam.pivot.rest.dataexport.outputmanagers
Class to write an output in Arrow format as an archive file in the cloud.
ArrowCloudZipFileOutputManager(JsonFileConfiguration, ICloudDirectory<?>) - Constructor for class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowCloudZipFileOutputManager
Constructor.
ArrowCursor - Class in com.activeviam.arrow.read
A cursor wrapping an Arrow table.
ArrowCursor(ArrowRecordBlock) - Constructor for class com.activeviam.arrow.read.ArrowCursor
 
ArrowDoubleArrayVectorReader - Class in com.activeviam.arrow.read.record.vector
 
ArrowDoubleArrayVectorReader(ListVector, Float8Vector) - Constructor for class com.activeviam.arrow.read.record.vector.ArrowDoubleArrayVectorReader
 
ArrowDoubleFromIntVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowDoubleFromIntVectorReader(IntVector) - Constructor for class com.activeviam.arrow.read.record.ArrowDoubleFromIntVectorReader
 
ArrowDoubleFromLongVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowDoubleFromLongVectorReader(BigIntVector) - Constructor for class com.activeviam.arrow.read.record.ArrowDoubleFromLongVectorReader
 
ArrowDoubleVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowDoubleVectorReader(Float8Vector) - Constructor for class com.activeviam.arrow.read.record.ArrowDoubleVectorReader
 
ArrowFileOutputManager - Class in com.activeviam.pivot.rest.dataexport.outputmanagers
Class to write an output in Arrow format in one or several files.
ArrowFileOutputManager(JsonFileConfiguration, String) - Constructor for class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowFileOutputManager
Constructor.
ArrowFloatArrayVectorReader - Class in com.activeviam.arrow.read.record.vector
 
ArrowFloatArrayVectorReader(ListVector, Float4Vector) - Constructor for class com.activeviam.arrow.read.record.vector.ArrowFloatArrayVectorReader
 
ArrowFloatVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowFloatVectorReader(Float4Vector) - Constructor for class com.activeviam.arrow.read.record.ArrowFloatVectorReader
 
ArrowIntegerArrayVectorReader - Class in com.activeviam.arrow.read.record.vector
 
ArrowIntegerArrayVectorReader(ListVector, IntVector) - Constructor for class com.activeviam.arrow.read.record.vector.ArrowIntegerArrayVectorReader
 
ArrowIntFromLongVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowIntFromLongVectorReader(BigIntVector) - Constructor for class com.activeviam.arrow.read.record.ArrowIntFromLongVectorReader
 
ArrowIntVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowIntVectorReader(IntVector) - Constructor for class com.activeviam.arrow.read.record.ArrowIntVectorReader
 
ArrowLocalDateTimeVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowLocalDateTimeVectorReader(TimeStampMicroVector) - Constructor for class com.activeviam.arrow.read.record.ArrowLocalDateTimeVectorReader
 
ArrowLocalDateVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowLocalDateVectorReader(DateDayVector) - Constructor for class com.activeviam.arrow.read.record.ArrowLocalDateVectorReader
 
ArrowLongArrayVectorReader - Class in com.activeviam.arrow.read.record.vector
 
ArrowLongArrayVectorReader(ListVector, BigIntVector) - Constructor for class com.activeviam.arrow.read.record.vector.ArrowLongArrayVectorReader
 
ArrowLongFromDecimalVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowLongFromDecimalVectorReader(DecimalVector) - Constructor for class com.activeviam.arrow.read.record.ArrowLongFromDecimalVectorReader
 
ArrowLongFromDoubleVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowLongFromDoubleVectorReader(Float8Vector) - Constructor for class com.activeviam.arrow.read.record.ArrowLongFromDoubleVectorReader
 
ArrowLongVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowLongVectorReader(BigIntVector) - Constructor for class com.activeviam.arrow.read.record.ArrowLongVectorReader
 
ArrowMultiDoubleVectorReader - Class in com.activeviam.arrow.read.record.multicolumn
Arrow multi column double vector reader.
ArrowMultiDoubleVectorReader(List<ArrowVectorReader>) - Constructor for class com.activeviam.arrow.read.record.multicolumn.ArrowMultiDoubleVectorReader
 
ArrowMultiLongVectorReader - Class in com.activeviam.arrow.read.record.multicolumn
Arrow multi column long vector reader.
ArrowMultiLongVectorReader(List<ArrowVectorReader>) - Constructor for class com.activeviam.arrow.read.record.multicolumn.ArrowMultiLongVectorReader
 
ArrowMultiObjectVectorReader - Class in com.activeviam.arrow.read.record.multicolumn
Arrow multi column object vector reader.
ArrowMultiObjectVectorReader(List<ArrowVectorReader>) - Constructor for class com.activeviam.arrow.read.record.multicolumn.ArrowMultiObjectVectorReader
 
ArrowObjectArrayVectorReader - Class in com.activeviam.arrow.read.record.vector
 
ArrowObjectArrayVectorReader(ListVector) - Constructor for class com.activeviam.arrow.read.record.vector.ArrowObjectArrayVectorReader
 
ArrowObjectVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowObjectVectorReader(FieldVector) - Constructor for class com.activeviam.arrow.read.record.ArrowObjectVectorReader
 
ArrowReaderUtils - Class in com.activeviam.arrow.read
Utilities for reading Arrow.
ArrowRecordBlock - Class in com.activeviam.arrow.read.record
RecordBlock wrapping underlying Arrow vectors.
ArrowRecordBlock(VectorSchemaRoot, IRecordFormat, List<IArrayReader>) - Constructor for class com.activeviam.arrow.read.record.ArrowRecordBlock
Full constructor.
ArrowRecordBlock(VectorSchemaRoot, List<IFieldType>, IRecordFormat) - Constructor for class com.activeviam.arrow.read.record.ArrowRecordBlock
Constructor where each column vector is mapped to a column of the record block.
ArrowStreamOutputManager - Class in com.activeviam.pivot.rest.dataexport.outputmanagers
Class to write an output in Arrow format in stream.
ArrowStreamOutputManager(OutputStream) - Constructor for class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowStreamOutputManager
Constructor.
ArrowStringArrayVectorReader - Class in com.activeviam.arrow.read.record.vector
Special reader for arrays of String as the reader for arrays of object return vector of Text instead of String.
ArrowStringArrayVectorReader(ListVector, VarCharVector) - Constructor for class com.activeviam.arrow.read.record.vector.ArrowStringArrayVectorReader
 
ArrowStringVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowStringVectorReader(VarCharVector) - Constructor for class com.activeviam.arrow.read.record.ArrowStringVectorReader
 
ArrowTimeMicroVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowTimeMicroVectorReader(TimeMicroVector) - Constructor for class com.activeviam.arrow.read.record.ArrowTimeMicroVectorReader
 
ArrowTimeNanoVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowTimeNanoVectorReader(TimeNanoVector) - Constructor for class com.activeviam.arrow.read.record.ArrowTimeNanoVectorReader
 
ArrowTimeStampVectorReader - Class in com.activeviam.arrow.read.record
 
ArrowTimeStampVectorReader(TimeStampVector) - Constructor for class com.activeviam.arrow.read.record.ArrowTimeStampVectorReader
Reader for TimeStampMicroTZVector using the TimeZone.
ArrowToStringNotEmptyVectorReader - Class in com.activeviam.arrow.read.record
Object reader decorator to transform empty toString to default value.
ArrowToStringNotEmptyVectorReader(ArrowVectorReader, Object) - Constructor for class com.activeviam.arrow.read.record.ArrowToStringNotEmptyVectorReader
 
ArrowVectorFeederExtendedPlugin - Class in com.activeviam.arrow.write.impl
 
ArrowVectorFeederExtendedPlugin() - Constructor for class com.activeviam.arrow.write.impl.ArrowVectorFeederExtendedPlugin
Default constructor registering the default plugin values.
ArrowVectorReader - Class in com.activeviam.arrow.read.record
Abstract reader wrapping an Arrow vector.
ArrowVectorReader() - Constructor for class com.activeviam.arrow.read.record.ArrowVectorReader
 
ArrowVectorsUtil - Class in com.activeviam.arrow.write
Util class for Arrow vector creation.
ArrowZipFileOutputManager - Class in com.activeviam.pivot.rest.dataexport.outputmanagers
Class to write an output in Arrow format in a zip file.
ArrowZipFileOutputManager(JsonFileConfiguration, String) - Constructor for class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowZipFileOutputManager
Constructor.
as(String) - Method in interface com.activeviam.copper.api.CopperMeasure
Creates a copper measure with same definition but different name.
as(String) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
as(String) - Method in class com.activeviam.copper.measure.NamedMeasure
 
as(String) - Method in class com.activeviam.copper.measure.NativeCopperMeasure
 
as(String) - Method in interface com.qfs.condition.impl.BaseConditions.IUnparametrizedDynmaicCondition
Sets the name to parameterize the condition.
As - com.quartetfs.biz.xmla.constants.Keyword
 
AS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
AS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
AS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
ASameDepthIteration<E> - Class in com.quartetfs.biz.tree.navigation.impl
Helper to run ITreeProcedure on the elements of a tree that have the same depth of a given node.
ASameDepthIteration() - Constructor for class com.quartetfs.biz.tree.navigation.impl.ASameDepthIteration
 
asAxisHierarchy() - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Returns an empty AxisHierarchy with the same IHierarchyInfo and ILevelInfo.
asAxisHierarchy() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase
 
asAxisHierarchy() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisHierarchyBase
 
asAxisHierarchy() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
ASaxWriter - Class in com.quartetfs.biz.xmla.binxml.impl
A SAX writer.
ASaxWriter() - Constructor for class com.quartetfs.biz.xmla.binxml.impl.ASaxWriter
 
asBoolean() - Method in class com.qfs.monitoring.statistic.impl.AStatisticAttribute
 
asBoolean() - Method in class com.qfs.monitoring.statistic.impl.BooleanStatisticAttribute
 
asBoolean() - Method in interface com.qfs.monitoring.statistic.IStatisticAttribute
Reads the statistic as a boolean primitive value.
asBooleanArray() - Method in class com.qfs.monitoring.statistic.impl.AStatisticAttribute
 
asBooleanArray() - Method in class com.qfs.monitoring.statistic.impl.BooleanArrayStatisticAttribute
 
asBooleanArray() - Method in interface com.qfs.monitoring.statistic.IStatisticAttribute
Reads the statistic as a boolean array value.
asBuilder() - Method in class com.qfs.snl.workflows.process.impl.AWorkflowProcessExecutor
Gets this instance as an instance of IWorkflowProcessExecutor.
ASC - com.quartetfs.biz.xmla.constants.Keyword
 
ASC - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
ASC - com.quartetfs.pivot.mdx.func.impl.ValueOrder.ValueOrderOption
Ascending order sorting.
asCalculatedMember() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiFormula
Provides a calculated member equivalent to the KPI member.
asCalculatedMember() - Method in class com.quartetfs.biz.pivot.definitions.impl.AKpiFormula
Provides a calculated member equivalent to the KPI member.
asCalculatedMember() - Method in class com.quartetfs.biz.pivot.definitions.impl.BasicKpiFormula
Provides a calculated member equivalent to the KPI member.
asCalculatedMember() - Method in class com.quartetfs.biz.pivot.definitions.impl.DuringExpiryFormula
 
asCalculatedMember() - Method in class com.quartetfs.biz.pivot.definitions.impl.DuringStartFormula
 
asCalculatedMember() - Method in class com.quartetfs.biz.pivot.definitions.impl.DuringStatusFormula
Provides a calculated member equivalent to the KPI member.
asCalculatedMember() - Method in class com.quartetfs.biz.pivot.definitions.impl.DuringStatusFormula.DuringInstantStatusFormula
 
ASCENDANTS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
AscendantsFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
AscendantsFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.AscendantsFunction
 
ASCENDING_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.ExtremaMemberPostProcessor
Property key to store if we are calculating argmin false or argmax true.
AsciiBorderBuilder - Class in com.qfs.util.ui.impl
Simple border builder for non-UTF8 environment.
AsciiBorderBuilder() - Constructor for class com.qfs.util.ui.impl.AsciiBorderBuilder
Default constructor.
AscNumericOrder - Class in com.quartetfs.pivot.mdx.func.impl
 
AscNumericOrder(IExpressionEvaluator) - Constructor for class com.quartetfs.pivot.mdx.func.impl.AscNumericOrder
 
AscNumericOrder(IExpressionEvaluator, IExpression) - Constructor for class com.quartetfs.pivot.mdx.func.impl.AscNumericOrder
 
asContext(IKpiDescription) - Static method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Converts the description as a context mapping.
asDatabaseSchema() - Method in interface com.activeviam.store.structure.IDatastoreStructure
Gets the equivalent of this object in the Database API.
asDatabaseSchema() - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
 
asDatabaseSchema() - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
asDatabaseSchema() - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
asDatabaseSchema() - Method in interface com.qfs.desc.IDatastoreSchemaDescription
Gets the equivalent of this object in the Database API.
asDatabaseSchema() - Method in class com.qfs.desc.impl.DatastoreSchemaDescription
 
asDatabaseSchema() - Method in interface com.qfs.store.IDatastoreSchemaMetadata
Gets the equivalent of this object in the Database API.
asDatabaseSchema() - Method in class com.qfs.store.impl.DatastoreSchemaMetadata
 
asDataCube() - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
asDataCube() - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
asDataCube() - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
asDataCube() - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
asDataCube() - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
Starts converting this cube to a data cube.
asDataCube() - Method in interface com.activeviam.desc.build.distributed.ICanStartBuildingDataCube
Starts creating a data cube on top of the existing description.
asDefaultHierarchy() - Method in interface com.activeviam.desc.build.dimensions.ICanBeDefaultHierarchy
Marks this hierarchy as the default hierarchy of its dimension.
asDouble() - Method in class com.qfs.monitoring.statistic.impl.AStatisticAttribute
 
asDouble() - Method in class com.qfs.monitoring.statistic.impl.DoubleStatisticAttribute
 
asDouble() - Method in class com.qfs.monitoring.statistic.impl.FloatStatisticAttribute
 
asDouble() - Method in interface com.qfs.monitoring.statistic.IStatisticAttribute
Reads the statistic as a double primitive value.
asDoubleArray() - Method in class com.qfs.monitoring.statistic.impl.AStatisticAttribute
 
asDoubleArray() - Method in class com.qfs.monitoring.statistic.impl.DoubleArrayStatisticAttribute
 
asDoubleArray() - Method in interface com.qfs.monitoring.statistic.IStatisticAttribute
Reads the statistic as a double array value.
ASecondaryRecordIndexBase<PointT> - Class in com.qfs.index.impl
Abstract implementation of the base for a secondary index on records.
ASelectBaseEvaluator<Select extends ISelectBase> - Class in com.quartetfs.pivot.mdx.impl
 
ASelectBasePlanner - Class in com.quartetfs.pivot.mdx.impl
 
ASelectStatementExecutor<R> - Class in com.quartetfs.pivot.mdx.impl
Base class for select execution.
ASelectStepExecutor<ExecutorType extends IExpressionExecutor<? extends IExecutionContext,​?>,​AxisExecType,​SelectType extends ISelectBase> - Class in com.quartetfs.pivot.mdx.impl
 
ASequentialDirectedGraphVisitor<K,​V,​E> - Class in com.qfs.graph.impl
Directed graph visitor running in sequential order.
ASequentialDirectedGraphVisitor() - Constructor for class com.qfs.graph.impl.ASequentialDirectedGraphVisitor
 
AServiceFactory<T> - Class in com.quartetfs.biz.pivot.server.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
AServiceFactory() - Constructor for class com.quartetfs.biz.pivot.server.util.impl.AServiceFactory
Deprecated.
 
AServiceWithListeners<ListenerT> - Class in com.qfs.snl.utils.impl
Base class for services with listeners.
ASet - Class in com.quartetfs.pivot.mdx.eval.set.impl
Base class for sets.
ASet(boolean) - Constructor for class com.quartetfs.pivot.mdx.eval.set.impl.ASet
Constructor.
asFixedMember(IExpression) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
If the expression is a IMemberExpression, then the result will be the associated member.
asFloat() - Method in class com.qfs.monitoring.statistic.impl.AStatisticAttribute
 
asFloat() - Method in class com.qfs.monitoring.statistic.impl.FloatStatisticAttribute
 
asFloat() - Method in interface com.qfs.monitoring.statistic.IStatisticAttribute
Reads the statistic as a float primitive value.
asFloatArray() - Method in class com.qfs.monitoring.statistic.impl.AStatisticAttribute
 
asFloatArray() - Method in class com.qfs.monitoring.statistic.impl.FloatArrayStatisticAttribute
 
asFloatArray() - Method in interface com.qfs.monitoring.statistic.IStatisticAttribute
Reads the statistic as a float array value.
asFuture(Callable<? extends T>, Executor) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Converts a Callable to a CompletableFuture.
ASignedJwtAuthenticationProvider - Class in com.qfs.jwt.impl
Abstract AuthenticationProvider for signed JWT.
ASignedJwtService - Class in com.qfs.jwt.service.impl
Abstract service which generates SignedJWT.
asImmutable() - Method in class com.quartetfs.biz.pivot.impl.ImmutableSubPointLocation
 
asImmutable() - Method in class com.quartetfs.biz.pivot.impl.MutableSubPointLocation
 
asImmutable() - Method in class com.quartetfs.biz.pivot.impl.PointLocationListReader
 
asImmutable() - Method in class com.quartetfs.biz.pivot.impl.PointLocationListReader.ImmutablePointLocationListReader
 
asImmutable() - Method in interface com.quartetfs.biz.pivot.IPointLocation
Returns an immutable version of the current state of this location reader.
asImmutable() - Method in interface com.quartetfs.biz.pivot.IPointLocationReader
Returns an immutable version of the current state of this location reader.
ASimpleAction() - Constructor for class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils.ASimpleAction
 
ASimpleCalculatedDrillthroughColumn - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
A simple ICalculatedDrillthroughColumn that need only one field to be computed.
ASimpleMessageChannelFactory<I,​O> - Class in com.qfs.source.impl
Channel factory for source that are simple, meaning they do not have a notion of index whatsoever.
Examples of such sources: the KeyValueSource, a 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.
ASingleEndpoint - Class in com.qfs.websocket.endpoint.impl
End point for all websockets.
ASingleOptionalArgFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.base.impl
Class representing a function definition that accepts one and only one optional argument.
ASingleOptionalKeywordFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.base.impl
Class representing a function definition that accepts a last optional argument in a form of a keyword.
ASingletonFactory<T> - Class in com.quartetfs.fwk.types.impl
A factory to create singleton instance, lazily initialized.
ASingletonFactory() - Constructor for class com.quartetfs.fwk.types.impl.ASingletonFactory
 
asInt() - Method in class com.qfs.monitoring.statistic.impl.AStatisticAttribute
 
asInt() - Method in class com.qfs.monitoring.statistic.impl.IntegerStatisticAttribute
 
asInt() - Method in interface com.qfs.monitoring.statistic.IStatisticAttribute
Reads the statistic as an integer primitive value.
asIntArray() - Method in class com.qfs.monitoring.statistic.impl.AStatisticAttribute
 
asIntArray() - Method in class com.qfs.monitoring.statistic.impl.IntegerArrayStatisticAttribute
 
asIntArray() - Method in interface com.qfs.monitoring.statistic.IStatisticAttribute
Reads the statistic as an integer array value.
asJavaProperties() - Method in class com.quartetfs.fwk.util.impl.StringPropertyList
Convert the content into Properties.
asJavaProperties(List<? extends IStringProperty>) - Static method in class com.quartetfs.fwk.util.impl.StringPropertyList
Convert the content into Properties.
asJsonEntity() - Method in class com.qfs.content.rest.impl.AJsonParam
Serializes this object into a JSON String and wraps it with an Entity.
asKeyField() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanKeyField
Tells the builder that this field is part of the keys of this store.
ASlabMemoryAllocator - Class in com.qfs.chunk.direct.allocator.impl
Also known as malloQ, this allocator is optimized for NUMA systems that supports huge pages.
asList() - Method in class com.activeviam.database.api.schema.JoinPath
Returns the path as a list of the relation names.
asList(Collection<T>) - Static method in class com.qfs.util.impl.QfsLists
Deprecated.
Creates a list from the given collection if the provided collection isn't already one.
asLiteralBoolean(IExpression) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
If the expression is a literal boolean, then the result will be its value.
asLiteralNumber(IExpression) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
If the expression is a literal number, then the result will be its value.
asLiteralScalar(IExpression) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
If the expression is a literal scalar, then the result will be its value.
asLiteralString(IExpression) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
If the expression is a literal string, then the result will be its value.
asLiteralTuple(IExpression) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
If the expression is a literal tuple, then the result will be its value.
asLong() - Method in class com.qfs.monitoring.statistic.impl.AStatisticAttribute
 
asLong() - Method in class com.qfs.monitoring.statistic.impl.IntegerStatisticAttribute
 
asLong() - Method in class com.qfs.monitoring.statistic.impl.LongStatisticAttribute
 
asLong() - Method in interface com.qfs.monitoring.statistic.IStatisticAttribute
Reads the statistic as a long primitive value.
asLongArray() - Method in class com.qfs.monitoring.statistic.impl.AStatisticAttribute
 
asLongArray() - Method in class com.qfs.monitoring.statistic.impl.LongArrayStatisticAttribute
 
asLongArray() - Method in interface com.qfs.monitoring.statistic.IStatisticAttribute
Reads the statistic as a long array value.
asMap(ICoordinates) - Static method in class com.qfs.repository.coordinates.util.CoordinatesUtil
Converts the coordinates in a map.
asMap(ICalculatedMemberDescription) - Static method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
Convert the description into a map.
asMap(INamedSetDescription) - Static method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
Convert the description into a map.
asMap(ICreateStatement) - Static method in class com.quartetfs.pivot.mdx.impl.BasicCreateExecutor
Create a properties map from the given statement.
asMap(String...) - Static method in class com.qfs.repository.coordinates.util.CoordinatesUtil
Map converter.
asMap(Collection<? extends B>) - Static method in class com.qfs.multiversion.impl.BranchInfo
Indexes branch info using the branch name.
ASnapshotQueryTiming - Class in com.quartetfs.fwk.logging.impl
Generic implementation for snapshot query.
ASnapshotQueryTiming() - Constructor for class com.quartetfs.fwk.logging.impl.ASnapshotQueryTiming
 
asNumber(Object) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.ConversionUtil
Returns o if o is a number.
asNumber(Object) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Returns o if o is a number.
AsOfEpoch - Class in com.quartetfs.biz.pivot.context.impl
IAsOfEpoch implementation.
AsOfEpoch() - Constructor for class com.quartetfs.biz.pivot.context.impl.AsOfEpoch
Default constructor, with a non-strict policy.
AsOfEpoch(Long) - Constructor for class com.quartetfs.biz.pivot.context.impl.AsOfEpoch
Constructor for a target epoch, with a non-strict policy.
AsOfEpoch(Long, boolean) - Constructor for class com.quartetfs.biz.pivot.context.impl.AsOfEpoch
Full constructor.
AsOfEpochTranslator - Class in com.quartetfs.biz.pivot.context.impl
Context value translator for IAsOfEpoch.
AsOfEpochTranslator() - Constructor for class com.quartetfs.biz.pivot.context.impl.AsOfEpochTranslator
Constructor.
asPair() - Method in class com.activeviam.database.api.schema.ITableJoin.FieldMapping
Converts this mapping to a pair containing the source field on the left and the target on the right.
ASpringAuthenticator - Class in com.qfs.security.impl
AAuthenticator implementation with helper methods to manipulate the Spring Authentication.
ASpringAuthenticator() - Constructor for class com.qfs.security.impl.ASpringAuthenticator
 
ASpringResourceServerConfig - Class in com.qfs.server.cfg.impl
Abstract class for a configuration that will create the server delivering static resources.
ASpringResourceServerConfig.ResourceRegistry - Class in com.qfs.server.cfg.impl
Object for configuring resources to serve and redirections to make.
ASpringVersionedRestServerConfig - Class in com.qfs.server.cfg
Abstract class to extend to be registered on VersionServicesConfig.
ASpringVersionedRestServerConfig() - Constructor for class com.qfs.server.cfg.ASpringVersionedRestServerConfig
 
asQueryCube() - Method in class com.activeviam.builders.DelegatingNamedCubeDescriptionBuilder
 
asQueryCube() - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
asQueryCube() - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
asQueryCube() - Method in interface com.activeviam.desc.build.distributed.ICanStartBuildingQueryCube
Starts creating a query cube on top of the existing description.
asRandomAccess(ISet) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Random access set.
asRandomAccess(ISet, int) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Same as Sets.asRandomAccess(ISet) but with a limit if a new set must be created.
asRestriction(IMdxMember) - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxEpochManager
Transforms a member into an IMdxVersionRestriction.
asRestriction(IMdxMember) - Method in class com.quartetfs.pivot.mdx.epoch.impl.MdxEpochManager
 
asRestUrl() - Method in class com.qfs.rest.urls.impl.UrlBuilder
 
asRestUrl() - Method in interface com.qfs.rest.urls.IUrlBuilder.IWebApi
Marks the URL as being one of a REST service.
asScopeLocation(ILocation, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
Returns the input location as a scoped location.
assemble(Serializable, Object) - Method in class com.qfs.snl.persistence.type.impl.AJsonUserType
 
assertState(IAgent.State) - Method in class com.quartetfs.fwk.impl.AgentState
Throws an exception when the state is not the expected one.
assertState(IAgent.State...) - Method in class com.quartetfs.fwk.impl.AgentState
Throws an exception when the state is not one of the expected states.
assertState(IAgent.State, IAgent.State) - Method in class com.quartetfs.fwk.impl.AgentState
Throws an exception when the state is not one of the two expected states.
ASSOCIATED_MEASURE_GROUP - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the measure group for the KPI members.
asStandardScope(ILocation, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
Returns the input location as a standard scope location.
asString(AxisHierarchyBase) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
Gets the string representation for debugging.
asStringArray() - Method in class com.qfs.monitoring.statistic.impl.AStatisticAttribute
 
asStringArray() - Method in class com.qfs.monitoring.statistic.impl.StringArrayStatisticAttribute
 
asStringArray() - Method in interface com.qfs.monitoring.statistic.IStatisticAttribute
Reads the statistic as a String array value.
asStringLiteral(IExpression) - Static method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
AStatisticAttribute - Class in com.qfs.monitoring.statistic.impl
Abstract class that should be preferred when implementing an IStatisticAttribute.
AStatisticDeserializer<T extends IMonitoringStatistic> - Class in com.qfs.pivot.monitoring.impl
Abstract base for JsonDeserializer for Memory statistics.
ASTERISK - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.impl.APatternMatcherFactory
The special wildcard character that matches any sequence of any length.
ASTERISK - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
ASTERISK - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
ASTERISK - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
asText() - Method in class com.qfs.monitoring.statistic.impl.AStatisticAttribute
 
asText() - Method in class com.qfs.monitoring.statistic.impl.BooleanArrayStatisticAttribute
 
asText() - Method in class com.qfs.monitoring.statistic.impl.BooleanStatisticAttribute
 
asText() - Method in class com.qfs.monitoring.statistic.impl.DoubleArrayStatisticAttribute
 
asText() - Method in class com.qfs.monitoring.statistic.impl.DoubleStatisticAttribute
 
asText() - Method in class com.qfs.monitoring.statistic.impl.FloatArrayStatisticAttribute
 
asText() - Method in class com.qfs.monitoring.statistic.impl.FloatStatisticAttribute
 
asText() - Method in class com.qfs.monitoring.statistic.impl.IntegerArrayStatisticAttribute
 
asText() - Method in class com.qfs.monitoring.statistic.impl.IntegerStatisticAttribute
 
asText() - Method in class com.qfs.monitoring.statistic.impl.LongArrayStatisticAttribute
 
asText() - Method in class com.qfs.monitoring.statistic.impl.LongStatisticAttribute
 
asText() - Method in class com.qfs.monitoring.statistic.impl.StringArrayStatisticAttribute
 
asText() - Method in class com.qfs.monitoring.statistic.impl.StringStatisticAttribute
 
asText() - Method in interface com.qfs.monitoring.statistic.IStatisticAttribute
Returns a valid String representation of the statistic value if any, otherwise an empty String.
AStoredMeasureHandler - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Abstract base for a Continuous handler associated with one measure (aggregated measure or post processed measure).
AStoreLookupPostProcessor - Class in com.activeviam.copper.pivot.pp
A post processor that runs, for each location it is evaluated at, a get-by-key query on the database using the dictionarized coordinates of the location.
AStoreMessage<I,​E> - Class in com.qfs.source.impl
Abstract store message, the basis for messages that are sent into the datastore.
AStoreMessageChannel<I,​E> - Class in com.qfs.source.impl
Base class to implement message channels.
AStoreMessageChannel() - Constructor for class com.qfs.source.impl.AStoreMessageChannel
 
AStoreMessageChannelFactory<I,​E> - Class in com.qfs.source.impl
Abstract message channel factory IStoreMessageChannelFactory for channels that convey data towards a datastore.
AStorePartitionRecordUnit<V> - Class in com.qfs.store.impl
Implementation of IStorePartitionWorkUnit for work units containing records, either adding them or removing them.
AStorePartitionWorkUnit - Class in com.qfs.store.impl
Generic implementation for IStorePartitionWorkUnit with the mechanism to manage the read-only logic of the work unit, see AStorePartitionWorkUnit.markReadOnly() and AStorePartitionWorkUnit.consume(Object, IStorePartitionWorkUnit.WorkType).
AStorePartitionWorkUnit() - Constructor for class com.qfs.store.impl.AStorePartitionWorkUnit
 
AStoreStream<CollectorT,​EventT> - Class in com.quartetfs.biz.pivot.postprocessing.streams.impl
A stream listening to a given store.
asTransactionManager() - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
asTransactionManager() - Method in class com.qfs.store.transaction.impl.DelegatingOpenedTransaction
 
asTransactionManager() - Method in class com.qfs.store.transaction.impl.TransactionManager
 
asTransactionManager() - Method in interface com.qfs.store.transaction.ITransactionalWriter
Exposes this transactional writer as a full-fledged transaction manager with the ability to start, commit or roll-back transactions.
AStream<EventT> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Abstract implementation of every IStream class.
AStream<Q extends IQuery<?>> - Class in com.quartetfs.tech.streaming.impl
Stream agent.
AStream2PositionPostProcessor<OutputT> - Class in com.quartetfs.biz.pivot.postprocessing.impl
The stream to position converts a stream aggregated measures to a position based on a configurable time axis.
AStreamInfo - Class in com.qfs.snl.agent.mdx.impl
Abstract implementation of IStreamInfo.
AStreamListener - Class in com.quartetfs.biz.pivot.streaming.impl
A basic implementation of stream listener.
AStreamNode<S extends IStream<Q>,​Q extends IQuery<?>> - Class in com.quartetfs.tech.streaming.sharing.impl
Abstract class helping the implementations of IStreamNode.
AStreamOnContinuouslyQueryableNode<S extends IStream<Q>,​Q extends IQuery<?>,​R,​U extends IContinuousQueryUpdate<R>> - Class in com.quartetfs.tech.streaming.sharing.impl
Abstract class helping the implementations of IStreamNode for continuousQueries.
AStreamRegister<N extends IStreamNode<S,​Q>,​S extends IStream<Q>,​Q extends IQuery<?>> - Class in com.quartetfs.tech.streaming.sharing.impl
Register to manage IStream in IStreamNode.
AStreamRegister() - Constructor for class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
 
AStreamTranslator<StreamType extends IStream<?>> - Class in com.quartetfs.biz.pivot.monitoring.impl
asTupleArray() - Method in class com.quartetfs.pivot.mdx.plan.impl.TupleFixedPatternFinder
 
ASubCubeDimension<H extends IHierarchy> - Class in com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl
Abstract implementation of ISubCubeDimension.
ASubCubeElement<ElementT extends IOlapElement> - Class in com.quartetfs.biz.pivot.context.subcube.impl
Base sub cube element.
ASubCubeElement(ElementT) - Constructor for class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeElement
Full constructor.
ASubCubeHierarchy<HierarchyT extends IHierarchy> - Class in com.quartetfs.biz.pivot.context.subcube.impl
Extension of IHierarchy adapting to the current state of the context to decide of its levels and members visibility.
ASubCubeLevel<LevelT extends ILevel> - Class in com.quartetfs.biz.pivot.context.subcube.impl
Extension of ILevel adapting to the current state of the context to decide of its members visibility.
ASubPointLocation - Class in com.quartetfs.biz.pivot.impl
asValue(IContextExpressionDependency) - Static method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
Change the dependency to a value dependency.
AsValueFunction - Class in com.quartetfs.pivot.mdx.func.custom.impl
 
AsValueFunction() - Constructor for class com.quartetfs.pivot.mdx.func.custom.impl.AsValueFunction
 
ASwappedVectorAllocator<BufferT extends Buffer> - Class in com.qfs.vector.buffer.impl
A vector pool that swaps its vectors on disk using MappedByteBuffer.
ASwappedVectorAllocator.SwappedDoubleVectorAllocator - Class in com.qfs.vector.buffer.impl
The pool responsible for allocating BufferDoubleVectorBlocks.
ASwappedVectorAllocator.SwappedFloatVectorAllocator - Class in com.qfs.vector.buffer.impl
The pool responsible for allocating BufferFloatVectorBlocks.
ASwappedVectorAllocator.SwappedIntegerVectorAllocator - Class in com.qfs.vector.buffer.impl
The pool responsible for allocating BufferIntegerVectorBlocks.
ASwappedVectorAllocator.SwappedLongVectorAllocator - Class in com.qfs.vector.buffer.impl
The pool responsible for allocating BufferLongVectorBlocks.
asWsUrl() - Method in class com.qfs.rest.urls.impl.UrlBuilder
 
asWsUrl() - Method in interface com.qfs.rest.urls.IUrlBuilder.IWebApi
Marks the URL as being one of a WebSocket service.
ASYNC - com.quartetfs.tech.streaming.IStreamProperties.InitialPublicationMode
The initial view will be computed asynchronously.
ASyncAttachedQuery<ResultT,​SessionT,​QueryT extends IQuery<ResultT>> - Class in com.activeviam.query.impl
An IAsyncAttachedQuery that is in fact executed synchronously.
ASyncBroadcastMessage<AnswerT,​OutputT,​ContextT> - Class in com.qfs.messenger.message.impl
Base class for Broadcast messages operating asynchronously.
ASyncBroadcastMessage() - Constructor for class com.qfs.messenger.message.impl.ASyncBroadcastMessage
 
asyncCommit(CountedCompleter<?>, IEpoch) - Method in interface com.qfs.multiversion.IAsyncTransaction
Commits this transaction into the base version.
asyncCommit(CountedCompleter<?>, IEpoch) - Method in interface com.qfs.multiversion.IAsyncTransactionalMultiVersion
Asynchronously commits the current transaction, registering any sub-task on the provided completion sync.
asyncCommit(CountedCompleter<?>, IEpoch) - Method in class com.qfs.multiversion.impl.AAsyncTransactionalMultiVersion
 
asyncCommit(CountedCompleter<?>, IEpoch) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderTransaction
 
asyncCommit(CountedCompleter<?>, IEpoch) - Method in class com.qfs.pivot.cube.provider.DistributedMultiVersionAggregateProviderHolder
 
asyncCommit(CountedCompleter<?>, IEpoch) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderTransaction
 
asyncCommit(CountedCompleter<?>, IEpoch) - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderTransaction
 
asyncCommit(CountedCompleter<?>, IEpoch) - Method in class com.qfs.store.impl.StoreTransaction
 
asyncCommit(CountedCompleter<?>, IEpoch) - Method in interface com.qfs.store.IMultiVersionStore
Asynchronously commits this stores and all its partitions, when the work is done the completion sync is signaled.
asyncCommit(CountedCompleter<?>, IEpoch) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
AsyncContinuousCompositeSelection - Class in com.qfs.store.selection.impl
Base implementation of an IContinuousCompositeSelection, over a given schema with the given view.
AsyncContinuousCompositeSelection(ICompositeSelection, IMultiVersionDatastoreSchema, ISelectionManager.ISelectionChangeListener, ITransactionPublishingScheduler, ITransactionManager, IListenersExceptionsHandler) - Constructor for class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
Constructor.
asyncExec() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.IndexedPartitionedExecutionContext
 
asyncExec() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderExecutionContext
Computes the execution context, or does nothing when it has already been computed.
asyncExec() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Asynchronously executes this retrieval.
asyncExec() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.PrimitiveRetrievalsPerPoolTask
Executes this task asynchronously.
asyncExec() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
asyncExec() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APostProcessedRetrieval
 
asyncExec() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveRetrievalMerger
 
asyncExec() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
asyncExec() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.BitmapPrimitiveAggregatesRetrieval
 
asyncExec() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpPrimitiveAggregatesRetrieval
Asynchronously executes this retrieval.
asyncExec() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
asyncExec(IMixedWorkloadPool) - Method in interface com.qfs.pivot.cube.provider.IIndexedAggregateProviderExecutionContext
Computes the execution context, or does nothing when it has already been computed.
asyncPrepareCommit(CountedCompleter<?>, IEpoch) - Method in interface com.qfs.multiversion.IAsyncTransaction
Prepares this transaction for committing.
asyncPrepareCommit(CountedCompleter<?>, IEpoch) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderTransaction
 
asyncPrepareCommit(CountedCompleter<?>, IEpoch) - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderTransaction
 
asyncPrepareCommit(CountedCompleter<?>, IEpoch) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderTransaction
 
asyncPrepareCommit(CountedCompleter<?>, IEpoch) - Method in class com.qfs.pivot.cube.provider.impl.AGlobalAggregateProviderTransaction
 
asyncPrepareCommit(CountedCompleter<?>, IEpoch) - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderTransaction
 
asyncPrepareCommit(CountedCompleter<?>, IEpoch) - Method in class com.qfs.store.impl.StoreTransaction
 
asyncRollback(CountedCompleter<?>) - Method in interface com.qfs.multiversion.IAsyncTransaction
Rolls the transaction back.
asyncRollback(CountedCompleter<?>) - Method in interface com.qfs.multiversion.IAsyncTransactionalMultiVersion
Rolls back the changes that have been written in the transient state.
asyncRollback(CountedCompleter<?>) - Method in class com.qfs.multiversion.impl.AAsyncTransactionalMultiVersion
 
asyncRollback(CountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.DistributedMultiVersionAggregateProviderHolder
 
asyncRollback(CountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderTransaction
 
asyncRollback(CountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderTransaction
 
asyncRollback(CountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.impl.AGlobalAggregateProviderTransaction
 
asyncRollback(CountedCompleter<?>) - Method in class com.qfs.store.impl.StoreTransaction
 
asyncRollback(CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
at(long) - Method in interface com.qfs.snl.messages.IMessageBuilder.IBuildable
Sets the time of the message.
at(CopperLevel) - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
Creates a CopperLevelsAt representing a location transfer operation to the values of the input level on this level.
at(SerializableFunction<?, ?>) - Method in interface com.activeviam.copper.api.CopperLevel
Creates a CopperLevelsAt representing a location transfer operation applying the input function to this level.
at(SerializableFunction<?, ?>) - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
at(String, String) - Static method in class com.activeviam.copper.ProviderCoordinate
Creates the coordinate for a provider at a given position in the list of Partial Providers.
at(List<CopperLevel>, SerializableConsumer<IWritableArray>) - Static method in interface com.activeviam.copper.api.CopperLevel
Creates a CopperLevelsAt representing a location transfer operation applying the input consumer to the provided list of levels.
ATasksPerNumaNode - Class in com.qfs.pool
A CancellableCountedCompleter for components that can collect tasks to bind on NUMA nodes, and then run them all.
ATasksPerNumaNode() - Constructor for class com.qfs.pool.ATasksPerNumaNode
 
ATemporalParser<T extends TemporalAccessor> - Class in com.quartetfs.fwk.format.impl
Abstract class for parsers for Java 8 TemporalAccessor objects.
ATimeBucketer - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Abstract time bucketer, that organizes time buckets separated by their time boundary.
The boundary between two time buckets is expressed as a long integer, following the "java time in milliseconds" convention.
The static list of available time buckets are contributed with the createBucket(...) method.
ATimeBucketer.TimeBucket - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Relative time bucket.
ATimeLinePostProcessor<OutputT> - Class in com.quartetfs.biz.pivot.postprocessing.impl
A TimePostprocessor builds its query evaluation by applying a logic along a time hierarchy.
ATiming - Class in com.quartetfs.fwk.logging.impl
Base class of timing information about queries or updates, for monitoring purposes.
ATimingCompleter<T> - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ATIntFilteredIterator - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ATopBottomCountFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
Common implementation for TopCount, BottomCount, TopPercent, BottomPercent, TopSum, BottomSum.
ATopBottomXFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
Common implementation for TopCount, BottomCount, TopPercent, BottomPercent, TopSum, BottomSum.
ATransactionalMultiVersion<B,​T extends ITransaction,​V extends ABasedVersion<V,​B,​T>> - Class in com.qfs.multiversion.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ATransactionalVersion<V extends ATransactionalVersion<V,​B,​T>,​B extends ITransactionalBase,​T extends ITransaction> - Class in com.qfs.multiversion.impl
The abstract implementation of a IVersion using a mask for its content with regard to the base.
ATransactionalVersion.Transition<V extends IVersion> - Class in com.qfs.multiversion.impl
A immutable object that contains a version.
ATransactionCommittedMessage - Class in com.qfs.messenger.message.impl
 
ATransactionContent - Class in com.qfs.plan.impl
Common abstract parent of both initial and regular transactions' content.
ATransactionOperation - Class in com.qfs.plan.impl.operations
Abstract base implementation of an ITransactionOperation.
ATransactionPublishingScheduler - Class in com.qfs.store.selection.impl
Parent class for all implementations of ITransactionPublishingScheduler.
ATransactionPublishingScheduler() - Constructor for class com.qfs.store.selection.impl.ATransactionPublishingScheduler
 
ATranslator<I,​O,​CalcT> - Class in com.qfs.msg.impl
The abstract class ATranslator implements the common methods of a translator.
ATranslator() - Constructor for class com.qfs.msg.impl.ATranslator
 
ATreeProcedure<E,​R> - Class in com.quartetfs.biz.tree.impl
Base class to implement procedures that use an underlying procedure.
ATreeRewriter<K,​V,​E> - Class in com.qfs.graph.impl
A ITreeVisitor that can rewrite a part of the tree it visits.
ATreeRewriter() - Constructor for class com.qfs.graph.impl.ATreeRewriter
 
atRestart() - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStreamNode
 
atRestart() - Method in interface com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration.IRTCallback
For statistics.
AttachedQueryExtendedPlugin - Class in com.quartetfs.fwk.query.impl
Explicit implementation of the IAttachedQuery extended plugin.
AttachedQueryExtendedPlugin() - Constructor for class com.quartetfs.fwk.query.impl.AttachedQueryExtendedPlugin
Constructor.
ATTR_NAME_ACTIVEPIVOT_VERSION - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the attribute for the ActivePivot version.
ATTR_NAME_BLOCK_REFERENCE_COUNT - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The attribute name for the number of references on a given vector block.
ATTR_NAME_BRANCH - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the attribute representing the branch for which the statistic was exported.
ATTR_NAME_CHUNK_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the attribute for a chunk ID.
ATTR_NAME_CHUNKSET_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the attribute for a chunkset ID.
ATTR_NAME_CLASS - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for the simplified class of a component (e.g.
ATTR_NAME_CREATOR_CLASS - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Key of the attribute that contain the fully qualified names of the class of the object this statistic represents.
ATTR_NAME_DATE - Static variable in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
The attribute name representing the date when the statistic was created.
ATTR_NAME_DATE - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The attribute name representing the date when the statistic was created.
ATTR_NAME_DICTIONARY_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the attribute for a dictionary ID.
ATTR_NAME_DICTIONARY_ORDER - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for the order of a dictionary.
ATTR_NAME_EPOCH - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the attribute representing the epoch for which the statistic was exported.
ATTR_NAME_FIELD - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for the field (of a column in a chunkset...).
ATTR_NAME_FIELDS - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for the fields (of a dictionary, of an index...).
ATTR_NAME_FREED_ROWS - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for the number of freed rows in a chunk set.
ATTR_NAME_FROM_STORE - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for the name of the "from" store of a reference.
ATTR_NAME_FROM_STORE_PARTITION_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for the partition id of the "from" store of a reference.
ATTR_NAME_HIERARCHY_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute of statistics on a Hierarchy providing its unique name.
ATTR_NAME_INDEX_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the attribute for the ID of an index.
ATTR_NAME_INDEX_WITHIN_PARENT - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute storing the index of an element within a bigger collection.
ATTR_NAME_LENGTH - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for storing the length or size (as a number of elements that are or can be stored) of a structure.
ATTR_NAME_LEVEL_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute of statistics on a Hierarchy Level providing its unique name.
ATTR_NAME_LEVEL_MEMBER_COUNT - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name with an estimated count of the members in this Level.
ATTR_NAME_MANAGER_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for Manager statistics providing the Manager id.
ATTR_NAME_MANAGER_TYPE - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for Manager statistics providing the Manager type, as com.quartetfs.biz.pivot.IActivePivotManager#getType().
ATTR_NAME_MEMORY_ADDRESS - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the attribute for a memory address.
ATTR_NAME_NOT_WRITTEN_ROWS - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for the number of rows in a chunk set that have not been written yet.
ATTR_NAME_NUMA_NODE - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the attribute for a NUMA node.
ATTR_NAME_PARTITION_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for the partition ID.
ATTR_NAME_PIVOT_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute of statistics on ActivePivot providing the Pivot id.
ATTR_NAME_PROVIDER_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute of statistics on a multi Aggregate Provider uniquely identifying a Provider.
ATTR_NAME_PROVIDER_NAME - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute of statistics on a multi Aggregate Provider identifying a given partial Provider in a Multi-Provider.
ATTR_NAME_PROVIDER_PARTITION_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute of Aggregate Provider statistics providing the partition id.
ATTR_NAME_PROVIDER_TYPE - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute of statistics on an Aggregate Provider providing its plugin key.
ATTR_NAME_RECORD_SET_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute for the unique id of a Record Set.
ATTR_NAME_REFERENCE_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the attribute for the ID of a reference.
ATTR_NAME_REFERENCE_NAME - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for the reference name.
ATTR_NAME_STORAGE_SPECIFICATION - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute providing the specification of a storage.
ATTR_NAME_STORE_NAME - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the attribute for the store name.
ATTR_NAME_TO_STORE - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for the name of the "to" store of a reference.
ATTR_NAME_TO_STORE_PARTITION_ID - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for the partition id of the "to" store of a reference.
ATTR_NAME_TRANSIENT - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute storing the flag marking a structure as transient (on-heap) or not (off-heap).
ATTR_NAME_USED_BY_VERSION - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for the flag marking elements used by a specific version.
ATTR_NAME_VECTOR_OFFHEAP_PRINT - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute providing the off-heap footprint of a single vector.
Attribute - Class in com.quartetfs.biz.xmla.binxml.token.impl
Attribute token implementation.
Attribute() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.Attribute
 
ATTRIBUTE_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
ATTRIBUTES_ATTR - Static variable in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
Property name of the list of attributes of the statistic.
ATTRIBUTES_ATTR - Static variable in class com.qfs.pivot.monitoring.impl.MonitoringStatisticAdapter
Property name of the list of attributes of the statistic.
AttributesMarshallingContext - Class in com.quartetfs.biz.xmla.servlet.impl
 
ATuple - Class in com.quartetfs.pivot.mdx.eval.impl
Base class for tuples.
ATuple() - Constructor for class com.quartetfs.pivot.mdx.eval.impl.ATuple
 
atValue(Object) - Method in interface com.activeviam.copper.api.CopperLevel
Creates a CopperLevelsAt representing a location transfer operation to the provided value on this level.
atValue(Object) - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
ATwoSidesCompositionProcedureSkeleton<E,​R> - Class in com.quartetfs.biz.tree.impl
Class to perform recursive operation on tree.
ATwoSidesCompositionProcedureSkeleton(ITreeProcedure<? super E, ? extends R>, ITreeIteratorFactory<E>, ITreeIteratorFactory<E>, UnaryOperator<E>) - Constructor for class com.quartetfs.biz.tree.impl.ATwoSidesCompositionProcedureSkeleton
 
ATypedDto<T> - Class in com.qfs.snl.dtos.ws
Basic implementation of ITypedDto.
Audit - Class in com.qfs.repository.audit.impl
The audit stored in the database.
Audit - Class in com.qfs.snl.audit.impl
The audit stored in the database.
Audit(long, String, String, String) - Constructor for class com.qfs.repository.audit.impl.Audit
Constructor.
Audit(long, String, String, String) - Constructor for class com.qfs.snl.audit.impl.Audit
Constructor.
Audit(IAudit) - Constructor for class com.qfs.repository.audit.impl.Audit
Constructor.
Audit(IAudit) - Constructor for class com.qfs.snl.audit.impl.Audit
Constructor.
AuditableCSEntry - Class in com.qfs.content.service.audit.impl
AuditableCSEntry() - Constructor for class com.qfs.content.service.audit.impl.AuditableCSEntry
Empty constructor for Hibernate.
AuditableCSEntry(String, String, List<String>, List<String>, AuditAction) - Constructor for class com.qfs.content.service.audit.impl.AuditableCSEntry
Constructor.
AuditableCSEntry(String, String, List<String>, List<String>, AuditAction, AuditAction) - Constructor for class com.qfs.content.service.audit.impl.AuditableCSEntry
Constructor.
AuditableHibernateContentService - Class in com.qfs.content.service.audit.impl
Implementation of a content service based on a Hibernate database.
AuditableHibernateContentService(Configuration) - Constructor for class com.qfs.content.service.audit.impl.AuditableHibernateContentService
Constructor.
AuditableHibernateContentService(Configuration, ISecurityFacade) - Constructor for class com.qfs.content.service.audit.impl.AuditableHibernateContentService
Constructor.
AuditableHibernateContentService(SessionFactory) - Constructor for class com.qfs.content.service.audit.impl.AuditableHibernateContentService
Constructor.
AuditableHibernateContentService(SessionFactory, AContentService.ContentListenerHolder) - Constructor for class com.qfs.content.service.audit.impl.AuditableHibernateContentService
Constructor.
AuditableHibernateContentService(SessionFactory, AContentService.ContentListenerHolder, ISecurityFacade) - Constructor for class com.qfs.content.service.audit.impl.AuditableHibernateContentService
Constructor.
AuditAction - Class in com.qfs.content.service.audit.impl
Implementation of an IAuditAction for a Hibernate database.
AuditAction() - Constructor for class com.qfs.content.service.audit.impl.AuditAction
Empty constructor, for Hibernate.
AuditAction(String) - Constructor for class com.qfs.content.service.audit.impl.AuditAction
Constructor.
auditDao() - Method in interface com.qfs.snl.cfg.IActiveMonitorPersistenceConfiguration
[Bean] DAO managing database operations on audit entries.
auditDao() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
AuditDao - Class in com.qfs.snl.persistence.impl
The audit data access object.
AuditDao(SessionFactory, int) - Constructor for class com.qfs.snl.persistence.impl.AuditDao
Constructor.
AuditDto - Class in com.qfs.snl.dtos
The audit data transfer object.
AuditDto() - Constructor for class com.qfs.snl.dtos.AuditDto
Constructor.
AuditDto(long, long, String, String, String) - Constructor for class com.qfs.snl.dtos.AuditDto
Constructor.
AuditDto(IAudit) - Constructor for class com.qfs.snl.dtos.AuditDto
Constructor.
AugmentedDimensionalityRandomAccessSet - Class in com.quartetfs.pivot.mdx.eval.set.impl
AugmentedDimensionalitySet<S extends ISet> - Class in com.quartetfs.pivot.mdx.eval.set.impl
A set which adds hierarchies to an underlying set.
AUnderlyingMeasuresPrefetcher - Class in com.quartetfs.biz.pivot.postprocessing.impl
A prefetcher that always retrieves the same underlying measures.
AUniqueRecordIndexBase<PointT> - Class in com.qfs.index.impl
Abstract implementation of the base for a unique index on records.
AUniqueRecordIndexBase.UniqueRecordIndexStructuralTransactionView - Class in com.qfs.index.impl
AUniqueRecordIndexTransaction<B extends AUniqueRecordIndexBase<?>> - Class in com.qfs.index.impl
Implementation of an IUniqueRecordIndexTransaction.
AUpdateActionVisitor - Class in com.activeviam.store.structure.impl
An IUpdateActionVisitor abstraction with helper methods to execute operations on the correct thread pool.
AUpdateWhereInfo - Class in com.qfs.store.impl
Abstract object that implements generic functions of POJO of IUpdateWhereInfo.
AUserDefinedAggregateFunction - Class in com.activeviam.agg.impl
Abstract class to easily implement IUserDefinedAggregateFunction.
AUserDefinedAggregateFunctionWithRemoval - Class in com.activeviam.agg.impl
Abstract class to easily implement an IUserDefinedAggregateFunction that supports all aggregate providers.
AUserDefinedAggregation - Class in com.activeviam.agg.impl
Base class for implementing IUserDefinedAggregation classes.
AUserDefinedVectorAggregation - Class in com.activeviam.agg.impl
 
authenticate(IAuthenticatedBroadcastMessage<?, ?, ?>) - Method in interface com.qfs.distribution.security.IDistributedSecurityManager
Authenticates the given message and apply the relevant security details to the current thread.
authenticate(IAuthenticatedBroadcastMessage<?, ?, ?>) - Method in class com.qfs.distribution.security.impl.ADistributedSecurityManager
Authenticates the given message and apply the relevant security details to the current thread.
authenticate(AuthToken, Message) - Method in class com.qfs.distribution.security.impl.CustomAuthToken
 
authenticate(Authentication) - Method in class com.qfs.jwt.impl.AJwtAuthenticationProvider
 
Authenticated - com.quartetfs.biz.xmla.XmlaConstants.AuthenticationMode
User ID and Password must be included in the information required for the connection.
AuthenticatedClientEndPointConfig - Class in com.qfs.websocket.client
A simple authentication configuration used to connect to a server protected by Authentication.
AuthenticatedClientEndPointConfig(AAuthenticator) - Constructor for class com.qfs.websocket.client.AuthenticatedClientEndPointConfig
Default constructor.
AuthenticatedClientEndPointConfig(AAuthenticator, List<String>, List<Extension>, List<Class<? extends Encoder>>, List<Class<? extends Decoder>>, Map<String, Object>) - Constructor for class com.qfs.websocket.client.AuthenticatedClientEndPointConfig
Constructor.
authenticatedExecutor() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean] Executor capable of authenticating a user before executing an action.
AuthenticatedExecutor - Class in com.qfs.snl.agent.service.impl
Basic implementation of IAuthenticatedExecutor.
AuthenticatedExecutor(ISecurityFacade, IUserDetailsService, IContextValuePropagator) - Constructor for class com.qfs.snl.agent.service.impl.AuthenticatedExecutor
Full constructor.
AUTHENTICATION_MODE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DatasourcesDefinition
 
AUTHENTICATIONMODE_DESCRIPTION - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
author() - Method in annotation type com.qfs.util.Idea
Deprecated.
Indicates whose idea this is.
AUTHORITIES_CLAIM_KEY - Static variable in class com.qfs.jwt.service.impl.AJwtService
The name of the claim containing the list of user's authorities.
AUTHORITY_CLAIM_KEY_PROPERTY - Static variable in class com.qfs.server.cfg.impl.JwtConfig
The name of the property containing the key of the JWT claim containing the authorities in an array.
AuthorityComparatorAdapter - Class in com.quartetfs.biz.pivot.security.impl
Adapter for IAuthorityComparator interface.
AuthorityComparatorAdapter(IComparator<? super String>) - Constructor for class com.quartetfs.biz.pivot.security.impl.AuthorityComparatorAdapter
Constructor.
AUTO_CONTRIBUTE_UNKNOWN_MEMBER_ALWAYS - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
The unknown member will always be automatically contributed.
AUTO_CONTRIBUTE_UNKNOWN_MEMBER_IF_EMPTY - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
The unknown member will be contributed only when the hierarchy is empty.
AUTO_CONTRIBUTE_UNKNOWN_MEMBER_NEVER - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
The unknown member will never be automatically contributed.
AUTO_CONTRIBUTE_UNKNOWN_MEMBER_PROPERTY - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
A property used to automatically contribute the unknown member (a member containing the unknown discriminator on each level) in this hierarchy.
AUTO_START - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The name of the property advertising whether the distribution infrastructure should be automatically started when the associated cube starts, or whether it will be manually started.
AUTO_UNIQUE_VALUE - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
autoBoxing(Class<?>, String) - Static method in class com.quartetfs.fwk.impl.BeanPropertyCompiler
Returns the auto boxed expression when necessary.
AutoCommitTuplePublisher<I> - Class in com.qfs.source.impl
Unlike TuplePublisher, this implementation of the ITuplePublisher contract does NOT expect the third party code to control the transaction flow: this publisher always manages one transaction (from start to commit) per call to its publish method.
AutoCommitTuplePublisher(AutoHandleDatastoreSchemaAlterationsTuplePublisher<I>) - Constructor for class com.qfs.source.impl.AutoCommitTuplePublisher
 
AutoCommitTuplePublisher(TuplePublisher<I>) - Constructor for class com.qfs.source.impl.AutoCommitTuplePublisher
Constructor.
AutoCommitTuplePublisher(ITuplePublisher<I>, ITransactionManager) - Constructor for class com.qfs.source.impl.AutoCommitTuplePublisher
Alternative constructor, based on a ITuplePublisher that does NOT manage the transaction already.
AutoDetectOuterReference() - Constructor for class com.qfs.store.query.condition.impl.RecordQuery.AutoDetectOuterReference
Constructor.
autoDetectSimple() - Method in class com.qfs.store.query.condition.impl.RecordQuery.OuterReferencePolicy
 
autoDetectSimple() - Method in interface com.qfs.store.query.IOuterReferencePolicy
Whether or not the compiler takes the responsibility of detecting outer references.
AutoHandleDatastoreSchemaAlterationsTuplePublisher<I> - Class in com.qfs.source.impl
ITuplePublisher which changes the format of the tuples sent to the datastore if the schema of the datastore has changed since creation.
AutoHandleDatastoreSchemaAlterationsTuplePublisher(IDatastore, Collection<String>) - Constructor for class com.qfs.source.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
Constructor which default to inserting the data.
AutoHandleDatastoreSchemaAlterationsTuplePublisher(IDatastore, Collection<String>, boolean) - Constructor for class com.qfs.source.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
Full constructor.
Automatic - com.quartetfs.biz.xmla.constants.Keyword
 
autoVectorizerDelimiter() - Method in interface com.activeviam.database.commons.api.settings.IDirectQueryEmulatedVectorSettings
Delimiter separating the pattern from the number during the auto-vectorization.
available() - Method in class com.qfs.util.tar.impl.TarInputStream
Get the available data that can be read from the current entry in the archive.
availableAggregatedMeasures(IMeasureHierarchy) - Static method in class com.quartetfs.biz.pivot.impl.PivotUtils
Deprecated.
Retrieve all the available aggregated measure, granted or not granted.
availableAggregatedMeasures(IActivePivot) - Static method in class com.quartetfs.biz.pivot.impl.PivotUtils
Deprecated.
Retrieve available aggregated measure.
availableHierarchies(IActivePivot, boolean) - Static method in class com.quartetfs.biz.pivot.impl.PivotUtils
Deprecated.
Retrieve available hierarchy names in a cube.
availableMeasures() - Method in interface com.quartetfs.biz.pivot.cellset.ICellSet
Returns the array of available measure names in the cell set.
availableMeasures() - Method in class com.quartetfs.biz.pivot.cellset.impl.AbstractCellSet
 
availableMeasures() - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
availableMeasures() - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
availableMeasures() - Method in class com.quartetfs.biz.pivot.cellset.impl.FullRefreshCellSet
 
availableMeasures() - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
availableMeasures() - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
availableMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
availableValues(String) - Method in interface com.activeviam.contextservice.metadata.IDiscreteContextMetadata
Gives the list of all of the available values for the context value this metadata is for.
AValueAtExtremaMemberPostProcessor - Class in com.activeviam.copper.pivot.pp
A Post-Processor that retrieves values computed by the underlying measure, at the queried location, shifted to one of the extrema members of the defined shifting level, and whether there are associated contributions in the underlying facts.
AVarArgSingleTypeFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.base.impl
Base class for function definition with a variable number of arguments of a single type.
AVarianceAggregateFunction - Class in com.activeviam.agg.impl
Abstract class defining a IUserDefinedAggregateFunction to calculate variance and standard deviation.The aggregation buffer in this class contains the values necessary to calculate the variance using either the population or the sample formulas.
AVector - Class in com.qfs.vector.impl
Base implementation of a vector, that doesn't support any read or write operation.
AVector() - Constructor for class com.qfs.vector.impl.AVector
 
AVectorAggregationBinding - Class in com.qfs.agg.impl
Aggregation Binding specialized for IVector.
AVectorAggregationFunction - Class in com.qfs.agg.impl
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.0. Implementing an aggregation function requires extending one of the remaining abstract classes, such as AAggregationFunction.
AVectorAllocator - Class in com.qfs.vector.impl
The base implementation of a vector allocator, that simply knows about the IAllocationSettings it needs to allocate vectors with.
AVectorBinding - Class in com.qfs.vector.binding.impl
Abstract implementation of a vector binding, ready to be extended by a specialized binding.
AVectorBinding() - Constructor for class com.qfs.vector.binding.impl.AVectorBinding
 
AVectorParser<K> - Class in com.quartetfs.fwk.format.impl
Abstract vector parser for vector fields.
average() - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
average() - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
average() - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
average() - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
average() - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
average() - Method in class com.qfs.vector.impl.ADelegateReadOnlyVector
 
average() - Method in class com.qfs.vector.impl.DoubleBlockVector
 
average() - Method in class com.qfs.vector.impl.DoubleFixedBlockVector
 
average() - Method in class com.qfs.vector.impl.EmptyVector
 
average() - Method in class com.qfs.vector.impl.FloatBlockVector
 
average() - Method in class com.qfs.vector.impl.FloatFixedBlockVector
 
average() - Method in class com.qfs.vector.impl.IntegerBlockVector
 
average() - Method in class com.qfs.vector.impl.IntegerFixedBlockVector
 
average() - Method in class com.qfs.vector.impl.LongBlockVector
 
average() - Method in class com.qfs.vector.impl.LongFixedBlockVector
 
average() - Method in class com.qfs.vector.impl.ObjectFixedBlockVector
 
average() - Method in class com.qfs.vector.impl.ZeroVector
 
average() - Method in interface com.qfs.vector.IVector
Computes the mean of a vector, i.e.
averageQueueOccupancyRatio(double) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo.JdbcFetchingInfoBuilder
The average occupancy ratio of the append queue.
AVersion - Class in com.qfs.multiversion.impl
Deprecated, for removal: This API element is subject to removal in a future version.
AVersionDelegate<V extends IVersion> - Class in com.qfs.multiversion.impl
Abstract implementation of the version delegating all calls to an underlying instance of Version.
AVersionedWebSocketServiceConfig - Class in com.qfs.websocket.server.cfg.impl
Basic class for configuring a websocket engine.
AVersionedWebSocketServiceConfig() - Constructor for class com.qfs.websocket.server.cfg.impl.AVersionedWebSocketServiceConfig
 
avg() - Method in interface com.activeviam.copper.api.CopperMeasureToAggregateAbove
Aggregates the values on the defined leaf levels using the average aggregation.
avg() - Method in class com.activeviam.copper.measure.CopperMeasureToAggregateAboveBuilder
 
avg() - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
avg(CopperMeasure) - Static method in class com.activeviam.copper.api.Copper
Starts defining an aggregation analytic function with the average function.
avg(CopperStoreField) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure by aggregating a field from a store linked to the cube using the avg aggregation.
avg(String) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure by aggregating a field from the selection using the AvgFunction aggregation.
avg(String) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilder
 
AVG - com.quartetfs.biz.pivot.query.monitoring.impl.TimingAggregationType
The avg time.
AVG - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Statistics key - Avg duration.
AVG - Static variable in class com.quartetfs.fwk.monitoring.impl.QuantityMonitor
 
AVG - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
AVG_BROADCAST_DURATION - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
AVG_COMPUTE_IMPACTS_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Statistics key - avg impact computation duration.
AVG_COMPUTE_IMPACTS_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Statistics key - avg compute impact duration.
AVG_DURATION_MESSAGES - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
AVG_EVENT_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - avg event processing duration.
AVG_EVENT_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Statistics key - avg event duration.
AVG_EVENT_PUBLICATION_DURATION - Static variable in class com.qfs.snl.agent.service.impl.PublicationStatistics
Name for the attribute providing average publication duration.
AVG_EXECUTE_DURATION - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
AVG_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
AVG_PLAN_RETRIEVALS_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Statistics key - avg retrieval planning duration.
AVG_PLAN_RETRIEVALS_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Statistics key - avg planned retrievals duration.
AVG_PROCESS_DURATION - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
AVG_QUERY_EVALUATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Statistics key - avg Query evaluation duration.
AVG_QUERY_TOTAL_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Statistics key - avg Query total duration.
AVG_QUERY_UPDATE_PUBLICATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Statistics key - avg Query update publication duration.
AVG_RECEIVED_MESSAGE_SIZE - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic name.
AVG_REPLY_SIZE - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
AVG_SENT_MESSAGE_SIZE - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
AVG_SESSION_PROCESSING - Static variable in class com.qfs.websocket.endpoint.monitoring.impl.EndPointStatistics
Name of the statistics for processing time.
AVG_TIME_OF_REGISTRATIONS - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - avg registration duration.
AVG_TIME_OF_REGISTRATIONS - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Statistics key - avg registration duration.
AVG_TIME_OF_UNREGISTRATIONS - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - avg unregistration duration.
AVG_TIME_OF_UNREGISTRATIONS - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Statistics key - avg unregistration duration.
AVG_TOTAL_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Statistics key - avg total duration.
AVG_UPDATE_COMPUTATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - avg event update computation duration.
AVG_UPDATE_NOTIFICATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - avg event update notification duration.
AVG_UPDATE_TIME - Static variable in class com.quartetfs.biz.pivot.streaming.impl.StreamNodeStatistics
Statistic key - The avg MDX result update timing.
AVG_WORKFLOWS_PROCESSING_TIME - Static variable in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Average time attribute.
AvgFunction - Class in com.qfs.agg.impl
Light plugin value for the Average IAggregationFunction.
AvgFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
AvgFunction() - Constructor for class com.qfs.agg.impl.AvgFunction
Default constructor.
AvgFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.AvgFunction
 
AvgFunction.AVectorHistory - Class in com.qfs.agg.impl
AVG History generic vector abstract implementation.
AvgFunction.DoubleVectorHistory - Class in com.qfs.agg.impl
AVG History Double vector implementation.
AvgFunction.FloatVectorHistory - Class in com.qfs.agg.impl
AVG History Float vector implementation.
AvgFunction.IntegerVectorHistory - Class in com.qfs.agg.impl
AVG History Long vector implementation.
AvgFunction.LongVectorHistory - Class in com.qfs.agg.impl
AVG History Long vector implementation.
AvgFunction.NumberHistory - Class in com.qfs.agg.impl
AVG History Number implementation.
AVirtualArray<E> - Class in com.quartetfs.biz.pivot.cellset.impl
A virtual array is an abstract class which simplifies the implementation of post-evaluated columns.
AVirtualArray() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.AVirtualArray
 
AWAIT_NOTIFICATIONS_TIME - Static variable in interface com.quartetfs.biz.pivot.definitions.IDataClusterDefinition
Property for setting the transaction notification waiting time (time in seconds).
awaitCompletion() - Method in interface com.qfs.concurrent.ICompletionSync
Waits if necessary for the associated task to complete.
awaitCompletion() - Method in class com.qfs.concurrent.impl.CompletionSync
 
awaitCompletion() - Method in class com.qfs.concurrent.impl.ForkJoinPoolNonStealableCompletionSync
 
awaitCompletion() - Method in class com.qfs.msg.csv.impl.ChannelTask
Await the completion of all the parser tasks.
awaitCompletion() - Method in class com.qfs.msg.csv.impl.ParserContext
Await until the context is shutdown and all pending activity is completed.
awaitCompletion() - Method in class com.qfs.msg.csv.impl.ParsingWorkloadExecution
 
awaitCompletion() - Method in class com.qfs.msg.csv.impl.PublicationQueue
Awaits for all messages in the queue to be published to listeners.
awaitCompletion() - Method in interface com.qfs.msg.csv.IParsingWorkloadExecution
Await until the context is shutdown and all pending activity is completed.
awaitCompletion() - Method in class com.qfs.store.query.impl.AQueryRunner.SyncCompletionSync
 
awaitCompletion() - Method in interface com.qfs.util.ILatch
Wait until the latch is completed: when it is shutdown and the pending count reached zero.
awaitCompletion() - Method in class com.qfs.util.impl.Latch
 
awaitCompletion() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
Await the completion of this transaction.
awaitCompletion(long, TimeUnit) - Method in interface com.qfs.concurrent.ICompletionSync
Waits if necessary for at most the given time for the associated task to complete.
awaitCompletion(long, TimeUnit) - Method in class com.qfs.concurrent.impl.CompletionSync
 
awaitCompletion(long, TimeUnit) - Method in class com.qfs.concurrent.impl.ForkJoinPoolNonStealableCompletionSync
 
awaitCompletion(long, TimeUnit) - Method in class com.qfs.store.query.impl.AQueryRunner.SyncCompletionSync
 
awaitCompletion(Duration) - Method in interface com.qfs.concurrent.ICompletionSync
Waits if necessary for at most the given time for the associated task to complete.
awaitCurrentAction() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Waits for the current action to be done..
awaitCurrentActionIfNeeded() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Waits for the current action to be done when asked to.
awaitEvents(int, long, TimeUnit) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventsQueue
Wait for the queue's size to reach numberOfEvents until timeout.
awaitFullDiscovery(long, TimeUnit) - Method in class com.qfs.distribution.impl.QueryCubeListener
Causes the current thread to wait until the query cube received all the measures and hierarchies from its remote data cubes unless the thread is interrupted, or the specified waiting time elapses.
awaitMembers(int, IDistributedMessenger, long) - Static method in class com.qfs.distribution.impl.DistributionUtil
Waits for the given number of members to be present in the messenger's cluster.
awaitNewView(long, long, TimeUnit) - Method in interface com.qfs.messenger.IDistributedMessenger
Waits at most the given time for the view ID to be strictly greater than the given one.
awaitNewView(long, long, TimeUnit) - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
awaitNotificationAction() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotListenersManager
Waits for this manager to be able to execute the ActivePivotListenersManager.notifyListeners(IActivePivotTransactionInfo) method without blocking.
awaitNotifications() - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Waits for the listeners to process the notification tasks associated with the transaction that created this version.
awaitNotifications() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
awaitNotifications() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
awaitNotifications() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Waits for the listeners to process the previous transaction notification tasks.
awaitNotifications(long) - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Waits for a given time for the listeners to process the notification tasks associated with the transaction that created this version.
awaitNotifications(long) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
awaitNotifications(long) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
awaitNotifications(long) - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Waits for a certain time for the listeners to process the previous transaction notification tasks.
awaitNotifications(long) - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotSchemaTransactionManager
Wait for the pending listener notifications to complete.
awaitNotifications(long) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransactionManager
 
awaitNotifications(Duration) - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Waits for a certain time for the listeners to process the previous transaction notification tasks.
awaitNotifications(Duration) - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Waits for a certain time for the listeners to process the previous transaction notification tasks.
awaitViewNotification(long, long, TimeUnit) - Method in interface com.qfs.messenger.IDistributedMessenger
It waits for the given timeout for the viewId to be applied.
awaitViewNotification(long, long, TimeUnit) - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
AWebSocketServiceConfig - Class in com.qfs.websocket.server.cfg.impl
Basic class for configuring a websocket engine.
AWebSocketServiceConfig() - Constructor for class com.qfs.websocket.server.cfg.impl.AWebSocketServiceConfig
 
AWebSocketServiceConfig.DefaultWsCondition - Class in com.qfs.websocket.server.cfg.impl
Condition that matches only if the web-server used is not a Jetty Server.
AWebSocketServiceConfig.WebSocketHandlerRegistryConfigurer - Class in com.qfs.websocket.server.cfg.impl
Object for configuring mapping between a WebSocket handlers and the paths.
AWorkflowProcessExecutor<T> - Class in com.qfs.snl.workflows.process.impl
Basic implementation of a process executor for classic actions requiring a workflow execution.
AWorkflowService - Class in com.qfs.snl.workflows.impl
Base implementation of a Workflow service.
AWrapper() - Constructor for class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler.AWrapper
 
AWritableArray - Class in com.qfs.chunk.impl
Base abstract implementation of a IWritableArray.
AWritableArray() - Constructor for class com.qfs.chunk.impl.AWritableArray
 
AWritableCell - Class in com.activeviam.util.cells.impl
Abstract cell that is ready for typed specialization.
AWritableCell() - Constructor for class com.activeviam.util.cells.impl.AWritableCell
 
AWritableFixedSizeRecordBlock - Class in com.qfs.store.record.impl
A ARecordBlock that is also writable.
AWritableFixedSizeRecordBlock.RecordIterator - Class in com.qfs.store.record.impl
Iterator over the IByteRecord records contained in the AWritableFixedSizeRecordBlock.
AWritableFixedSizeRecordBlock.RecordView - Class in com.qfs.store.record.impl
A record from a IByteRecordBlock using directly the data of the IByteRecordBlock to implement IByteRecord.
AWSFeedTopic - Class in com.qfs.websocket.endpoint.impl
Implementation of a topic end point for feeds.
AWsSessionMultiplexer - Class in com.qfs.websocket.endpoint.impl
Abstract implementation of a websocket session multiplexer.
AWSTopic - Class in com.qfs.websocket.endpoint.impl
Basic implementation of default methods of an end point.
axes - Variable in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
The axis.
axes - Variable in class com.qfs.pivot.json.cellset.JsonCellSetData
The axis.
axesIterator() - Method in class com.quartetfs.biz.pivot.mdx.impl.CellSetEventToMdxResult
 
axesIterator() - Method in interface com.quartetfs.pivot.mdx.result.IMdxResult
Returns an iterator on axes.
axesIterator() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxResult
 
Axis - com.quartetfs.biz.xmla.constants.Keyword
 
AXIS - com.quartetfs.pivot.mdx.ExecutionFlag
Flag that must be set during axis execution.
AXIS - Static variable in interface com.quartetfs.biz.pivot.cube.dimension.IDimension
Axis dimension type within the dimension plugin.
AXIS - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
Axis hierarchy type within the hierarchy plugin.
AXIS - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevel
Axis hierarchy type within the hierarchy plugin.
AXIS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
AXIS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
AXIS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
axis_name() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
axis_name() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
axis_name_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.axis_name_return
 
AXIS_POSITION_LIMIT - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
AXIS_POSITION_LIMIT_REACHED - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
axis_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
axis_specification_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
axis_specification_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
axis_specification_list_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.axis_specification_list_return
 
axis_specification_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.axis_specification_return
 
AxisData - Class in com.qfs.pivot.json.cellset
The axis data.
AxisData() - Constructor for class com.qfs.pivot.json.cellset.AxisData
Constructor.
AxisData(int, List<HierarchyData>, List<List<PositionData>>, RangeData, int[]) - Constructor for class com.qfs.pivot.json.cellset.AxisData
Constructor of AxisData.
AxisDataBuilder - Class in com.qfs.pivot.builder.cellset.impl
The axis data builder.
AxisDataBuilder() - Constructor for class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
 
AxisDimension - Class in com.quartetfs.biz.pivot.cube.dimension.axis.impl
AxisDimension that holds IAxisHierarchy.
AxisDimension(List<IAxisHierarchy>, IDimensionInfo, String) - Constructor for class com.quartetfs.biz.pivot.cube.dimension.axis.impl.AxisDimension
Constructor.
AxisDimensionDescription - Class in com.quartetfs.biz.pivot.definitions.impl
AxisDimensionDescription is the description class for the AxisDimensions.
AxisDimensionDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
Default constructor of the AxisDimensionDescription with no parameter.
AxisDimensionDescription(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
Constructor of the AxisDimensionDescription with parameters name and all members enabled.
AxisDimensionDescription(String, List<IHierarchyDescription>) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
Full constructor.
AxisDimensionsDescription - Class in com.quartetfs.biz.pivot.definitions.impl
The description for axis dimensions.
AxisDimensionsDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionsDescription
Constructor.
AxisDimensionsDescription(List<IAxisDimensionDescription>) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionsDescription
Constructor.
AxisDTO - Class in com.quartetfs.biz.pivot.dto
 
AxisDTO() - Constructor for class com.quartetfs.biz.pivot.dto.AxisDTO
Default constructor.
AxisDTO(int, List<HierarchyDTO>, List<AxisPositionDTO>, RangeDTO, List<String>, int[]) - Constructor for class com.quartetfs.biz.pivot.dto.AxisDTO
 
AxisDTO(int, List<HierarchyDTO>, List<AxisPositionDTO>, List<String>, int[]) - Constructor for class com.quartetfs.biz.pivot.dto.AxisDTO
 
AxisFormat - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
AXISFORMAT_DESCRIPTION - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
AxisHierarchy - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
AxisHierarchy is the base implementation for all axis hierarchies.
AxisHierarchy(IHierarchyInfo, List<? extends ILevelInfo>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
Constructor.
AxisHierarchyBase - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
A hierarchy which holds members from different epochs.
AxisHierarchyBase(IHierarchyInfo, List<? extends ILevelInfo>, IWritableDictionary<Object>[]) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
Constructor.
AxisHierarchyBase(IHierarchyInfo, List<ILevelInfo>, List<? extends ILevel>, int[], AtomicReferenceArray<IRangeUnion.Range[]>, IWritableDictionary<Object>[], MultiVersionAxisMember, boolean, String) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
Copy constructor.
AxisHierarchyBase.MultiVersionAxisMemberFactory - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Factory for multiversionned members for a given hierarchy.
AxisHierarchyBase.NodeAppender - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Class used to print the hierarchy.
AxisHierarchyDescription - Class in com.quartetfs.biz.pivot.definitions.impl
The description for an AxisHierarchy.
AxisHierarchyDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AxisHierarchyDescription
Default constructor of the AxisHierarchyDescription with no parameter.
AxisHierarchyDescription(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AxisHierarchyDescription
Constructor of the AxisHierarchyDescription with parameter name.
AxisHierarchyDescription(String, Boolean) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AxisHierarchyDescription
Constructor of the AxisHierarchyDescription with parameter name and folder.
AxisHierarchyDescription(String, String, Boolean) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AxisHierarchyDescription
Constructor of the AxisHierarchyDescription with parameters name, folder and all members enabled.
AxisHierarchyExchanger - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Standard implementation of IAxisHierarchyExchanger.
AxisHierarchyExchanger(IHierarchyInfo, List<ILevelInfo>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyExchanger
Constructor.
AxisHierarchyMerger(IHierarchyInfo, List<? extends ILevelInfo>) - Constructor for class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction.AxisHierarchyMerger
Constructor.
AxisHierarchyTransaction(IAxisHierarchyBase) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy.AxisHierarchyTransaction
Constructor.
AxisHierarchyVersion - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
A hierarchy version for axis hierarchies.
AxisHierarchyVersion(IAxisHierarchyBase, IEpoch) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyVersion
Constructor.
axisIndex - Variable in class com.quartetfs.biz.pivot.streaming.impl.AxisRangeProperty
The index of the corresponding axis.
axisLength - Variable in class com.qfs.pivot.json.cellset.RangeData
Number of positions for the corresponding axis.
axisLength - Variable in class com.quartetfs.biz.pivot.dto.RangeDTO
Number of positions for the corresponding axis.
axisLength - Variable in class com.quartetfs.biz.pivot.streaming.impl.AxisRangeProperty
The number of positions for the corresponding axis.
AxisLevel - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
The axis level implementation.
AxisLevel(ILevelInfo) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisLevel
Constructor.
AxisLevelDescription - Class in com.quartetfs.biz.pivot.definitions.impl
AxisLevelDescription is the description class for the AxisLevel.
AxisLevelDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
Default constructor of the AxisLevelDescription with no parameter.
AxisLevelDescription(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
Constructor.
AxisMember - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
This class implements the IAxisMember interface.
AxisMember(Object, String, ILevelInfo, IAxisMember) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMember
Full constructor.
AxisMemberDTO - Class in com.quartetfs.biz.pivot.dto
An ActivePivot Member in the context of a cell set.
AxisMemberDTO() - Constructor for class com.quartetfs.biz.pivot.dto.AxisMemberDTO
Default constructor.
AxisMemberDTO(String, String, Path, int) - Constructor for class com.quartetfs.biz.pivot.dto.AxisMemberDTO
Constructor.
AxisMemberDTO(String, String, Path, int, Map<String, Object>) - Constructor for class com.quartetfs.biz.pivot.dto.AxisMemberDTO
Constructor.
AxisMemberExchanger - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Standard implementation of IAxisMemberExchanger.
AxisMemberExchanger(ITransactionalAxisMember, AxisHierarchyExchanger) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMemberExchanger
Constructor from a member and the exchanger.
AxisMemberExchanger(Object, String, ILevelInfo, ITransactionalAxisMember, AxisHierarchyExchanger, int) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMemberExchanger
Full constructor.
AxisName - Class in com.quartetfs.pivot.mdx.statement.impl
 
AxisName(int) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.AxisName
 
AxisPositionDTO - Class in com.quartetfs.biz.pivot.dto
A position on a cell set axis (one or several members).
AxisPositionDTO() - Constructor for class com.quartetfs.biz.pivot.dto.AxisPositionDTO
Default constructor.
AxisPositionDTO(List<AxisMemberDTO>) - Constructor for class com.quartetfs.biz.pivot.dto.AxisPositionDTO
Full constructor.
AxisRangeProperty - Class in com.quartetfs.biz.pivot.streaming.impl
RangeProperty once the size of the axis is known, so that we can know the default values The only way it can be null is if the corresponding axis is not defined, therefore its length is 1.
AxisRangeProperty(int, int, int, int) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.AxisRangeProperty
 
AxisRanges<R extends IRangeProperty> - Class in com.quartetfs.tech.streaming.impl
Basic implementation of IAxisRanges.
AxisRanges() - Constructor for class com.quartetfs.tech.streaming.impl.AxisRanges
Constructor to create an empty group of range.
AxisRanges(int) - Constructor for class com.quartetfs.tech.streaming.impl.AxisRanges
Constructor to create an empty group of range.
AxisSpecification - Class in com.quartetfs.pivot.mdx.statement.impl
 
AxisSpecification(IAxisName, IExpression, boolean, List<ICompoundIdentifier>) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.AxisSpecification
 
AZURE_CLOUD_SOURCE_MAX_RETRIES - com.activeviam.properties.impl.ActiveViamProperty
The maximum number of times the azure cloud source will retry the download of the content of a particular Blob before giving up.
AZURE_CLOUD_SOURCE_RETRY_DELAY - com.activeviam.properties.impl.ActiveViamProperty
The delay, in ms, between two download attempts of the content of a particular Azure Blob.

B

Back_Color - com.quartetfs.biz.xmla.constants.Keyword
 
BACK_COLOR - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
BACK_COLOR - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
CELL PROPERTIES (http://technet.microsoft.com/en-us/library/ms145573.aspx) Property | Description --------------+------------------------------ ACTION_TYPE | A bitmask that indicates which types of actions exist on the cell.
BackgroundInputStream - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
BackgroundInputStream(InputStream, ExecutorService) - Constructor for class com.qfs.util.impl.BackgroundInputStream
Deprecated.
Constructs a BackgroundInputStream with a default buffer's size equals to BackgroundInputStream.BUFFER_SIZE.
BackgroundInputStream(InputStream, ExecutorService, int) - Constructor for class com.qfs.util.impl.BackgroundInputStream
Deprecated.
Constructs a BackgroundInputStream with a given buffer's size.
BackReferenceRows - Class in com.qfs.store.query.plan.impl
A partition operation that retrieves all rows referencing a given holder.
BackReferenceRows(ABackReferenceRows) - Constructor for class com.qfs.store.query.plan.impl.BackReferenceRows
 
BackReferenceRows(ITreeStoreNode, ITreeStoreNode, boolean, int, boolean) - Constructor for class com.qfs.store.query.plan.impl.BackReferenceRows
 
BackReferenceRows.CompiledIncommingReferenceRows - Class in com.qfs.store.query.plan.impl
Operation to retrieve all rows in a target store that are referenced by a set of rows in some owner stores.
BackReferenceRows.CompiledOwnReferenceRows - Class in com.qfs.store.query.plan.impl
Operation to retrieve all rows in a owner store that references a set of rows in the target store.
Backup - com.quartetfs.biz.xmla.constants.Keyword
 
Backup - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
BAD_HEADER - Static variable in class com.qfs.logging.MessagesCSV
Bad header in block.
BadArgumentException - Exception in com.qfs.fwk.services
Class exception for requests containing a value considered as invalid by the service.
BadArgumentException(String) - Constructor for exception com.qfs.fwk.services.BadArgumentException
Constructor.
BadArgumentException(String, Throwable) - Constructor for exception com.qfs.fwk.services.BadArgumentException
Constructor.
BadArgumentException(Throwable) - Constructor for exception com.qfs.fwk.services.BadArgumentException
Constructor.
BASC - com.quartetfs.biz.xmla.constants.Keyword
 
BASC - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
BASC - com.quartetfs.pivot.mdx.func.impl.ValueOrder.ValueOrderOption
Ascending order sorting that does not preserve the hierarchies.
BASE_CUBE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
BASE_SEPARATOR_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property setting the expression separator ('/' by default).
base64Encode(Key) - Static method in class com.qfs.jwt.impl.JwtUtil
Transforms a key into a Base64 encoded string.
BaseClusterDescriptionBuilder - Class in com.activeviam.builders.distributed
Builder for the cluster description part represented by IClusterDefinition.
BaseClusterDescriptionBuilder() - Constructor for class com.activeviam.builders.distributed.BaseClusterDescriptionBuilder
Constructor for build start.
BaseClusterDescriptionBuilder(String, IMessengerDefinition, ImmutableMap<Object, Object>) - Constructor for class com.activeviam.builders.distributed.BaseClusterDescriptionBuilder
Constructor for build increments.
BaseConditions - Class in com.qfs.condition.impl
Entry Point to define a database query ICondition.
BaseConditions.IUnparametrizedDynmaicCondition - Interface in com.qfs.condition.impl
 
baseConditionToMap(IBaseCondition) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Converts a base condition to a serializable map.
BaseCopperMeasure - Class in com.activeviam.copper.measure
Contains the code common to all IInternalCopperMeasure implementations.
BaseCopperMeasure.BaseCopperMeasureFactory<T extends BaseCopperMeasure> - Class in com.activeviam.copper.measure
Base class for the Copper measure factories.
BaseCopperMeasureFactory() - Constructor for class com.activeviam.copper.measure.BaseCopperMeasure.BaseCopperMeasureFactory
 
BaseMeasureBuilder - Class in com.activeviam.builders
Partial builder for all attributes contained in IMeasureMemberDescription.
BaseMeasureBuilder(String) - Constructor for class com.activeviam.builders.BaseMeasureBuilder
Constructor to start building a measure.
BaseMeasureBuilder(String, boolean, String, String, String) - Constructor for class com.activeviam.builders.BaseMeasureBuilder
Constructor for build steps.
baseMonitorService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
Base monitor service.
BasePreparerVisitor - Class in com.qfs.store.impl
The visitor that occurs in first place and sets up the underlying bases of multiversion components of the Datastore for the next visitor that will actually be able to apply the structural changes on prepared bases.
BasePreparerVisitor(DatastoreStructuralTransaction, DatastoreBaseRewriteContext) - Constructor for class com.qfs.store.impl.BasePreparerVisitor
Constructor.
BaseProperty - Class in com.quartetfs.fwk.impl
Multiple purpose, dynamic implementation of the IProperty contract.
BaseRewriterVisitor - Class in com.activeviam.store.structure.impl
The visitor that occurs in second position and applies cross-version structural changes to the underlying bases of multiversion components of the Datastore, previously prepared by the first visitor.
BaseRewriterVisitor(DatastoreStructuralTransaction, DatastoreBaseRewriteContext) - Constructor for class com.activeviam.store.structure.impl.BaseRewriterVisitor
Constructor.
baseStore - Variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest
Store the request is based on.
baseStore(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
baseTable(String) - Method in class com.activeviam.database.api.query.DistinctQuery.DistinctQueryBuilder
The table on which to execute the query.
baseTable(String) - Method in class com.activeviam.database.api.query.ListQuery.ListQueryBuilder
The table on which to execute the query.
baseTable(String) - Method in class com.activeviam.database.api.query.GetByKeyQuery.GetByKeyQueryBuilder
 
BaseTransformer(IDistributedAxisHierarchyBase, List<? extends AxisLevel>, IDimensionInfo, String, Boolean, IEpoch, IDictionaryProviderTransaction, IDomainKey) - Constructor for class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction.BaseTransformer
Constructor.
BaseTypableCopperMeasure - Class in com.activeviam.copper.measure
 
BaseVectorReaderProvider - Class in com.activeviam.arrow.read
Single column vector reader provider.
baseWorkflowService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Workflow service provided low-level actions.
BASIC_POST_PROCESSOR_PREFETCHER - Static variable in class com.activeviam.pivot.postprocessing.impl.ABasicPostProcessor
Name of the prefetcher of this basic post processor.
BasicApplicationDictionaryProvider - Class in com.activeviam.dic.provider.impl
Basic implementation of IApplicationDictionaryProvider.
BasicApplicationDictionaryProvider() - Constructor for class com.activeviam.dic.provider.impl.BasicApplicationDictionaryProvider
 
basicCacheManager() - Method in class com.activeviam.apm.cfg.impl.MonitoredDataLoadingCacheConfig
Creates and configure a basic ehcache cache manager.
BasicCellPlanExecutor - Class in com.quartetfs.pivot.mdx.plan.impl
The cell plan executor is responsible for actually executing the calculations.
BasicCellPlanExecutor(IExpressionEvaluator, CellPlanResult, VisualTotalsContainer) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.BasicCellPlanExecutor
Constructs and configures the executor to work.
BasicConditionFactory - Class in com.qfs.store.service.impl
Basic condition Factory for Equal, Lesser, LesserOrEqual, Greater, GreaterOrEqual.
BasicCreateExecutor - Class in com.quartetfs.pivot.mdx.impl
Base class for creating/updating sessions execution.
BasicCreateExecutor(ICatalog, ICreateStatement, String, IContextValueManager, String, Properties) - Constructor for class com.quartetfs.pivot.mdx.impl.BasicCreateExecutor
Constructor.
BasicDrillthroughExecutor - Class in com.quartetfs.pivot.mdx.impl
 
BasicDrillthroughExecutor(ICatalog, IDrillthroughStatement, String, Properties) - Constructor for class com.quartetfs.pivot.mdx.impl.BasicDrillthroughExecutor
Constructor.
BasicDrillthroughExecutor(ICatalog, String, Properties) - Constructor for class com.quartetfs.pivot.mdx.impl.BasicDrillthroughExecutor
Constructor.
BasicDropExecutor - Class in com.quartetfs.pivot.mdx.impl
Base class for creating sessions execution.
BasicDropExecutor(ICatalog, IDropStatement, String, IContextValueManager, String, Properties) - Constructor for class com.quartetfs.pivot.mdx.impl.BasicDropExecutor
Constructor.
BasicEntitlementsProvider - Class in com.quartetfs.biz.pivot.security.impl
Basic repository of ActivePivot roles.
BasicEntitlementsProvider() - Constructor for class com.quartetfs.biz.pivot.security.impl.BasicEntitlementsProvider
 
BasicJsonColumnCalculator<T> - Class in com.qfs.msg.keyvalue.impl
Json column calculator for basic types (primitive types and their wrapping classes).
BasicJsonColumnCalculator(String, String, Class<T>) - Constructor for class com.qfs.msg.keyvalue.impl.BasicJsonColumnCalculator
 
BasicJsonContentEntry - Class in com.qfs.content.snapshot.impl
Wrapper of BasicPathlessContentEntry adding annotations to be able to serialize as JSON.
BasicJsonContentEntry(String, boolean, String, String, List<String>, List<String>) - Constructor for class com.qfs.content.snapshot.impl.BasicJsonContentEntry
Constructor for backward compatibility.
BasicJsonContentEntry(String, boolean, List<String>, List<String>) - Constructor for class com.qfs.content.snapshot.impl.BasicJsonContentEntry
Constructor.
BasicKpiFormula - Class in com.quartetfs.biz.pivot.definitions.impl
Class representing a MDX formula used as a property of an KPI.
BasicKpiFormula(KpiDescription, KpiDescription.KpiProperty) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.BasicKpiFormula
Constructor.
BasicMBean<TypeT> - Class in com.quartetfs.fwk.monitoring.jmx.impl
This class is used in order to display an bean through JMX.
BasicMBean(String, ADynamicMonitoring<?>, TypeT) - Constructor for class com.quartetfs.fwk.monitoring.jmx.impl.BasicMBean
Constructor.
BasicMDDataSet - Class in com.quartetfs.pivot.mdx.xmla.impl
 
BasicMDDataSet(MdxCellSet) - Constructor for class com.quartetfs.pivot.mdx.xmla.impl.BasicMDDataSet
 
BasicMDDataSet(MdxCellSet, List<String>) - Constructor for class com.quartetfs.pivot.mdx.xmla.impl.BasicMDDataSet
Constructor.
BasicMdxCellSetAxis - Class in com.quartetfs.pivot.mdx.result.impl
Non filtered axis.
BasicMdxCellSetAxis(IAxisName, IRandomAccessSet) - Constructor for class com.quartetfs.pivot.mdx.result.impl.BasicMdxCellSetAxis
Constructor.
BasicMdxCellSetAxisIterator - Class in com.quartetfs.pivot.mdx.result.impl
BasicMdxCellSetAxisIterator(IRandomAccessSet) - Constructor for class com.quartetfs.pivot.mdx.result.impl.BasicMdxCellSetAxisIterator
 
BasicMessage - Class in com.qfs.snl.messages.impl
A basic message to send to one or more recipients, that did not expect any answer.
BasicMessage(long, long, String, Collection<String>, String, MessageLevel, String, Object, boolean) - Constructor for class com.qfs.snl.messages.impl.BasicMessage
Full constructor.
BasicMessageBuilder - Class in com.qfs.snl.messages.impl
Implementation of IMessageBuilder producing BasicMessages.
BasicMessageBuilder() - Constructor for class com.qfs.snl.messages.impl.BasicMessageBuilder
Default Constructor.
basicNode(String, FieldPath, Object) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Build the basic node with the following structure : { field : { op : value } }.
basicNode(String, String, Object) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Build the basic node with the following structure : { field : { op : value } }.
BasicPathlessContentEntry - Class in com.qfs.content.service.impl
Simple implementation of BasicPathlessContentEntry.
BasicPathlessContentEntry(String, boolean, List<String>, List<String>) - Constructor for class com.qfs.content.service.impl.BasicPathlessContentEntry
Constructor.
BasicPostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
Default implementation of a basic post processor, that delegates location evaluation to an IEvaluator.
BasicPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.BasicPostProcessor
Constructor.
BasicSelectExecutor - Class in com.quartetfs.pivot.mdx.impl
An executor which evaluate ISelectStatement and returns MdxCellSet.
BasicSelectExecutor(ICatalog, String) - Constructor for class com.quartetfs.pivot.mdx.impl.BasicSelectExecutor
Constructor.
BasicSelectExecutor(ICatalog, String, Properties) - Constructor for class com.quartetfs.pivot.mdx.impl.BasicSelectExecutor
Constructor.
BasicSelectExecutor(ICatalog, String, Properties, ISelectStatement) - Constructor for class com.quartetfs.pivot.mdx.impl.BasicSelectExecutor
Constructor.
BasicStoreField - Class in com.activeviam.copper.store
Basic implementation of CopperStoreField.
BasicStoreField(FieldPath, JoinCopperStore) - Constructor for class com.activeviam.copper.store.BasicStoreField
Constructor.
BasicUnlinkedCopperStore - Class in com.activeviam.copper.store
Basic ImplementationCode of UnlinkedCopperStore.
BasicUnlinkedCopperStore(String) - Constructor for class com.activeviam.copper.store.BasicUnlinkedCopperStore
Constructor.
Batch<T> - Class in com.qfs.store.impl
A collection of data that handle concurrent add.
Batch - com.quartetfs.biz.xmla.constants.Keyword
 
Batch - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
Batch(int, Class<T>) - Constructor for class com.qfs.store.impl.Batch
Full constructor.
BATCH_SIZE - Static variable in class com.qfs.store.query.impl.ACursor
The maximum batch size.
BATCH_SIZE - Static variable in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsSolver
The number of paths to batch together in a recursive task.
BATCH_SIZE_PROPERTY - Static variable in class com.qfs.store.impl.StorePartitionTransaction
The name of the property used to change the size of a transaction batch.
batchAll(DeferredActionQueue.IBatchExecutionProcedure) - Method in class com.qfs.concurrent.impl.DeferredActionQueue
Executes all the currently pending actions that have been submitted using DeferredActionQueue.submitAction(IAction).
BatchRecordIterator(IRecordFlattener, IRecordFormat, IRowsIterator, int) - Constructor for class com.qfs.store.query.impl.RowListFlattenerCursor.BatchRecordIterator
Constructor.
BDESC - com.quartetfs.biz.xmla.constants.Keyword
 
BDESC - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
BDESC - com.quartetfs.pivot.mdx.func.impl.ValueOrder.ValueOrderOption
Descending order sorting that does not preserve the hierarchies.
BeanPropertyCompiler - Class in com.quartetfs.fwk.impl
Utility class that compiles bean properties on the fly using the Javassist byte code library.
BeanPropertyCompiler() - Constructor for class com.quartetfs.fwk.impl.BeanPropertyCompiler
 
BEARER - Static variable in class com.qfs.jwt.impl.JwtFilter
The bearer to use when creating Authorization headers.
before() - Method in interface com.qfs.vector.binding.compilation.impl.VectorBindingCompiler.IWrapper
Gets the String to put before.
before() - Method in class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler.NoopWrapper
 
Before - com.quartetfs.biz.xmla.constants.Keyword
 
BEFORE - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
BEFORE - com.quartetfs.pivot.mdx.func.impl.DescendantsFunction.DescFlag
Returns descendant members from all levels between the specified member and the specified level, or at the specified distance.
Before_And_After - com.quartetfs.biz.xmla.constants.Keyword
 
BEFORE_AND_AFTER - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
BEFORE_AND_AFTER - com.quartetfs.pivot.mdx.func.impl.DescendantsFunction.DescFlag
Returns descendant members from all levels subordinate to the level of the specified member.
Before_And_Self - com.quartetfs.biz.xmla.constants.Keyword
 
Before_Self_After - com.quartetfs.biz.xmla.constants.Keyword
 
BeforeAddRecordFlattener - Class in com.qfs.store.record.flatten.impl
An IRecordFlattener that can flatten a record and the elements it references before having added it to the datastore.
BeforeAddRecordFlattener(IRecordFormat, int[], int[][], int[][], int[], IStorePartitionView[], boolean[], SingleRowWritableRecordBlock) - Constructor for class com.qfs.store.record.flatten.impl.BeforeAddRecordFlattener
Constructor.
beforeBuildingDescription(DataCubeContext) - Method in class com.activeviam.copper.CopperJoinHierarchyAccumulator
Deprecated.
Verification step before enriching the pivot description with the copper hierarchies accumulated here.
BeforeEpochPredicate(String, long) - Constructor for class com.qfs.multiversion.impl.ALinkedVersionHistory.BeforeEpochPredicate
Constructor.
beforeExecute(HttpServletRequest, IRequest, IServletProperties) - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
beforeExecute(HttpServletRequest, IRequest, IServletProperties) - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaMonitorListener
 
beforeExecute(HttpServletRequest, IRequest, IServletProperties) - Method in interface com.quartetfs.biz.xmla.IXmlaRequestListener
This is called after the headers have been process but before the body (DISCOVER/EXECUTE) has been processed.
beforeTask() - Method in class com.quartetfs.pivot.mdx.plan.impl.ACellPlanExecutor
Tells the executor to prepare the execution of a task (will set up context on current thread).
BeforeTimePredicate(String, long) - Constructor for class com.qfs.multiversion.impl.ALinkedVersionHistory.BeforeTimePredicate
Constructor.
beforeUpdate() - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStreamNode
 
beforeUpdate() - Method in interface com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration.IRTCallback
For statistics.
beforeUpdateReplay(long, IContinuousQueryUpdateWithBranches<int[]>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxContinuousQueryListener
 
beforeUpdateReplay(long, IContinuousQueryUpdateWithBranches<int[]>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxDecoratorMultiplexer
 
beforeUpdateReplay(long, IContinuousQueryUpdateWithBranches<int[]>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxNotificationQueryListener
 
beforeUpdateReplay(long, U) - Method in class com.quartetfs.biz.pivot.query.registration.impl.AFastForwardingRegistrationAwareListener
This method is invoked just before a stored initialization update is replayed.
beforeVisitingNode(ADependencyNode) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
beforeVisitingNode(ADependencyNode) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
 
beforeVisitingNode(ADependencyNode) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
beforeVisitingNode(N) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor
This method is called before a node is visited by this visitor.
BEGIN - com.quartetfs.biz.xmla.IXmlaContext.SessionRequestType
Begin of a session is requested.
beginEvent() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Begin timing for event processing (query processing + update notification).
beginFilter() - Method in interface com.quartetfs.pivot.mdx.eval.IFilter
Method that must be called before beginning the filtering.
beginFilter() - Method in class com.quartetfs.pivot.mdx.eval.impl.ContainsFilter
 
beginFilter() - Method in class com.quartetfs.pivot.mdx.func.impl.BooleanFilter
 
beginFilter() - Method in class com.quartetfs.pivot.mdx.func.impl.ExceptFilter
 
beginFilter() - Method in class com.quartetfs.pivot.mdx.func.impl.NonEmptyFilter
 
BeginRange - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
BEGINSESSION_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
beginSort() - Method in class com.quartetfs.pivot.mdx.eval.impl.HierarchizeOrder
 
beginSort() - Method in class com.quartetfs.pivot.mdx.eval.impl.MultiOrder
 
beginSort() - Method in interface com.quartetfs.pivot.mdx.eval.IOrder
Method that must be called before beginning the sorting.
beginSort() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet.InterruptCheckOrder
 
beginSort() - Method in class com.quartetfs.pivot.mdx.func.impl.ANumericOrder
 
beginSort() - Method in class com.quartetfs.pivot.mdx.func.impl.ValueOrder
 
beginTiming() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatisticsWithThreadLocal
Start recording time.
BeginTransaction - com.quartetfs.biz.xmla.constants.Keyword
 
BeginTransaction - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
beginUpdateNotification() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Begin timing for update notification.
BEHAVIOR - Static variable in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
 
belongsTo(IEpoch, String) - Static method in class com.qfs.multiversion.impl.EpochUtil
Tells whether the given epoch belongs to the given branch.
belongsTo(IVersion, String) - Static method in class com.qfs.multiversion.impl.EpochUtil
Tells whether the epoch's of the given version belongs to the given branch.
belongsToGraph() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ADependencyNode
Returns whether this node still belongs to a graph.
belongsToGraph() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.RootNode
 
belongsToScope(ILocation, ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Tests if a location belongs to a scope.
belongsToSingleCube(String) - Method in interface com.qfs.distribution.ILocalityIdentifier
Returns whether the given measure belongs to a single data cube.
belongsToSingleCube(String) - Method in class com.qfs.distribution.impl.ClusterLocalityIdentifier
 
BEST_MATCH - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
between(int, int) - Static method in class com.activeviam.copper.measure.window.CopperRange
Creates a CopperRange of rows around the current row.
between(IStorePartitionVersion, IStorePartitionVersion) - Static method in class com.qfs.store.query.impl.DeltaQuery
Returns an IStorePartitionUpdate registering the records added and deleted between the previous and the current versions.
BfsTreeWalker<K,​V,​E,​C> - Class in com.qfs.graph.impl
This can walk a ITree following a Breadth-first search approach, showing around an ITreeVisitor the traversed nodes.
BfsTreeWalker() - Constructor for class com.qfs.graph.impl.BfsTreeWalker
 
BIG_FILE_PREFIX - Static variable in class com.qfs.logging.MessagesCSV
File prefix is greater than 155 characters.
BIG_NAME_FILE - Static variable in class com.qfs.logging.MessagesCSV
File name is greater than 100 characters.
BiIntConsumer - Interface in com.activeviam.util.function
Represents an operation that accepts two int-valued argument and returns no result.
BiIntPredicate - Interface in com.activeviam.util.function
Extension of default Java predicate to support Int predicates with two values.
BINARY_COMPRESSED_MIME_TYPE - Static variable in class com.quartetfs.biz.xmla.XmlaConstants
 
BINARY_ENABLED - Static variable in class com.quartetfs.biz.xmla.servlet.impl.XmlaServlet
 
BinaryNumericalFunction - Class in com.activeviam.copper.operation.function
Binary operator whose inputs and outputs are numerical: they contains either scalars or vectors.
BinaryNumericalFunctionBetweenScalarAndVector - Class in com.activeviam.copper.operation.function
BinaryNumericalFunction whose inputs are a scalar and a vector, and whose output is a IVector.
BinaryNumericalFunctionBetweenScalarAndVector(int, SerializableBiConsumer<IRecordReader, IWritableCell>) - Constructor for class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Constructor.
BinaryNumericalFunctionBetweenScalars - Class in com.activeviam.copper.operation.function
BinaryNumericalFunction whose inputs and outputs are scalars.
BinaryNumericalFunctionBetweenScalars(int, SerializableBiConsumer<IRecordReader, IWritableCell>) - Constructor for class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Constructor.
BinaryNumericalFunctionBetweenVectorAndScalar - Class in com.activeviam.copper.operation.function
BinaryNumericalFunction whose inputs are a vector and a scalar, and whose output is a IVector.
BinaryNumericalFunctionBetweenVectorAndScalar(int, SerializableBiConsumer<IRecordReader, IWritableCell>) - Constructor for class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Constructor.
BinaryNumericalFunctionBetweenVectors - Class in com.activeviam.copper.operation.function
BinaryNumericalFunction whose inputs and outputs are IVector.
BinaryNumericalFunctionBetweenVectors(int, SerializableBiConsumer<IRecordReader, IWritableCell>) - Constructor for class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Constructor.
BinaryResponseMarshaller - Class in com.quartetfs.biz.xmla.servlet.impl
Implementation of the BinXml response marshaller.
BinaryResponseMarshaller() - Constructor for class com.quartetfs.biz.xmla.servlet.impl.BinaryResponseMarshaller
 
binarySearch(int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
binarySearch(int, int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
BINARYXML_MIME_TYPE - Static variable in class com.quartetfs.biz.xmla.XmlaConstants
 
bind(IChunk<?>, IChunk<?>) - Static method in class com.qfs.chunk.impl.Chunks
Binds two chunks under a IChunkBinding.
bindAggregates(IArrayReader) - Method in class com.quartetfs.biz.pivot.cellset.impl.FilteredReductionProcedure
Binds a new column of aggregates to the result of this reduction procedure, to further aggregate it into the so-called result.
bindAggregates(IArrayReader, int) - Method in interface com.qfs.pivot.agg.IAggregateStore
Binds the given source of data, which contains aggregates, with a selected destination data structure found at the given column index, that also contains aggregates.
bindAggregates(IArrayReader, int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
bindAggregates(IArrayReader, int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
bindAggregates(IArrayReader, int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
bindAggregates(IArrayReader, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
bindAggregates(IArrayReader, IArrayWriter) - Method in interface com.qfs.agg.IGenericAggregation
Binds an input source of aggregates with an output destination that contains aggregates.
bindAggregates(IArrayReader, IArrayWriter) - Method in class com.qfs.agg.impl.HistoryAggregation
 
bindAggregates(IArrayReader, IArrayWriter) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductAggregationVectorDouble
 
bindAggregates(IArrayReader, IArrayWriter) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductAggregationVectorFloat
 
bindAggregates(IArrayReader, IArrayWriter) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductAggregationVectorLong
 
bindAggregates(IColumnarTable) - Method in interface com.qfs.pivot.agg.IAggregateStore
Binds the given table, which contains aggregates, as source of data, with this aggregate store as destination.
bindAggregates(IColumnarTable) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
bindAggregates(IColumnarTable) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
bindAggregates(IColumnarTable) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
bindAggregates(IColumnarTable) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
bindSource(IArrayReader, int) - Method in interface com.qfs.pivot.agg.IAggregateStore
Binds the given source of data, which contains raw data elements, with a selected destination data structure found at the given column index, that contains aggregates.
bindSource(IArrayReader, int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
bindSource(IArrayReader, int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
bindSource(IArrayReader, int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
bindSource(IArrayReader, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
bindSource(IArrayReader, IArrayWriter) - Method in interface com.qfs.agg.IAggregation
Binds a source of data that contains raw data elements with a destination data structure that contains aggregates.
bindSource(IArrayReader, IArrayWriter) - Method in class com.qfs.agg.impl.HistoryAggregation
 
bindSource(IColumnarTable) - Method in interface com.qfs.pivot.agg.IAggregateStore
Binds the given table, which contains raw data elements, as source of data, with this aggregate store as destination.
bindSource(IColumnarTable) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
bindSource(IColumnarTable) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
bindSource(IColumnarTable) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
bindSource(IColumnarTable) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
bindSources(IArrayReader[]) - Method in class com.quartetfs.biz.pivot.cellset.impl.FilteredReductionProcedure
Sets the initial source of data that is being reduced.
bindSources(IArrayReader[], IArrayWriter) - Method in interface com.qfs.agg.IAggregation
 
bindSources(IArrayReader[], IArrayWriter) - Method in interface com.qfs.agg.IGenericAggregation
Binds sources of data that contain raw data elements with a destination data structure that contains aggregates.
bindSources(IArrayReader[], IArrayWriter) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductAggregationVectorDouble
 
bindSources(IArrayReader[], IArrayWriter) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductAggregationVectorFloat
 
bindSources(IArrayReader[], IArrayWriter) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductAggregationVectorLong
 
BinXmlConstants - Class in com.quartetfs.biz.xmla.binxml
XML related constants.
BinXmlConstants() - Constructor for class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
BinXmlDecoder - Class in com.quartetfs.biz.xmla.binxml.impl
A SAX writer.
BinXmlDecoder() - Constructor for class com.quartetfs.biz.xmla.binxml.impl.BinXmlDecoder
 
BinXMLHandler - Class in com.quartetfs.biz.xmla.binxml.impl
A bin xml handler.
BinXMLHandler(OutputStream) - Constructor for class com.quartetfs.biz.xmla.binxml.impl.BinXMLHandler
 
BinXmlSaxWriter - Class in com.quartetfs.biz.xmla.binxml.impl
A binXML SAX writer.
BinXmlSaxWriter(OutputStream) - Constructor for class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
BinXmlUtil - Class in com.quartetfs.biz.xmla.binxml
Utils class.
BinXmlUtil() - Constructor for class com.quartetfs.biz.xmla.binxml.BinXmlUtil
 
BinXmlUtil.MultiByteInteger - Class in com.quartetfs.biz.xmla.binxml
 
bitmap - Variable in class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisMember.DistributedRange
The structure that holds the addresses that are currently contributing to this member for the given IRangeUnion.Range.
bitmap() - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.AggregateProviderBuilder
bitmap() - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialBuilder
Bitmap - Class in com.qfs.bitmap.impl
Simple implementation of a bitmap, without any compression.
Bitmap() - Constructor for class com.qfs.bitmap.impl.Bitmap
Default constructor.
Bitmap(int) - Constructor for class com.qfs.bitmap.impl.Bitmap
Constructor with initial capacity.
Bitmap(Bitmap, int) - Constructor for class com.qfs.bitmap.impl.Bitmap
Copy constructor.
BITMAP_PLUGIN_TYPE - Static variable in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder
Plugin type for the bitmap storage.
BitmapAggregateCollectorExpansionContext(AIndexedPartitionedAggregateProviderTransaction.AIndexedCompiledFilter<IndexT>) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.AIndexedPartitionedAggregateProviderTransaction.BitmapAggregateCollectorExpansionContext
Constructor.
BitmapAggregateProviderBase - Class in com.qfs.pivot.cube.provider.bitmap.impl
Aggregate storage using bitmap indexes to optimize query executions.
Only the leaf aggregates are materialized, the higher level aggregates are computed on the fly with the help of the bitmap index.
Leafs are also indexed exactly with a dictionary whose keys are the explicit locations of the leafs.
BitmapAggregateProviderBase(ProviderCoordinate, IHierarchicalMapping, List<? extends IMultiVersionHierarchy>, Collection<String>, Predicate<IRecordReader>, Properties, IWritableBitmapIndex, ReadWriteLock, ColumnarIntegerArrayDictionary, AggregateStore, int, MultiVersionIntegerArray, int, double, IActivePivotContext, int) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.BitmapAggregateProviderBase
Clone constructor.
BitmapAggregateProviderBase(BitmapAggregateProviderBase, ColumnarIntegerArrayDictionary, MultiVersionIntegerArray) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.BitmapAggregateProviderBase
Rebuild constructor used for compacting the current base.
BitmapAggregateProviderBase(AggregateProviderCreationParts, AggregateProviderCreationContext) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.BitmapAggregateProviderBase
Main constructor, creating a new index lock.
BitmapAggregateProviderTransaction - Class in com.qfs.pivot.cube.provider.bitmap.impl
A AIndexedAggregateProviderTransaction specialized for the BITMAP aggregate provider.
BitmapAggregateProviderTransaction(BitmapAggregateProviderBase) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.BitmapAggregateProviderTransaction
Constructor.
BitmapChecks - Class in com.qfs.bitmap.impl
This class provides helper methods to check the validity of bitmap operations.
BitmapChecks() - Constructor for class com.qfs.bitmap.impl.BitmapChecks
 
BitmapChecks.CheckLevel - Enum in com.qfs.bitmap.impl
Specify the level of checks.
BitmapCompiledFilter(ICachingBitmapSupplier<IWritableBitmapIndex>, Predicate<int[]>) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.BitmapPartitionedAggregateProviderTransaction.BitmapCompiledFilter
Constructor.
BitmapContributionAggregateCollector<IndexT extends IBitmapIndex> - Class in com.qfs.pivot.cube.provider.bitmap.impl
Specialization of ABitmapAggregateCollector for the contributions.
BitmapContributionAggregateCollector(AIndexedAggregateProviderTransaction<IndexT>) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.BitmapContributionAggregateCollector
Constructor.
bitmapCoordinate(int, Object) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
 
BitmapExpandLocationProcedure - Class in com.qfs.pivot.cube.provider.bitmap.impl
A procedure used to expand a given location using the current hierarchies and the points stored in a BITMAP aggregates collector.
BitmapExpandLocationProcedure(StandardScopeLocation, List<? extends ILevelInfo>, List<? extends IHierarchy>, IHierarchicalMapping, int) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.BitmapExpandLocationProcedure
Constructor.
BitmapFilterCompiler - Class in com.qfs.pivot.cube.provider.bitmap.impl
A filter visitor that can compile an ICubeFilter into a IBitmap.
BitmapFilterCompiler() - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.BitmapFilterCompiler
 
BitmapMatcherBuilder - Class in com.quartetfs.pivot.mdx.plan.impl
An helper class construct an BitmapMatcherBuilder.IBitmapMatcher in an optimized fashion.
BitmapMatcherBuilder(IBitmapIndex, Lock, CellPlanResultHelper) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.BitmapMatcherBuilder
Constructor of BitmapMatcherBuilder.
BitmapMatcherBuilder.IBitmapMatcher - Interface in com.quartetfs.pivot.mdx.plan.impl
A pattern that can be matched against its underlying bitmap index.
BitmapPartitionedAggregateProviderTransaction - Class in com.qfs.pivot.cube.provider.partition.impl
BitmapPartitionedAggregateProviderTransaction(IndexedPartitionedAggregateProviderBase, IEpoch) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.BitmapPartitionedAggregateProviderTransaction
Constructor.
BitmapPartitionedAggregateProviderTransaction.BitmapCompiledFilter - Class in com.qfs.pivot.cube.provider.partition.impl
An implementation of AIndexedCompiledFilter for the Bitmap Aggregate Provider, associated with the BitmapFilterCompiler class.
bitmapPointSize() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
 
BitmapPrimitiveAggregatesRetrieval<IndexT extends IBitmapIndex> - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A primitive retrieval that is executed on a single provider partition.
BitmapPrimitiveAggregatesRetrieval(CancellableCountedCompleter<?>, IScopeLocation, IScopeLocation, StandardScopeLocation, IExecutionPlan, int, ISquashableAggregateProviderPartitionVersion, IIndexedAggregateProviderExecutionContext) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.BitmapPrimitiveAggregatesRetrieval
Constructor.
BitmapRemovalAggregateCollector<IndexT extends IBitmapIndex> - Class in com.qfs.pivot.cube.provider.bitmap.impl
Specialization of ABitmapAggregateCollector for the removals.
BitmapRemovalAggregateCollector(AIndexedAggregateProviderTransaction<IndexT>) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.BitmapRemovalAggregateCollector
Constructor.
Bits - Class in com.qfs.index.impl
Collection of methods for bitwise operations.
BITS_IN_WORD - Static variable in class com.qfs.bitmap.impl.ChunkedBitmap
The number of bits in a word.
BITS_IN_WORD_MASK - Static variable in class com.qfs.bitmap.impl.ChunkedBitmap
The mask to apply to an index in the bitmap to retrieve the target bit in the word.
BITS_IN_WORD_ORDER - Static variable in class com.qfs.bitmap.impl.ChunkedBitmap
The order of the power of 2 that represents the number of bits in a word.
block() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
 
BLOCK_SIZE - Static variable in class com.qfs.plan.impl.IncrementalPartitionTransactionContentReader
The size of a block operation.
BLOCK_SIZE - Static variable in class com.qfs.plan.impl.operations.APublishOperation
The size of a block operation.
BlockAllocator - Class in com.qfs.chunk.direct.allocator.impl
ABlockAllocator on direct memory.
BlockAllocator(ISlabMemoryTracker, long, long, boolean) - Constructor for class com.qfs.chunk.direct.allocator.impl.BlockAllocator
Constructor.
BlockAllocatorManager - Class in com.qfs.chunk.direct.allocator.impl
Does implement IBlockAllocator but it delegate all its call to a IBlockAllocator within a list of IBlockAllocator it manages.
BlockAllocatorManager(ASlabMemoryAllocator.IBlockAllocatorFactory, ISlabMemoryTracker, long, long) - Constructor for class com.qfs.chunk.direct.allocator.impl.BlockAllocatorManager
Default constructor.
BlockingQueryHolder(C, FutureValue<R>) - Constructor for class com.qfs.util.impl.QfsConcurrency.BlockingQueryHolder
Deprecated.
 
BODY_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
BOM_RESOURCE - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
BOOL_VALUE - Static variable in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
A value returned by IContextValueTranslator.getAvailableProperties() specifying that the acceptable values for the associated property are true and false.
Boolean - com.quartetfs.biz.xmla.constants.Keyword
 
Boolean - Static variable in class com.quartetfs.biz.xmla.impl.XmlaTypes
Boolean type.
BOOLEAN - com.qfs.store.ExtendedContentType
 
BOOLEAN - com.quartetfs.pivot.mdx.statement.Type
 
BOOLEAN - Static variable in class com.activeviam.type.StandardTypes
 
BOOLEAN - Static variable in interface com.qfs.literal.ILiteralType
 
BOOLEAN - Static variable in interface com.quartetfs.fwk.format.IParser
Boolean field parser key.
BOOLEAN_ARRAY - com.qfs.store.ExtendedContentType
 
BOOLEAN_ARRAY - Static variable in class com.activeviam.type.StandardTypes
 
BOOLEAN_ARRAY - Static variable in interface com.qfs.literal.ILiteralType
 
BOOLEAN_CHUNK_CREATOR - Static variable in interface com.qfs.store.IChunkCreator
A IChunkCreator that creates Object chunks.
boolean_literal() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
boolean_literal() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
boolean_literal_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.boolean_literal_return
 
BOOLEAN_VECTOR - Static variable in interface com.quartetfs.fwk.format.IParser
Boolean vector field parser key.
BooleanArrayCursor - Class in com.activeviam.chunks.cells.impl
A cursor over a boolean array with specialized methods.
BooleanArrayCursor(IWritableArray) - Constructor for class com.activeviam.chunks.cells.impl.BooleanArrayCursor
Constructor.
BooleanArrayStatisticAttribute - Class in com.qfs.monitoring.statistic.impl
IStatistics of type AttributeTypes.TYPE_BOOLEAN_ARRAY.
BooleanArrayStatisticAttribute(boolean[]) - Constructor for class com.qfs.monitoring.statistic.impl.BooleanArrayStatisticAttribute
Constructor.
BooleanArrowVectorFeeder - Class in com.activeviam.arrow.write
Wrapper for an Arrow Vector of Boolean.
BooleanArrowVectorFeeder(RootAllocator, String) - Constructor for class com.activeviam.arrow.write.BooleanArrowVectorFeeder
Constructor.
BooleanCell - Class in com.activeviam.util.cells.impl
Implementation of a read-write cell supporting data of type boolean.
booleanChunkFactory(boolean, IAllocationSettings) - Static method in class com.qfs.store.ChunkFactories
Creates a factory that can create boolean chunks.
BooleanFieldType - Class in com.qfs.snl.messages.form.impl
Type representing a boolean field.
BooleanFieldType(boolean) - Constructor for class com.qfs.snl.messages.form.impl.BooleanFieldType
Full constructor.
BooleanFieldType(FormProperty) - Constructor for class com.qfs.snl.messages.form.impl.BooleanFieldType
Constructor from an Activiti from property.
BooleanFilter - Class in com.quartetfs.pivot.mdx.func.impl
 
BooleanFilter(IExpressionEvaluator, IExpression) - Constructor for class com.quartetfs.pivot.mdx.func.impl.BooleanFilter
 
BooleanOperatorFunctions - Class in com.quartetfs.pivot.mdx.func.impl
Boolean operators implementations.
BooleanOperatorFunctions() - Constructor for class com.quartetfs.pivot.mdx.func.impl.BooleanOperatorFunctions
 
BooleanOperatorFunctions.ANDFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
BooleanOperatorFunctions.ORFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
BooleanOperatorFunctions.XORFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
BooleanParser - Class in com.quartetfs.fwk.format.impl
Parser for boolean fields.
BooleanParser() - Constructor for class com.quartetfs.fwk.format.impl.BooleanParser
 
BooleanStatisticAttribute - Class in com.qfs.monitoring.statistic.impl
IStatistics of type AttributeTypes.TYPE_BOOLEAN.
BooleanStatisticAttribute(boolean) - Constructor for class com.qfs.monitoring.statistic.impl.BooleanStatisticAttribute
Constructor.
BooleanVectorParser - Class in com.quartetfs.fwk.format.impl
Special parser for vectors of doubles.
BooleanVectorParser() - Constructor for class com.quartetfs.fwk.format.impl.BooleanVectorParser
Constructor.
BooleanVectorParser(Integer, char) - Constructor for class com.quartetfs.fwk.format.impl.BooleanVectorParser
Constructor.
bootstrap(T) - Method in class com.activeviam.copper.measure.BaseCopperMeasure.BaseCopperMeasureFactory
 
bootstrap(T) - Method in interface com.activeviam.copper.measure.IMeasureFactory
Finishes to initialize the given measure.
bossGroup(NettyTransporter) - Static method in class com.qfs.messenger.netty.impl.NettyEventLoopGroup
Return a global EventLoopGroup.
BOTTOM - com.qfs.util.ui.IBorderBuilder.Direction
Bottom border of a cell.
BottomCount - com.quartetfs.biz.xmla.constants.Keyword
 
BOTTOMCOUNT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
BottomCountFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
BottomCountFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.BottomCountFunction
Constructor.
bottomK(int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
bottomK(int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
bottomK(int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
bottomK(int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
bottomK(int) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
bottomK(int) - Method in class com.qfs.vector.impl.ABlockVector
 
bottomK(int) - Method in class com.qfs.vector.impl.AbsVector
 
bottomK(int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
bottomK(int) - Method in class com.qfs.vector.impl.EmptyVector
 
bottomK(int) - Method in class com.qfs.vector.impl.NegativeVector
 
bottomK(int) - Method in class com.qfs.vector.impl.PositiveVector
 
bottomK(int) - Method in class com.qfs.vector.impl.ZeroVector
 
bottomK(int) - Method in interface com.qfs.vector.IVector
Returns an iterator of a collection composed of the k smallest elements of the vector.
bottomK(int, int, int) - Method in class com.qfs.vector.array.impl.AArrayVector
 
bottomK(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
bottomK(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
bottomK(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
bottomK(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
bottomK(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
bottomK(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
bottomK(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
bottomK(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
bottomK(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
bottomK(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
bottomK(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
bottomK(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
bottomK(int, int, int) - Method in interface com.qfs.vector.IBlock
Returns an iterator of a collection composed of the k smallest elements in the block between position and position + lgth.
bottomK(int, int, int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
bottomKIndices(int) - Method in class com.qfs.vector.array.impl.AArrayVector
 
bottomKIndices(int) - Method in class com.qfs.vector.impl.ABlockVector
 
bottomKIndices(int) - Method in class com.qfs.vector.impl.AbsVector
 
bottomKIndices(int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
bottomKIndices(int) - Method in class com.qfs.vector.impl.EmptyVector
 
bottomKIndices(int) - Method in class com.qfs.vector.impl.NegativeVector
 
bottomKIndices(int) - Method in class com.qfs.vector.impl.PositiveVector
 
bottomKIndices(int) - Method in class com.qfs.vector.impl.ZeroVector
 
bottomKIndices(int) - Method in interface com.qfs.vector.IVector
Returns the k indices of the k smallest elements of the vector sorted in ascending order.
bottomKIndices(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
bottomKIndices(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
bottomKIndices(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
bottomKIndices(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
bottomKIndices(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
bottomKIndices(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
bottomKIndices(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
bottomKIndices(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
bottomKIndices(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
bottomKIndices(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
bottomKIndices(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
bottomKIndices(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
bottomKIndices(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
bottomKIndices(int, int, int) - Method in interface com.qfs.vector.IBlock
Returns the k indices of the k smallest elements of the vector sorted in ascending order.
bottomKIndices(int, int, int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
BottomPercent - com.quartetfs.biz.xmla.constants.Keyword
 
BOTTOMPERCENT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
BottomPercentFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
BottomPercentFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.BottomPercentFunction
 
BottomSum - com.quartetfs.biz.xmla.constants.Keyword
 
BOTTOMSUM - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
BottomSumFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
BottomSumFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.BottomSumFunction
 
BoundedAction - Class in com.qfs.concurrent.impl
An action to be executed on some data that can be divided into ranges.
BoundedAction.BoundedActionException - Exception in com.qfs.concurrent.impl
Inner exception class grouping multiple exceptions encountered while executing the BoundedAction inside the suppressed exception list.
BoundedAction.IBoundedActionExecutor - Interface in com.qfs.concurrent.impl
A helper Object that creates sub-tasks used for processing a range of the data.
BoundedActionException(BoundedAction) - Constructor for exception com.qfs.concurrent.impl.BoundedAction.BoundedActionException
Full constructor.
BoundedLocationList - Class in com.quartetfs.biz.pivot.impl
A bounded view over another location list.
BoundedLocationList(ILocationList, int) - Constructor for class com.quartetfs.biz.pivot.impl.BoundedLocationList
Full constructor.
BoundedTask<T> - Class in com.qfs.concurrent.impl
An task to be executed on some data that can be divided into ranges.
BoundedTask.IBoundedTaskExecutor<T> - Interface in com.qfs.concurrent.impl
A helper Object that creates sub-tasks used for processing a range of the data.
bounds - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil.MultiByteInteger
 
boxedType(int) - Static method in class com.qfs.store.Types
Gets the equivalent type where the content uses boxed types if needed.
Braces - com.quartetfs.pivot.mdx.statement.Syntax
Braces style e.g.
BRACES - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
BRACES_FUN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
BRACES_FUN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
BRACES_FUN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
BracesFunction - Class in com.quartetfs.pivot.mdx.func.impl
Braces.
BracesFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.BracesFunction
 
branch(String) - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
The branch.
Branch - Class in com.quartetfs.biz.pivot.context.impl
IBranch implementation.
Branch() - Constructor for class com.quartetfs.biz.pivot.context.impl.Branch
Empty constructor.
Branch(String) - Constructor for class com.quartetfs.biz.pivot.context.impl.Branch
Constructor.
BRANCH - Static variable in interface com.qfs.store.transaction.ITransactionManager
Property used to specify the branch of the transaction.
BRANCH_LEVEL_NAME - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevel
Name of the Branch level in the epoch hierarchy.
BRANCH_PARAM - Static variable in interface com.qfs.service.store.IDatabaseRestService
REST query parameter configuring the branch on which the query must run.
branchCreated(String) - Method in interface com.qfs.multiversion.IEpochManager.IVersionLifecycleHandler
Called by the IVersionHistory when a branch appears for the first time.
branchCreated(String) - Method in class com.qfs.pivot.impl.DataNodeManager
 
BranchCreationDescription - Class in com.qfs.store.service.impl
Simple implementation of IBranchCreationDescription.
BranchCreationDescription(String, IBranchPermissions, Long, String) - Constructor for class com.qfs.store.service.impl.BranchCreationDescription
BranchDescription - Class in com.qfs.store.service.impl
Simple implementation of IBranchDescription.
BranchDescription(IBranchPermissions, Long) - Constructor for class com.qfs.store.service.impl.BranchDescription
BRANCHES - Static variable in interface com.qfs.service.store.IDatabaseRestService
REST path value to access branches.
BranchInfo - Class in com.qfs.multiversion.impl
Immutable implementation of IBranchInfo.
BranchInfo(String, long) - Constructor for class com.qfs.multiversion.impl.BranchInfo
Constructor for the master branch.
BranchInfo(String, long, String, long, long, long) - Constructor for class com.qfs.multiversion.impl.BranchInfo
Full constructor.
BranchPermissions - Class in com.qfs.security.impl
A simple implementation of IBranchPermissions with only two fields: the set of owners and the set of readers of the given branch.
BranchPermissions(Set<String>, Set<String>) - Constructor for class com.qfs.security.impl.BranchPermissions
Constructor of BranchPermissions.
branchPermissionsManager() - Method in interface com.qfs.server.cfg.IActivePivotBranchPermissionsManagerConfig
branchPermissionsManager() - Method in class com.qfs.server.cfg.impl.FullAccessBranchPermissionsManagerConfig
 
BranchPermissionsManager - Class in com.qfs.security.impl
Simple implementation of the IBranchPermissionsManager, with a map associating a BranchPermissions to each branch name.
BranchPermissionsManager(Set<String>, Set<String>, Set<String>) - Constructor for class com.qfs.security.impl.BranchPermissionsManager
Constructor of BranchPermissionsManager.
BranchPredicate(String) - Constructor for class com.qfs.multiversion.impl.ALinkedVersionHistory.BranchPredicate
Constructor.
BranchPrinter - Class in com.qfs.util.impl
Utility class to print the relationships between branches.
BranchPrinter(StringBuilder) - Constructor for class com.qfs.util.impl.BranchPrinter
Constructor.
branchReleased(String) - Method in interface com.qfs.multiversion.IEpochManager.IVersionLifecycleHandler
Called by the IVersionHistory when a branch is released.
branchReleased(String) - Method in class com.qfs.pivot.impl.DataNodeManager
 
BranchUtils - Class in com.quartetfs.biz.pivot.context.impl
Utility class for helper methods related to branches, subcubes and permissions.
Break - com.quartetfs.biz.xmla.constants.Keyword
 
broadcast(IBroadcastMessage<AnswerT, OutputT, ?>, long) - Method in interface com.qfs.messenger.IDistributedMessenger
Broadcasts the given message to all instances, collects the answers and processes them to produce the global answer.
broadcast(IBroadcastMessage<AnswerT, OutputT, ?>, long) - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
broadcastAsynchronously(IBroadcastMessage<AnswerT, OutputT, ?>, long) - Method in interface com.qfs.messenger.IDistributedMessenger
Broadcasts the given message to all remote instances asynchronously, and executes it locally asynchronously as well.
broadcastAsynchronously(IBroadcastMessage<AnswerT, OutputT, ?>, long) - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
BROADCASTING - com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo.TimingDescription
 
BroadcastResult<T> - Class in com.qfs.messenger.impl
The base implementation of an IBroadcastResult.
BroadcastResult() - Constructor for class com.qfs.messenger.impl.BroadcastResult
Empty constructor for serialization.
BroadcastResult(T, long, IAddress) - Constructor for class com.qfs.messenger.impl.BroadcastResult
Constructor.
broadenLocation(ILocation, IActivePivotVersion) - Method in interface com.qfs.messenger.IDataCubeAdapter
Reinserts concealed members in the given location.
broadenLocation(ILocation, IActivePivotVersion) - Method in class com.qfs.messenger.impl.DataCubeAdapter
 
broadenLocation(ILocation, IActivePivotVersion) - Method in class com.qfs.messenger.impl.IdentityDataCubeAdapter
 
BUCKET_HIERARCHY_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.ABucketerPostProcessor
Bucket hierarchy property.
BUCKET_LEVEL_DESCRIPTION - Static variable in class com.activeviam.copper.hierarchy.BucketingAnalysisAggregationProcedure
Deprecated.
The name of the property that contains the level description of the members of the bucktED hierarchy.
BUCKET_LEVEL_ORDINAL - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy.TimeBucketProcedure
The ordinal of the bucket level.
BUCKET_LEVEL_ORDINAL - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.ABucketerPostProcessor
The ordinal of the bucket level.
BUCKETED_LEVEL_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.ABucketerPostProcessor
Bucketed Level property.
BucketedIntegerArrayDictionary - Class in com.qfs.dic.impl
A dictionary of fixed length points, that can be stored off-heap.
BucketedIntegerArrayDictionary() - Constructor for class com.qfs.dic.impl.BucketedIntegerArrayDictionary
No-argument constructor, for serialization.
BucketedIntegerArrayDictionary(int) - Constructor for class com.qfs.dic.impl.BucketedIntegerArrayDictionary
Constructor.
BucketedIntegerArrayDictionary(int, int) - Constructor for class com.qfs.dic.impl.BucketedIntegerArrayDictionary
Constructor.
BucketedIntegerArrayDictionary(int, int, int) - Constructor for class com.qfs.dic.impl.BucketedIntegerArrayDictionary
Constructor.
BUCKETER - Static variable in class com.activeviam.copper.hierarchy.BucketingAnalysisAggregationProcedure
Deprecated.
The name of the property at which this post-processor will read its bucketer.
BucketingAnalysisAggregationProcedure - Class in com.activeviam.copper.hierarchy
Deprecated, for removal: This API element is subject to removal in a future version.
BucketingAnalysisAggregationProcedure(IAnalysisAggregationProcedureDescription, IHierarchy, IAggregationHierarchyCreationContext) - Constructor for class com.activeviam.copper.hierarchy.BucketingAnalysisAggregationProcedure
Deprecated.
Full constructor.
BucketingAnalysisAggregationProcedure.Factory - Class in com.activeviam.copper.hierarchy
Deprecated.
Plugin factory.
BUFFER_SIZE - Static variable in class com.qfs.util.impl.BackgroundInputStream
Deprecated.
Individual buffer size.
BufferChunkAllocator - Class in com.qfs.chunk.buffer.impl
Allocate chunks that store their data in buffers.
BufferChunkAllocator(IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkAllocator
Constructor.
BufferChunkAllocator(IChunkAllocator, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkAllocator
Constructor.
BufferChunkBoolean - Class in com.qfs.chunk.buffer.impl
A chunk of bit primitives.
BufferChunkBoolean() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkBoolean
Empty constructor (for serialization).
BufferChunkBoolean(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkBoolean
Constructor.
BufferChunkDouble - Class in com.qfs.chunk.buffer.impl
A chunk of double primitives, stored in a buffer.
BufferChunkDouble() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkDouble
Empty constructor (for serialization purpose).
BufferChunkDouble(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkDouble
Constructor of BufferChunkDouble.
BufferChunkDouble(DoubleBuffer) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkDouble
Constructor.
BufferChunkDoubleNullable - Class in com.qfs.chunk.buffer.impl
Chunk to store primitive double values that can be null.
BufferChunkDoubleNullable() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
Empty constructor (for serialization purpose).
BufferChunkDoubleNullable(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
Constructor.
BufferChunkFloat - Class in com.qfs.chunk.buffer.impl
A chunk that contains float primitives, stored in a buffer.
BufferChunkFloat() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkFloat
Empty constructor (for serialization).
BufferChunkFloat(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkFloat
Constructor with buffer allocator.
BufferChunkFloat(FloatBuffer) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkFloat
Constructor.
BufferChunkFloatNullable - Class in com.qfs.chunk.buffer.impl
Chunk to store primitive float values that can be null.
BufferChunkFloatNullable() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
Empty constructor (for serialization).
BufferChunkFloatNullable(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
Constructor.
BufferChunkLong - Class in com.qfs.chunk.buffer.impl
A chunk that contains long primitives stored in a direct memory buffer.
BufferChunkLong() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkLong
Empty constructor (for serialization purpose).
BufferChunkLong(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkLong
Constructor.
BufferChunkLong(int, IBufferAllocator, long) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkLong
Constructor.
BufferChunkLong(LongBuffer) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkLong
Constructor.
BufferChunkLongNullable - Class in com.qfs.chunk.buffer.impl
Chunk to store primitive long values that can be null.
BufferChunkLongNullable() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
Empty constructor (for serialization purpose).
BufferChunkLongNullable(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
BufferChunkPositiveInteger - Class in com.qfs.chunk.buffer.impl
A chunk storing primitive integers.
BufferChunkPositiveInteger() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPositiveInteger
Empty constructor for serialization.
BufferChunkPositiveInteger(int, int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPositiveInteger
Creates a chunk from existing data.
BufferChunkPositiveInteger(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPositiveInteger
Creates a chunk with given capacity, and order 0.
BufferChunkPositiveInteger(IChunkPrimitiveInteger, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPositiveInteger
Creates a chunk from existing data.
BufferChunkPrimitiveBits - Class in com.qfs.chunk.buffer.impl
A chunk of bit primitives.
BufferChunkPrimitiveBits() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
Empty constructor (for serialization).
BufferChunkPrimitiveBits(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
Constructor.
BufferChunkPrimitiveBytes - Class in com.qfs.chunk.buffer.impl
A chunk of byte primitives.
BufferChunkPrimitiveBytes() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
Empty constructor (for serialization).
BufferChunkPrimitiveBytes(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
Constructor.
BufferChunkPrimitiveHexa - Class in com.qfs.chunk.buffer.impl
A chunk of hexadecimal primitives.
BufferChunkPrimitiveHexa() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
Empty constructor (for serialization).
BufferChunkPrimitiveHexa(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
Constructor.
BufferChunkPrimitiveInts - Class in com.qfs.chunk.buffer.impl
A chunk of int primitives, stored in a direct memory buffer.
BufferChunkPrimitiveInts() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
Empty constructor (for serialization).
BufferChunkPrimitiveInts(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
Constructor.
BufferChunkPrimitiveInts(int, IBufferAllocator, int) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
Constructor.
BufferChunkPrimitiveInts(IntBuffer) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
Constructor.
BufferChunkPrimitiveIntsNullable - Class in com.qfs.chunk.buffer.impl
Chunk to store primitive int values that can be null.
BufferChunkPrimitiveIntsNullable() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
Empty constructor (for serialization).
BufferChunkPrimitiveIntsNullable(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
Constructor.
BufferChunkPrimitiveQuad - Class in com.qfs.chunk.buffer.impl
A chunk of 2 bits primitives.
BufferChunkPrimitiveQuad() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
Empty constructor (for serialization).
BufferChunkPrimitiveQuad(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
Constructor.
BufferChunkPrimitiveShorts - Class in com.qfs.chunk.buffer.impl
A chunk of short primitives.
BufferChunkPrimitiveShorts() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
Empty constructor (for serialization).
BufferChunkPrimitiveShorts(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
Constructor.
BufferChunkPrimitiveTriBytes - Class in com.qfs.chunk.buffer.impl
A chunk of three byte primitives.
BufferChunkPrimitiveTriBytes() - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
Empty constructor (for serialization).
BufferChunkPrimitiveTriBytes(int, IBufferAllocator) - Constructor for class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
Constructor.
BufferDoubleToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferDoubleToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferDoubleToArrayBlockDoubleVectorBinding
 
BufferDoubleToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferDoubleToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferDoubleToArrayDoubleVectorBinding
 
BufferDoubleToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferDoubleToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferDoubleToBufferDoubleVectorBinding
 
BufferDoubleToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferDoubleToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
 
BufferDoubleVectorAllocator(IAllocationSettings) - Constructor for class com.qfs.vector.buffer.impl.ABufferVectorAllocator.BufferDoubleVectorAllocator
Constructor.
BufferDoubleVectorBlock - Class in com.qfs.vector.buffer.impl
Implementation of an ABufferVectorBlock based on DoubleBuffer.
BufferDoubleVectorBlock(IAllocationSettings, DoubleBuffer) - Constructor for class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
Constructor.
BufferFloatToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferFloatToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferFloatToArrayBlockDoubleVectorBinding
 
BufferFloatToArrayBlockFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferFloatToArrayBlockFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferFloatToArrayBlockFloatVectorBinding
 
BufferFloatToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferFloatToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferFloatToArrayDoubleVectorBinding
 
BufferFloatToArrayFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferFloatToArrayFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferFloatToArrayFloatVectorBinding
 
BufferFloatToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferFloatToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferFloatToBufferDoubleVectorBinding
 
BufferFloatToBufferFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferFloatToBufferFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferFloatToBufferFloatVectorBinding
 
BufferFloatToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferFloatToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
 
BufferFloatToDirectFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferFloatToDirectFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
 
BufferFloatVectorAllocator(IAllocationSettings) - Constructor for class com.qfs.vector.buffer.impl.ABufferVectorAllocator.BufferFloatVectorAllocator
Constructor.
BufferFloatVectorBlock - Class in com.qfs.vector.buffer.impl
Implementation of an ABufferVectorBlock based on FloatBuffer.
BufferFloatVectorBlock(IAllocationSettings, FloatBuffer) - Constructor for class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
Constructor.
BufferIntegerDictionary - Class in com.qfs.dic.impl
A dictionary of integers that stores its data in buffers (so that there it can be off-heap).
BufferIntegerDictionary() - Constructor for class com.qfs.dic.impl.BufferIntegerDictionary
Constructor with default initial capacity.
BufferIntegerDictionary(int) - Constructor for class com.qfs.dic.impl.BufferIntegerDictionary
Constructor.
BufferIntegerToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockDoubleVectorBinding
 
BufferIntegerToArrayBlockFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToArrayBlockFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockFloatVectorBinding
 
BufferIntegerToArrayBlockIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToArrayBlockIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockIntegerVectorBinding
 
BufferIntegerToArrayBlockLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToArrayBlockLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockLongVectorBinding
 
BufferIntegerToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToArrayDoubleVectorBinding
 
BufferIntegerToArrayFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToArrayFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToArrayFloatVectorBinding
 
BufferIntegerToArrayIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToArrayIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToArrayIntegerVectorBinding
 
BufferIntegerToArrayLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToArrayLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToArrayLongVectorBinding
 
BufferIntegerToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToBufferDoubleVectorBinding
 
BufferIntegerToBufferFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToBufferFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToBufferFloatVectorBinding
 
BufferIntegerToBufferIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToBufferIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToBufferIntegerVectorBinding
 
BufferIntegerToBufferLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToBufferLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToBufferLongVectorBinding
 
BufferIntegerToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
 
BufferIntegerToDirectFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToDirectFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
 
BufferIntegerToDirectIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToDirectIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
 
BufferIntegerToDirectLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferIntegerToDirectLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
 
BufferIntegerVectorAllocator(IAllocationSettings) - Constructor for class com.qfs.vector.buffer.impl.ABufferVectorAllocator.BufferIntegerVectorAllocator
Constructor.
BufferIntegerVectorBlock - Class in com.qfs.vector.buffer.impl
Implementation of an ABufferVectorBlock based on IntBuffer.
BufferIntegerVectorBlock(IAllocationSettings, IntBuffer) - Constructor for class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
Constructor.
BufferLongToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferLongToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferLongToArrayBlockDoubleVectorBinding
 
BufferLongToArrayBlockFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferLongToArrayBlockFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferLongToArrayBlockFloatVectorBinding
 
BufferLongToArrayBlockLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferLongToArrayBlockLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferLongToArrayBlockLongVectorBinding
 
BufferLongToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferLongToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferLongToArrayDoubleVectorBinding
 
BufferLongToArrayFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferLongToArrayFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferLongToArrayFloatVectorBinding
 
BufferLongToArrayLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferLongToArrayLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferLongToArrayLongVectorBinding
 
BufferLongToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferLongToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferLongToBufferDoubleVectorBinding
 
BufferLongToBufferFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferLongToBufferFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferLongToBufferFloatVectorBinding
 
BufferLongToBufferLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferLongToBufferLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferLongToBufferLongVectorBinding
 
BufferLongToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferLongToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
 
BufferLongToDirectFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferLongToDirectFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
 
BufferLongToDirectLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
BufferLongToDirectLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
 
BufferLongVectorAllocator(IAllocationSettings) - Constructor for class com.qfs.vector.buffer.impl.ABufferVectorAllocator.BufferLongVectorAllocator
Constructor.
BufferLongVectorBlock - Class in com.qfs.vector.buffer.impl
Implementation of an ABufferVectorBlock based on LongBuffer.
BufferLongVectorBlock(IAllocationSettings, LongBuffer) - Constructor for class com.qfs.vector.buffer.impl.BufferLongVectorBlock
Constructor.
Buffers - Class in com.qfs.buf.impl
Static methods for creating buffer allocators and buffer serialization.
Buffers() - Constructor for class com.qfs.buf.impl.Buffers
 
bufferSize(int) - Method in class com.qfs.msg.csv.impl.CSVSourceConfiguration.CSVSourceConfigurationBuilder
Property that identifies the byte buffer size used by the source.
build() - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
build() - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
build() - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
build() - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
build() - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
build() - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
build() - Method in class com.activeviam.builders.StartBuilding.Builder
Builds the whole application.
build() - Method in class com.activeviam.database.api.query.DistinctQuery.DistinctQueryBuilder
Builds and validated the query.
build() - Method in class com.activeviam.database.api.query.GetByKeyQuery.GetByKeyQueryBuilder
 
build() - Method in class com.activeviam.database.api.query.ListQuery.ListQueryBuilder
Generates and validates the query.
build() - Method in class com.activeviam.database.sql.api.schema.SqlJoin.SqlJoinBuilder
 
build() - Method in interface com.activeviam.desc.build.ICanBuildActivePivotManagerDescription
Finishes building the description.
build() - Method in interface com.activeviam.desc.build.ICanBuildCommonCubeDescription
Builds the cube description.
build() - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.CanBuild
Creates the description representing the attributes collected by this builder.
build() - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedSelectionMappingBuilder
 
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 class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
build() - Method in interface com.qfs.desc.IDatastoreSchemaDescriptionBuilder.IBuildableDatastoreSchemaDescription
Create the schema description containing all the descriptions added.
build() - Method in class com.qfs.desc.impl.DatastoreSchemaDescriptionBuilder
 
build() - Method in class com.qfs.desc.impl.FieldDescription.FieldDescriptionBuilder
Creates the description.
build() - Method in class com.qfs.desc.impl.ReferenceDescriptionBuilder
 
build() - Method in class com.qfs.desc.impl.SimplePartitioningDescriptionBuilder
Builds the final description and returns it.
build() - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
build() - Method in class com.qfs.desc.impl.TableSecurityBuilder
 
build() - Method in interface com.qfs.desc.IReferenceDescriptionBuilder.IHasMapping
 
build() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanBuild
Builds the description, taking into account all the previously given constraints.
build() - Method in interface com.qfs.desc.ITableSecurityBuilder
Returns the table security corresponding to this builder.
build() - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Returns the built-in statistic.
build() - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
build() - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatisticBuilder
Returns the built-in statistic.
build() - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatisticBuilder
 
build() - Method in class com.qfs.msg.csv.impl.CSVSourceConfiguration.CSVSourceConfigurationBuilder
Builds the configuration.
build() - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo.JdbcFetchingInfoBuilder
 
build() - Method in class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
 
build() - Method in class com.qfs.pivot.builder.cellset.impl.CellDataBuilder
Builds the final DTO.
build() - Method in class com.qfs.pivot.builder.cellset.impl.JsonCellDataBuilder
Builds the final DTO.
build() - Method in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
 
build() - Method in class com.qfs.pivot.builder.cellset.impl.PositionDataBuilder
 
build() - Method in class com.qfs.pivot.builder.discovery.impl.CatalogDiscoveryBuilder
Return the built catalog discovery.
build() - Method in class com.qfs.pivot.builder.discovery.impl.CubeDiscoveryBuilder
Returns the built cube discovery.
build() - Method in class com.qfs.pivot.builder.discovery.impl.DefaultMemberDiscoveryBuilder
 
build() - Method in class com.qfs.pivot.builder.discovery.impl.DimensionDiscoveryBuilder
 
build() - Method in class com.qfs.pivot.builder.discovery.impl.DrillthroughColumnsDiscoveryBuilder
 
build() - Method in class com.qfs.pivot.builder.discovery.impl.HierarchyDiscoveryBuilder
 
build() - Method in class com.qfs.pivot.builder.discovery.impl.JsonDiscoveryBuilder
Build the discovery.
build() - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
build() - Method in class com.qfs.pivot.builder.discovery.impl.LevelDiscoveryBuilder
 
build() - Method in class com.qfs.pivot.builder.discovery.impl.MeasureDiscoveryBuilder
Returns the built measure discovery.
build() - Method in class com.qfs.pivot.builder.discovery.impl.MeasureGroupDiscoveryBuilder
 
build() - Method in class com.qfs.pivot.builder.discovery.impl.SetDiscoveryBuilder
 
build() - Method in class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughDataBuilder
Builds the current builder into an actual JsonDrillthroughData object.
build() - Method in class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughUpdateDataBuilder
Builds the current builder into an actual JsonDrillthroughUpdateData object.
build() - Method in interface com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder.IAPCSBuilder
Builds the ActivePivot content service, taking into account all the previously given constraints.
build() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderBuilder
Builds the provider at very first epoch of ActivePivot.
build() - Method in class com.qfs.pivot.json.queryplan.EmptyPlanInfoData.EmptyPlanInfoDataBuilder
 
build() - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData.ExternalRetrievalDataBuilder
 
build() - Method in class com.qfs.pivot.json.queryplan.FilterData.FilterDataBuilder
 
build() - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
 
build() - Method in class com.qfs.pivot.json.queryplan.LocationData.LocationDataBuilder
 
build() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
 
build() - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData.QuerySummaryDataBuilder
 
build() - Method in class com.qfs.pivot.json.queryplan.RetrievalData.RetrievalDataBuilder
 
build() - Method in interface com.qfs.pivot.mdx.compil.IMdxCompilationBuilder
Builds and return the object.
build() - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilationMatcherBuilder
 
build() - Method in class com.qfs.repository.params.impl.ParameterUpdateBuilder
 
build() - Method in interface com.qfs.repository.params.IParameterUpdateBuilder
Builds a parameter update from the previously registered changes.
build() - Method in interface com.qfs.rest.urls.IUrlBuilder.IBuildable
Builds the URL from builder data.
build() - Method in interface com.qfs.snl.messages.IMessageBuilder.IBuildable
Builds the message with all provided information.
build() - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
Builds the monitor.
build() - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
build() - Method in interface com.qfs.snl.persistence.IDataSourceBuilder
Build the data source.
build() - Method in interface com.qfs.store.build.IDatastoreBuilder.IBuildableDatastore
 
build() - Method in class com.qfs.store.part.impl.HierarchicalPartitioningDescriptionBuilder
 
build() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescriptionBuilder
 
build() - Method in class com.qfs.store.part.impl.PartitioningDescriptionBuilder
Builds the partitioning description.
build() - Method in interface com.qfs.store.query.plan.IExecutionPlanBuilder
Gets the execution tasks.
build() - Method in class com.qfs.store.query.plan.impl.SingleThreadExecutionPlanBuilder
 
build() - Method in class com.qfs.store.Types.TypeInformation.TypeBuilder
 
build() - Method in interface com.qfs.util.IBuilder
Deprecated.
Build the result.
build() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties.ICanBuild
build() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
 
build() - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanBuild
Builds the IMdxContext.
build() - Method in interface com.quartetfs.biz.pivot.context.IContextValueBuilder.ICanBuild
Builds the context values.
build() - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
build() - Method in interface com.quartetfs.biz.pivot.context.subcube.ICanStartBuildingSubCubeProperties.ICanBuild
Builds the ISubCubeProperties.
build() - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns a cube filter with all the constraints you have added on top of the edited filter.
build() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ResultConsumerSubCubePropertiesBuilder
 
build() - Method in class com.quartetfs.biz.pivot.contribution.impl.AggregatedContributionBuilder
build() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo.DimensionInfoBuilder
 
build() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
build() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.ILocationBuilder
Builds the "raw" location out of the provided information.
build() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
build() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo.HierarchyInfoBuilder
 
build() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.LevelInfoBuilder
 
build() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedDrillthroughColumnDescription.ICanBuild
Builds the description.
build() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICanBuild
Builds the description.
build() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember.ICanBuild
build() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingKpiDescription.ICanBuild
Builds the IKpiDescription.
build() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingNamedSetDescription.ICanBuild
Builds the description.
build() - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedDrillthroughColumnDescriptionBuilder
 
build() - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedDrillthroughColumnSetDescriptionBuilder
 
build() - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
build() - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
 
build() - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerNamedSetDescriptionBuilder
 
build() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManagerBuilder
Deprecated.
Build an ActivePivot Manager from its description and bind it to the database.
build() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaBuilder.ActivePivotContainerBuilder
Deprecated.
build() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaBuilder
Deprecated.
Returns new ActivePivot Schema.
build() - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
build() - Method in interface com.quartetfs.biz.pivot.IPointLocationBuilder
Builds the point location.
build() - Method in interface com.quartetfs.biz.pivot.security.builders.ICanHaveRoleEntitlements.ICanBuildEntitlementsProvider
build() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder
 
build() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.GlobalEntitlementBuilder
 
build() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
 
build() - Method in class com.quartetfs.biz.pivot.source.impl.SelectionMappingBuilder
Build the ISelectionMapping and return it.
build() - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinterBuilder
Create the printer.
build(IEpoch) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderBuilder
Builds the provider at any epoch.
build(Kernel32) - Static method in class com.qfs.platform.win.ProcessorInformationHolder
Given a binding to Windows kernel32 library, retrieves information about processors and stores it in a new instance of ProcessorInformationHolder.
build(ITreeStoreNode[]) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
build(ITreeStoreNode[]) - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Builds and returns the resulting store search operation.
build(ITuple) - Method in interface com.quartetfs.pivot.mdx.eval.set.impl.InPlaceInserter.ITupleToSet
Applied to each element to build a set from it.
build(IHasDimensionality, ISet, IMdxMember[]) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalitySet
Creates a set with additional members in the tuples If the specified set implements IRandomAccessSet the result will implement it too.
build(String, IPartitioning, IPartitioning) - Static method in interface com.qfs.pivot.cube.provider.partition.INumaNodeSelectorFactory
 
build(String, String, String, String, String, int, String, String) - Method in interface com.qfs.store.record.DuplicateKeyException.IDuplicateKeyHumanMessageBuilder
Builds a human-readable duplicate key message from the human-readable records data and metadata.
build(String, String, String, String, String, String, String, int, String, String, String) - Method in interface com.qfs.store.record.KeyConstraintViolationException.IKeyConstraintViolationHumanMessageBuilder
Builds an human readable key constraint violation message from the human readable records data and metadata.
BUILD_INITIAL_MESSAGE - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
build_string() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
build_string() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
build_string_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.build_string_return
 
buildAdaptiveSizeDesc(StringBuilder, long) - Static method in class com.activeviam.apm.logging.impl.LoggingUtils
Deprecated.
Builds adaptive description of a given bytes size, into the specified message builder.
buildAdaptiveTimeDesc(StringBuilder, long) - Static method in class com.activeviam.apm.logging.impl.LoggingUtils
Deprecated.
Builds adaptive description of a given ms time, into the specified message builder.
buildAllMemberLevelInfo(IHierarchyInfo, int) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
buildAndStart() - Method in class com.activeviam.builders.StartBuilding.Builder
Builds the whole application and starts immediately the ActivePivot manager if there is one.
buildAndStart() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManagerBuilder
Deprecated.
Builds a manager and starts it directly.
buildChain() - Method in class com.qfs.concurrent.impl.CompleterChain
 
buildChain() - Method in interface com.qfs.concurrent.impl.ICompleterChain.Run
Builds the chain to execute as a single completer to run.
buildCleansed(IHierarchicalMapping) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.ILocationBuilder
Builds a cleansed location from the changed information.
buildCleansed(IHierarchicalMapping) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
buildCondition(IActivePivot, Collection<ILocation>, Collection<String>) - Method in interface com.quartetfs.biz.pivot.query.ILocationInterpreter
Build a condition representing some locations.
buildCondition(IActivePivot, Collection<ILocation>, Collection<String>) - Method in class com.quartetfs.biz.pivot.query.impl.DefaultLocationInterpreter
 
buildCondition(IDrillthroughQuery) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughExecutor
Builds the condition with given parameters.
buildConditionFromDefinition(ICondition, List<AliasedField>) - Static method in class com.activeviam.biz.pivot.impl.ActivePivotConditionBuilder
Builds a condition implementation from its definition.
buildContentOperations() - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
buildContentOperations() - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Builds the content operations.
buildContextValueTypes() - Method in class com.qfs.pivot.builder.discovery.impl.JsonDiscoveryBuilder
Set the context value descriptions.
buildCubeFilter(ILocation, ICubeFilter) - Method in class com.activeviam.copper.pivot.pp.AnalyticFunctionPrefetcher
Builds the cube filter to use for the IPrefetchRequest.
buildCurrentPlan(ActivePivotAggregatesRetriever, IQueryPlan, long, boolean) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphExporter
Creates and adds to the input plan the planned retrievals and their dependencies.
buildDiscriminatorPathsIterator(IDatabaseVersion) - Method in class com.activeviam.copper.pivot.hierarchy.CalculatedMemberTrivialAnalysisHierarchy
 
builder() - Static method in class com.activeviam.database.api.query.DistinctQuery
 
builder() - Static method in class com.activeviam.database.api.query.GetByKeyQuery
 
builder() - Static method in class com.activeviam.database.api.query.ListQuery
 
builder() - Static method in class com.activeviam.database.sql.api.schema.SqlJoin
 
builder() - Static method in class com.activeviam.pivot.security.builders.EntitlementsProvider
Starts defining an entitlement provider for the role context value.
builder() - Static method in class com.activeviam.store.structure.impl.StoreDefinition
 
builder() - Static method in class com.qfs.desc.impl.DatastoreSchemaDescription
 
builder() - Static method in class com.qfs.desc.impl.FieldDescription
 
builder() - Static method in class com.qfs.desc.impl.ReferenceDescription
Creates a builder that will allow you to construct a reference description easily.
builder() - Static method in class com.qfs.desc.impl.StoreDescription
Retrieves a builder to construct this class.
builder() - Static method in interface com.qfs.msg.jdbc.IJDBCSource
Returns an IJdbcSourceBuilder to create an IJDBCSource.
builder() - Static method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
 
builder() - Static method in class com.qfs.pivot.json.queryplan.EmptyPlanInfoData
 
builder() - Static method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData
 
builder() - Static method in class com.qfs.pivot.json.queryplan.FilterData
 
builder() - Static method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData
 
builder() - Static method in class com.qfs.pivot.json.queryplan.LocationData
 
builder() - Static method in class com.qfs.pivot.json.queryplan.PlanInfoData
 
builder() - Static method in class com.qfs.pivot.json.queryplan.QuerySummaryData
 
builder() - Static method in class com.qfs.pivot.json.queryplan.RetrievalData
 
builder() - Static method in class com.qfs.store.Types
Creates a builder used to fluently create a new type.
builder() - Static method in class com.qfs.store.Types.TypeInformation
 
builder() - Static method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Creates a builder for IDrillthroughProperties.
builder() - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Creates a builder for IMdxContext.
builder() - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
Returns a builder, starting without any restrictions.
builder() - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
Create a builder for ISubCubeProperties.
builder() - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest
 
builder() - Static method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
builder() - Static method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnSetDescription
builder() - Static method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
Creates a builder for ICalculatedMemberDescription.
builder() - Static method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Creates a builder for IKpiDescription.
builder() - Static method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
Creates a builder for INamedSetDescription.
builder(String, int) - Static method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo
Start building a DimensionInfo.
builder(String, int) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
Start building a HierarchyInfo.
builder(String, int, IDimensionInfo) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
Start building a HierarchyInfo.
builder(String, int, IHierarchyInfo) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
Start building a LevelInfo.
Builder() - Constructor for class com.activeviam.builders.StartBuilding.Builder
 
Builder() - Constructor for class com.qfs.monitoring.statistic.memory.impl.ChunkSetStatistic.Builder
 
Builder() - Constructor for class com.qfs.monitoring.statistic.memory.impl.ChunkStatistic.Builder
 
Builder() - Constructor for class com.qfs.monitoring.statistic.memory.impl.DefaultMemoryStatistic.Builder
 
Builder() - Constructor for class com.qfs.monitoring.statistic.memory.impl.DictionaryStatistic.Builder
 
Builder() - Constructor for class com.qfs.monitoring.statistic.memory.impl.IndexStatistic.Builder
 
Builder() - Constructor for class com.qfs.monitoring.statistic.memory.impl.ReferenceStatistic.Builder
 
buildException() - Method in class com.qfs.store.query.impl.InvalidQueryExceptionBuilder
Returns the InvalidQueryException to throw.
buildExternalRetrievalInfo(ExternalDatabaseRetrieval, int, long) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
Creates an external retrieval info.
buildFieldIndexes(IStoreVersion, int, boolean) - Static method in class com.qfs.store.impl.SchemaPrinter
Constructs a string indicating in which indexes of the stores a field takes part.
buildFieldProperty(String...) - Static method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumn
Method to convert an array of field's names into one string object that can be given to a ACalculatedDrillthroughColumn to be able to deduce its underlying fields.
buildHierarchyDescriptions(IActivePivot) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyAndLevelInfo
Builds hierarchy and levels info instances for all hierarchies in an ActivePivot.
buildHierarchyDescriptions(IActivePivot) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyDescription
Builds the list of hierarchy descriptions from all hierarchies present in an ActivePivot.
buildIndex(IFixedLengthIntegerArrayDictionary, int[]) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.SubPointIntegerArrayDictionaryIndex
Builds the index from the given points and the indices to consider.
buildInternal() - Method in class com.activeviam.database.api.query.ListQuery.ListQueryBuilder
 
buildMeasureDimensionInfo() - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
buildMeasureHierarchyInfo(IDimensionInfo) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
buildNewBase() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction.BaseTransformer
Build a new base with new IHierarchyInfo and new list of LevelInfo that contains the merged levels (with the right ordinal).
buildOutput(int) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.TopKResultHolder
Builds the output for top K result.
buildParameterDependency(String) - Static method in class com.qfs.repository.mdx.impl.LookUpFunction.LookUpFunctionDefinition
T Builds the additional dependency to add to the RT dependencies from the input parameter.
buildPath(IMdxMember) - Static method in class com.quartetfs.biz.pivot.dto.MemberDTO
Builds the path representing the provided member.
buildPattern(ITuple, boolean) - Method in class com.quartetfs.pivot.mdx.plan.impl.BitmapMatcherBuilder
Builds the pattern for the tuple to expand.
buildPattern(IMdxFixedMember) - Method in class com.quartetfs.pivot.mdx.plan.impl.BitmapMatcherBuilder
Builds the pattern for a single, non range MDX member.
buildPivotDomainName(String) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaBuilder
Deprecated.
 
buildPlan() - Method in interface com.activeviam.store.structure.IInternalDatastoreSchemaUpdater
Builds a plan that is a set of actions to migrate an existing datastore to the new configuration.
buildPlan() - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
buildProcedure(String, JsonNode, JsonUpdateWhereCompiler) - Method in class com.qfs.store.service.impl.CopyUpdateWhereFactory
 
buildProcedure(String, JsonNode, JsonUpdateWhereCompiler) - Method in class com.qfs.store.service.impl.CurrentDateProcedureFactory
 
buildProcedure(String, JsonNode, JsonUpdateWhereCompiler) - Method in class com.qfs.store.service.impl.SetFieldProcedureFactory
 
buildProcedure(String, JsonNode, JsonUpdateWhereCompiler) - Method in interface com.qfs.store.service.IUpdateWhereProcedureFactory
Build the update where procedure and selection.
buildReferenceTimeLine(List<Object[]>) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
 
buildReferenceTimeLine(List<Object[]>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.ITimeLinePostProcessor
Build a timeline based on range location over the time hierarchy.
buildRequestScope(ILocationBuilder, ICubeFilter, IJoinMeasure<?, ?>, IActivePivotVersion, Collection<IMeasureMember>) - Method in class com.activeviam.copper.agg.AJoinAnalysisAggregationProcedure
 
buildRequestScope(ILocationBuilder, ICubeFilter, IJoinMeasure<?, ?>, IActivePivotVersion, Collection<IMeasureMember>) - Method in class com.activeviam.copper.hierarchy.BucketingAnalysisAggregationProcedure
Deprecated.
 
buildRequestScope(ILocationBuilder, ICubeFilter, IJoinMeasure<?, ?>, IActivePivotVersion, Collection<IMeasureMember>) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAnalysisAggregationProcedure
Creates a request location by adding the required levels to map ActivePivot points to members of the handled analysis hierarchies.
buildRequestScope(ILocationBuilder, ICubeFilter, IJoinMeasure<?, ?>, IActivePivotVersion, Collection<IMeasureMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy.TimeBucketProcedure
 
buildRetrieval(int, int, long) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider.PartialPrimitiveAggregatesRetrieval
 
buildRetrieval(int, int, long) - Method in class com.qfs.query.impl.DistributedAggregatesRetrievalCreator.DistributedAggregatesRetrieval
 
buildRetrieval(int, int, long) - Method in class com.qfs.query.impl.DistributedAggregatesRetrievalCreator.DistributedPostProcessedRetrieval
 
buildRetrieval(int, int, long) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
 
buildRetrieval(int, int, long) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExternalDatabaseRetrieval
 
buildRetrieval(int, int, long) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrieval
Creates a retrieval with information on the current IAggregatesRetrieval retrieval.
buildRetrieval(int, int, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
buildRetrieval(int, int, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
buildRetrieval(int, int, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval
 
buildRetrieval(int, int, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpExternalDatabaseRetrieval
 
buildRetrievalInfo(IAggregatesRetrieval, int, int, long) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregateRetrievalInfo
Builds the retrieval information object.
buildRetrievalInfo(IAggregatesRetrieval, String, int, int, long) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PartialProviderRetrievalInfo
Builds the retrieval information object.
buildSite(String, String) - Static method in class com.qfs.snl.agent.impl.SiteUtils
Builds a site with the catalog and the activePivot.
buildSnapshotFromUserContext(IActivePivotContext, List<Class<? extends IContextValue>>) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextUtils
Build a context snapshot from the context based on the user context with optional context values from the shared context.
buildSubIndex(IFixedLengthIntegerArrayDictionary, int[], int, int) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.SubPointIntegerArrayDictionaryIndexFromList
Builds a portion of the index from the given points and the indices to consider.
buildTimingDetails(IRetrieval[], long) - Static method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo
Builds the timing information, as defined in IRetrievalInfo.TimingDescription, for the given retrievals.
buildTransactionInfo(IEpoch, Map<IHierarchy, List<? extends IMember>>, Map<IHierarchy, List<? extends IMember>>) - Method in class com.qfs.pivot.impl.ARemoteTransaction
Builds the associated ARemoteTransaction.transactionInfo one the transaction has been committed.
buildTraversalPathMember(ILocation) - Method in class com.activeviam.copper.pivot.pp.AnalyticFunctionPrefetcher
Builds the coordinate path along the traversal hierarchy to use to build the location of the IPrefetchRequest.
buildWebClient(WebClient.Builder) - Static method in class com.qfs.content.service.impl.RemoteContentService
Static factory to create a web client from a web client builder.
buildWithoutReset() - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
buildWithoutReset() - Method in interface com.quartetfs.biz.pivot.IPointLocationBuilder
Builds a point location reader without resetting the range values.
BULK_API_SUFFIX - Static variable in class com.qfs.content.rest.impl.ARestContentServer
The suffix to add to the rest services suffix to obtain the path to access the bulk API.
BulkedEvents - Class in com.quartetfs.tech.streaming.impl
Object packaging multiple events.
BulkedEvents() - Constructor for class com.quartetfs.tech.streaming.impl.BulkedEvents
Default constructor.
BulkedEvents(List<IDomainEvent>) - Constructor for class com.quartetfs.tech.streaming.impl.BulkedEvents
Full constructor.
bulkSet(IClearableBitmap) - Method in interface com.qfs.bitmap.IClearableBitmap
Sets all the bits of the given bitmap in this bitmap.
bulkSet(IClearableBitmap) - Method in class com.qfs.bitmap.impl.Bitmap
 
bulkSet(IClearableBitmap) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
ByteBufferConverterExtendedPlugin - Class in com.qfs.msg.keyvalue.conversion.impl
 
ByteBufferConverterExtendedPlugin() - Constructor for class com.qfs.msg.keyvalue.conversion.impl.ByteBufferConverterExtendedPlugin
Constructor.
ByteBufferDoubleArrayConverter - Class in com.qfs.msg.keyvalue.conversion.impl
Class that convert double arrays to or from ByteBuffers.
ByteBufferDoubleArrayConverter(IKeyValueBufferPool) - Constructor for class com.qfs.msg.keyvalue.conversion.impl.ByteBufferDoubleArrayConverter
Constructor.
ByteBufferFloatArrayConverter - Class in com.qfs.msg.keyvalue.conversion.impl
Class that convert float arrays to or from ByteBuffers.
ByteBufferFloatArrayConverter(IKeyValueBufferPool) - Constructor for class com.qfs.msg.keyvalue.conversion.impl.ByteBufferFloatArrayConverter
Constructor.
ByteBufferInputStream - Class in com.activeviam.io
Implementation of an InputStream pulling its data from a ByteBuffer.
ByteBufferInputStream(ByteBuffer) - Constructor for class com.activeviam.io.ByteBufferInputStream
Constructor.
ByteBufferIntArrayConverter - Class in com.qfs.msg.keyvalue.conversion.impl
Class that convert integer arrays to or from ByteBuffers.
ByteBufferIntArrayConverter(IKeyValueBufferPool) - Constructor for class com.qfs.msg.keyvalue.conversion.impl.ByteBufferIntArrayConverter
Constructor.
ByteBufferJsonConverter - Class in com.qfs.msg.keyvalue.conversion.impl
Class that convert JsonNode objects to or from ByteBuffers.
ByteBufferJsonConverter(IKeyValueBufferPool) - Constructor for class com.qfs.msg.keyvalue.conversion.impl.ByteBufferJsonConverter
Constructor.
ByteBufferLongArrayConverter - Class in com.qfs.msg.keyvalue.conversion.impl
Class that convert long arrays to or from ByteBuffers.
ByteBufferLongArrayConverter(IKeyValueBufferPool) - Constructor for class com.qfs.msg.keyvalue.conversion.impl.ByteBufferLongArrayConverter
Constructor.
ByteBufferOutputStream - Class in com.activeviam.io
Implementation of an OutputStream writing its content to a ByteBuffer.
ByteBufferOutputStream(ByteBuffer) - Constructor for class com.activeviam.io.ByteBufferOutputStream
Constructor.
ByteBufferStringConverter - Class in com.qfs.msg.keyvalue.conversion.impl
Class that convert a String to or from ByteBuffers.
ByteBufferStringConverter(IKeyValueBufferPool, String) - Constructor for class com.qfs.msg.keyvalue.conversion.impl.ByteBufferStringConverter
Constructor.
ByteKey - com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil.SerializationKey
Key for a byte value.
byteNumber(int) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil.MultiByteInteger
 
ByteString - Class in com.quartetfs.biz.xmla.compression.impl
ByteString.
ByteString() - Constructor for class com.quartetfs.biz.xmla.compression.impl.ByteString
 
ByteString(byte) - Constructor for class com.quartetfs.biz.xmla.compression.impl.ByteString
 
ByteString(byte[]) - Constructor for class com.quartetfs.biz.xmla.compression.impl.ByteString
 

C

Cache - com.quartetfs.biz.xmla.constants.Keyword
 
CACHE_ENABLED_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.AStoreLookupPostProcessor
 
CacheAgentService - Class in com.qfs.snl.agent.impl
Implementation of IAgentService keeping registered agents in a cache.
CacheAgentService() - Constructor for class com.qfs.snl.agent.impl.CacheAgentService
 
cacheAlerts() - Method in class com.qfs.snl.alerts.impl.CacheAlertService
Loads alerts and cache them.
cacheAlertService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Cache on top of the database service for alerts.
CacheAlertService - Class in com.qfs.snl.alerts.impl
Cache layer on top of an IAlertService.
CacheAlertService(IAlertService) - Constructor for class com.qfs.snl.alerts.impl.CacheAlertService
Full constructor.
CachedActivePivotContentService - Class in com.qfs.pivot.content.impl
CachedActivePivotContentService(IActivePivotContentService, long, ITimeSupplier) - Constructor for class com.qfs.pivot.content.impl.CachedActivePivotContentService
Deprecated, for removal: This API element is subject to removal in a future version.
CachedActivePivotContentService(IActivePivotContentService, long, ITimeSupplier, ScheduledExecutorService) - Constructor for class com.qfs.pivot.content.impl.CachedActivePivotContentService
Constructor.
CachedAggregatesRetrievalCreator - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
An AggregatesRetrievalCreator that creates retrievals which will look for aggregated values in the pivot's aggregates cache before actually trying to compute them.
CachedAggregatesRetrievalCreator(AggregatesRetrievalCreator, IContext, IContextSnapshot, IAggregatesCache<ICachedAggregates>, IMeasuresProvider) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.CachedAggregatesRetrievalCreator
Constructor.
CachedAggregatesRetrievalCreator.CachedAggregatesStatus - Enum in com.quartetfs.biz.pivot.query.aggregates.plan.impl
The possible status of a ICachedAggregates retrieved from the cache for a given query.
CachedAggregatesRetrievalResult - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Represents cached aggregates for a single location and a single measure.
CachedAggregatesRetrievalResult(int, IInternalAggregatesRetrievalResult, IMeasureMember) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.CachedAggregatesRetrievalResult
Constructor.
cacheDatabase() - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
Caches the content of the database.
CachedBranchPermissionsManager - Class in com.qfs.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.qfs.security.impl.CachedBranchPermissionsManager
Constructor with underlying branch permissions manager.
CachedBranchPermissionsManager(IBranchPermissionsManager, TtlCache<String, IBranchPermissions>) - Constructor for class com.qfs.security.impl.CachedBranchPermissionsManager
Constructor with underlying branch permissions manager and TTL cache.
CachedBranchPermissionsManager(IBranchPermissionsManager, Duration) - Constructor for class com.qfs.security.impl.CachedBranchPermissionsManager
Constructor with underlying branch permissions manager and TTL cache timeout.
CachedPlan(ISet, boolean) - Constructor for class com.quartetfs.pivot.mdx.impl.PlanContext.CachedPlan
 
CachedPpNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
A PpNode whose result is already available in the IAggregatesCache.
CachedPpNode(IScopeLocation, int, IPostProcessedMeasure, IPostProcessor, IMeasuresProvider, ICubeFilter, ICachedAggregates, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CachedPpNode
Constructor.
CachedPrimitiveAggregationNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
A PrimitiveAggregationNode whose result is already available in the IAggregatesCache.
CachedPrimitiveAggregationNode(PrimitiveNode, Map<IMeasureMember, ICachedAggregates>, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CachedPrimitiveAggregationNode
Constructor.
CachedPrimitiveNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
A PrimitiveNode whose result is already available in the IAggregatesCache.
CachedPrimitiveNode(PrimitiveNode, Map<IMeasureMember, ICachedAggregates>, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CachedPrimitiveNode
Constructor.
cacheEvictOperation(long) - Method in interface com.qfs.chunk.direct.allocator.IBlockAllocator
Empties the given amount of byte from the cache if this allocator has cache capability (i.e.
cacheEvictOperation(long) - Method in class com.qfs.chunk.direct.allocator.impl.ABlockAllocator
 
cacheEvictOperation(long) - Method in class com.qfs.chunk.direct.allocator.impl.BlockAllocatorManager
 
cacheEvictOperation(long) - Method in class com.qfs.chunk.direct.allocator.impl.UnsafeAllocator
 
cacheMissValueSupplier - Variable in class com.qfs.fwk.cache.impl.TtlCache.SerializedTtlCache
See TtlCache.cacheMissValueSupplier.
cachePlan(IExpression, ISet, boolean) - Method in class com.quartetfs.pivot.mdx.impl.PlanContext
Store only the first time that you encounter a specific expression.
cachePlan(IExpression, ISet, boolean) - Method in interface com.quartetfs.pivot.mdx.IPlanContext
Caches a plan.
CachePolicyInterceptor - Class in com.qfs.rest.server.impl
The interceptor that sets our global cache policy.
cachingAllMeasuresBut(String...) - Method in interface com.activeviam.desc.build.IAggregatesCacheDescriptionCompleteBuilder
Excludes some measures from this cache.
cachingOnlyBranches(String...) - Method in interface com.activeviam.desc.build.IAggregatesCacheDescriptionCompleteBuilder
Restricts the branches for which an aggregates cache will be created.
cachingOnlyMeasures(String...) - Method in interface com.activeviam.desc.build.IAggregatesCacheDescriptionCompleteBuilder
Restricts the measures that this cache will handle.
CachingVisitor<R> - Class in com.quartetfs.pivot.mdx.impl
 
CachingVisitor(IExpressionVisitor<R>, boolean, boolean) - Constructor for class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
calculateCoordinatesForPartialRecordsUsingDefaultPartitioningRule(int[], int[], int[], int[], boolean) - Method in class com.qfs.store.part.impl.APartitioningNode
Calculate the coordinates for a partial record using the default partitioning rule of this node.
calculateCoordinatesForPartialRecordsUsingDefaultPartitioningRule(int[], int[], int[], int[], boolean) - Method in class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModulo
 
calculateCoordinatesForPartialRecordsUsingDefaultPartitioningRule(int[], int[], int[], int[], boolean) - Method in class com.qfs.store.part.impl.SinglePartitionPartitioningNode
 
Calculated - com.quartetfs.biz.xmla.constants.Keyword
 
CALCULATED - com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughColumn.INFO
 
CALCULATED_COLUMN_DESCRIPTIONS - Static variable in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
 
CALCULATED_COLUMN_SET - Static variable in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
Deprecated.
This context value doesn't preserve column set metadata. Use DrillthroughPropertiesTranslator.CALCULATED_COLUMN_SET_DESCRIPTIONS instead.
CALCULATED_COLUMN_SET_DESCRIPTIONS - Static variable in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
 
CALCULATED_COLUMNS - Static variable in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
Deprecated.
This context value doesn't preserve column metadata. Use DrillthroughPropertiesTranslator.CALCULATED_COLUMN_DESCRIPTIONS instead.
CALCULATED_MEMBER - com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
 
CalculatedColumnDto(String, String, String, Properties) - Constructor for class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnDto
 
CalculatedColumnDtoDeserializer() - Constructor for class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnDto.CalculatedColumnDtoDeserializer
 
CalculatedColumnDtoDeserializer(Class<?>) - Constructor for class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnDto.CalculatedColumnDtoDeserializer
 
CalculatedColumnSetDto(String, Properties) - Constructor for class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnSetDto
 
CalculatedColumnSetDtoDeserializer() - Constructor for class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnSetDto.CalculatedColumnSetDtoDeserializer
 
CalculatedColumnSetDtoDeserializer(Class<?>) - Constructor for class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnSetDto.CalculatedColumnSetDtoDeserializer
 
calculatedDrillthroughColumn() - Static method in class com.activeviam.builders.StartBuilding
CalculatedDrillthroughColumnDescription - Class in com.quartetfs.biz.pivot.definitions.impl
CalculatedDrillthroughColumnDescription is the description class for a ICalculatedDrillthroughColumn.
CalculatedDrillthroughColumnDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
Default constructor of class ColumnDescription with no parameter.
CalculatedDrillthroughColumnDescription(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
Constructor.
CalculatedDrillthroughColumnDescription(String, String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
Constructor.
CalculatedDrillthroughColumnDescription(String, String, String, Properties) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
Fully qualified constructor.
CalculatedDrillthroughColumnExtendedPlugin - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
Explicit implementation of the calculated drillthrough columns extended plugin.
CalculatedDrillthroughColumnExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.CalculatedDrillthroughColumnExtendedPlugin
Constructor registering the core extended plugin values.
calculatedDrillthroughColumnSet() - Static method in class com.activeviam.builders.StartBuilding
CalculatedDrillthroughColumnSetDescription - Class in com.quartetfs.biz.pivot.definitions.impl
CalculatedDrillthroughColumnSetDescription is the description class for a CalculatedDrillthroughColumnSet.
CalculatedDrillthroughColumnSetDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnSetDescription
Default constructor of class ColumnDescription with no parameter.
CalculatedDrillthroughColumnSetDescription(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnSetDescription
Constructor without properties.
CalculatedDrillthroughColumnSetDescription(String, Properties) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnSetDescription
Full constructor.
CalculatedDrillthroughColumnSetExtendedPlugin - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
Explicit implementation of the calculated drillthrough column sets extended plugin.
CalculatedDrillthroughColumnSetExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.CalculatedDrillthroughColumnSetExtendedPlugin
Constructor defining core plugin values.
CalculatedMeasure - Class in com.activeviam.copper.measure
A Copper measure representing the result of a calculation based on other Copper measures.
CalculatedMeasure.Factory - Class in com.activeviam.copper.measure
Factory for CalculatedMeasure.
CalculatedMeasureMerger - Class in com.activeviam.copper.graph.visitor.impl
ACopperTreeRewriter that can change the tree of a CalculatedMeasure that depends on others CalculatedMeasure or when one of its dependencies is a ContextValueMeasure or ConstantValueMeasure.
CalculatedMeasureMerger(IInternalCopperContext) - Constructor for class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger
Constructor.
CalculatedMeasureMerger.MergeCopperFunction - Class in com.activeviam.copper.graph.visitor.impl
A new ICopperFunction created from the combination of other ICopperFunction.
CalculatedMeasureMerger.MergeCopperOperator - Class in com.activeviam.copper.graph.visitor.impl
A new ICopperOperator created from the combination of other operators.
calculatedMember() - Static method in class com.activeviam.builders.StartBuilding
Creates a builder for ICalculatedMemberDescription.
CalculatedMemberDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Basic implementation of an ICalculatedMemberDescription.
CalculatedMemberDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
Default constructor.
CalculatedMemberDescription(ICalculatedMemberDescription) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
Copy constructor.
CalculatedMemberDescription(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
Simple constructor from a unique name and a formula.
CalculatedMemberDescription(Map<String, String>) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
Constructor from a list of properties.
CalculatedMemberTrivialAnalysisHierarchy - Class in com.activeviam.copper.pivot.hierarchy
An analysis hierarchy whose members are computed.
CalculatedMemberTrivialAnalysisHierarchy(IAnalysisHierarchyInfo, List<ILevelInfo>, IWritableDictionary<Object>[]) - Constructor for class com.activeviam.copper.pivot.hierarchy.CalculatedMemberTrivialAnalysisHierarchy
Constructor.
calculateMedian(double[]) - Static method in class com.quartetfs.pivot.mdx.func.impl.MedianFunction
 
calculateQueryId(String) - Static method in class com.activeviam.apm.pivot.monitoring.impl.QueryExecutorMonitor
 
calculateScope(Map<String, Map<String, Integer>>, IHierarchicalMapping) - Static method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
Returns a human-readable array description of all the hierarchies in the given scope partialHierarchies.
call() - Method in class com.qfs.msg.csv.impl.ParserTask
Execute the parser task.
call() - Method in class com.qfs.msg.jdbc.impl.AJDBCSource.JDBCTask
Deprecated.
 
call() - Method in class com.qfs.msg.keyvalue.impl.KeyValueSource.KeyValueTask
Deprecated.
 
Call - com.quartetfs.biz.xmla.constants.Keyword
 
callCustomListener(IStoreDescriptionBuilder.IRemoveUnknownKeyListener) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IOnRemoveUnknownKey
Adds a custom listener to be fired when trying to remove a record whose key cannot be found in the store.
CALLER - com.qfs.platform.solaris.lgrp_view
If the given view is LGRP_VIEW_CALLER, the snapshot contains only the resources that are available to the caller (for example, with respect to processor sets).
canAccessLocation(int, List<Object>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeNode
Test if the location (defined inside the father hierarchy) is reachable.
canAccessLocation(List<Object>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeTree
Gives the state (LocationState) of a location path on the hierarchy.
canAccessMember(int, List<IAxisMember>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeNode
Test if a member (defined inside the father hierarchy) is reachable.
canAccessMember(List<IAxisMember>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.AllExcludedSubCubeTree
 
canAccessMember(List<IAxisMember>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeTree
 
canAccessMember(List<IAxisMember>) - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeTree
Tells if the axisMember defined by the given path is allowed.
canAccessMemberPath(List<Object>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.AllExcludedSubCubeTree
 
canAccessMemberPath(List<Object>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeTree
 
canAccessMemberPath(List<Object>) - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeTree
Tells if the member defined by the given discriminator path is allowed.
canBeCommitted() - Method in class com.quartetfs.biz.pivot.impl.StructuralManagerTransaction
 
canBeDestroyed() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo
 
canBeDestroyed() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
canBeDestroyed() - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Indicates if the info can be destroyed since it does not hold any relevant information.
canBeDistributed(ILocation) - Method in class com.activeviam.copper.pivot.pp.UserDefinedAggregationPostProcessor
Deprecated.
 
canBeDistributed(ILocation) - Method in interface com.quartetfs.biz.pivot.postprocessing.IDistributedPostProcessor
Returns whether this post-processor evaluation can be partitioned on all the remote data cubes when executed on a distributed query cube.
canBeDistributed(ILocation) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.DistributedPostProcessor
 
canBeEmptyString() - Method in interface com.qfs.desc.IFieldDescription
Indicates whether this field supports empty String as value.
canBeEmptyString() - Method in class com.qfs.desc.impl.FieldDescription
 
canBeEmptyString() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
canBeEmptyString(boolean) - Method in class com.qfs.store.Types.TypeInformation.TypeBuilder
 
canBeGrouped() - Method in interface com.qfs.store.query.IFieldCriterion
Deprecated.
Returns true if this criteria on a field can be grouped with other criteria on other fields to be used on a criteria on a group of fields that could use an index.
canBeInProvider() - Method in enum com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.ClassificationType
Indicates whether this level can exist in an aggregate provider (e.g.
canBeLocalized(String, ILocation, String) - Method in interface com.qfs.distribution.ILocalityIdentifier
Returns whether the aggregates targeted by the given location and measure can be localized in the given remote instance.
canBeReduced(int[]) - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
canBeReduced(int[]) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
 
canBeReduced(int[]) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
 
canBeReduced(int[]) - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
canBeReduced(int[]) - Method in class com.qfs.store.part.impl.SinglePartitioning
 
canBeReduced(int[]) - Method in interface com.qfs.store.part.IPartitioning
Returns the fields among the input ones that can be used to create a reduced partitioning.
canBeString(int) - Static method in class com.qfs.store.Types
Returns whether the type if of type String or Object and not an array.
cancel() - Method in class com.qfs.msg.csv.impl.ACSVTopic.ListenerKey
 
cancel() - Method in class com.qfs.msg.csv.impl.HandlerToken
 
cancel() - Method in interface com.qfs.msg.IListenerKey
The method to cancel the associated listener.
cancel() - Method in class com.qfs.util.impl.FutureValue
Deprecated.
Cancel the future.
cancel() - Method in class com.quartetfs.biz.pivot.query.registration.impl.ARegistration
 
cancel() - Method in interface com.quartetfs.biz.pivot.query.registration.IRegistration
Attempts to cancel execution of this registration.
cancel() - Method in class com.quartetfs.pivot.mdx.realtime.impl.AMultiGANContinuousQueryListener
Cancels the registration if this listener is not stopped yet.
cancel() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
Cancel the execution of this registration.
cancel(boolean) - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleter
 
cancel(boolean) - Method in class com.qfs.concurrent.cancellable.impl.CancellableForkJoinTask
 
cancel(boolean) - Method in class com.qfs.concurrent.impl.AAdaptingFuture
 
cancel(boolean) - Method in class com.qfs.concurrent.impl.FutureValue
 
cancel(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
cancel(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.repository.impl.RepositoryService
 
cancel(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in interface com.qfs.repository.IRepositoryService
Cancels a pending update, deleting the prepared changes.
cancel(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
cancel(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in interface com.qfs.repository.persistence.IPointValueDao
Cancels a pending update, deleting the prepared changes.
cancel(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
cancel(IPointValue.IKey) - Method in class com.qfs.repository.persistence.impl.DbProcedure
Cancels the pending change on a point value.
cancel(Throwable) - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleter
Cancels this task with the same properties as CancellableCountedCompleter.cancel(boolean).
cancel(Throwable) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager.QueryExecutionTask
 
cancel(Throwable) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Cancels this retrieval and set its completion cause to the given exception.
Cancel - com.qfs.content.ws.impl.RegistrationInstruction
Used to unregister a listener.
Cancel - com.quartetfs.biz.xmla.constants.Keyword
 
Cancel - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
CANCEL_ACTION - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to define the cancel action.
CancelCommand - Class in com.quartetfs.biz.xmla.servlet.impl
Deprecated, for removal: This API element is subject to removal in a future version.
CancellableBroadcastMessageWrapper<AnswerT,​OutputT,​ContextT> - Class in com.qfs.messenger.message.impl
Wrapper around a Broadcast message, to make it cancellable.
CancellableBroadcastMessageWrapper() - Constructor for class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
Empty Constructor.
CancellableBroadcastMessageWrapper(IBroadcastMessage<AnswerT, OutputT, ContextT>, long, long) - Constructor for class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
Full constructor.
CancellableBroadcastResult<T> - Class in com.qfs.messenger.impl
A BroadcastResult able to cancel its serialization if it takes too long.
CancellableBroadcastResult() - Constructor for class com.qfs.messenger.impl.CancellableBroadcastResult
Empty constructor (for serialization).
CancellableBroadcastResult(T, long, IAddress, long, long) - Constructor for class com.qfs.messenger.impl.CancellableBroadcastResult
Constructor.
CancellableCountedCompleter<T> - Class in com.qfs.concurrent.cancellable.impl
A CountedCompleter that keeps record of the first exception thrown by its children or itself and propagate it back to its parent only when all children have finished.
CancellableCountedCompleterWithChildren<T> - Class in com.qfs.concurrent.cancellable.impl
A CancellableCountedCompleter that keeps track of all its pending tasks, in addition of keeping track of its parent task/completion action, like an ordinary CountedCompleter.
CancellableCountedRunnable<T> - Class in com.qfs.concurrent.cancellable.impl
Basic implementation of a CountedCompleter performing an action as part of its execution.
CancellableDataOutput - Class in com.qfs.messenger.impl
A custom DataOutput that checks for interruption.
CancellableDataOutput(DataOutput, long) - Constructor for class com.qfs.messenger.impl.CancellableDataOutput
The default constructor.
CancellableDataOutput(DataOutput, long, long) - Constructor for class com.qfs.messenger.impl.CancellableDataOutput
The default constructor.
CancellableForkJoinTask<T> - Class in com.qfs.concurrent.cancellable.impl
This is an implementation of an interruptible ForkJoinTask.
CancellableForkJoinTask.TimedInterruptor - Class in com.qfs.concurrent.cancellable.impl
An IInterruptor that checks for cancellation and for timeout.
CancellableRecursiveAction - Class in com.qfs.concurrent.cancellable.impl
A cancellable RecursiveAction.
CancellableRecursiveBoundedAction - Class in com.qfs.concurrent.cancellable.impl
A cancellable RecursiveBoundedAction.
CancellableRecursiveBoundedAction(BoundedAction) - Constructor for class com.qfs.concurrent.cancellable.impl.CancellableRecursiveBoundedAction
Constructor.
CancellableRecursiveBoundedTask<T> - Class in com.qfs.concurrent.cancellable.impl
A cancellable RecursiveBoundedTask.
CancellableRecursiveBoundedTask(BoundedTask<T>) - Constructor for class com.qfs.concurrent.cancellable.impl.CancellableRecursiveBoundedTask
Constructor.
CancellableRecursiveTask<T> - Class in com.qfs.concurrent.cancellable.impl
A cancellable RecursiveTask.
CancellableRecursiveTask() - Constructor for class com.qfs.concurrent.cancellable.impl.CancellableRecursiveTask
 
CancellationUtils - Class in com.qfs.concurrent.cancellable.impl
Contains all static utilities for cancellable tasks.
CancellationUtils() - Constructor for class com.qfs.concurrent.cancellable.impl.CancellationUtils
 
cancelUserQueries(String) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager
 
cancelUserQueries(String) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
cancelUserQueries(String) - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
cancelUserQueries(String) - Method in interface com.quartetfs.biz.pivot.IQueryManager
Deprecated, for removal: This API element is subject to removal in a future version.
canCollectTiming(QueryTimingCollector.QueryCategory) - Static method in class com.quartetfs.fwk.logging.impl.QueryTimingCollector
Check if a timing can be collected.
canCollectVectors() - Method in class com.qfs.agg.impl.ChunkHistory
 
canCollectVectors() - Method in interface com.qfs.chunk.ICanCollectVectors
Returns whether this chunk stores IVector elements that can be collected.
canCollectVectors() - Method in class com.qfs.chunk.impl.ChunkComposite
 
canCollectVectors() - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
canCollectVectors() - Method in interface com.qfs.chunk.IVectorChunk
 
canCompile(String, IMultiVersionActivePivot) - Static method in class com.qfs.pivot.mdx.compil.impl.MdxCompilers
Check whether this MDX snippet can be compiled.
canCreateBranch(Set<String>) - Method in interface com.qfs.security.IBranchPermissionsManager
Given their username and their roles, returns true if the current user can create a branch, false otherwise.
canCreateBranch(Set<String>) - Method in class com.qfs.security.impl.BranchPermissionsManager
 
canCreateBranch(Set<String>) - Method in class com.qfs.security.impl.CachedBranchPermissionsManager
 
canCreateBranch(Set<String>) - Method in class com.qfs.security.impl.ContentServiceBranchPermissionsManager
 
canDeleteBranch(Set<String>, String) - Method in interface com.qfs.security.IBranchPermissionsManager
Given their username and their roles, returns true if the current user can delete the given branch, false otherwise.
canDeleteBranch(Set<String>, String) - Method in class com.qfs.security.impl.ContentServiceBranchPermissionsManager
 
canDropPartition(IIntIntMultiMap<TIntList>) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
 
canDropPartition(IIntIntMultiMap<TIntList>) - Method in interface com.qfs.store.part.IPartitioning
Checks if a removewhere condition can be interpreted as a drop partition on this partitioning.
canEditBranch(Set<String>, String) - Method in interface com.qfs.security.IBranchPermissionsManager
Given their username and their roles, returns true if the current user can edit the given branch, false otherwise.
canEditBranch(Set<String>, String) - Method in class com.qfs.security.impl.ContentServiceBranchPermissionsManager
 
canImplyCartesianPartitioning(int[], IntIntFunction[], TIntIntMap) - Method in class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning
Check if this partitioning implies the other Cartesian partitioning defined by otherFields and otherFunctions.
canMatch(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.AAndOperand
 
canMatch(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.DictionaryConstantOperand
 
canMatch(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.DictionaryConstantSetOperand
 
canMatch(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.DictionaryDynamicOperand
 
canMatch(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.DictionaryDynamicSetOperand
 
canMatch(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.ObjectConstantOperand
 
canMatch(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.ObjectConstantSetOperand
Says if it is possible that the operand matches.
canMatch(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.ObjectDynamicOperand
 
canMatch(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.ObjectDynamicSetOperand
 
canMatch(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.StaticOperand
The operand can detect if the value it contains will have no match on the target column.
canMatch(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.StaticSetOperand
 
canMatch(Map<String, Object>) - Method in interface com.qfs.store.query.plan.condition.IOperand
The operand can detect if the value it contains will have no match on the target column.
canModifyGraph() - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
canModifyGraph() - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Returns whether this visitor may modify the visited PlanningGraph by either adding or removing nodes or arcs.
CANNOT_CREATE_DIRECTORY - Static variable in class com.qfs.content.service.impl.ContentServiceMessages
Message.
CANNOT_CREATE_DIRECTORY_IN - Static variable in class com.qfs.content.service.impl.ContentServiceMessages
Message.
CANNOT_CREATE_ENTRY - Static variable in class com.qfs.content.service.impl.ContentServiceMessages
Message.
CANNOT_CREATE_FILE - Static variable in class com.qfs.content.service.impl.ContentServiceMessages
Message.
CANNOT_CREATE_FILE_IN - Static variable in class com.qfs.content.service.impl.ContentServiceMessages
Message.
CANNOT_CREATE_NEW_ENTRY - Static variable in class com.qfs.content.service.impl.ContentServiceMessages
Message.
CANNOT_CREATE_NEW_ENTRY2 - Static variable in class com.qfs.content.service.impl.ContentServiceMessages
Message.
CANNOT_DRILLTHROUGH_CELL - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
CANNOT_RETRIEVE_MANAGER - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
CANNOT_UPDATE - Static variable in class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateResult
Static result marking that the RT update cannot be computed.
cannotBeEvaluatedAsValue(IContextExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
cannotBeEvaluatedAsValue(IRTExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
cannotBeEvaluatedAsValue(R) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Call this method on a dependency, when the expression cannot be evaluated as a value.
CannotEstimateColumnCardinalityException(String) - Constructor for exception com.activeviam.database.api.query.IStatisticsQueryRunner.CannotEstimateColumnCardinalityException
 
cannotUpdate() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateResult
 
canRead() - Method in class com.qfs.content.rest.impl.JsonContentEntry
 
canRead() - Method in class com.qfs.content.service.impl.PathlessContentEntry
 
canRead() - Method in interface com.qfs.content.service.IPathlessContentEntry
Whether or not the current user can read this entry.
canRead(Set<String>) - Method in interface com.qfs.desc.IFieldPermission
Check if a user can read a field.
canRead(Set<String>) - Method in class com.qfs.desc.impl.WritableFieldPermission
 
canReadBranch(Set<String>, String) - Method in interface com.qfs.security.IBranchPermissionsManager
Given their username and their roles, returns true if the current user can read the given branch, false otherwise.
canReadBranch(Set<String>, String) - Method in class com.qfs.security.impl.ContentServiceBranchPermissionsManager
 
canReadField(String, Set<String>) - Method in class com.qfs.desc.impl.TableReadWritePermissions
 
canReadField(String, Set<String>) - Method in interface com.qfs.desc.ITablePermissions
Check if a user can read a field.
canReadFile(ICsvDataProvider<?>) - Method in interface com.qfs.msg.csv.policy.ICsvParserConfigPolicy
Decides whether the given file can be read.
canReadFile(ICsvDataProvider<?>) - Method in class com.qfs.msg.csv.policy.impl.LineAndFileLimitCsvParserPolicy
 
canReadFile(ICsvDataProvider<?>) - Method in class com.qfs.msg.csv.policy.impl.NoRestrictionCsvParserConfigPolicy
 
canReceiveDiscoveryMessage(String) - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
 
canReceiveDiscoveryMessage(String) - Method in interface com.qfs.messenger.IDistributedHierarchyManager
Returns whether this manager can receive an additional initial discovery message from the given data cube.
canReuseInput() - Method in interface com.qfs.dic.IFixedLengthIntegerArrayDictionary
Returns whether each integer array mapped into this dictionary is not directly stored without any copying.
canReuseInput() - Method in class com.qfs.dic.impl.AFixedLengthIntegerArrayDictionary
 
canReuseInput() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
canRun() - Method in class com.qfs.repository.impl.RepositoryDaemonActions
 
canRun() - Method in interface com.qfs.repository.IRepositoryDaemonActions
Indicates if these actions can be run by a RepositoryDaemon.
canSkipPartitions(int[]) - Method in class com.qfs.distribution.impl.DistributedPartitioning
 
canSkipPartitions(int[]) - Method in class com.qfs.store.part.impl.AdaptivePartitioning
 
canSkipPartitions(int[]) - Method in class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning
 
canSkipPartitions(int[]) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning
 
canSkipPartitions(int[]) - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
canSkipPartitions(int[]) - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
canSkipPartitions(int[]) - Method in class com.qfs.store.part.impl.SinglePartitioning
 
canSkipPartitions(int[]) - Method in interface com.qfs.store.part.IPartitioning
Tells whether knowing the values at the given fields can help skipping some partitions during the look-up.
canUnregisterNode() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
Decides if the stream node can be unregistered.
canUpdate(SentinelMdxQuery) - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Ensures that this query is a viable replacement for an existing query.
canUseOptimizedVersion() - Method in class com.activeviam.pivot.rest.dataexport.converters.MdxSelectQueryResult
 
canWrite() - Method in class com.qfs.content.rest.impl.JsonContentEntry
 
canWrite() - Method in class com.qfs.content.service.impl.PathlessContentEntry
 
canWrite() - Method in interface com.qfs.content.service.IPathlessContentEntry
Whether or not the current user can write this entry.
canWrite(Set<String>) - Method in interface com.qfs.desc.IFieldPermission
Check if a user can update a field.
canWrite(Set<String>) - Method in class com.qfs.desc.impl.WritableFieldPermission
 
canWriteField(String, Set<String>) - Method in class com.qfs.desc.impl.TableReadWritePermissions
 
canWriteField(String, Set<String>) - Method in interface com.qfs.desc.ITablePermissions
Check if a user can write a field.
capacity() - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
capacity() - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
capacity() - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
capacity() - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
capacity() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
capacity() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
capacity() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
capacity() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
capacity() - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
capacity() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
capacity() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
capacity() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
capacity() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
capacity() - Method in class com.activeviam.column.impl.EmptyChunk
 
capacity() - Method in class com.qfs.agg.impl.ChunkHistory
 
capacity() - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
capacity() - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
capacity() - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
capacity() - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
capacity() - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
capacity() - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
capacity() - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
capacity() - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
capacity() - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
capacity() - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
capacity() - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
capacity() - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
capacity() - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
capacity() - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
capacity() - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
capacity() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
capacity() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
capacity() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
capacity() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
capacity() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
capacity() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
capacity() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
capacity() - Method in class com.qfs.chunk.direct.impl.ADirectChunkNullable
 
capacity() - Method in class com.qfs.chunk.direct.impl.ADirectChunkPrimitiveInteger
 
capacity() - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
capacity() - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
capacity() - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
capacity() - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
capacity() - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
capacity() - Method in interface com.qfs.chunk.IChunk
Returns the (fixed) capacity of the chunk (number of elements it can store).
capacity() - Method in class com.qfs.chunk.impl.AChunkOffset
 
capacity() - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
capacity() - Method in class com.qfs.chunk.impl.ChunkComposite
 
capacity() - Method in class com.qfs.chunk.impl.ChunkDictionary
 
capacity() - Method in class com.qfs.chunk.impl.ChunkMarked
 
capacity() - Method in class com.qfs.chunk.impl.ChunkObject
 
capacity() - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
capacity() - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
capacity() - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
capacity() - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
capacity() - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
capacity() - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
capacity() - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
capacity() - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
capacity() - Method in class com.qfs.chunk.impl.TombStoneChunk
 
capacity() - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
capacity() - Method in interface com.qfs.pivot.agg.IAggregateStore
Returns the current capacity of this store.
capacity() - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
capacity() - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
capacity() - Method in class com.qfs.store.impl.AColumnChunkSet
Returns the current capacity of this store.
capacity() - Method in class com.qfs.vector.array.impl.AArrayVector
 
capacity() - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
capacity() - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
capacity() - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
capacity() - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
capacity() - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
capacity() - Method in interface com.qfs.vector.IBlock
Returns the capacity of the block (ie.
capacity() - Method in class com.qfs.vector.impl.TombStoneBlock
 
capacity() - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
Caption - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
CAPTION - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the caption.
CAPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
CAPTION - Static variable in interface com.quartetfs.pivot.mdx.meta.IMdxFormulaMember
 
CAPTION - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
CAPTION - Static variable in interface com.quartetfs.pivot.mdx.statement.IReturnFunction
 
CaptionAbbreviation - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
CaptionDescription - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
CaptionDrillthroughColumn - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
Drillthrough calculator returning a formatted caption of the value.
CaptionDrillthroughColumn(String, String, Properties) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.CaptionDrillthroughColumn
Constructor.
captionPath - Variable in class com.qfs.pivot.builder.cellset.impl.PositionDataBuilder
The path with the captions.
captionPath - Variable in class com.qfs.pivot.builder.discovery.impl.DefaultMemberDiscoveryBuilder
The captions of the default member and its ancestors.
captionPath - Variable in class com.qfs.pivot.json.cellset.PositionData
The path with the captions.
captionPath - Variable in class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
The captions of the default member and its ancestor.
captionPath(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
 
CaptionShort - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
cardinality() - Method in interface com.qfs.bitmap.IBitmap
Reports the number of bits set in the bitmap.
cardinality() - Method in class com.qfs.bitmap.impl.Bitmap
 
cardinality() - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
cardinality() - Method in class com.qfs.bitmap.impl.QFSBitmap
 
cardinality() - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope
Returns the number of flagged positions in this ValueScope.
cardinality() - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope
 
cardinality(long[]) - Static method in class com.qfs.bitmap.impl.Bitmap
Gets the cardinality of the bitmap.
cardinality(IMdxLevel) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Calculates the level cardinality.
CardinalityCalculator() - Constructor for class com.qfs.store.part.impl.PartitioningNodeWalkers.CardinalityCalculator
 
CartesianProductPartitioning - Class in com.qfs.store.part.impl
A partitioning over several fields, each associated with a partitioning functions.
CartesianProductPartitioning(int[], IntIntFunction[]) - Constructor for class com.qfs.store.part.impl.CartesianProductPartitioning
Constructor.
CartesianProductPartitioning.CartesianProductPartitioningImplicationChecker - Class in com.qfs.store.part.impl
Visitor to check if a partitioning by Cartesian product is implied by another partitioning.
CartesianProductPartitioning.CartesianProductPartitioningImpliedPartitionRetriever - Class in com.qfs.store.part.impl
Visitor to retrieve the partition id of a partitioning by Cartesian product, knowing the id of the partition of another partitioning by which the partitioning by Cartesian product partitioning is implied.
CartesianProductPartitioning.CartesianProductPartitioningOriginalPartitionRetriever - Class in com.qfs.store.part.impl
Visitor to retrieve the partition ids of a partitioning by Cartesian product, knowing the id of the partition of another partitioning which is the reduced partitioning of the partitioning by Cartesian product.
CartesianProductPartitioning.GcpCalculator - Class in com.qfs.store.part.impl
Implementation of AGreatestCommonPartitioningCalculator for this partitioning.
CartesianProductPartitioningImplicationChecker(CartesianProductPartitioning, TIntIntMap) - Constructor for class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningImplicationChecker
Constructor.
CartesianProductPartitioningImpliedPartitionRetriever(CartesianProductPartitioning, TIntIntMap, int) - Constructor for class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningImpliedPartitionRetriever
Constructor.
CartesianProductPartitioningOriginalPartitionRetriever(CartesianProductPartitioning, int) - Constructor for class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningOriginalPartitionRetriever
Constructor.
CartesianProductValuesSupplier - Class in com.activeviam.copper.hierarchy
A values supplier that computes a Cartesian product of all values produced by its underlying IDistinctValuesSupplier.
CartesianProductValuesSupplier(List<IDistinctValuesSupplier>) - Constructor for class com.activeviam.copper.hierarchy.CartesianProductValuesSupplier
Constructor.
CartesianSubPartitioning(int[], IntIntFunction[]) - Constructor for class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning.CartesianSubPartitioning
Constructor.
Case - com.quartetfs.biz.xmla.constants.Keyword
 
Case - com.quartetfs.pivot.mdx.statement.Syntax
Case style e.g.
CASE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
CASE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
CASE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
case_expression() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
case_expression() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
case_expression_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.case_expression_return
 
CASE_SENSITIVE - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
CASE_SENSITIVE - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
CASE_SENSITIVE_DEFAULT - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
Default value for the case sensitivity.
CaseExpression - Class in com.quartetfs.pivot.mdx.statement.impl
 
CaseExpression(IExpression, List<IWhenClause>, IExpression) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.CaseExpression
 
CaseInsensitiveEqualStringMatcher(String) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.PatternMatcherFactoryCaseInsensitive.CaseInsensitiveEqualStringMatcher
 
caseInsensitiveSymbolName(String) - Static method in class com.quartetfs.pivot.mdx.impl.CaseInsentivePlugin
Transforms a String such that case insensitively equal versions of the String have the same transformed value.
CaseInsentivePlugin<T extends IPluginValue> - Class in com.quartetfs.pivot.mdx.impl
Plugin implementation for storing plugin values and their case insensitive counter values.
CaseInsentivePlugin() - Constructor for class com.quartetfs.pivot.mdx.impl.CaseInsentivePlugin
 
caseSensitive(boolean) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanEnableCaseSensitivity
If enabled, the MdxEngine is case sensitive.
caseSensitive(boolean) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
CaseSensitiveEqualStringMatcher(String) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.PatternMatcherFactoryCaseSensitive.CaseSensitiveEqualStringMatcher
 
cast(IDatabase) - Static method in class com.qfs.store.impl.Datastore
Deprecated, for removal: This API element is subject to removal in a future version.
For internal use only
cast(IInternalDatabase) - Static method in class com.qfs.store.impl.Datastore
Deprecated, for removal: This API element is subject to removal in a future version.
For internal use only
cast(Object) - Static method in class com.qfs.util.impl.QfsClass
Deprecated.
Casts the given Object to the given target.
castBoolean(Object) - Static method in class com.qfs.store.query.impl.OperandCaster
Casts the given object to boolean or throws.
castDouble(Object) - Static method in class com.qfs.store.query.impl.OperandCaster
Casts the given object to double or throws.
castFloat(Object) - Static method in class com.qfs.store.query.impl.OperandCaster
Casts the given object to float or throws.
castInt(Object) - Static method in class com.qfs.store.query.impl.OperandCaster
Casts the given object to int or throws.
castLong(Object) - Static method in class com.qfs.store.query.impl.OperandCaster
Casts the given object to long or throws.
castString(Object) - Static method in class com.qfs.store.query.impl.OperandCaster
Casts the given object to string or throws.
castToSet(Object) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Try to create a Set from an Object operand.
Catalog - Class in com.quartetfs.biz.pivot.impl
This class implements the ICatalog interface.
Catalog - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
Catalog(String, Map<String, IMultiVersionActivePivot>) - Constructor for class com.quartetfs.biz.pivot.impl.Catalog
Full constructor.
CATALOG - Static variable in class com.quartetfs.pivot.mdx.xmla.impl.PivotExecuteHandler
Catalog.
Catalog_Name - com.quartetfs.biz.xmla.constants.Keyword
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_CatalogsDefinition
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_ActionsDefinition
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_InputDataSourcesDefinition
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsDefinition
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
CATALOG_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_SchemataDefinition
 
CatalogDescription - Class in com.quartetfs.biz.pivot.definitions.impl
This class implements the ICatalogDescription interface.
CatalogDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.CatalogDescription
Empty Builder used in the fluent builder to initialize the object and add its properties as the user defines them.
CatalogDescription(String, List<String>) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.CatalogDescription
Full constructor.
CatalogDiscovery - Class in com.qfs.pivot.json.discovery
The catalog discovery.
CatalogDiscovery - Class in com.qfs.webservices
Catalog Discovery for SOAP webservices.
CatalogDiscovery() - Constructor for class com.qfs.pivot.json.discovery.CatalogDiscovery
Constructor.
CatalogDiscovery() - Constructor for class com.qfs.webservices.CatalogDiscovery
 
CatalogDiscovery(String, List<CubeDiscovery>) - Constructor for class com.qfs.pivot.json.discovery.CatalogDiscovery
Constructor.
CatalogDiscovery(String, List<String>) - Constructor for class com.qfs.webservices.CatalogDiscovery
 
CatalogDiscoveryBuilder - Class in com.qfs.pivot.builder.discovery.impl
The catalog discovery.
CatalogDiscoveryBuilder() - Constructor for class com.qfs.pivot.builder.discovery.impl.CatalogDiscoveryBuilder
 
CATCH_UP_MAX_TIME_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that specifies with this the catchUpMaxTime in seconds.
CatchUpListenerMultiBranch - Class in com.qfs.store.selection.impl
A ACatchUpListener that runs one FastForward and then delta queries, to catch up with the current state.
CatchUpListenerMultiBranch(IAsyncCompositeSelectionListener, IMultiVersionDatastoreSchema, Map<Integer, int[]>, List<ISelectionMetadata>, Consumer<Exception>, ITransactionManager, Map<Integer, ICondition>, ITransactionPublishingScheduler) - Constructor for class com.qfs.store.selection.impl.CatchUpListenerMultiBranch
Constructor.
CatchUpListenerSingleBranch - Class in com.qfs.store.selection.impl
A ACatchUpListener that runs a delta query while it is not up-to-date with the stores it listens to.
CatchUpListenerSingleBranch(IAsyncCompositeSelectionListener, IMultiVersionDatastoreSchema, String, Map<Integer, int[]>, List<ISelectionMetadata>, boolean, Consumer<Exception>, ITransactionManager, ITimeSupplier) - Constructor for class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
Constructor.
CATEGORY_AGGREGATE_PROVIDER_FEEDING - Static variable in class com.activeviam.database.api.query.QueryTags
Category for queries feeding a partial aggregate provider.
CATEGORY_DISCOVERY - Static variable in class com.activeviam.database.api.query.QueryTags
Category for queries doing a discovery of the database content.
CATEGORY_DRILLTHROUGH - Static variable in class com.activeviam.database.api.query.QueryTags
Category for queries doing a drillthrough.
CATEGORY_EXTERNAL_RETRIEVAL - Static variable in class com.activeviam.database.api.query.QueryTags
Category for queries doing an external retrieval.
CATEGORY_FEEDING - Static variable in class com.activeviam.database.api.query.QueryTags
Category for query doing generic feeding: either feeding multiple things or the exact target is unknown.
CATEGORY_HIERARCHY_FEEDING - Static variable in class com.activeviam.database.api.query.QueryTags
Category for queries feeding hierarchies.
CATEGORY_INCREMENTAL_REFRESH - Static variable in class com.activeviam.database.api.query.QueryTags
Category for refreshing data incrementally.
CATEGORY_JIT_QUERY - Static variable in class com.activeviam.database.api.query.QueryTags
Category for query retrieving data for the Just In Time provider.
CATEGORY_SHOW_TABLE - Static variable in class com.activeviam.database.api.query.QueryTags
Category for queries simply retrieving the content of a table to display it.
CATEGORY_VALIDATION - Static variable in class com.activeviam.database.api.query.QueryTags
Category for query running some validation checks.
CAUSE - Static variable in class com.qfs.jackson.impl.ExceptionSerializer
The cause.
causedBy(Throwable, Class<? extends Throwable>) - Static method in class com.qfs.util.impl.ErrorUtil
Deprecated.
Tests if an exception was caused by a given error, identified by its class.
cBorder - Static variable in class com.quartetfs.pivot.mdx.utils.impl.PrettyPrinter.TablePrinter
 
CBRACKET - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
CBRACKET - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
CBRACKET - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
CDATE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
CDateFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.CDateFunction
 
Cell - com.quartetfs.biz.xmla.constants.Keyword
 
CELL - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
CELL - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
CELL - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
CELL_HEADER - Static variable in class com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter
 
CELL_MD_PROPERTIES - Static variable in class com.quartetfs.pivot.mdx.xmla.impl.MdxToOlapPropertyMapping
Mapping for cell properties.
Cell_Ordinal - com.quartetfs.biz.xmla.constants.Keyword
 
CELL_ORDINAL - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
CELL_ORDINAL - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
cell_property() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
cell_property() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
cell_property_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
cell_property_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
cell_property_list_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.cell_property_list_return
 
cell_property_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.cell_property_return
 
cell_props() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
cell_props() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
cell_props_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.cell_props_return
 
CellByCoordinatesTester - Class in com.qfs.pivot.testing.impl
Cell tester matching a cell by its coordinates.
CellByCoordinatesTester(GetAggregatesResultCellset, ILocation, String, Object) - Constructor for class com.qfs.pivot.testing.impl.CellByCoordinatesTester
Constructor.
CellData - Class in com.qfs.pivot.json.cellset
The cell data.
CellData() - Constructor for class com.qfs.pivot.json.cellset.CellData
Constructor.
CellData(int, Object, String, Map<String, Object>) - Constructor for class com.qfs.pivot.json.cellset.CellData
Constructor.
CellDataBuilder - Class in com.qfs.pivot.builder.cellset.impl
The cell data builder.
CellDataBuilder() - Constructor for class com.qfs.pivot.builder.cellset.impl.CellDataBuilder
 
cellDataIterator() - Method in class com.quartetfs.biz.pivot.mdx.impl.CellSetEventToMdxResult
 
cellDataIterator() - Method in interface com.quartetfs.pivot.mdx.result.IMdxResult
Returns an iterator on the cells.
cellDataIterator() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxResult
 
CellDTO - Class in com.quartetfs.biz.pivot.dto
DTO representing a cell of a MDX cellset.
CellDTO() - Constructor for class com.quartetfs.biz.pivot.dto.CellDTO
Default constructor.
CellDTO(int, Object, String) - Constructor for class com.quartetfs.biz.pivot.dto.CellDTO
Constructor.
CellDTO(int, Object, String, Object) - Constructor for class com.quartetfs.biz.pivot.dto.CellDTO
Constructor.
CellDTO(int, Object, String, Object, List<Object>) - Constructor for class com.quartetfs.biz.pivot.dto.CellDTO
Full constructor.
CellDTOIterator - Class in com.quartetfs.biz.pivot.mdx.impl
An iterator for CellDTO based on a cellSet DTO.
CellDTOIterator(CellSetDTO) - Constructor for class com.quartetfs.biz.pivot.mdx.impl.CellDTOIterator
Constructor.
CellEvent - Class in com.quartetfs.biz.pivot.streaming.impl
Cell event implementation.
CellEvent() - Constructor for class com.quartetfs.biz.pivot.streaming.impl.CellEvent
Default constructor.
CellEvent(String, long, long, String, List<CellDTO>, List<String>) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.CellEvent
Full constructor.
CellPlan - Class in com.quartetfs.pivot.mdx.plan.impl
The cell plan is a component through which planning flows.
CellPlan(int, boolean) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.CellPlan
Constructor.
CellPlanExecutionTask - Class in com.quartetfs.pivot.mdx.plan.impl
Base class for cell plan execution tasks.
CellPlanExecutionTask.AggregateKeyTask - Class in com.quartetfs.pivot.mdx.plan.impl
Base class for Aggregate tasks (they should only contain aggregate formulas or none).
CellPlanExecutionTask.ICellPlanExecutionTaskVisitor<R> - Interface in com.quartetfs.pivot.mdx.plan.impl
CellPlan's task visitor.
CellPlanExecutionTask.NamedSetExecTask - Class in com.quartetfs.pivot.mdx.plan.impl
A task which evaluates a named set.
CellPlanExecutionTask.TupleExecTask - Class in com.quartetfs.pivot.mdx.plan.impl
Tuple execution tasks.
CellPlanPivotDependency - Class in com.quartetfs.pivot.mdx.plan.impl
Captures dependencies from mdx engine to ActivePivot.
CellPlanPivotDependency() - Constructor for class com.quartetfs.pivot.mdx.plan.impl.CellPlanPivotDependency
 
cellPlanResult - Variable in class com.quartetfs.pivot.mdx.plan.impl.Pass
The pass' plan result.
CellPlanResult - Class in com.quartetfs.pivot.mdx.plan.impl
Storage for cell plan execution result.
CellPlanResult(int, CellPlanResultHeader, int[], ITuple) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Full constructor.
CellPlanResult(int, CellPlanResultHeader, ITuple) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Constructor.
CellPlanResult.ICellPlanResultCursor - Interface in com.quartetfs.pivot.mdx.plan.impl
Interface for CellPlanResult's cursors.
CellPlanResult.ICellPlanResultIterator - Interface in com.quartetfs.pivot.mdx.plan.impl
Iterator on a cell plan result.
CellPlanResult.ICellPlanResultTupleCursor - Interface in com.quartetfs.pivot.mdx.plan.impl
Interface for cursor based on an axis driven traversal of the result.
CellPlanResult.IResultWriter - Interface in com.quartetfs.pivot.mdx.plan.impl
Interface for writer.
CellPlanResult.IWriteCallback - Interface in com.quartetfs.pivot.mdx.plan.impl
Write callback.
CellPlanResultHeader - Class in com.quartetfs.pivot.mdx.plan.impl
Header for cell plan execution results.
CellPlanResultHeader(IMdxCube, IMdxCellProperty[]) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHeader
 
CellPlanResultHelper - Class in com.quartetfs.pivot.mdx.plan.impl
Helper for cell plan execution results.
CellPlanResultHelper(int[], IMdxCube, ITuple) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
Constructor.
cellPropertiesAsString(IMdxCellProperty[]) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Converts cell properties to string.
cellPropertiesAsString(Collection<? extends IMdxCellProperty>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Converts cell properties to string.
cells - Variable in class com.qfs.pivot.builder.cellset.impl.JsonCellDataBuilder
The cells.
cells - Variable in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
The cells.
cells - Variable in class com.qfs.pivot.json.cellset.JsonCellData
The cells.
cells - Variable in class com.qfs.pivot.json.cellset.JsonCellSetData
The cells.
Cells - com.quartetfs.biz.xmla.constants.Keyword
 
CellSetDTO - Class in com.quartetfs.biz.pivot.dto
A complete cell set, with axis and cells.
CellSetDTO() - Constructor for class com.quartetfs.biz.pivot.dto.CellSetDTO
Default constructor.
CellSetDTO(List<AxisDTO>, AxisDTO, List<MemberDTO>, List<CellDTO>) - Constructor for class com.quartetfs.biz.pivot.dto.CellSetDTO
Constructor without cell properties.
CellSetDTO(List<AxisDTO>, AxisDTO, List<MemberDTO>, List<CellDTO>, List<String>) - Constructor for class com.quartetfs.biz.pivot.dto.CellSetDTO
Full constructor.
CellSetEvent - Class in com.quartetfs.biz.pivot.streaming.impl
CellSet event implementation.
CellSetEvent() - Constructor for class com.quartetfs.biz.pivot.streaming.impl.CellSetEvent
Default constuctor.
CellSetEvent(String, long, long, String, String, CellSetDTO) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.CellSetEvent
Full constructor.
CellSetEventToMdxResult - Class in com.quartetfs.biz.pivot.mdx.impl
This class may be used for printing CellSetDTO.
CellSetEventToMdxResult(CellSetDTO) - Constructor for class com.quartetfs.biz.pivot.mdx.impl.CellSetEventToMdxResult
Constructor.
CellSetEventToMdxResult(CellSetDTO, String) - Constructor for class com.quartetfs.biz.pivot.mdx.impl.CellSetEventToMdxResult
Constructor.
CellSetEventToMdxResult(ICellSetEvent) - Constructor for class com.quartetfs.biz.pivot.mdx.impl.CellSetEventToMdxResult
Constructor.
CellSetNotificationEvent - Class in com.quartetfs.biz.pivot.streaming.impl
Basic implementation of a ICellSetNotificationEvent.
CellSetNotificationEvent(String, long, long, String) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.CellSetNotificationEvent
Constructor.
CellSetState - Class in com.quartetfs.biz.pivot.webservices.impl
 
CellSetState(IEpoch) - Constructor for class com.quartetfs.biz.pivot.webservices.impl.CellSetState
Constructor.
CellSetState.CellSetStateAxesIterator - Class in com.quartetfs.biz.pivot.webservices.impl
The iterator to visit the axes stores in a CellSetState, used to build CellSetDTO from a CellSetState.
CellSetStateAxesIterator(IMdxInfo, List<IMdxCellSetAxis>, IMdxCellSetAxis, List<int[][]>, int[][]) - Constructor for class com.quartetfs.biz.pivot.webservices.impl.CellSetState.CellSetStateAxesIterator
Constructor.
cellSetToString(MdxCellSet) - Static method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester
Creates the string representation of a cellSet.
CellSetUpdateComputer - Class in com.quartetfs.pivot.mdx.realtime.impl
Class responsible for computing an update of a MDX cellset based on the received changes.
CellSetUpdateComputer(IRTMdxCube, Collection<PivotListener>, ContextMaintainer, PassManager, ExpressionEvaluator) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.CellSetUpdateComputer
Full constructor.
CellSetWithPlans - Class in com.quartetfs.biz.pivot.cellset.impl
A cell set including the result and its subsequent query plans.
CellSetWithPlans(ICellSet, List<IQueryPlan>) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
Constructor.
CellsFollower - Class in com.quartetfs.biz.pivot.webservices.impl
Responsible of following Cell updates across multiple CellSets, even if their ordinal changed.
CellsFollower() - Constructor for class com.quartetfs.biz.pivot.webservices.impl.CellsFollower
Fully defining constructor.
CellsFollower.LooseTupleWrapper - Class in com.quartetfs.biz.pivot.webservices.impl
 
CENTER - com.qfs.util.ui.ITableBuilder.Orientation
 
CENTERED - com.qfs.agg.impl.PercentileFunction.IndexCalculationMode
Deprecated.
q / 100 * n - 0.5) .
CenteredCell - Class in com.qfs.util.ui.impl
Class representing a table cell with content displayed at the center of the cell.
CenteredCell(String, int) - Constructor for class com.qfs.util.ui.impl.CenteredCell
Constructor.
changeAttributeValue(Node, String, String) - Static method in class com.quartetfs.fwk.util.impl.XmlUtil
Deprecated.
Sets the attributeName for the given node to the given value.
changeCalculatedMemberPermissions(String, String, List<String>, List<String>) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Changes who can see and edit the member.
changeCalculatedMemberPermissions(String, String, List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
changeCalculatedMemberPermissions(String, String, List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
changeCalculatedMemberPermissions(String, String, List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
 
changeCalculatedMembersDirectoryPermissions(List<String>, List<String>) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Change the permissions on the directory containing the calculated members.
changeCalculatedMembersDirectoryPermissions(List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
changeCalculatedMembersDirectoryPermissions(List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
changeContextValuesDirectoryPermissions(List<String>, List<String>) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Deprecated, for removal: This API element is subject to removal in a future version.
Context Value storing in content service is dropped in 6.1
changeContextValuesDirectoryPermissions(List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
changeContextValuesDirectoryPermissions(List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
CHANGED - com.activeviam.dic.provider.impl.ImpactType
 
changeDefaultValue(StoreField, Object) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
Changes the default value of the given field.
changeDefaultValue(StoreField, Object) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
ChangeDescription - Class in com.activeviam.database.api.experimental.refresh
Change description to describe updates that happened in the external database.
changeFieldType(StoreField, IFieldType, ICellFunction) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
changeFieldType(StoreField, String, ICellFunction) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
Changes the type of the given field.
changeFieldType(StoreField, String, ICellFunction) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
changeKpiDirectoryPermissions(List<String>, List<String>) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Change the permissions on the directory containing the KPIs.
changeKpiDirectoryPermissions(List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
changeKpiDirectoryPermissions(List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
changeKpiPermissions(String, String, List<String>, List<String>) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Changes who can see and edit the KPI.
changeKpiPermissions(String, String, List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
changeKpiPermissions(String, String, List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
changeKpiPermissions(String, String, List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
 
changeLocale(JsonDefinitionLocale) - Method in interface com.qfs.pivot.rest.configuration.IConfigurationRestService
Changes the locale of the user.
changeLocale(JsonDefinitionLocale) - Method in class com.qfs.pivot.rest.configuration.impl.ConfigurationRestServiceController
Deprecated.
 
changeLocale(String) - Method in interface com.quartetfs.biz.pivot.webservices.IConfigurationService
Changes the locale of the current user.
changeLocale(String) - Method in class com.quartetfs.biz.pivot.webservices.impl.ConfigurationService
 
changePartitioning(String, IPartitioningDescription) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
changePartitioning(String, IPartitioningDescription) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
Re-partitions the given store.
changePermissions(String, List<String>, List<String>) - Method in interface com.qfs.content.service.IContentService
Changes the permissions for a given file.
changePermissions(String, List<String>, List<String>) - Method in class com.qfs.content.service.impl.AContentService
 
changePermissions(String, List<String>, List<String>) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
changePermissions(String, List<String>, List<String>) - Method in class com.qfs.content.service.impl.RemoteContentService
 
changeType(FieldKey, Supplier<IStoreMetadata>, Supplier<IAllocationSettings[]>, IntPredicate, ICellFunction) - Static method in class com.activeviam.store.structure.impl.UpdateFieldsAction
Creates an UpdateFieldsAction that changes the type of the given field by applying the given transformation.
ChangeType - Enum in com.activeviam.database.api.experimental.refresh
 
channel - Variable in class com.qfs.msg.csv.impl.ChannelTask
Channel.
CHANNEL - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
channelClosed(JChannel) - Method in class com.qfs.messenger.impl.NettyMessenger
 
channelConnected(JChannel) - Method in class com.qfs.messenger.impl.NettyMessenger
 
channelDisconnected(JChannel) - Method in class com.qfs.messenger.impl.NettyMessenger
 
channelInfo - Variable in class com.qfs.msg.csv.impl.ChannelTask
File info of the channel.
ChannelTask<I,​F extends IFileInfo<I>> - Class in com.qfs.msg.csv.impl
The task of parsing a channel.
ChannelTask(FileTask<I>, F, IReadableByteChannelHolder, Parser, PublicationQueue<I>, ParserThreadPool) - Constructor for class com.qfs.msg.csv.impl.ChannelTask
Default constructor.
Chapters - com.quartetfs.biz.xmla.constants.Keyword
 
CHAPTERS - com.quartetfs.pivot.mdx.statement.IAxisName.Default
4th axis.
CHAPTERS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
CHAPTERS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
CHAPTERS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
CHAPTERS - Static variable in interface com.quartetfs.pivot.mdx.statement.IAxisName
Name for the Chapter axis.
CHAR_ENCODING - Static variable in class com.quartetfs.biz.xmla.servlet.impl.XmlaServlet
 
CHARACTER_DECODING - com.activeviam.msg.reporting.ICsvAnomaly.CsvAnomalyTypeEnum
 
CHARACTER_MAXIMUM_LENGTH - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
CHARACTER_MAXIMUM_LENGTH - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
CHARACTER_OCTET_LENGTH - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
characters(char[], int, int) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXMLHandler
 
characters(char[], int, int) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeBinXmlHandler
 
characters(CharSequence) - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
CharArraySubSequence - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
CharArraySubSequence(int, int, char[]) - Constructor for class com.qfs.util.impl.CharArraySubSequence
Deprecated.
Constructor, we assert underlying won't change.
charAt(int) - Method in class com.qfs.util.impl.CharArraySubSequence
Deprecated.
 
charAt(int) - Method in class com.quartetfs.fwk.format.impl.SubSequence
 
Chars - Class in com.qfs.msg.csv.impl
List of special chars recognized by the CSV source.
Chars() - Constructor for class com.qfs.msg.csv.impl.Chars
 
CHARSET - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Charset used in binary xml.
CHARSET_PROPERTY - Static variable in interface com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.IJsonOutputConfiguration
Property to define the charset encode the export in.
CHARSET_UNDEFINED - Static variable in class com.qfs.logging.MessagesCSV
Charset is undefined.
check(IActivePivot, ICellSet) - Static method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellset
Static constructor wrapping a result from an ActivePivot and returning the tester for it.
check(ITuple) - Method in interface com.quartetfs.pivot.mdx.eval.IFilter
Test if a tuple must be filtered out or not.
check(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.impl.ContainsFilter
 
check(ITuple) - Method in class com.quartetfs.pivot.mdx.func.impl.BooleanFilter
 
check(ITuple) - Method in class com.quartetfs.pivot.mdx.func.impl.ExceptFilter
 
check(ITuple) - Method in class com.quartetfs.pivot.mdx.func.impl.NonEmptyFilter
 
check(MdxCellSet) - Static method in class com.qfs.pivot.testing.impl.MdxResultCellSet
Static constructor wrapping a MDX cellset for testing.
check(String) - Method in interface com.quartetfs.pivot.mdx.statement.IMdxStatementChecker
Checks the current mdx statement that is about to be parsed and executed.
check(String[]) - Method in class com.qfs.snl.workflows.impl.WorkflowValidator
Checks all bpmn files in a list of directories.
CHECK_USER_DETAILS_PROPERTY - Static variable in class com.qfs.server.cfg.impl.JwtConfig
The name of the property used to enable/disable the check of the user details by JwtConfig.jwtAuthenticationProvider().
checkAndGetType(String) - Static method in class com.qfs.literal.impl.LiteralType
The literal type from its int description.
checkAndSetContributor(String, IDistributedAxisHierarchyBase.IContributorProcedure) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.IDistributedAxisHierarchyBase
For each contributor, checks if it contributes to the input branch and apply the procedure if required.
checkAndSetContributor(String, IDistributedAxisHierarchyBase.IContributorProcedure) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.DistributedVirtualAxisHierarchyBase
 
checkAndSetContributor(String, IDistributedAxisHierarchyBase.IContributorProcedure) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
checkApplication(GoodbyeMessage) - Method in interface com.qfs.distribution.IApplicationManager
Checks the application id of the message against the list of known applications.
checkApplication(GoodbyeMessage) - Method in class com.qfs.distribution.impl.AApplicationManager
 
checkApplication(IInitialDiscoveryMessage) - Method in interface com.qfs.distribution.IApplicationManager
Checks the application id of the message against the list of known applications.
checkApplication(IInitialDiscoveryMessage) - Method in class com.qfs.distribution.impl.AApplicationManager
 
checkApplication(ITransactionCommittedMessage) - Method in interface com.qfs.distribution.IApplicationManager
Checks the application id of the message against the list of known applications.
checkApplication(ITransactionCommittedMessage) - Method in class com.qfs.distribution.impl.AApplicationManager
 
checkBufferPoolSize(long) - Method in class com.qfs.msg.keyvalue.impl.KeyValueBufferPool
Check if the actual buffer pool size is lower than size plus maxBufferPoolSize, and frees the buffers if necessary.
checkConsistency(int, Class<?>, Object) - Static method in class com.activeviam.type.FieldType
Deprecated, for removal: This API element is subject to removal in a future version.
checkContentServiceVersion() - Method in class com.qfs.server.cfg.impl.AActivePivotConfig
This bean checks the version of the AP content service, making sure that the customer is not using an obsolete one.
checkCurrentInterruption() - Static method in class com.qfs.concurrent.cancellable.impl.CancellationUtils
Checks if the current thread is executing a CancellableForkJoinTask whose family has been interrupted.
checkDependencies(ICalculatedDrillthroughColumnDescription, Map<String, ICalculatedDrillthroughColumnDescription>, List<String>, Stack<String>) - Static method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
Finds a dependency cycle in a calculated column.
checkDuplicates(Collection<AliasedField>) - Static method in class com.qfs.store.query.condition.impl.RecordQuery
Throws if the given collection of selection fields contains duplicates.
checkExist(int[], int) - Method in class com.qfs.store.impl.ARecordSetTransaction
Ensures the all the given rows exist in this transaction.
checkExist(int[], int) - Method in class com.qfs.store.impl.ARecordSetVersion
Ensures the all the given rows exist in this version.
checkFields(List<AliasedField>) - Static method in class com.qfs.store.selection.impl.Selection
Makes sure that no field has the same name in the given list.
checkForUpdates(int) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
Checks if the position is marked.
checkIn(IAgentDescription) - Method in interface com.qfs.snl.agent.IAgentService
Register an agent to the ActiveMonitor server.
checkIn(IAgentDescription) - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
checkIn(IAgentDescription) - Method in class com.qfs.snl.agent.service.impl.RemoteAgentService
 
checkIn(AgentDescriptionDto) - Method in interface com.qfs.snl.rs.IAgentRestService
Register an agent to the ActiveMonitor server.
checkIn(AgentDescriptionDto) - Method in class com.qfs.snl.rs.impl.AgentRestServiceController
 
checkIndex(int, int) - Method in interface com.qfs.vector.IBlockVector
Checks that the range [i, i + nb] is valid for this vector.
checkIndex(int, int) - Method in class com.qfs.vector.impl.AVector
Checks that the range [i, i + nb] is valid for this vector.
checkIndex(IVector, int, int) - Method in class com.qfs.vector.binding.impl.GenericVectorBinding
Checks that the range [i, i + nb] is valid for a vector.
checkInPath - Static variable in interface com.qfs.snl.rs.IAgentRestService
The path of the checkIn method.
checkInputPartitioningValue(int) - Method in interface com.qfs.store.part.IntIntFunction
Checks that the input value to a IntIntFunction is positive or null.
checkInterruption() - Method in interface com.qfs.concurrent.cancellable.IInterruptor
Checks if the family of tasks has been interrupted, and throws an exception if this is the case.
checkInterruption() - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleter
Tests if another CancellableCountedCompleter of the same family threw a Throwable and throw it if it is the case.
checkInterruption() - Method in class com.qfs.concurrent.cancellable.impl.CancellableForkJoinTask
Checks whether this tasks's family has been interrupted.
checkInterruption() - Method in class com.qfs.concurrent.cancellable.impl.CancellableForkJoinTask.TimedInterruptor
 
checkInterruption() - Method in class com.qfs.concurrent.cancellable.impl.ExceptionInterruptor
 
checkInterruption() - Method in interface com.qfs.util.IInterruptionChecker
Checks if the current thread has been interrupted.
checkInterruption() - Method in class com.qfs.util.impl.InterruptionChecker
 
checkInterruption() - Static method in class com.qfs.util.impl.InterruptionUtil
checkInterruption() - Method in class com.qfs.util.impl.PeriodicInterruptionChecker
 
checkInterruption(int) - Static method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator
Checks if the current thread has been interrupted.
checkInterruption(String) - Method in class com.qfs.util.impl.InterruptionChecker
checkInterruption(String) - Static method in class com.qfs.util.impl.InterruptionUtil
checkJsonNode(JsonNode) - Method in class com.qfs.store.service.impl.CopyUpdateWhereFactory
 
checkJsonNode(JsonNode) - Method in class com.qfs.store.service.impl.CurrentDateProcedureFactory
 
checkJsonNode(JsonNode) - Method in class com.qfs.store.service.impl.SetFieldProcedureFactory
 
checkJsonNode(JsonNode) - Method in interface com.qfs.store.service.IUpdateWhereProcedureFactory
Check that the node has a valid format.
checkMalformedBitmap(long, QFSBitmap) - Static method in class com.qfs.bitmap.impl.QFSBitmap
Checks that the data and metadata match.
checkMeasureAvailability(IPartialProvider, Collection<? extends IMeasureMember>) - Static method in class com.qfs.pivot.cube.provider.multi.impl.PartialProviderSelector
Tests if a list of measures are available in a given provider.
checkNotNull(Object, IFunctionCall, int) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Throw an exception if o is null.
checkOperationConsistency() - Method in class com.qfs.repository.persistence.impl.DbProcedure
Checks the consistency of the database for errors caused by changes through this procedure.
checkOut(int) - Method in interface com.qfs.snl.agent.IAgentService
Unregister an agent from the ActiveMonitor server.
checkOut(int) - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
checkOut(int) - Method in class com.qfs.snl.agent.service.impl.RemoteAgentService
 
checkOut(int) - Method in interface com.qfs.snl.rs.IAgentRestService
Unregister an agent from the ActiveMonitor server.
checkOut(int) - Method in class com.qfs.snl.rs.impl.AgentRestServiceController
 
checkOutPath - Static variable in interface com.qfs.snl.rs.IAgentRestService
The path of the checkOut method.
checkResponsiveness() - Method in interface com.qfs.pivot.rest.monitoring.IMonitoringRestService
Checks the responsiveness of the active pivots of the server.
checkResponsiveness() - Method in class com.qfs.pivot.rest.monitoring.impl.MonitoringRestServiceController
 
checkSameEpoch(ISquashableAggregateProviderVersion, ISquashableAggregateProviderVersion) - Static method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
Checks whether or not the two versioned objects and their next versions are of the same epochs.
checkSetAddresses(TIntList, StringDictionary, IDistributedActivePivotTransaction.DistributedActivePivotTransactionInfoType, String) - Static method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension
Checks whether the addressesToSet can be set for this transaction, or throw an appropriate exception.
checkStreamId(String) - Static method in class com.qfs.pivot.json.websocket.JsonResponseWithQueryId
Checks that the given The stream id is not null.
checkSubcubeCompatibility(IPartialProvider, ISubCubeProperties) - Static method in class com.qfs.pivot.cube.provider.multi.impl.PartialProviderSelector
Tests if a given provider is compatible with given subcube properties.
checkSum - Variable in class com.qfs.util.tar.impl.TarHeader
The entry's checksum.
checkUiLicense(HttpHeaders) - Static method in class com.qfs.pivot.rest.impl.RestServiceUtils
Helper method to check the local machine comes with a license with ActiveUI enabled.
checkUnsupportedOperation(IMultiVersionDatastoreSchema) - Method in interface com.activeviam.store.structure.IInternalDatastoreSchemaUpdater
Checks if all changes made by this updater are supported.
checkUnsupportedOperation(IMultiVersionDatastoreSchema) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
childLocation(ILocation, int, int) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Creates a child range location from a template.
childLocation(ILocation, IHierarchyInfo, int) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Creates a child range location from a template.
ChildPrefetcher - Class in com.quartetfs.biz.pivot.postprocessing.impl
ChildPrefetcher aims at prefetching the children of a location along a given hierarchy.
ChildPrefetcher(IActivePivot, IMeasuresProvider, Set<String>, String) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.ChildPrefetcher
Full constructor.
Children - com.quartetfs.biz.xmla.constants.Keyword
 
CHILDREN - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
CHILDREN_ATTR - Static variable in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
Property name of the list of children of the statistic.
CHILDREN_ATTR - Static variable in class com.qfs.pivot.monitoring.impl.MonitoringStatisticAdapter
Property name of the list of children of the statistic.
Children_Cardinality - com.quartetfs.biz.xmla.constants.Keyword
 
CHILDREN_CARDINALITY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
CHILDREN_CARDINALITY - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
CHILDREN_CARDINALITY - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
CHILDREN_CARDINALITY - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
ChildrenCardinalityFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersPropertyFunctions.ChildrenCardinalityFunction
Constructor.
ChildrenCardinalityProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.ChildrenCardinalityProperty
 
ChildrenFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
ChildrenFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ChildrenFunction
 
CHKSUMLEN - Static variable in class com.qfs.util.tar.impl.TarHeader
The length of the checksum field in a header buffer.
ChristmasDictionary<K> - Class in com.qfs.dic.impl
A AChristmasDictionary that can handle any kinds of Objects.
ChristmasDictionary() - Constructor for class com.qfs.dic.impl.ChristmasDictionary
Default constructor.
ChristmasDictionary(boolean) - Constructor for class com.qfs.dic.impl.ChristmasDictionary
Constructor.
ChristmasDictionary(int) - Constructor for class com.qfs.dic.impl.ChristmasDictionary
Constructor.
ChristmasDictionary(int, boolean) - Constructor for class com.qfs.dic.impl.ChristmasDictionary
Constructor.
ChristmasDictionary.ChristmasDictionaryString - Class in com.qfs.dic.impl
A AChristmasDictionary specialized for storing String keys.
ChristmasDictionaryDouble - Class in com.qfs.dic.impl
A AChristmasDictionary specialized for storing primitive double values.
ChristmasDictionaryDouble() - Constructor for class com.qfs.dic.impl.ChristmasDictionaryDouble
Default constructor.
ChristmasDictionaryDouble(int) - Constructor for class com.qfs.dic.impl.ChristmasDictionaryDouble
Constructor.
ChristmasDictionaryDouble(int, double) - Constructor for class com.qfs.dic.impl.ChristmasDictionaryDouble
Constructor.
ChristmasDictionaryDoubleArray() - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryDoubleArray
Default constructor.
ChristmasDictionaryDoubleArray(boolean) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryDoubleArray
Constructor.
ChristmasDictionaryDoubleArray(int) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryDoubleArray
Constructor.
ChristmasDictionaryDoubleArray(int, boolean, IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryDoubleArray
Constructor.
ChristmasDictionaryDoubleArray(int, IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryDoubleArray
Constructor.
ChristmasDictionaryDoubleArray(IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryDoubleArray
Constructor.
ChristmasDictionaryFloat - Class in com.qfs.dic.impl
A AChristmasDictionary specialized for storing primitive float values.
ChristmasDictionaryFloat() - Constructor for class com.qfs.dic.impl.ChristmasDictionaryFloat
Default constructor.
ChristmasDictionaryFloat(int) - Constructor for class com.qfs.dic.impl.ChristmasDictionaryFloat
Constructor.
ChristmasDictionaryFloat(int, float) - Constructor for class com.qfs.dic.impl.ChristmasDictionaryFloat
Constructor.
ChristmasDictionaryFloatArray() - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryFloatArray
Default constructor.
ChristmasDictionaryFloatArray(boolean) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryFloatArray
Constructor.
ChristmasDictionaryFloatArray(int) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryFloatArray
Constructor.
ChristmasDictionaryFloatArray(int, boolean, IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryFloatArray
Constructor.
ChristmasDictionaryFloatArray(int, IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryFloatArray
Constructor.
ChristmasDictionaryFloatArray(IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryFloatArray
Constructor.
ChristmasDictionaryInteger - Class in com.qfs.dic.impl
A AChristmasDictionary specialized for storing primitive int values.
ChristmasDictionaryInteger() - Constructor for class com.qfs.dic.impl.ChristmasDictionaryInteger
Default constructor.
ChristmasDictionaryInteger(int) - Constructor for class com.qfs.dic.impl.ChristmasDictionaryInteger
Constructor.
ChristmasDictionaryInteger(int, int) - Constructor for class com.qfs.dic.impl.ChristmasDictionaryInteger
Constructor.
ChristmasDictionaryIntegerArray() - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryIntegerArray
Default constructor.
ChristmasDictionaryIntegerArray(boolean) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryIntegerArray
Constructor.
ChristmasDictionaryIntegerArray(int) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryIntegerArray
Constructor.
ChristmasDictionaryIntegerArray(int, boolean, IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryIntegerArray
Constructor.
ChristmasDictionaryIntegerArray(int, IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryIntegerArray
Constructor.
ChristmasDictionaryIntegerArray(IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryIntegerArray
Constructor.
ChristmasDictionaryLong - Class in com.qfs.dic.impl
A AChristmasDictionary specialized for storing primitive long keys.
ChristmasDictionaryLong() - Constructor for class com.qfs.dic.impl.ChristmasDictionaryLong
Default constructor.
ChristmasDictionaryLong(int) - Constructor for class com.qfs.dic.impl.ChristmasDictionaryLong
Constructor.
ChristmasDictionaryLong(int, long) - Constructor for class com.qfs.dic.impl.ChristmasDictionaryLong
Constructor.
ChristmasDictionaryLongArray() - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryLongArray
Default constructor.
ChristmasDictionaryLongArray(boolean) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryLongArray
Constructor.
ChristmasDictionaryLongArray(int) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryLongArray
Constructor.
ChristmasDictionaryLongArray(int, boolean, IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryLongArray
Constructor.
ChristmasDictionaryLongArray(int, IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryLongArray
Constructor.
ChristmasDictionaryLongArray(IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryLongArray
Constructor.
ChristmasDictionaryObjectArray() - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryObjectArray
Default constructor.
ChristmasDictionaryObjectArray(boolean) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryObjectArray
Constructor.
ChristmasDictionaryObjectArray(int) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryObjectArray
Constructor.
ChristmasDictionaryObjectArray(int, boolean, IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryObjectArray
Constructor.
ChristmasDictionaryObjectArray(int, IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryObjectArray
Constructor.
ChristmasDictionaryObjectArray(IAllocationSettings) - Constructor for class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryObjectArray
Constructor.
ChristmasDictionaryResizeAction<K> - Class in com.qfs.dic.impl
Holds the ChristmasDictionaryResizeAction.RehashActions that will initialize the ChristmasDictionaryResizeAction.resizedDictionary.
ChristmasDictionaryString() - Constructor for class com.qfs.dic.impl.ChristmasDictionary.ChristmasDictionaryString
 
CHUNK_ALLOCATOR_CLASS_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that configures the chunk allocator class.
CHUNK_FREQUENCY_COMPRESSION_RATIO_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property controlling the ratio to compress chunks into frequent-value chunks, avoiding storing the repeated values.
CHUNK_GARBAGE_COLLECTION_FACTOR - Static variable in class com.qfs.chunk.impl.Chunks
CHUNK_GARBAGE_COLLECTION_FACTOR_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property that configures the chunk garbage collection factor of the application.
CHUNK_SIZE - Static variable in class com.qfs.pivot.cube.provider.impl.AAggregateProviderBase
Property to set the chunk size of columnar structures.
CHUNK_SIZE - Static variable in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResult
The chunk size for the columns created by this result.
CHUNK_SIZE - Static variable in class com.quartetfs.pivot.mdx.plan.impl.PassDirectedExecutionGraph
Size of chunks in the internal data structures.
ChunkArray - Class in com.qfs.chunk.array.impl
A table with columnar layout, the columns are chunks.
ChunkArray(IChunk<?>[], String[]) - Constructor for class com.qfs.chunk.array.impl.ChunkArray
Constructor.
ChunkBindingCompiler - Class in com.qfs.chunk.impl
A dynamic compiler of chunk bindings that uses the javassist byte code generation library.
ChunkBindingCompiler() - Constructor for class com.qfs.chunk.impl.ChunkBindingCompiler
 
ChunkComposite - Class in com.qfs.chunk.impl
A chunk implementation for the purpose of performing user-defined aggregations.
ChunkComposite(int[], int, boolean) - Constructor for class com.qfs.chunk.impl.ChunkComposite
Constructor.
ChunkCompositeSparse - Class in com.qfs.chunk.impl
Sparse implementation if IChunkComposite.
ChunkCompositeSparse(ChunkComposite, IRowMapping) - Constructor for class com.qfs.chunk.impl.ChunkCompositeSparse
Constructor.
ChunkCompressionUtil - Class in com.activeviam.chunk.helpers.impl
Custom implementations of the IChunk.compress(IRowMapping, int[], int, IChunkFactory) method for the classes that do not rely on the default method.
ChunkCursor - Class in com.activeviam.chunks.cells.impl
Implementation of a cell on top of an underlying IChunk.
ChunkCursor(IChunk<?>) - Constructor for class com.activeviam.chunks.cells.impl.ChunkCursor
Constructor.
ChunkCursor(IChunk<?>, int) - Constructor for class com.activeviam.chunks.cells.impl.ChunkCursor
Constructor.
ChunkDictionary<K> - Class in com.qfs.chunk.impl
A chunk of dictionarized values.
ChunkDictionary(IDictionary<K>, IChunkInteger) - Constructor for class com.qfs.chunk.impl.ChunkDictionary
Constructor.
ChunkedBitmap - Class in com.qfs.bitmap.impl
A simple chunked bitmap with ordered read and write operations.
ChunkedBitmap(int) - Constructor for class com.qfs.bitmap.impl.ChunkedBitmap
Constructor.
ChunkedBitmap(int, int) - Constructor for class com.qfs.bitmap.impl.ChunkedBitmap
Constructor.
ChunkedBitmap.ChunkedBitmapIterator - Class in com.qfs.bitmap.impl
An iterator to iterate over all the values in the bitmap.
ChunkedColumn<K> - Class in com.activeviam.column.impl
A generic AChunkedColumn.
ChunkedColumn() - Constructor for class com.activeviam.column.impl.ChunkedColumn
Empty constructor for serialization.
ChunkedColumn(int, boolean, IAllocationSettings) - Constructor for class com.activeviam.column.impl.ChunkedColumn
Constructor with a default Object data type.
ChunkedColumn(int, int, boolean, IAllocationSettings) - Constructor for class com.activeviam.column.impl.ChunkedColumn
Constructor.
ChunkedIntegerArray - Class in com.qfs.index.impl
An AIntegerArray that stores its values in a ColumnInteger.
ChunkedIntegerArray(int, boolean) - Constructor for class com.qfs.index.impl.ChunkedIntegerArray
Constructor.
ChunkedIntegerArray(int, int, boolean) - Constructor for class com.qfs.index.impl.ChunkedIntegerArray
Constructor.
ChunkedLongArray - Class in com.qfs.index.impl
An ALongArray that stores its values in a ColumnLong.
ChunkedLongArray(int, boolean) - Constructor for class com.qfs.index.impl.ChunkedLongArray
Constructor.
ChunkedLongArray(int, long, boolean) - Constructor for class com.qfs.index.impl.ChunkedLongArray
Constructor.
ChunkedOutputStream - Class in com.qfs.jackson.impl
A custom implementation of OutputStream that writes data in chunks using a ByteBuffer.
ChunkedOutputStream(int) - Constructor for class com.qfs.jackson.impl.ChunkedOutputStream
 
ChunkFactories - Class in com.qfs.store
 
ChunkFactories() - Constructor for class com.qfs.store.ChunkFactories
 
ChunkFactory<T> - Class in com.qfs.store.impl
Default implementation of an IChunkFactory.
ChunkFactory(boolean, IAllocationSettings, IChunkCreator<T>) - Constructor for class com.qfs.store.impl.ChunkFactory
Constructor.
ChunkFactory(IChunkAllocator, boolean, IAllocationSettings, IChunkCreator<T>) - Constructor for class com.qfs.store.impl.ChunkFactory
Constructor.
ChunkHistory<K> - Class in com.qfs.agg.impl
A chunk that contains aggregate histories.
ChunkHistory(IHistoryAggregationFunction, int, int) - Constructor for class com.qfs.agg.impl.ChunkHistory
Constructor.
ChunkHistory.SparseChunkHistory<K> - Class in com.qfs.agg.impl
History for SparseChunk.
chunkId(int) - Method in class com.qfs.column.impl.AChunkedColumn
Returns the id of the chunk that contains the given row.
ChunkListener - Interface in com.qfs.jackson.impl
A listener interface for handling chunks of data written to a ChunkedOutputStream.
ChunkMarked<K> - Class in com.qfs.chunk.impl
A special chunk implementation that holds data elements that can be marked with a boolean flag.
ChunkMarked(IChunk<K>, IChunkBoolean) - Constructor for class com.qfs.chunk.impl.ChunkMarked
Assembles a chunk of objects and a chunk of flags into a chunk of marked objects.
ChunkMarkedVector - Class in com.qfs.chunk.impl
A special implementation of a ChunkMarked to hold vectors.
ChunkMarkedVector(IVectorChunk, IChunkBoolean) - Constructor for class com.qfs.chunk.impl.ChunkMarkedVector
Constructor.
chunkMarkedVectorFactory(int, boolean, IAllocationSettings) - Static method in class com.qfs.store.ChunkFactories
Creates a factory that can create ChunkMarkedVector chunks.
ChunkObject<K> - Class in com.qfs.chunk.impl
A chunk that contains objects.
ChunkObject(int) - Constructor for class com.qfs.chunk.impl.ChunkObject
Full constructor.
ChunkOffsetInteger - Class in com.qfs.chunk.impl
A chunk of integers that offset all the values of the underlying chunk.
ChunkOffsetInteger(IChunkInteger, int) - Constructor for class com.qfs.chunk.impl.ChunkOffsetInteger
Constructor.
ChunkOffsetLong - Class in com.qfs.chunk.impl
A chunk of longs that offset all the values of the underlying chunk.
ChunkOffsetLong(IChunkInteger, long) - Constructor for class com.qfs.chunk.impl.ChunkOffsetLong
Constructor.
chunkPosition(int) - Method in class com.qfs.column.impl.AChunkedColumn
Returns the position of the target row within the chunk that contains it.
ChunkRecordReader - Class in com.qfs.store.record.impl
A record reader backed up by chunks for storing the data.
ChunkRecordReader(IRecordFormat, ITableCursor) - Constructor for class com.qfs.store.record.impl.ChunkRecordReader
 
ChunkRecordWriter - Class in com.qfs.store.impl
An object used for writing a record into a ChunkSet.
ChunkRecordWriter() - Constructor for class com.qfs.store.impl.ChunkRecordWriter
 
Chunks - Class in com.qfs.chunk.impl
Global (singleton-based) chunk allocator.
Chunks() - Constructor for class com.qfs.chunk.impl.Chunks
 
ChunkSet - Class in com.qfs.store.impl
Base class to implement IChunkSet.
ChunkSet() - Constructor for class com.qfs.store.impl.ChunkSet
Default constructor for serialization.
ChunkSet(IChunkFactory<?>[], int, int) - Constructor for class com.qfs.store.impl.ChunkSet
Constructor.
ChunkSet(IChunkFactory<?>[], IChunk<?>[], int) - Constructor for class com.qfs.store.impl.ChunkSet
Constructor.
ChunkSet(IChunkFactory<?>[], IChunk<?>[], int, boolean) - Constructor for class com.qfs.store.impl.ChunkSet
Constructor.
ChunkSetBinding - Class in com.qfs.store.impl
Binding between two compatible chunk sets.
ChunkSetBinding(ChunkSet, ChunkSet, int[]) - Constructor for class com.qfs.store.impl.ChunkSetBinding
Constructor.
ChunkSetCursor - Class in com.qfs.store.impl
Efficient reader to data stored in the chunks of a chunk-set.
ChunkSetCursor(IChunk<?>[], IRowMapping) - Constructor for class com.qfs.store.impl.ChunkSetCursor
 
ChunkSetRecordBlock - Class in com.qfs.store.impl
A record block using a ChunkSet structure, used to fire records to the datastore's listeners.
ChunkSetRecordBlock() - Constructor for class com.qfs.store.impl.ChunkSetRecordBlock
No-argument constructor, for serialization.
ChunkSetRecordBlock(IRecordFormat, int) - Constructor for class com.qfs.store.impl.ChunkSetRecordBlock
Constructor.
ChunkSetStatistic - Class in com.qfs.monitoring.statistic.memory.impl
Custom class for statistics on an com.qfs.store.IChunkSet.
ChunkSetStatistic() - Constructor for class com.qfs.monitoring.statistic.memory.impl.ChunkSetStatistic
 
ChunkSetStatistic.Builder - Class in com.qfs.monitoring.statistic.memory.impl
Builder for the special class of ChunkStatistic.
ChunkSingleBoolean - Class in com.qfs.chunk.impl
A chunk where each position contains the same boolean value.
ChunkSingleBoolean(int, boolean) - Constructor for class com.qfs.chunk.impl.ChunkSingleBoolean
Constructor.
ChunkSingleDouble - Class in com.qfs.chunk.impl
A chunk where each position contains the same double value.
ChunkSingleDouble(int, double) - Constructor for class com.qfs.chunk.impl.ChunkSingleDouble
Constructor.
ChunkSingleFloat - Class in com.qfs.chunk.impl
A chunk where each position contains the same float value.
ChunkSingleFloat(int, float) - Constructor for class com.qfs.chunk.impl.ChunkSingleFloat
Constructor.
ChunkSingleInteger - Class in com.qfs.chunk.impl
A chunk where each position contains the same int value.
ChunkSingleInteger(int, int) - Constructor for class com.qfs.chunk.impl.ChunkSingleInteger
Constructor.
ChunkSingleLong - Class in com.qfs.chunk.impl
A chunk where each position contains the same long value.
ChunkSingleLong(int, long) - Constructor for class com.qfs.chunk.impl.ChunkSingleLong
Constructor.
ChunkSingleObject<K> - Class in com.qfs.chunk.impl
A chunk where each position contains the same K value.
ChunkSingleObject(int, K) - Constructor for class com.qfs.chunk.impl.ChunkSingleObject
Constructor.
ChunkSingleTimestamp - Class in com.qfs.chunk.impl
A chunk whose each slot contains a constant time stamp.
ChunkSingleTimestamp(ITimestamp) - Constructor for class com.qfs.chunk.impl.ChunkSingleTimestamp
Constructor.
ChunkSingleVector - Class in com.qfs.chunk.impl
A chunk where each position contains the same IVector value.
ChunkSingleVector(int, IVector, boolean) - Constructor for class com.qfs.chunk.impl.ChunkSingleVector
Constructor.
chunkSize(int) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
chunkSize(int) - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
ChunkStatistic - Class in com.qfs.monitoring.statistic.memory.impl
 
ChunkStatistic() - Constructor for class com.qfs.monitoring.statistic.memory.impl.ChunkStatistic
 
ChunkStatistic.Builder - Class in com.qfs.monitoring.statistic.memory.impl
Builder for the special class of ChunkStatistic.
ChunkVector - Class in com.qfs.chunk.impl
The base implementation for a chunk that is able to store vectors.
ChunkVector(int, IAllocationSettings, IChunkAllocator) - Constructor for class com.qfs.chunk.impl.ChunkVector
Constructor.
CID - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
CID - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
CID - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
CINT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
CIntFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.CIntFunction
 
CircularBuffer<E> - Class in com.quartetfs.pivot.mdx.utils.impl
CircularBuffer is a First In First Out queue which only keeps its most recent elements.
CircularBuffer(int) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.CircularBuffer
 
CLASS_INTROSPECT_ERROR - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
CLASS_JAR_INTROSPECT_ERROR - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
CLASS_NO_CONTRIBUTION - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
ClassificationException - Exception in com.quartetfs.biz.pivot
Exception that marks the inability to associate an object to an ActiveMember.
ClassificationException(String, Object...) - Constructor for exception com.quartetfs.biz.pivot.ClassificationException
 
ClassificationException(Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.ClassificationException
 
classificationType(ILevelInfo.ClassificationType) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.LevelInfoBuilder
 
ClassMap - Class in com.quartetfs.pivot.mdx.utils.impl
Helper that maps classes to objects, providing ClassMap.get(Class) and ClassMap.put(Class, Object) removing the "unchecked" warnings.
ClassMap() - Constructor for class com.quartetfs.pivot.mdx.utils.impl.ClassMap
 
CLASSPATH_PROVIDER_ERROR - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
ClasspathContributionProvider - Class in com.quartetfs.fwk.contributions.impl
ClasspathContributionProvider.
ClasspathContributionProvider() - Constructor for class com.quartetfs.fwk.contributions.impl.ClasspathContributionProvider
Empty constructor.
ClasspathContributionProvider(String...) - Constructor for class com.quartetfs.fwk.contributions.impl.ClasspathContributionProvider
Constructor.
ClasspathContributionProvider(String[], String[]) - Constructor for class com.quartetfs.fwk.contributions.impl.ClasspathContributionProvider
Constructor.
clean() - Method in class com.qfs.msg.impl.ColumnCalculationContext
Cleans the tuple and the context.
clean(T) - Method in class com.qfs.servlet.impl.SqlDriverCleaner.DriverCleaner
Cleans the driver.
cleanCache() - Method in class com.qfs.pivot.content.impl.DynamicActivePivotContentServiceMBean
Cleans all caches used by this Content service.
cleanDirectory(File) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Removes all the files and folders within a directory.
cleanDirectory(String) - Method in interface com.qfs.content.service.IContentService
Empty the directory at the given path of all its files recursively.
cleanDirectory(String) - Method in class com.qfs.content.service.impl.AContentService
 
cleanDirectory(String) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
cleanDirectory(String) - Method in class com.qfs.content.service.impl.RemoteContentService
 
cleanDirectory(String) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Removes all the files and folders within a directory.
cleanObjectName(String) - Static method in class com.quartetfs.fwk.monitoring.jmx.impl.ADynamicMonitoring
Cleans a name of unwanted characters.
cleanObjectName(String) - Static method in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
Add double quote to the given object's name if it contains some special characters and escape characters if these special characters need ones.
cleanseFilterOfAnalysisHierarchies(ICubeFilter, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilterUtil
Cleanse a cube filter from conditions applied to Analysis Hierarchies.
cleanseLocation(ILocation, IHierarchicalMapping, boolean) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Cleans the given location by replacing wildcard coordinates with "AllMember" for levels of type ALL, and removing all analysis levels.
cleanseLocation(ILocation, IHierarchicalMapping, boolean, int[]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Cleanses the given location by replacing wildcard coordinates with "AllMember" for levels of type ALL, and removing all analysis levels.
cleanseLocation(ILocation, IHierarchicalMapping, boolean, IntPredicate, boolean) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Cleanses the given location by replacing wildcard coordinates with "AllMember" for levels of type ALL, and removing all analysis levels.
cleanseMeasureName(String, boolean, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Returns the measures' names without the applicationId.
cleanseMeasureNames(Collection<String>, boolean, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Returns the measures' names without the applicationId.
cleansePath(Path) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Removes initial character / if present in a jar path.
cleanSoap(String) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Cleans the soap from spaces and other spaces.
cleanUnusedParameter(String) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
cleanUnusedParameter(String) - Method in interface com.qfs.repository.persistence.IPointValueDao
Definitely and irreversibly deletes all point values that are associated with the given parameter and that were previously deleted.
cleanUnusedParameters() - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
cleanUnusedParameters() - Method in interface com.qfs.repository.persistence.IPointValueDao
Definitely and irreversibly deletes all point values that were previously deleted.
clear() - Static method in class com.activeviam.tracing.impl.Tracing
Clears the tracer.
clear() - Method in interface com.qfs.agg.IHistory
Clears the data stored in this history.
clear() - Method in class com.qfs.agg.impl.AvgFunction.AVectorHistory
 
clear() - Method in interface com.qfs.bitmap.IBitmap
Clears the bitmap.
clear() - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
clear() - Method in class com.qfs.bitmap.impl.Bitmap
 
clear() - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
clear() - Method in class com.qfs.bitmap.impl.QFSBitmap
 
clear() - Method in interface com.qfs.bitmap.IWritableBitmapIndex
Clears the whole index, truncating all bitmaps to size zero.
clear() - Method in exception com.qfs.concurrent.impl.BoundedAction.BoundedActionException
Clear this exception for all sensitive data that should not be kept by the exception.
clear() - Method in exception com.qfs.concurrent.impl.LongBoundedAction.LongBoundedActionException
Clear this exception for all sensitive data that should not be kept by the exception.
clear() - Method in class com.qfs.dic.impl.AbstractHash.BufferHashTable
 
clear() - Method in class com.qfs.dic.impl.AbstractHash
Clears the dictionary, which means: Reset its size to zero Clear all the slots of the hash table The data structures are erased, but not replaced.
clear() - Method in interface com.qfs.dic.impl.AbstractHash.HashTable
Clears all the slots of the hash table (this operation is not concurrent).
clear() - Method in class com.qfs.dic.impl.AbstractHash.LargeBufferHashTable
 
clear() - Method in class com.qfs.dic.impl.AbstractHash.LargeHashTable
 
clear() - Method in class com.qfs.dic.impl.AbstractHash.StandardHashTable
 
clear() - Method in class com.qfs.dic.impl.AbstractHash.VeryLargeHashTable
 
clear() - Method in class com.qfs.dic.impl.AChristmasDictionary
 
clear() - Method in class com.qfs.dic.impl.Dictionary
 
clear() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
clear() - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
clear() - Method in class com.qfs.dic.impl.NullableDictionary
 
clear() - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
clear() - Method in interface com.qfs.dic.IWritableDictionary
Clears the whole content of the dictionary.
clear() - Method in class com.qfs.fwk.cache.impl.SingleValueTtlCache
Clear the cache.
clear() - Method in class com.qfs.fwk.cache.impl.TtlCache
Invalidates all the entries then clear the underlying data structure to reclaim the corresponding memory.
clear() - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
clear() - Method in class com.qfs.graph.impl.DirectedGraph
 
clear() - Method in class com.qfs.graph.impl.Tree
 
clear() - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
clear() - Method in class com.qfs.memory.impl.PhantomFence
 
clear() - Method in class com.qfs.messenger.impl.DistributedMessengerStatistics
Clears all the records.
clear() - Method in class com.qfs.messenger.impl.DistributedMessengerStatistics.MessageCounterStatisticHolder
Clears the statistic.
clear() - Method in class com.qfs.multiversion.impl.VersionNode
 
clear() - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
clear() - Method in interface com.qfs.repository.IRepositoryCacheService
Clear the repository cache.
clear() - Method in interface com.qfs.snl.alerts.IAlertCache
Empty this cache.
clear() - Method in class com.qfs.snl.alerts.impl.AlertCache
 
clear() - Method in class com.qfs.snl.events.impl.EventCache
 
clear() - Method in class com.qfs.store.impl.AColumnChunkSet
Clears all the data stored in this store and reduces its capacity to a single chunk.
clear() - Method in class com.qfs.store.impl.ChunkSetRecordBlock
 
clear() - Method in class com.qfs.store.impl.StorePartitionWorkUnitQueue
Removes all of the elements from this queue.
clear() - Method in class com.qfs.store.impl.UserStoreGraph
 
clear() - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
clear() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
clear() - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
clear() - Method in class com.qfs.store.record.impl.RecordBlock
 
clear() - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
clear() - Method in interface com.qfs.store.record.IWritableRecordBlock
Clears the content of this block.
clear() - Method in class com.qfs.trove.impl.QIntEmptySet
 
clear() - Method in class com.qfs.trove.impl.QIntSingletonSet
 
clear() - Method in class com.qfs.util.impl.RangeUnion
Deprecated.
 
clear() - Method in interface com.qfs.util.IRangeUnion
Deprecated.
Sets as empty.
clear() - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
clear() - Method in interface com.quartetfs.biz.pivot.context.IContext
Clear every user context values.
clear() - Method in class com.quartetfs.biz.pivot.context.impl.Context
Clear any local context information attached to the current thread.
clear() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
clear() - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Clears the repository from all pairs associated with the root.
clear() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
Clears this hierarchy and all its underlying structures.
clear() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
clear() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IParentAxisMember
Deprecated.
Clean all structures.
clear() - Method in interface com.quartetfs.biz.pivot.dto.IDrillthroughResultDTOState
Clears the current state.
clear() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
Clears the manager.
clear() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.EvictionConcurrentMap
 
clear() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NoStorageConcurrentMap
 
clear() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
Clears this query so that it can be re-used.
clear() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
clear() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
 
clear() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
Clear the state.
clear() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellsFollower
Clear the content of this instance.
clear() - Static method in class com.quartetfs.fwk.logging.impl.QueryTimingCollector
Remove all timing handlers.
clear() - Method in class com.quartetfs.fwk.types.impl.Plugin
Clears all plugin values from this plugin.
clear() - Method in interface com.quartetfs.fwk.types.IPlugin
Removes all the values from the Plugin's instance.
clear() - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
clear() - Method in class com.quartetfs.fwk.util.impl.MappedTuple
Clearing a mapped tuple sets all the tuple coordinates to 'null'.
clear() - Method in class com.quartetfs.pivot.mdx.impl.CaseInsentivePlugin
 
clear() - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
Clears the orchestrator.
clear() - Method in class com.quartetfs.pivot.mdx.utils.impl.CircularBuffer
 
clear() - Method in class com.quartetfs.pivot.mdx.utils.impl.ClassMap
clear() - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxIndex
 
clear() - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleBottomCountAccumulator
 
clear(int) - Method in interface com.qfs.bitmap.IClearableBitmap
Clears the bit at the given position, i.e.
clear(int) - Method in class com.qfs.bitmap.impl.Bitmap
 
clear(int) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
clear(int) - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotSchemaTransactionManager
Propagates a clear event.
clear(int) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransactionManager
 
clear(long[]) - Static method in class com.qfs.chunk.array.impl.ArrayChunkNullable
Sets all positions to be null.
clear(long[], int) - Static method in class com.qfs.bitmap.impl.Bitmap
Clears the bit at the given position to true.
clear(long[], long) - Static method in class com.qfs.bitmap.impl.Bitmap
Clears the bit at the given position by setting it to false.
clear(long, long) - Static method in class com.qfs.bitmap.impl.Bitmap
Clears the bit at the given position by setting it to false.
clear(IActiveViamProperty) - Method in interface com.activeviam.properties.IActiveViamPropertyRegistry
Resets the value of a property.
clear(IActiveViamProperty) - Method in class com.activeviam.properties.impl.ActiveViamPropertyRegistry
 
clear(ActiveViamProperty) - Static method in class com.activeviam.properties.PropertyRegistry
Resets the value of a property.
clear(IHierarchyInfo) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder with the restrictions on the given hierarchy removed.
clear(MultiScope) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Clear some values.
clear(String) - Method in interface com.qfs.repository.IRepositoryCacheService
Clear all the points values associated to the input pivot.
clear(String, String) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder with the restrictions on the given hierarchy removed.
clear(Map<String, String>) - Method in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
Removes from a context value repository the data associated with this context value translator.
clear(Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.MultipleContextValueTranslator
 
clear(Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.SimpleContextValueTranslator
 
CLEAR_CACHE_OPERATION - Static variable in class com.qfs.pivot.content.impl.CachedActivePivotContentService
Name of the operation clearing the cache.
CLEAR_LOC_PUB - Static variable in class com.qfs.logging.MessagesStreaming
 
clearAccumulated() - Method in class com.qfs.util.timing.impl.NoopTimer
 
clearAccumulated() - Method in class com.qfs.util.timing.impl.Timer
 
clearAccumulated() - Method in interface com.qfs.util.timing.ITimer
Resets the counter counting the sum of all elapsed times.
clearAccumulated(String) - Method in class com.qfs.util.timing.impl.StopWatch
 
clearAccumulated(String) - Method in interface com.qfs.util.timing.IStopWatch
Clear the accumulated time of a timer.
clearAlerts(long, boolean) - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear alerts associated to a specific monitor.
clearAlerts(long, boolean) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearAlerts(List<Long>) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
Clear all alerts associated to a list of events.
clearAndAddContext(ClassMap) - Method in class com.quartetfs.pivot.mdx.plan.impl.Pass
Clear the current context and add the specified one.
clearBranch(String) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
clearBranch(String) - Method in interface com.qfs.repository.IRepositoryCacheService
Clears the cache for a given branch.
clearBranch(String, String) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
clearBranch(String, String) - Method in interface com.qfs.repository.IRepositoryCacheService
Clears the cache for a given pivot on a specific branch.
clearCache() - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
Clears the cache of all entitlements.
clearCache() - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
Clear the cache content.
clearCache(int) - Method in class com.qfs.index.impl.APartitionDictionaryFactory
 
clearCache(int) - Method in interface com.qfs.index.IPartitionDictionaryFactory
Clears the cache for the given partition id and returns the removed dictionary.
ClearCache - com.quartetfs.biz.xmla.constants.Keyword
 
ClearCache - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
clearCharBuffer() - Method in class com.qfs.msg.csv.impl.ParserResource
Initialise the character buffer.
clearConflatedEventProcessingListeners() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Unregisters all the registered listeners.
clearContextValue(String) - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Removes all context values associated to a pivot and the current user.
clearContextValue(String) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
Remove all transient context values associated to this pivotId.
clearDb() - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Clear the underlying database.
clearDictionaryFactoryCache(int, int) - Method in class com.qfs.index.impl.UniqueIndexesPartitionFactory
Clears the underlying dictionary factory cache of the factory corresponding to the given position for the given partition id and returns the removed dictionary.
clearEntryStats(Object) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Clears the cache of compute impacts duration for the given event.
clearEntryStats(Object) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
Clear the aggregates entry statistics on this handler.
clearEvent(long) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
Clear a specific event from the database, as well as all alerts associated to it.
clearEventHandlers() - Method in interface com.activeviam.health.monitor.IHealthEventDispatcher
Removes all the handlers from this dispatcher.
clearEventHandlers() - Method in class com.activeviam.health.monitor.impl.HealthEventDispatcher
 
clearEvents(long) - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear all events associated to a specific monitor regardless of their timestamp, as well as the alerts associated to them.
clearEvents(long) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearEvents(long, TimePeriod) - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear all events associated to a specific monitor for a given time period, as well as the corresponding alerts.
clearEvents(long, TimePeriod) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearEvents(String, TimePeriod) - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear all events of a given time period linked to any monitors on the specified site, as well as their associated alerts.
clearEvents(String, TimePeriod) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearEvents(List<Long>) - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear a list of events from the database, as well as all alerts associated to them.
clearEvents(List<Long>) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearEventsHistory() - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear events and their associated alerts from the database for every monitor, keeping only the latest one for each active distinct resource in each monitor.
clearEventsHistory() - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearEventsHistory(String) - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear the events and their associated alerts for all monitors on a particular site, keeping only the latest event for each active distinct resource in each monitor.
clearEventsHistory(String) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearEventsHistory(String, long) - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear the events and their associated alerts for a particular monitor, keeping only the latest one for each active distinct resource.
clearEventsHistory(String, long) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearGlobalContextValue() - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Removes all global context values associated the the current user.
clearGlobalContextValue() - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
Remove all global context values associated to this pivotId.
clearHandlers() - Static method in interface com.activeviam.health.monitor.IHealthEventDispatcher
Remove all the handlers from the dispatcher IHealthEventDispatcher.INSTANCE.
clearIndexRecommendation() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Clears the index recommendation of the store.
clearMeasure(IMeasureMember) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AdditionalMeasureStorage
Clears the column holding the results for the provided measure by replacing it by a TombstoneColumn.
clearMeasure(IMeasureMember, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval.ExternalAggregator
Clears the column holding the results for the provided measure by replacing it by a TombstoneColumn.
clearMeasure(String) - Method in interface com.qfs.pivot.agg.IAggregateStore
Clears the column holding the results for the provided IAggregatedElement by replacing it by a TombstoneColumn.
clearMeasure(String) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
clearMeasure(String) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
clearMeasure(String) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
clearMeasure(String) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
clearMeasures() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IPrimitiveRetrieval
Removes all measures from this retrieval.
clearMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveAggregatesRetrieval
 
clearMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveRetrievalMerger
 
clearMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpPrimitiveAggregatesRetrieval
 
clearMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PrimitiveAnalysisAggregationRetrieval
 
clearMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
clearOptimizationExecutionFlags() - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Deactivates the optimizations (NON_EMPTY, DISTINCT...).
clearOptimizationExecutionFlags() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
clearOptimizationExecutionFlags() - Method in class com.quartetfs.pivot.mdx.impl.PlanContext
 
clearSecurity() - Method in interface com.qfs.distribution.security.IDistributedSecurityManager
Clears the security details applied when authenticating a message.
clearSecurity() - Method in class com.qfs.distribution.security.impl.ADistributedSecurityManager
 
clearSecurityDetails() - Method in class com.qfs.security.impl.SpringSecurityFacade
 
clearSecurityDetails() - Method in interface com.quartetfs.fwk.security.ISecurityFacade
Clears the security details associated with the given thread, reverting them to the value they had before the last call to ISecurityFacade.setSecurityDetails(com.quartetfs.fwk.security.ISecurityDetails) (possibly null, meaning that this thread becomes unauthentified).
clearStoreIndexRecommendation(int) - Method in interface com.qfs.store.query.plan.IDatastoreQueryMonitor
Clear the collected statistics.
clearStoreIndexRecommendation(int) - Method in class com.qfs.store.query.plan.impl.DatastoreQueryMonitor
 
clearTask(String) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
clearTask(String) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Clear all information related to the user task matching the input taskId.
clearTopics() - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
Clear all the registered topics.
clearUserContext() - Method in interface com.quartetfs.biz.pivot.security.IContextValuePropagator
Clear any existing thread local context.
clearUserContext() - Method in class com.quartetfs.biz.pivot.security.impl.ContextValuePropagator
 
clearUserContexts() - Method in interface com.quartetfs.biz.pivot.query.IActivePivotContinuousQuery
This method has to be called after the execution of static queries over an ActivePivot instance.
clearUserContexts() - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
Client - com.quartetfs.biz.xmla.IXmlaError.Cause
Badly formatted or invalid message.
CLNG - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
CLngFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.CLngFunction
 
clock() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
[Bean] Time supplier providing the time reference.
clone() - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
 
clone() - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
 
clone() - Method in class com.activeviam.copper.MeasureMetadata
 
clone() - Method in class com.activeviam.database.sql.api.schema.SqlJoin
 
clone() - Method in class com.qfs.agg.impl.AvgFunction.AVectorHistory
 
clone() - Method in class com.qfs.agg.impl.AvgFunction.DoubleVectorHistory
 
clone() - Method in class com.qfs.agg.impl.AvgFunction.FloatVectorHistory
 
clone() - Method in class com.qfs.agg.impl.AvgFunction.IntegerVectorHistory
 
clone() - Method in class com.qfs.agg.impl.AvgFunction.LongVectorHistory
 
clone() - Method in class com.qfs.agg.impl.AvgFunction.NumberHistory
 
clone() - Method in class com.qfs.agg.impl.DistinctCountFunction.History
 
clone() - Method in class com.qfs.agg.impl.DistinctCountSupportingRemovalsFunction.History
 
clone() - Method in class com.qfs.agg.impl.MaxHistoryFunction.History
 
clone() - Method in class com.qfs.agg.impl.MinHistoryFunction.History
 
clone() - Method in interface com.qfs.bitmap.IClearableBitmap
 
clone() - Method in class com.qfs.bitmap.impl.Bitmap
 
clone() - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
clone() - Method in class com.qfs.bitmap.impl.QFSBitmap
 
clone() - Method in interface com.qfs.dic.IFixedLengthIntegerArrayDictionary
 
clone() - Method in class com.qfs.dic.impl.AFixedLengthIntegerArrayDictionary
 
clone() - Method in class com.qfs.dic.impl.BucketedIntegerArrayDictionary
 
clone() - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
 
clone() - Method in class com.qfs.dic.impl.FixedLengthIntegerArrayDictionary
 
clone() - Method in class com.qfs.dic.impl.IntegerArrayDictionary
 
clone() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
clone() - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
clone() - Method in interface com.qfs.dic.IWritableIntegerArrayDictionary
 
clone() - Method in class com.qfs.graph.impl.DirectedGraph
Returns a shallow copy of this DirectedGraph instance; only the internal tree structures are.
clone() - Method in class com.qfs.graph.impl.DirectedMultiGraph
Returns a shallow copy of this DirectedMultiGraph instance; only the internal tree structures are.
clone() - Method in class com.qfs.graph.impl.Tree
Returns a shallow copy of this Tree instance (the nodes are not cloned) but only the internal tree structures are such as Tree.parents, DirectedGraph.nodesByClass, DirectedGraph.edgesFrom, DirectedGraph.edgesTo.
clone() - Method in interface com.qfs.graph.ITree
Returns a shallow copy of this ITree instance (the nodes are not cloned) but only the internal tree structures are.
clone() - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
clone() - Method in class com.qfs.messenger.message.impl.AQueryBroadcastMessage
 
clone() - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
clone() - Method in class com.qfs.messenger.message.impl.EmptyTransactionCommittedMessage
 
clone() - Method in class com.qfs.messenger.message.impl.TransactionCommittedMessage
 
clone() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
 
clone() - Method in class com.qfs.multiversion.impl.AEpochManager
 
clone() - Method in class com.qfs.multiversion.impl.Epoch
 
clone() - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
Clones the aggregate store.
clone() - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
clone() - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
clone() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchy
 
clone() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedPostProcessedMeasure
 
clone() - Method in class com.qfs.pivot.util.impl.AObjectRecordReader
 
clone() - Method in class com.qfs.query.impl.DrillthroughHeadersMessage
 
clone() - Method in class com.qfs.query.impl.DrillthroughMessageWithHeaders
 
clone() - Method in class com.qfs.query.impl.RetrieveAggregatesMessage
 
clone() - Method in class com.qfs.store.build.impl.DatastoreBuilder
Deprecated.
 
clone() - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
clone() - Method in class com.qfs.store.part.impl.AdaptivePartitioningDescription
 
clone() - Method in class com.qfs.store.part.impl.ConstantFunctionDescription
 
clone() - Method in class com.qfs.store.part.impl.ConstantPartitioningDescription
 
clone() - Method in class com.qfs.store.part.impl.HierarchicalPartitioningDescription
 
clone() - Method in class com.qfs.store.part.impl.IdentityFunctionDescription
 
clone() - Method in class com.qfs.store.part.impl.ModuloFunctionDescription
 
clone() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription
 
clone() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription
 
clone() - Method in class com.qfs.store.part.impl.PartitioningDescription
 
clone() - Method in class com.qfs.store.part.impl.PartitioningNodeDescription
 
clone() - Method in class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModuloDescription
 
clone() - Method in class com.qfs.store.part.impl.SinglePartitionPartitioningNodeDescription
 
clone() - Method in class com.qfs.store.record.impl.ARecordReader
 
clone() - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
clone() - Method in class com.qfs.store.record.impl.KeyRecord
 
clone() - Method in class com.qfs.store.record.impl.RecordReaderMapper
 
clone() - Method in class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
clone() - Method in class com.qfs.util.tar.impl.TarEntry
Clone the entry.
clone() - Method in class com.qfs.util.tar.impl.TarHeader
TarHeaders can be cloned.
clone() - Method in class com.qfs.vector.impl.EmptyVector
 
clone() - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
clone() - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet.RangeScope
 
clone() - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
clone() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties
 
clone() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
clone() - Method in class com.quartetfs.biz.pivot.context.impl.AContextValue
 
clone() - Method in class com.quartetfs.biz.pivot.context.impl.ContextSnapshot
 
clone() - Method in class com.quartetfs.biz.pivot.context.impl.FlatContextValuesHolder
 
clone() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
clone() - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter
 
clone() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
 
clone() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimit
 
clone() - Method in class com.quartetfs.biz.pivot.context.impl.UserAuthentication
 
clone() - Method in interface com.quartetfs.biz.pivot.context.IUserAuthentication
 
clone() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeLevel
 
clone() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
 
clone() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
 
clone() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
clone() - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeProperties
Deep clone of the sub cube properties.
clone() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisMember
 
clone() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisLevel
 
clone() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMember
 
clone() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
clone() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IParentAxisMember
Deprecated.
 
clone() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.ITransactionalAxisMember
Deprecated.
 
clone() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.ALevel
 
clone() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureLevel
 
clone() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureMember
 
clone() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AggregatedMeasure
 
clone() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AMeasureMember
 
clone() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.ContributorsCountMeasure
 
clone() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.JoinAggregatedMeasure
 
clone() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureLevel
 
clone() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.PostProcessedMeasure
 
clone() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy.SubCubeMeasureLevel
 
clone() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.UpdateTimestampMeasure
 
clone() - Method in interface com.quartetfs.biz.pivot.definitions.IAggregatesCacheDescription
 
clone() - Method in interface com.quartetfs.biz.pivot.definitions.IDistributedActivePivotDescription
 
clone() - Method in interface com.quartetfs.biz.pivot.definitions.IJoinMeasureDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
Deep clone of the description.
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotManagerDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaInstanceDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisHierarchyDescription
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisHierarchyDescription
Clone the IAxisHierarchyDescription class.
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
Clones the IAxisLevelDescription class.
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnSetDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.CatalogDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.ClusterDefinition
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorDescription
Clone the IComparatorDescription class.
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorOrderDescription
Clone the IComparatorOrderDescription class.
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotInstanceDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.FilterDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.MessengerDefinition
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.NativeMeasureDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.PluginDefinition
Clone the IPluginDescription class.
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition.DistributedApplicationDefinition
 
clone() - Method in class com.quartetfs.biz.pivot.definitions.impl.SelectionDescription
 
clone() - Method in interface com.quartetfs.biz.pivot.definitions.IPostProcessorDescription
 
clone() - Method in interface com.quartetfs.biz.pivot.IIntersectable
Returns a clone of this object, that will be used to create the object returned by IIntersectable.intersect(Object).
clone() - Method in class com.quartetfs.biz.pivot.impl.ConstantValueProperty
 
clone() - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
clone() - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
clone() - Method in class com.quartetfs.biz.pivot.query.impl.QueryCache
 
clone() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
clone() - Method in class com.quartetfs.fwk.contributions.impl.Contribution
 
clone() - Method in class com.quartetfs.fwk.contributions.impl.ExtendedPluginContribution
 
clone() - Method in class com.quartetfs.fwk.contributions.impl.ExtendedPluginValueContribution
 
clone() - Method in class com.quartetfs.fwk.contributions.impl.PluginContribution
 
clone() - Method in class com.quartetfs.fwk.contributions.impl.PluginValueContribution
 
clone() - Method in class com.quartetfs.fwk.contributions.impl.TypeContribution
 
clone() - Method in interface com.quartetfs.fwk.IClone
This method is very similar to the one used by Object except that it returns the real class.
clone() - Method in class com.quartetfs.fwk.impl.AProperty
Clone the property.
clone() - Method in class com.quartetfs.fwk.impl.BaseProperty
Clone the property.
clone() - Method in class com.quartetfs.fwk.impl.CompiledProperty
Returns this, an immutable instance of property.
clone() - Method in class com.quartetfs.fwk.impl.CustomProperty
 
clone() - Method in class com.quartetfs.fwk.impl.DynamicProperty
Clone the property.
clone() - Method in class com.quartetfs.fwk.impl.Pair
When cloning the pair, the left and right values are not themselves cloned.
clone() - Method in class com.quartetfs.fwk.impl.Property
Returns a cloned property that shares the same compilation cache.
clone() - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
clone() - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
clone() - Method in class com.quartetfs.pivot.mdx.eval.impl.ATuple
 
clone() - Method in class com.quartetfs.pivot.mdx.eval.impl.Tuple
 
clone() - Method in class com.quartetfs.tech.streaming.impl.AxisRanges
 
clone(AvgFunction.AVectorHistory) - Method in class com.qfs.agg.impl.AvgFunction.AVectorHistory
Clone the current data (sum vector and contributor counter to the given clone.
clone(ChunkedBitmap) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
Clones a selection of this dictionary.
clone(IArrayReader) - Method in class com.qfs.dic.impl.IntegerArrayDictionary
Clones a selection of this dictionary.
clone(Properties) - Static method in class com.qfs.util.impl.QfsProperties
Deprecated.
Clones the given Properties, including the default values.
cloneAggregateStore(IAggregateStore) - Static method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
Clones the given aggregates store.
cloneHierarchies(IActivePivotVersion, Map<IHierarchy, List<? extends IMember>>) - Static method in class com.qfs.messenger.message.impl.TransactionCommittedMessage
Clone Hierarchies before sending a TransactionCommittedMessage.
cloneInPlace() - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
cloneInPlace() - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriterWithSingleValueField
 
cloneInPlace() - Method in interface com.qfs.store.record.IWritableRecordSet
Clones the current record.
cloneLevelInfosWithNewHierarchyInfo(List<? extends ILevelInfo>, IHierarchyInfo) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
cloneLevels(List<? extends ILevel>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
cloneMembers(List<? extends IMember>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
cloneOnHeap() - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
cloneOnHeap() - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
cloneOnHeap() - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
cloneOnHeap() - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
cloneOnHeap() - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
cloneOnHeap() - Method in class com.qfs.vector.impl.ADelegateReadOnlyVector
 
cloneOnHeap() - Method in class com.qfs.vector.impl.DoubleBlockVector
 
cloneOnHeap() - Method in class com.qfs.vector.impl.DoubleFixedBlockVector
 
cloneOnHeap() - Method in class com.qfs.vector.impl.EmptyVector
 
cloneOnHeap() - Method in class com.qfs.vector.impl.FloatBlockVector
 
cloneOnHeap() - Method in class com.qfs.vector.impl.FloatFixedBlockVector
 
cloneOnHeap() - Method in class com.qfs.vector.impl.IntegerBlockVector
 
cloneOnHeap() - Method in class com.qfs.vector.impl.IntegerFixedBlockVector
 
cloneOnHeap() - Method in class com.qfs.vector.impl.LongBlockVector
 
cloneOnHeap() - Method in class com.qfs.vector.impl.LongFixedBlockVector
 
cloneOnHeap() - Method in class com.qfs.vector.impl.ObjectFixedBlockVector
 
cloneOnHeap() - Method in class com.qfs.vector.impl.ZeroVector
 
cloneOnHeap() - Method in interface com.qfs.vector.IVector
Clones this vector.
clonePrimitives() - Method in interface com.quartetfs.biz.pivot.cellset.IInternalAggregatesRetrievalResult
Creates a new result containing the same primitive measures as this one.
clonePrimitives() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
clonePrimitives(boolean) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Creates a new result containing the same primitive measures as this one.
cloneWithInitialMembers(List<? extends IAxisMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
Clones this hierarchy without copying its members, and populates the new clone with the given members.
cloneWithMembers(List<? extends IMember>) - Method in interface com.qfs.pivot.hierarchy.IAxisHierarchyCollector
Deprecated.
 
cloneWithMembers(List<? extends IMember>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeHierarchy
 
cloneWithMembers(List<? extends IMember>) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
 
cloneWithMembers(List<? extends IMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
cloneWithMembers(List<? extends IMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAnalysisHierarchy
 
cloneWithMembers(List<? extends IMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
cloneWithMembers(List<? extends IMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
cloneWithMembers(List<? extends IMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisHierarchy
 
cloneWithMembers(List<? extends IMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
cloneWithMembers(List<? extends IMember>) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
Clones this hierarchy's structure without copying its members, and populates the clone with the given members.
cloneWithMembers(List<? extends IMember>) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
 
cloneWithMembers(List<? extends IMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
 
cloneWithMembers(List<? extends IMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
cloneWithMembers(List<? extends IMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
cloneWithMembers(List<? extends IMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy
 
cloneWithNewDimensionInfo(IDimensionInfo) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchy
Clone this DistributedMeasureHierarchy and change its IDimensionInfo.
cloneWithNewOrdinalAndDimensionInfo(int, IDimensionInfo) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.MultiVersionDistributedMeasureHierarchy
 
cloneWithNewOrdinalAndDimensionInfo(int, IDimensionInfo) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisHierarchy
 
cloneWithNewOrdinalAndDimensionInfo(int, IDimensionInfo) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IMultiVersionDistributedHierarchy
Clone this hierarchy with its content, change the ordinal and the dimensionInfo Only the latest version is kept This method should only be used when holding the write lock on AP.
cloneWithOrdinal(int, int) - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension
 
cloneWithOrdinal(int, int) - Method in class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisDimension
 
cloneWithOrdinal(int, int) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.MultiVersionDistributedMeasureDimension
 
cloneWithOrdinal(int, int) - Method in interface com.quartetfs.biz.pivot.cube.dimension.IMultiVersionDistributedDimension
Clone this dimension and sort the hierarchies alphabetically within that dimension.
cloneWithReadOnlyProperty(boolean) - Method in interface com.qfs.store.service.IDatabaseFieldDescription
Creates a new copy of the field description with a new readOnly value.
cloneWithReadOnlyProperty(boolean) - Method in class com.qfs.store.service.impl.DatabaseFieldDescription
 
close() - Method in class com.activeviam.apm.logging.impl.HealthEventMdcPropagator
When finished, clean/revert thread name, user name, trace and span id in MDC.
close() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.AActiveCacheMonitoringBean
 
close() - Method in class com.activeviam.arrow.read.ArrowCursor
 
close() - Method in class com.activeviam.builders.ApplicationWithDatastore
 
close() - Method in class com.activeviam.cloud.fetch.impl.AConcurrentlyFetchingChannel
 
close() - Method in interface com.activeviam.copper.recast.ISchemaSelectionSessionHolder
 
close() - Method in interface com.activeviam.database.api.query.IStreamedViewListenerRegistration
Unregisters the listener from the source of its events.
close() - Method in interface com.activeviam.dic.provider.IDictionaryProviderTransaction
This interface extends AutoCloseable to use the try-with-resources statement.
close() - Method in class com.activeviam.dic.provider.impl.DictionaryProviderTransaction
 
close() - Method in class com.activeviam.io.MultipleOutputStream
 
close() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowFileOutputManager
 
close() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowStreamOutputManager
 
close() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextCloudOutputManager
 
close() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextFileOutputManager
 
close() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextStreamOutputManager
 
close() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextZipFileOutputManager
 
close() - Method in class com.activeviam.store.impl.DatastoreDataStreamer
 
close() - Method in interface com.activeviam.tracing.impl.Tracing.IScope
 
close() - Method in class com.qfs.content.service.impl.AHibernateContentService
 
close() - Method in class com.qfs.jackson.impl.ChunkedOutputStream
 
close() - Method in class com.qfs.messenger.netty.streaming.impl.NettyInputStream
 
close() - Method in class com.qfs.messenger.netty.streaming.impl.NettyOutputStream
 
close() - Method in class com.qfs.msg.csv.filesystem.impl.AFileSystemCSVTopic
 
close() - Method in class com.qfs.msg.csv.filesystem.impl.FileSystemCSVTopicFactory
Closes the watcher service created by this factory.
close() - Method in class com.qfs.msg.csv.impl.ACSVTopic
 
close() - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
close() - Method in class com.qfs.msg.impl.WatcherService
Stop the watcher thread.
close() - Method in class com.qfs.msg.jdbc.impl.AJDBCSource
Deprecated.
 
close() - Method in class com.qfs.msg.jdbc.impl.JDBCTopic.PreparedStatementHolder
 
close() - Method in interface com.qfs.multiversion.IEpochHistory
Closes this history.
close() - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
close() - Method in class com.qfs.multiversion.impl.VersionHistory
 
close() - Method in class com.qfs.pivot.builder.discovery.impl.CubeFormatterFactory
 
close() - Method in interface com.qfs.pivot.content.IActivePivotContentService
Stops the component.
close() - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
close() - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
close() - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
 
close() - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
close() - Method in class com.qfs.plan.impl.DropPartitionTransactionContentReader
 
close() - Method in class com.qfs.plan.impl.IncrementalPartitionTransactionContentReader
 
close() - Method in class com.qfs.plan.impl.IncrementalRecordsStream
 
close() - Method in class com.qfs.plan.impl.InitialPartitionTransactionContentReader
 
close() - Method in class com.qfs.plan.impl.InitialRecordsStream
 
close() - Method in interface com.qfs.plan.IPartitionTransactionContentReader
 
close() - Method in interface com.qfs.plan.IRecordStream
 
close() - Method in class com.qfs.server.cfg.i18n.impl.AI18nConfig
 
close() - Method in class com.qfs.snl.agent.impl.MonitoringService
To be called on application stop.
close() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
close() - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint
Deprecated.
 
close() - Method in interface com.qfs.store.IDatastore
Stops the datastore.
close() - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
close() - Method in class com.qfs.store.impl.SchemaSelectionSession
 
close() - Method in interface com.qfs.store.ISchemaSelectionSession
 
close() - Method in interface com.qfs.store.query.ICursor
 
close() - Method in class com.qfs.store.query.impl.ACursorIterator
 
close() - Method in class com.qfs.store.query.impl.ConditionCursor
 
close() - Method in class com.qfs.store.query.impl.CursorWrapper
 
close() - Method in class com.qfs.store.query.impl.EmptyResultCursor
 
close() - Method in class com.qfs.store.query.impl.MergeCursor
 
close() - Method in class com.qfs.store.query.impl.RecordArrayCursor
 
close() - Method in class com.qfs.store.query.impl.RowListFlattenerCursor
 
close() - Method in class com.qfs.store.query.impl.SizeLimitCursor
 
close() - Method in class com.qfs.store.transaction.impl.TransactionPerformer
 
close() - Method in class com.qfs.util.impl.BackgroundInputStream
Deprecated.
 
close() - Method in class com.qfs.util.tar.impl.TarBuffer
Close the TarBuffer.
close() - Method in class com.qfs.util.tar.impl.TarInputStream
Closes this stream.
close() - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.IdentityCubeFormatterFactory
 
close() - Method in class com.quartetfs.biz.pivot.impl.MdxCubeFormatterFactory
 
close() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousQueryEngine
Releases the resources held by the engine.
close() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
close() - Method in class com.quartetfs.biz.pivot.source.impl.SchemaSelectionSessionHolder
 
close() - Method in class com.quartetfs.biz.xmla.servlet.impl.CompressionOutputStream
 
close() - Method in class com.quartetfs.fwk.util.impl.CountingLogHandler
 
close() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Releases all the versions.
close() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
close() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RealTimeSelectExecutor
 
close(CloseStatus) - Method in class com.qfs.websocket.endpoint.impl.AWsSessionMultiplexer
 
close(CloseStatus) - Method in class com.qfs.websocket.endpoint.impl.ClosingSession
Closes the session.
close(CloseStatus) - Method in class com.qfs.websocket.endpoint.impl.MultiplexedJsonWsSession
 
close(CloseStatus) - Method in interface com.qfs.websocket.endpoint.IWsSession
Closes the session.
close(CloseStatus) - Method in interface com.qfs.websocket.endpoint.IWsSessionMultiplexer
Closes the session.
CLOSE_BUFFER - Static variable in class com.qfs.logging.MessagesCSV
TarBuffer.closeBuffer().
ClosedSessionException(IOException) - Constructor for exception com.qfs.spring.websocket.impl.WsSession.ClosedSessionException
Deprecated.
Constructor.
closeEntry() - Method in class com.qfs.util.tar.impl.TarInputStream
Close the current entry.
closeExceptionally(Exception) - Method in class com.qfs.messenger.netty.streaming.impl.NettyInputStream
Closes this stream after an exception has happened.
closeExceptionally(Exception) - Method in class com.qfs.messenger.netty.streaming.impl.NettyOutputStream
Closes this stream after an exception has happened.
closeQuietly(CloseStatus) - Method in class com.qfs.websocket.endpoint.impl.AWsSessionMultiplexer
 
closeQuietly(CloseStatus) - Method in interface com.qfs.websocket.endpoint.IWsSessionMultiplexer
Closes the underlying socket and produce closed session for all known session at closing time.
closeSession(String) - Method in class com.qfs.websocket.endpoint.impl.AWsSessionMultiplexer
 
closeSession(String) - Method in interface com.qfs.websocket.endpoint.IWsSessionMultiplexer
Closes the session defined by the input identifier.
CLOSEST - Static variable in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.FieldsCollisionHandler
If two fields have the same name and one is reachable from the other using references, the closest one (i.e.
ClosingPeriod - com.quartetfs.biz.xmla.constants.Keyword
 
CLOSINGPERIOD - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
ClosingPeriodFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
ClosingPeriodFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ClosingPeriodFunction
 
ClosingSession - Class in com.qfs.websocket.endpoint.impl
A wrapper for closed Quartet FS web socket session.
ClosingSession(IWsSessionMultiplexer, String) - Constructor for class com.qfs.websocket.endpoint.impl.ClosingSession
Constructor.
CLOUD_FILE_SEPARATOR - Static variable in interface com.activeviam.cloud.entity.ICloudDirectory
File separator used by the cloud storage.
CloudCsvDataProvider<E> - Class in com.activeviam.msg.csv.impl
This class is used by the ACloudCSVTopic to specify the cloud platform and configure how the entity is downloaded.
CloudCsvDataProvider(Class<? extends AConcurrentlyFetchingChannel<E>>, ICloudEntityPath<E>, CloudFetchingConfig) - Constructor for class com.activeviam.msg.csv.impl.CloudCsvDataProvider
Constructor.
CloudDataExportService - Class in com.activeviam.pivot.rest.dataexport
Implementation of IDataExportService that save the result in a cloud storage.
CloudDataExportService(IActivePivotManager, ICloudDirectory<?>) - Constructor for class com.activeviam.pivot.rest.dataexport.CloudDataExportService
Constructor.
CloudDirectoryCSVTopic<E> - Class in com.activeviam.cloud.source.csv.impl
Topic based on the content of an ICloudDirectory.
CloudDirectoryCSVTopic(String, ICSVParserConfiguration, ICloudCsvDataProviderFactory<E>, ICloudDirectory<E>, String) - Constructor for class com.activeviam.cloud.source.csv.impl.CloudDirectoryCSVTopic
Constructor for topic without update.
CloudDirectoryCSVTopic(String, ICSVParserConfiguration, ICloudCsvDataProviderFactory<E>, ICloudDirectory<E>, String, int) - Constructor for class com.activeviam.cloud.source.csv.impl.CloudDirectoryCSVTopic
Constructor for topic with updates.
CloudEntityCSVTopic<E> - Class in com.activeviam.cloud.source.csv.impl
Topic based on the content of a remote entity.
CloudEntityCSVTopic(String, ICSVParserConfiguration, ICloudCsvDataProviderFactory<E>, ICloudEntityPath<E>) - Constructor for class com.activeviam.cloud.source.csv.impl.CloudEntityCSVTopic
Constructor for topic without update.
CloudEntityCSVTopic(String, ICSVParserConfiguration, ICloudCsvDataProviderFactory<E>, ICloudEntityPath<E>, int) - Constructor for class com.activeviam.cloud.source.csv.impl.CloudEntityCSVTopic
Constructor for topic with updates.
CloudFetchingConfig - Class in com.activeviam.cloud.fetch.impl
Configuration to download files from the cloud.
CloudFetchingConfig(int) - Constructor for class com.activeviam.cloud.fetch.impl.CloudFetchingConfig
Constructor.
CloudFetchingConfig(int, int, int) - Constructor for class com.activeviam.cloud.fetch.impl.CloudFetchingConfig
Constructor.
CloudFileInfo<E> - Class in com.activeviam.msg.csv.impl
Base class to store cloud file information.
CloudFileInfo(ICloudEntityPath<E>) - Constructor for class com.activeviam.msg.csv.impl.CloudFileInfo
Constructs a file entry from a path.
Cluster - com.quartetfs.biz.xmla.constants.Keyword
 
ClusterDefinition - Class in com.quartetfs.biz.pivot.definitions.impl
Base class for IClusterDefinition.
ClusterDefinition() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ClusterDefinition
Default constructor of class ClusterDefinition with no parameter.
ClusterDefinition(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ClusterDefinition
Constructor.
ClusterDefinition(String, Properties) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ClusterDefinition
Constructor.
ClusterDistance - com.quartetfs.biz.xmla.constants.Keyword
 
ClusterElementIndex<T> - Class in com.qfs.distribution.impl
Index elements referring to cluster members.
ClusterElementIndex(String) - Constructor for class com.qfs.distribution.impl.ClusterElementIndex
Default constructor.
ClusterFormat - com.quartetfs.biz.xmla.impl.XmlaProperties.AxisFormatValue
 
ClusterLocalityIdentifier - Class in com.qfs.distribution.impl
A ILocalityIdentifier that supports several applications.
ClusterLocalityIdentifier(Set<DataNodeIdentifier>) - Constructor for class com.qfs.distribution.impl.ClusterLocalityIdentifier
Constructor.
ClusterLocalityIdentifierFactory - Class in com.qfs.distribution.impl
A ILocalityIdentifierFactory that works with branches to support what-it simulations and query the right cube data nodes i.e the right data node branches.
ClusterLocalityIdentifierFactory(List<? extends IQueryClusterDefinition.IDistributedApplicationDefinition>) - Constructor for class com.qfs.distribution.impl.ClusterLocalityIdentifierFactory
Constructor.
ClusterMemberChange - Class in com.activeviam.health.monitor.impl.events
Event fired when a cluster member is notified about a view change.
ClusterMemberChange(IAddress, IClusterView, Set<IAddress>, Set<IAddress>, String) - Constructor for class com.activeviam.health.monitor.impl.events.ClusterMemberChange
Constructor.
clusterMemberId(String) - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
The cluster member id.
ClusterProbability - com.quartetfs.biz.xmla.constants.Keyword
 
Clusters - com.quartetfs.biz.xmla.constants.Keyword
 
ClusterTranslatorFactory - Class in com.qfs.distribution.impl
An Object holding all the location translator factories for the data cubes in the cluster.
ClusterTranslatorFactory() - Constructor for class com.qfs.distribution.impl.ClusterTranslatorFactory
 
ClusterView - Class in com.qfs.messenger.impl
Default implementation of IClusterView.
ClusterView(String, long, Set<IAddress>) - Constructor for class com.qfs.messenger.impl.ClusterView
Constructor.
ClusterViewChange - Class in com.activeviam.health.monitor.impl.events
Event triggered by a cluster view change.
ClusterViewChange(IAddress, String, IClusterView) - Constructor for class com.activeviam.health.monitor.impl.events.ClusterViewChange
Constructor.
COALESCE_EMPTY - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
CoalesceEmpty - com.quartetfs.biz.xmla.constants.Keyword
 
CoalesceEmptyFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
CoalesceEmptyFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.CoalesceEmptyFunction
 
CODE - Static variable in exception com.qfs.fwk.services.BadArgumentException
The code that uniquely identifies this exception (inspired from HTTP codes).
CODE - Static variable in exception com.qfs.fwk.services.ConflictException
The code that uniquely identifies this exception (inspired from HTTP codes).
CODE - Static variable in exception com.qfs.fwk.services.ForbiddenAccessException
The code that uniquely indentifes this exception (inspired from HTTP codes).
CODE - Static variable in exception com.qfs.fwk.services.InternalServiceException
The code that uniquely indentifes this exception (inspired from HTTP codes).
CODE - Static variable in exception com.qfs.fwk.services.NotFoundException
The code that uniquely identifies this exception (inspired from HTTP codes).
CODE - Static variable in exception com.qfs.fwk.services.NotImplementedException
The code that uniquely indentifes this exception (inspired from HTTP codes).
CODE - Static variable in exception com.qfs.fwk.services.PaymentRequiredException
The code that uniquely indentifes this exception (inspired from HTTP codes).
CODE - Static variable in exception com.qfs.fwk.services.ServiceDependencyException
The code that uniquely indentifes this exception (inspired from HTTP codes).
CODE - Static variable in exception com.qfs.fwk.services.TimeoutException
The code that uniquely indentifes this exception (inspired from HTTP codes).
CODE - Static variable in exception com.qfs.fwk.services.UnauthorizedAccessException
The code that uniquely indentifes this exception (inspired from HTTP codes).
CODE_NULL_CONDITION - Static variable in exception com.qfs.store.query.InvalidQueryException
The query has defined no condition.
CODE_UNKOWN_BASE_STORE - Static variable in exception com.qfs.store.query.InvalidQueryException
The base store of this query is unknown in the schema.
collect() - Method in class com.qfs.vector.array.impl.AArrayVector
 
collect() - Method in class com.qfs.vector.impl.ABlockVector
 
collect() - Method in class com.qfs.vector.impl.ADelegateReadOnlyVector
 
collect() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
collect() - Method in class com.qfs.vector.impl.EmptyVector
 
collect() - Method in class com.qfs.vector.impl.ZeroVector
 
collect() - Method in interface com.qfs.vector.IReleasableVector
Signals the vector to try to collect itself.
collectDictionaries(String, Collection<AliasedField>, IDatastoreSchemaQueryMetadata) - Static method in class com.qfs.store.impl.StoreUtils
Deprecated.
Uses the datastore metadata to build a map of field aliases and dictionaries.
collectExpressedAnalysisHierarchies(ILocation, ISubCubeProperties, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Collects the level depth for each analysis hierarchy in the given location and its contextual subcube.
collectExpressedAnalysisHierarchies(ILocation, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Collects the level depth for each analysis hierarchy in the location.
collectFilterFields(IPartialProviderDefinition, IActivePivotDescription, ISelectionDescription) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaBuilder
Deprecated.
collectFromAddress(long, int) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.IDistributedAxisHierarchyBase
Collects the deepest members from the specified address at the specified epoch.
collectFromAddress(long, int) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.DistributedVirtualAxisHierarchyBase
 
collectFromAddress(long, int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
collectGarbageAndCompress(int, IntPredicate) - Method in class com.qfs.store.impl.ChunkSet
Returns a compressed chunkSet.
collectHierarchyFields(IPartialProviderDefinition, IActivePivotDescription, ISelectionDescription) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaBuilder
Deprecated.
COLLECTIBLE_QUERY_TYPE_OPTION_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The property to specify which query type can be collected.
collection() - Static method in class com.activeviam.collections.impl.Empty
Creates an empty collection.
CollectionWindowWalker - Class in com.activeviam.copper.util
Deprecated, for removal: This API element is subject to removal in a future version.
CollectionWindowWalker() - Constructor for class com.activeviam.copper.util.CollectionWindowWalker
Deprecated.
 
CollectionWindowWalker.CollectionWindowWalkerObserver<T> - Interface in com.activeviam.copper.util
Deprecated.
collector() - Static method in class com.activeviam.collections.impl.ImmutableArrayList
Collector used to convert a stream to an ImmutableList.
CollectorUtils - Class in com.qfs.pivot.cube.provider.impl
 
collectPartitions(int, IntFunction<T>) - Static method in interface com.activeviam.store.IDatastoreView
Deprecated, for removal: This API element is subject to removal in a future version.
collectReports() - Method in class com.qfs.msg.csv.impl.ParsingWorkloadExecution
 
collectReports() - Method in interface com.qfs.msg.csv.IParsingWorkloadExecution
Returns all the topic reports of all the managed topics.
collectTasks(Iterable<? extends CountedCompleter<?>>) - Static method in class com.qfs.concurrent.cancellable.impl.CompleterUtil
Collects all completers involved in a series of completer tasks.
collectTasks(Iterable<? extends CountedCompleter<?>>, Collection<CountedCompleter<?>>) - Static method in class com.qfs.concurrent.cancellable.impl.CompleterUtil
Collects all completers involved in a series of completer tasks.
collectTiming(QueryTimingCollector.QueryCategory, Supplier<IQueryTiming>) - Static method in class com.quartetfs.fwk.logging.impl.QueryTimingCollector
Collect a query timing if it is collectible.
collectVectors(IntPredicate, IRowMapping, int) - Method in interface com.qfs.chunk.ICanCollectVectors
Collects the vectors in this chunk that do not match the input predicate.
collectVectors(IntPredicate, IRowMapping, int) - Method in class com.qfs.chunk.impl.ChunkComposite
 
collectVectors(IntPredicate, IRowMapping, int) - Method in class com.qfs.chunk.impl.ChunkMarkedVector
 
collectVectors(IntPredicate, IRowMapping, int) - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
collectVectors(IntPredicate, IRowMapping, int) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
colon() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
COLON - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
COLON - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
COLON - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
COLON - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
colon_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.colon_return
 
ColoredDirectedAcyclicGraph<N,​T> - Class in com.quartetfs.pivot.mdx.utils.impl
A directed acyclic graph implementation with colored node.
ColoredDirectedAcyclicGraph() - Constructor for class com.quartetfs.pivot.mdx.utils.impl.ColoredDirectedAcyclicGraph
 
ColoredDirectedAcyclicGraph.ICDAGNodeFactory<N,​T> - Interface in com.quartetfs.pivot.mdx.utils.impl
Interface of a factory.
ColoredDirectedAcyclicGraph.INodeVisitor<N> - Interface in com.quartetfs.pivot.mdx.utils.impl
Interface for ColoredDirectedAcyclicGraph visitor.
COLUMN - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Column.
COLUMN_FLAGS - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
COLUMN_FORMATTERS_PROPERTY - Static variable in interface com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.IJsonOutputConfiguration
Property to define the column formatters to use.
COLUMN_HAS_DEFAULT - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
COLUMN_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
COLUMN_NAME_PROPERTY - Static variable in interface com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.IJsonOutputConfiguration
Property to define the column name on which to apply one formatter.
COLUMN_SEPARATOR - Static variable in class com.quartetfs.pivot.mdx.result.impl.MdxDrillthroughResultToTableConverter
 
COLUMN_SEPARATOR - Static variable in class com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter
 
COLUMN_SIZE - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
Column_Values - com.quartetfs.biz.xmla.constants.Keyword
 
ColumnarIntegerArrayDictionary - Class in com.qfs.dic.impl
Implementation for int[] dictionaries that store the arrays in columns.
ColumnarIntegerArrayDictionary() - Constructor for class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
No-argument constructor, for serialization.
ColumnarIntegerArrayDictionary(int, int, boolean) - Constructor for class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
Constructs an empty dictionary with the specified point length.
ColumnarIntegerArrayDictionary(String[], boolean) - Constructor for class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
Constructs an empty dictionary with the specified column names.
ColumnarIntegerArrayDictionary(String[], int, boolean) - Constructor for class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
Constructs an empty dictionary with the specified column names.
ColumnarIntegerArrayDictionary.IntegerColumnChunkSet - Class in com.qfs.dic.impl
An AColumnChunkSet of integer columns.
ColumnarRecordSet - Class in com.qfs.store.impl
A set of records stored in chunks following a columnar layout.
ColumnarRecordSet(IRecordFormat, int, IAllocationSettings[], TIntIntMap) - Constructor for class com.qfs.store.impl.ColumnarRecordSet
Constructor.
ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView - Class in com.qfs.store.impl
ColumnarRecordSet.InPlaceRecordWriter - Class in com.qfs.store.impl
An IWritableArray to perform in-place writing operations on a specific row.
ColumnarRecordSet.InPlaceRecordWriterWithSingleValueField - Class in com.qfs.store.impl
IWritableArray instance to perform in-place writing operations on a specific row.
ColumnarRecordSetFactory - Class in com.qfs.store.impl
Create the record sets in partitions for stores using a column storage.
ColumnarRecordSetFactory(IPartitioning, IRecordFormat, int, IAllocationSettings[]) - Constructor for class com.qfs.store.impl.ColumnarRecordSetFactory
ColumnarRecordSetStructuralTransactionView(ColumnarRecordSet) - Constructor for class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
ColumnarRecordSetTransaction - Class in com.qfs.store.impl
Column implementation of an ARecordSetTransaction.
ColumnarRecordSetTransaction(ColumnarRecordSet, IEpoch) - Constructor for class com.qfs.store.impl.ColumnarRecordSetTransaction
Constructor.
ColumnarRecordSetVersion - Class in com.qfs.store.impl
ColumnarRecordSetVersion(ColumnarRecordSet, int, IEpoch) - Constructor for class com.qfs.store.impl.ColumnarRecordSetVersion
Constructor.
ColumnBoolean - Class in com.qfs.column.impl
A AChunkedColumn specialized for boolean values.
ColumnBoolean() - Constructor for class com.qfs.column.impl.ColumnBoolean
Empty constructor for serialization.
ColumnBoolean(int, boolean) - Constructor for class com.qfs.column.impl.ColumnBoolean
Constructor.
ColumnCalculationContext<ContextT> - Class in com.qfs.msg.impl
The actual implementation of a IColumnCalculator.IColumnCalculationContext.
ColumnCalculationContext(IColumnCalculator<ContextT>[], Map<String, Integer>) - Constructor for class com.qfs.msg.impl.ColumnCalculationContext
Constructor.
ColumnInteger - Class in com.qfs.column.impl
An AChunkedColumn specialized for int values.
ColumnInteger() - Constructor for class com.qfs.column.impl.ColumnInteger
Empty constructor for serialization.
ColumnInteger(int, boolean) - Constructor for class com.qfs.column.impl.ColumnInteger
Constructor.
ColumnInteger(int, int, boolean) - Constructor for class com.qfs.column.impl.ColumnInteger
Constructor.
ColumnIntegerRowMapping - Class in com.qfs.chunk.impl
A IRowMapping powered by a IChunkInteger.
ColumnIntegerRowMapping(int) - Constructor for class com.qfs.chunk.impl.ColumnIntegerRowMapping
Constructor.
ColumnLong - Class in com.qfs.column.impl
An AChunkedColumn specialized for long values.
ColumnLong() - Constructor for class com.qfs.column.impl.ColumnLong
Empty constructor for serialization.
ColumnLong(int, boolean) - Constructor for class com.qfs.column.impl.ColumnLong
Constructor.
ColumnLong(int, long, boolean) - Constructor for class com.qfs.column.impl.ColumnLong
Constructor.
ColumnMappingChunkRecordReader - Class in com.qfs.store.record.impl
A AChunkReader used for sparse chunk sets that use ColumnIntegerRowMapping.
ColumnMappingChunkRecordReader(IRecordFormat, SparseChunkSet, ColumnIntegerRowMapping) - Constructor for class com.qfs.store.record.impl.ColumnMappingChunkRecordReader
 
ColumnPositiveInteger - Class in com.qfs.column.impl
A AChunkedColumn specialized in storing positive int values.
ColumnPositiveInteger() - Constructor for class com.qfs.column.impl.ColumnPositiveInteger
Empty constructor for serialization.
ColumnPositiveInteger(int, boolean) - Constructor for class com.qfs.column.impl.ColumnPositiveInteger
Constructor.
columns - Variable in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AdditionalMeasureStorage
The columns holding the results of the additional measures, aligned with the PointListRetrievalResult.AdditionalMeasureStorage.measureNames dictionary.
columns(Collection<String>) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo.JdbcFetchingInfoBuilder
The Jdbc source columns.
Columns - com.quartetfs.biz.xmla.constants.Keyword
 
COLUMNS - com.quartetfs.pivot.mdx.statement.IAxisName.Default
1rst axis.
COLUMNS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
COLUMNS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
COLUMNS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
COLUMNS - Static variable in interface com.quartetfs.pivot.mdx.statement.IAxisName
Name for the Column axis.
ColumnsReaderWithCursor - Class in com.qfs.chunk.impl
Implementation of an row cursor over an array of IArrayReader simulating a table.
ColumnsReaderWithCursor(IArrayReader...) - Constructor for class com.qfs.chunk.impl.ColumnsReaderWithCursor
Constructor.
ColumnView(AColumnStore, int, IAllocationSettings) - Constructor for class com.qfs.store.impl.AColumnStore.ColumnView
Constructor.
ColumnWrappingPointList - Class in com.quartetfs.biz.pivot.contribution.impl
A IPointList that simply wraps existing int columns.
ColumnWrappingPointList(IArray[], int) - Constructor for class com.quartetfs.biz.pivot.contribution.impl.ColumnWrappingPointList
Constructor.
com.activeviam.activepivot.core.api.partitioning - package com.activeviam.activepivot.core.api.partitioning
 
com.activeviam.agg - package com.activeviam.agg
 
com.activeviam.agg.impl - package com.activeviam.agg.impl
 
com.activeviam.annotations - package com.activeviam.annotations
 
com.activeviam.apm.cfg.impl - package com.activeviam.apm.cfg.impl
 
com.activeviam.apm.health.impl - package com.activeviam.apm.health.impl
 
com.activeviam.apm.logging.impl - package com.activeviam.apm.logging.impl
 
com.activeviam.apm.messenger.impl - package com.activeviam.apm.messenger.impl
 
com.activeviam.apm.pivot.monitoring - package com.activeviam.apm.pivot.monitoring
 
com.activeviam.apm.pivot.monitoring.impl - package com.activeviam.apm.pivot.monitoring.impl
 
com.activeviam.apm.pivot.monitoring.jmx - package com.activeviam.apm.pivot.monitoring.jmx
 
com.activeviam.apm.pivot.monitoring.jmx.impl - package com.activeviam.apm.pivot.monitoring.jmx.impl
 
com.activeviam.apm.pivot.query - package com.activeviam.apm.pivot.query
 
com.activeviam.apm.pivot.query.aggregates.impl - package com.activeviam.apm.pivot.query.aggregates.impl
 
com.activeviam.apm.pivot.query.impl - package com.activeviam.apm.pivot.query.impl
 
com.activeviam.apm.pivot.rest.query.impl - package com.activeviam.apm.pivot.rest.query.impl
 
com.activeviam.apm.pivot.rest.services - package com.activeviam.apm.pivot.rest.services
 
com.activeviam.apm.pivot.rest.services.impl - package com.activeviam.apm.pivot.rest.services.impl
 
com.activeviam.apm.pivot.webservices.core - package com.activeviam.apm.pivot.webservices.core
 
com.activeviam.apm.pivot.webservices.core.impl - package com.activeviam.apm.pivot.webservices.core.impl
 
com.activeviam.apm.pivot.xmla.impl - package com.activeviam.apm.pivot.xmla.impl
 
com.activeviam.apm.source.msg.impl - package com.activeviam.apm.source.msg.impl
 
com.activeviam.apm.tracing.impl - package com.activeviam.apm.tracing.impl
 
com.activeviam.apm.utils.impl - package com.activeviam.apm.utils.impl
 
com.activeviam.apm.websocket.impl - package com.activeviam.apm.websocket.impl
 
com.activeviam.arrow.read - package com.activeviam.arrow.read
 
com.activeviam.arrow.read.record - package com.activeviam.arrow.read.record
 
com.activeviam.arrow.read.record.multicolumn - package com.activeviam.arrow.read.record.multicolumn
 
com.activeviam.arrow.read.record.vector - package com.activeviam.arrow.read.record.vector
 
com.activeviam.arrow.write - package com.activeviam.arrow.write
 
com.activeviam.arrow.write.impl - package com.activeviam.arrow.write.impl
 
com.activeviam.biz.pivot.cube.hierarchy.axis - package com.activeviam.biz.pivot.cube.hierarchy.axis
 
com.activeviam.biz.pivot.cube.hierarchy.axis.impl - package com.activeviam.biz.pivot.cube.hierarchy.axis.impl
 
com.activeviam.biz.pivot.impl - package com.activeviam.biz.pivot.impl
 
com.activeviam.builders - package com.activeviam.builders
 
com.activeviam.builders.dimensions - package com.activeviam.builders.dimensions
 
com.activeviam.builders.distributed - package com.activeviam.builders.distributed
 
com.activeviam.builders.manager - package com.activeviam.builders.manager
 
com.activeviam.chunk.frequent - package com.activeviam.chunk.frequent
 
com.activeviam.chunk.frequent.impl - package com.activeviam.chunk.frequent.impl
 
com.activeviam.chunk.helpers.impl - package com.activeviam.chunk.helpers.impl
 
com.activeviam.chunk.impl - package com.activeviam.chunk.impl
 
com.activeviam.chunks.cells - package com.activeviam.chunks.cells
 
com.activeviam.chunks.cells.impl - package com.activeviam.chunks.cells.impl
 
com.activeviam.cloud.entity - package com.activeviam.cloud.entity
 
com.activeviam.cloud.entity.impl - package com.activeviam.cloud.entity.impl
 
com.activeviam.cloud.fetch.impl - package com.activeviam.cloud.fetch.impl
 
com.activeviam.cloud.source.csv - package com.activeviam.cloud.source.csv
 
com.activeviam.cloud.source.csv.impl - package com.activeviam.cloud.source.csv.impl
 
com.activeviam.collections - package com.activeviam.collections
 
com.activeviam.collections.impl - package com.activeviam.collections.impl
 
com.activeviam.column - package com.activeviam.column
 
com.activeviam.column.impl - package com.activeviam.column.impl
 
com.activeviam.concurrent.locks.impl - package com.activeviam.concurrent.locks.impl
 
com.activeviam.concurrent.tracing.impl - package com.activeviam.concurrent.tracing.impl
 
com.activeviam.concurrent.util.impl - package com.activeviam.concurrent.util.impl
 
com.activeviam.contextservice - package com.activeviam.contextservice
 
com.activeviam.contextservice.distributed - package com.activeviam.contextservice.distributed
 
com.activeviam.contextservice.distributed.message - package com.activeviam.contextservice.distributed.message
 
com.activeviam.contextservice.dto - package com.activeviam.contextservice.dto
 
com.activeviam.contextservice.local - package com.activeviam.contextservice.local
 
com.activeviam.contextservice.metadata - package com.activeviam.contextservice.metadata
 
com.activeviam.contextservice.remote - package com.activeviam.contextservice.remote
 
com.activeviam.contextservice.service - package com.activeviam.contextservice.service
 
com.activeviam.contextservice.service.metadata - package com.activeviam.contextservice.service.metadata
 
com.activeviam.copper - package com.activeviam.copper
 
com.activeviam.copper.agg - package com.activeviam.copper.agg
 
com.activeviam.copper.api - package com.activeviam.copper.api
 
com.activeviam.copper.api.experimental.database - package com.activeviam.copper.api.experimental.database
 
com.activeviam.copper.builders.agg - package com.activeviam.copper.builders.agg
 
com.activeviam.copper.exception - package com.activeviam.copper.exception
 
com.activeviam.copper.graph - package com.activeviam.copper.graph
 
com.activeviam.copper.graph.visitor - package com.activeviam.copper.graph.visitor
 
com.activeviam.copper.graph.visitor.impl - package com.activeviam.copper.graph.visitor.impl
 
com.activeviam.copper.hierarchy - package com.activeviam.copper.hierarchy
 
com.activeviam.copper.impl - package com.activeviam.copper.impl
 
com.activeviam.copper.measure - package com.activeviam.copper.measure
 
com.activeviam.copper.measure.window - package com.activeviam.copper.measure.window
 
com.activeviam.copper.operation.function - package com.activeviam.copper.operation.function
 
com.activeviam.copper.operation.operator - package com.activeviam.copper.operation.operator
 
com.activeviam.copper.pivot.hierarchy - package com.activeviam.copper.pivot.hierarchy
 
com.activeviam.copper.pivot.pp - package com.activeviam.copper.pivot.pp
 
com.activeviam.copper.procedure - package com.activeviam.copper.procedure
 
com.activeviam.copper.recast - package com.activeviam.copper.recast
 
com.activeviam.copper.store - package com.activeviam.copper.store
 
com.activeviam.copper.util - package com.activeviam.copper.util
 
com.activeviam.database.api - package com.activeviam.database.api
 
com.activeviam.database.api.experimental.refresh - package com.activeviam.database.api.experimental.refresh
 
com.activeviam.database.api.experimental.refresh.condition - package com.activeviam.database.api.experimental.refresh.condition
 
com.activeviam.database.api.query - package com.activeviam.database.api.query
 
com.activeviam.database.api.schema - package com.activeviam.database.api.schema
 
com.activeviam.database.commons.api.numa.desc.impl - package com.activeviam.database.commons.api.numa.desc.impl
 
com.activeviam.database.commons.api.schema - package com.activeviam.database.commons.api.schema
 
com.activeviam.database.commons.api.settings - package com.activeviam.database.commons.api.settings
 
com.activeviam.database.sql.api.schema - package com.activeviam.database.sql.api.schema
 
com.activeviam.datastore.api.schema - package com.activeviam.datastore.api.schema
 
com.activeviam.datastore.condition - package com.activeviam.datastore.condition
 
com.activeviam.desc.build - package com.activeviam.desc.build
 
com.activeviam.desc.build.dimensions - package com.activeviam.desc.build.dimensions
 
com.activeviam.desc.build.distributed - package com.activeviam.desc.build.distributed
 
com.activeviam.dic.provider - package com.activeviam.dic.provider
 
com.activeviam.dic.provider.impl - package com.activeviam.dic.provider.impl
 
com.activeviam.distributed.pivot - package com.activeviam.distributed.pivot
 
com.activeviam.distributed.pivot.impl - package com.activeviam.distributed.pivot.impl
 
com.activeviam.fwk - package com.activeviam.fwk
 
com.activeviam.health.monitor - package com.activeviam.health.monitor
Monitoring package for distributed cluster.
com.activeviam.health.monitor.impl - package com.activeviam.health.monitor.impl
 
com.activeviam.health.monitor.impl.events - package com.activeviam.health.monitor.impl.events
 
com.activeviam.heap.impl - package com.activeviam.heap.impl
 
com.activeviam.index - package com.activeviam.index
 
com.activeviam.io - package com.activeviam.io
 
com.activeviam.logging - package com.activeviam.logging
 
com.activeviam.memory - package com.activeviam.memory
 
com.activeviam.monitoring.export - package com.activeviam.monitoring.export
 
com.activeviam.msg.csv - package com.activeviam.msg.csv
 
com.activeviam.msg.csv.impl - package com.activeviam.msg.csv.impl
 
com.activeviam.msg.csv.reporting - package com.activeviam.msg.csv.reporting
 
com.activeviam.msg.csv.reporting.anomaly.impl - package com.activeviam.msg.csv.reporting.anomaly.impl
 
com.activeviam.msg.csv.reporting.impl - package com.activeviam.msg.csv.reporting.impl
 
com.activeviam.msg.reporting - package com.activeviam.msg.reporting
 
com.activeviam.multiversion.impl - package com.activeviam.multiversion.impl
 
com.activeviam.partition.test.impl - package com.activeviam.partition.test.impl
 
com.activeviam.pivot.contribution.impl - package com.activeviam.pivot.contribution.impl
 
com.activeviam.pivot.json.dataexport - package com.activeviam.pivot.json.dataexport
 
com.activeviam.pivot.json.dataexport.jsonoutputconfiguration - package com.activeviam.pivot.json.dataexport.jsonoutputconfiguration
 
com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl - package com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl
 
com.activeviam.pivot.json.tracing - package com.activeviam.pivot.json.tracing
 
com.activeviam.pivot.postprocessing - package com.activeviam.pivot.postprocessing
 
com.activeviam.pivot.postprocessing.impl - package com.activeviam.pivot.postprocessing.impl
 
com.activeviam.pivot.rest.dataexport - package com.activeviam.pivot.rest.dataexport
 
com.activeviam.pivot.rest.dataexport.converters - package com.activeviam.pivot.rest.dataexport.converters
 
com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter - package com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter
 
com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl - package com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl
 
com.activeviam.pivot.rest.dataexport.converters.selectconverter - package com.activeviam.pivot.rest.dataexport.converters.selectconverter
 
com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl - package com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl
 
com.activeviam.pivot.rest.dataexport.measureformatter - package com.activeviam.pivot.rest.dataexport.measureformatter
 
com.activeviam.pivot.rest.dataexport.measureformatter.impl - package com.activeviam.pivot.rest.dataexport.measureformatter.impl
 
com.activeviam.pivot.rest.dataexport.outputmanagers - package com.activeviam.pivot.rest.dataexport.outputmanagers
 
com.activeviam.pivot.security.builders - package com.activeviam.pivot.security.builders
 
com.activeviam.pivot.server.spring.api - package com.activeviam.pivot.server.spring.api
 
com.activeviam.pivot.structure.impl - package com.activeviam.pivot.structure.impl
 
com.activeviam.pivot.tracing - package com.activeviam.pivot.tracing
 
com.activeviam.pivot.tracing.rest - package com.activeviam.pivot.tracing.rest
 
com.activeviam.properties - package com.activeviam.properties
 
com.activeviam.properties.cfg.impl - package com.activeviam.properties.cfg.impl
 
com.activeviam.properties.impl - package com.activeviam.properties.impl
 
com.activeviam.query - package com.activeviam.query
 
com.activeviam.query.impl - package com.activeviam.query.impl
 
com.activeviam.records.impl - package com.activeviam.records.impl
 
com.activeviam.security.cfg - package com.activeviam.security.cfg
 
com.activeviam.selection - package com.activeviam.selection
 
com.activeviam.source.csv.api - package com.activeviam.source.csv.api
 
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.keyvalue.api - package com.activeviam.source.keyvalue.api
 
com.activeviam.spring.config - package com.activeviam.spring.config
 
com.activeviam.spring.config.activeui - package com.activeviam.spring.config.activeui
 
com.activeviam.spring.config.adminui - package com.activeviam.spring.config.adminui
 
com.activeviam.sql.table - package com.activeviam.sql.table
 
com.activeviam.store - package com.activeviam.store
 
com.activeviam.store.impl - package com.activeviam.store.impl
 
com.activeviam.store.part - package com.activeviam.store.part
 
com.activeviam.store.part.impl - package com.activeviam.store.part.impl
 
com.activeviam.store.ref - package com.activeviam.store.ref
 
com.activeviam.store.structure - package com.activeviam.store.structure
 
com.activeviam.store.structure.graph - package com.activeviam.store.structure.graph
 
com.activeviam.store.structure.impl - package com.activeviam.store.structure.impl
 
com.activeviam.table - package com.activeviam.table
 
com.activeviam.tech.core.api.memory - package com.activeviam.tech.core.api.memory
 
com.activeviam.time - package com.activeviam.time
 
com.activeviam.time.impl - package com.activeviam.time.impl
 
com.activeviam.tracing - package com.activeviam.tracing
 
com.activeviam.tracing.impl - package com.activeviam.tracing.impl
 
com.activeviam.tracing.tracer - package com.activeviam.tracing.tracer
 
com.activeviam.tracing.tracer.impl - package com.activeviam.tracing.tracer.impl
 
com.activeviam.tracing.util - package com.activeviam.tracing.util
 
com.activeviam.type - package com.activeviam.type
 
com.activeviam.util - package com.activeviam.util
 
com.activeviam.util.cells - package com.activeviam.util.cells
 
com.activeviam.util.cells.impl - package com.activeviam.util.cells.impl
 
com.activeviam.util.function - package com.activeviam.util.function
 
com.activeviam.util.function.impl - package com.activeviam.util.function.impl
 
com.activeviam.util.function.serialization - package com.activeviam.util.function.serialization
 
com.activeviam.util.impl - package com.activeviam.util.impl
 
com.qfs - package com.qfs
 
com.qfs.agg - package com.qfs.agg
 
com.qfs.agg.impl - package com.qfs.agg.impl
 
com.qfs.bitmap - package com.qfs.bitmap
 
com.qfs.bitmap.impl - package com.qfs.bitmap.impl
 
com.qfs.buf - package com.qfs.buf
 
com.qfs.buf.impl - package com.qfs.buf.impl
 
com.qfs.chunk - package com.qfs.chunk
 
com.qfs.chunk.array.allocator.impl - package com.qfs.chunk.array.allocator.impl
 
com.qfs.chunk.array.impl - package com.qfs.chunk.array.impl
 
com.qfs.chunk.buffer.allocator.impl - package com.qfs.chunk.buffer.allocator.impl
 
com.qfs.chunk.buffer.impl - package com.qfs.chunk.buffer.impl
 
com.qfs.chunk.direct.allocator - package com.qfs.chunk.direct.allocator
 
com.qfs.chunk.direct.allocator.impl - package com.qfs.chunk.direct.allocator.impl
 
com.qfs.chunk.direct.impl - package com.qfs.chunk.direct.impl
 
com.qfs.chunk.impl - package com.qfs.chunk.impl
 
com.qfs.chunks - package com.qfs.chunks
 
com.qfs.code.generation.impl - package com.qfs.code.generation.impl
 
com.qfs.column - package com.qfs.column
 
com.qfs.column.impl - package com.qfs.column.impl
 
com.qfs.compiler.impl - package com.qfs.compiler.impl
 
com.qfs.concurrent - package com.qfs.concurrent
 
com.qfs.concurrent.cancellable - package com.qfs.concurrent.cancellable
 
com.qfs.concurrent.cancellable.impl - package com.qfs.concurrent.cancellable.impl
 
com.qfs.concurrent.impl - package com.qfs.concurrent.impl
 
com.qfs.concurrent.locks.impl - package com.qfs.concurrent.locks.impl
 
com.qfs.condition - package com.qfs.condition
 
com.qfs.condition.impl - package com.qfs.condition.impl
 
com.qfs.content.cfg - package com.qfs.content.cfg
 
com.qfs.content.cfg.impl - package com.qfs.content.cfg.impl
 
com.qfs.content.rest.impl - package com.qfs.content.rest.impl
 
com.qfs.content.service - package com.qfs.content.service
 
com.qfs.content.service.audit - package com.qfs.content.service.audit
 
com.qfs.content.service.audit.impl - package com.qfs.content.service.audit.impl
 
com.qfs.content.service.impl - package com.qfs.content.service.impl
 
com.qfs.content.service.timestamp - package com.qfs.content.service.timestamp
 
com.qfs.content.snapshot.impl - package com.qfs.content.snapshot.impl
 
com.qfs.content.ws.impl - package com.qfs.content.ws.impl
 
com.qfs.desc - package com.qfs.desc
 
com.qfs.desc.impl - package com.qfs.desc.impl
 
com.qfs.dic - package com.qfs.dic
 
com.qfs.dic.impl - package com.qfs.dic.impl
 
com.qfs.distribution - package com.qfs.distribution
 
com.qfs.distribution.impl - package com.qfs.distribution.impl
 
com.qfs.distribution.security - package com.qfs.distribution.security
 
com.qfs.distribution.security.impl - package com.qfs.distribution.security.impl
 
com.qfs.fwk.cache.impl - package com.qfs.fwk.cache.impl
 
com.qfs.fwk.format.impl - package com.qfs.fwk.format.impl
 
com.qfs.fwk.impl - package com.qfs.fwk.impl
 
com.qfs.fwk.ordering.impl - package com.qfs.fwk.ordering.impl
 
com.qfs.fwk.recycling - package com.qfs.fwk.recycling
 
com.qfs.fwk.recycling.impl - package com.qfs.fwk.recycling.impl
 
com.qfs.fwk.services - package com.qfs.fwk.services
 
com.qfs.graph - package com.qfs.graph
 
com.qfs.graph.impl - package com.qfs.graph.impl
 
com.qfs.gui - package com.qfs.gui
 
com.qfs.heap.impl - package com.qfs.heap.impl
 
com.qfs.index - package com.qfs.index
 
com.qfs.index.impl - package com.qfs.index.impl
 
com.qfs.jackson.impl - package com.qfs.jackson.impl
 
com.qfs.jmx - package com.qfs.jmx
 
com.qfs.jna - package com.qfs.jna
 
com.qfs.jna.impl - package com.qfs.jna.impl
 
com.qfs.jwt.impl - package com.qfs.jwt.impl
 
com.qfs.jwt.service - package com.qfs.jwt.service
 
com.qfs.jwt.service.impl - package com.qfs.jwt.service.impl
 
com.qfs.literal - package com.qfs.literal
 
com.qfs.literal.impl - package com.qfs.literal.impl
 
com.qfs.logging - package com.qfs.logging
 
com.qfs.memory - package com.qfs.memory
 
com.qfs.memory.impl - package com.qfs.memory.impl
 
com.qfs.messenger - package com.qfs.messenger
 
com.qfs.messenger.impl - package com.qfs.messenger.impl
 
com.qfs.messenger.jgroups.impl - package com.qfs.messenger.jgroups.impl
 
com.qfs.messenger.message - package com.qfs.messenger.message
 
com.qfs.messenger.message.impl - package com.qfs.messenger.message.impl
 
com.qfs.messenger.netty - package com.qfs.messenger.netty
 
com.qfs.messenger.netty.impl - package com.qfs.messenger.netty.impl
 
com.qfs.messenger.netty.streaming.impl - package com.qfs.messenger.netty.streaming.impl
 
com.qfs.monitoring.memory - package com.qfs.monitoring.memory
 
com.qfs.monitoring.memory.impl - package com.qfs.monitoring.memory.impl
 
com.qfs.monitoring.statistic - package com.qfs.monitoring.statistic
 
com.qfs.monitoring.statistic.impl - package com.qfs.monitoring.statistic.impl
 
com.qfs.monitoring.statistic.memory - package com.qfs.monitoring.statistic.memory
 
com.qfs.monitoring.statistic.memory.impl - package com.qfs.monitoring.statistic.memory.impl
 
com.qfs.monitoring.statistic.memory.visitor - package com.qfs.monitoring.statistic.memory.visitor
 
com.qfs.msg - package com.qfs.msg
 
com.qfs.msg.csv - package com.qfs.msg.csv
 
com.qfs.msg.csv.filesystem.impl - package com.qfs.msg.csv.filesystem.impl
 
com.qfs.msg.csv.impl - package com.qfs.msg.csv.impl
 
com.qfs.msg.csv.policy - package com.qfs.msg.csv.policy
 
com.qfs.msg.csv.policy.impl - package com.qfs.msg.csv.policy.impl
 
com.qfs.msg.csv.translator - package com.qfs.msg.csv.translator
 
com.qfs.msg.csv.translator.impl - package com.qfs.msg.csv.translator.impl
 
com.qfs.msg.impl - package com.qfs.msg.impl
 
com.qfs.msg.jdbc - package com.qfs.msg.jdbc
 
com.qfs.msg.jdbc.impl - package com.qfs.msg.jdbc.impl
 
com.qfs.msg.keyvalue - package com.qfs.msg.keyvalue
 
com.qfs.msg.keyvalue.conversion - package com.qfs.msg.keyvalue.conversion
 
com.qfs.msg.keyvalue.conversion.impl - package com.qfs.msg.keyvalue.conversion.impl
 
com.qfs.msg.keyvalue.impl - package com.qfs.msg.keyvalue.impl
 
com.qfs.msg.serialization - package com.qfs.msg.serialization
 
com.qfs.multiversion - package com.qfs.multiversion
 
com.qfs.multiversion.impl - package com.qfs.multiversion.impl
 
com.qfs.multiversion.squash - package com.qfs.multiversion.squash
 
com.qfs.pivot.agg - package com.qfs.pivot.agg
 
com.qfs.pivot.agg.impl - package com.qfs.pivot.agg.impl
 
com.qfs.pivot.builder.cellset.impl - package com.qfs.pivot.builder.cellset.impl
 
com.qfs.pivot.builder.discovery.impl - package com.qfs.pivot.builder.discovery.impl
 
com.qfs.pivot.builder.drillthrough.impl - package com.qfs.pivot.builder.drillthrough.impl
 
com.qfs.pivot.content - package com.qfs.pivot.content
 
com.qfs.pivot.content.impl - package com.qfs.pivot.content.impl
 
com.qfs.pivot.cube.dimension.impl - package com.qfs.pivot.cube.dimension.impl
 
com.qfs.pivot.cube.hierarchy.axis.impl - package com.qfs.pivot.cube.hierarchy.axis.impl
 
com.qfs.pivot.cube.hierarchy.impl - package com.qfs.pivot.cube.hierarchy.impl
 
com.qfs.pivot.cube.hierarchy.measures.impl - package com.qfs.pivot.cube.hierarchy.measures.impl
 
com.qfs.pivot.cube.provider - package com.qfs.pivot.cube.provider
 
com.qfs.pivot.cube.provider.bitmap.impl - package com.qfs.pivot.cube.provider.bitmap.impl
 
com.qfs.pivot.cube.provider.impl - package com.qfs.pivot.cube.provider.impl
 
com.qfs.pivot.cube.provider.multi - package com.qfs.pivot.cube.provider.multi
 
com.qfs.pivot.cube.provider.multi.impl - package com.qfs.pivot.cube.provider.multi.impl
 
com.qfs.pivot.cube.provider.partition - package com.qfs.pivot.cube.provider.partition
 
com.qfs.pivot.cube.provider.partition.impl - package com.qfs.pivot.cube.provider.partition.impl
 
com.qfs.pivot.hierarchy - package com.qfs.pivot.hierarchy
 
com.qfs.pivot.hierarchy.impl - package com.qfs.pivot.hierarchy.impl
 
com.qfs.pivot.impl - package com.qfs.pivot.impl
 
com.qfs.pivot.json - package com.qfs.pivot.json
 
com.qfs.pivot.json.branch - package com.qfs.pivot.json.branch
 
com.qfs.pivot.json.cellset - package com.qfs.pivot.json.cellset
 
com.qfs.pivot.json.configuration - package com.qfs.pivot.json.configuration
 
com.qfs.pivot.json.database - package com.qfs.pivot.json.database
 
com.qfs.pivot.json.discovery - package com.qfs.pivot.json.discovery
 
com.qfs.pivot.json.drillthrough - package com.qfs.pivot.json.drillthrough
 
com.qfs.pivot.json.export - package com.qfs.pivot.json.export
 
com.qfs.pivot.json.logging - package com.qfs.pivot.json.logging
 
com.qfs.pivot.json.query - package com.qfs.pivot.json.query
 
com.qfs.pivot.json.queryplan - package com.qfs.pivot.json.queryplan
 
com.qfs.pivot.json.websocket - package com.qfs.pivot.json.websocket
 
com.qfs.pivot.logging.impl - package com.qfs.pivot.logging.impl
 
com.qfs.pivot.mdx.compil - package com.qfs.pivot.mdx.compil
 
com.qfs.pivot.mdx.compil.impl - package com.qfs.pivot.mdx.compil.impl
 
com.qfs.pivot.monitoring.impl - package com.qfs.pivot.monitoring.impl
 
com.qfs.pivot.rest.configuration - package com.qfs.pivot.rest.configuration
 
com.qfs.pivot.rest.configuration.impl - package com.qfs.pivot.rest.configuration.impl
 
com.qfs.pivot.rest.discovery - package com.qfs.pivot.rest.discovery
 
com.qfs.pivot.rest.discovery.impl - package com.qfs.pivot.rest.discovery.impl
 
com.qfs.pivot.rest.impl - package com.qfs.pivot.rest.impl
 
com.qfs.pivot.rest.monitoring - package com.qfs.pivot.rest.monitoring
 
com.qfs.pivot.rest.monitoring.impl - package com.qfs.pivot.rest.monitoring.impl
 
com.qfs.pivot.rest.query - package com.qfs.pivot.rest.query
 
com.qfs.pivot.rest.query.impl - package com.qfs.pivot.rest.query.impl
 
com.qfs.pivot.services.impl - package com.qfs.pivot.services.impl
 
com.qfs.pivot.servlet.impl - package com.qfs.pivot.servlet.impl
 
com.qfs.pivot.testing - package com.qfs.pivot.testing
 
com.qfs.pivot.testing.impl - package com.qfs.pivot.testing.impl
 
com.qfs.pivot.util.impl - package com.qfs.pivot.util.impl
 
com.qfs.plan - package com.qfs.plan
 
com.qfs.plan.impl - package com.qfs.plan.impl
 
com.qfs.plan.impl.operations - package com.qfs.plan.impl.operations
 
com.qfs.platform - package com.qfs.platform
 
com.qfs.platform.linux - package com.qfs.platform.linux
 
com.qfs.platform.share - package com.qfs.platform.share
 
com.qfs.platform.solaris - package com.qfs.platform.solaris
 
com.qfs.platform.win - package com.qfs.platform.win
 
com.qfs.pool - package com.qfs.pool
 
com.qfs.pool.impl - package com.qfs.pool.impl
 
com.qfs.query.impl - package com.qfs.query.impl
 
com.qfs.repository - package com.qfs.repository
 
com.qfs.repository.audit.impl - package com.qfs.repository.audit.impl
 
com.qfs.repository.cfg - package com.qfs.repository.cfg
 
com.qfs.repository.cfg.activepivot.impl - package com.qfs.repository.cfg.activepivot.impl
 
com.qfs.repository.cfg.impl - package com.qfs.repository.cfg.impl
 
com.qfs.repository.cfg.snl.impl - package com.qfs.repository.cfg.snl.impl
 
com.qfs.repository.config.impl - package com.qfs.repository.config.impl
 
com.qfs.repository.context - package com.qfs.repository.context
 
com.qfs.repository.context.impl - package com.qfs.repository.context.impl
 
com.qfs.repository.coordinates - package com.qfs.repository.coordinates
 
com.qfs.repository.coordinates.impl - package com.qfs.repository.coordinates.impl
 
com.qfs.repository.coordinates.util - package com.qfs.repository.coordinates.util
 
com.qfs.repository.dto - package com.qfs.repository.dto
 
com.qfs.repository.impl - package com.qfs.repository.impl
 
com.qfs.repository.mdx.impl - package com.qfs.repository.mdx.impl
 
com.qfs.repository.params - package com.qfs.repository.params
 
com.qfs.repository.params.impl - package com.qfs.repository.params.impl
 
com.qfs.repository.persistence - package com.qfs.repository.persistence
 
com.qfs.repository.persistence.impl - package com.qfs.repository.persistence.impl
 
com.qfs.repository.persistence.model - package com.qfs.repository.persistence.model
 
com.qfs.repository.persistence.model.impl - package com.qfs.repository.persistence.model.impl
 
com.qfs.repository.persistence.type.impl - package com.qfs.repository.persistence.type.impl
 
com.qfs.repository.restserver - package com.qfs.repository.restserver
 
com.qfs.repository.restserver.impl - package com.qfs.repository.restserver.impl
 
com.qfs.repository.rs - package com.qfs.repository.rs
 
com.qfs.repository.rs.impl - package com.qfs.repository.rs.impl
 
com.qfs.repository.util - package com.qfs.repository.util
 
com.qfs.repository.ws - package com.qfs.repository.ws
 
com.qfs.repository.ws.impl - package com.qfs.repository.ws.impl
 
com.qfs.rest.client.impl - package com.qfs.rest.client.impl
 
com.qfs.rest.server.impl - package com.qfs.rest.server.impl
 
com.qfs.rest.services - package com.qfs.rest.services
 
com.qfs.rest.services.ping - package com.qfs.rest.services.ping
 
com.qfs.rest.urls - package com.qfs.rest.urls
 
com.qfs.rest.urls.impl - package com.qfs.rest.urls.impl
 
com.qfs.security - package com.qfs.security
 
com.qfs.security.impl - package com.qfs.security.impl
 
com.qfs.security.spring.impl - package com.qfs.security.spring.impl
 
com.qfs.serialization - package com.qfs.serialization
 
com.qfs.server.cfg - package com.qfs.server.cfg
 
com.qfs.server.cfg.content - package com.qfs.server.cfg.content
 
com.qfs.server.cfg.i18n.impl - package com.qfs.server.cfg.i18n.impl
 
com.qfs.server.cfg.impl - package com.qfs.server.cfg.impl
 
com.qfs.service.monitoring - package com.qfs.service.monitoring
 
com.qfs.service.store - package com.qfs.service.store
 
com.qfs.service.store.impl - package com.qfs.service.store.impl
 
com.qfs.servlet.controller.impl - package com.qfs.servlet.controller.impl
 
com.qfs.servlet.handlers.impl - package com.qfs.servlet.handlers.impl
 
com.qfs.servlet.impl - package com.qfs.servlet.impl
 
com.qfs.snl - package com.qfs.snl
 
com.qfs.snl.activiti - package com.qfs.snl.activiti
 
com.qfs.snl.agent - package com.qfs.snl.agent
 
com.qfs.snl.agent.impl - package com.qfs.snl.agent.impl
 
com.qfs.snl.agent.mdx - package com.qfs.snl.agent.mdx
 
com.qfs.snl.agent.mdx.impl - package com.qfs.snl.agent.mdx.impl
 
com.qfs.snl.agent.service - package com.qfs.snl.agent.service
 
com.qfs.snl.agent.service.impl - package com.qfs.snl.agent.service.impl
 
com.qfs.snl.agent.util - package com.qfs.snl.agent.util
 
com.qfs.snl.alerts - package com.qfs.snl.alerts
 
com.qfs.snl.alerts.impl - package com.qfs.snl.alerts.impl
 
com.qfs.snl.audit.impl - package com.qfs.snl.audit.impl
 
com.qfs.snl.cfg - package com.qfs.snl.cfg
 
com.qfs.snl.cfg.activepivot.impl - package com.qfs.snl.cfg.activepivot.impl
 
com.qfs.snl.cfg.impl - package com.qfs.snl.cfg.impl
 
com.qfs.snl.data - package com.qfs.snl.data
 
com.qfs.snl.data.impl - package com.qfs.snl.data.impl
 
com.qfs.snl.dtos - package com.qfs.snl.dtos
 
com.qfs.snl.dtos.ws - package com.qfs.snl.dtos.ws
 
com.qfs.snl.events.impl - package com.qfs.snl.events.impl
 
com.qfs.snl.impl - package com.qfs.snl.impl
 
com.qfs.snl.kpis.impl - package com.qfs.snl.kpis.impl
 
com.qfs.snl.mdx - package com.qfs.snl.mdx
 
com.qfs.snl.mdx.impl - package com.qfs.snl.mdx.impl
 
com.qfs.snl.messages - package com.qfs.snl.messages
 
com.qfs.snl.messages.form - package com.qfs.snl.messages.form
 
com.qfs.snl.messages.form.impl - package com.qfs.snl.messages.form.impl
 
com.qfs.snl.messages.impl - package com.qfs.snl.messages.impl
 
com.qfs.snl.monitoring - package com.qfs.snl.monitoring
 
com.qfs.snl.monitoring.impl - package com.qfs.snl.monitoring.impl
 
com.qfs.snl.monitors - package com.qfs.snl.monitors
 
com.qfs.snl.monitors.impl - package com.qfs.snl.monitors.impl
 
com.qfs.snl.persistence - package com.qfs.snl.persistence
 
com.qfs.snl.persistence.cfg - package com.qfs.snl.persistence.cfg
 
com.qfs.snl.persistence.impl - package com.qfs.snl.persistence.impl
 
com.qfs.snl.persistence.type.impl - package com.qfs.snl.persistence.type.impl
 
com.qfs.snl.repository - package com.qfs.snl.repository
 
com.qfs.snl.repository.impl - package com.qfs.snl.repository.impl
 
com.qfs.snl.rs - package com.qfs.snl.rs
 
com.qfs.snl.rs.impl - package com.qfs.snl.rs.impl
 
com.qfs.snl.utils - package com.qfs.snl.utils
 
com.qfs.snl.utils.impl - package com.qfs.snl.utils.impl
 
com.qfs.snl.workflows - package com.qfs.snl.workflows
 
com.qfs.snl.workflows.impl - package com.qfs.snl.workflows.impl
 
com.qfs.snl.workflows.process - package com.qfs.snl.workflows.process
 
com.qfs.snl.workflows.process.impl - package com.qfs.snl.workflows.process.impl
 
com.qfs.snl.workflows.tasks - package com.qfs.snl.workflows.tasks
 
com.qfs.snl.workflows.tasks.impl - package com.qfs.snl.workflows.tasks.impl
 
com.qfs.snl.workflows.units - package com.qfs.snl.workflows.units
 
com.qfs.snl.workflows.units.impl - package com.qfs.snl.workflows.units.impl
 
com.qfs.snl.ws - package com.qfs.snl.ws
 
com.qfs.snl.ws.impl - package com.qfs.snl.ws.impl
 
com.qfs.source - package com.qfs.source
 
com.qfs.source.impl - package com.qfs.source.impl
 
com.qfs.spring.websocket - package com.qfs.spring.websocket
 
com.qfs.spring.websocket.impl - package com.qfs.spring.websocket.impl
 
com.qfs.store - package com.qfs.store
 
com.qfs.store.build - package com.qfs.store.build
 
com.qfs.store.build.impl - package com.qfs.store.build.impl
 
com.qfs.store.impl - package com.qfs.store.impl
 
com.qfs.store.impl.arrays - package com.qfs.store.impl.arrays
 
com.qfs.store.part - package com.qfs.store.part
 
com.qfs.store.part.impl - package com.qfs.store.part.impl
 
com.qfs.store.query - package com.qfs.store.query
 
com.qfs.store.query.condition - package com.qfs.store.query.condition
 
com.qfs.store.query.condition.impl - package com.qfs.store.query.condition.impl
 
com.qfs.store.query.impl - package com.qfs.store.query.impl
 
com.qfs.store.query.plan - package com.qfs.store.query.plan
 
com.qfs.store.query.plan.condition - package com.qfs.store.query.plan.condition
 
com.qfs.store.query.plan.condition.impl - package com.qfs.store.query.plan.condition.impl
 
com.qfs.store.query.plan.impl - package com.qfs.store.query.plan.impl
 
com.qfs.store.record - package com.qfs.store.record
 
com.qfs.store.record.flatten - package com.qfs.store.record.flatten
 
com.qfs.store.record.flatten.impl - package com.qfs.store.record.flatten.impl
 
com.qfs.store.record.impl - package com.qfs.store.record.impl
 
com.qfs.store.record.reader.impl - package com.qfs.store.record.reader.impl
 
com.qfs.store.ref - package com.qfs.store.ref
 
com.qfs.store.ref.impl - package com.qfs.store.ref.impl
 
com.qfs.store.selection - package com.qfs.store.selection
 
com.qfs.store.selection.impl - package com.qfs.store.selection.impl
 
com.qfs.store.service - package com.qfs.store.service
 
com.qfs.store.service.impl - package com.qfs.store.service.impl
 
com.qfs.store.transaction - package com.qfs.store.transaction
 
com.qfs.store.transaction.impl - package com.qfs.store.transaction.impl
 
com.qfs.trove - package com.qfs.trove
 
com.qfs.trove.impl - package com.qfs.trove.impl
 
com.qfs.util - package com.qfs.util
 
com.qfs.util.function - package com.qfs.util.function
 
com.qfs.util.impl - package com.qfs.util.impl
 
com.qfs.util.tar.impl - package com.qfs.util.tar.impl
 
com.qfs.util.timing - package com.qfs.util.timing
 
com.qfs.util.timing.impl - package com.qfs.util.timing.impl
 
com.qfs.util.ui - package com.qfs.util.ui
 
com.qfs.util.ui.impl - package com.qfs.util.ui.impl
 
com.qfs.vector - package com.qfs.vector
 
com.qfs.vector.array.impl - package com.qfs.vector.array.impl
 
com.qfs.vector.binding - package com.qfs.vector.binding
 
com.qfs.vector.binding.compilation.impl - package com.qfs.vector.binding.compilation.impl
 
com.qfs.vector.binding.impl - package com.qfs.vector.binding.impl
 
com.qfs.vector.buffer.impl - package com.qfs.vector.buffer.impl
 
com.qfs.vector.direct.impl - package com.qfs.vector.direct.impl
 
com.qfs.vector.impl - package com.qfs.vector.impl
 
com.qfs.version - package com.qfs.version
 
com.qfs.versions.service - package com.qfs.versions.service
 
com.qfs.versions.service.impl - package com.qfs.versions.service.impl
 
com.qfs.webservices - package com.qfs.webservices
 
com.qfs.websocket - package com.qfs.websocket
 
com.qfs.websocket.client - package com.qfs.websocket.client
 
com.qfs.websocket.endpoint - package com.qfs.websocket.endpoint
 
com.qfs.websocket.endpoint.impl - package com.qfs.websocket.endpoint.impl
 
com.qfs.websocket.endpoint.monitoring.impl - package com.qfs.websocket.endpoint.monitoring.impl
 
com.qfs.websocket.security - package com.qfs.websocket.security
 
com.qfs.websocket.security.impl - package com.qfs.websocket.security.impl
 
com.qfs.websocket.server - package com.qfs.websocket.server
 
com.qfs.websocket.server.cfg.impl - package com.qfs.websocket.server.cfg.impl
 
com.qfs.websocket.server.impl - package com.qfs.websocket.server.impl
 
com.quartetfs.biz.pivot - package com.quartetfs.biz.pivot
Provides core interfaces for the ActivePivot component.
com.quartetfs.biz.pivot.aggfun.impl - package com.quartetfs.biz.pivot.aggfun.impl
 
com.quartetfs.biz.pivot.cellset - package com.quartetfs.biz.pivot.cellset
 
com.quartetfs.biz.pivot.cellset.impl - package com.quartetfs.biz.pivot.cellset.impl
 
com.quartetfs.biz.pivot.context - package com.quartetfs.biz.pivot.context
This package holds interfaces concerning the ActivePivot's context functionally.
com.quartetfs.biz.pivot.context.drillthrough - package com.quartetfs.biz.pivot.context.drillthrough
Drill-through functionalities interfaces
com.quartetfs.biz.pivot.context.drillthrough.impl - package com.quartetfs.biz.pivot.context.drillthrough.impl
Drillthrough functionalities implementations.
com.quartetfs.biz.pivot.context.impl - package com.quartetfs.biz.pivot.context.impl
This package holds the interface concerning the ActivePivot's context functionality.
com.quartetfs.biz.pivot.context.subcube - package com.quartetfs.biz.pivot.context.subcube
SubCube's functionality interfaces
com.quartetfs.biz.pivot.context.subcube.impl - package com.quartetfs.biz.pivot.context.subcube.impl
SubCube's functionality implementations
com.quartetfs.biz.pivot.context.subcube.visitor - package com.quartetfs.biz.pivot.context.subcube.visitor
 
com.quartetfs.biz.pivot.context.subcube.visitor.impl - package com.quartetfs.biz.pivot.context.subcube.visitor.impl
 
com.quartetfs.biz.pivot.contribution - package com.quartetfs.biz.pivot.contribution
 
com.quartetfs.biz.pivot.contribution.impl - package com.quartetfs.biz.pivot.contribution.impl
 
com.quartetfs.biz.pivot.cube - package com.quartetfs.biz.pivot.cube
ActivePivot's cube interfaces.
com.quartetfs.biz.pivot.cube.dimension - package com.quartetfs.biz.pivot.cube.dimension
 
com.quartetfs.biz.pivot.cube.dimension.axis.impl - package com.quartetfs.biz.pivot.cube.dimension.axis.impl
 
com.quartetfs.biz.pivot.cube.dimension.impl - package com.quartetfs.biz.pivot.cube.dimension.impl
 
com.quartetfs.biz.pivot.cube.dimension.measure.impl - package com.quartetfs.biz.pivot.cube.dimension.measure.impl
 
com.quartetfs.biz.pivot.cube.formatter - package com.quartetfs.biz.pivot.cube.formatter
 
com.quartetfs.biz.pivot.cube.formatter.impl - package com.quartetfs.biz.pivot.cube.formatter.impl
 
com.quartetfs.biz.pivot.cube.hierarchy - package com.quartetfs.biz.pivot.cube.hierarchy
Cube's hierarchy interfaces.
com.quartetfs.biz.pivot.cube.hierarchy.axis - package com.quartetfs.biz.pivot.cube.hierarchy.axis
Cube's axis hierarchy interfaces
com.quartetfs.biz.pivot.cube.hierarchy.axis.impl - package com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Cube's axis hierarchy implementations.
com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl - package com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl
 
com.quartetfs.biz.pivot.cube.hierarchy.impl - package com.quartetfs.biz.pivot.cube.hierarchy.impl
Cube's hierarchy implementations: hierarchies, levels and members.
com.quartetfs.biz.pivot.cube.hierarchy.measures - package com.quartetfs.biz.pivot.cube.hierarchy.measures
Cube's measures hierarchy interfaces
com.quartetfs.biz.pivot.cube.hierarchy.measures.impl - package com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
Cube's measures hierarchy implementations.
com.quartetfs.biz.pivot.cube.impl - package com.quartetfs.biz.pivot.cube.impl
ActivePivot's cube implementations.
com.quartetfs.biz.pivot.cube.provider - package com.quartetfs.biz.pivot.cube.provider
Aggregators related interfaces.
com.quartetfs.biz.pivot.cube.provider.impl - package com.quartetfs.biz.pivot.cube.provider.impl
Aggregators related implementations.
com.quartetfs.biz.pivot.definitions - package com.quartetfs.biz.pivot.definitions
ActivePivot definitions implementations
com.quartetfs.biz.pivot.definitions.builder - package com.quartetfs.biz.pivot.definitions.builder
 
com.quartetfs.biz.pivot.definitions.builder.impl - package com.quartetfs.biz.pivot.definitions.builder.impl
 
com.quartetfs.biz.pivot.definitions.impl - package com.quartetfs.biz.pivot.definitions.impl
ActivePivot definitions interfaces.
com.quartetfs.biz.pivot.distribution - package com.quartetfs.biz.pivot.distribution
 
com.quartetfs.biz.pivot.distribution.impl - package com.quartetfs.biz.pivot.distribution.impl
 
com.quartetfs.biz.pivot.dto - package com.quartetfs.biz.pivot.dto
 
com.quartetfs.biz.pivot.formula - package com.quartetfs.biz.pivot.formula
Post processor Formula extendibility package
com.quartetfs.biz.pivot.formula.impl - package com.quartetfs.biz.pivot.formula.impl
This package contains the base implementation of the formula functionality.
com.quartetfs.biz.pivot.impl - package com.quartetfs.biz.pivot.impl
Provides core implementations for the ActivePivot component.
com.quartetfs.biz.pivot.mdx.impl - package com.quartetfs.biz.pivot.mdx.impl
 
com.quartetfs.biz.pivot.monitoring - package com.quartetfs.biz.pivot.monitoring
ActivePivot's monitoring tools implementations.
com.quartetfs.biz.pivot.monitoring.impl - package com.quartetfs.biz.pivot.monitoring.impl
Provides ActivePivot's JMX monitoring implementation classes.
com.quartetfs.biz.pivot.postprocessing - package com.quartetfs.biz.pivot.postprocessing
ActivePivot post-processors interfaces.
com.quartetfs.biz.pivot.postprocessing.impl - package com.quartetfs.biz.pivot.postprocessing.impl
ActivePivot post-processors implementations.
com.quartetfs.biz.pivot.postprocessing.streams.impl - package com.quartetfs.biz.pivot.postprocessing.streams.impl
 
com.quartetfs.biz.pivot.property.impl - package com.quartetfs.biz.pivot.property.impl
 
com.quartetfs.biz.pivot.query - package com.quartetfs.biz.pivot.query
ActivePivot's queries interfaces.
com.quartetfs.biz.pivot.query.aggregates - package com.quartetfs.biz.pivot.query.aggregates
 
com.quartetfs.biz.pivot.query.aggregates.impl - package com.quartetfs.biz.pivot.query.aggregates.impl
 
com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl - package com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
 
com.quartetfs.biz.pivot.query.aggregates.plan.impl - package com.quartetfs.biz.pivot.query.aggregates.plan.impl
 
com.quartetfs.biz.pivot.query.impl - package com.quartetfs.biz.pivot.query.impl
ActivePivot's queries implementations.
com.quartetfs.biz.pivot.query.missing - package com.quartetfs.biz.pivot.query.missing
 
com.quartetfs.biz.pivot.query.missing.impl - package com.quartetfs.biz.pivot.query.missing.impl
 
com.quartetfs.biz.pivot.query.monitoring.impl - package com.quartetfs.biz.pivot.query.monitoring.impl
ActivePivot's monitoring tools implementations.
com.quartetfs.biz.pivot.query.registration - package com.quartetfs.biz.pivot.query.registration
 
com.quartetfs.biz.pivot.query.registration.impl - package com.quartetfs.biz.pivot.query.registration.impl
 
com.quartetfs.biz.pivot.security - package com.quartetfs.biz.pivot.security
Provides security interfaces.
com.quartetfs.biz.pivot.security.builders - package com.quartetfs.biz.pivot.security.builders
 
com.quartetfs.biz.pivot.security.impl - package com.quartetfs.biz.pivot.security.impl
Provides ActivePivot's server security implementation classes.
com.quartetfs.biz.pivot.server.http.impl - package com.quartetfs.biz.pivot.server.http.impl
 
com.quartetfs.biz.pivot.server.impl - package com.quartetfs.biz.pivot.server.impl
 
com.quartetfs.biz.pivot.server.util.impl - package com.quartetfs.biz.pivot.server.util.impl
 
com.quartetfs.biz.pivot.source.impl - package com.quartetfs.biz.pivot.source.impl
 
com.quartetfs.biz.pivot.streaming - package com.quartetfs.biz.pivot.streaming
 
com.quartetfs.biz.pivot.streaming.impl - package com.quartetfs.biz.pivot.streaming.impl
 
com.quartetfs.biz.pivot.test.util - package com.quartetfs.biz.pivot.test.util
 
com.quartetfs.biz.pivot.transaction - package com.quartetfs.biz.pivot.transaction
ActivePivot's transactions interfaces
com.quartetfs.biz.pivot.transaction.feed - package com.quartetfs.biz.pivot.transaction.feed
 
com.quartetfs.biz.pivot.transaction.feed.impl - package com.quartetfs.biz.pivot.transaction.feed.impl
 
com.quartetfs.biz.pivot.transaction.impl - package com.quartetfs.biz.pivot.transaction.impl
ActivePivot's transactions implementations.
com.quartetfs.biz.pivot.webservices - package com.quartetfs.biz.pivot.webservices
 
com.quartetfs.biz.pivot.webservices.impl - package com.quartetfs.biz.pivot.webservices.impl
Provides ActivePivot's webservices implementation classes.
com.quartetfs.biz.tree - package com.quartetfs.biz.tree
 
com.quartetfs.biz.tree.impl - package com.quartetfs.biz.tree.impl
 
com.quartetfs.biz.tree.navigation.impl - package com.quartetfs.biz.tree.navigation.impl
 
com.quartetfs.biz.xmla - package com.quartetfs.biz.xmla
 
com.quartetfs.biz.xmla.binxml - package com.quartetfs.biz.xmla.binxml
 
com.quartetfs.biz.xmla.binxml.impl - package com.quartetfs.biz.xmla.binxml.impl
 
com.quartetfs.biz.xmla.binxml.token - package com.quartetfs.biz.xmla.binxml.token
 
com.quartetfs.biz.xmla.binxml.token.impl - package com.quartetfs.biz.xmla.binxml.token.impl
 
com.quartetfs.biz.xmla.compression - package com.quartetfs.biz.xmla.compression
 
com.quartetfs.biz.xmla.compression.impl - package com.quartetfs.biz.xmla.compression.impl
 
com.quartetfs.biz.xmla.constants - package com.quartetfs.biz.xmla.constants
 
com.quartetfs.biz.xmla.discovery.dmp.impl - package com.quartetfs.biz.xmla.discovery.dmp.impl
 
com.quartetfs.biz.xmla.discovery.impl - package com.quartetfs.biz.xmla.discovery.impl
 
com.quartetfs.biz.xmla.discovery.mdp.impl - package com.quartetfs.biz.xmla.discovery.mdp.impl
 
com.quartetfs.biz.xmla.discovery.tdp.impl - package com.quartetfs.biz.xmla.discovery.tdp.impl
 
com.quartetfs.biz.xmla.impl - package com.quartetfs.biz.xmla.impl
 
com.quartetfs.biz.xmla.mdx - package com.quartetfs.biz.xmla.mdx
 
com.quartetfs.biz.xmla.rowset - package com.quartetfs.biz.xmla.rowset
 
com.quartetfs.biz.xmla.rowset.definition - package com.quartetfs.biz.xmla.rowset.definition
 
com.quartetfs.biz.xmla.rowset.definition.impl - package com.quartetfs.biz.xmla.rowset.definition.impl
 
com.quartetfs.biz.xmla.rowset.impl - package com.quartetfs.biz.xmla.rowset.impl
 
com.quartetfs.biz.xmla.servlet.impl - package com.quartetfs.biz.xmla.servlet.impl
 
com.quartetfs.biz.xmla.servlet.pivot.impl - package com.quartetfs.biz.xmla.servlet.pivot.impl
 
com.quartetfs.fwk - package com.quartetfs.fwk
 
com.quartetfs.fwk.contributions - package com.quartetfs.fwk.contributions
 
com.quartetfs.fwk.contributions.impl - package com.quartetfs.fwk.contributions.impl
 
com.quartetfs.fwk.filtering - package com.quartetfs.fwk.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.quartetfs.fwk.filtering.impl - package com.quartetfs.fwk.filtering.impl
 
com.quartetfs.fwk.format - package com.quartetfs.fwk.format
 
com.quartetfs.fwk.format.impl - package com.quartetfs.fwk.format.impl
 
com.quartetfs.fwk.impl - package com.quartetfs.fwk.impl
 
com.quartetfs.fwk.logging - package com.quartetfs.fwk.logging
 
com.quartetfs.fwk.logging.impl - package com.quartetfs.fwk.logging.impl
 
com.quartetfs.fwk.monitoring - package com.quartetfs.fwk.monitoring
 
com.quartetfs.fwk.monitoring.impl - package com.quartetfs.fwk.monitoring.impl
Monitoring's functionality implementations.
com.quartetfs.fwk.monitoring.jmx - package com.quartetfs.fwk.monitoring.jmx
 
com.quartetfs.fwk.monitoring.jmx.impl - package com.quartetfs.fwk.monitoring.jmx.impl
Provides JMX monitoring implementation classes.
com.quartetfs.fwk.ordering - package com.quartetfs.fwk.ordering
 
com.quartetfs.fwk.ordering.impl - package com.quartetfs.fwk.ordering.impl
 
com.quartetfs.fwk.query - package com.quartetfs.fwk.query
 
com.quartetfs.fwk.query.impl - package com.quartetfs.fwk.query.impl
 
com.quartetfs.fwk.security - package com.quartetfs.fwk.security
 
com.quartetfs.fwk.security.impl - package com.quartetfs.fwk.security.impl
 
com.quartetfs.fwk.serialization - package com.quartetfs.fwk.serialization
 
com.quartetfs.fwk.types - package com.quartetfs.fwk.types
 
com.quartetfs.fwk.types.impl - package com.quartetfs.fwk.types.impl
 
com.quartetfs.fwk.util - package com.quartetfs.fwk.util
 
com.quartetfs.fwk.util.impl - package com.quartetfs.fwk.util.impl
 
com.quartetfs.pivot.mdx - package com.quartetfs.pivot.mdx
 
com.quartetfs.pivot.mdx.epoch - package com.quartetfs.pivot.mdx.epoch
 
com.quartetfs.pivot.mdx.epoch.impl - package com.quartetfs.pivot.mdx.epoch.impl
 
com.quartetfs.pivot.mdx.eval - package com.quartetfs.pivot.mdx.eval
 
com.quartetfs.pivot.mdx.eval.impl - package com.quartetfs.pivot.mdx.eval.impl
 
com.quartetfs.pivot.mdx.eval.set - package com.quartetfs.pivot.mdx.eval.set
 
com.quartetfs.pivot.mdx.eval.set.impl - package com.quartetfs.pivot.mdx.eval.set.impl
 
com.quartetfs.pivot.mdx.func.base.impl - package com.quartetfs.pivot.mdx.func.base.impl
 
com.quartetfs.pivot.mdx.func.custom.impl - package com.quartetfs.pivot.mdx.func.custom.impl
 
com.quartetfs.pivot.mdx.func.impl - package com.quartetfs.pivot.mdx.func.impl
 
com.quartetfs.pivot.mdx.func.vb.impl - package com.quartetfs.pivot.mdx.func.vb.impl
 
com.quartetfs.pivot.mdx.impl - package com.quartetfs.pivot.mdx.impl
 
com.quartetfs.pivot.mdx.meta - package com.quartetfs.pivot.mdx.meta
 
com.quartetfs.pivot.mdx.meta.impl - package com.quartetfs.pivot.mdx.meta.impl
 
com.quartetfs.pivot.mdx.parser.impl - package com.quartetfs.pivot.mdx.parser.impl
 
com.quartetfs.pivot.mdx.plan.impl - package com.quartetfs.pivot.mdx.plan.impl
 
com.quartetfs.pivot.mdx.property - package com.quartetfs.pivot.mdx.property
 
com.quartetfs.pivot.mdx.property.impl - package com.quartetfs.pivot.mdx.property.impl
 
com.quartetfs.pivot.mdx.realtime - package com.quartetfs.pivot.mdx.realtime
 
com.quartetfs.pivot.mdx.realtime.impl - package com.quartetfs.pivot.mdx.realtime.impl
 
com.quartetfs.pivot.mdx.result - package com.quartetfs.pivot.mdx.result
 
com.quartetfs.pivot.mdx.result.impl - package com.quartetfs.pivot.mdx.result.impl
 
com.quartetfs.pivot.mdx.statement - package com.quartetfs.pivot.mdx.statement
 
com.quartetfs.pivot.mdx.statement.impl - package com.quartetfs.pivot.mdx.statement.impl
 
com.quartetfs.pivot.mdx.utils - package com.quartetfs.pivot.mdx.utils
 
com.quartetfs.pivot.mdx.utils.impl - package com.quartetfs.pivot.mdx.utils.impl
 
com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl - package com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl
 
com.quartetfs.pivot.mdx.xmla.impl - package com.quartetfs.pivot.mdx.xmla.impl
 
com.quartetfs.tech.streaming - package com.quartetfs.tech.streaming
 
com.quartetfs.tech.streaming.impl - package com.quartetfs.tech.streaming.impl
 
com.quartetfs.tech.streaming.sharing - package com.quartetfs.tech.streaming.sharing
 
com.quartetfs.tech.streaming.sharing.impl - package com.quartetfs.tech.streaming.sharing.impl
 
combine(CopperElement...) - Static method in class com.activeviam.copper.api.Copper
Combines several Copper elements (measures, levels, context values) then map them to obtain a new Copper object which can be used to create new single-level hierarchies.
combine(CopperMeasure...) - Static method in class com.activeviam.copper.api.Copper
Combines several Copper measures then map them to obtain a new Copper measure which values are a combination of the values of the input measures.
combine(IFieldTransformer) - Method in interface com.activeviam.store.structure.IFieldTransformer
Combines this transformer with the given transformer.
combine(IFieldTransformer) - Method in class com.activeviam.store.structure.impl.FieldTransformer
Combines this transformer with the given transformer.
combine(IUpdateFieldsAction) - Method in class com.activeviam.store.structure.impl.UpdateFieldsAction
Combines this IUpdateFieldsAction with the given IUpdateFieldsAction.
combine(IUpdateFieldsAction) - Method in interface com.activeviam.store.structure.IUpdateFieldsAction
Combines this IUpdateFieldsAction with the given IUpdateFieldsAction.
combinePrimitives(IMeasureMember, IInternalAggregatesRetrievalResult) - Method in interface com.quartetfs.biz.pivot.query.aggregates.ICachedAggregates
Combines the given primitive measure from these cached aggregates with the given result.
WARNING : if our result is null or does not contain the given measure, will return the same instance of currentResult (without adding the column).
combinePrimitives(IMeasureMember, IInternalAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.CachedAggregatesRetrievalResult
 
combineWith(IAggregateStore[], int[][], List<String>, int, boolean) - Method in interface com.qfs.pivot.agg.IAggregateStore
Creates a new IAggregateStore that combines all the aggregated elements of this store and all the given stores.
combineWith(IAggregateStore[], int[][], List<String>, int, boolean) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
combineWith(IAggregateStore[], int[][], List<String>, int, boolean) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
combineWith(IAggregateStore[], int[][], List<String>, int, boolean) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
combineWith(IAggregateStore[], int[][], List<String>, int, boolean) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
combineWith(List<? extends IAggregatesRetrievalResult>) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalAggregatesRetrievalResult
Creates a new result that contains the measures from both this and the other input results.
combineWith(List<? extends IAggregatesRetrievalResult>) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
COMMA - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Comma.
COMMA - Static variable in class com.quartetfs.pivot.mdx.impl.AnyTypeFormatterPresentationExpression
The comma separator (Locale independent in the pattern).
COMMA - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
COMMA - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
COMMA - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
COMMAND_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
COMMENT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
COMMENT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
COMMENT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
commit() - Method in interface com.activeviam.dic.provider.IDictionaryProviderTransaction
Performs all the actions planned in this transaction inside a two-phase commit.
commit() - Method in class com.activeviam.dic.provider.impl.DictionaryProviderTransaction
 
commit() - Method in class com.quartetfs.biz.pivot.impl.StructuralManagerTransaction
 
commit(int, IEpoch, ChunkedBitmap) - Method in class com.qfs.store.impl.ColumnarRecordSet
 
commit(int, IEpoch, ChunkedBitmap) - Method in interface com.qfs.store.IRecordSetBase
Commits this base.
commit(long, long, boolean) - Method in interface com.qfs.platform.IPlatform
Commit the specified region of committed pages.
commit(long, long, boolean) - Method in class com.qfs.platform.linux.LinuxPlatform
 
commit(long, long, boolean) - Method in class com.qfs.platform.share.SharePlatform
 
commit(long, long, boolean) - Method in class com.qfs.platform.share.VirtualPlatform
 
commit(long, long, boolean) - Method in class com.qfs.platform.solaris.SolarisPlatform
 
commit(long, long, boolean) - Method in class com.qfs.platform.win.WindowsPlatform
 
commit(IEpoch) - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Deprecated.
since 5.5.0
commit(IEpoch) - Method in class com.qfs.index.impl.AUniqueRecordIndexTransaction
 
commit(IEpoch) - Method in class com.qfs.index.impl.IntegerArrayTransaction
 
commit(IEpoch) - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexTransaction
 
commit(IEpoch) - Method in class com.qfs.index.impl.LongArrayTransaction
 
commit(IEpoch) - Method in class com.qfs.index.impl.SecondaryRecordIndexTransaction
 
commit(IEpoch) - Method in interface com.qfs.index.IMultiVersionIndex
 
commit(IEpoch) - Method in interface com.qfs.index.IMultiVersionIntegerArray
 
commit(IEpoch) - Method in interface com.qfs.index.IMultiVersionLongArray
 
commit(IEpoch) - Method in interface com.qfs.index.IMultiVersionSecondaryRecordIndex
 
commit(IEpoch) - Method in interface com.qfs.index.IMultiVersionUniqueRecordIndex
 
commit(IEpoch) - Method in class com.qfs.multiversion.impl.ATransactionalMultiVersion
Deprecated.
 
commit(IEpoch) - Method in interface com.qfs.multiversion.IMultiVersionOperations
Commits the pending transient state at the specified epoch.
commit(IEpoch) - Method in interface com.qfs.multiversion.ITransaction
Commits this transaction into the base version.
commit(IEpoch) - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension
 
commit(IEpoch) - Method in class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisDimension
 
commit(IEpoch) - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
 
commit(IEpoch) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderTransaction
 
commit(IEpoch) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.BitmapAggregateProviderTransaction
 
commit(IEpoch) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderTransaction
 
commit(IEpoch) - Method in interface com.qfs.pivot.cube.provider.IMultiVersionAggregateProvider
 
commit(IEpoch) - Method in interface com.qfs.pivot.cube.provider.IMultiVersionGlobalAggregateProvider
 
commit(IEpoch) - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderTransaction
 
commit(IEpoch) - Method in class com.qfs.pivot.hierarchy.impl.MeasureHierarchyTransaction
 
commit(IEpoch) - Method in class com.qfs.pivot.impl.ACommitRemoteTransaction
 
commit(IEpoch) - Method in class com.qfs.pivot.impl.ARemoteTransaction
Commits this transaction.
commit(IEpoch) - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
 
commit(IEpoch) - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
Use MultiVersionDistributedActivePivot.commit(String) instead.
commit(IEpoch) - Method in class com.qfs.store.impl.ARecordSetTransaction
 
commit(IEpoch) - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
 
commit(IEpoch) - Method in class com.qfs.store.impl.StorePartitionContent
Commits the content at the specified epoch.
commit(IEpoch) - Method in class com.qfs.store.impl.StorePartitionTransaction
 
commit(IEpoch) - Method in class com.qfs.store.impl.StoreTransaction
 
commit(IEpoch) - Method in interface com.qfs.store.IMultiVersionRecordSet
 
commit(IEpoch) - Method in interface com.qfs.store.IMultiVersionStore
 
commit(IEpoch) - Method in interface com.qfs.store.IMultiVersionStorePartition
 
commit(IEpoch) - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
 
commit(IEpoch) - Method in interface com.qfs.store.ref.IMultiVersionConcreteReference
 
commit(IEpoch) - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.MultiVersionDimension
 
commit(IEpoch) - Method in interface com.quartetfs.biz.pivot.cube.dimension.IMultiVersionDimension
 
commit(IEpoch) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy.AxisHierarchyTransaction
 
commit(IEpoch) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisHierarchy
 
commit(IEpoch) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IMultiVersionHierarchy
 
commit(IEpoch) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMultiVersionDistributedAxisHierarchy
 
commit(IEpoch) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMultiVersionMeasureHierarchy
 
commit(IEpoch) - Method in class com.quartetfs.biz.pivot.cube.impl.CubeTransaction
 
commit(IEpoch) - Method in class com.quartetfs.biz.pivot.cube.impl.MultiVersionCube
 
commit(IEpoch) - Method in interface com.quartetfs.biz.pivot.cube.IMultiVersionCube
 
commit(IEpoch) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
commit(IEpoch) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotTransaction
 
commit(IEpoch) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
commit(IEpoch) - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
 
commit(IEpoch) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
Commit the current transaction.
commit(IEpoch) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransactionManager
 
commit(IEpoch) - Method in interface com.quartetfs.biz.pivot.transaction.ITransactionManager
Commits the current transaction.
commit(IEpoch, int[]) - Method in interface com.qfs.store.IDatastoreSchemaTransaction
Deprecated.
Commits in a set of stores of the schema.
commit(IEpoch, int[]) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
commit(IEpoch, int[]) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Commits in a set of stores of the schema.
commit(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
commit(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.repository.impl.RepositoryService
 
commit(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in interface com.qfs.repository.IRepositoryService
Commits a pending update, making it active.
commit(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
commit(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in interface com.qfs.repository.persistence.IPointValueDao
Commits a pending update, making it active.
commit(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
COMMIT_ACTION - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to define the commit action.
CommitIsolatedStoreHandler - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Continuous handler of events published on transactions on an isolated store.
CommitIsolatedStoreHandler(IActivePivotVersion, String) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.CommitIsolatedStoreHandler
Constructor.
commitNew(IPointValue.IKey) - Method in class com.qfs.repository.persistence.impl.DbProcedure
Commits a new pending point value, turning it as active.
commitNewLatest(IInternalSecondaryRecordIndexVersion) - Method in class com.qfs.index.impl.AMultiVersionSecondaryRecordIndex
 
commitNewLatest(IInternalSecondaryRecordIndexVersion) - Method in interface com.qfs.index.IMultiVersionSecondaryRecordIndex
Commits the version as the latest and reference for this component.
commitNewLatest(IInternalUniqueRecordIndexVersion) - Method in class com.qfs.index.impl.AMultiVersionUniqueRecordIndex
 
commitNewLatest(IInternalUniqueRecordIndexVersion) - Method in interface com.qfs.index.IMultiVersionUniqueRecordIndex
Commits the version as the latest and reference for this component.
commitNewLatest(IInternalConcreteReferenceVersion) - Method in class com.qfs.store.ref.impl.AMultiVersionConcreteReference
 
commitNewLatest(IInternalConcreteReferenceVersion) - Method in interface com.qfs.store.ref.IMultiVersionConcreteReference
Commits the version as the latest and reference for this component.
commitNewLatest(IInternalIndexVersion) - Method in class com.qfs.index.impl.MultiVersionLazyDeleteLinkedIndex
Commits the version as the latest and reference for this component.
commitNewLatest(ISquashableIntegerArrayVersion) - Method in class com.qfs.index.impl.MultiVersionIntegerArray
Commits the version as the latest and reference for this component.
commitNewLatest(ISquashableLongArrayVersion) - Method in class com.qfs.index.impl.MultiVersionLongArray
Commits the version as the latest and reference for this component.
commitNewLatest(IInternalRecordSetVersion) - Method in class com.qfs.store.impl.MultiVersionColumnarRecordSet
 
commitNewLatest(IInternalRecordSetVersion) - Method in interface com.qfs.store.IMultiVersionRecordSet
Commits the version as the latest and reference for this component.
commitNewLatest(IStorePartitionVersion) - Method in class com.qfs.store.impl.MultiVersionStorePartition
Commits the version as the latest and reference for this component.
commitNewLatest(IStoreVersion) - Method in class com.qfs.store.impl.MultiVersionStore
Commits the version as the latest and reference for this component.
commitStores(IEpoch, int[]) - Method in class com.qfs.store.impl.DatastoreSchemaBase
Asynchronously commits the current transaction into the impacted stores.
CommitStoreStream - Class in com.quartetfs.biz.pivot.postprocessing.streams.impl
A store stream not recording changes in store and simply firing a constant event on transaction commit.
CommitStoreStream(IAggregatesContinuousQueryEngine, IMultiVersionActivePivot) - Constructor for class com.quartetfs.biz.pivot.postprocessing.streams.impl.CommitStoreStream
Constructor.
CommitStoreStream(IAggregatesContinuousQueryEngine, IMultiVersionActivePivot, String) - Constructor for class com.quartetfs.biz.pivot.postprocessing.streams.impl.CommitStoreStream
Constructor for the registry.
COMMITTED - com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction.State
The transaction is committed.
commitTransaction() - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
commitTransaction() - Method in class com.qfs.store.transaction.impl.TransactionManager
 
commitTransaction() - Method in class com.qfs.store.transaction.impl.TransactionPerformer
Publishes the changes made by this transaction.
commitTransaction() - Method in interface com.qfs.store.transaction.ITransactionManager
Commit the current transaction.
commitTransaction(long, DatastoreSchemaTransactionInformation, IEpoch) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Commits a transaction of the given transactionId.
commitTransaction(long, DatastoreSchemaTransactionInformation, IEpoch) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
CommitTransaction - com.quartetfs.biz.xmla.constants.Keyword
 
CommitTransaction - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
commitUpdate(IPointValue.IKey, IPointValue.IKey) - Method in class com.qfs.repository.persistence.impl.DbProcedure
Commits a pending point value, turning it as active from an existing point value.
CommonColumnsDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Contains definition of columns that are common to different rowsets.
CommonColumnsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.CommonColumnsDefinition
 
commonPool() - Static method in class com.qfs.pool.impl.QFSPools
Returns a global fork-join pool.
comp_op() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
comp_op_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.comp_op_return
 
comp_relation() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
comp_relation_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.comp_relation_return
 
COMPANION - Static variable in interface com.quartetfs.pivot.mdx.meta.IMdxFormulaMember
 
COMPANY - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
COMPARABLE_MAX_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for ComparableMaxFunction.
ComparableComparator - Class in com.quartetfs.fwk.ordering.impl
Compares two objects implementing the Comparable interface.
ComparableComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.ComparableComparator
 
ComparableMaxFunction - Class in com.activeviam.agg.impl
Aggregation function returning the maximum value of any comparable object.
ComparableMaxFunction() - Constructor for class com.activeviam.agg.impl.ComparableMaxFunction
Constructor.
ComparableMaxFunction.ArgMaxBinding - Class in com.activeviam.agg.impl
Binding for the ComparableMaxFunction.
comparator(IComparator<?>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.LevelInfoBuilder
 
COMPARATOR - com.activeviam.copper.hierarchy.CopperLevelMetadata.UserSpecific
Flag for the member comparator of this level.
COMPARATOR - Static variable in interface com.quartetfs.pivot.mdx.statement.IAxisName
Comparator for axes.
COMPARATOR_PLUGIN_KEY - com.activeviam.copper.hierarchy.CopperLevelMetadata.UserSpecific
Flag for the plugin key of the member comparator of this level.
ComparatorDescription - Class in com.quartetfs.biz.pivot.definitions.impl
ComparatorDescription is the description class for the Comparator.
ComparatorDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ComparatorDescription
Default constructor of class ComparatorDescription with no parameter.
ComparatorDescription(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ComparatorDescription
Constructor of class ComparatorDescription with parameter plugin key.
ComparatorExtendedPlugin - Class in com.quartetfs.fwk.ordering.impl
Base comparator extended plugin.
ComparatorExtendedPlugin() - Constructor for class com.quartetfs.fwk.ordering.impl.ComparatorExtendedPlugin
Constructor registering the default plugin values from the Core Product.
ComparatorOrderDescription - Class in com.quartetfs.biz.pivot.definitions.impl
ComparatorOrderDescription is the special orders for the IComparatorPivot.
ComparatorOrderDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ComparatorOrderDescription
Default constructor of the ComparatorOrderDesription with no parameter.
ComparatorOrderDescription(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ComparatorOrderDescription
Sets the key name of this comparator.
ComparatorOrderDescription(String, List<?>) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ComparatorOrderDescription
Constructor of the ComparatorOrderDescription with parameter order.
compare(IEpoch, IEpoch) - Method in class com.qfs.fwk.ordering.impl.EpochComparator
 
compare(IEpoch, IEpoch) - Method in class com.qfs.fwk.ordering.impl.ReverseEpochComparator
 
compare(ISentinelEvent, ISentinelEvent) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventComparator
 
compare(IAxisMember, IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MemberComparator
 
compare(ILevelInfo, ILevelInfo) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfoNaturalOrderComparator
 
compare(ILocation, ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Impose an arbitrary but consistent order on locations.
compare(ITuple, ITuple) - Method in class com.quartetfs.pivot.mdx.eval.impl.HierarchizeOrder
 
compare(ITuple, ITuple) - Method in class com.quartetfs.pivot.mdx.eval.impl.LevelBasedHierarchizeOrder
 
compare(ITuple, ITuple) - Method in class com.quartetfs.pivot.mdx.eval.impl.MultiOrder
 
compare(ITuple, ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet.InterruptCheckOrder
 
compare(ITuple, ITuple) - Method in class com.quartetfs.pivot.mdx.func.impl.ANumericOrder
 
compare(ITuple, ITuple) - Method in class com.quartetfs.pivot.mdx.func.impl.ValueOrder
 
compare(IMdxMember, IMdxMember) - Method in class com.quartetfs.pivot.mdx.eval.impl.HierarchizeOrder
Compares 2 members.
compare(IMdxMember, IMdxMember) - Method in class com.quartetfs.pivot.mdx.func.impl.ValueOrder
Compares two members.
compare(Object, Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.DiscriminatorComparator
 
compare(Object, Object) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.HierarchyComparator
 
compare(Object, Object) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.HierarchyComparator.LevelComparator
 
compare(Object, Object) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ReverseHierarchyComparator
 
compare(Object, Object) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ReverseHierarchyComparator.ReserveLevelComparator
 
compare(Object, Object) - Method in class com.quartetfs.fwk.ordering.impl.ComparableComparator
 
compare(Object, Object) - Method in class com.quartetfs.fwk.ordering.impl.DoubleComparator
 
compare(Object, Object) - Method in class com.quartetfs.fwk.ordering.impl.FloatComparator
 
compare(Object, Object) - Method in class com.quartetfs.fwk.ordering.impl.IntComparator
 
compare(Object, Object) - Method in class com.quartetfs.fwk.ordering.impl.LongComparator
 
compare(Object, Object) - Method in class com.quartetfs.fwk.ordering.impl.NaturalOrderComparator
If the two objects are instances of the same class, we compare them if they are Comparable, otherwise we fall back to comparing their toString representation.
compare(Object, Object) - Method in class com.quartetfs.fwk.ordering.impl.ReverseComparableComparator
 
compare(Object, Object) - Method in class com.quartetfs.fwk.ordering.impl.ReverseDoubleComparator
 
compare(Object, Object) - Method in class com.quartetfs.fwk.ordering.impl.ReverseFloatComparator
 
compare(Object, Object) - Method in class com.quartetfs.fwk.ordering.impl.ReverseIntComparator
 
compare(Object, Object) - Method in class com.quartetfs.fwk.ordering.impl.ReverseLongComparator
 
compare(Object, Object) - Method in class com.quartetfs.fwk.ordering.impl.ReverseOrderComparator
 
compare(Object, Object) - Method in class com.quartetfs.fwk.ordering.impl.ToStringComparator
 
compare(String, String) - Method in class com.qfs.content.service.impl.ContentServerPathComparator
 
compare(String, String) - Method in class com.quartetfs.biz.pivot.security.impl.AuthorityComparatorAdapter
 
compare(String, String) - Method in class com.quartetfs.fwk.ordering.impl.AlphabeticalComparator
 
compare(String, String) - Method in class com.quartetfs.fwk.ordering.impl.StringComparator
 
compare(Path, Path) - Method in class com.quartetfs.fwk.ordering.impl.PathComparator
 
compare(MBeanAttributeInfo, MBeanAttributeInfo) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.MBeanAttributeComparator
 
compare(MBeanOperationInfo, MBeanOperationInfo) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.MBeanOperationComparator
 
compare(T, T) - Method in class com.quartetfs.fwk.ordering.impl.CustomComparator
 
compareAndSet(int, int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
compareAndSet(int, int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
compareAndSet(int, int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
compareAndSet(int, int, int) - Method in interface com.qfs.chunk.IConcurrentChunkInteger
Atomically sets the given position of this chunk to the given updated value if the current value stored at this position equals the expected value.
compareAndSet(int, int, int) - Method in class com.qfs.dic.impl.AbstractHash.BufferHashTable
 
compareAndSet(int, int, int) - Method in interface com.qfs.dic.impl.AbstractHash.HashTable
Atomically sets the slot to the given updated value if the current value is equal to the expected value.
compareAndSet(int, int, int) - Method in class com.qfs.dic.impl.AbstractHash.LargeBufferHashTable
 
compareAndSet(int, int, int) - Method in class com.qfs.dic.impl.AbstractHash.LargeHashTable
 
compareAndSet(int, int, int) - Method in class com.qfs.dic.impl.AbstractHash.StandardHashTable
 
compareAndSet(int, int, int) - Method in class com.qfs.dic.impl.AbstractHash.VeryLargeHashTable
 
compareAndSet(int, long, long) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
compareAndSet(int, long, long) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
compareAndSet(int, long, long) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
compareAndSet(int, long, long) - Method in interface com.qfs.chunk.IConcurrentChunkLong
Atomically sets the given position of this chunk to the given updated value if the current value stored at this position equals the expected value.
compareAndSwapInt(Object, long, int, int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Atomically sets the field of the target object to the given updated value if the current value of the field == the expected value.
compareAndSwapLong(Object, long, long, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Atomically sets the field of the target object to the given updated value if the current value of the field == the expected value.
compareAndSwapObject(Object, long, Object, Object) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Atomically sets the field of the target object to the given updated value if the current value of the field == the expected value.
compareBreakHier(ITuple, ITuple) - Method in class com.quartetfs.pivot.mdx.func.impl.ValueOrder
Compare two tuples, using only the value associated with the tuples.
compareDiscriminators(IMdxLevel, Object, Object) - Method in class com.quartetfs.pivot.mdx.eval.impl.HierarchizeOrder
Compares 2 discriminators for the given level.
compareDiscriminators(IMdxLevel, Object, Object) - Method in class com.quartetfs.pivot.mdx.eval.impl.LevelBasedHierarchizeOrder
 
compareHier(ITuple, ITuple) - Method in class com.quartetfs.pivot.mdx.func.impl.ValueOrder
Compares two tuples, depending on the comparison result of their parents.
compareSolveOrder(IMdxFormulaMember, IMdxFormulaMember) - Static method in class com.quartetfs.pivot.mdx.plan.impl.ExecUtils
Compares two formula members by solve order.
compareTo(MemberAndValue) - Method in class com.activeviam.copper.MemberAndValue
Deprecated.
 
compareTo(ITimestamp) - Method in class com.qfs.agg.impl.Timestamp
 
compareTo(IEpoch) - Method in class com.qfs.multiversion.impl.Epoch
 
compareTo(IRepositoryResult) - Method in class com.qfs.repository.dto.RepositoryResultDto
 
compareTo(IRepositoryResult) - Method in class com.qfs.repository.impl.RepositoryResult
 
ComparisonCompiledCondition - Class in com.qfs.store.query.condition.impl
Compiled condition for conditions performing equality tests or comparisons.
ComparisonCompiledCondition(int, int, ImplementationCode, IOperand, IDictionary<Object>) - Constructor for class com.qfs.store.query.condition.impl.ComparisonCompiledCondition
Constructor.
ComparisonFunctions - Class in com.quartetfs.pivot.mdx.func.impl
Class holding various implementations of ComparisonFunctions.ComparisonFunction.
ComparisonFunctions.EQFunction - Class in com.quartetfs.pivot.mdx.func.impl
Function testing if two values are equal.
ComparisonFunctions.GEFunction - Class in com.quartetfs.pivot.mdx.func.impl
Function testing that the first provided value is greater than or equal to the second provided value.
ComparisonFunctions.GTFunction - Class in com.quartetfs.pivot.mdx.func.impl
Function testing that the first provided value is strictly greater than the second provided value.
ComparisonFunctions.LEFunction - Class in com.quartetfs.pivot.mdx.func.impl
Function testing that the first provided value is less than or equal to the second provided value.
ComparisonFunctions.LTFunction - Class in com.quartetfs.pivot.mdx.func.impl
Function testing that the first provided value is strictly less than the second provided value.
ComparisonFunctions.NEFunction - Class in com.quartetfs.pivot.mdx.func.impl
Function testing that two values are not equal.
ComparisonMatchingCondition - Class in com.quartetfs.fwk.filtering.impl
Base class for comparison matching conditions.
compile() - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IDistinctQueryCompiler
Compiles the query.
compile() - Method in interface com.activeviam.database.api.query.IGetByKeyQueryBuilder.IGetByKeyCompiler
Compiles the query.
compile() - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IListQueryCompiler
Compiles the query.
compile(int) - Method in class com.qfs.store.query.plan.impl.ABackReferenceRows
 
compile(int) - Method in class com.qfs.store.query.plan.impl.BackReferenceRows
 
compile(int) - Method in class com.qfs.store.query.plan.impl.RowReferenceMerge
 
compile(int) - Method in class com.qfs.store.query.plan.impl.StoreSearch
 
compile(int) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder.ConditionFullScan
 
compile(int) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder.ReturnAllPartitionOperation
 
compile(int) - Method in interface com.qfs.store.query.plan.IOperation
Compiles this operation.
compile(int) - Method in interface com.qfs.store.query.plan.IPartitionOperation
Compiles this operation.
compile(ICondition, Map<FieldPath, Integer>, IRecordFormat, Map<FieldPath, IDictionary<Object>>) - Static method in class com.qfs.store.query.plan.condition.impl.ConditionCompiler
Compiles the given ICondition.
compile(IDatastoreSchemaQueryMetadata, IQuery) - Static method in class com.qfs.store.query.impl.AQueryRunner
Compiles a query.
compile(IQuery) - Method in class com.qfs.store.query.impl.AQueryRunner
Compiles a query.
compile(IQuery) - Method in interface com.qfs.store.query.IQueryManager
Validates and compiles a query.
compile(Class<?>) - Static method in class com.quartetfs.fwk.types.impl.TransferCompiler
Compile a transfer class.
compile(String, JsonNode, JsonConditionCompiler) - Method in interface com.qfs.store.service.IConditionFactory
Compiles a JsonNode into a datastore condition.
compile(String, JsonNode, JsonConditionCompiler) - Method in class com.qfs.store.service.impl.AndConditionFactory
 
compile(String, JsonNode, JsonConditionCompiler) - Method in class com.qfs.store.service.impl.BasicConditionFactory
 
compile(String, JsonNode, JsonConditionCompiler) - Method in class com.qfs.store.service.impl.InConditionFactory
 
compile(String, JsonNode, JsonConditionCompiler) - Method in class com.qfs.store.service.impl.LikeConditionFactory
 
compile(String, JsonNode, JsonConditionCompiler) - Method in class com.qfs.store.service.impl.NotConditionFactory
 
compile(String, JsonNode, JsonConditionCompiler) - Method in class com.qfs.store.service.impl.OrConditionFactory
 
compile(String, IMultiVersionActivePivot) - Static method in class com.qfs.pivot.mdx.compil.impl.MdxCompilers
Compile the given MDX snippet.
CompiledAndChainProperty<T> - Class in com.quartetfs.fwk.impl
A compiled property that is really a compiled property followed by a chained property.
CompiledAndChainProperty(String, String, Class<T>, ICompiledProperty<T>, IProperty[]) - Constructor for class com.quartetfs.fwk.impl.CompiledAndChainProperty
Constructor.
CompiledDatastoreRetrievalResultQuery - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Implementation of a IDatabaseRetrievalResult.ICompiledQuery for an external datastore retrieval.
CompiledDatastoreRetrievalResultQuery(IDatabaseRetrievalResult, IPointAggregateStore, int[], IDictionary<Object>[], int[], IDictionary<Object>[], Map<List<Integer>, ISubPointIntegerArrayIndex>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.CompiledDatastoreRetrievalResultQuery
Full constructor.
CompiledFilterPreviousResult - Class in com.qfs.store.query.impl
Helper class performing filter operations from an existing selection of matching rows.
CompiledFilterPreviousResult() - Constructor for class com.qfs.store.query.impl.CompiledFilterPreviousResult
 
CompiledGetByKey - Class in com.qfs.store.query.impl
Deprecated, for removal: This API element is subject to removal in a future version.
CompiledGetByKey(IMultiVersionDatastoreSchema, IStoreMetadata, IDictionaryProvider, GetByKeyQuery) - Constructor for class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
Constructor.
CompiledGetByKey(IStoreMetadata, IDictionaryProvider, GetByKeyQuery) - Constructor for class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
Constructor to use when the store version is intended to be provided when running the compiled query, in which case CompiledGetByKey.runInVersion(IDatastoreVersion, Object...) should be used.
CompiledIncomingReferenceRowMerge(int) - Constructor for class com.qfs.store.query.plan.impl.RowReferenceMerge.CompiledIncomingReferenceRowMerge
Constructor.
CompiledIncomingReferenceTask(IStorePartitionView, List<IStorePartitionView>, List<IConcreteReference>, ITreeStoreNode, IMatchingRowsHolder, ICompiledIncomingReferenceOperation, CancellableCountedCompleter<Void>) - Constructor for class com.qfs.store.query.impl.ACompiledTask.CompiledIncomingReferenceTask
Constructor.
CompiledIncommingReferenceRows(int) - Constructor for class com.qfs.store.query.plan.impl.BackReferenceRows.CompiledIncommingReferenceRows
Constructor.
CompiledOwnReferenceRowMerge(int) - Constructor for class com.qfs.store.query.plan.impl.RowReferenceMerge.CompiledOwnReferenceRowMerge
Constructor.
CompiledOwnReferenceRows(int) - Constructor for class com.qfs.store.query.plan.impl.BackReferenceRows.CompiledOwnReferenceRows
Constructor.
CompiledOwnReferenceTask(IStorePartitionView, IStorePartitionView, ITreeStoreNode, IMatchingRowsHolder, ICompiledOwnReferenceOperation, CancellableCountedCompleter<Void>) - Constructor for class com.qfs.store.query.impl.ACompiledTask.CompiledOwnReferenceTask
Constructor.
CompiledPartitionSearchTask(IStorePartitionView, ITreeStoreNode, IMatchingRowsHolder, Collection<ICompiledPartitionContentOperation>, Map<String, Object>, CancellableCountedCompleter<Void>) - Constructor for class com.qfs.store.query.impl.ACompiledTask.CompiledPartitionSearchTask
Constructor.
CompiledProperty<T> - Class in com.quartetfs.fwk.impl
Base abstract class for compiled properties.
CompiledQuery - Class in com.qfs.store.query.impl
Base class for all compiled queries.
CompiledQuery(IRecordQuery, ICompiledQueryPlan, IQueryResultFormat, IPartitioning, TIntIntMap, ICursorFactory, IPartitionSelector, IDictionaryProvider, INumaNodeSelector) - Constructor for class com.qfs.store.query.impl.CompiledQuery
Constructor.
CompiledQuery.EmptyCompletionTask - Class in com.qfs.store.query.impl
Task to complete partitions not selected by the partitioning selector.
CompiledQuery.OnResultPartitionTask - Class in com.qfs.store.query.impl
Task to create result cursor for a partition and call IPartitionedResultAcceptor.onResult(int, ICursor).
CompiledQueryPlan - Class in com.qfs.store.query.impl
The compiled query plan.
CompiledQueryPlan(ITreeStoreNode) - Constructor for class com.qfs.store.query.impl.CompiledQueryPlan
 
CompiledStoreSearch - Class in com.qfs.store.query.impl
Compiled operation performing a search on a search in one of the datastore stores.
CompiledStoreSearch(String, TIntList, ITreeStoreNode, Collection<ICompiledPartitionOperation>) - Constructor for class com.qfs.store.query.impl.CompiledStoreSearch
Constructor.
compileFor(Class) - Method in class com.quartetfs.fwk.impl.CompiledProperty
 
compileFor(Class<T>) - Method in interface com.quartetfs.fwk.ICompilableProperty
Compile a property instance specifically for a target class.
compileFor(Class<T>) - Method in class com.quartetfs.fwk.impl.Property
Compile a property instance specifically for a target class.
compileGetByKeyQuery(IDatastoreSchemaQueryMetadata, GetByKeyQuery) - Static method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
Builds a ICompiledGetByKey to search a store by key index.
compileQuery(String[], String[]) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDatabaseRetrievalResult
Compiles a query on this result, to retrieve a list of fields based on a conditional query.
compileQuery(String[], String[]) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatabaseRetrievalResult
 
compileQuery(String[], String[]) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyDatabaseRetrievalResult
 
complement(ICubeFilter) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
Creates a new cube filter that grants the absolute complement of the given filter.
CompletableExecutionStage<R> - Class in com.qfs.concurrent.impl
A top-level parent completer used to transform a CountedCompleter-style of continuation into a CompletionStage.
CompletableExecutionStage(Function<List<? extends CountedCompleter<?>>, R>) - Constructor for class com.qfs.concurrent.impl.CompletableExecutionStage
Constructor.
CompletableFutureMessageAnswer<AnswerT,​OutputT> - Class in com.qfs.messenger.impl
A CompletionStage specialized for handling exceptions in answers of IBroadcastMessage.
CompletableFutureMessageAnswer(IBroadcastMessage<AnswerT, OutputT, ?>, long) - Constructor for class com.qfs.messenger.impl.CompletableFutureMessageAnswer
Constructor.
CompletableFutureMessageAnswer(IBroadcastMessage<AnswerT, OutputT, ?>, long, AtomicInteger, AtomicBoolean, Map<IAddress, Object>) - Constructor for class com.qfs.messenger.impl.CompletableFutureMessageAnswer
Internal constructor.
CompletableFutureMessageAnswer.DistributedException - Exception in com.qfs.messenger.impl
Exception thrown when receiving and processing the answers of a given IBroadcastMessage.
complete() - Method in interface com.activeviam.database.api.query.IAsyncResultAcceptor
Callback method that is invoked once the results from all the partitions have been visited (i.e.
complete() - Method in interface com.activeviam.database.api.query.IPartitionedGenericResultAcceptor
Callback method that is invoked once the results from all the partitions have been visited (i.e.
complete() - Method in class com.activeviam.database.api.query.ResultAcceptorWithoutPartitioningWrapper
 
complete() - Method in class com.activeviam.pivot.contribution.impl.ContributePreAggregatedHierarchyAcceptor
 
complete() - Method in class com.activeviam.pivot.contribution.impl.ContributePreAggregatedProviderAcceptor
 
complete() - Method in interface com.qfs.concurrent.impl.SingleConsumerQueue.INodeConsumerProcedure
Completes this procedure.
complete() - Method in interface com.qfs.msg.keyvalue.IKeyValueResultEntryConsumer
Notifies the consumer that all the entries expected have been submitted to the consumer.
complete() - Method in class com.qfs.msg.keyvalue.impl.KeyValueChannelConsumer
 
complete() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.ImpactBitmapsHolder
Completes this holder by merging the bitmaps.
complete() - Method in class com.qfs.plan.impl.operations.IncrementalSubmitUpdateWhereTriggersOperation.UpdatesRowsCollectorProcedure
 
complete() - Method in interface com.qfs.plan.IStorePartitionUpdate.IProcedure
This need to be called by the procedure's caller when it is done sending the events.
complete() - Method in class com.qfs.query.impl.DrillthroughHeadersMessageAction.DrillthroughHeaderAnswerMerger
After this operation, no more headers could be added.
complete() - Method in class com.qfs.query.impl.DrillthroughMessageWithHeadersAction.DrillthroughAnswerMerger
After this operation, no more rows could be merged.
complete() - Method in class com.qfs.snl.workflows.impl.WorkflowProcess
Notifies the wrapper that the process completes.
complete() - Method in class com.qfs.store.query.impl.DatastoreQueryHelper.CursorCreator
 
complete() - Method in interface com.qfs.store.record.IRecordProcedure
Called at the end when all records were processed.
complete() - Method in class com.qfs.util.impl.AAsyncConsumer
Deprecated.
This method must be called to notify this consumer that it will no more receive items.
complete() - Method in interface com.quartetfs.biz.pivot.cellset.ICompletablePostProcessedRetrievalResultWriter
Completes the writes to the result and returns the final result.
complete() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval.ExternalAggregator
 
complete() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughPartitionAcceptor
 
complete() - Method in interface com.quartetfs.biz.pivot.transaction.ICompositeActivePivotTransactionInfo
Completes this info so that it can be used.
complete() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
complete() - Method in class com.quartetfs.biz.pivot.transaction.impl.CompositeActivePivotTransactionInfo
 
complete(int) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedExpandLocationProcedure
Completes this procedure by converting the distinct matching points into locations and returning them.
complete(IUserTask) - Method in interface com.qfs.snl.workflows.ITaskPublisher
Notifies of the completion of a task.
complete(IUserTask) - Method in class com.qfs.snl.workflows.tasks.impl.AMessageTaskPublisher
 
complete(IInternalAggregatesRetrievalResult) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Completes the retrieval by directly setting its result.
complete(OutputT) - Method in class com.qfs.messenger.impl.CompletableFutureMessageAnswer
 
CompletedWorkflowProcess - Class in com.qfs.snl.workflows.impl
Class implementing a workflow process.
CompletedWorkflowProcess(ProcessInstance, IWorkflowPayload) - Constructor for class com.qfs.snl.workflows.impl.CompletedWorkflowProcess
Constructor.
completeExceptionally(Throwable) - Method in interface com.activeviam.database.api.query.IAsyncResultAcceptor
Callback method that is invoked when one of the #onResult(T) or IAsyncResultAcceptor.complete() calls have thrown an exception.
completeExceptionally(Throwable) - Method in interface com.activeviam.database.api.query.IPartitionedGenericResultAcceptor
Callback method that is invoked when one of the IPartitionedGenericResultAcceptor.onResult(int, Object) or IPartitionedGenericResultAcceptor.complete() calls have thrown an exception.
completeExceptionally(Throwable) - Method in class com.activeviam.database.api.query.ResultAcceptorWithoutPartitioningWrapper
 
completeExceptionally(Throwable) - Method in class com.activeviam.pivot.contribution.impl.ContributePreAggregatedHierarchyAcceptor
 
completeExceptionally(Throwable) - Method in class com.activeviam.pivot.contribution.impl.ContributePreAggregatedProviderAcceptor
 
completeExceptionally(Throwable) - Method in class com.qfs.messenger.impl.CompletableFutureMessageAnswer
 
completeExceptionally(Throwable) - Method in class com.qfs.store.query.impl.DatastoreQueryHelper.CursorCreator
 
completeExceptionally(Throwable) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrieval
Completes the retrieval as an error completion, setting the given Throwable as the completion cause.
completeExceptionally(Throwable) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval.ExternalAggregator
 
completeExceptionally(Throwable) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughPartitionAcceptor
 
completeInitialization() - Method in class com.qfs.query.impl.RetrieveAggregatesMessage
Completes this message's initialization.
completeInPool(ForkJoinPool, CountedCompleter<?>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Executes the completion of a task using CountedCompleter.tryComplete() in the given pool.
completePlanning() - Method in class com.qfs.query.impl.NewDistributedPlanningGraph
 
completePlanning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph
Completes the planning of the retrievals in this graph.
completePlanning(CancellableCountedCompleter<?>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Completes the planning of the retrievals before executing them.
completePlanning(CancellableCountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
CompleterBoundedTask<T> - Class in com.qfs.concurrent.impl
Helper based on CountedCompleters to execute tasks that can be divided into ranges.
CompleterBoundedTask(BoundedTask<T>) - Constructor for class com.qfs.concurrent.impl.CompleterBoundedTask
Constructor.
CompleterChain - Class in com.qfs.concurrent.impl
ForkJoin tool to create a chain of CountedCompleter to execute operations requiring iteration loop such as for-loops or while-loop.
completeRegistration(IActivePivotVersion) - Method in class com.quartetfs.biz.pivot.query.registration.impl.ARegistration
Completes this registration after it has been initialized, registered and validated.
completeRegistration(IActivePivotVersion) - Method in interface com.quartetfs.biz.pivot.query.registration.IRegistration
Completes this registration after it has been initialized, registered and validated.
CompleterUtil - Class in com.qfs.concurrent.cancellable.impl
Collection of utility functions on CountedCompleter and its ActiveViam derivates.
CompleterVisitor - Interface in com.qfs.concurrent.cancellable.impl
Definition of a visitor for CancellableCountedCompleterWithChildren.
completeSetup() - Method in class com.qfs.messenger.impl.CompletableFutureMessageAnswer
Marks the setup of this future as complete.
CompletionSync - Class in com.qfs.concurrent.impl
Basic implementation of a ICompletionSync.
CompletionSync() - Constructor for class com.qfs.concurrent.impl.CompletionSync
Constructor.
CompletionSync(IInterruptor) - Constructor for class com.qfs.concurrent.impl.CompletionSync
Constructor.
completionSyncWithCurrentInterruptor() - Static method in class com.qfs.concurrent.cancellable.impl.CompleterUtil
Creates a CompletionSync which interruptor is the one running on this thread.
completionTime(Duration) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo.JdbcFetchingInfoBuilder
The total completion time (fetching + publication).
componentType - Variable in class com.qfs.vector.impl.EmptyVector
The underlying component type of this vector.
compose(IActiveViamPropertyResolver...) - Static method in interface com.activeviam.properties.IActiveViamPropertyResolver
Creates a single IActiveViamPropertyResolver from a list of resolvers.
compose(FloatUnaryOperator) - Method in interface com.activeviam.util.function.FloatUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
CompositeActivePivotRemoteTransactionInfo - Class in com.qfs.distribution.impl
A composite transaction info specialized for remote transaction info.
CompositeActivePivotRemoteTransactionInfo(IMultiVersionDistributedActivePivot) - Constructor for class com.qfs.distribution.impl.CompositeActivePivotRemoteTransactionInfo
Constructor.
CompositeActivePivotTransactionInfo - Class in com.quartetfs.biz.pivot.transaction.impl
A composite transaction info specialized for regular transaction info.
CompositeActivePivotTransactionInfo(IMultiVersionActivePivot) - Constructor for class com.quartetfs.biz.pivot.transaction.impl.CompositeActivePivotTransactionInfo
Constructor.
CompositeBinXmlHandler - Class in com.quartetfs.biz.xmla.binxml.impl
Composite Bin XML handler.
CompositeBinXmlHandler(List<OutputStream>) - Constructor for class com.quartetfs.biz.xmla.binxml.impl.CompositeBinXmlHandler
 
CompositeColumnCursor - Class in com.qfs.store.impl
Adapter for performing read/write operations on a line of a ChunkSet.
CompositeColumnCursor(ICompositeColumn, boolean, IAllocationSettings[], int, IArrayReader) - Constructor for class com.qfs.store.impl.CompositeColumnCursor
Constructor.
CompositeColumnView(AColumnStore, int, IAllocationSettings, SerializableFunction<IArrayReader, ?>, int[]) - Constructor for class com.qfs.store.impl.AColumnStore.CompositeColumnView
Constructor.
CompositeDatabaseService - Class in com.qfs.store.service.impl
Database service for ICompositeDatabase.
CompositeDatabaseService(ICompositeDatabase, IDatabaseServiceConfiguration) - Constructor for class com.qfs.store.service.impl.CompositeDatabaseService
Constructor.
CompositeDatabaseService(ICompositeDatabase, IDatabaseServiceConfiguration, ISecurityFacade) - Constructor for class com.qfs.store.service.impl.CompositeDatabaseService
 
CompositeDatabaseService(IInternalDatabase, IDatastore, IDatabaseServiceConfiguration, ISecurityFacade) - Constructor for class com.qfs.store.service.impl.CompositeDatabaseService
 
CompositeDataContributor - Class in com.activeviam.pivot.contribution.impl
Deprecated, for removal: This API element is subject to removal in a future version.
CompositeDataContributor(ISchemaSelectionSessionHolder, boolean) - Constructor for class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
CompositeDiscoveryMessage - Class in com.qfs.messenger.message.impl
A message of IInitialDiscoveryMessage composed of two messages: A SchemaDiscoveryMessage A TransactionInitialCommittedMessage Both are equivalent to a InitialDiscoveryMessage.
CompositeDiscoveryMessage() - Constructor for class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
Empty constructor for serialization.
CompositeDiscoveryMessage(SchemaDiscoveryMessage, ITransactionCommittedMessage) - Constructor for class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
Constructor.
CompositeMessageChannel<I,​E> - Class in com.qfs.msg.impl
Message channel composed of several message channels of the same family.
CompositeMessageChannel(List<? extends IMessageChannel<I, E>>) - Constructor for class com.qfs.msg.impl.CompositeMessageChannel
 
CompositeSecondaryRecordIndexBase - Class in com.qfs.index.impl
Implementation of the base of a secondary index when the indexed points are based on multiple fields.
CompositeSecondaryRecordIndexBase(long, int[], List<String>, IWritableDictionary<int[]>, MultiVersionLazyDeleteLinkedIndex) - Constructor for class com.qfs.index.impl.CompositeSecondaryRecordIndexBase
Constructor.
CompositeSelection - Class in com.qfs.store.selection.impl
The base implementation of an ICompositeSelection.
CompositeSelection(ISelection...) - Constructor for class com.qfs.store.selection.impl.CompositeSelection
Build a composite selection with the given selections.
CompositeSelection(List<ISelection>) - Constructor for class com.qfs.store.selection.impl.CompositeSelection
Constructor with a default priority.
CompositeSelection(List<ISelection>, int) - Constructor for class com.qfs.store.selection.impl.CompositeSelection
Constructor.
CompositeStoreMessageChannel<I,​E> - Class in com.qfs.source.impl
Message channel composed of several message channels of the same family.
CompositeStoreMessageChannel(List<? extends IMessageChannel<I, E>>) - Constructor for class com.qfs.source.impl.CompositeStoreMessageChannel
Constructor.
CompositeUniqueRecordIndexBase - Class in com.qfs.index.impl
Implementation of the base for a unique index when the indexed points are made of several fields.
CompositeUniqueRecordIndexBase(long, int[], List<String>, IWritableDictionary<int[]>, MultiVersionIntegerArray) - Constructor for class com.qfs.index.impl.CompositeUniqueRecordIndexBase
Constructor.
CompositeUserDetailsService - Class in com.qfs.security.spring.impl
A UserDetailsService which can retrieve users from several UserDetailsServices.
CompositeUserDetailsService(List<? extends UserDetailsService>) - Constructor for class com.qfs.security.spring.impl.CompositeUserDetailsService
Constructor.
CompositeXmlSaxWriter - Class in com.quartetfs.biz.xmla.binxml.impl
Composite Sax writer.
CompositeXmlSaxWriter(List<Writer>, List<Boolean>) - Constructor for class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
compound_id() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
compound_id() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
compound_id_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.compound_id_return
 
compoundIdentifier(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Creates the compound identifier of a member.
CompoundIdentifier - Class in com.quartetfs.pivot.mdx.statement.impl
A group of indentifiers.
CompoundIdentifier(IIdentifier, IIdentifier) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.CompoundIdentifier
 
CompoundIdentifier(List<IIdentifier>) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.CompoundIdentifier
 
compress() - Method in class com.qfs.index.impl.AMultiVersionUniqueRecordIndex
 
compress() - Method in interface com.qfs.memory.ICompressible
The default compression, that harvest all possible compression actions.
compress() - Method in interface com.qfs.multiversion.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() - Method in class com.qfs.multiversion.impl.VersionHistory
 
compress() - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
compress(boolean) - Method in class com.activeviam.store.structure.impl.StructureDictionaryManager
 
compress(boolean) - Method in class com.qfs.column.impl.ColumnInteger
 
compress(boolean) - Method in class com.qfs.column.impl.ColumnLong
 
compress(boolean) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
compress(boolean) - Method in class com.qfs.dic.impl.BucketedIntegerArrayDictionary
 
compress(boolean) - Method in class com.qfs.dic.impl.BufferIntegerDictionary
 
compress(boolean) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
 
compress(boolean) - Method in class com.qfs.dic.impl.Dictionary
 
compress(boolean) - Method in class com.qfs.dic.impl.FixedLengthIntegerArrayDictionary
 
compress(boolean) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
 
compress(boolean) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
compress(boolean) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
compress(boolean) - Method in class com.qfs.dic.impl.IntegerDictionary
 
compress(boolean) - Method in class com.qfs.dic.impl.LongDictionary
 
compress(boolean) - Method in class com.qfs.dic.impl.NullableDictionary
 
compress(boolean) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
compress(boolean) - Method in class com.qfs.dic.impl.StringDictionary
 
compress(boolean) - Method in class com.qfs.index.impl.AIntegerArray
 
compress(boolean) - Method in class com.qfs.index.impl.ALongArray
 
compress(boolean) - Method in class com.qfs.index.impl.AMultiVersionSecondaryRecordIndex
 
compress(boolean) - Method in class com.qfs.index.impl.AMultiVersionUniqueRecordIndex
 
compress(boolean) - Method in class com.qfs.index.impl.ASecondaryRecordIndexBase
 
compress(boolean) - Method in class com.qfs.index.impl.AUniqueRecordIndexBase
 
compress(boolean) - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexBase
Collects all the useless objects stored off-heap and free that memory space without changing logical content of existing versions.
compress(boolean) - Method in class com.qfs.index.impl.MultiVersionIntegerArray
 
compress(boolean) - Method in class com.qfs.index.impl.MultiVersionLazyDeleteLinkedIndex
 
compress(boolean) - Method in class com.qfs.index.impl.MultiVersionLongArray
 
compress(boolean) - Method in interface com.qfs.memory.ICompressible
Collects all the useless objects stored off-heap and free that memory space without changing logical content of existing versions.
compress(boolean) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
 
compress(boolean) - Method in class com.qfs.pivot.cube.provider.DistributedMultiVersionAggregateProviderHolder
 
compress(boolean) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderBase
 
compress(boolean) - Method in class com.qfs.pivot.cube.provider.impl.DistributedAggregateProvider
 
compress(boolean) - Method in class com.qfs.pivot.cube.provider.impl.MultiVersionAggregateProviderHolder
 
compress(boolean) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
 
compress(boolean) - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedAggregateProvider
 
compress(boolean) - Method in class com.qfs.store.impl.DatastoreSchemaBase
 
compress(boolean) - Method in class com.qfs.store.impl.MultiVersionColumnarRecordSet
 
compress(boolean) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
compress(boolean) - Method in class com.qfs.store.impl.MultiVersionStore
 
compress(boolean) - Method in class com.qfs.store.impl.MultiVersionStorePartition
 
compress(boolean) - Method in class com.qfs.store.impl.StoreBase
 
compress(boolean) - Method in class com.qfs.store.impl.StorePartitionContent
 
compress(boolean) - Method in class com.qfs.store.ref.impl.AMultiVersionConcreteReference
 
compress(boolean) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
compress(boolean) - Method in class com.quartetfs.biz.pivot.cube.impl.MultiVersionCube
 
compress(boolean) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
compress(boolean) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
compress(int, boolean) - Method in class com.qfs.store.impl.AColumnChunkSet
Tries to discard the empty chunks and compact the ones that are almost empty.
compress(IRowMapping, int[], int, IChunkFactory<IArrayReader>) - Method in class com.qfs.chunk.impl.ChunkComposite
 
compress(IRowMapping, int[], int, IChunkFactory<IVector>) - Method in class com.qfs.chunk.impl.ChunkMarkedVector
We compress chunks only when they are "finished" and we don't write to them anymore.
compress(IRowMapping, int[], int, IChunkFactory<IVector>) - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
compress(IRowMapping, int[], int, IChunkFactory<IVector>) - Method in class com.qfs.chunk.impl.ChunkVector
 
compress(IRowMapping, int[], int, IChunkFactory<Boolean>) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
compress(IRowMapping, int[], int, IChunkFactory<Boolean>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
compress(IRowMapping, int[], int, IChunkFactory<Boolean>) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
compress(IRowMapping, int[], int, IChunkFactory<Boolean>) - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
compress(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
compress(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
compress(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
compress(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
compress(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
compress(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
compress(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
compress(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
compress(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
compress(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
compress(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
compress(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
compress(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
compress(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
compress(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
compress(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
compress(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
compress(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
compress(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
compress(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
compress(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
compress(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
compress(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
compress(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
compress(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
compress(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.qfs.chunk.direct.impl.ADirectChunkPrimitiveInteger
 
compress(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
compress(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.qfs.chunk.direct.impl.DirectChunkPositiveInteger
 
compress(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
compress(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.qfs.chunk.impl.AChunkPrimitiveInteger
 
compress(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.qfs.chunk.impl.ChunkOffsetInteger
 
compress(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
compress(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
compress(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
compress(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
compress(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
compress(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
compress(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
compress(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
compress(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
compress(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
compress(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.qfs.chunk.impl.ChunkOffsetLong
 
compress(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
compress(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
compress(IRowMapping, int[], int, IChunkFactory<Void>) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
compress(IRowMapping, int[], int, IChunkFactory<K>) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
compress(IRowMapping, int[], int, IChunkFactory<K>) - Method in class com.activeviam.column.impl.EmptyChunk
 
compress(IRowMapping, int[], int, IChunkFactory<K>) - Method in class com.qfs.agg.impl.ChunkHistory
 
compress(IRowMapping, int[], int, IChunkFactory<K>) - Method in interface com.qfs.chunk.IChunk
Creates a compressed chunk from this chunk, using only the rows given in the mapping.
compress(IRowMapping, int[], int, IChunkFactory<K>) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
compress(IRowMapping, int[], int, IChunkFactory<K>) - Method in class com.qfs.chunk.impl.ChunkMarked
We compress chunks only when they are "finished" and we don't write in them anymore.
compress(IRowMapping, int[], int, IChunkFactory<K>) - Method in class com.qfs.chunk.impl.ChunkObject
 
compress(IRowMapping, int[], int, IChunkFactory<K>) - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
compress(IRowMapping, int[], int, IChunkFactory<K>) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
compress(IRowMapping, int[], int, IChunkFactory<K>) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
compress(InputStream, OutputStream) - Method in interface com.quartetfs.biz.xmla.compression.ICompressor
Compresses the input stream into the output stream.
compress(InputStream, OutputStream) - Method in class com.quartetfs.biz.xmla.compression.impl.ACompressor
Compresses by datablocks - explained in MS-SAS.pdf.
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Double>) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Float>) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Integer>) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<Long>) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<K>) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<K>) - Method in interface com.qfs.chunk.IChunkNullable
Compresses the chunk knowing there are not any null in the chunk.
compressAsNotNullable(IRowMapping, int[], int, IChunkFactory<K>) - Method in class com.qfs.chunk.impl.ChunkObject
 
compressChunkBoolean(IChunkBoolean, IRowMapping, int[], int, IChunkFactory<Boolean>) - Static method in class com.activeviam.chunk.helpers.impl.ChunkCompressionUtil
IChunk.compress(IRowMapping, int[], int, IChunkFactory) for non-nullable Boolean chunks (nullable Boolean chunks are actually Object chunks).
compressChunkDouble(IChunkDouble, IRowMapping, int[], int, IChunkFactory<Double>) - Static method in class com.activeviam.chunk.helpers.impl.ChunkCompressionUtil
compressChunkFloat(IChunkFloat, IRowMapping, int[], int, IChunkFactory<Float>) - Static method in class com.activeviam.chunk.helpers.impl.ChunkCompressionUtil
compressChunkInteger(IChunkInteger, IRowMapping, int[], int, IChunkFactory<Integer>) - Static method in class com.activeviam.chunk.helpers.impl.ChunkCompressionUtil
compressChunkLong(IChunkLong, IRowMapping, int[], int, IChunkFactory<Long>) - Static method in class com.activeviam.chunk.helpers.impl.ChunkCompressionUtil
compressChunkObject(IChunk<K>, IRowMapping, int[], int, IChunkFactory<K>) - Static method in class com.activeviam.chunk.helpers.impl.ChunkCompressionUtil
COMPRESSED_ENTRY - com.qfs.msg.csv.IFileInfo.FileType
An entry that is part of a compressed file.
COMPRESSED_FILE_EXTENSION - Static variable in class com.qfs.pivot.monitoring.impl.MemoryStatisticSerializerUtil
Extension of the compressed files.
COMPRESSED_MIME_TYPE - Static variable in class com.quartetfs.biz.xmla.XmlaConstants
 
compressIndexes() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanCompressIndex
Specifies to store the indexes of this store in a compressed format, in order to reduce the memory usage.
CompressIndexesPostProcessor - Class in com.qfs.desc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Datastore's description post-processors are no longer needed. Set this information directly in the description.
CompressIndexesPostProcessor() - Constructor for class com.qfs.desc.impl.CompressIndexesPostProcessor
Deprecated.
 
COMPRESSION_ENABLED - Static variable in class com.quartetfs.biz.xmla.servlet.impl.XmlaServlet
 
CompressionOutputStream - Class in com.quartetfs.biz.xmla.servlet.impl
The compression output stream.
CompressionOutputStream(OutputStream, int, Logger) - Constructor for class com.quartetfs.biz.xmla.servlet.impl.CompressionOutputStream
Constructor.
COMPUTATION_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.DatabasePostProcessor
 
ComputationIntensity - Enum in com.activeviam.health.monitor
Defines the computation intensity of an IHealthCheck, including all resources (CPU, memory, IO, ...).
compute() - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleter
 
compute() - Method in class com.qfs.concurrent.impl.CompleterBoundedTask
 
compute() - Method in class com.qfs.pivot.impl.RemoveMembersRemoteTransaction
Computes the impact of the Data Node changes in the distributed application.
compute(int) - Method in class com.qfs.store.part.impl.PartitioningUtil.ConstantFunction
 
compute(int) - Method in class com.qfs.store.part.impl.PartitioningUtil.IdentityFunction
 
compute(int) - Method in class com.qfs.store.part.impl.PartitioningUtil.ModuloFunction
 
compute(int) - Method in class com.qfs.store.part.impl.PartitioningUtil.PowerOfTwoModuloFunction
 
compute(int) - Method in interface com.qfs.store.part.IntIntFunction
Computes the output for the given input.
compute(IArrayReader) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction
Computes the output for the given record.
compute(IColumnCalculator.IColumnCalculationContext<ILineReader>) - Method in class com.qfs.msg.csv.impl.CSVColumnParser
Parses the source field.
compute(IColumnCalculator.IColumnCalculationContext<ILineReader>) - Method in class com.qfs.msg.csv.translator.impl.FileFullNameCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<ILineReader>) - Method in class com.qfs.msg.csv.translator.impl.FileLastModifiedCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<ILineReader>) - Method in class com.qfs.msg.csv.translator.impl.FileNameCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<ILineReader>) - Method in class com.qfs.msg.csv.translator.impl.LineIndexCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<QfsResultSetRow>) - Method in class com.activeviam.source.jdbc.api.calculator.AArrayJdbcColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<QfsResultSetRow>) - Method in class com.activeviam.source.jdbc.api.calculator.AJsonArrayJdbcColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<QfsResultSetRow>) - Method in class com.qfs.msg.jdbc.impl.JDBCColumnParser
Computes the value of the JDBC field from the context as an object.
compute(IColumnCalculator.IColumnCalculationContext<KeyValueEntry<?>>) - Method in class com.qfs.msg.keyvalue.impl.AJsonColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<KeyValueEntry<?>>) - Method in class com.qfs.msg.keyvalue.impl.KeyValueColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<ContextT>) - Method in interface com.qfs.msg.IColumnCalculator
Computes the expected output based on the context.
compute(IColumnCalculator.IColumnCalculationContext<ContextT>) - Method in class com.qfs.msg.impl.ConstantCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<Object>) - Method in class com.qfs.msg.impl.POJOColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<Map<K, V>>) - Method in class com.qfs.msg.impl.MapFieldParser
Retrieves the value from the map, and converts the value as an object.
compute(IColumnCalculator.IColumnCalculationContext<T>) - Method in class com.qfs.msg.impl.EmptyCalculator
 
compute(IEpoch, long, Properties) - Method in class com.qfs.pivot.impl.InitialCommitRemoteTransaction
Computes the effects of the initial commit.
compute(MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction, int) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction
Finds the value of this function when the value of the other is given.
compute(IntIntFunction, int) - Method in class com.qfs.store.part.impl.PartitioningUtil.ConstantFunction
 
compute(IntIntFunction, int) - Method in class com.qfs.store.part.impl.PartitioningUtil.IdentityFunction
 
compute(IntIntFunction, int) - Method in class com.qfs.store.part.impl.PartitioningUtil.ModuloFunction
 
compute(IntIntFunction, int) - Method in interface com.qfs.store.part.IntIntFunction
Finds the value of this function when the value of the other is given.
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.copper.pivot.pp.AnalyticFunctionPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.copper.pivot.pp.AStoreLookupPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.copper.pivot.pp.AValueAtExtremaMemberPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.copper.pivot.pp.MaskPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.copper.pivot.pp.SwitchOnPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.copper.pivot.pp.UserDefinedAggregationPostProcessor
Deprecated.
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.pivot.postprocessing.impl.ABaseDynamicAggregationPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.pivot.postprocessing.impl.ABasicPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.pivot.postprocessing.impl.AFilteringPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.qfs.repository.impl.LookUpPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ALocationShiftPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ArithmeticFormulaPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessorOnTheFlyPattern
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.FormulaPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.MinimumLevelsPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.NeighborValuePostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfMemberPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfParentPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor
Main evaluation method of the post processor The post processor computes the aggregates within the scope of a range location, with the help of an aggregate retriever it can use to retrieve dependent aggregates.
compute(Object[]) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughColumn
Computes the value of the column over the input tuple object.
compute(Object[]) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumn
 
compute(Object[]) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughColumn
 
compute(Collection<T>, Collection<T>) - Static method in class com.activeviam.collections.impl.Difference
Finds the difference based on the collections of items before and after.
compute(List<List<? extends IDimension<? extends IHierarchy>>>, List<List<? extends IDimension<? extends IHierarchy>>>, IEpoch, long, Properties) - Method in class com.qfs.pivot.impl.IncrementalCommitRemoteTransaction
Computes the effects of the transactions.
COMPUTE_IMPACTS - com.quartetfs.biz.pivot.query.monitoring.impl.ProcessingStepTiming
The time for computation of impacts.
computeAddedObjectsImpact(Collection<ILocation>) - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
computeAddedObjectsImpact(Collection<ILocation>) - Method in class com.qfs.distribution.impl.CompositeActivePivotRemoteTransactionInfo
 
computeAddedObjectsImpact(Collection<ILocation>) - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
This implementation always throws an UnsupportedOperationException.
computeAddedObjectsImpact(Collection<ILocation>) - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotTransactionInfo
Deprecated.
This method is always used along with IActivePivotTransactionInfo.computeRemovedObjectsImpact(Collection) and they are both blocking. An implementation using the asynchronous IActivePivotTransactionInfo.expandImpactedLocationsAsync(CountedCompleter, Collection, IExpandLocationsResult) to do all the necessary work at once is preferred.
computeAddedObjectsImpact(Collection<ILocation>) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
computeAddedObjectsImpact(Collection<ILocation>) - Method in class com.quartetfs.biz.pivot.transaction.impl.CompositeActivePivotTransactionInfo
 
computeArgsUnionDependency(IFunctionCall, IExpressionDependencyVisitor<R>, int) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Helper method to compute the union of the dependencies of the function call's arguments.
computeCheckSum(byte[]) - Method in class com.qfs.util.tar.impl.TarEntry
Compute the checksum of a tar entry header.
computeChildrenLocations(IAxisHierarchy, ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Find the direct children of a parent one on a given hierarchy.
computeContinuousQueryHandlerKeys(String, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.JoinAggregatedMeasure
Returns the continuous query handler keys for a join measure.
computeCubeFilter() - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager.SubSelectPass
Computes the new cube filter to apply based on the computed axes or the excluded members.
computeCurrentView(IMultiVersionActivePivot, IDrillthroughQuery, IDrillthroughResultDTOState, DrillthroughStreamRegister, boolean) - Static method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStream
Compute the drillthrough query on the latest version of the pivot (context values are supposed to be set before calling this method).
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.qfs.repository.mdx.impl.LookUpFunction.LookUpFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ABasicOperatorValueFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFixedFunction
Compute the context dependencies of the input call.
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ARewriteFixedFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ARewriteFixedFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.ActiveMeasureFunction.ActiveMeasureFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentEpochFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentLocationFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentMeasureFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.DistinctValueFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.IsRealTimeEpochFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.AAnyToDateFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.AbsFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.AddCalculatedMembersFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.ADrilldownLevelXFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.ADrilldownMemberXFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.AFamilyFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.AggregateFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.AKpiFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.ALinRegParametersFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.AMdxMemberPropertyFunctionAdapter
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.AscendantsFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.ATopBottomXFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.CousinFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.CurrentFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.CurrentMemberFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.CurrentOrdinalFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.DataMemberFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.DistinctFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.DivideFunction.DivideFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.ErrorFunction.ThrowingErrorFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.ErrorFunction.ValueErrorFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.ExpFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.HeadFunction.HeadFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.IsAncestorFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.IsLeafFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.IsUnknownMemberFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.LeadFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.LevelFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.LevelsCountFunction.LevelsCountFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.LinRegPointFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.LogFunction.LogFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.NonEmptyFunction.CrossjoinNonEmptyFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.NonEmptyFunction.SimpleNonEmptyFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.NthChildFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.OpeningClosingPeriodFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.OrdinalFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.ParentFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.PastPeriodsFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.SetToStrFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.SetUnionFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.StripCalculatedMembersFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.SubsetFunction.SubsetFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.TailFunction.TailFunctionDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.UnorderFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.impl.ValueFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.APredicateFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.WeekdayFunction.WeekdayDefinition
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.DateAddFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.DateDiffFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.DatePartFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.LenFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.NowFunction
 
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionDefinition
Compute the context dependencies of the input call.
computeDependency(IFunctionCall, IExpressionDependencyVisitor<T>) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.AConversionFunction
 
computeEnumKeys(Class<K>) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextValueTranslatorUtil
Creates a String enumeration of all the possible values for the given enumeration class.
computeExtendedPluginValueKeys(Class<? extends IExtendedPluginValue>) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextValueTranslatorUtil
Creates a String enumeration of all the possible extended plugin keys for the given class.
computeFileType(String) - Method in interface com.qfs.msg.csv.IFileInfo
Utility method that computes a file type according to the file extension (e.g.
computeFormattedRows(IActivePivotVersion, List<IDrillthroughHeader>, IDrillthroughQuery) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamRegister
 
computeGreatestPartitioning(Collection<? extends IPartitioningSnapshot>, int[]) - Method in class com.qfs.distribution.impl.DistributedPartitioningManager
 
computeGreatestPartitioning(Collection<? extends IPartitioningSnapshot>, int[]) - Method in class com.quartetfs.biz.pivot.impl.PartitioningManager
 
computeGreatestPartitioning(Collection<? extends IPartitioningSnapshot>, int[]) - Method in interface com.quartetfs.biz.pivot.IPartitioningManager
Computes the greatest partitioning that is implied by multiple partitionings.
computeHashcode(T) - Method in interface com.qfs.dic.IHashingStrategy
Compute the hashcode of an object according to that hashing strategy.
computeHashCode(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
Compute the hash code of the expressed coordinates of a location from the source.
computeHashCode(int) - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
computeHashCode(int) - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
computeHashCode(int) - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Computes the hashcode for the point location at the given position in this list.
computeHashCode(E[]) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TimeLineHandler.ArrayHashingStrategy
 
computeHashCode(Object[]) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
Compute the hash code of the expressed coordinates of a location from the source.
computeIdentifier(AxisMemberDTO) - Static method in class com.qfs.snl.agent.mdx.impl.AStreamInfo
Computes the id of a measure member.
computeImpact() - Method in interface com.activeviam.dic.provider.IDictionaryAction
Computes the list of impacted keys by this action, paired with the impact of this action.
computeImpact(ILocation, IParameterEvent) - Method in class com.qfs.repository.impl.LookupHandler
 
computeImpact(ILocation, IActivePivotTransactionInfo) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TimeLineHandler
 
computeImpact(ILocation, EventT) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousHandler
Computes the impact of the given event on the input location.
computeImpact(ILocation, EventT) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AFullRefreshHandler
 
computeImpact(ILocation, Boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.CommitIsolatedStoreHandler
 
computeImpactAsync(CountedCompleter<?>, ILocation, IActivePivotTransactionInfo) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AStoredMeasureHandler
 
computeImpactAsync(CountedCompleter<?>, ILocation, IActivePivotTransactionInfo) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.MultiAnalysisHierarchyMeasureHandler
 
computeImpactAsync(CountedCompleter<?>, ILocation, EventT) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousHandler
Asynchronously computes the impact of the given event on the input location.
computeImpactAsync(CountedCompleter<?>, ILocation, EventT) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousHandler
 
computeImpactAsync(CountedCompleter<?>, ILocation, EventT) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAsyncAggregatesContinuousHandler
 
computeImpactsAsync(CountedCompleter<?>, int, ContextNode.Snapshot, IActivePivotVersion, Set<ILocation>, IAggregatesContinuousHandler<EventT>, EventT) - Static method in class com.quartetfs.biz.pivot.query.impl.ImpactComputationTask
Wrapper for easier asynchronous invocation of this task.
computeImpactTasks() - Method in class com.quartetfs.biz.pivot.query.impl.SnapshotProcessingTask
Creates and starts tasks computing impacts for each handler.
computeJoinProcedureMapping(DataCubeContext, JoinKey, Collection<ICopperJoinHierarchy>) - Static method in class com.activeviam.copper.procedure.CopperJoinAggregationProcedure
Computes the mapping level -> field used to process the join associated with the given procedure key.
computeLevelNames(IMdxCube, MdxCellSet) - Static method in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Computes the levels names of a MdxCellSet.
computeLevelsToPartitioningFieldsMap(IHierarchicalMapping, TIntSet) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker
Computes a mapping of the levels to their associated partitioning field index.
computeLocation(Map<String, ?>) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotVersionQueryHelper
Compute the equivalent location for a given pivot and query parameters.
computeLocation(Map<String, ? extends Object>, boolean) - Method in interface com.quartetfs.biz.pivot.ILocationConverter
Computes the equivalent location for a given pivot and query parameters.
computeLocation(Map<String, ? extends Object>, boolean) - Method in class com.quartetfs.biz.pivot.impl.LocationConverter
 
computeLocations(ILocation) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ALeafLevelsPrefetcher
 
computeLocations(ILocation) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ChildPrefetcher
 
computeLocations(ILocation) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.MinimumLevelsPostProcessor.MinimumLevelsPrefetcher
 
computeLocations(ILocation) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ParentPrefetcher
 
computeLocationWithStrings(Map<String, String>) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotVersionQueryHelper
Compute the location based on mapped coordinates, where mapped values are strings.
computeMatchBitmaps(int[][], IBitmap...) - Method in class com.qfs.bitmap.impl.ABitmapIndex
Computes the bitmaps that can be used to find all the points matching the input pattern.
computeMatchBitmaps(int[], IBitmap...) - Method in class com.qfs.bitmap.impl.ABitmapIndex
Computes the bitmaps that can be used to find all the points matching the input pattern.
computeMdxTimeoutLimit(IActivePivotContext) - Static method in class com.quartetfs.pivot.mdx.plan.impl.ACellPlanExecutor
Computes the MDX query time out limit for a query execution.
computeMeasureFilteredContext(Collection<String>, IMeasuresProvider, Collection<? extends IAnalysisAggregationProcedure<?>>) - Method in interface com.quartetfs.biz.pivot.context.IActivePivotContext
Extract a sub context keeping only the context values which are dependencies of the given measures.
computeMeasureFilteredContext(Collection<String>, IMeasuresProvider, Collection<? extends IAnalysisAggregationProcedure<?>>) - Method in class com.quartetfs.biz.pivot.context.impl.ActivePivotContext
 
computeMeasureFilteredContext(Collection<String>, IMeasuresProvider, Collection<? extends IAnalysisAggregationProcedure<?>>, IContextSnapshot) - Method in interface com.quartetfs.biz.pivot.context.IActivePivotContext
Extract a sub context from the given context snapshot, keeping only the context values which are dependencies of the given measures.
computeMeasureFilteredContext(Collection<String>, IMeasuresProvider, Collection<? extends IAnalysisAggregationProcedure<?>>, IContextSnapshot) - Method in class com.quartetfs.biz.pivot.context.impl.ActivePivotContext
 
computeMeasureNames(MdxCellSet) - Static method in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Computes the measures names of a MdxCellSet.
computeMeasures(ILocation) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.MinimumLevelsPostProcessor.MinimumLevelsPrefetcher
 
computeMessengerTimeout(IActivePivot, IDistributedMessenger) - Static method in class com.qfs.distribution.impl.DistributionUtil
Compute the messenger timeout according to the pivot's context.
computeNonTimeRangeCoords(int, ILocation) - Static method in class com.quartetfs.biz.pivot.postprocessing.impl.TimeLineHelpers
Compute range coordinates over all hierarchies but the time one for the given location.
computeNonTimeRangeCoords(ILocation) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
If you override this method, do not forget to override TimeLineHandler.computeNonTimeRangeCoords(ILocation).
computeNonTimeRangeCoords(ILocation) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TimeLineHandler
You should override this method only only when you override ATimeLinePostProcessor.computeNonTimeRangeCoords(ILocation).
computeNonVisualFilter(ISet[]) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Computes the non visual sub-cubes corresponding to the given sets.
computeNumValidRows() - Method in interface com.qfs.store.IRecordSetView
Computes the number of valid rows in this record set by iterating over the set.
computeNumValidRowsWithLimit(int) - Method in interface com.qfs.store.IRecordSetView
Computes the number of valid rows in this record set by iterating over the set.
computeOrder(int) - Static method in interface com.qfs.chunk.IChunkInteger
Computes the order of the chunks that can hold the data.
computeOrdinal(int[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo
 
computeOrdinal(int[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo.Many
 
computeOrdinal(int[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo.One
 
computeOrdinal(int[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo.Three
 
computeOrdinal(int[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo.Two
 
computeOrdinal(int[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo.Zero
 
computePendingStateForDifferentialReload() - Method in class com.qfs.msg.csv.impl.ACSVTopic
Compute the pending state that will be used for a differential reload.
computePos(int) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo.Base
 
computePos(int) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo
 
computePos(int) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo.Zero
 
computePos(int, int[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo
 
computePos(int, int[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo.Many
 
computePos(int, int[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo.One
 
computePos(int, int[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo.Three
 
computePos(int, int[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo.Two
 
computePos(int, int[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.Modulo.Zero
 
computePrefetches(ILocation, ICubeFilter) - Method in class com.activeviam.copper.pivot.pp.AnalyticFunctionPrefetcher
 
computePrefetches(ILocation, ICubeFilter) - Method in class com.activeviam.copper.pivot.pp.ShiftPrefetcher
 
computePrefetches(ILocation, ICubeFilter) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.APrefetcher
 
computePrefetches(ILocation, ICubeFilter) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.AUnderlyingMeasuresPrefetcher
 
computePrefetches(ILocation, ICubeFilter) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.NeighborValuePostProcessor.NeighborValuePrefetcher
 
computePrefetches(ILocation, ICubeFilter) - Method in interface com.quartetfs.biz.pivot.postprocessing.IPrefetcher
Computes a list of prefetch requests describing the data to retrieve to be able to compute the result of a post-processor on the given location, and for the given filter.
computePrefetchMapping(Map<? extends IAnalysisAggregationProcedure<?>, ? extends Map<String, ? extends DatabasePrefetchRequest>>) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PrimitiveAnalysisAggregationRetrieval
Computes the mapping grouping aggregation procedures by their prefetch request.
computeProperty(String, IMdxMember, IMdxMember, IMdxCube) - Static method in class com.quartetfs.pivot.mdx.plan.impl.ExecUtils
Computes a property.
computeRange(BoundedAction.IBoundedActionExecutor, int, int) - Method in class com.qfs.concurrent.impl.BoundedAction
Computes this action within the given boundary.
computeRange(BoundedTask.IBoundedTaskExecutor<T>, int, int) - Method in class com.qfs.concurrent.impl.BoundedTask
Computes this task within the given boundary.
computeRange(LongBoundedAction.ILongBoundedActionExecutor, long, long) - Method in class com.qfs.concurrent.impl.LongBoundedAction
Computes this action within the given boundary.
computeRangeCoordinates(ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Returns all the range coordinates of a location.
computeRangeCoordsForMapping(ILocationPattern, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Returns all the range coordinates for the given pattern.
computeRangeCoordsForMapping(ILocation, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Returns all the range coordinates for the given location.
computeRangeCoordsOnHier(int, ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Computes the range coordinates of a location restrained to one hierarchy.
computeRangeCoordsOnHier(IHierarchyInfo, ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Computes the range coordinates of a location restrained to one hierarchy.
computeRangeCoordsOutsideHierarchy(int, ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Computes the range coordinates of a location over all hierarchies but one.
computeRangeCoordsOutsideHierarchy(IHierarchyInfo, ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Computes the range coordinates of a location over all hierarchies but one.
computeRangeLevels(ILocation, List<? extends IHierarchy>, BiIntPredicate, Supplier<? extends T>) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Computes the levels for which the input location expressed a range coordinate, i.e.
computeRangeLevels(ILocation, List<? extends IHierarchy>, Supplier<? extends T>) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Computes the levels for which the input location expressed a range coordinate, i.e.
computeRBG(int, int, int) - Static method in class com.quartetfs.pivot.mdx.func.impl.RGBFunction
Computes RGB int value.
computeRemovedObjectsImpact(Collection<ILocation>) - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
computeRemovedObjectsImpact(Collection<ILocation>) - Method in class com.qfs.distribution.impl.CompositeActivePivotRemoteTransactionInfo
 
computeRemovedObjectsImpact(Collection<ILocation>) - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
This implementation always throws an UnsupportedOperationException.
computeRemovedObjectsImpact(Collection<ILocation>) - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotTransactionInfo
Deprecated.
This method is always used along with IActivePivotTransactionInfo.computeAddedObjectsImpact(Collection) (Collection)} and they are both blocking. An implementation using the asynchronous IActivePivotTransactionInfo.expandImpactedLocationsAsync(CountedCompleter, Collection, IExpandLocationsResult) to do all the necessary work at once is preferred.
computeRemovedObjectsImpact(Collection<ILocation>) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
computeRemovedObjectsImpact(Collection<ILocation>) - Method in class com.quartetfs.biz.pivot.transaction.impl.CompositeActivePivotTransactionInfo
 
computeRequiredLocations(ILocation, Collection<Object[]>, Collection<ILocation>) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.AStream2PositionPostProcessor
 
computeRequiredLocations(ILocation, Collection<Object[]>, Collection<ILocation>) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
 
computeRequiredLocations(ILocation, Collection<Object[]>, Collection<ILocation>) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.PreviousValuePostProcessor
 
computeRequiredLocations(ILocation, Collection<Object[]>, Collection<ILocation>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.ITimeLinePostProcessor
Computes all the required streams locations from an input range location.
computeResult(IRTImpactCalculator) - Method in class com.quartetfs.pivot.mdx.realtime.impl.CellSetUpdateComputer
Computes the update result from a calculator.
computeSecurityAndFilter(ISubCubeProperties, ICubeFilter) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
Computes the intersection of security and filters as an ICubeFilter.
computeSize(int) - Static method in class com.qfs.chunk.direct.impl.DirectChunkBits
Returns the size of the chunk in bytes for this chunkSize.
computeSize(int) - Static method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
Returns the size of the chunk in bytes for this chunkSize.
computeSize(int) - Static method in class com.qfs.chunk.direct.impl.DirectChunkBytes
Returns the size of the chunk in bytes for this chunkSize.
computeSize(int) - Static method in class com.qfs.chunk.direct.impl.DirectChunkDouble
Returns the size of the chunk in bytes for this chunkSize.
computeSize(int) - Static method in class com.qfs.chunk.direct.impl.DirectChunkFloat
Returns the size of the chunk in bytes for this chunkSize.
computeSize(int) - Static method in class com.qfs.chunk.direct.impl.DirectChunkHexa
Returns the size of the chunk in bytes for this chunkSize.
computeSize(int) - Static method in class com.qfs.chunk.direct.impl.DirectChunkInteger
Returns the size of the chunk in bytes for this chunkSize.
computeSize(int) - Static method in class com.qfs.chunk.direct.impl.DirectChunkLong
Returns the size of the chunk in bytes for this chunkSize.
computeSize(int) - Static method in class com.qfs.chunk.direct.impl.DirectChunkQuad
Returns the size of the chunk in bytes for this chunkSize.
computeSize(int) - Static method in class com.qfs.chunk.direct.impl.DirectChunkShorts
Returns the size of the chunk in bytes for this chunkSize.
computeSize(int) - Static method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
Returns the size of the chunk in bytes for this chunkSize.
computeSize(IIterableAggregatesRetrievalResult, List<String>) - Static method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Computes the number of rows for which the given result has non-null values for at least of the given measure.
computeStatistics(IMeasureHierarchyVersion) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MeasureHierarchyMemberMemoryQuantifier
 
computeStatistics(IPair<IAxisHierarchyVersion, ILevel>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AHierarchyMemberMemoryQuantifier
 
computeStatistics(E) - Method in interface com.qfs.monitoring.memory.IOnHeapMemoryQuantifier
Computes the on-heap consumption of the inspected element.
computeStreamLength(ByteBuf) - Static method in class com.qfs.messenger.netty.streaming.impl.NettyInputStream
Computes the length of the stream backed by the given ByteBuf.
computeTableSize(String) - Method in interface com.activeviam.database.api.query.IStatisticsQueryRunner
Computes the size of the given table.
computeTargetCapacity(long) - Static method in class com.qfs.bitmap.impl.Bitmap
Returns the minimum capacity that a bitmap needs to have in order to be able to set the given bit.
computeTimeRangeCoords(int, ILocation) - Static method in class com.quartetfs.biz.pivot.postprocessing.impl.TimeLineHelpers
Compute range coordinates in the given location for the time hierarchy only.
computeTimeRangeCoords(ILocation) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
If you override this method, do not forget to override TimeLineHandler.computeTimeRangeCoords(ILocation).
computeTimeRangeCoords(ILocation) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TimeLineHandler
You should override this method only when you override ATimeLinePostProcessor.computeTimeRangeCoords(ILocation).
ComputeTracker(ITuple, IExpression) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.FormulaExecutionTracker.ComputeTracker
Constructor.
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.AggregatedMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.CalculatedMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.ConstantValueMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.ContextValueMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.CopperAdvancedAggregatedMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.DatabaseMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.DrillupMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.ExtremaMemberMeasure
 
computeType(IInternalCopperContext) - Method in interface com.activeviam.copper.measure.IInternalCopperMeasure
Deprecated.
Returns the output type of the measure.
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.LeafAggregationMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.LevelFilteringMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.MarginalDrillupMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.MaskMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.NamedMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.NativeCopperMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.PostProcessorCopperMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.ShiftMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.StoreFieldAggregatedMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.StoreLookupMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.SwitchOnMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.TypedNamedMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.UserDefinedLeafAggregationMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.window.FirstLastMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.window.LeadLagMeasure
 
computeType(IInternalCopperContext) - Method in class com.activeviam.copper.measure.window.WindowReduceMeasure
 
computeUnionAsValueDependency(IFunctionCall, IExpressionDependencyVisitor<R>, int) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Helper method to compute the union of the dependencies of the function call's arguments when they are evaluated as a value.
computeUniqueRangeCoordOnHier(int, ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Computes the level index of the first range coordinate in the targeted hierarchy.
computeUpdate(IRangeUnion) - Method in class com.qfs.util.impl.RangeUnion
Deprecated.
 
computeUpdate(IRangeUnion) - Method in interface com.qfs.util.IRangeUnion
Deprecated.
Computes the ranges existing in newRanges but not in this ranges.
computeVisualFilter(ISet[]) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Computes the standard subcube from the given sets.
computeVisualFilterFromExcludedMembers(List<ExcludedMember>) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Computes a subcube excluding all the different members in the list.
computeWeekday(Temporal, Integer) - Static method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.DateHelper
Returns an integer representing the day of the week of the temporal.
computeWithPartialRecords(int[], int[]) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction
Computes the output for the given partial record.
computing(CountedCompleter<?>, Function<CancellableCountedCompleter<T>, T>) - Static method in class com.qfs.concurrent.cancellable.impl.CancellableCountedRunnable
Creates an instance computing a value.
concat(int[], int[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Concatenates two int arrays.
CONCEAL_BRANCHES - Static variable in interface com.quartetfs.biz.pivot.definitions.IDataClusterDefinition
Property used to hide the branches from the query cubes.
ConcreteReferenceStructuralTransactionView(AConcreteReferenceBase) - Constructor for class com.qfs.store.ref.impl.AConcreteReferenceBase.ConcreteReferenceStructuralTransactionView
 
ConcurrentDirectedGraph<K,​V,​E> - Class in com.qfs.graph.impl
Thread-Safe implementation of IConcurrentDirectedGraph.
ConcurrentDirectedGraph() - Constructor for class com.qfs.graph.impl.ConcurrentDirectedGraph
Default constructor.
ConcurrentIdentityUsageTracker<E> - Class in com.activeviam.util.impl
Class tracking usages of objects based on their object identity.
ConcurrentIdentityUsageTracker() - Constructor for class com.activeviam.util.impl.ConcurrentIdentityUsageTracker
 
ConcurrentStack<T extends ConcurrentStack.INode<T>> - Class in com.qfs.concurrent.impl
A concurrent, thread-safe stack data structure.
ConcurrentStack() - Constructor for class com.qfs.concurrent.impl.ConcurrentStack
 
ConcurrentStack.ANode<T> - Class in com.qfs.concurrent.impl
The base implementation of a stack's node.
ConcurrentStack.INode<T> - Interface in com.qfs.concurrent.impl
The interface that represents an element that can be stored in this stack.
ConcurrentUniqueIntegerStack - Class in com.qfs.chunk.direct.allocator.impl
A stack that accepts an element only if the element is not already in the stack i.e if two concurrent calls try to insert the same element in the stack, only one will succeed.
ConcurrentUniqueIntegerStack(int) - Constructor for class com.qfs.chunk.direct.allocator.impl.ConcurrentUniqueIntegerStack
Constructor.
cond1 - Variable in class com.activeviam.copper.hierarchy.LogicalCopperLevelCondition
The first sub-condition.
cond2 - Variable in class com.activeviam.copper.hierarchy.LogicalCopperLevelCondition
The second sub-condition.
condition - Variable in class com.activeviam.copper.hierarchy.SingleCopperLevelCondition
The condition for this level.
condition - Variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest
Optional condition for the query.
condition(ICondition) - Method in class com.activeviam.database.api.query.DistinctQuery.DistinctQueryBuilder
A condition used to filter the records.
condition(ICondition) - Method in class com.activeviam.database.api.query.ListQuery.ListQueryBuilder
A condition use to filter the records.
condition(ICondition) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
condition(String) - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData.ExternalRetrievalDataBuilder
 
CONDITION_VALUE_ATTRIBUTE - Static variable in class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
Keyword representing the conditional argument in a function evaluation.
ConditionCompiler - Class in com.qfs.store.query.plan.condition.impl
Responsible of creating the ICompiledCondition from the ICondition.
ConditionCompiler() - Constructor for class com.qfs.store.query.plan.condition.impl.ConditionCompiler
 
ConditionCursor - Class in com.qfs.store.query.impl
A cursor evaluating at iteration time a condition on the records it flattens before sending the record to the users.
ConditionCursor(IRowsIterator, IRecordFormat, IRecordFormat, int[], ICompiledConditionInstance, IRecordFlattener, IRecordFlattener) - Constructor for class com.qfs.store.query.impl.ConditionCursor
Creates a condition cursor.
ConditionCursorFactory - Class in com.qfs.store.query.impl
ICursorFactory in use when there are condition to evaluate on cursor iteration.
ConditionCursorFactory(int[], int[], IRecordFormat, IRecordFormat, int[], ICondition, ICompiledConditionInstance) - Constructor for class com.qfs.store.query.impl.ConditionCursorFactory
Constructor.
ConditionEvaluationException - Exception in com.quartetfs.fwk.filtering
Runtime exception throws when the evaluation of a condition fails.
ConditionEvaluationException() - Constructor for exception com.quartetfs.fwk.filtering.ConditionEvaluationException
Default constructor.
ConditionEvaluationException(String) - Constructor for exception com.quartetfs.fwk.filtering.ConditionEvaluationException
 
ConditionEvaluationException(String, Object...) - Constructor for exception com.quartetfs.fwk.filtering.ConditionEvaluationException
Constructor.
ConditionEvaluationException(String, Throwable) - Constructor for exception com.quartetfs.fwk.filtering.ConditionEvaluationException
 
ConditionEvaluationException(Throwable) - Constructor for exception com.quartetfs.fwk.filtering.ConditionEvaluationException
 
ConditionEvaluationException(Throwable, String, Object...) - Constructor for exception com.quartetfs.fwk.filtering.ConditionEvaluationException
Constructor.
ConditionFactory - Class in com.activeviam.database.api.experimental.refresh.condition
Factory for all IColumnCondition.
ConditionFactoryPlugin - Class in com.qfs.store.service.impl
 
ConditionFactoryPlugin() - Constructor for class com.qfs.store.service.impl.ConditionFactoryPlugin
Constructor of ConditionFactoryPlugin.
ConditionFullScan(ICondition, IDictionaryProvider, IStoreMetadata) - Constructor for class com.qfs.store.query.plan.impl.StoreSearchBuilder.ConditionFullScan
Constructor.
ConditionParser - Class in com.qfs.store.query.plan.condition.impl
Split an ICondition over multiple stores into ICondition for each store, and an ICondition over the flattened record to be lazily evaluated on the cursor.
ConditionParser(IDatastoreSchemaQueryMetadata, ICondition, IStoreMetadata, IOuterReferencePolicy) - Constructor for class com.qfs.store.query.plan.condition.impl.ConditionParser
Constructor.
ConditionPerLevelExtractor - Class in com.activeviam.copper.agg
A visitor made for ConditionPerLevelExtractor.extractConditionPerLevel(IActivePivot, Collection, ICubeFilter) extracting} conditions contained in a filter for several hierarchies.
CONDITIONS_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.LevelFilteringPostProcessor
The key of the property whose value contains the list of ICondition to apply on each AFilteringPostProcessor.levels member discriminator to filter out level members.
CONDITIONS_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.ShiftPostProcessor
Name of the property used to shift operations based on the values for each level.
ConditionScanCompiledOperation - Class in com.qfs.store.query.plan.impl
Operation scanning a whole store to find rows matching a series of conditions.
ConditionScanCompiledOperation(ICompiledCondition, int[], int) - Constructor for class com.qfs.store.query.plan.impl.ConditionScanCompiledOperation
Constructor.
ConditionScanProcedure - Class in com.qfs.store.query.condition.impl
A record set scanning procedure that will collect all the rows matching the condition.
ConditionScanProcedure(ICompiledConditionInstance, int) - Constructor for class com.qfs.store.query.condition.impl.ConditionScanProcedure
Constructor.
ConditionShift(LevelIdentifier, Object) - Constructor for class com.activeviam.copper.measure.ShiftMeasure.ConditionShift
Default constructor.
ConditionToJsonNodeHelper - Class in com.qfs.store.service.impl
Helper to create JsonNode from a condition written as a map.
ConditionToJsonNodeHelper() - Constructor for class com.qfs.store.service.impl.ConditionToJsonNodeHelper
 
CONFIG_ALL_MEMBERS_ANALYSIS_HIERARCHY - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
CONFIG_CALCULATED_MEMBER_INT - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
CONFIG_CONDITION_RECOMMANDATION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
CONFIG_INDEXED_FIELD_DIC - Static variable in class com.qfs.logging.MessagesDatastore
Deprecated.
 
CONFIG_INVALID_CALC_MEMBER_DESC - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
CONFIG_INVALID_CALC_MEMBER_PROP - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
CONFIG_UNKNOWN_CALCULATEDDRILLTHROUGHCOLUMN - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
CONFIG_UNKNOWN_CALCULATEDDRILLTHROUGHCOLUMNSET - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
CONFIG_UNKNOWN_COMPARATOR - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
CONFIGURATION_REMOTING_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
The configuration remoting service path.
CONFIGURATION_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
Constant name of the Configuration service.
CONFIGURATION_SUFFIX - Static variable in interface com.qfs.pivot.rest.configuration.IConfigurationRestService
The suffix to add to the rest services suffix to obtain the path to the configuration rest service.
ConfigurationException - Exception in com.qfs.store
Exception thrown when the configuration of the datastore is incorrect and code execution cannot continue while this configuration is not changed.
ConfigurationException(String, String) - Constructor for exception com.qfs.store.ConfigurationException
Constructs a ConfigurationException with a message.
ConfigurationException(String, String, Throwable) - Constructor for exception com.qfs.store.ConfigurationException
Constructs a ConfigurationException with a message and the underlying cause.
ConfigurationRestServiceController - Class in com.qfs.pivot.rest.configuration.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ConfigurationRestServiceController(IConfigurationService) - Constructor for class com.qfs.pivot.rest.configuration.impl.ConfigurationRestServiceController
Deprecated.
Constructor.
configurationService() - Method in interface com.qfs.server.cfg.IActivePivotServicesConfig
 
configurationService() - Method in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
 
ConfigurationService - Class in com.quartetfs.biz.pivot.webservices.impl
Implementations of the IConfigurationService interface.
ConfigurationService() - Constructor for class com.quartetfs.biz.pivot.webservices.impl.ConfigurationService
 
configure(ICSVSourceConfiguration<I>) - Method in interface com.qfs.msg.csv.ICSVSource
Customizes this ICSVSource.
configure(ICSVSourceConfiguration<I>) - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
configure(ILineReader) - Method in interface com.qfs.msg.csv.translator.IHeaderTranslator
Parse the content of a text line and if the line contains configuration directives, propagate them to the underlying translator.
configure(ILineReader) - Method in class com.qfs.msg.csv.translator.impl.AHeaderTranslator
Actual implementation of the configuration, left to implementation classes.
configure(ILineReader) - Method in class com.qfs.msg.csv.translator.impl.HeaderColumnarTranslator
 
configureAsyncSupport(AsyncSupportConfigurer) - Method in class com.qfs.server.cfg.impl.ActivePivotRestServicesConfig
 
ConflatingAggregatesContinuousQueryEngine - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Implementation of a IAggregatesContinuousQueryEngine conflating events and recomputing the locations impacted by the events.
ConflatingAggregatesContinuousQueryEngine(IMultiVersionActivePivot) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ConflatingAggregatesContinuousQueryEngine
Full constructor.
ConflatingEventPolicy - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Implementation of an AAggregatesContinuousQueryEngine.IEventPolicy conflating received events to reduce the amounts of updated computed.
ConflatingEventPolicy(ConflationEventEngine) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ConflatingEventPolicy
Full constructor.
ConflationEventEngine - Class in com.quartetfs.biz.pivot.query.aggregates.impl
An AAggregatesContinuousQueryEngine that asynchronously conflates and processes its received events.
ConflationEventEngine(IMultiVersionActivePivot) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Constructor.
ConflationEventEngine.ConflationLockStamp - Class in com.quartetfs.biz.pivot.query.aggregates.impl
A simple Object representing a locked state of the conflation lock.
ConflationEventEngine.DefaultLoggingConflatedTransactionListener - Class in com.quartetfs.biz.pivot.query.aggregates.impl
The default ConflationEventEngine.IConflatedEventProcessingListener that simply logs the provided timings.
ConflationEventEngine.IConflatedEventProcessingListener - Interface in com.quartetfs.biz.pivot.query.aggregates.impl
Listener that allows logging the time spent in the conflation queue and in the event processing.
ConflationEventEngine.IConflationConsumer - Interface in com.quartetfs.biz.pivot.query.aggregates.impl
Definition of consumers for conflated events produced this engine.
ConflationEventEngine.NonTransactionalEventProcessingAction<EventT> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Processes a non transactional event within a ConflationEventEngine.CompositeEventsProcessingAction.
ConflationLockStamp(long) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.ConflationLockStamp
Constructor.
ConflictException - Exception in com.qfs.fwk.services
Class exception for a call that conflicts with the current state of the resource.
ConflictException(String) - Constructor for exception com.qfs.fwk.services.ConflictException
Constructor.
ConflictException(String, Throwable) - Constructor for exception com.qfs.fwk.services.ConflictException
Constructor.
ConflictException(Throwable) - Constructor for exception com.qfs.fwk.services.ConflictException
Constructor.
connect(IWsSession) - Method in interface com.qfs.snl.ws.IAlertWsService
Connects a new socket to the service.
connect(IWsSession) - Method in class com.qfs.snl.ws.impl.AlertWsService
 
connect(IWsSession, ParameterWsConfigurationDto) - Method in class com.qfs.repository.ws.impl.ParameterWsService
 
connect(IWsSession, ParameterWsConfigurationDto) - Method in interface com.qfs.repository.ws.IParameterWsService
Connect a web socket to the parameter service.
connect(IWsSession, MonitorWsConfigurationDto) - Method in interface com.qfs.snl.ws.IMonitorWsService
Connects a new socket to the service.
connect(IWsSession, MonitorWsConfigurationDto) - Method in class com.qfs.snl.ws.impl.MonitorWsService
 
connect(IWsSession, IMessageWsService.FetchMessageMode) - Method in interface com.qfs.snl.ws.IMessageWsService
Connects a new socket to the service.
connect(IWsSession, IMessageWsService.FetchMessageMode) - Method in class com.qfs.snl.ws.impl.MessageWsService
 
Connect - com.qfs.content.ws.impl.RegistrationInstruction
Used to register a listener to listen to a file or a folder.
CONNECT_ACTION - Static variable in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
Action keyword for connection = "connect".
Connected - com.qfs.content.ws.impl.NotificationEventType
 
CONST_SETUP_ERR - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
constant(Object) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure containing a constant value.
CONSTANT_PARTITION_ID - Static variable in class com.qfs.store.part.impl.ConstantPartitioning
The if of the constant partition.
CONSTANT_PARTITION_MAPPER - Static variable in class com.qfs.store.part.impl.ConstantPartitioning
Mapper to the constant partition.
ConstantAndOperand - Class in com.qfs.store.query.plan.condition.impl
Special operand marking the operand as constant in the query.
ConstantAndOperand(IConstantOperand, IConstantOperand) - Constructor for class com.qfs.store.query.plan.condition.impl.ConstantAndOperand
Full constructor.
ConstantCalculator<ContextT> - Class in com.qfs.msg.impl
Constant column calculator that returns a constant.
ConstantCalculator(String) - Constructor for class com.qfs.msg.impl.ConstantCalculator
Constructor with null as constant value.
ConstantCalculator(String, Object) - Constructor for class com.qfs.msg.impl.ConstantCalculator
Full constructor.
ConstantCopperFunction - Class in com.activeviam.copper.operation.function
ICopperFunction that returns a constant value.
ConstantCopperFunction(Object, int) - Constructor for class com.activeviam.copper.operation.function.ConstantCopperFunction
Constructor.
ConstantFunctionDescription - Class in com.qfs.store.part.impl
Describes a function that produces a constant.
ConstantLevelLoggingPolicy - Class in com.qfs.util.timing.impl
A logging policy logging all messages in the same level.
ConstantLevelLoggingPolicy(Level) - Constructor for class com.qfs.util.timing.impl.ConstantLevelLoggingPolicy
 
ConstantPartitionByValueProvider(LevelIdentifier) - Constructor for class com.activeviam.copper.measure.window.WindowBuilder.ConstantPartitionByValueProvider
Constructor.
ConstantPartitioning - Class in com.qfs.store.part.impl
Constant partitioning that attributes any record to partition 0.
ConstantPartitioning.ConstantPartitioningImplicationChecker - Class in com.qfs.store.part.impl
Visitor to check if a constant partitioning is implied by another partitioning.
ConstantPartitioning.ConstantPartitioningImpliedPartitionRetriever - Class in com.qfs.store.part.impl
Visitor to retrieve the partition id of a constant partitioning, knowing the id of the partition of another partitioning by which the constant partitioning is implied.
ConstantPartitioning.ConstantPartitioningOriginalPartitionRetriever - Class in com.qfs.store.part.impl
Visitor to retrieve the partition ids of a constant partitioning, knowing the id of the partition of another partitioning which is the reduced partitioning of the constant partitioning.
ConstantPartitioning.GcpCalculator - Class in com.qfs.store.part.impl
Implementation of AGreatestCommonPartitioningCalculator for this partitioning.
ConstantPartitioningDescription - Class in com.qfs.store.part.impl
The description of a constant partitioning, i.e.
ConstantPartitioningImplicationChecker(ConstantPartitioning, TIntIntMap) - Constructor for class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImplicationChecker
Constructor.
ConstantPartitioningImpliedPartitionRetriever(ConstantPartitioning, TIntIntMap, int) - Constructor for class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImpliedPartitionRetriever
Constructor.
ConstantPartitioningOriginalPartitionRetriever(ConstantPartitioning, int) - Constructor for class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningOriginalPartitionRetriever
Constructor.
Constants - Interface in com.activeviam.builders.distributed
Gathers all constants used in distributed component's descriptions.
ConstantValueMeasure - Class in com.activeviam.copper.measure
Copper measure representing a constant value.
ConstantValueMeasure.Factory - Class in com.activeviam.copper.measure
Factory for the ConstantValueMeasure.
ConstantValuePostProcessor - Class in com.activeviam.copper.pivot.pp
A basic post-processor that always returns the same value.
ConstantValuePostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.ConstantValuePostProcessor
Constructor.
ConstantValueProperty - Class in com.quartetfs.biz.pivot.impl
Special implementation of the IProperty contract that returns a constant value property.
ConstantValueProperty(String, Object) - Constructor for class com.quartetfs.biz.pivot.impl.ConstantValueProperty
Constructor.
CONSTRAINED - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
ConsulServiceConfig - Class in com.activeviam.apm.cfg.impl
Spring configuration for service discovery with a Consul server.
ConsulServiceConfig() - Constructor for class com.activeviam.apm.cfg.impl.ConsulServiceConfig
 
consume(SingleConsumerQueue.INode<T>) - Method in interface com.qfs.concurrent.impl.SingleConsumerQueue.IConsumerProcedure
 
consume(SingleConsumerQueue.INode<T>) - Method in interface com.qfs.concurrent.impl.SingleConsumerQueue.INodeConsumerProcedure
Consumes the given node storing an item in this queue.
consume(StorePartitionWorkUnitQueue.IWorkUnitConsumer) - Method in class com.qfs.store.impl.StorePartitionWorkUnitQueue
Consumes the units stored in nodes beyond the StorePartitionWorkUnitQueue.head including the unit stored by StorePartitionWorkUnitQueue.head if it is full (IStorePartitionWorkUnit.isReadOnly()).
consume(Object, IStorePartitionWorkUnit.WorkType) - Method in class com.qfs.store.impl.AStorePartitionRecordUnit
 
consume(Object, IStorePartitionWorkUnit.WorkType) - Method in class com.qfs.store.impl.AStorePartitionWorkUnit
 
consume(Object, IStorePartitionWorkUnit.WorkType) - Method in class com.qfs.store.impl.NoopUnit
 
consume(Object, IStorePartitionWorkUnit.WorkType) - Method in interface com.qfs.store.IStorePartitionWorkUnit
Adds a piece of data to this work unit.
consume(T) - Method in interface com.qfs.concurrent.impl.SingleConsumerQueue.IConsumerProcedure
Consumes the given item stored in this queue.
consumeEvent(IStream<EventT>, EventT, IEpoch) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflatingEventPolicy
 
consumeEvent(IStream<EventT>, EventT, IEpoch) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Consumes a new event to conflate.
consumeEvent(IStream<EventT>, EventT, IEpoch) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.SynchronousEventPolicy
 
consumeResetEvent(IStream<?>, IResettingEvent, IEpoch) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflatingEventPolicy
 
consumeResetEvent(IStream<?>, IResettingEvent, IEpoch) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.SynchronousEventPolicy
 
contain(long) - Method in class com.qfs.util.IRangeUnion.Range
Deprecated.
 
containField(FieldPath) - Method in class com.activeviam.copper.store.Mapping
Determines whether the mapping currently contains a field.
containing(Object) - Method in interface com.qfs.pivot.testing.ICellSetTester.IHasCellValue
Verifies that the cell has the given expectedValue as its (non-formatted) value.
containing(Object) - Method in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
 
containing(Object) - Method in class com.qfs.pivot.testing.impl.MdxCellByCoordinatesTesterBuilder
 
containing(Object) - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester.MdxResultCellTester
 
containing(Object) - Method in class com.qfs.pivot.testing.impl.SimpleCellByCoordinatesTesterBuilder
 
containingAllCubes() - Method in class com.activeviam.builders.manager.ResultConsumerCatalogBuilder
 
containingAllCubes() - Method in interface com.activeviam.desc.build.ICanStartBuildingCatalog.CatalogDescriptionBuilder
 
containingCubes(String...) - Method in class com.activeviam.builders.manager.ResultConsumerCatalogBuilder
 
containingCubes(String...) - Method in interface com.activeviam.desc.build.ICanStartBuildingCatalog.CatalogDescriptionBuilder
 
containingEmptyVector(int) - Method in interface com.qfs.pivot.testing.ICellSetTester.IHasCellValue
Verifies the cell contains an empty vector.
containingEmptyVector(int) - Method in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
 
containingEmptyVector(int) - Method in class com.qfs.pivot.testing.impl.MdxCellByCoordinatesTesterBuilder
 
containingEmptyVector(int) - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester.MdxResultCellTester
 
containingEmptyVector(int) - Method in class com.qfs.pivot.testing.impl.SimpleCellByCoordinatesTesterBuilder
 
containingFormattedValue(String) - Method in interface com.qfs.pivot.testing.ICellSetTester.IHasCellValue
Verifies that the cell has the given expectedValue as its formatted value.
containingFormattedValue(String) - Method in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
 
containingFormattedValue(String) - Method in class com.qfs.pivot.testing.impl.MdxCellByCoordinatesTesterBuilder
 
containingFormattedValue(String) - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester.MdxResultCellTester
 
containingFormattedValue(String) - Method in class com.qfs.pivot.testing.impl.SimpleCellByCoordinatesTesterBuilder
 
containingVector(double...) - Method in interface com.qfs.pivot.testing.ICellSetTester.IHasCellValue
Verifies the cell contains a vector with the following values.
containingVector(double...) - Method in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
 
containingVector(double...) - Method in class com.qfs.pivot.testing.impl.MdxCellByCoordinatesTesterBuilder
 
containingVector(double...) - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester.MdxResultCellTester
 
containingVector(double...) - Method in class com.qfs.pivot.testing.impl.SimpleCellByCoordinatesTesterBuilder
 
containingVector(float...) - Method in interface com.qfs.pivot.testing.ICellSetTester.IHasCellValue
Verifies the cell contains a vector with the following values.
containingVector(float...) - Method in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
 
containingVector(float...) - Method in class com.qfs.pivot.testing.impl.MdxCellByCoordinatesTesterBuilder
 
containingVector(float...) - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester.MdxResultCellTester
 
containingVector(float...) - Method in class com.qfs.pivot.testing.impl.SimpleCellByCoordinatesTesterBuilder
 
containingVector(int...) - Method in interface com.qfs.pivot.testing.ICellSetTester.IHasCellValue
Verifies the cell contains a vector with the following values.
containingVector(int...) - Method in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
 
containingVector(int...) - Method in class com.qfs.pivot.testing.impl.MdxCellByCoordinatesTesterBuilder
 
containingVector(int...) - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester.MdxResultCellTester
 
containingVector(int...) - Method in class com.qfs.pivot.testing.impl.SimpleCellByCoordinatesTesterBuilder
 
containingVector(long...) - Method in interface com.qfs.pivot.testing.ICellSetTester.IHasCellValue
Verifies the cell contains a vector with the following values.
containingVector(long...) - Method in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
 
containingVector(long...) - Method in class com.qfs.pivot.testing.impl.MdxCellByCoordinatesTesterBuilder
 
containingVector(long...) - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester.MdxResultCellTester
 
containingVector(long...) - Method in class com.qfs.pivot.testing.impl.SimpleCellByCoordinatesTesterBuilder
 
contains(byte) - Method in class com.quartetfs.biz.xmla.compression.impl.ByteString
 
contains(int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
contains(int) - Method in class com.qfs.trove.impl.QIntEmptySet
 
contains(int) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
contains(int) - Method in class com.quartetfs.tech.streaming.impl.RangeProperty
 
contains(int) - Method in interface com.quartetfs.tech.streaming.IRangeProperty
Checks if the given index belongs to this range.
contains(int[], int) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Tests if an int array contains an int value.
contains(long) - Method in class com.qfs.snl.dtos.TimePeriodDto
 
contains(long) - Method in class com.qfs.snl.impl.TimePeriod
 
contains(long) - Method in interface com.qfs.snl.ITimePeriod
Decides if a time is strictly contained by the period.
contains(long) - Method in class com.qfs.util.impl.RangeUnion
Deprecated.
 
contains(long) - Method in interface com.qfs.util.IRangeUnion
Deprecated.
Indicate if one of the ranges in this union includes the given value.
contains(LevelTypePair, int) - Method in class com.activeviam.pivot.rest.dataexport.converters.LevelTypesList
Returns true if the level types list for one tuple member contains a level type.
contains(LocalMessenger) - Method in class com.qfs.messenger.impl.LocalCluster
Returns whether the given messenger belongs to this cluster.
contains(ITimePeriod, long) - Static method in class com.qfs.snl.dtos.TimePeriodDto
Decides if a time is contained by the period.
contains(IRangeUnion) - Method in class com.qfs.util.impl.RangeUnion
Deprecated.
 
contains(IRangeUnion) - Method in interface com.qfs.util.IRangeUnion
Deprecated.
Tests if that the entire union of ranges is included in this union of ranges.
contains(IRangeUnion.Range[], long) - Static method in class com.qfs.util.impl.RangeUtil
Deprecated.
Indicate if one of the ranges in the specified array includes the given value.
contains(ILocation) - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Checks whether the given location belongs to this pattern.
contains(ILocation) - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
contains(ILocation) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
contains(ILocation) - Method in interface com.quartetfs.biz.pivot.IPointLocationPattern
Checks whether the given location belongs to this builder.
contains(ITuple) - Method in interface com.quartetfs.pivot.mdx.eval.set.IIndexedSet
Check if contains a given tuple.
contains(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.DictionarySet
 
contains(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.EmptySet
 
contains(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedSet
 
contains(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedShuffledSet
 
contains(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedSubSet
 
contains(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingleMemberSet
 
contains(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingletonSet
 
contains(ISet, ITuple) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Checks if the given set contains the given tuple.
contains(E) - Method in interface com.activeviam.collections.ImmutableCollection
Indicate if a given item is contained in this collection.
contains(E) - Method in interface com.activeviam.collections.ImmutableList
 
contains(E) - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
contains(Object) - Method in class com.qfs.snl.events.impl.EventCache
 
contains(Object) - Method in class com.qfs.util.impl.FilteredList
Deprecated.
 
contains(S) - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
 
contains(S) - Method in interface com.quartetfs.tech.streaming.sharing.IStreamNode
Checks if a stream is attached to this node.
containsAll(int[]) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
containsAll(int[]) - Method in class com.qfs.trove.impl.QIntEmptySet
 
containsAll(int[]) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
containsAll(int[], int[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Tests if an int array contains all elements of another int array.
containsAll(TIntCollection) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
containsAll(TIntCollection) - Method in class com.qfs.trove.impl.QIntEmptySet
 
containsAll(TIntCollection) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
containsAll(Collection<?>) - Method in class com.qfs.snl.events.impl.EventCache
 
containsAll(Collection<?>) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
containsAll(Collection<?>) - Method in class com.qfs.trove.impl.QIntEmptySet
 
containsAll(Collection<?>) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
containsErrors() - Method in class com.qfs.store.query.impl.InvalidQueryExceptionBuilder
Returns true if this builder is aware of errors that require to build and throw a InvalidQueryException.
ContainsFilter - Class in com.quartetfs.pivot.mdx.eval.impl
A filter only accepting tuples that are contained in some set.
ContainsFilter(IIndexedSet) - Constructor for class com.quartetfs.pivot.mdx.eval.impl.ContainsFilter
 
containsIgnoreCase(FieldPath, String) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IConstantCondition testing that, for a given database record, the value of said record for the given field contains the given substring.
ContainsIgnoreCaseCompiledCondition - Class in com.qfs.store.query.plan.condition.impl
A record set scanning procedure that will collect all the rows matching the condition.
ContainsIgnoreCaseCompiledCondition(int, IDictionary<Object>, IOperand) - Constructor for class com.qfs.store.query.plan.condition.impl.ContainsIgnoreCaseCompiledCondition
Constructor.
containsKey(Object) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
containsKey(Object) - Method in class com.qfs.graph.impl.DirectedGraph
 
containsKey(Object) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
containsKey(Object) - Method in class com.qfs.store.impl.UserStoreGraph
 
containsKey(Object) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
containsKey(Object) - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
containsKey(Object) - Method in interface com.quartetfs.fwk.util.IMappedTupleFactory
States whether this factory contains the given key or not.
containsKey(Object) - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
containsKey(Object) - Method in class com.quartetfs.fwk.util.impl.MappedTuple
Returns whether this key is mapped in this tuple or not.
containsKey(Object) - Method in class com.quartetfs.fwk.util.impl.MappedTupleFactory
 
containsKey(K) - Method in interface com.activeviam.collections.ImmutableMap
Checks if an entry with the given key is in the map.
containsKey(K) - Method in class com.activeviam.collections.impl.ImmutableHashMap
 
containsLevels(List<? extends ILevel>) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.IDistributedAxisHierarchyBase
Checks whether this hierarchy's levels contains the levels to merge.
containsLevels(List<? extends ILevel>) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.DistributedVirtualAxisHierarchyBase
 
containsLevels(List<? extends ILevel>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
containsMeasure(String) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasuresProvider
 
containsMeasure(String) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasuresProvider
Says if the measure identified by the given name exists in this measure provider.
containsMeasure(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdditionalMeasuresProvider
 
containsMeasure(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.RestrictedMeasuresProvider
 
containsMeasure(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SimpleMeasuresProvider
 
containsMeasureGroups(Set<String>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
Checks whether this hierarchy's measure groups contain the measure groups to merge.
containsNull(Collection<?>) - Static method in class com.quartetfs.pivot.mdx.func.impl.DrilldownLevelFunction
Returns true if the collection contains a null.
containsRow(IDrillthroughRow) - Method in interface com.quartetfs.biz.pivot.dto.IDrillthroughResultDTOState
Checks if the row is in the state.
containsRow(IDrillthroughRow) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
 
containsValidValueForKey(K) - Method in class com.qfs.fwk.cache.impl.TtlCache
Check if a valid value (i.e.
containsValue(Object) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
containsValue(Object) - Method in class com.qfs.graph.impl.DirectedGraph
 
containsValue(Object) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
containsValue(Object) - Method in class com.qfs.store.impl.UserStoreGraph
 
containsValue(Object) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
containsValue(Object) - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
containsValue(Object) - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
containsValue(Object) - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
Content - com.quartetfs.biz.xmla.constants.Keyword
 
Content - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
CONTENT_BOOLEAN - Static variable in class com.qfs.store.Types
Boolean content type.
CONTENT_DESCRIPTION - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
CONTENT_DOUBLE - Static variable in class com.qfs.store.Types
Double content type.
CONTENT_ENDPOINT - Static variable in class com.qfs.content.cfg.impl.ContentServerWebSocketServicesConfig
Streaming endpoint.
CONTENT_FLOAT - Static variable in class com.qfs.store.Types
Float content type.
CONTENT_INT - Static variable in class com.qfs.store.Types
Int content type.
CONTENT_LONG - Static variable in class com.qfs.store.Types
Long content type.
CONTENT_NAMESPACE - Static variable in class com.qfs.content.rest.impl.ARestContentServer
The namespace in which the REST API and the websockets are exposed.
CONTENT_OBJECT - Static variable in class com.qfs.store.Types
Unspecified object content type.
CONTENT_SERVICE_NAME_GENERATOR_DEFAULT_SIZE - com.activeviam.properties.impl.ActiveViamProperty
System property to set the size for the names generated by the content service.
CONTENT_SERVICE_NAME_GENERATOR_PREFIX - com.activeviam.properties.impl.ActiveViamProperty
System property to add a prefix to the names generated by the content service.
CONTENT_SERVICE_RESTRICTED_LISTING - com.activeviam.properties.impl.ActiveViamProperty
Property that restricts the content service's entries a user can list on a readable directory.
CONTENT_SERVICE_WEB_SOCKET_RECONNECTION_DELAY - com.activeviam.properties.impl.ActiveViamProperty
System property to set the time in seconds to wait to retry the connection to a web socket.
CONTENT_STRING - Static variable in class com.qfs.store.Types
String content type.
ContentAction - Enum in com.qfs.content.service
A Type of action that can be performed during a content update.
contentClass(Class<?>) - Method in class com.qfs.desc.impl.FieldDescription.FieldDescriptionBuilder
 
ContentEntry - Class in com.qfs.content.service.impl
An entry of the content service.
ContentEntry(ITimestampedContentEntry, boolean, boolean, boolean) - Constructor for class com.qfs.content.service.impl.ContentEntry
Constructor that wraps the input ITimestampedContentEntry and enriches it with information about the read and write accesses.
ContentEntry(String, long, String, List<String>, List<String>, boolean, boolean) - Constructor for class com.qfs.content.service.impl.ContentEntry
Shortcut constructor to create directory.
ContentEntry(String, String, boolean, long, String, List<String>, List<String>, boolean, boolean) - Constructor for class com.qfs.content.service.impl.ContentEntry
Constructor.
contentMaximalSize() - Method in interface com.qfs.util.ui.ICell
Gets the maximal size of the content in text mode, padding excluded.
contentMaximalSize() - Method in class com.qfs.util.ui.impl.CenteredCell
 
contentMaximalSize() - Method in class com.qfs.util.ui.impl.LeftPaddedCell
 
ContentServerPathComparator - Class in com.qfs.content.service.impl
String comparator specifically created for stringified paths in the content server.
ContentServerPathComparator() - Constructor for class com.qfs.content.service.impl.ContentServerPathComparator
 
ContentServerRestServicesConfig - Class in com.qfs.content.cfg.impl
Configuration class exposing REST service for Content Service.
ContentServerRestServicesConfig() - Constructor for class com.qfs.content.cfg.impl.ContentServerRestServicesConfig
 
ContentServerWebSocketClient - Class in com.qfs.content.service.impl
Implementation of content service notification manager as a web socket client.
ContentServerWebSocketClient(String, AAuthenticator, AAuthenticator) - Constructor for class com.qfs.content.service.impl.ContentServerWebSocketClient
Creates a notification service over the web socket API at the given URL, with the given authenticator.
ContentServerWebSocketHandler - Class in com.qfs.content.ws.impl
The server side of notification service using web socket.
ContentServerWebSocketHandler(IContentService, long) - Constructor for class com.qfs.content.ws.impl.ContentServerWebSocketHandler
Constructor.
ContentServerWebSocketServicesConfig - Class in com.qfs.content.cfg.impl
WebSocket content server configuration.
ContentServerWebSocketServicesConfig() - Constructor for class com.qfs.content.cfg.impl.ContentServerWebSocketServicesConfig
 
contentService() - Method in interface com.qfs.content.cfg.IContentServiceConfig
The content service of the application.
contentService() - Method in interface com.qfs.server.cfg.content.IActivePivotContentServiceConfig
The content service used by the ActivePivot content service.
ContentServiceBranchPermissionsManager - Class in com.qfs.security.impl
A IBranchPermissionsManager using an underlying content service to store the permissions.
ContentServiceBranchPermissionsManager(IContentService, Set<String>, ScheduledExecutorService) - Constructor for class com.qfs.security.impl.ContentServiceBranchPermissionsManager
ContentServiceHelper - Class in com.qfs.content.service.impl
Util class containing helper methods to navigate the content service.
ContentServiceI18nConfig - Class in com.qfs.server.cfg.i18n.impl
Initialize the cube formatters with the supported locale defined in the Content service.
ContentServiceI18nConfig() - Constructor for class com.qfs.server.cfg.i18n.impl.ContentServiceI18nConfig
 
ContentServiceMessages - Class in com.qfs.content.service.impl
Helper class containing the various error message patterns used throughout the Content Service.
ContentServiceSnapshotter - Class in com.qfs.content.snapshot.impl
Utility class used to export and import a sub-tree of the Content Server.
ContentServiceSnapshotter(IContentService) - Constructor for class com.qfs.content.snapshot.impl.ContentServiceSnapshotter
Constructor.
ContentTree<E extends IBasicPathlessContentEntry> - Class in com.qfs.content.service.impl
Base implementation of the IContentTree interface.
ContentTree(E, Map<String, ? extends IContentTree<E>>) - Constructor for class com.qfs.content.service.impl.ContentTree
Constructor.
contentType(int) - Method in class com.qfs.store.Types.TypeInformation.TypeBuilder
 
ContentUpdate - Class in com.qfs.content.service.impl
An update on an entry of the content server.
ContentUpdate() - Constructor for class com.qfs.content.service.impl.ContentUpdate
Empty constructor for serialization.
ContentUpdate(String, ContentAction, IPathlessContentEntry) - Constructor for class com.qfs.content.service.impl.ContentUpdate
Constructor.
context - Variable in class com.qfs.msg.csv.impl.FileTask
Parser context.
Context - Class in com.quartetfs.biz.pivot.context.impl
This is the implementation of the IContext interface.
Context(IAgent) - Constructor for class com.quartetfs.biz.pivot.context.impl.Context
Constructor which bind the current context to its agent.
CONTEXT - com.quartetfs.biz.pivot.query.aggregates.IQueryPlan.GlobalTimings
 
CONTEXT_DEPENDENCIES_PROPERTY - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
Property used when propagating post-processor context dependencies from the data cube to the query cube.
CONTEXT_FACTORY_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.DatabasePostProcessor
 
CONTEXT_VALUE_MANAGER_MBEAN_NAME - Static variable in class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
The name of the IActivePivotManager MBean.
CONTEXT_VALUE_MANAGER_VALUE_LIFETIME_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
This property configures maximal lifetime of session context values, in seconds.
CONTEXT_VALUE_PATH - Static variable in interface com.activeviam.contextservice.service.ISpreadsheetRestService
The relative path to add in order to operate context values.
CONTEXT_VALUE_TYPE_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.ContextValuePostProcessor
The property key to transfer the type of the context value that this post-processor will return.
contextDestroyed(ServletContextEvent) - Method in class com.qfs.servlet.impl.SqlDriverCleaner
 
ContextExpressionDependency - Class in com.quartetfs.pivot.mdx.impl
Implementation of expression dependency and helper methods.
ContextExpressionDependencyVisitor - Class in com.quartetfs.pivot.mdx.impl
 
ContextExpressionDependencyVisitor(int) - Constructor for class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
ContextExpressionDependencyVisitor.UnusedHierarchiesProcedure - Class in com.quartetfs.pivot.mdx.impl
 
ContextExtendedPlugin - Class in com.quartetfs.biz.pivot.context.impl
Extended plugin for IContext implementations.
ContextExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.context.impl.ContextExtendedPlugin
Constructor defining the core plugin value.
ContextGroupMonitor - Class in com.quartetfs.biz.pivot.query.monitoring.impl
A crossed-stream monitor on a context group.
ContextGroupMonitor(AAggregatesContinuousQueryEngine, int, IContextSnapshot) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Constructor.
ContextGroupMonitorsGrouper - Class in com.quartetfs.biz.pivot.query.monitoring.impl
A monitor to regroup context group monitors under a query engine.
ContextGroupMonitorsGrouper(AAggregatesContinuousQueryEngine) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitorsGrouper
Constructor.
ContextGroupStatistics - Class in com.quartetfs.biz.pivot.query.monitoring.impl
A crossed-stream statistics collector for a context group.
ContextGroupStatistics() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Generic constructor.
ContextGroupStatistics(String) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Constructor.
contextInitialized(ServletContextEvent) - Method in class com.qfs.servlet.impl.SqlDriverCleaner
 
contextLookup(IContextExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
contextLookup(IContextExpressionDependency, int) - Static method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
Context lookup.
contextLookup(IRTExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
contextLookup(R) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Used for CurrentMember function.
ContextMaintainer - Class in com.quartetfs.pivot.mdx.plan.impl
Helps maintaining the activepivot and mdx contexts when working with multiple threads.
ContextMaintainer(IExecutionContext) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.ContextMaintainer
Constructor.
ContextNode<EventT> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Context node that links a query execution context with a parent stream node and all the continuous queries that are registered for that stream and that execution context.
ContextNode.Snapshot - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Snapshot of the context node made at the time of an event.
ContextNodesGrouper<EventT> - Class in com.quartetfs.biz.pivot.query.monitoring.impl
This monitor regroup all monitors for context nodes under a stream node.
ContextNodesGrouper(StreamNode<EventT>) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodesGrouper
Constructor.
ContextNodeStatistics - Class in com.quartetfs.biz.pivot.query.monitoring.impl
A statistics collector for a context node under a stream node.
ContextNodeStatistics() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Default constructor.
ContextNodeStatistics(String) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Constructor.
ContextSnapshot - Class in com.quartetfs.biz.pivot.context.impl
An immutable snapshot of a Context.
ContextSnapshot() - Constructor for class com.quartetfs.biz.pivot.context.impl.ContextSnapshot
Empty constructor for serialization.
ContextSnapshot(List<? extends IContextValue>) - Constructor for class com.quartetfs.biz.pivot.context.impl.ContextSnapshot
This constructor convers a list of context values in the corresponding map.
ContextSnapshot(Map<Class<? extends IContextValue>, IContextValue>) - Constructor for class com.quartetfs.biz.pivot.context.impl.ContextSnapshot
Constructor.
ContextSnapshot(Map<Class<? extends IContextValue>, IContextValue>, boolean) - Constructor for class com.quartetfs.biz.pivot.context.impl.ContextSnapshot
Constructor.
ContextsWrapper - Class in com.quartetfs.biz.pivot.impl
A wrapper to deserialize context values with imports.
ContextsWrapper() - Constructor for class com.quartetfs.biz.pivot.impl.ContextsWrapper
 
CONTEXTUAL_AGGRESSIVE_FORMULA_EVALUATION - Static variable in class com.quartetfs.biz.pivot.context.impl.MdxContext
Whether or not the Aggressive formula evaluation must use the current tuple.
ContextualCancellableCompleterBoundedAction - Class in jsr166.impl
A contextual version of a BoundedAction using CancellableCountedCompleters.
ContextualCancellableCompleterBoundedAction(CountedCompleter<?>, IContext, ContextualCancellableCompleterBoundedAction.CompletableBoundedAction) - Constructor for class jsr166.impl.ContextualCancellableCompleterBoundedAction
Constructor.
ContextualCancellableCompleterBoundedAction.CompletableBoundedAction - Class in jsr166.impl
An action to be executed asynchronously on some data that can be divided into ranges.
ContextualCancellableCountedCompleter<T> - Class in com.quartetfs.biz.pivot.context.impl
Specialization of a CancellableCountedCompleter when a context has to be propagated to the forked completers that are eventually run on another thread.
ContextualCancellableForkJoinTask<T> - Class in com.quartetfs.biz.pivot.context.impl
Specialization of CancellableForkJoinTask when a context has to be propagated to the task eventually forked on another thread.
ContextualCancellableRecursiveAction - Class in com.quartetfs.biz.pivot.context.impl
A cancellable RecursiveAction that automatically inherits the context of its parent task.
ContextualCancellableRecursiveBoundedAction - Class in com.quartetfs.biz.pivot.context.impl
A contextual and cancellable RecursiveBoundedAction.
ContextualCancellableRecursiveBoundedAction(IContext, BoundedAction) - Constructor for class com.quartetfs.biz.pivot.context.impl.ContextualCancellableRecursiveBoundedAction
Constructor.
ContextualCancellableRecursiveBoundedTaskWrapper<V> - Class in com.quartetfs.biz.pivot.context.impl
A contextual and cancellable RecursiveBoundedTask.
ContextualCancellableRecursiveBoundedTaskWrapper(IContext, BoundedTask<V>) - Constructor for class com.quartetfs.biz.pivot.context.impl.ContextualCancellableRecursiveBoundedTaskWrapper
Constructor.
ContextualCancellableRecursiveTask<T> - Class in com.quartetfs.biz.pivot.context.impl
A cancellable RecursiveTask that automatically inherits the context of its parent task.
ContextUtils - Class in com.activeviam.copper
Deprecated, for removal: This API element is subject to removal in a future version.
ContextUtils - Class in com.quartetfs.biz.pivot.context.impl
Helper methods for IContext instances.
ContextUtils() - Constructor for class com.activeviam.copper.ContextUtils
Deprecated.
 
contextValue(Class<? extends IContextValue>) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure referencing a context value to use its value in a calculation.
ContextValueAdapter - Class in com.quartetfs.biz.pivot.context.impl
Default implementation of the context value adapter.
ContextValueAdapter(Collection<? extends IContextValueTranslator<IContextValue>>) - Constructor for class com.quartetfs.biz.pivot.context.impl.ContextValueAdapter
Full constructor.
ContextValueDecorator - Class in com.activeviam.contextservice.service.metadata
Translator adaptor.
ContextValueDecorator() - Constructor for class com.activeviam.contextservice.service.metadata.ContextValueDecorator
 
ContextValueDescription - Class in com.activeviam.contextservice.dto
Exposes the available translators.
ContextValueDescription() - Constructor for class com.activeviam.contextservice.dto.ContextValueDescription
 
ContextValueDescription(String, String, String, boolean, List<String>, String, boolean, Double, Double, Double, boolean, String, String) - Constructor for class com.activeviam.contextservice.dto.ContextValueDescription
 
ContextValueDescriptionCreator<T extends IAdditionalContextMetadata> - Class in com.activeviam.contextservice.local
Default factory for ContextValueDescription.
ContextValueDescriptionCreator(String, String, String, T, ContextValueDescriptionCreatorFactory.TypeStrategy<T>) - Constructor for class com.activeviam.contextservice.local.ContextValueDescriptionCreator
Constructor.
ContextValueDescriptionCreatorFactory - Class in com.activeviam.contextservice.local
Default factory for IContextValueDescriptionCreator.
ContextValueDescriptionCreatorFactory(String) - Constructor for class com.activeviam.contextservice.local.ContextValueDescriptionCreatorFactory
 
ContextValueDiscovery - Class in com.qfs.pivot.json.discovery
 
ContextValueDiscovery() - Constructor for class com.qfs.pivot.json.discovery.ContextValueDiscovery
Constructor.
ContextValueDiscovery(String, String, String, String) - Constructor for class com.qfs.pivot.json.discovery.ContextValueDiscovery
Constructor.
contextValueFilter() - Method in interface com.qfs.server.cfg.IActivePivotConfig
A Filter to be installed in the servlet filter chain that installs context values based on the authenticated user and the IContextValueManager.
ContextValueFilter - Class in com.qfs.pivot.servlet.impl
A servlet filter in charge of propagating the context values into the underlying ActivePivot Manager instances.
ContextValueFilter(IContextValuePropagator) - Constructor for class com.qfs.pivot.servlet.impl.ContextValueFilter
Default constructor.
ContextValueFunction - Class in com.activeviam.copper.operation.function
ICopperFunction that returns the value of context.
ContextValueFunction(Class<? extends IContextValue>) - Constructor for class com.activeviam.copper.operation.function.ContextValueFunction
Constructor.
contextValueGetter() - Method in class com.qfs.server.cfg.impl.ActivePivotRestServicesConfig
To turn off distributed context values, override this method to return a LocalContextValueGetter.
contextValueManager() - Method in interface com.qfs.server.cfg.IActivePivotConfig
The context value manager manages the context values of the application, with respect to the ActivePivot access scopes.
contextValueManager() - Method in class com.qfs.server.cfg.impl.AActivePivotConfig
The context value manager manages the context values of the application, with respect to the ActivePivot access scopes.
ContextValueManager - Class in com.quartetfs.biz.pivot.security.impl
Default implementation for IContextValueManager.
ContextValueManager() - Constructor for class com.quartetfs.biz.pivot.security.impl.ContextValueManager
Default constructor.
ContextValueManager(long, long) - Constructor for class com.quartetfs.biz.pivot.security.impl.ContextValueManager
Full constructor.
ContextValueManagerKey - Class in com.quartetfs.biz.pivot.security.impl
Class to use as key for context values in ContextValueManager.
ContextValueManagerKey(String, Class<? extends IContextValue>) - Constructor for class com.quartetfs.biz.pivot.security.impl.ContextValueManagerKey
Full constructor.
ContextValueMeasure - Class in com.activeviam.copper.measure
A measure containing the context values of a given type.
ContextValueMeasure.Factory - Class in com.activeviam.copper.measure
Factory for the ContextValueMeasure.
ContextValueMerger - Class in com.activeviam.contextservice.distributed.message
Context value merger.
ContextValueMerger() - Constructor for class com.activeviam.contextservice.distributed.message.ContextValueMerger
 
ContextValueMetadataService - Class in com.activeviam.contextservice.service.metadata
Context value metadata service.
ContextValueMetadataService(IActivePivotManager, IContextValueManager, IContextValueGetter) - Constructor for class com.activeviam.contextservice.service.metadata.ContextValueMetadataService
Constructor.
ContextValuePostProcessor - Class in com.activeviam.copper.pivot.pp
A basic post-processor that returns the context value of a given type in the evaluation phase.
ContextValuePostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.ContextValuePostProcessor
Constructor.
contextValuePropagator() - Method in interface com.qfs.server.cfg.IActivePivotConfig
The component responsible for applying context values based on the authenticated user and the IContextValueManager.
ContextValuePropagator - Class in com.quartetfs.biz.pivot.security.impl
Core implementation of IContextValuePropagator.
ContextValuePropagator(IActivePivotManager, IContextValueManager) - Constructor for class com.quartetfs.biz.pivot.security.impl.ContextValuePropagator
Default constructor.
ContextValueRequest - Class in com.activeviam.contextservice.distributed.message
Context value request.
ContextValueRequest() - Constructor for class com.activeviam.contextservice.distributed.message.ContextValueRequest
Default constructor.
ContextValueRequest(IActivePivotContext, String) - Constructor for class com.activeviam.contextservice.distributed.message.ContextValueRequest
Constructor.
contextValues - Variable in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.GlobalEntitlementBuilder
The context values of the entitlement.
contextValues - Variable in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
The context values of the entitlement.
contextValues(Map<String, String>) - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
The context values.
ContextValuesDescription - Class in com.quartetfs.biz.pivot.definitions.impl
The description for context values.
ContextValuesDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ContextValuesDescription
Constructor.
ContextValuesDescription(List<IContextValue>) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ContextValuesDescription
Constructor.
contextValuesToStrings(Map<Class<? extends IContextValue>, IContextValue>) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextUtils
Transform the given contextMap to an array of human readable String.
ContextValueTranslationException - Exception in com.quartetfs.biz.pivot.context
Thrown when a context value cannot be converted from or to its flat representation.
ContextValueTranslationException(String, String, String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.context.ContextValueTranslationException
Full constructor.
ContextValueTranslatorPlugin - Class in com.quartetfs.biz.pivot.context.impl
Context value translator plugin, contains the plugin values that are available by default.
ContextValueTranslatorPlugin() - Constructor for class com.quartetfs.biz.pivot.context.impl.ContextValueTranslatorPlugin
Constructor registering core context value translators.
ContextValueTranslatorUtil - Class in com.quartetfs.biz.pivot.context.impl
A set of utility methods for context value translators.
contextValueWebSocketHandler() - Method in class com.qfs.server.cfg.impl.ActivePivotWebSocketServicesConfig
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.13, since it is not used internally anymore
ContextValueWebSocketHandler - Class in com.qfs.spring.websocket.impl
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.13 This component was internal and is not used anymore in the product.
ContextValueWebSocketHandler(WebSocketHandler, IContextValuePropagator) - Constructor for class com.qfs.spring.websocket.impl.ContextValueWebSocketHandler
Deprecated.
Default constructor.
contextVisit(IFunctionCall) - Method in class com.quartetfs.pivot.mdx.impl.AContextVisitor
 
Contingent - com.quartetfs.biz.xmla.constants.Keyword
 
Continuous - com.quartetfs.biz.xmla.constants.Keyword
 
CONTINUOUS - com.qfs.snl.dtos.KpiMonitorConfigurationDto.Mode
Continuous mode.
CONTINUOUS_QUERY_ENGINE - Static variable in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
ContinuousQueryEngine monitoring key.
CONTINUOUS_QUERY_HANDLER_KEYS - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor
"continuousQueryHandlerKeys" property used to list the aggregates continuous handler associated with this post processor (Those continuous handlers capture real-time events that for a given query may require the post processor to recompute some or all of its values).
CONTINUOUS_QUERY_MONITORING_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The continuous query monitoring can be enabled/disabled at the application start through this system property (can be overridden using the MBean of query engine).
ContinuousAggregatesRetriever(IMeasuresProvider, IActivePivotVersion, IContextSnapshot, Object) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine.ContinuousAggregatesRetriever
Constructor.
ContinuousGaqTiming - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Timing for a continuous GetAggregatesQuery.
ContinuousGaqTiming() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
Constructor.
ContinuousMdxTiming - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Timing for continuous mdx query.
ContinuousMdxTiming() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousMdxTiming
Constructor.
ContinuousQueryExtendedPlugin - Class in com.quartetfs.biz.pivot.query.impl
Explicit implementation of the IContinuousQuery extended plugin.
ContinuousQueryExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.query.impl.ContinuousQueryExtendedPlugin
Constructor.
ContinuousQueryManager - Class in com.quartetfs.biz.pivot.impl
Continuous query manager.
ContinuousQueryManager(MultiVersionActivePivot, IActivePivotSchemaSelectionSession, PivotMetadata) - Constructor for class com.quartetfs.biz.pivot.impl.ContinuousQueryManager
Constructor.
ContinuousQueryMonitoringUtil - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Constants and helper methods for generating statistics report and statistics calculation.
ContinuousQueryMonitoringUtil() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryMonitoringUtil
 
ContinuousQueryNodeMonitor - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Monitor for continuous GAQ for a specific stream.
ContinuousQueryNodeMonitor(IGetAggregatesContinuousQuery, ContextNode<?>, GetAggregatesContinuousQueryMonitor) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitor
Constructor.
ContinuousQueryNodeMonitorsGrouper - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Implementation of AContinuousQueryMonitorsGrouper to regroup continuous GAQ monitor under a context node.
ContinuousQueryNodeMonitorsGrouper(ContextNode<?>) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitorsGrouper
Constructor.
ContinuousQueryNodeStatistics - Class in com.quartetfs.biz.pivot.query.monitoring.impl
A statistics collector for a continuous GetAggregates query under a context node.
ContinuousQueryNodeStatistics() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Default constructor.
ContinuousQueryNodeStatistics(String) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Constructor.
ContinuousQueryRegistry - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Registry keeping track of the registered continuous queries, along with their stream and handler dependencies.
ContinuousQueryRegistry(IActivePivotContext) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Constructor.
ContinuousQueryRegistry.QueryRegistrationInfo - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Simple utility class that allows keeping track of both the registered continuous query and its related data (context group id and handlers dependencies).
ContinuousQueryUpdate<R> - Class in com.quartetfs.fwk.query.impl
Standard continuous query update.
ContinuousQueryUpdate(IContinuousQuery<R, ?>, Object, R, R) - Constructor for class com.quartetfs.fwk.query.impl.ContinuousQueryUpdate
Constructor.
ContinuousQueryUpdate(IContinuousQuery<R, ?>, Object, R, R, R) - Constructor for class com.quartetfs.fwk.query.impl.ContinuousQueryUpdate
Constructor.
ContinuousQueryUpdateWithBranches<R> - Class in com.quartetfs.biz.pivot.query.impl
Continuous query update bound to a particular branch represented by a version of ActivePivot and which contains the other heads.
ContinuousQueryUpdateWithBranches(IActivePivotVersion, IDatabaseVersion, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>, IContinuousQuery<R, ?>, Object, long, R, R, R) - Constructor for class com.quartetfs.biz.pivot.query.impl.ContinuousQueryUpdateWithBranches
Constructor.
ContinuousSelection - Class in com.qfs.store.selection.impl
Implementation of an IContinuousSelection that wraps an IContinuousCompositeSelection.
ContinuousSelection(IContinuousCompositeSelection) - Constructor for class com.qfs.store.selection.impl.ContinuousSelection
Constructor.
ContinuousSelectionManager - Class in com.qfs.repository.impl
The component in charge of dealing with the subscription to the parameter store.
ContinuousSelectionManager(IInternalDatabase, IParameterStoreConfiguration) - Constructor for class com.qfs.repository.impl.ContinuousSelectionManager
Constructor.
contribute(boolean, Object...) - Method in interface com.qfs.agg.IHistory
Single contribution to the history.
contribute(boolean, Object...) - Method in class com.qfs.agg.impl.AvgFunction.AVectorHistory
 
contribute(boolean, Object...) - Method in class com.qfs.agg.impl.AvgFunction.NumberHistory
 
contribute(boolean, Object...) - Method in class com.qfs.agg.impl.DistinctCountFunction.History
 
contribute(boolean, Object...) - Method in class com.qfs.agg.impl.DistinctCountSupportingRemovalsFunction.History
 
contribute(boolean, Object...) - Method in class com.qfs.agg.impl.MaxHistoryFunction.History
 
contribute(boolean, Object...) - Method in class com.qfs.agg.impl.MinHistoryFunction.History
 
contribute(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.RetrievalResultTracker
 
contribute(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.UnLimitedRetrievalResultTracker
 
contribute(int) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalResultTracker
Contributes to this tracker with the given number of points.
contribute(HierarchySchemaCoordinate, ISelection, ICondition, boolean) - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedSelectionMappingBuilder
 
contribute(HierarchySchemaCoordinate, ISelection, ICondition, boolean) - Method in class com.quartetfs.biz.pivot.source.impl.SelectionMappingBuilder
 
contribute(SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Method in interface com.activeviam.copper.api.CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderToContribute
Defines how facts/measures is aggregated into the buffer by the user-defined function.
contribute(SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Method in class com.activeviam.copper.builders.agg.InternalCopperUdafBuilderToContribute
 
contribute(SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Method in class com.activeviam.copper.builders.agg.InternalCopperUdafBuilderWithOptionalPluginKey
 
contribute(SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Method in class com.activeviam.copper.builders.agg.InternalCopperUdafOnMeasureBuilderToContribute
 
contribute(SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Method in class com.activeviam.copper.builders.agg.InternalCopperUdafOnMeasuresBuilderWithOptionalPluginKey
 
contribute(IIterableAggregatesRetrievalResult) - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Writes all the values stored in the given result.
contribute(IIterableAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
contribute(IAggregatedContributionHolder) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.ABitmapAggregateCollector
 
contribute(IAggregatedContributionHolder) - Method in interface com.qfs.pivot.cube.provider.IAggregateCollector
 
contribute(IAggregatedContributionHolder, CountedCompleter<?>) - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateCollector
 
contribute(IAggregatedContributionHolder, CountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.multi.impl.GlobalMultipleAggregateCollector
 
contribute(IAggregatedContributionHolder, CountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateCollector
 
contribute(IAggregatedContributionHolder, CountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector
 
contribute(IAggregatedContributionHolder, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
contribute(IFactContributionHolder) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.ABitmapAggregateCollector
 
contribute(IFactContributionHolder) - Method in interface com.qfs.pivot.cube.provider.IAggregateCollector
Contribution of a batch of object held in the intermediate structure contribution holder.
contribute(IGlobalContributionHolder, CountedCompleter<?>) - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateCollector
Contribution of a batch of object held in the intermediate structure contribution holder.
contribute(IGlobalContributionHolder, CountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.multi.impl.GlobalMultipleAggregateCollector
 
contribute(IGlobalContributionHolder, CountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateCollector
Contribute data into the collector.
contribute(IGlobalContributionHolder, CountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector
 
contribute(IGlobalContributionHolder, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
contribute(IHierarchy, IAxisMember, long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
contribute(IHierarchy, IAxisMember, long) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IParentAxisMember
Deprecated.
Contributes the given member to this axis member.
contribute(IHierarchy, IParentAxisMember, Object[], boolean) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
contribute(IHierarchy, IParentAxisMember, Object[], boolean) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IParentAxisMember
Deprecated.
Contributes the given member (and all of its children if any) to this axis member.
contribute(IScopeLocation) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.RangeLocationPlan
Contributes the given location into this plan.
contribute(IContribution) - Method in class com.quartetfs.fwk.contributions.impl.ContributionProvider
Explicitly register a contribution inside the provider.
contribute(Object) - Method in class com.quartetfs.pivot.mdx.func.impl.ABasicMathFunction.BasicMathProcedure
 
contributeAggregates(IAggregateCollector, IAggregatedContributionHolder) - Static method in class com.qfs.pivot.cube.provider.impl.CollectorUtils
Contributes contributions to the collector.
contributeAll(List<? extends IIterableAggregatesRetrievalResult>) - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Writes all the values stored in the given results.
contributeAll(List<? extends IIterableAggregatesRetrievalResult>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
contributeAll(List<? extends IIterableAggregatesRetrievalResult>, IMeasureMember) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Contributes all the given results into this one.
contributeAndForwardPlanning(IExpression, IExpressionPlanner, boolean) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlan
Contribute the current context to the plan, possibly asking for the evaluation of an expression in the context of the current tuple context.
contributeAndForwardPlanning(IExpression, IExpressionPlanner, boolean) - Method in class com.quartetfs.pivot.mdx.plan.impl.Pass
 
contributeCachedPostProcessedRetrieval(CancellableCountedCompleter<?>[], IScopeLocation, IPostProcessedMeasure, IPostProcessor, ICachedAggregates) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes a post-processed retrieval whose result is already cached to this plan.
contributeCachedPrimitiveAggregationRetrieval(CancellableCountedCompleter<?>[], IScopeLocation, Collection<? extends IMeasureMember>, Map<IMeasureMember, ICachedAggregates>, Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes a primitive aggregation retrieval whose result is already cached to this plan.
contributeCachedPrimitiveRetrieval(CancellableCountedCompleter<?>[], IScopeLocation, Collection<? extends IMeasureMember>, Map<IMeasureMember, ICachedAggregates>, Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes a primitive retrieval whose result is already cached to this plan.
contributeEmptyExternalRetrieval(CancellableCountedCompleter<?>[], EmptyExternalNode, IPartitioningSnapshot) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Contributes an empty external datastore retrieval to this plan.
contributeEmptyRetrieval(CancellableCountedCompleter<?>[], IScopeLocation, Collection<? extends IMeasureMember>, Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes empty retrievals to the plan.
contributeExternalRetrieval(CancellableCountedCompleter<?>[], DatabasePrefetchRequest, ExternalNode, IPartitioningSnapshot, IPartitioningSnapshot) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Contributes an external datastore retrieval to this plan.
contributeFacts(IAggregateCollector, IGlobalContributionHolder) - Static method in class com.qfs.pivot.cube.provider.impl.CollectorUtils
Converts contributions into IFactContributionHolder and contributes them to the collector.
contributeHierarchies(Set<MemberMap[]>, List<? extends IHierarchy>, boolean) - Method in class com.qfs.distribution.impl.DataNodeIdentifierFactory
Introspect the given contributions from the associated remote instance (DataNodeIdentifierFactory.address).
contributeIndexingCandidates(int, TIntSet) - Method in interface com.qfs.store.query.plan.IDatastoreQueryMonitor
Contribute a field group to our candidate list of the given storeId.
contributeIndexingCandidates(int, TIntSet) - Method in class com.qfs.store.query.plan.impl.DatastoreQueryMonitor
 
contributeIntrospectedMember(AnalysisAxisHierarchy, Object[], long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAnalysisHierarchy
Contributes a member into this hierarchy's collector.
contributeMember(IAxisMember, long) - Method in interface com.qfs.pivot.hierarchy.IAxisHierarchyCollector
Deprecated.
Contributes each IAxisMember as many times as pair object value.
contributeMember(IAxisMember, long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
contributeMember(IHierarchy, Object[], long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
contributeMember(IHierarchy, Object[], long) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IParentAxisMember
Deprecated.
Submits a member path to this axis member.
contributeMember(Object[], long) - Method in interface com.qfs.pivot.hierarchy.IHierarchyCollector
Deprecated.
Contributes a member into this hierarchy.
contributeMember(Object[], long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisAxisHierarchy
 
contributeMember(Object[], long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
contributeMember(Object[], long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
 
contributeMembers(boolean, List<? extends IAxisMember>) - Method in interface com.qfs.pivot.hierarchy.IAxisHierarchyCollector
Deprecated.
Contributes the given members to this hierarchy.
contributeMembers(boolean, List<? extends IAxisMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
contributeMembers(List<? extends IParentAxisMember>, boolean) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
Contributes the given members and all of their children to this hierarchy.
contributeNonNullNumber(Number) - Method in class com.quartetfs.pivot.mdx.func.impl.ABasicMathFunction.BasicMathProcedure
 
contributePointAndValue(int[], int) - Method in class com.quartetfs.biz.pivot.contribution.impl.AggregatedContributionBuilder
Contributes the given point and value.
contributePostProcessedRetrieval(CancellableCountedCompleter<?>[], IScopeLocation, IPostProcessedMeasure, IPostProcessor, IPartitioningSnapshot, Map<String, Collection<? extends IPrefetchRequest<?>>>, boolean, Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes a post-processed retrieval to this plan.
contributePostProcessedRetrievalFromParentPlan(ExecutionPlan, CancellableCountedCompleter<?>[], IScopeLocation, IPostProcessedMeasure, IPostProcessor, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes a post-processed retrieval to this plan, using parents from a parent plan.
ContributePreAggregatedHierarchyAcceptor - Class in com.activeviam.pivot.contribution.impl
 
ContributePreAggregatedHierarchyAcceptor(int, ActivePivotSchemaTransaction, CountedCompleter<?>) - Constructor for class com.activeviam.pivot.contribution.impl.ContributePreAggregatedHierarchyAcceptor
 
ContributePreAggregatedProviderAcceptor - Class in com.activeviam.pivot.contribution.impl
 
ContributePreAggregatedProviderAcceptor(StreamingViewId, ActivePivotSchemaTransaction, CountedCompleter<?>) - Constructor for class com.activeviam.pivot.contribution.impl.ContributePreAggregatedProviderAcceptor
 
contributePrimitiveAggregationRetrieval(CancellableCountedCompleter<?>[], IScopeLocation, IScopeLocation, IScopeLocation, int, Collection<? extends IMeasureMember>, Collection<? extends IAnalysisAggregationProcedure<?>>, Map<? extends IAnalysisAggregationProcedure<?>, ? extends Map<String, ? extends DatabasePrefetchRequest>>, IPartitioningSnapshot, Collection<? extends IMeasureMember>, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes retrievals aggregating primitive values for analysis hierarchies.
contributePrimitiveAggregationRetrieval(CancellableCountedCompleter<?>[], IScopeLocation, IScopeLocation, IScopeLocation, Collection<? extends IMeasureMember>, Collection<? extends IAnalysisAggregationProcedure<?>>, Map<? extends IAnalysisAggregationProcedure<?>, ? extends Map<String, ? extends DatabasePrefetchRequest>>, IPartitioningSnapshot, Collection<? extends IMeasureMember>, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes retrievals aggregating primitive values for analysis hierarchies.
contributePrimitiveAggregationRetrievalFromParentPlan(ExecutionPlan, CancellableCountedCompleter<?>[], IScopeLocation, IScopeLocation, IScopeLocation, Collection<? extends IMeasureMember>, Collection<? extends IAnalysisAggregationProcedure<?>>, Map<? extends IAnalysisAggregationProcedure<?>, ? extends Map<String, ? extends DatabasePrefetchRequest>>, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes retrievals aggregating primitive values for analysis hierarchies from a parent plan.
contributePrimitiveRetrieval(CancellableCountedCompleter<?>[], IScopeLocation, Collection<? extends IMeasureMember>, IGlobalAggregateProviderVersion, IPartitioningSnapshot, boolean, Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes a primitive retrieval to this plan.
contributePrimitiveRetrievalFromParentPlan(ExecutionPlan, CancellableCountedCompleter<?>[], IScopeLocation, Collection<? extends IMeasureMember>, IGlobalAggregateProviderVersion, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes a primitive retrieval to this plan, using parents from a parent plan.
contributeProvider(ProviderCoordinate, String, List<AliasedField>, List<IAggregatedElement>, ICondition, Map<AliasedField, Object>) - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedSelectionMappingBuilder
 
contributeProvider(ProviderCoordinate, String, List<AliasedField>, List<IAggregatedElement>, ICondition, Map<AliasedField, Object>) - Method in class com.quartetfs.biz.pivot.source.impl.SelectionMappingBuilder
 
contributeRangeSharingPostProcessedRetrieval(CancellableCountedCompleter<?>[], IScopeLocation, IPostProcessedMeasure, IPostProcessor, IPartitioningSnapshot, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes a range-sharing post-processed retrieval to this plan.
contributeRangeSharingPostProcessedRetrievalFromParentPlan(ExecutionPlan, CancellableCountedCompleter<?>[], IScopeLocation, IPostProcessedMeasure, IPostProcessor, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes a range-sharing post-processed retrieval to this plan, using parents from a parent plan.
contributeRangeSharingPrimitiveRetrieval(CancellableCountedCompleter<?>[], IScopeLocation, Collection<? extends IMeasureMember>, IPartitioningSnapshot, boolean, Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes a range-sharing primitive retrieval to this plan.
contributeRangeSharingPrimitiveRetrievalFromParentPlan(ExecutionPlan, CancellableCountedCompleter<?>[], IScopeLocation, Collection<? extends IMeasureMember>, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Contributes a range-sharing primitive retrieval to this plan, using parents from a parent plan.
contributeResult(TimingAggregationType, ProcessingStepTiming, String, List<TimingWithIdentifier>) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.TopKResultHolder
Contributes a top K result with a key.
contributeResult(TimingAggregationType, ProcessingStepTiming, List<TimingWithIdentifier>) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.TopKResultHolder
Contributes top K result without key.
contributeTo(IBitmap) - Method in interface com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet.IScope
Contribute all the retained location indexes into a target bitmap.
contributeTo(IBitmap) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet.RangeScope
 
contributeToFilter(ICubeFilterBuilder) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ASet
 
contributeToFilter(ICubeFilterBuilder) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalitySet
 
contributeToFilter(ICubeFilterBuilder) - Method in interface com.quartetfs.pivot.mdx.eval.set.ISet
Contributes the given set as a filter constraint to the given builder.
contributeToFilter(ISet, ICubeFilterBuilder) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.ASet
The default implementation for ASet.contributeToFilter(ICubeFilterBuilder).
contributeToRetrieval(IPostProcessedMeasure, ICompletablePostProcessedRetrievalResultWriter) - Method in interface com.quartetfs.biz.pivot.query.aggregates.ICachedAggregates
Contributes the results in this cached aggregates to the given post processed result writer for the given measure.
contributeToRetrieval(IPostProcessedMeasure, ICompletablePostProcessedRetrievalResultWriter) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.CachedAggregatesRetrievalResult
 
contributeWithTotal(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.RetrievalResultTracker
 
contributeWithTotal(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.UnLimitedRetrievalResultTracker
 
contributeWithTotal(int) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalResultTracker
Resets the contribution of this tracker and contributes to it with the given number of points.
Contribution - Class in com.quartetfs.fwk.contributions.impl
Contribution.
contributionChannel() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] Channel to contribute new or updated point values.
ContributionException - Exception in com.quartetfs.biz.pivot
Exception that marks the inability of an object to be inserted into the pivot.
ContributionException() - Constructor for exception com.quartetfs.biz.pivot.ContributionException
 
ContributionException(String) - Constructor for exception com.quartetfs.biz.pivot.ContributionException
 
ContributionException(String, Object...) - Constructor for exception com.quartetfs.biz.pivot.ContributionException
 
ContributionException(String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.ContributionException
 
ContributionException(Throwable) - Constructor for exception com.quartetfs.biz.pivot.ContributionException
 
ContributionException(Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.ContributionException
 
ContributionProvider - Class in com.quartetfs.fwk.contributions.impl
ContributionProvider.
ContributionProvider() - Constructor for class com.quartetfs.fwk.contributions.impl.ContributionProvider
Default constructor.
ContributionProviderChain - Class in com.quartetfs.fwk.contributions.impl
ContributionProviderChain.
ContributionProviderChain() - Constructor for class com.quartetfs.fwk.contributions.impl.ContributionProviderChain
Default constructor.
ContributionProviderChain(IContributionProvider...) - Constructor for class com.quartetfs.fwk.contributions.impl.ContributionProviderChain
Constructor specifying the provider chain.
ContributionProviderChain(List<IContributionProvider>) - Constructor for class com.quartetfs.fwk.contributions.impl.ContributionProviderChain
Constructor specifying the provider chain.
ContributionTask(ForkJoinPool, CountedCompleter<?>, Runnable, AggregateProviderPartition) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector.ContributionTask
 
ContributorsCountMeasure - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
Contributors count measure member.
ContributorsCountMeasure() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.ContributorsCountMeasure
Constructor.
ContributorsCountMeasure(INativeMeasureDescription) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.ContributorsCountMeasure
Constructor.
conversionCost(Type, Type) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Get the conversion cost between from and to.
ConversionFunctions - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
ConversionFunctions() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions
 
ConversionFunctions.AConversionFunction<R> - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
ConversionFunctions.CDateFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
ConversionFunctions.CIntFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
ConversionFunctions.CLngFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
ConversionFunctions.CStrFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
ConversionFunctions.DateHelper - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
ConversionFunctions.DayFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
ConversionFunctions.MonthFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
ConversionFunctions.WeekdayFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
ConversionFunctions.WeekdayFunction.WeekdayDefinition - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
ConversionFunctions.YearFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
ConversionUtil - Class in com.quartetfs.pivot.mdx.func.base.impl
Helper class to convert values.
convert(ILoggingEvent) - Method in class com.activeviam.apm.logging.impl.LogInstanceConverter
 
convert(ILoggingEvent) - Method in class com.activeviam.apm.logging.impl.LogThreadConverter
 
convert(ILoggingEvent) - Method in class com.activeviam.apm.logging.impl.LogUserConverter
 
convert(IRepositoryResult) - Static method in class com.qfs.repository.dto.RepositoryResultDto
Creates a DTO from a result.
convert(IActivePivotVersion, Collection<Map<String, String>>) - Static method in class com.quartetfs.pivot.mdx.utils.impl.ServicesUtil
Convert the coordinates to locations.
convert(PassDirectedExecutionGraph<? extends PassDirectedExecutionGraph.ITask>) - Static method in class com.quartetfs.pivot.mdx.plan.impl.PassDirectedExecutionGraph
convert(MdxCellSet) - Method in class com.quartetfs.biz.pivot.query.impl.MdxQueryUtil.SelectResultConverter
 
convert(MdxDrillthroughRowset) - Method in class com.quartetfs.biz.pivot.query.impl.MdxQueryUtil.DrillthroughResultConverter
 
convert(I) - Method in class com.qfs.pivot.services.impl.AMapQueryConverter
Convert the input query.
convert(I) - Method in interface com.quartetfs.biz.pivot.query.impl.MdxQueryUtil.IMdxResultConverter
Converts the given result to the generic output format.
convert(Byte[]) - Static method in class com.quartetfs.biz.xmla.compression.UtilsCompression
 
convert(Object) - Static method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.DateHelper
Converts an object to a ZonedDateTime instance or throws is the conversion was impossible.
convert(String) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Converts hexadecimal to byte.
convert(List<IDrillthroughHeader>) - Method in class com.quartetfs.biz.pivot.query.impl.MdxQueryUtil.DrillthrouhHeaderResultConverter
 
convert(List<IDrillthroughHeader>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
Convert a list of IDrillthroughHeader into a list of DrillthroughHeaderDTO.
convert(List<IDrillthroughRow>, boolean, List<IDrillthroughHeader>, IDrillthroughResultDTOState) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamRegister
Convert a list of pre-format rows in drillthrough event.
convertAndWrite(IOutputManager, DataExportTimings) - Method in class com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl.MdxDrillthroughToArrowConverter
 
convertAndWrite(IOutputManager, DataExportTimings) - Method in class com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl.MdxDrillthroughToCsvConverter
 
convertAndWrite(IOutputManager, DataExportTimings) - Method in interface com.activeviam.pivot.rest.dataexport.converters.IConverter
Converts the result of a query in the desired format and write them in the output stream.
convertAndWrite(IOutputManager, DataExportTimings) - Method in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToArrowConverter
 
convertAndWrite(IOutputManager, DataExportTimings) - Method in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToArrowPivotTableFormatConverter
 
convertAndWrite(IOutputManager, DataExportTimings) - Method in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToArrowTabularFormatConverter
 
convertAndWrite(IOutputManager, DataExportTimings) - Method in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToCsvLegacyTabularFormatConverter
 
convertAndWrite(IOutputManager, DataExportTimings) - Method in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToCsvPivotTableFormatConverter
 
convertAndWrite(IOutputManager, DataExportTimings) - Method in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToCsvTabularFormatConverter
 
convertAsUnresolved(IExpression, Type) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Convert the expression into the specified type.
convertBaseCondition(IBaseCondition) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Converts a base condition to a JsonNode representing the condition.
convertCondition(JsonNode) - Method in class com.qfs.store.service.impl.JsonConditionCompiler
Convert a JsonNode to an ICondition.
convertCondition(JsonNode, String) - Method in class com.qfs.store.service.impl.JsonConditionCompiler
Convert a JsonNode to an ICondition.
convertContributions() - Method in interface com.quartetfs.biz.pivot.contribution.IGlobalContributionHolder
Converts this holder to a more compact contribution holder, ready for usage.
convertContributions() - Method in class com.quartetfs.biz.pivot.contribution.impl.GlobalContributionHolder
 
ConverterUtils - Class in com.activeviam.pivot.rest.dataexport.converters
Utility class for common operations done in IConverter.
ConverterUtils() - Constructor for class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
 
convertFrom(IDrillthroughHeader, boolean) - Static method in class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughHeaderBuilder
Transforms the given IDrillthroughHeader into a JsonTabularHeader.
convertFrom(DrillthroughHeaderDTO) - Static method in class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughHeaderBuilder
Transforms the given DrillthroughHeaderDTO into a JsonTabularHeader.
convertFromByteBuffer(ByteBuffer) - Method in interface com.qfs.msg.keyvalue.conversion.IByteBufferConverter
Convert the given ByteBuffer to an object of type T.
convertFromByteBuffer(ByteBuffer) - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferDoubleArrayConverter
 
convertFromByteBuffer(ByteBuffer) - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferFloatArrayConverter
 
convertFromByteBuffer(ByteBuffer) - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferIntArrayConverter
 
convertFromByteBuffer(ByteBuffer) - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferJsonConverter
 
convertFromByteBuffer(ByteBuffer) - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferLongArrayConverter
 
convertFromByteBuffer(ByteBuffer) - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferStringConverter
 
convertLocation(List<? extends IHierarchy>, ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Converts a string based location into an actual object based location.
convertLocations(List<? extends IHierarchy>, Collection<ILocation>) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Converts input locations which can be strings to locations.
ConvertLocationsResult() - Constructor for class com.quartetfs.biz.pivot.impl.LocationUtil.ConvertLocationsResult
 
convertMap(Map<String, Object>) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Converts a map to a JsonNode representing a condition using the ObjectMapper of JacksonSerializer.
convertMapIncludeAll(Map<String, Object>) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Converts a map to a JsonNode representing a condition using JacksonSerializer with the flag to include null values.
convertQueryLocations(IActivePivot, IQuery<?>) - Static method in class com.quartetfs.pivot.mdx.utils.impl.ServicesUtil
Convert "String" locations to "Object" locations for a given query.
convertSlicerValueToTuple(Object, Type) - Static method in class com.quartetfs.pivot.mdx.plan.impl.ExecUtils
Converts a slicer expression evaluation to a tuple.
convertToByteBuffer(double[]) - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferDoubleArrayConverter
 
convertToByteBuffer(float[]) - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferFloatArrayConverter
 
convertToByteBuffer(int[]) - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferIntArrayConverter
 
convertToByteBuffer(long[]) - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferLongArrayConverter
 
convertToByteBuffer(JsonNode) - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferJsonConverter
 
convertToByteBuffer(String) - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferStringConverter
 
convertToByteBuffer(T) - Method in interface com.qfs.msg.keyvalue.conversion.IByteBufferConverter
Convert the given input of type into a ByteBuffer.
convertToCellsDTOAndUpdate(IEpoch, CellPlanResult.ICellPlanResultIterator, CellSetState) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Updates the cells of the state.
convertToCellsDTOAndUpdate(MdxCellSet, CellSetState) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
convertToCellSet(CellSetState, boolean) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Converts a CellSetState into the associated CellSetDTO.
convertToCellSetDTO(MdxCellSet, boolean) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Converts an MdxCellSet into a CellSetDTO.
convertToCellSetDTO(MdxCellSet, boolean, IAxisRanges<AxisRangeProperty>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Converts an MdxCellSet into a CellSetDTO.
convertToCellSetDTOAndUpdate(MdxCellSet, boolean, CellSetState) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Same as MdxStreamHelper.convertToCellSetDTO(MdxCellSet, boolean) but also update a CellSetDTOState and the CellDTO will contain the previous values.
convertToCellSetDTOAndUpdate(MdxCellSet, boolean, CellSetState, IAxisRanges<AxisRangeProperty>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Same as MdxStreamHelper.convertToCellSetDTO(MdxCellSet, boolean) but also update a CellSetDTOState and the CellDTO will contain the previous values.
convertToConcurrentDictionaries(List<IWritableDictionary<?>>) - Method in class com.qfs.index.impl.APartitionDictionaryFactory
 
convertToConcurrentDictionaries(List<IWritableDictionary<?>>) - Method in interface com.qfs.index.IPartitionDictionaryFactory
Converts this factory into one that creates concurrent dictionaries even though it has already created at least one dictionary.
convertToFilterCondition(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Extracts and converts the path of a member to a list of condition optimized to be granted in a filter via ICubeFilterBuilder.includeMembers(IHierarchyInfo, List).
convertToInt(String) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Converts hexadecimal to int.
convertToMembers(Collection<?>, Function<List<? extends IIdentifier>, IMdxOlapElement>, boolean) - Static method in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
convertToTuple(ILocation) - Method in class com.quartetfs.pivot.mdx.impl.LocationToTupleConverter
Converts the input location (point or range) to a tuple based on the tuple template fo this converter.
convertToTuples(Set<ILocation>) - Method in class com.quartetfs.pivot.mdx.impl.LocationToTupleConverter
Converts a set of locations (point or range) to a list of tuples based on the template of this converter.
convertType(ExtendedContentType) - Static method in class com.qfs.chunk.impl.VectorsAllocationSettings
Retrieves internal type from Types from ExtendedContentType.
CookiesClientCache - Class in com.qfs.rest.client.impl
Default implementation of ICookieCache which stores the current active session id in the client.
CookiesClientCache() - Constructor for class com.qfs.rest.client.impl.CookiesClientCache
Default Constructor.
CookiesManager - Class in com.qfs.rest.client.impl
This makes sure to retrieve the current active cookies provided from the server within the SET COOKIE header, and make it available to the ICookieCache for further processing.
It makes sure that all client request provide the current known cookies to the server.
CookiesManager(ICookieCache) - Constructor for class com.qfs.rest.client.impl.CookiesManager
Constructor.
coordinate(String, Object) - Method in interface com.qfs.pivot.testing.ICellSetTester.ICellByCoordinatesTesterBuilder
Express one of the coordinate of a cell belonging to a CellSet.
coordinate(String, Object) - Method in class com.qfs.pivot.testing.impl.MdxCellByCoordinatesTesterBuilder
 
coordinate(String, Object) - Method in class com.qfs.pivot.testing.impl.SimpleCellByCoordinatesTesterBuilder
 
COORDINATE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_ActionsDefinition
 
COORDINATE_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_ActionsDefinition
 
coordinatePath(IMdxMember) - Static method in class com.qfs.repository.mdx.impl.LookUpFunction.LookUpFunctionDefinition
Gets the coordinates of a MDX member.
Coordinates - Class in com.qfs.repository.coordinates.impl
The expressed coordinates implementation of @Link ICoordinates.
Coordinates() - Constructor for class com.qfs.repository.coordinates.impl.Coordinates
Constructor.
Coordinates(ICoordinates) - Constructor for class com.qfs.repository.coordinates.impl.Coordinates
Constructor.
Coordinates(String...) - Constructor for class com.qfs.repository.coordinates.impl.Coordinates
Constructor.
Coordinates(Map<String, String>) - Constructor for class com.qfs.repository.coordinates.impl.Coordinates
Constructor.
CoordinatesDto - Class in com.qfs.repository.dto
The Serializable version of @Link Coordinates.
CoordinatesDto() - Constructor for class com.qfs.repository.dto.CoordinatesDto
Constructor.
CoordinatesDto(Map<String, String>) - Constructor for class com.qfs.repository.dto.CoordinatesDto
Constructor.
CoordinatesUtil - Class in com.qfs.repository.coordinates.util
Some utilities for the coordinates.
CoordinatesUtil() - Constructor for class com.qfs.repository.coordinates.util.CoordinatesUtil
 
Copper - Class in com.activeviam.copper.api
Starting point to describe calculations and then build measures and hierarchies performing the calculations in ActivePivot.
COPPER_JOIN_INDEX_PARALLELISM - com.activeviam.properties.impl.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.
COPPER_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
Constant name of the Copper service.
CopperAdvancedAggregatedMeasure - Class in com.activeviam.copper.measure
Copper measure representing an aggregated measure based on multiple source fields.
CopperAdvancedAggregatedMeasure(MeasureMetadata, IUserDefinedAggregateFunction, String[]) - Constructor for class com.activeviam.copper.measure.CopperAdvancedAggregatedMeasure
Default constructor.
CopperAdvancedAggregatedMeasure.Factory - Class in com.activeviam.copper.measure
CopperAnalyticMeasure - Interface in com.activeviam.copper.api
Configuration interface for Copper analytic functions.
CopperAnalyticMeasure.AnalyticFilter - Enum in com.activeviam.copper.api
 
CopperBucketingAnalysisAggregationProcedure - Class in com.activeviam.copper.procedure
A ICopperAggregationProcedure made for bucketing.
CopperBucketingAnalysisAggregationProcedure(HierarchyIdentifier, InternalCopperLevelValues) - Constructor for class com.activeviam.copper.procedure.CopperBucketingAnalysisAggregationProcedure
Constructor.
CopperBucketingHierarchyBuilder - Class in com.activeviam.copper.hierarchy
Bucketing copper hierarchy builder.
CopperBucketingHierarchyBuilder(CopperHierarchyMetadata, CopperLevelValues) - Constructor for class com.activeviam.copper.hierarchy.CopperBucketingHierarchyBuilder
Constructor.
CopperConditionShift(IInternalCopperLevel, Object) - Constructor for class com.activeviam.copper.measure.ShiftMeasure.CopperConditionShift
Default constructor.
CopperContextFactoryPlugin - Class in com.activeviam.copper.impl
Plugin of factories to instantiate the ICopperContext.
CopperContextFactoryPlugin() - Constructor for class com.activeviam.copper.impl.CopperContextFactoryPlugin
Constructor.
CopperElement - Interface in com.activeviam.copper.api
General representation of elements in Copper, such as levels or measures that can be used to express calculations.
CopperElementCombination - Class in com.activeviam.copper.measure
Internal representation of CopperMultipleElements.
CopperElementCombination(List<CopperElement>) - Constructor for class com.activeviam.copper.measure.CopperElementCombination
Default constructor.
CopperHierarchy - Interface in com.activeviam.copper.api
Interface that represents a hierarchy that can be used in copper.
CopperHierarchyIdentifier - Class in com.activeviam.copper.hierarchy
Internal representation of a CopperHierarchy.
CopperHierarchyIdentifier(String, String) - Constructor for class com.activeviam.copper.hierarchy.CopperHierarchyIdentifier
Constructor.
CopperHierarchyMetadata - Class in com.activeviam.copper.hierarchy
Contains the additional information required to publish a hierarchy.
CopperHierarchyMetadata() - Constructor for class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
 
CopperHierarchyMetadata.UserSpecific - Enum in com.activeviam.copper.hierarchy
Flags for user-specified metadata.
CopperHierarchyValueFunction - Class in com.activeviam.copper.operation.function
ICopperFunction that reads the coordinates of the current member of a hierarchy.
CopperHierarchyValueFunction(int, HierarchyIdentifier) - Constructor for class com.activeviam.copper.operation.function.CopperHierarchyValueFunction
Constructor.
CopperJoinAggregationProcedure - Class in com.activeviam.copper.procedure
Aggregation Procedure for Copper Joins.
CopperJoinAggregationProcedure(JoinKey, Collection<ICopperJoinHierarchy>, Collection<IJoinMeasureDescription>) - Constructor for class com.activeviam.copper.procedure.CopperJoinAggregationProcedure
Constructor.
CopperJoinHierarchy - Class in com.activeviam.copper.hierarchy
A Copper Join Hierarchy.
CopperJoinHierarchy(CopperHierarchyMetadata, List<CopperLevelMetadata>, JoinKey) - Constructor for class com.activeviam.copper.hierarchy.CopperJoinHierarchy
Constructor to create a user defined hierarchy.
CopperJoinHierarchy(JoinedStoreField) - Constructor for class com.activeviam.copper.hierarchy.CopperJoinHierarchy
Constructor to create an implicit hierarchy.
CopperJoinHierarchyAccumulator - Class in com.activeviam.copper
Deprecated, for removal: This API element is subject to removal in a future version.
CopperJoinHierarchyAccumulator() - Constructor for class com.activeviam.copper.CopperJoinHierarchyAccumulator
Deprecated.
Constructor.
CopperJoinHierarchyBuilder - Class in com.activeviam.copper.hierarchy
Builder used to create join hierarchy from a CopperStore.
CopperJoinHierarchyBuilder(CopperHierarchyMetadata, CopperStore) - Constructor for class com.activeviam.copper.hierarchy.CopperJoinHierarchyBuilder
Constructor.
CopperJoinHierarchyBuilderWithField - Class in com.activeviam.copper.hierarchy
Builder used to create join hierarchy from a CopperStoreField.
CopperJoinHierarchyBuilderWithField(CopperHierarchyMetadata, CopperStoreField) - Constructor for class com.activeviam.copper.hierarchy.CopperJoinHierarchyBuilderWithField
Constructor.
CopperLambdaShift(List<CopperLevel>, SerializableConsumer<IWritableArray>) - Constructor for class com.activeviam.copper.measure.ShiftMeasure.CopperLambdaShift
Default constructor.
CopperLevel - Interface in com.activeviam.copper.api
Copper representation of a cube level.
CopperLevelCondition - Interface in com.activeviam.copper.api
Component that allows to restrict the view to a cube by only granting specific members of one or several levels.
CopperLevelFromStoreBuilder - Class in com.activeviam.copper.hierarchy
Level builder.
CopperLevelFromStoreBuilder(CopperJoinHierarchyBuilder, String, FieldPath) - Constructor for class com.activeviam.copper.hierarchy.CopperLevelFromStoreBuilder
Constructor.
CopperLevelIdentifier - Class in com.activeviam.copper.hierarchy
Internal representation of a CopperLevel.
CopperLevelIdentifier(LevelIdentifier) - Constructor for class com.activeviam.copper.hierarchy.CopperLevelIdentifier
Constructor.
CopperLevelIdentifier(String, String, String) - Constructor for class com.activeviam.copper.hierarchy.CopperLevelIdentifier
Constructor.
CopperLevelMetadata - Class in com.activeviam.copper.hierarchy
Contains the additional information required to publish this level into a cube.
CopperLevelMetadata() - Constructor for class com.activeviam.copper.hierarchy.CopperLevelMetadata
Constructor.
CopperLevelMetadata.UserSpecific - Enum in com.activeviam.copper.hierarchy
Flags for user-specified metadata.
CopperLevelsAt - Interface in com.activeviam.copper.api
Marker interface for shift operations.
CopperLevelShift(IInternalCopperLevel, IInternalCopperLevel) - Constructor for class com.activeviam.copper.measure.ShiftMeasure.CopperLevelShift
Default constructor.
CopperLevelValueFunction - Class in com.activeviam.copper.operation.function
ICopperFunction that reads the coordinates of a particular level.
CopperLevelValueFunction(int, String, String, String) - Constructor for class com.activeviam.copper.operation.function.CopperLevelValueFunction
Constructor.
CopperLevelValues - Interface in com.activeviam.copper.api
Copper object representing the result of applying a lambda to a level's values.
CopperMeasure - Interface in com.activeviam.copper.api
Copper representation of an ActivePivot measure.
CopperMeasureCombination - Class in com.activeviam.copper.measure
Copper object representing the combination of Copper measures.
CopperMeasureCombination(List<CopperMeasure>) - Constructor for class com.activeviam.copper.measure.CopperMeasureCombination
Constructor.
CopperMeasureOver - Interface in com.activeviam.copper.api
A partially defined analytic measure.
CopperMeasureToAggregateAbove - Interface in com.activeviam.copper.api
Representation of a Copper measure on which CopperMeasure.per(CopperLevel...) has been called, defining leaf levels for a dynamic aggregation.
CopperMeasureToAggregateAboveBuilder - Class in com.activeviam.copper.measure
Copper object representing a measure on which to specify an aggregation function or no aggregation at all, to implement dynamic aggregation.
CopperMeasureToAggregateAboveBuilder(IInternalCopperMeasure, List<IInternalCopperLevel>) - Constructor for class com.activeviam.copper.measure.CopperMeasureToAggregateAboveBuilder
Default constructor.
CopperMultipleElements - Interface in com.activeviam.copper.api
Copper representation of the combination of various Copper elements, such as measures and levels.
CopperNativeMeasure - Interface in com.activeviam.copper.api
Specific interface for CopperMeasure representing a native measure such as "contributors.COUNT".
CopperNode - Class in com.activeviam.copper.graph
Class that represents a node in a CopperTree.
CopperNode(IInternalCopperMeasure, CopperNode) - Constructor for class com.activeviam.copper.graph.CopperNode
Constructor.
CopperParentValueMeasure - Interface in com.activeviam.copper.api
Interface for representing a CopperMeasure which returns the value of its underlying measure for the parent member on the given hierarchy.
CopperPostProcessor - Interface in com.activeviam.copper.api
Interface for CopperMeasure representing a post processor.
CopperRange - Class in com.activeviam.copper.measure.window
Definition of a range [a, b], with both ends a and b included in the range.
CopperRegistrations - Class in com.activeviam.copper
Ensure all plugin values used by Copper are registered into the IRegistry.
CopperSingleLevelBucketingHierarchy - Class in com.activeviam.copper.hierarchy
Internal representation of a Bucketing Hierarchy using InternalCopperLevelValues.
CopperSingleLevelBucketingHierarchy(InternalCopperLevelValues, CopperHierarchyMetadata, CopperLevelMetadata) - Constructor for class com.activeviam.copper.hierarchy.CopperSingleLevelBucketingHierarchy
Constructor.
CopperStore - Interface in com.activeviam.copper.api
Copper representation of an isolated store joined to the cube.
CopperStoreField - Interface in com.activeviam.copper.api
Interface that represents the field of a CopperStore.
CopperStoreLookup - Interface in com.activeviam.copper.api
A store lookup is a post processor that runs a get-by-key query on the given store.
CopperStoreLookup.CopperStoreLookUpBuilder - Interface in com.activeviam.copper.api
Marker interface that embraces the sub builders.
CopperStoreLookup.CopperStoreLookUpBuilderAddingElements - Interface in com.activeviam.copper.api
Builder for a store lookup, adding key fields associations.
CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields - Interface in com.activeviam.copper.api
Builder interface for a store look up that has mapped all key fields to a CopperElement and can combine the values of the selected fields together into the final value of the measure.
CopperSwitchMeasure - Interface in com.activeviam.copper.api
Copper measure used to perform switch operations.
CopperTree - Class in com.activeviam.copper.graph
The tree representing the measure dependencies of the measure for which the tree is built.
CopperTree(IInternalCopperMeasure) - Constructor for class com.activeviam.copper.graph.CopperTree
Constructor.
CopperTypableMeasure - Interface in com.activeviam.copper.api
Configuration interface for measures which support setting an output type.
CopperUserDefinedAggregateFunctionBuilder - Interface in com.activeviam.copper.api
Interface for User-Defined Aggregate Function (UDAF)-based aggregated measure builder classes.
CopperUserDefinedAggregateFunctionBuilder.CopperUserDefinedAggregateFunctionBuilderToAddRemovalSupport - Interface in com.activeviam.copper.api
Interface for User-Defined Aggregate Function (UDAF)-based aggregated measure builder classes.
CopperUserDefinedAggregateFunctionBuilder.CopperUserDefinedAggregateFunctionBuilderToTerminate - Interface in com.activeviam.copper.api
Interface for User-Defined Aggregate Function (UDAF)-based aggregated measure builder classes.
CopperUserDefinedAggregateFunctionBuilderInterfaces - Interface in com.activeviam.copper.api
Common interfaces for the builders required to implements Copper.userDefinedAgg(String...) and Copper.userDefinedAgg(CopperMeasure...).
CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderSetBufferTypes<R> - Interface in com.activeviam.copper.api
 
CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderToContribute<R> - Interface in com.activeviam.copper.api
Interface for User-Defined Aggregate Function (UDAF)-based aggregated measure builder classes.
CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderToMerge<R> - Interface in com.activeviam.copper.api
Interface for User-Defined Aggregate Function (UDAF)-based aggregated measure builder classes.
CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderWithOptionalPluginKey<R> - Interface in com.activeviam.copper.api
Interface for User-Defined Aggregate Function (UDAF)-based aggregated measure builder classes.
CopperUserDefinedAggregateFunctionOnMeasuresBuilder - Interface in com.activeviam.copper.api
Interface for dynamic User-Defined Aggregate Function measure builder classes.
CopperUserDefinedAggregateFunctionOnMeasuresBuilder.CopperUserDefinedAggregateFunctionOnMeasuresBuilderLeafAggregation - Interface in com.activeviam.copper.api
 
CopperUserDefinedAggregateFunctionOnMeasuresBuilder.CopperUserDefinedAggregateFunctionOnMeasuresBuilderToTerminate - Interface in com.activeviam.copper.api
Interface for User-Defined Aggregate Function (UDAF)-based aggregated measure builder classes.
copy(int) - Method in interface com.quartetfs.biz.xmla.rowset.IRowWriter
 
copy(int[], int) - Method in interface com.qfs.agg.IAggregationBinding
copy(int[], int) - Method in class com.qfs.agg.impl.CountFunction.CountBinding
 
copy(int[], int) - Method in class com.quartetfs.biz.pivot.aggfun.impl.NoOpAggregateStoreBinding
 
copy(int, int) - Method in class com.activeviam.agg.impl.AMultiSourceVectorAggregationBinding
 
copy(int, int) - Method in class com.activeviam.agg.impl.ComparableMaxFunction.ArgMaxBinding
 
copy(int, int) - Method in interface com.qfs.agg.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.qfs.agg.impl.AVectorAggregationBinding
 
copy(int, int) - Method in class com.qfs.agg.impl.CopyFunction.CopyBindingBoolean
 
copy(int, int) - Method in class com.qfs.agg.impl.CopyFunction.CopyBindingDouble
 
copy(int, int) - Method in class com.qfs.agg.impl.CopyFunction.CopyBindingFloat
 
copy(int, int) - Method in class com.qfs.agg.impl.CopyFunction.CopyBindingInt
 
copy(int, int) - Method in class com.qfs.agg.impl.CopyFunction.CopyBindingLong
 
copy(int, int) - Method in class com.qfs.agg.impl.CopyFunction.CopyBindingObject
 
copy(int, int) - Method in class com.qfs.agg.impl.CountFunction.CountBinding
 
copy(int, int) - Method in class com.qfs.agg.impl.HistoryAggregation.HistoryBinding
 
copy(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingDouble
 
copy(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingDoubleNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingFloat
 
copy(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingFloatNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingInt
 
copy(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingIntNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingLong
 
copy(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingLongNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.MaxFunction.MaxBindingObject
 
copy(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingDouble
 
copy(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingDoubleNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingFloat
 
copy(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingFloatNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingInt
 
copy(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingIntNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingLong
 
copy(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingLongNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.MinFunction.MinBindingObject
 
copy(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingArrayObject
 
copy(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingBoolean
 
copy(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingDouble
 
copy(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingDoubleNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingFloat
 
copy(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingFloatNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingInteger
 
copy(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingIntNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingLong
 
copy(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingLongNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.SingleValueFunction.SingleValueBindingObject
 
copy(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingDouble
 
copy(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingDoubleNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingFloat
 
copy(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingFloatNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingLong
 
copy(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingLongNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingDouble
 
copy(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingDoubleNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingFloat
 
copy(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingFloatNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingInt
 
copy(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingIntNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingLong
 
copy(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingLongNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingDouble
 
copy(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingDoubleNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingFloat
 
copy(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingFloatNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingLong
 
copy(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingLongNullable
 
copy(int, int) - Method in class com.qfs.agg.impl.TimestampBinding
 
copy(int, int) - Method in class com.qfs.agg.impl.TimestampBindingLong
 
copy(int, int) - Method in class com.qfs.agg.impl.UserDefinedAggregationBinding
 
copy(int, int) - Method in class com.qfs.agg.impl.UserDefinedAggregationFeedBinding
 
copy(int, int) - Method in class com.qfs.agg.impl.UserDefinedAggregationWithRemovalFeedBinding
 
copy(int, int) - Method in class com.qfs.agg.impl.UserDefinedVectorAggregationBinding
 
copy(int, int) - Method in class com.qfs.agg.impl.UserDefinedVectorAggregationFeedBinding
 
copy(int, int) - Method in class com.qfs.agg.impl.UserDefinedVectorAggregationWithRemovalFeedBinding
 
copy(int, int) - Method in class com.quartetfs.biz.pivot.aggfun.impl.NoOpAggregateStoreBinding
 
copy(int, int) - Method in class com.quartetfs.biz.xmla.rowset.impl.RowSet
Copy the content of the line fromIndex, to the line toIndex.
copy(int, int, int) - Method in interface com.qfs.chunk.IChunkBinding
Uses the binding to contiguously copy data from the source to the destination.
copy(int, int, int) - Method in class com.qfs.store.impl.ChunkSetBinding
 
copy(int, IArrayReader) - Method in class com.activeviam.column.LazyChunkedCompositeColumn
 
copy(int, IArrayReader) - Method in interface com.qfs.chunk.IChunkComposite
Copies the values of the array in the specified rows.
copy(int, IArrayReader) - Method in class com.qfs.chunk.impl.ChunkComposite
 
copy(int, IArrayReader) - Method in class com.qfs.chunk.impl.ChunkCompositeSparse
 
copy(int, IArrayReader) - Method in interface com.qfs.column.ICompositeColumn
Copies the values of the array in the specified rows.
copy(int, IArrayReader) - Method in class com.qfs.store.impl.AColumnStore.CompositeColumnView
 
copy(IByteRecord, int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
copy(IByteRecord, int) - Method in interface com.qfs.store.record.IWritableByteRecordBlock
Copies the data from the given record into this block.
copy(IRecordReader) - Static method in class com.qfs.store.record.impl.Records
Fully copy a record, so that the result is writable.
copy(IRecordReader, int[], int, int[]) - Method in class com.qfs.store.impl.ChunkSetRecordBlock
 
copy(IRecordReader, int[], int, int[]) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
copy(IRecordReader, int[], int, int[]) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
copy(IRecordReader, int[], int, int[]) - Method in class com.qfs.store.record.impl.RecordBlock
 
copy(IRecordReader, int[], int, int[]) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
copy(IRecordReader, int[], int, int[]) - Method in interface com.qfs.store.record.IWritableRecordBlock
Copies the data from the given record into this block.
copy(IRecordReader, IArrayWriter, int, int) - Static method in class com.qfs.store.record.impl.Records
Copies a value from a record to another, handling all primitive or non primitive types.
copy(IVector) - Method in class com.qfs.chunk.impl.AChunkAllocator.ThreadLocalVectorAllocator
 
copy(IVector) - Method in class com.qfs.vector.array.impl.AArrayVectorAllocator.ArrayDoubleVectorAllocator
 
copy(IVector) - Method in class com.qfs.vector.array.impl.AArrayVectorAllocator.ArrayFloatVectorAllocator
 
copy(IVector) - Method in class com.qfs.vector.array.impl.AArrayVectorAllocator.ArrayIntegerVectorAllocator
 
copy(IVector) - Method in class com.qfs.vector.array.impl.AArrayVectorAllocator.ArrayLongVectorAllocator
 
copy(IVector) - Method in class com.qfs.vector.impl.ABlockVectorAllocator
 
copy(IVector) - Method in interface com.qfs.vector.IVectorAllocator
Copies the given vector into this pool.
copy(IIterableAggregatesRetrievalResult) - Static method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Factory create by copy method.
copy(IPointLocation, IPointLocation) - Method in class com.activeviam.copper.pivot.pp.AggregatesResultCopier
Copy the value read from AggregatesResultCopier.readResult at point fromLocation to AggregatesResultCopier.retriever at point to.
copy(IMdxFixedMember, IMdxFixedMember, IMdxFixedMember, CellPlanResult.IWriteCallback) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Copy the non null values of the specified measures which match the from member into rows with the to member.
COPY_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
copyAndSort(int[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Returns a sorted copy of the given array.
CopyBindingVector(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.CopyFunction.CopyBindingVector
Constructor.
copyBitmap(MultiVersionDistributedAxisMember) - Method in class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisMember
Copy the MultiVersionDistributedAxisMember.DistributedRange.bitmap from the otherMember latest range to the latest range of this member.
copyButRange(T[], int, int) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Copies an array from the specified source array.
copyEntryContents(OutputStream) - Method in class com.qfs.util.tar.impl.TarInputStream
Copies the contents of the current tar archive entry directly into an output stream.
copyForRemoteExecution() - Method in class com.activeviam.contextservice.distributed.message.ContextValueRequest
 
copyForRemoteExecution() - Method in class com.qfs.distribution.impl.NotificationMessage
 
copyForRemoteExecution() - Method in class com.qfs.messenger.impl.GoodbyeMessage
 
copyForRemoteExecution() - Method in class com.qfs.messenger.impl.HelloMessage
 
copyForRemoteExecution() - Method in class com.qfs.messenger.impl.RestartOrderMessage
 
copyForRemoteExecution() - Method in interface com.qfs.messenger.message.IBroadcastMessage
Used by the local messenger to provide a copy of this message to the remote instances.
copyForRemoteExecution() - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
copyForRemoteExecution() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
copyForRemoteExecution() - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
copyForRemoteExecution() - Method in class com.qfs.messenger.message.impl.EmptyTransactionCommittedMessage
 
copyForRemoteExecution() - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
copyForRemoteExecution() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
copyForRemoteExecution() - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
copyForRemoteExecution() - Method in class com.qfs.messenger.message.impl.TransactionCommittedMessage
 
copyForRemoteExecution() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
 
copyForRemoteExecution() - Method in class com.qfs.query.impl.DrillthroughHeadersMessage
 
copyForRemoteExecution() - Method in class com.qfs.query.impl.DrillthroughMessageWithHeaders
 
copyForRemoteExecution() - Method in class com.qfs.query.impl.RetrieveAggregatesMessage
 
copyFrom(double[]) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
copyFrom(double[]) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
copyFrom(double[]) - Method in class com.qfs.vector.impl.AVector
 
copyFrom(double[]) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
copyFrom(double[]) - Method in class com.qfs.vector.impl.EmptyVector
 
copyFrom(double[]) - Method in interface com.qfs.vector.IVector
Writes elements of the given array into the first src.length elements of this vector.
copyFrom(float[]) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
copyFrom(float[]) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
copyFrom(float[]) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
copyFrom(float[]) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
copyFrom(float[]) - Method in class com.qfs.vector.impl.AVector
 
copyFrom(float[]) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
copyFrom(float[]) - Method in class com.qfs.vector.impl.EmptyVector
 
copyFrom(float[]) - Method in class com.qfs.vector.impl.FloatBlockVector
 
copyFrom(float[]) - Method in interface com.qfs.vector.IVector
Writes elements of the given array into the first src.length elements of this vector.
copyFrom(int[]) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
copyFrom(int[]) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
copyFrom(int[]) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
copyFrom(int[]) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
copyFrom(int[]) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
copyFrom(int[]) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
copyFrom(int[]) - Method in class com.qfs.vector.impl.AVector
 
copyFrom(int[]) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
copyFrom(int[]) - Method in class com.qfs.vector.impl.EmptyVector
 
copyFrom(int[]) - Method in class com.qfs.vector.impl.FloatBlockVector
 
copyFrom(int[]) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
copyFrom(int[]) - Method in class com.qfs.vector.impl.LongBlockVector
 
copyFrom(int[]) - Method in interface com.qfs.vector.IVector
Writes elements of the given array into the first src.length elements of this vector.
copyFrom(long[]) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
copyFrom(long[]) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
copyFrom(long[]) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
copyFrom(long[]) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
copyFrom(long[]) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
copyFrom(long[]) - Method in class com.qfs.vector.impl.AVector
 
copyFrom(long[]) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
copyFrom(long[]) - Method in class com.qfs.vector.impl.EmptyVector
 
copyFrom(long[]) - Method in class com.qfs.vector.impl.FloatBlockVector
 
copyFrom(long[]) - Method in class com.qfs.vector.impl.LongBlockVector
 
copyFrom(long[]) - Method in interface com.qfs.vector.IVector
Writes elements of the given array into the first src.length elements of this vector.
copyFrom(ICloudEntity<E>) - Method in interface com.activeviam.cloud.entity.ICloudEntityPath
Copies the content from the source to the entity.
copyFrom(IVector) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
copyFrom(IVector) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
copyFrom(IVector) - Method in class com.qfs.vector.impl.AVector
 
copyFrom(IVector) - Method in class com.qfs.vector.impl.EmptyVector
 
copyFrom(IVector) - Method in interface com.qfs.vector.IVector
Copies the content of the given vector into this vector, overriding the existing data.
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
 
copyFrom(IVector, IVector) - Method in class com.qfs.vector.binding.impl.GenericVectorBinding
 
copyFrom(IVector, IVector) - Method in interface com.qfs.vector.IVectorBinding
Copies the content of the right vector into the left vector, overriding the existing data.
copyFrom(Object[]) - Method in class com.qfs.vector.impl.AVector
 
copyFrom(Object[]) - Method in class com.qfs.vector.impl.EmptyVector
 
copyFrom(Object[]) - Method in interface com.qfs.vector.IVector
Writes elements of the given array into the first src.length elements of this vector.
copyFromAnotherStateWithoutFollower(CellSetState) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
Copy the data from other.
CopyFunction - Class in com.qfs.agg.impl
An IAggregationFunction that can only copy data from a column to another.
CopyFunction() - Constructor for class com.qfs.agg.impl.CopyFunction
Constructor.
CopyFunction.CopyBindingBoolean - Class in com.qfs.agg.impl
Copy binding for the 'boolean' data type.
CopyFunction.CopyBindingDouble - Class in com.qfs.agg.impl
Copy binding for the 'double' data type.
CopyFunction.CopyBindingFloat - Class in com.qfs.agg.impl
Copy binding for the 'float' data type.
CopyFunction.CopyBindingInt - Class in com.qfs.agg.impl
Copy binding for the 'int' data type.
CopyFunction.CopyBindingLong - Class in com.qfs.agg.impl
Copy binding for the 'long' data type.
CopyFunction.CopyBindingObject - Class in com.qfs.agg.impl
Copy binding for plain Objects.
CopyFunction.CopyBindingVector - Class in com.qfs.agg.impl
The copy binding for vectors.
copyInCellSet(IScopedCellSet) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalAggregatesRetrievalResult
Copies the content of this result into the given cell set.
copyInCellSet(IScopedCellSet) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
copyInto(int, IWritableCell) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
copyInto(int, IWritableCell) - Method in class com.activeviam.column.impl.EmptyChunk
 
copyInto(int, IWritableCell) - Method in class com.qfs.agg.impl.ChunkHistory
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
copyInto(int, IWritableCell) - Method in interface com.qfs.chunk.IChunk
Copies the value at a given position in this chunk into the provided cell.
copyInto(int, IWritableCell) - Method in interface com.qfs.chunk.IChunkBoolean
 
copyInto(int, IWritableCell) - Method in interface com.qfs.chunk.IChunkDouble
 
copyInto(int, IWritableCell) - Method in interface com.qfs.chunk.IChunkFloat
 
copyInto(int, IWritableCell) - Method in interface com.qfs.chunk.IChunkInteger
 
copyInto(int, IWritableCell) - Method in interface com.qfs.chunk.IChunkLong
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.impl.ChunkComposite
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.impl.ChunkMarked
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.impl.ChunkObject
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
copyInto(int, IWritableCell) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
copyInto(int, IWritableCell) - Method in interface com.qfs.dic.ICharSequenceDictionary
 
copyInto(int, IWritableCell) - Method in interface com.qfs.dic.IDictionary
Copies the de-dictionarized value at a given position into the provided cell.
copyInto(int, IWritableCell) - Method in interface com.qfs.dic.IIntegerArrayDictionary
 
copyInto(int, IWritableCell) - Method in class com.qfs.dic.impl.ChristmasDictionary
 
copyInto(int, IWritableCell) - Method in class com.qfs.dic.impl.ChristmasDictionaryDouble
 
copyInto(int, IWritableCell) - Method in class com.qfs.dic.impl.Dictionary
 
copyInto(int, IWritableCell) - Method in class com.qfs.dic.impl.NullableDictionary
 
copyInto(int, IWritableCell) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
copyInto(int, IWritableCell) - Method in interface com.qfs.dic.IWritableDictionary.IDoubleDictionary
 
copyInto(int, IWritableCell) - Method in interface com.qfs.dic.IWritableDictionary.IFloatDictionary
 
copyInto(int, IWritableCell) - Method in interface com.qfs.dic.IWritableDictionary.IIntegerDictionary
 
copyInto(int, IWritableCell) - Method in interface com.qfs.dic.IWritableDictionary.ILongDictionary
 
copyInto(int, IWritableCell) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
copyInto(int, IWritableCell) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
copyInto(int, IWritableCell) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
copyInto(int, IWritableCell) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
copyInto(IWritableCell) - Method in class com.activeviam.chunks.cells.impl.BooleanArrayCursor
 
copyInto(IWritableCell) - Method in class com.activeviam.chunks.cells.impl.ChunkCursor
 
copyInto(IWritableCell) - Method in class com.activeviam.chunks.cells.impl.DoubleArrayCursor
 
copyInto(IWritableCell) - Method in class com.activeviam.chunks.cells.impl.FloatArrayCursor
 
copyInto(IWritableCell) - Method in class com.activeviam.chunks.cells.impl.IntegerArrayCursor
 
copyInto(IWritableCell) - Method in class com.activeviam.chunks.cells.impl.LongArrayCursor
 
copyInto(IWritableCell) - Method in class com.activeviam.chunks.cells.impl.ObjectArrayCursor
 
copyInto(IWritableCell) - Method in class com.activeviam.chunks.cells.impl.ReadableArrayCursor
 
copyInto(IWritableCell) - Method in class com.activeviam.util.cells.impl.BooleanCell
 
copyInto(IWritableCell) - Method in class com.activeviam.util.cells.impl.DoubleCell
 
copyInto(IWritableCell) - Method in class com.activeviam.util.cells.impl.FloatCell
 
copyInto(IWritableCell) - Method in class com.activeviam.util.cells.impl.IntegerCell
 
copyInto(IWritableCell) - Method in class com.activeviam.util.cells.impl.LongCell
 
copyInto(IWritableCell) - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
copyInto(IWritableCell) - Method in class com.activeviam.util.cells.impl.ObjectCell
 
copyInto(IWritableCell) - Method in class com.activeviam.util.cells.impl.StringCell
 
copyInto(IWritableCell) - Method in interface com.activeviam.util.cells.IReadableCell
Copies the data of this cell into another cell.
copyInto(IWritableCell) - Method in class com.qfs.store.impl.arrays.AArrayCursorWithDefaultValue
Copies the data of this cell into another cell.
copyLevelInfosWithNewHierarchyInfo(List<? extends ILevel>, IHierarchyInfo) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
copyLevelsWithNewHierarchyInfo(List<? extends ILevel>, IHierarchyInfo) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
copyMemory(long, long, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Sets all bytes in a given block of memory to a copy of another block.
copyMemory(Object, long, Object, long, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Sets all bytes in a given block of memory to a copy of another block.
copyOnlyType(MeasureMetadata) - Static method in class com.activeviam.copper.MeasureMetadata
Returns a new MeasureMetadata containing only the type of the given metadata.
CopyOnWriteWritableArray - Class in com.qfs.store.record.impl
An writable array that lazily create the record written to.
CopyOnWriteWritableArray(IRecordReader) - Constructor for class com.qfs.store.record.impl.CopyOnWriteWritableArray
Constructor.
copyPath(ILocation, int) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Copy a coordinate path along some hierarchy in a location.
copyPath(ILocation, int, int) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Copy a coordinate path along some hierarchy in a location, with a specified number of coordinates to return.
copyPath(ILocation, int, Object[]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Copies a coordinate path along some hierarchy from a location.
copyPath(ILocation, IHierarchyInfo) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Copy a coordinate path along some hierarchy in a location.
copyTemplate() - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
Performs a copy of the WriteOrchestrator.writeTemplate of this orchestrator.
copyTo(double[]) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
copyTo(double[]) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
copyTo(double[]) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
copyTo(double[]) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
copyTo(double[]) - Method in class com.qfs.vector.impl.AbsVector
 
copyTo(double[]) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
copyTo(double[]) - Method in class com.qfs.vector.impl.AVector
 
copyTo(double[]) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
copyTo(double[]) - Method in class com.qfs.vector.impl.EmptyVector
 
copyTo(double[]) - Method in class com.qfs.vector.impl.FloatBlockVector
 
copyTo(double[]) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
copyTo(double[]) - Method in class com.qfs.vector.impl.LongBlockVector
 
copyTo(double[]) - Method in class com.qfs.vector.impl.NegativeVector
 
copyTo(double[]) - Method in class com.qfs.vector.impl.PositiveVector
 
copyTo(double[]) - Method in class com.qfs.vector.impl.ZeroVector
 
copyTo(double[]) - Method in interface com.qfs.vector.IVector
Transfers the first dst.length elements of this vector into the given array.
copyTo(float[]) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
copyTo(float[]) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
copyTo(float[]) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
copyTo(float[]) - Method in class com.qfs.vector.impl.AbsVector
 
copyTo(float[]) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
copyTo(float[]) - Method in class com.qfs.vector.impl.AVector
 
copyTo(float[]) - Method in class com.qfs.vector.impl.EmptyVector
 
copyTo(float[]) - Method in class com.qfs.vector.impl.FloatBlockVector
 
copyTo(float[]) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
copyTo(float[]) - Method in class com.qfs.vector.impl.LongBlockVector
 
copyTo(float[]) - Method in class com.qfs.vector.impl.NegativeVector
 
copyTo(float[]) - Method in class com.qfs.vector.impl.PositiveVector
 
copyTo(float[]) - Method in class com.qfs.vector.impl.ZeroVector
 
copyTo(float[]) - Method in interface com.qfs.vector.IVector
Transfers the first dst.length elements of this vector into the given array.
copyTo(int[]) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
copyTo(int[]) - Method in class com.qfs.vector.impl.AbsVector
 
copyTo(int[]) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
copyTo(int[]) - Method in class com.qfs.vector.impl.AVector
 
copyTo(int[]) - Method in class com.qfs.vector.impl.EmptyVector
 
copyTo(int[]) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
copyTo(int[]) - Method in class com.qfs.vector.impl.NegativeVector
 
copyTo(int[]) - Method in class com.qfs.vector.impl.PositiveVector
 
copyTo(int[]) - Method in class com.qfs.vector.impl.ZeroVector
 
copyTo(int[]) - Method in interface com.qfs.vector.IVector
Transfers the first dst.length elements of this vector into the given array.
copyTo(long[]) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
copyTo(long[]) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
copyTo(long[]) - Method in class com.qfs.vector.impl.AbsVector
 
copyTo(long[]) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
copyTo(long[]) - Method in class com.qfs.vector.impl.AVector
 
copyTo(long[]) - Method in class com.qfs.vector.impl.EmptyVector
 
copyTo(long[]) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
copyTo(long[]) - Method in class com.qfs.vector.impl.LongBlockVector
 
copyTo(long[]) - Method in class com.qfs.vector.impl.NegativeVector
 
copyTo(long[]) - Method in class com.qfs.vector.impl.PositiveVector
 
copyTo(long[]) - Method in class com.qfs.vector.impl.ZeroVector
 
copyTo(long[]) - Method in interface com.qfs.vector.IVector
Transfers the first dst.length elements of this vector into the given array.
copyTo(Object[]) - Method in class com.qfs.vector.impl.AVector
 
copyTo(Object[]) - Method in class com.qfs.vector.impl.EmptyVector
 
copyTo(Object[]) - Method in interface com.qfs.vector.IVector
Transfers the first dst.length elements of this vector into the given array.
CopyUpdateWhereFactory - Class in com.qfs.store.service.impl
Factory for UpdateWheres that copy the value from a field to another.
CopyUpdateWhereFactory() - Constructor for class com.qfs.store.service.impl.CopyUpdateWhereFactory
 
Core - com.quartetfs.biz.xmla.impl.XmlaProperties.MDXSupportValue
 
CoreFunctionKeyword - Enum in com.quartetfs.pivot.mdx.func.impl
 
Correlation - com.quartetfs.biz.xmla.constants.Keyword
 
CORRELATION - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
CorrelationFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
CorrelationFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.CorrelationFunction
 
count() - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure referencing the native measure "contributors.COUNT".
count(int) - Method in interface com.qfs.pivot.agg.IAggregateStore
Returns the number of aggregates that have been accumulated at a given row index.
count(int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
count(int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
count(int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
count(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
count(E) - Method in class com.activeviam.util.impl.ConcurrentIdentityUsageTracker
 
count(E) - Method in interface com.activeviam.util.IUsageTracker
Returns the number of times this item is being used.
COUNT - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Statistics key - Duration count.
COUNT - Static variable in class com.quartetfs.fwk.monitoring.impl.QuantityMonitor
 
COUNT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
COUNT_AGGREGATION - Static variable in interface com.qfs.pivot.agg.IAggregateStore
 
COUNT_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
COUNT_ID - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
The name of the native count measure.
COUNT_INSTANCE - Static variable in class com.activeviam.copper.measure.NativeCopperMeasure
A version of "contributors.COUNT" measure that hasn't be customized.
COUNT_PSEUDO_FIELD - Static variable in interface com.qfs.pivot.agg.IAggregateStore
Name of the property counting the number of contributors.
COUNT_RECEIVED_MESSAGES - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic name.
COUNT_RECEIVED_MESSAGES_BY_INSTANCES - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic name.
COUNT_SENT_MESSAGES - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
COUNT_UNPROCESS_MESSAGES - Static variable in class com.qfs.distribution.impl.DistributedHierarchyManagerRecorder
Statistic name.
countBitmap(IActivePivotSchemaDescription, TObjectIntMap<String>) - Static method in class com.activeviam.pivot.structure.impl.PivotSchemaUtil
Counts for each base store field, the number of bitmap providers that contain it.
countEpochsBetween(IEpoch, IEpoch) - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxEpochManager
Returns the number of pivot's versions that are available between the 2 specified epochs.
countEpochsBetween(IEpoch, IEpoch) - Method in class com.quartetfs.pivot.mdx.epoch.impl.MdxEpochManager
 
CounterMonitor - Class in com.quartetfs.fwk.monitoring.impl
Counter monitor that supports counting for multiple keys.
CounterMonitor(String, String...) - Constructor for class com.quartetfs.fwk.monitoring.impl.CounterMonitor
Constructor.
CountFunction - Class in com.qfs.agg.impl
Plugin value for the Count aggregation function, basically a renamed SUM function that considers every elementary contributions as +1.
CountFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
CountFunction() - Constructor for class com.qfs.agg.impl.CountFunction
Construction.
CountFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.CountFunction
 
CountFunction.CountBinding - Class in com.qfs.agg.impl
Count binding.
countHierarchies(Map<String, Map<String, Integer>>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
CountingLogHandler - Class in com.quartetfs.fwk.util.impl
Log handler that counts published messages by log level.
CountingLogHandler() - Constructor for class com.quartetfs.fwk.util.impl.CountingLogHandler
 
CountProcedure<T> - Class in com.quartetfs.pivot.mdx.eval.impl
A counting procedure.
CountProcedure() - Constructor for class com.quartetfs.pivot.mdx.eval.impl.CountProcedure
 
cousin(IMdxFixedMember, IMdxFixedMember) - Method in class com.quartetfs.pivot.mdx.func.impl.CousinFunction
The cousin function itself.
cousin(IMdxMember, IMdxMember) - Method in class com.quartetfs.pivot.mdx.func.impl.CousinFunction
 
Cousin - com.quartetfs.biz.xmla.constants.Keyword
 
COUSIN - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
CousinFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
CousinFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.CousinFunction
 
Covariance - com.quartetfs.biz.xmla.constants.Keyword
 
COVARIANCE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
CovarianceFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
CovarianceFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.CovarianceFunction
 
CovarianceN - com.quartetfs.biz.xmla.constants.Keyword
 
COVARIANCEN - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
CovarianceNFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
CovarianceNFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.CovarianceNFunction
 
covers(ITuple, IExpression) - Method in class com.quartetfs.pivot.mdx.plan.impl.FormulaExecutionTracker.ComputeTracker
Returns whether this tracker was registered for an expression and tuple covered by this tracker's expression and tuple.
covers(ITuple, IExpression) - Method in class com.quartetfs.pivot.mdx.plan.impl.FormulaExecutionTracker
Iterates on the current FormulaExecutionTracker.trackers and returns whether at least one FormulaExecutionTracker.ComputeTracker.covers(ITuple, IExpression) this tuple and expression.
covers(IMdxMember, IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Checks whether a member covers another one.
COVERS - com.quartetfs.pivot.mdx.eval.impl.Members.Coverage
When the first (range) member contains the second one.
coversAllRangeCoords() - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Check if all the range coordinates of the reference location are covered by the pattern.
coversAllRangeCoords() - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
coversScope(IScopeLocation, IScopeLocation) - Static method in class com.quartetfs.biz.pivot.cube.provider.impl.RangeLocationPlan
Check coverage between two range locations.
CR - Static variable in class com.qfs.msg.csv.impl.Chars
CR (carriage return) character.
create() - Static method in class com.activeviam.database.api.schema.DatabaseId
Creates a non qualified database id.
create() - Static method in class com.activeviam.health.monitor.impl.HealthCheckAgent
Creates a health check agent.
create() - Static method in class com.activeviam.source.csv.api.CsvSourceFactory
Creates a new ICSVSource with the default name and no close callback.
create() - Static method in class com.activeviam.util.impl.IdentityHashSet
Constructs a new empty set; the backing IdentityHashMap instance has default initial capacity (32) and load factor (2/3).
create() - Method in class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
From JGroups 4, Address implements Constructable.
create() - Method in class com.qfs.msg.csv.impl.ParserResourceFactory
 
create() - Method in interface com.qfs.msg.csv.IParserResourceFactory
Creates a new Parser resource.
create() - Method in class com.quartetfs.biz.pivot.cube.impl.FeedHolderFactory
 
create() - Static method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
Creates a runner.
create() - Method in class com.quartetfs.biz.pivot.server.util.impl.AServiceFactory
Deprecated.
Creates an new instance of the implementation class.
create() - Method in interface com.quartetfs.biz.pivot.transaction.feed.IDataFeedHolderFactory
Creates a new holder for data feed.
create() - Static method in class com.quartetfs.biz.xmla.servlet.impl.CancelCommand
Deprecated.
Builder from DOM element to cancel command.
create() - Method in interface com.quartetfs.fwk.util.IMappedTupleFactory
Create an empty mapped tuple where all values are null.
create() - Method in class com.quartetfs.fwk.util.impl.MappedTupleFactory
 
create() - Method in interface com.quartetfs.pivot.mdx.impl.ARootContextBase.IContextStateHelper
 
create(int) - Static method in class com.activeviam.util.impl.IdentityHashSet
Constructs a new, empty set; the backing IdentityHashMap instance has the specified initial capacity and default load factor (2/3).
create(int) - Method in class com.qfs.index.impl.APartitionDictionaryFactory
 
create(int) - Method in class com.qfs.index.impl.APartitionIndexesFactory
 
create(int) - Method in class com.qfs.index.impl.APartitionIndexFactory
 
create(int) - Method in class com.qfs.pool.impl.StoreThreadPoolFactory
 
create(int) - Method in class com.qfs.store.impl.ColumnarRecordSetFactory
 
create(int) - Method in interface com.qfs.store.IPartitionContentFactory
Creates an object for this partition.
create(int) - Static method in class com.quartetfs.pivot.mdx.statement.impl.AxisName
 
create(int[]) - Static method in class com.quartetfs.pivot.mdx.utils.impl.Modulo
 
create(int, int) - Static method in class com.qfs.chunk.impl.VectorsAllocationSettings
Deprecated, for removal: This API element is subject to removal in a future version.
create(int, ExtendedContentType) - Static method in class com.qfs.chunk.impl.VectorsAllocationSettings
Creates standard allocation settings with the given block size and vector type.
create(int, String, Throwable) - Static method in exception com.qfs.fwk.services.ServiceException
Creates the proper instance of ServiceException.
create(int, ForkJoinPool.ForkJoinWorkerThreadFactory) - Method in class com.activeviam.apm.tracing.impl.MonitoredPoolFactory
 
create(int, ForkJoinPool.ForkJoinWorkerThreadFactory) - Method in class com.qfs.pool.impl.DefaultPoolFactory
 
create(int, ForkJoinPool.ForkJoinWorkerThreadFactory) - Method in interface com.qfs.pool.IPoolFactory
Creates a pool with the given parameters (using defaults for others -- see implementation classes for details).
create(long, IDatabaseVersion, long) - Static method in interface com.quartetfs.biz.pivot.query.IQueryCache
 
create(IArrayCursor, Predicate<Object>, Object, IWritableDictionary<Object>) - Static method in class com.qfs.store.impl.arrays.AArrayCursorWithDefaultValue
create(ICloudEntityPath<E>) - Method in interface com.activeviam.cloud.source.csv.ICloudCsvDataProviderFactory
Creates a new data provider for the specified entity.
create(ICloudEntityPath<T>) - Method in class com.activeviam.cloud.source.csv.impl.ACloudCSVTopic.ACloudCsvDataProviderFactory
 
create(IInternalCopperMeasure, MeasureMetadata, IInternalCopperHierarchy, int, boolean) - Method in class com.activeviam.copper.measure.DrillupMeasure.Factory
Default creation method.
create(IInternalCopperMeasure, MeasureMetadata, IInternalCopperLevel, boolean) - Method in class com.activeviam.copper.measure.ExtremaMemberMeasure.Factory
Default creation method.
create(IInternalCopperMeasure, MeasureMetadata, WindowBuilder, int, LeadLagPostProcessor.Mode, CopperAnalyticMeasure.AnalyticFilter) - Method in class com.activeviam.copper.measure.window.LeadLagMeasure.Factory
Default creation method.
create(IInternalCopperMeasure, MeasureMetadata, WindowBuilder, FirstLastMeasureBuilder.Position, LeadLagPostProcessor.Mode, CopperAnalyticMeasure.AnalyticFilter) - Method in class com.activeviam.copper.measure.window.FirstLastMeasure.Factory
Default creation method.
create(IInternalCopperMeasure, MeasureMetadata, Collection<Collection<IInternalCopperHierarchy>>) - Method in class com.activeviam.copper.measure.MarginalDrillupMeasure.Factory
The default creation method.
create(IInternalCopperMeasure, MeasureMetadata, List<IPair<IInternalCopperHierarchy, Integer>>, boolean) - Method in class com.activeviam.copper.measure.DrillupMeasure.Factory
Creation method with multiple drill-up hierarchies.
create(MeasureMetadata, IUserDefinedAggregateFunction, String[]) - Method in class com.activeviam.copper.measure.CopperAdvancedAggregatedMeasure.Factory
Default creation method.
create(MeasureMetadata, IInternalCopperHierarchy) - Method in class com.activeviam.copper.measure.HierarchyValueMeasure.Factory
Default constructor from a hierarchy.
create(MeasureMetadata, IInternalCopperLevel) - Method in class com.activeviam.copper.measure.LevelValueMeasure.Factory
Default constructor from a level.
create(MeasureMetadata, IInternalCopperLevel, Map<Object, ? extends IInternalCopperMeasure>, IInternalCopperMeasure) - Method in class com.activeviam.copper.measure.SwitchOnMeasure.Factory
Creates a switch copper measure.
create(MeasureMetadata, IInternalCopperMeasure, CopperLevelCondition) - Method in class com.activeviam.copper.measure.LevelFilteringMeasure.Factory
Creates a new LevelFilteringMeasure with the given attributes.
create(MeasureMetadata, IInternalCopperMeasure, CopperLevelsAt...) - Method in class com.activeviam.copper.measure.ShiftMeasure.Factory
Creation method for a hierarchy shift with conditions.
create(MeasureMetadata, IInternalCopperMeasure, List<CopperLevelsAt>) - Method in class com.activeviam.copper.measure.ShiftMeasure.Factory
Creation method for a hierarchy shift with conditions.
create(MeasureMetadata, IInternalCopperMeasure, List<IInternalCopperLevel>, AggregationLevels, boolean) - Method in class com.activeviam.copper.measure.MaskMeasure.Factory
Default creation method.
create(MeasureMetadata, IInternalCopperMeasure, List<IInternalCopperLevel>, String) - Method in class com.activeviam.copper.measure.LeafAggregationMeasure.Factory
Default creation method.
create(MeasureMetadata, HierarchyValueOperator) - Method in class com.activeviam.copper.measure.HierarchyValueMeasure.Factory
Default constructor from a HierarchyValueOperator.
create(MeasureMetadata, ICopperOperator, List<IInternalCopperMeasure>, Set<Class<? extends IContextValue>>) - Method in class com.activeviam.copper.measure.CalculatedMeasure.Factory
Default creation method.
create(MeasureMetadata, LevelValueOperator) - Method in class com.activeviam.copper.measure.LevelValueMeasure.Factory
Default constructor from a LevelValueOperator.
create(MeasureMetadata, Class<? extends IContextValue>) - Method in class com.activeviam.copper.measure.ContextValueMeasure.Factory
Default creation method.
create(MeasureMetadata, Object, int) - Method in class com.activeviam.copper.measure.ConstantValueMeasure.Factory
Default creation method.
create(MeasureMetadata, String, String) - Method in class com.activeviam.copper.measure.AggregatedMeasure.Factory
Default creation method.
create(MeasureMetadata, List<IInternalCopperMeasure>, List<IInternalCopperLevel>, IUserDefinedAggregateFunction) - Method in class com.activeviam.copper.measure.UserDefinedLeafAggregationMeasure.Factory
Default creation method.
create(BasicStoreField, MeasureMetadata, String) - Method in class com.activeviam.copper.measure.StoreFieldAggregatedMeasure.Factory
Default creation method.
create(IDatastoreView, String, int) - Method in class com.qfs.store.query.impl.RecordFlattenerFactory
 
create(IDatastoreView, String, int) - Method in interface com.qfs.store.record.flatten.IRecordFlattenerFactory
Deprecated.
 
create(ITimeSupplier) - Static method in class com.activeviam.multiversion.impl.EpochCreator
 
create(ITimeSupplier) - Static method in class com.qfs.repository.audit.impl.Audit
Create an audit with the user that is currently logged and the current timestamp with respect to a prescribed time supplier.
create(ITimeSupplier) - Static method in class com.qfs.snl.audit.impl.Audit
Create an audit with the user that is currently logged and the current timestamp with respect to a prescribed time supplier.
create(IKeyValueConnectionPool<C>) - Static method in class com.activeviam.source.keyvalue.api.KeyValueSourceFactory
Creates a new IKeyValueSource with the default name.
create(DbInfo) - Method in class com.qfs.repository.persistence.impl.DbInfoDao
 
create(IPointValueDao, PointValue) - Static method in class com.qfs.repository.persistence.impl.PointValueDaoUtils
Creates a point value.
create(IPointValueDao, List<PointValue>) - Static method in class com.qfs.repository.persistence.impl.PointValueDaoUtils
Creates a set of point values.
create(PointValue) - Method in class com.qfs.repository.persistence.impl.DbProcedure
Persists a new point value.
create(IMonitor) - Method in interface com.qfs.snl.monitors.IMonitorService
Creates an monitor inside ActiveMonitor.
create(IMonitor) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
create(IMonitor) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
create(IMonitor) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
create(IMonitor) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
create(Monitor) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
create(IAudit) - Static method in class com.qfs.repository.audit.impl.Audit
Creates an audit from a audit interface.
create(IAudit) - Static method in class com.qfs.snl.audit.impl.Audit
Creates an audit from a audit interface.
create(IAudit) - Static method in class com.qfs.snl.dtos.AuditDto
Creates a DTO from an existing audit.
create(DbInfo) - Method in class com.qfs.snl.persistence.impl.DbInfoDao
 
create(IWorkflowSchemaDao, IEntityWorkflowDao, Collection<? extends IWorkflowEntityResolver>, RuntimeService, TaskService, CommandExecutor, RepositoryService) - Static method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
Creates a workflow service.
create(IDatastore) - Static method in class com.activeviam.store.impl.DatastoreDataStreamer
Static constructor for a data streamer that is already started.
create(StorePartitionBase, IDatastoreTransactionContext) - Static method in class com.qfs.store.impl.MultiVersionStorePartition
Creates and initializes properly a new MultiVersionStorePartition.
create(IStoreMetadata, int, int) - Method in interface com.qfs.store.ref.IConcreteReferenceFactory
Gets or creates the corresponding concrete reference for two given partitions.
create(IStoreMetadata, int, int) - Method in class com.qfs.store.ref.impl.NoIndexConcreteReferenceFactory
 
create(IStoreMetadata, int, int) - Method in class com.qfs.store.ref.impl.SecondaryConcreteReferenceFactory
 
create(IStoreMetadata, int, int) - Method in class com.qfs.store.ref.impl.UniqueConcreteReferenceFactory
 
create(IPartitioning, IPartitioning) - Method in class com.qfs.pivot.cube.provider.partition.impl.IdentityNumaNodeSelectorFactory
 
create(IPartitioning, IPartitioning) - Method in interface com.qfs.pivot.cube.provider.partition.INumaNodeSelectorFactory
Creates a NUMA selector for a provider.
create(IRecordBlock<RecordT>, TIntArrayList) - Static method in class com.qfs.store.record.impl.FilteredRecordBlock
Constructs a filtered view of the given block, for which only the given rows are valid.
create(IContextValue, IContextValueTranslator<IContextValue>, IContextValueDecorator) - Method in class com.activeviam.contextservice.local.DescriptionFactory
Creates a set of context value descriptions.
create(IContextValueTranslator<?>, IContextValue, IContextValueDecorator) - Method in interface com.activeviam.contextservice.IContextValueDescriptionCreator
create(IContextValueTranslator<?>, IContextValue, IContextValueDecorator) - Method in class com.activeviam.contextservice.local.ContextValueDescriptionCreator
 
create(IActivePivotInstanceDescription, ISchemaSelectionSession, IEpochManager, IPartitioningManager, ITimeSupplier, IBranchPermissionsManager, IDomainDictionaryProvider) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotContainer
Create the actual IActivePivot object and populate the instance.
create(IAnalysisAggregationProcedureDescription, Collection<? extends IHierarchy>, IAggregationHierarchyCreationContext) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAnalysisAggregationProcedure.IFactory
Creates an instance of IAnalysisAggregationProcedure.
create(IAnalysisAggregationProcedureDescription, Collection<? extends IHierarchy>, IAggregationHierarchyCreationContext) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisAggregationProcedureFactory
 
create(IAnalysisAggregationProcedureDescription, Collection<? extends IHierarchy>, IAggregationHierarchyCreationContext) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy.TimeBucketFactory
 
create(ISelectionDescription, IDatabaseSchemaEntityResolver, IActivePivotDescription, IClusterDefinition) - Method in interface com.activeviam.copper.ICopperContextFactory
Creates a new Copper context.
create(ISelectionDescription, IDatabaseSchemaEntityResolver, IActivePivotDescription, IClusterDefinition) - Method in class com.activeviam.copper.impl.DataCubeContextFactory
 
create(IDistributedActivePivotInstanceDescription, IPartitioningManager, ITimeSupplier, IEpochCreator, IBranchPermissionsManager, IDomainDictionaryProvider) - Static method in class com.qfs.distribution.impl.ActivePivotSchemaDist.DistributedActivePivotContainer
Creates a instance of the container, building the inner ActivePivot.
create(IRegistry, String) - Static method in interface com.qfs.pivot.cube.provider.multi.IPartialProviderSelector
Creates an instance of this extended plugin value.
create(IRegistry, String, IStreamRegister<N, S, Q>, IStreamIdentifier, S) - Static method in interface com.quartetfs.tech.streaming.sharing.IStreamNode
Creates an instance of this extended plugin value.
create(DbInfoT) - Method in class com.qfs.snl.persistence.impl.ADbInfoDao
 
create(E) - Method in interface com.quartetfs.biz.tree.ITreeIteratorFactory
Returns an iterator on other nodes.
create(Class<T>, Object...) - Method in class com.quartetfs.fwk.impl.QFSRegistry
 
create(Class<T>, Object...) - Method in interface com.quartetfs.fwk.IRegistry
Creates a new instance of a type identified by its interface, with the supplied parameters.
create(Class<T>, Object...) - Static method in class com.quartetfs.fwk.Registry
Create a new Type instance for the given Type interface and the supplied constructor parameters.
create(Object...) - Method in class com.quartetfs.biz.pivot.server.util.impl.AServiceFactory
Deprecated.
 
create(Object...) - Method in interface com.quartetfs.fwk.types.IFactory
Creates an new instance of the implementation class.
create(Object...) - Method in class com.quartetfs.fwk.types.impl.AInstantiationCountingFactory
 
create(Object...) - Method in class com.quartetfs.fwk.types.impl.ASingletonFactory
 
create(Object...) - Method in class com.quartetfs.fwk.types.impl.Factory
Simple calls to the implementation class newInstance method.
create(Object...) - Method in class com.quartetfs.fwk.types.impl.FactoryValue
Create an extended plugin value instance using the delegate factory.
create(Object...) - Method in class com.quartetfs.fwk.types.impl.VariableFactoryValue
Inject the additional variable at the end of the arguments passed to the plugin instance constructor by the underlying factory.
create(Object...) - Method in interface com.quartetfs.fwk.util.IMappedTupleFactory
Wraps a tuple of data into a mapped tuple.
create(Object...) - Method in class com.quartetfs.fwk.util.impl.MappedTupleFactory
 
create(Object, String, long, int, MultiVersionAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase.MultiVersionAxisMemberFactory
Creates a new member.
create(Object, String, long, int, MultiVersionAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase.MultiVersionDistributedAxisMemberFactory
 
create(Runnable) - Static method in class com.activeviam.source.csv.api.CsvSourceFactory
Creates a new ICSVSource with the default name and the given close callback.
create(String) - Static method in class com.activeviam.database.api.schema.DatabaseId
Create a qualified database id.
create(String) - Static method in class com.activeviam.source.csv.api.CsvSourceFactory
Creates a new ICSVSource with the given name and no close callback.
create(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.APatternMatcherFactory
 
create(String) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IPatternMatcherFactory
Create a pattern matcher that will match the given pattern.
create(String) - Static method in interface com.quartetfs.biz.pivot.IActivePivotQueryExecutor
Creates an instance of this extended plugin.
create(String[], String, int, IMultiSourceAggregationFunction, String, String, String, boolean) - Static method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IAdvancedAggregatedMeasure
Creates a measure using the Registry.
create(String, int) - Method in class com.activeviam.apm.tracing.impl.MonitoredPoolFactory
 
create(String, int) - Method in class com.qfs.pool.impl.DefaultPoolFactory
 
create(String, int) - Method in interface com.qfs.pool.IPoolFactory
Creates a pool with the given parameters (using defaults for others -- see implementation classes for details).
create(String, WindowBuilder, IInternalCopperMeasure, MeasureMetadata, CopperAnalyticMeasure.AnalyticFilter) - Method in class com.activeviam.copper.measure.window.WindowReduceMeasure.Factory
Default creation method.
create(String, ChangeType, IColumnCondition) - Static method in class com.activeviam.database.api.experimental.refresh.TableUpdateDetail
Static factory to build a TableUpdateDetail.
create(String, FieldPath) - Static method in class com.activeviam.database.api.query.AliasedField
Creates an alias on a field that can be joined on the base table of the selection/query.
create(String, MdxSelectQueryResult, IJsonOutputConfiguration) - Static method in interface com.activeviam.pivot.rest.dataexport.converters.selectconverter.ISelectConverter
Creates an instance of ISelectConverter.
create(String, IKeyValueConnectionPool<C>) - Static method in class com.activeviam.source.keyvalue.api.KeyValueSourceFactory
Creates a new IKeyValueSource with the given parameters.
create(String, IAggregateProviderBase, IEpoch) - Static method in interface com.qfs.pivot.cube.provider.IMultiVersionAggregateProvider
 
create(String, AggregateProviderCreationParts, AggregateProviderCreationContext) - Static method in interface com.qfs.pivot.cube.provider.IAggregateProviderBase
 
create(String, AggregateProviderCreationParts, AggregateProviderCreationContext) - Static method in interface com.qfs.pivot.cube.provider.IMultiVersionGlobalAggregateProvider
 
create(String, MonitorDto) - Method in interface com.qfs.snl.rs.IMonitorRestService
Creates a single monitor.
create(String, MonitorDto) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
create(String, IMdxContext) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatterFactory
Creates the cube formatter for a given cube.
create(String, IMdxContext) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatterFactory
 
create(String, IMdxContext) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.IdentityCubeFormatterFactory
 
create(String, IMdxContext) - Method in class com.quartetfs.biz.pivot.impl.MdxCubeFormatterFactory
 
create(String, IActivePivotVersion) - Static method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousHandler
Creates an instance of this extended plugin.
create(String, IActivePivotVersion, IMeasuresProvider, Properties) - Static method in interface com.quartetfs.biz.pivot.query.aggregates.IMeasureDependentAggregatesContinuousHandler
Creates an instance of this extended plugin.
create(String, IMultiVersionActivePivot) - Static method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousQueryEngine
Creates an instance of this extended plugin.
create(String, IAggregatesContinuousQueryEngine, IMultiVersionActivePivot) - Static method in interface com.quartetfs.biz.pivot.query.aggregates.IStream
Creates an instance of this extended plugin.
create(String, MdxDrillthroughRowset, IJsonOutputConfiguration) - Static method in interface com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.IDrillthroughConverter
Creates an instance of IDrillthroughConverter.
create(String, Object...) - Static method in interface com.quartetfs.fwk.query.IAttachedQuery
Creates an instance of this extended plugin value.
create(String, Runnable) - Static method in class com.activeviam.source.csv.api.CsvSourceFactory
Creates a new ICSVSource with the given name and close callback.
create(String, String) - Static method in interface com.activeviam.arrow.write.IArrowVectorFeeder
Creates an ArrowVectorFeeder matching type to an Arrow type.
create(String, String, int, IAggregationFunction, String, String, String, boolean) - Static method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IAggregatedMeasure
Creates an Aggregated Measure from the Registry.
create(String, String, String, Properties) - Static method in interface com.quartetfs.biz.pivot.context.drillthrough.ICalculatedDrillthroughColumn
Creates a new instance from the Registry factory.
create(String, String, String, Set<ITableJoin.FieldMapping>, RelationshipOptionality) - Static method in class com.activeviam.database.api.schema.TableJoin
Factory.
create(String, Map<String, Object>) - Static method in interface com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.IJsonOutputConfiguration
Creates an instance of this extended plugin value.
create(String, Map<String, String>) - Static method in interface com.activeviam.pivot.rest.dataexport.measureformatter.IMeasureFormatter
Creates an instance of IMeasureFormatter.
create(Collection<? extends E>) - Static method in class com.activeviam.util.impl.IdentityHashSet
Constructs a new set containing the elements in the specified collection.
create(List<?>) - Method in interface com.quartetfs.fwk.util.IMappedTupleFactory
Wraps a tuple of data into a mapped tuple.
create(List<?>) - Method in class com.quartetfs.fwk.util.impl.MappedTupleFactory
 
create(List<IInternalCopperMeasure>, MeasureMetadata, SerializableFunction<IDatabaseVersion, ?>, DatabaseMeasureBuilder.DatabaseMeasureComputation<?>, boolean, Set<String>) - Method in class com.activeviam.copper.measure.DatabaseMeasure.Factory
Main creator.
create(List<IInternalCopperMeasure>, MeasureMetadata, String, Properties, boolean) - Method in class com.activeviam.copper.measure.PostProcessorCopperMeasure.Factory
Default creation method.
create(List<TableUpdateDetail>) - Static method in class com.activeviam.database.api.experimental.refresh.ChangeDescription
Static factory.
create(List<Monitor>) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
create(List<String>) - Static method in class com.qfs.repository.coordinates.impl.Erasure
Creates a erasure for a list of levels.
create(List<T>) - Method in interface com.qfs.snl.persistence.ICreateDao
Persists a transients elements, creating a new persisted resources.
create(List<T>) - Method in class com.qfs.snl.persistence.impl.ACRDao
 
create(Map.Entry<String, String>, T) - Method in interface com.activeviam.contextservice.IContextValueDescriptionCreatorFactory
create(Map.Entry<String, String>, T) - Method in class com.activeviam.contextservice.local.ContextValueDescriptionCreatorFactory
 
create(Map<ComputationIntensity, Duration>) - Static method in class com.activeviam.health.monitor.impl.HealthCheckAgent
Creates a health check agent.
create(Map<IAddress, Throwable>) - Static method in exception com.qfs.messenger.impl.CompletableFutureMessageAnswer.DistributedException
Factory method to create the appropriate king of Distributed Exception, when only one node responded with a failure or when more than one did.
create(ServletContext, IWebSocketEngineConfig) - Method in interface com.qfs.websocket.server.IHandshakeHandlerFactory
Creates a new HandshakeHandler.
create(ServletContext, IWebSocketEngineConfig) - Method in class com.qfs.websocket.server.impl.HandshakeHandlerFactory
 
create(NewT) - Method in class com.qfs.repository.params.impl.ParameterUpdateBuilder
 
create(NewT) - Method in interface com.qfs.repository.params.IParameterUpdateBuilder
Registers a new point value to create.
create(WebSocketHandler) - Method in class com.qfs.websocket.security.impl.SecurityWebSocketHandlerFactory
 
create(WebSocketHandler) - Method in interface com.qfs.websocket.security.ISecurityWebSocketHandlerFactory
Creates a new security webSocket handler that performs some work before delegating messages to the underlying handler.
create(T) - Method in interface com.qfs.snl.persistence.ICreateDao
Persists a transient element, creating a new persisted resource.
create(T) - Method in interface com.qfs.snl.persistence.IDbInfoDao
Store an info from the DB.
create(T) - Method in class com.qfs.snl.persistence.impl.ACRDao
 
create(T, List<N>, Object...) - Method in interface com.quartetfs.pivot.mdx.utils.impl.ColoredDirectedAcyclicGraph.ICDAGNodeFactory
Create a new node.
Create - com.quartetfs.biz.xmla.constants.Keyword
 
Create - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
CREATE - com.activeviam.dic.provider.impl.ImpactType
 
CREATE - com.quartetfs.pivot.mdx.statement.IStatement.StatementType
 
CREATE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
CREATE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
CREATE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
create_kpi_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
create_kpi_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
create_kpi_statement_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.create_kpi_statement_return
 
create_member_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
create_member_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
create_member_statement_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.create_member_statement_return
 
CREATE_MONITOR - Static variable in interface com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a monitor is being created.
create_set_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
create_set_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
create_set_statement_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.create_set_statement_return
 
create_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
create_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
create_statement_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.create_statement_return
 
createAggregateMap(MdxCellSet) - Static method in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Iterates over the cellSet to prepare for writing.
createAggregatesCacheIfNeeded(AggregatesCacheStatistics, IAggregatesContinuousQueryEngine) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
Checks if the aggregates cache that will be used while this version is the latest one should be created, and creates it if so.
createAggregatesRetriever(IMeasuresProvider, IContextSnapshot) - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
createAggregatesRetriever(IMeasuresProvider, IContextSnapshot) - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Creates an aggregates retriever given the measuresProvider and the context snapshot.
createAggregatesRetriever(IMeasuresProvider, IContextSnapshot) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
createAggregatesRetriever(Collection<String>) - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Creates an IActivePivotAggregatesRetriever that can be used to retrieve aggregated values for the given requestedMeasures.
createAggregatesRetriever(Collection<String>) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
createAggregatesRetriever(Collection<String>, IMeasuresProvider) - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Creates an IActivePivotAggregatesRetriever that can be used to retrieve aggregated values for the given requestedMeasures.
createAggregatesRetriever(Collection<String>, IMeasuresProvider) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
createAggregatesRetriever(Collection<String>, Collection<IMeasureMemberDescription>) - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Creates an IActivePivotAggregatesRetriever that can be used to retrieve aggregated values for the given requestedMeasures.
createAggregatesRetriever(Collection<String>, Collection<IMeasureMemberDescription>) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
createAggregation(int) - Static method in class com.qfs.agg.impl.CopyFunction
Creates a copy binding for the given type.
createAggregation(String, int) - Method in class com.activeviam.agg.impl.ComparableMaxFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.AGenericAggregationFunction
Deprecated.
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.AGenericBaseAggregationFunction
Deprecated.
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.AvgFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.CopyFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.CountFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.DistinctCountFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.DistinctCountSupportingRemovalsFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.GrossSumFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.LongFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.MaxFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.MaxHistoryFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.MinFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.MinHistoryFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.MultiplyFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.ShortFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.SingleValueFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.SquareSumFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.SumFunction
 
createAggregation(String, int) - Method in class com.qfs.agg.impl.TimestampFunction
 
createAggregation(List<String>, int[]) - Method in class com.activeviam.agg.impl.AUserDefinedAggregateFunction
 
createAggregation(List<String>, int[]) - Method in class com.activeviam.agg.impl.AUserDefinedAggregateFunctionWithRemoval
 
createAggregation(List<String>, int[]) - Method in class com.activeviam.agg.impl.SerializableUserDefinedAggregateFunction
 
createAggregation(List<String>, int[]) - Method in class com.activeviam.agg.impl.SerializableUserDefinedAggregateFunctionWithRemoval
 
createAggregation(List<String>, int[]) - Method in class com.activeviam.agg.impl.SerializableUserDefinedVectorAggregateFunction
 
createAggregation(List<String>, int[]) - Method in class com.activeviam.agg.impl.SerializableUserDefinedVectorAggregateFunctionWithRemoval
 
createAggregation(List<String>, int[]) - Method in interface com.activeviam.agg.IUserDefinedAggregateFunction
 
createAggregation(List<String>, int[]) - Method in interface com.qfs.agg.IAggregationFunction
 
createAggregation(List<String>, int[]) - Method in interface com.qfs.agg.IGenericAggregationFunction
Creates an IGenericAggregation that can bind a list of data structures to a single destination data structure.
createAggregation(List<String>, int[]) - Method in class com.qfs.agg.impl.AAggregationFunction
 
createAggregation(List<String>, int[]) - Method in class com.qfs.agg.impl.SumProductFunction
 
createAggregation(List<String>, int[]) - Method in interface com.qfs.agg.IMultiSourceAggregationFunction
 
createAllocator(String) - Static method in class com.qfs.buf.impl.Buffers
Creates the IBufferAllocator identified by the given class name.
createAllRowsCursor(IDatastoreView, String, int) - Method in interface com.qfs.store.query.ICursorFactory
Creates a cursor to iterate over all rows of the given partition.
createAllRowsCursor(IDatastoreView, String, int) - Method in class com.qfs.store.query.impl.ACursorFactory
 
createAnalysisAggregationProcedureDescription(DataCubeContext) - Method in class com.activeviam.copper.procedure.CopperBucketingAnalysisAggregationProcedure
 
createAnalysisAggregationProcedureDescription(DataCubeContext) - Method in class com.activeviam.copper.procedure.CopperJoinAggregationProcedure
 
createAnalysisAggregationProcedureDescription(DataCubeContext) - Method in interface com.activeviam.copper.procedure.ICopperAggregationProcedure
Creates the analysis aggregation procedure to use when publishing this hierarchy.
createAnalysisProcedureDescriptions(DataCubeContext) - Method in class com.activeviam.copper.CopperJoinHierarchyAccumulator
Deprecated.
Generates the analysis procedure descriptions implied by the hierarchies accumulated in this component, as well as the measures accumulated within the DataCubeMeasurePublisher.
createArrayCursor() - Method in class com.activeviam.column.impl.ChunkedColumn
 
createArrayCursor() - Method in class com.activeviam.column.LazyChunkedCompositeColumn
 
createArrayCursor() - Method in interface com.qfs.chunk.IArray
Creates a new read-only cursor that can be moved up and down the array.
createArrayCursor() - Method in interface com.qfs.chunk.IChunk
 
createArrayCursor() - Method in interface com.qfs.chunk.IChunkComposite
 
createArrayCursor() - Method in interface com.qfs.chunk.IChunkSingleValue
 
createArrayCursor() - Method in class com.qfs.chunk.impl.TableColumn
 
createArrayCursor() - Method in class com.qfs.chunk.impl.TombStoneChunk
 
createArrayCursor() - Method in interface com.qfs.chunk.IWritableArray
 
createArrayCursor() - Method in interface com.qfs.column.IColumnInteger
 
createArrayCursor() - Method in class com.qfs.column.impl.ColumnBoolean
 
createArrayCursor() - Method in class com.qfs.column.impl.ColumnLong
 
createArrayCursor() - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
createArrayCursor() - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableArray
 
createArrayCursor() - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
createArrayCursor() - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
createArrayCursor() - Method in class com.qfs.store.impl.TombstoneColumn
 
createArrayCursor() - Method in class com.qfs.store.record.impl.Record
 
createArrayCursor() - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedColumn
 
createArrayCursor() - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedColumnDecorateArray
 
createArrayCursor() - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Creates a new cursor that can be moved up and down the result writer.
createArrayCursor() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
createArrowRecordBlock(VectorSchemaRoot, List<IFieldType>, IRecordFormat, List<List<Integer>>, Map<Long, Dictionary>) - Static method in class com.activeviam.arrow.read.record.ArrowRecordBlock
Static constructor with indices constructor.
createAxisDimension(IAxisDimensionDescription) - Method in class com.quartetfs.biz.pivot.impl.DimensionsFactory
Deprecated.
Creates a new dimension with the given description.
createAxisRangeArray(List<IMdxCellSetAxis>, IAxisRanges<IRangeProperty>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.RangeHelper
Merges together a cellSet and ranges information to combine the range limits and the axes size for each axis.
createBaggage(String) - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
createBaggage(String) - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
createBaggage(String, String) - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
createBaggage(String, String) - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
createBasicStorage() - Static method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AdditionalMeasureStorage
Static constructor for a basic storage using an on-heap dictionary and basic lists.
createBinding(Class<?>, Class<?>) - Method in class com.qfs.vector.binding.impl.VectorBindingCreator
 
createBinding(Class<?>, Class<?>) - Method in interface com.qfs.vector.binding.IVectorBindingCreator
Creates a binding between the source and target class.
createBitmap() - Method in interface com.qfs.bitmap.IBitmapIndex
Creates a new IBitmap object.
createBitmap() - Method in class com.qfs.bitmap.impl.ABitmapIndex
Creates a new (empty) bitmap to be stored in this index.
createBitmap() - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
createBitmap() - Method in class com.qfs.bitmap.impl.QFSBitmapIndex
 
createBitmap(int) - Method in interface com.qfs.bitmap.IBitmapIndex
Creates a new IBitmap object, with initial buffer size.
createBitmap(int) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
createBitmap(int) - Method in class com.qfs.bitmap.impl.QFSBitmapIndex
 
createBitmap(int[]) - Static method in class com.qfs.store.query.plan.impl.ResultMerger
Creates a clearable bitmap that set all the position in the source to true.
createBitmapAndSet(int) - Static method in class com.qfs.store.query.plan.impl.ResultMerger
Creates a clearable bitmap setting the position to true.
createBlockingQueryHolder(TaskT, BiFunction<TaskT, Throwable, Exception>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Binds a hidden CompletableExecutionStage to a FutureValue.
createBlockingTask(Function<CountedCompleter<?>, TaskT>, BiFunction<TaskT, Throwable, Exception>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Prepares a value holder on which to block to obtain a value and the task producing this value.
createBoolean(Boolean) - Static method in class com.quartetfs.pivot.mdx.statement.impl.Literal
 
createBranch(JsonBranchCreation) - Method in interface com.qfs.service.store.IDatabaseRestService
Creates a new branch.
createBranch(JsonBranchCreation) - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
createBranch(IBranchCreationDescription) - Method in interface com.qfs.store.service.IDatabaseService
Create a branch.
createBranch(IBranchCreationDescription) - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
createBranch(IBranchCreationDescription) - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
createBranch(IBranchCreationDescription) - Method in class com.qfs.store.service.impl.DatastoreService
 
createBranch(IBranchCreationDescription) - Method in class com.qfs.store.service.impl.ReadOnlyDatabaseService
 
createBranch(IBranchCreationDescription) - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
createBucket(Object, ChronoUnit, int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.ATimeBucketer
Creates a bucket and add it to ATimeBucketer.buckets.
createBucketMap(B) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IBucketer
Creates a navigable map of all the available buckets, keyed and sorted by their upper boundary.
createBucketMap(B, List<Object>) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IBucketer
Creates a navigable map of buckets, keyed and sorted by their upper boundary.
createBucketMap(Long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.ATimeBucketer
 
createBucketMap(Long, List<Object>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.ATimeBucketer
 
createBuffer() - Method in class com.qfs.dic.impl.PointReferenceDictionary
Returns a new coordinate buffer to be used in mapping operations.
createBuffer(IRecordReader, int[]) - Static method in class com.qfs.index.impl.RecordIndexUtil
Creates an int[] buffer that will hold the dictionarized values of the given fields of the input record.
createBufferedCellSetWriter(ILocation, IMeasureMember) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IBufferedCellSetWriterFactory
Create an buffered cell set writer for a scope and a measure.
createBufferedCellSetWriter(ILocation, String) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
createBufferedCellSetWriter(ILocation, String) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
createBufferedCellSetWriter(ILocation, String) - Method in interface com.quartetfs.biz.pivot.cellset.IScopedCellSet
Create a buffered cellset writer from a scope and a measure name.
createBuilder() - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
createBuilder() - Method in interface com.quartetfs.biz.pivot.IPointLocationPattern
Creates a full IPointLocationBuilder based on this pattern.
createBuilder() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
createBuilder() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IScopeLocation
Creates a full IPointLocationBuilder based on this scope.
createBuilder(IHasDimensionality) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Creates a set builder.
createBuilderFromCleansedLocation(ILocation, IHierarchicalMapping, int) - Static method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
Creates a PointLocationBuilder from a cleansed scope location.
createCachedPostProcessedRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, IPostProcessedMeasure, IPostProcessor, ICachedAggregates) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregatesRetrievalCreator
Creates a retrieval operation for cached post-processor results.
createCachedPrimitiveAggregationRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, Collection<? extends IMeasureMember>, Map<IMeasureMember, ICachedAggregates>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregatesRetrievalCreator
Creates a retrieval operation for cached primitive aggregation results.
createCachedPrimitiveRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, Collection<? extends IMeasureMember>, Map<IMeasureMember, ICachedAggregates>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregatesRetrievalCreator
Creates a retrieval operation for cached primitive results.
createCacheKey(ILocation, IMeasureMember, ICubeFilter, IContextSnapshot, IAggregatesCache.IQueryContext) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Creates a key for the given argument that can be put into the cache.
createCacheKey(ILocation, IMeasureMember, ICubeFilter, IContextSnapshot, IAggregatesCache.IQueryContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
createCalculatedMember(String, ICalculatedMemberDescription, List<String>, List<String>) - Method in interface com.quartetfs.biz.pivot.webservices.IConfigurationService
Adds a calculated member to an activepivot.
createCalculatedMember(String, ICalculatedMemberDescription, List<String>, List<String>) - Method in class com.quartetfs.biz.pivot.webservices.impl.ConfigurationService
 
createCalculatedMember(String, String, String, String, String) - Method in class com.quartetfs.biz.pivot.webservices.impl.ConfigurationService
Adds a calculated member to an activepivot.
createCartesianPartition(int[], IntIntFunction[], BiFunction<int[], IntIntFunction[], T>) - Static method in class com.qfs.store.part.impl.PartitioningUtil
Creates a cartesian partitioning from the given fields and functions using a given constructor.
createCartesianPartition(List<String>, List<IPartitioningFunctionDescription>, IPartitioningFormat, BiFunction<int[], IntIntFunction[], T>) - Static method in class com.qfs.store.part.impl.PartitioningUtil
Creates a cartesian partitioning from the given fields and functions using a given constructor.
createCellCursor() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellSet
 
createChannel(String) - Method in class com.qfs.source.impl.AMessageChannelFactory
Create a channel to push data into the given store.
createChannel(String, String) - Method in class com.qfs.source.impl.AMessageChannelFactory
 
createChannel(String, String) - Method in interface com.qfs.source.IStoreMessageChannelFactory
Creates the channel that will convey the data of a specific topic of the data source into the given store.
createChannel(String, String, ITuplePublisher<I>) - Method in class com.qfs.source.impl.AMessageChannelFactory
 
createChannel(String, String, ITuplePublisher<I>, List<IColumnCalculator<O>>) - Method in class com.qfs.source.impl.AMessageChannelFactory
Create a channel to push data into the given store.
createChannel(String, String, ITuplePublisher<InputT>) - Method in interface com.qfs.source.IStoreMessageChannelFactory
Create a message channel that will convey data of a specific topic of the data source, and configure it as if the data was to be written into a given store.
createCharset(String) - Method in class com.qfs.msg.csv.impl.FileParserConfiguration
Retrieve the charset instance matching that name.
createChildDirectory(String, List<String>, List<String>) - Method in interface com.qfs.content.service.IContentService
Create a new folder with a non-used name in the given folder.
createChildDirectory(String, List<String>, List<String>) - Method in class com.qfs.content.service.impl.AContentService
 
createChildDirectory(String, List<String>, List<String>) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
createChildDirectory(String, List<String>, List<String>) - Method in class com.qfs.content.service.impl.RemoteContentService
 
createChildFile(String, String, List<String>, List<String>) - Method in interface com.qfs.content.service.IContentService
Create a new file with a non-used name in the given folder.
createChildFile(String, String, List<String>, List<String>) - Method in class com.qfs.content.service.impl.AContentService
 
createChildFile(String, String, List<String>, List<String>) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
createChildFile(String, String, List<String>, List<String>) - Method in class com.qfs.content.service.impl.RemoteContentService
 
createChildren() - Method in class com.qfs.content.service.impl.DynamicContentServiceMBean
 
createChildren() - Method in class com.qfs.pivot.content.impl.DynamicActivePivotContentServiceMBean
 
createChunk(int) - Method in interface com.qfs.store.IChunkFactory
Creates a chunk of the given size.
createChunk(int, int, int, int[], TIntIntMap, IAllocationSettings[], boolean, boolean) - Static method in class com.qfs.store.impl.ChunkSet
Creates a new chunk for a chunkSet.
createChunk(IChunkAllocator, IAllocationSettings, int) - Method in interface com.qfs.store.IChunkCreator
Creates a chunk of the given size, using the given allocator and allocation settings.
createChunk(IChunkAllocator, IAllocationSettings, int) - Method in class com.qfs.store.impl.ChunkFactory
 
createChunkFactory(boolean, IAllocationSettings) - Method in class com.activeviam.agg.impl.AUserDefinedAggregation
 
createChunkFactory(boolean, IAllocationSettings) - Method in interface com.qfs.agg.IGenericAggregation
Creates the chunk factory that can create the chunks for this aggregation's results.
createChunkFactory(boolean, IAllocationSettings) - Method in class com.qfs.agg.impl.HistoryAggregation
 
createChunkFactory(boolean, IAllocationSettings) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductAggregationVectorDouble
 
createChunkFactory(boolean, IAllocationSettings) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductAggregationVectorFloat
 
createChunkFactory(boolean, IAllocationSettings) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductAggregationVectorLong
 
createChunkId() - Method in interface com.qfs.chunk.IChunkAllocator
Creates a unique ID for a chunk to allocate.
createChunkId() - Method in class com.qfs.chunk.impl.AChunkAllocator
 
createCollector(BaseT) - Method in class com.qfs.pivot.hierarchy.impl.AHierarchyTransaction
Creates the collector that will be used to collect the transactional data.
createCollector(MeasureHierarchy) - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedMeasureHierarchyTransaction
 
createCollector(MeasureHierarchy) - Method in class com.qfs.pivot.hierarchy.impl.MeasureHierarchyTransaction
 
createCompatibleAsOfEpoch(IMultiVersionActivePivot, IActivePivotVersion) - Static method in class com.quartetfs.pivot.mdx.utils.impl.ServicesUtil
Create an IAsOfEpoch context value compatible with the targetVersion.
createCompleteDefinition(IPartialProviderDefinition, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
Creates a complete definition of a provider by computing the actual hierarchies and measures to use in the provider.
createCompositeTransactionInfo() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
createCompositeTransactionInfo() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
createCompositeTransactionInfo() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Creates a composite transaction info that can batch together multiple underlying transaction info.
createConcreteReference(IConcreteReferenceFactory, IStoreMetadata, int) - Static method in class com.qfs.store.impl.MultiVersionStorePartition
createConnection() - Method in interface com.qfs.msg.jdbc.IConnectionSupplier
Creates and returns a Connection to the associated database.
createConnection() - Method in interface com.qfs.msg.jdbc.IJDBCSource
Creates and returns the Connection.
createConnection() - Method in class com.qfs.msg.jdbc.impl.AJDBCSource
Deprecated.
 
createConnection() - Method in class com.qfs.msg.jdbc.impl.AJDBCSource.SimpleConnectionSupplier
Deprecated.
 
createConnection() - Method in class com.qfs.msg.keyvalue.impl.AKeyValueConnectionPool
Instantiate a new KeyValue connection object.
createConstantValueWriter(Object, int) - Static method in class com.activeviam.pivot.postprocessing.PostProcessorUtils
Creates an action that will write the given value into any received cell.
createContext(IActivePivotVersion, IScopeLocation, IScopeLocation, IScopeLocation, IDatabaseRetrievalResult) - Method in class com.activeviam.copper.agg.InnerJoinAnalysisAggregationProcedure
 
createContext(IActivePivotVersion, IScopeLocation, IScopeLocation, IScopeLocation, IDatabaseRetrievalResult) - Method in class com.activeviam.copper.hierarchy.BucketingAnalysisAggregationProcedure
Deprecated.
 
createContext(IActivePivotVersion, IScopeLocation, IScopeLocation, IScopeLocation, IDatabaseRetrievalResult) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy.TimeBucketProcedure
 
createContext(IActivePivotVersion, IScopeLocation, IScopeLocation, IScopeLocation, Map<String, IDatabaseRetrievalResult>) - Method in class com.activeviam.copper.agg.LeftJoinAnalysisAggregationProcedure
 
createContext(IActivePivotVersion, IScopeLocation, IScopeLocation, IScopeLocation, Map<String, IDatabaseRetrievalResult>) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAnalysisAggregationProcedure
createContext(IActivePivotVersion, IScopeLocation, IScopeLocation, IScopeLocation, Map<String, IDatabaseRetrievalResult>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAnalysisAggregationProcedure
createContext(Object...) - Method in class com.activeviam.copper.graph.visitor.ACopperTreeRewriter
 
createContext(Object...) - Method in class com.qfs.graph.impl.ATreeRewriter
 
createContext(Object...) - Method in interface com.qfs.graph.impl.ITreeVisitor
Creates the visitor context that will be passed to each visited node.
createContext(Object...) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
createContext(Object...) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor
Creates the visitor context that will be passed to each visited node.
createContext(Object...) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
createContext(Object...) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
createContext(Object...) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphExporter
 
createContext(Object...) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphPrinter
 
createContext(Object...) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
createContinuousAggregatesRetriever(IMeasuresProvider, IContextSnapshot, Object) - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
createContinuousAggregatesRetriever(IMeasuresProvider, IContextSnapshot, Object) - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Creates an IActivePivotAggregatesRetriever that can be used by the continuous query engine in the given context.
createContinuousAggregatesRetriever(IMeasuresProvider, IContextSnapshot, Object) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
createCopyInstruction(int) - Static method in class com.qfs.store.record.flatten.impl.InstructionCreator
Creates an instruction for a copy.
createCopyInstructionData(int, int) - Static method in class com.qfs.store.record.flatten.impl.InstructionCreator
Creates an instruction that contains the data to copy following a copy instruction.
createCubeFormatter(IActivePivot, IMdxContext) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Creates a cube formatter for the given ActivePivot, using the provided MDX context.
createCursor() - Method in class com.activeviam.column.LazyChunkedCompositeColumn
 
createCursor() - Method in class com.qfs.chunk.impl.SimpleCompositeReadableColumn
 
createCursor() - Method in interface com.qfs.column.ICompositeColumn
 
createCursor() - Method in interface com.qfs.column.ICompositeReadableColumn
Creates a new cursor on this column.
createCursor() - Method in class com.qfs.store.impl.AColumnStore.CompositeColumnView
 
createCursor() - Method in class com.qfs.store.impl.ChunkSet
 
createCursor() - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
createCursor(IDatastoreView, String, int, IBitmap) - Method in interface com.qfs.store.query.ICursorFactory
Creates a cursor to iterate over the results of this query.
createCursor(IDatastoreView, String, int, IBitmap) - Method in class com.qfs.store.query.impl.ACursorFactory
 
createCursor(ITuple, IHasDimensionality[]) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Create a reader cursor.
createCursor(ITuple, IHasDimensionality[]) - Method in class com.quartetfs.pivot.mdx.plan.impl.Pass
Get a cursor on the result.
created() - Method in interface com.qfs.msg.csv.IFileEvent
Returns the data providers that have been created.
created() - Method in class com.qfs.msg.csv.impl.FileEvent
 
CREATED - com.qfs.msg.csv.impl.ACSVTopic.ResourceStatus
Corresponds to the creation of a data provider.
CREATED_ON - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
CREATED_ON - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_InputDataSourcesDefinition
 
createdAt(IAudit) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
Sets the createdAt audit.
createdAt(IAudit) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
createDatabaseService(IDatabase, IDatabaseServiceConfiguration, ISecurityFacade) - Static method in class com.activeviam.pivot.server.spring.api.Services
Creates an instance of the service providing read access to the database.
createDatastoreSchema() - Method in class com.activeviam.store.structure.impl.DatastoreSchemaFactory
 
createDatastoreSchema() - Method in interface com.qfs.store.IDatastoreSchemaFactory
Returns created schema.
createDatastoreViewForRecordFlatteningInStructuralTransaction(DatastoreBaseRewriteContext, String, int, IRecordSetBase) - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
createdAtMonitor(IMonitor, IAudit) - Static method in class com.qfs.snl.monitors.impl.Monitor
Creates a copy of the monitor with the given creation audit.
createdBy(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.ILocatedMonitor
Sets the name of the monitor creator.
createdBy(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
createDefaultDictionary(int) - Static method in class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning
Creates a default dictionary for points of a given length.
createDefaultMemoryStatistics(IDictionary<?>) - Static method in class com.qfs.dic.impl.AbstractDictionary
Creates a default memory statistic with common attributes shared by all Dictionaries.
createDefaultName(AggregatedMeasure) - Method in class com.activeviam.copper.measure.AggregatedMeasure.Factory
 
createDefaultName(CalculatedMeasure) - Method in class com.activeviam.copper.measure.CalculatedMeasure.Factory
 
createDefaultName(ConstantValueMeasure) - Method in class com.activeviam.copper.measure.ConstantValueMeasure.Factory
 
createDefaultName(ContextValueMeasure) - Method in class com.activeviam.copper.measure.ContextValueMeasure.Factory
 
createDefaultName(CopperAdvancedAggregatedMeasure) - Method in class com.activeviam.copper.measure.CopperAdvancedAggregatedMeasure.Factory
 
createDefaultName(DatabaseMeasure) - Method in class com.activeviam.copper.measure.DatabaseMeasure.Factory
 
createDefaultName(DrillupMeasure) - Method in class com.activeviam.copper.measure.DrillupMeasure.Factory
 
createDefaultName(ExtremaMemberMeasure) - Method in class com.activeviam.copper.measure.ExtremaMemberMeasure.Factory
 
createDefaultName(HierarchyValueMeasure) - Method in class com.activeviam.copper.measure.HierarchyValueMeasure.Factory
 
createDefaultName(LeafAggregationMeasure) - Method in class com.activeviam.copper.measure.LeafAggregationMeasure.Factory
 
createDefaultName(LevelFilteringMeasure) - Method in class com.activeviam.copper.measure.LevelFilteringMeasure.Factory
 
createDefaultName(LevelValueMeasure) - Method in class com.activeviam.copper.measure.LevelValueMeasure.Factory
 
createDefaultName(MarginalDrillupMeasure) - Method in class com.activeviam.copper.measure.MarginalDrillupMeasure.Factory
 
createDefaultName(MaskMeasure) - Method in class com.activeviam.copper.measure.MaskMeasure.Factory
 
createDefaultName(PostProcessorCopperMeasure) - Method in class com.activeviam.copper.measure.PostProcessorCopperMeasure.Factory
 
createDefaultName(ShiftMeasure) - Method in class com.activeviam.copper.measure.ShiftMeasure.Factory
 
createDefaultName(StoreFieldAggregatedMeasure) - Method in class com.activeviam.copper.measure.StoreFieldAggregatedMeasure.Factory
 
createDefaultName(StoreLookupMeasure) - Method in class com.activeviam.copper.measure.StoreLookupMeasure.Factory
 
createDefaultName(SwitchOnMeasure) - Method in class com.activeviam.copper.measure.SwitchOnMeasure.Factory
 
createDefaultName(UserDefinedLeafAggregationMeasure) - Method in class com.activeviam.copper.measure.UserDefinedLeafAggregationMeasure.Factory
 
createDefaultName(FirstLastMeasure) - Method in class com.activeviam.copper.measure.window.FirstLastMeasure.Factory
 
createDefaultName(LeadLagMeasure) - Method in class com.activeviam.copper.measure.window.LeadLagMeasure.Factory
 
createDefaultName(WindowReduceMeasure) - Method in class com.activeviam.copper.measure.window.WindowReduceMeasure.Factory
 
createDefaultName(T) - Method in interface com.activeviam.copper.measure.IMeasureFactory
Generates a default name for the measure.
createDefaultValues(int[]) - Static method in class com.qfs.store.impl.AColumnStore
Computes an array containing the default values used to reset the values of the underlying buffers when performing a copy in the aggregation buffers.
createDependency(int[], int[]) - Static method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
Create an expression dependency.
createDependencyKey() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CachedPrimitiveAggregationNode
 
createDependencyKey() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
 
createDescription(ICreateStatement) - Static method in class com.quartetfs.pivot.mdx.impl.BasicCreateExecutor
Creates a calculated member description from a create statement.
createDescription(String, String, boolean, Properties) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LegacyAnalysisHierarchyUtil
Deprecated.
Returns an IAnalysisHierarchyDescription corresponding to the description of the provided hierarchy pluginKey.
createDimensionality(List<? extends IMdxMember>) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Creates a dimensionality from members.
createDimensions() - Method in class com.qfs.pivot.impl.DistributedDimensionsFactory
Deprecated.
 
createDimensions() - Method in class com.quartetfs.biz.pivot.impl.ADimensionsFactory
Deprecated.
 
createDimensions() - Method in class com.quartetfs.biz.pivot.impl.DimensionsFactory
Deprecated.
 
createDimensionsFactory(IActivePivotDescription, IActivePivotSchemaSelectionSession) - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
 
createDimensionsFactory(IActivePivotDescription, IActivePivotSchemaSelectionSession) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
 
createdInCurrentTransaction(int) - Method in class com.qfs.store.impl.ARecordSetTransaction
 
createdInCurrentTransaction(int) - Method in interface com.qfs.store.IRecordSetTransaction
Returns whether the row has been created in the current transaction.
createDirectCellSetWriter(ILocation, IAggregateStore) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
createDirectCellSetWriter(ILocation, IAggregateStore) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
createDirectCellSetWriter(ILocation, IAggregateStore) - Method in interface com.quartetfs.biz.pivot.cellset.IScopedCellSet
Create a direct cellset writer from a scope and a source aggregate store.
createDirectory(String, List<String>, List<String>, boolean) - Method in interface com.qfs.content.service.IContentService
Creates a new directory at the given path.
createDirectory(String, List<String>, List<String>, boolean) - Method in class com.qfs.content.service.impl.AContentService
 
createDirectory(String, List<String>, List<String>, boolean) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
createDirectory(String, List<String>, List<String>, boolean) - Method in class com.qfs.content.service.impl.RemoteContentService
 
createDirectoryTopic(String, String, String, ICSVParserConfiguration) - Method in class com.qfs.msg.csv.filesystem.impl.FileSystemCSVTopicFactory
Creates a new topic for the source, with watcher service implementation.
createDirectPartialCellSetWriter(ILocation, IAggregateStore) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
Creates a direct cellset writer from a scope and a source aggregate store.
createDistributedPivot(String, IActivePivotDescription, IDataClusterDefinition, IActivePivotSchemaSelectionSession, IEpochManager, IPartitioningManager, ITimeSupplier, IBranchPermissionsManager, IDomainDictionaryProvider) - Static method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
createDistributedSchema(String, Map<String, ActivePivotContainer>, List<? extends IDistributedActivePivotInstanceDescription>, ISchemaSelectionSessionHolder, IActivePivotFeedingPolicy, IEpochCreator, IBranchPermissionsManager) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaExtendedPlugin
Deprecated.
Creates an instance of a Distributed ActivePivot Schema - of type IActivePivotSchema.TYPE_DIST.
createDouble(int) - Static method in class com.qfs.chunk.impl.VectorsAllocationSettings
Creates standard allocation settings for double vectors that will be allocated in blocks of vectorBlockSize components.
createEmptyArgument() - Static method in class com.quartetfs.pivot.mdx.statement.impl.Literal
 
createEmptyBitmap() - Static method in class com.qfs.store.query.plan.impl.ResultMerger
Creates an empty clearable bitmap.
createEmptyBitmap(int) - Static method in class com.qfs.store.query.plan.impl.ResultMerger
Creates an empty clearable bitmap with initial capacity.
createEmptyCursor() - Method in interface com.qfs.store.query.ICursorFactory
Creates an empty cursor.
createEmptyCursor() - Method in class com.qfs.store.query.impl.ACursorFactory
 
createEmptyDataClusterDefinition() - Static method in class com.qfs.pivot.impl.MultiVersionDataActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
createEmptyResult() - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatastoreRetrievalResultHolder
Returns an empty datastore result.
createEmptyResult(IScopeLocation, ICubeFilter, IAggregatedMeasure<?, ?>[], IRetrievalResultTracker) - Static method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Factory for empty result.
createEmptyResult(IScopeLocation, ICubeFilter, Collection<? extends IMeasureMember>, IRetrievalResultTracker) - Static method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Factory for empty result.
createEntry(byte[]) - Method in interface com.qfs.util.tar.impl.TarInputStream.EntryFactory
Constructor.
createEntry(File) - Method in interface com.qfs.util.tar.impl.TarInputStream.EntryFactory
Constructor.
createEntry(String) - Method in interface com.qfs.util.tar.impl.TarInputStream.EntryFactory
Constructor.
createEvent() - Method in interface com.activeviam.health.monitor.IHealthCheck
Computes and creates a new health event for this health check.
createEvent() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck
 
createExecutionContext(CancellableCountedCompleter<?>, ICubeFilter) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedAggregateProviderVersion
 
createExecutionContext(CancellableCountedCompleter<?>, ICubeFilter) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion
 
createExecutionContext(CancellableCountedCompleter<?>, ICubeFilter) - Method in interface com.qfs.pivot.cube.provider.IAggregateProvider
Creates the execution context for the current context that will be used to retrieve aggregates.
createExecutionContext(CancellableCountedCompleter<?>, ICubeFilter) - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderVersion
Creates the execution context for the current ActivePivot context which will be used to retrieve aggregates.
createExecutionContext(CancellableCountedCompleter<?>, ICubeFilter) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
createExecutionContext(CancellableCountedCompleter<?>, ICubeFilter) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
createExecutionContext(CancellableCountedCompleter<?>, ICubeFilter) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
createExecutionGraph(CancellableCountedCompleter<?>[]) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Converts the planning graph into an execution graph, made of ExecutionPlan.
createExpansionContext(IContext, IHierarchicalMapping, List<? extends IHierarchy>, long, long) - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderTransaction
Creates the context used for the location expansion.
createExpansionContext(IContext, IHierarchicalMapping, List<? extends IHierarchy>, long, long) - Method in class com.qfs.pivot.cube.provider.partition.impl.BitmapPartitionedAggregateProviderTransaction
 
createExpansionContext(IContext, IHierarchicalMapping, List<? extends IHierarchy>, long, long) - Method in class com.qfs.pivot.cube.provider.partition.impl.LeafPartitionedAggregateProviderTransaction
 
createExtendedPluginValue(Class<T>, Object, Object...) - Static method in class com.quartetfs.fwk.Registry
Creates an extended plugin value with a single key and the given args.
createFactory(String, List<? extends HierarchyAndLevelInfo>, List<? extends HierarchyAndLevelInfo>, IDistributedActivePivot.DataReplication) - Method in class com.qfs.distribution.impl.ClusterTranslatorFactory
Creates the IQueryNodeQueryTranslatorFactory associated with the given data cube's address.
createFieldTransformer(String) - Method in class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction
 
createFieldTransformer(String) - Method in interface com.activeviam.store.structure.IRebuildIndexDictionaryAction
Creates an operator transforming existing dictionarized values.
createFieldTypeDto(IFormField.IType) - Static method in class com.qfs.snl.dtos.DtoUtil
Creates the DTO for a field type.
createFile(String, String, List<String>, List<String>, boolean) - Method in interface com.qfs.content.service.IContentService
Creates a new file at the given path.
createFile(String, String, List<String>, List<String>, boolean) - Method in class com.qfs.content.service.impl.AContentService
 
createFile(String, String, List<String>, List<String>, boolean) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
createFile(String, String, List<String>, List<String>, boolean) - Method in class com.qfs.content.service.impl.RemoteContentService
 
createFloat(int) - Static method in class com.qfs.chunk.impl.VectorsAllocationSettings
Creates standard allocation settings for float vectors that will be allocated in blocks of vectorBlockSize components.
createFormatter(String, Locale) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
 
createFormFieldDto(IFormField) - Static method in class com.qfs.snl.dtos.DtoUtil
Creates the DTO for a form field.
createFrequentValueChunk(int, Double, IChunk<Double>, IRowMapping, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
createFrequentValueChunk(int, Double, IChunk<Double>, IRowMapping, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
createFrequentValueChunk(int, Double, IChunk<Double>, IRowMapping, boolean) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
createFrequentValueChunk(int, Double, IChunk<Double>, IRowMapping, boolean) - Method in interface com.qfs.chunk.IChunkDouble
 
createFrequentValueChunk(int, Float, IChunk<Float>, IRowMapping, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
createFrequentValueChunk(int, Float, IChunk<Float>, IRowMapping, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
createFrequentValueChunk(int, Float, IChunk<Float>, IRowMapping, boolean) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
createFrequentValueChunk(int, Float, IChunk<Float>, IRowMapping, boolean) - Method in interface com.qfs.chunk.IChunkFloat
 
createFrequentValueChunk(int, Integer, IChunk<Integer>, IRowMapping, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
createFrequentValueChunk(int, Integer, IChunk<Integer>, IRowMapping, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
createFrequentValueChunk(int, Integer, IChunk<Integer>, IRowMapping, boolean) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
createFrequentValueChunk(int, Integer, IChunk<Integer>, IRowMapping, boolean) - Method in interface com.qfs.chunk.IChunkInteger
 
createFrequentValueChunk(int, Long, IChunk<Long>, IRowMapping, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
createFrequentValueChunk(int, Long, IChunk<Long>, IRowMapping, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
createFrequentValueChunk(int, Long, IChunk<Long>, IRowMapping, boolean) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
createFrequentValueChunk(int, Long, IChunk<Long>, IRowMapping, boolean) - Method in interface com.qfs.chunk.IChunkLong
 
createFrequentValueChunk(int, K, IChunk<K>, IRowMapping, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
createFrequentValueChunk(int, K, IChunk<K>, IRowMapping, boolean) - Method in interface com.qfs.chunk.IChunk
Creates a compressed version of this chunk using frequency compression.
createFrom(AggregatedMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.AggregatedMeasure.Factory
 
createFrom(CalculatedMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.CalculatedMeasure.Factory
 
createFrom(ConstantValueMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.ConstantValueMeasure.Factory
 
createFrom(ContextValueMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.ContextValueMeasure.Factory
 
createFrom(CopperAdvancedAggregatedMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.CopperAdvancedAggregatedMeasure.Factory
 
createFrom(DatabaseMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.DatabaseMeasure.Factory
 
createFrom(DrillupMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.DrillupMeasure.Factory
 
createFrom(ExtremaMemberMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.ExtremaMemberMeasure.Factory
 
createFrom(HierarchyValueMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.HierarchyValueMeasure.Factory
 
createFrom(LeafAggregationMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.LeafAggregationMeasure.Factory
 
createFrom(LevelFilteringMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.LevelFilteringMeasure.Factory
 
createFrom(LevelValueMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.LevelValueMeasure.Factory
 
createFrom(MarginalDrillupMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.MarginalDrillupMeasure.Factory
 
createFrom(MaskMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.MaskMeasure.Factory
 
createFrom(PostProcessorCopperMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.PostProcessorCopperMeasure.Factory
 
createFrom(ShiftMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.ShiftMeasure.Factory
 
createFrom(StoreFieldAggregatedMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.StoreFieldAggregatedMeasure.Factory
 
createFrom(StoreLookupMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.StoreLookupMeasure.Factory
 
createFrom(SwitchOnMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.SwitchOnMeasure.Factory
 
createFrom(UserDefinedLeafAggregationMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.UserDefinedLeafAggregationMeasure.Factory
 
createFrom(FirstLastMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.window.FirstLastMeasure.Factory
 
createFrom(LeadLagMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.window.LeadLagMeasure.Factory
 
createFrom(WindowReduceMeasure, List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.window.WindowReduceMeasure.Factory
 
createFrom(PlanningGraph.PrimitiveDependencyKey) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph.PrimitiveAggregationDependencyKey
Creates the key for an Aggregation Procedure Node from the corresponding key of the Primitive Node.
createFrom(T, MeasureMetadata) - Method in class com.activeviam.copper.measure.BaseCopperMeasure.BaseCopperMeasureFactory
 
createFrom(T, MeasureMetadata) - Method in interface com.activeviam.copper.measure.IMeasureFactory
Creates a new measure from an old one and the given metadata.
createFrom(T, List<IInternalCopperMeasure>) - Method in interface com.activeviam.copper.measure.IMeasureFactory
Creates a new measure like the given one but with the given dependencies.
createFromException(Exception, long, int, String, CharSequence) - Static method in class com.activeviam.msg.csv.reporting.anomaly.impl.ACsvAnomaly
Creates the appropriate ICSVAnomaly for the exception.
createFromHierarchies(String, String, Map<String, List<String>>, Collection<String>, Properties) - Static method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
Creates a PartialProviderDefinition with the dimensions and hierarchies in the scope and including all the hierarchies levels.
createFromHierarchies(String, Map<String, List<String>>, Collection<String>, Properties) - Static method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
createFromHierarchies(String, Map<String, List<String>>, Properties) - Static method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
Creates a PartialProviderDefinition including all the measures.
createFromRegistry() - Static method in class com.quartetfs.biz.pivot.context.impl.ContextValueAdapter
Creates a new instance using all translators currently defined in the Registry singleton.
createFromSafely(AggregatedMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.AggregatedMeasure.Factory
 
createFromSafely(CalculatedMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.CalculatedMeasure.Factory
 
createFromSafely(ConstantValueMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.ConstantValueMeasure.Factory
 
createFromSafely(ContextValueMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.ContextValueMeasure.Factory
 
createFromSafely(CopperAdvancedAggregatedMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.CopperAdvancedAggregatedMeasure.Factory
 
createFromSafely(DrillupMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.DrillupMeasure.Factory
 
createFromSafely(HierarchyValueMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.HierarchyValueMeasure.Factory
 
createFromSafely(LeafAggregationMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.LeafAggregationMeasure.Factory
 
createFromSafely(LevelFilteringMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.LevelFilteringMeasure.Factory
 
createFromSafely(LevelValueMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.LevelValueMeasure.Factory
 
createFromSafely(MaskMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.MaskMeasure.Factory
 
createFromSafely(PostProcessorCopperMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.PostProcessorCopperMeasure.Factory
 
createFromSafely(ShiftMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.ShiftMeasure.Factory
 
createFromSafely(UserDefinedLeafAggregationMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.UserDefinedLeafAggregationMeasure.Factory
 
createFromSafely(WindowReduceMeasure, MeasureMetadata) - Method in class com.activeviam.copper.measure.window.WindowReduceMeasure.Factory
 
createFromStringSpecification(String) - Static method in class com.activeviam.health.monitor.impl.TagAcceptor
Creates a tag acceptor from a string specification.
createFromThrowable(String, String, long, Throwable) - Static method in class com.quartetfs.tech.streaming.impl.FailureEvent
Creates a FailureEvent from a Throwable.
createGetByKeyQuery(IDatastoreSchemaQueryMetadata, String, List<AliasedField>) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Builds a ICompiledGetByKey to search a store by key index.
createGetByKeyQuery(IDatastoreVersion, String, String...) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Deprecated, for removal: This API element is subject to removal in a future version.
createGetByKeyQuery(IDatastoreVersion, String, List<String>) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Deprecated, for removal: This API element is subject to removal in a future version.
createGetByKeyQuery(String, String...) - Method in interface com.qfs.store.query.ITransactionQueryRunner
Builds a ICompiledGetByKey to search a store by key.
createGetByKeyQuery(String, List<AliasedField>) - Method in class com.qfs.store.query.impl.DatastoreTransactionQueryRunner
 
createGetByKeyQuery(String, List<AliasedField>) - Method in interface com.qfs.store.query.ITransactionQueryRunner
Builds a ICompiledGetByKey to search a store by key.
createGraph(IDatastoreSchemaDescription) - Static method in class com.qfs.desc.impl.ADatastoreSchemaDescriptionPostProcessor
Deprecated.
createHandler(RecordFormat, int, Object) - Static method in class com.qfs.store.record.impl.ARecordFieldHandler
Creates the correct field handler to associate with the specified field of the given RecordFormat.
createHandler(String, IMeasureMember, IActivePivotVersion, IMeasuresProvider) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesContinuousHandlerRegistry
Creates the handler identified by the given key.
createHandlers(ApplicationContext, ServletContext) - Method in class com.qfs.server.cfg.impl.QfsResourceHandlerRegistration
Creates handlers for serving resources defined in this registration.
createHandshakeHandler(ServletContext, IWebSocketEngineConfig) - Static method in class com.qfs.websocket.server.impl.HandshakeHandlerFactory
Create a HandshakeHandler from a IWebSocketEngineConfig.
createHashTable(long) - Method in class com.qfs.dic.impl.AbstractHash
Creates an appropriate hash table, based on the target capacity.
createHashTable(long) - Method in class com.qfs.dic.impl.BucketedIntegerArrayDictionary
Creates a buffer hash table, based on the target capacity.
createHashTable(long) - Method in class com.qfs.dic.impl.BufferIntegerDictionary
Creates a buffer hash table, based on the target capacity.
createHashTable(long) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
Creates a buffer hash table, based on the target capacity.
createHierarchy(String, IHierarchyDescription) - Method in class com.quartetfs.biz.pivot.impl.DimensionsFactory
Deprecated.
Creates a new hierarchy with the given description.
createHierarchyDescription(IInternalCopperContext) - Method in class com.activeviam.copper.hierarchy.CopperJoinHierarchy
 
createHistory(int) - Method in interface com.qfs.agg.IHistoryAggregationFunction
Creates a history specialized for the given data type.
createHistory(int) - Method in class com.qfs.agg.impl.AvgFunction
 
createHistory(int) - Method in class com.qfs.agg.impl.DistinctCountFunction
 
createHistory(int) - Method in class com.qfs.agg.impl.DistinctCountSupportingRemovalsFunction
 
createHistory(int) - Method in class com.qfs.agg.impl.MaxHistoryFunction
 
createHistory(int) - Method in class com.qfs.agg.impl.MedianFunction
 
createHistory(int) - Method in class com.qfs.agg.impl.MinHistoryFunction
 
createHistory(int) - Method in class com.qfs.agg.impl.PercentileFunction
Deprecated.
 
createIdentifier() - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStream
 
createIdentifier() - Method in class com.quartetfs.tech.streaming.impl.AStream
 
createIdentifier() - Method in interface com.quartetfs.tech.streaming.IStream
Creates an identifier for the stream.
createIdentifier(List<? extends IHierarchy>) - Method in class com.qfs.distribution.impl.DataNodeIdentifierFactory
Create a new DataNodeIdentifier with the given hierarchies.
createIdentifier(List<? extends IHierarchy>, String, long) - Method in interface com.qfs.distribution.ILocalityIdentifierFactory
Create a new identifier.
createIdentifier(List<? extends IHierarchy>, String, long) - Method in class com.qfs.distribution.impl.ClusterLocalityIdentifierFactory
 
createIdentityMapping(int[]) - Static method in class com.qfs.store.part.impl.PartitioningUtil
Creates an identity mapping from the given v.
createIfNotExist() - Method in interface com.activeviam.cloud.entity.ICloudDirectory
Creates the directory if it does not exist.
createImplicitHierarchyPublishedTwiceErrorMessage(IInternalCopperHierarchy) - Static method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
Creates a message stating that the given hierarchy is a modified duplicate of a hierarchy that the user has already defined and published.
createInferringTypes(VectorSchemaRoot, IRecordFormat, Map<Long, Dictionary>) - Static method in class com.activeviam.arrow.read.record.ArrowRecordBlock
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.2; to be removed in 6.1.0.
createInstance(int, Map<String, Object>) - Method in class com.qfs.store.query.condition.impl.ComparisonCompiledCondition
 
createInstance(int, Map<String, Object>) - Method in interface com.qfs.store.query.plan.condition.ICompiledCondition
Prepares a version of this compiled condition ready to run on a partition.
createInstance(int, Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.AParentCompiledCondition
 
createInstance(int, Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.ContainsIgnoreCaseCompiledCondition
 
createInstance(int, Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.CustomCompiledCondition
 
createInstance(int, Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.FalseCompiledCondition
 
createInstance(int, Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.InCompiledCondition
 
createInstance(int, Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.InDictionaryCompiledCondition
 
createInstance(int, Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.LikeCompiledCondition
 
createInstance(int, Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.NotCompiledCondition
 
createInstance(int, Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.TrueCompiledCondition
 
createInstance(Class<T>, String) - Static method in class com.quartetfs.fwk.types.impl.ExtendedPluginInjector
Looks up the factory value for the given plugin interface and type.
createInstanceDistributionManager(DataNode, IClusterDefinition) - Static method in class com.qfs.distribution.impl.MessengerUtil
createInstructions(IStoreMetadata, ISelection) - Static method in class com.qfs.store.record.flatten.impl.FlattenInstructionCreator
Creates the flattening instruction for a selection.
createInstructions(IStoreMetadata, List<String>) - Static method in class com.qfs.store.record.flatten.impl.FlattenInstructionCreator
Creates the flattening instruction for a selection.
createInt(int) - Static method in class com.qfs.chunk.impl.VectorsAllocationSettings
Creates standard allocation settings for int vectors that will be allocated in blocks of vectorBlockSize components.
createIntermediatePartialResult(int) - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
 
createIterator(ILocation) - Method in interface com.quartetfs.biz.pivot.ILocationExpansionProcedure
Creates the iterator used for the expansion.
createIterator(MultiScope) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Create an iterator over values in the cell plan.
createJsonStreamingRequestType(Class<?>) - Static method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint
Deprecated.
Creates the correct type to deserialize a JsonStreamingRequest with the given dataClass.
createKey(DatabasePrefetchRequest) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
Creates the key of an ExternalNode that would be created by the given arguments.
createKpi(String, IKpiDescription, List<String>, List<String>) - Method in interface com.quartetfs.biz.pivot.webservices.IConfigurationService
Adds a KPI into a given pivot.
createKpi(String, IKpiDescription, List<String>, List<String>) - Method in class com.quartetfs.biz.pivot.webservices.impl.ConfigurationService
 
createKpiDescription(ICreateStatement) - Static method in class com.quartetfs.pivot.mdx.impl.BasicCreateExecutor
Creates a kpi description from a create statement.
createLazyBitmap() - Static method in class com.qfs.store.query.plan.impl.ResultMerger
Creates a lazily allocated bitmap.
createLazyBitmap(int) - Static method in class com.qfs.store.query.plan.impl.ResultMerger
Creates a lazily allocated bitmap.
createLazyClearableBitmap() - Static method in class com.qfs.store.query.plan.impl.ResultMerger
Creates a lazily allocated clearable bitmap.
createLazyClearableBitmap(int) - Static method in class com.qfs.store.query.plan.impl.ResultMerger
Creates a lazily allocated clearable bitmap.
createLevelComparator(int) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.HierarchyComparator
 
createLevelComparator(int) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ReverseHierarchyComparator
 
createLevelIdentifiers() - Method in class com.activeviam.copper.hierarchy.CopperJoinHierarchy
 
createLevelIdentifiers() - Method in interface com.activeviam.copper.hierarchy.ICopperJoinHierarchy
Creates the unique identifiers of the levels of this hierarchy.
createLevelInformationList(IInternalCopperContext, IAxisDimensionDescription, IAnalysisHierarchyDescription) - Method in class com.activeviam.copper.hierarchy.CopperJoinHierarchy
 
createLevelInformationList(IInternalCopperContext, IAxisDimensionDescription, IAnalysisHierarchyDescription) - Method in class com.activeviam.copper.hierarchy.CopperSingleLevelBucketingHierarchy
Create the Level Information associated with this bucketing hierarchy.
createLevelInformationList(IInternalCopperContext, IAxisDimensionDescription, IAnalysisHierarchyDescription) - Method in interface com.activeviam.copper.hierarchy.ICopperAnalysisHierarchy
Creates the list of LevelInformation corresponding to the levels of this hierarchy.
createList() - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleAccumulator
Create and return the sorted list of selected tuples.
createList() - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleBottomCountAccumulator
 
createList() - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleBottomPercentAccumulator
 
createList() - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleBottomSumAccumulator
 
createList(int) - Static method in class com.qfs.util.impl.QfsLists
Deprecated.
Creates a list of the given size filled with null elements.
createList(String...) - Static method in class com.qfs.util.impl.StringCollections
Deprecated.
Create a list of strings from an array.
createList(Collection<? extends IMonitor>) - Method in interface com.qfs.snl.monitors.IMonitorService
Creates monitors inside ActiveMonitor.
createList(Collection<? extends IMonitor>) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
createList(Collection<? extends IMonitor>) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
createList(Collection<? extends IMonitor>) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
createList(Collection<? extends IMonitor>) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
createListView(IInternalDatabase, ISelection, ICondition) - Static method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
Creates a list view.
createLocalMeasureFilter(Collection<? extends ILocation>) - Method in class com.qfs.distribution.impl.DataNodeIdentifier
Returns the filtered stream of the measures that can be localized in the given data node.
createLocation() - Method in class com.quartetfs.pivot.mdx.impl.MutableTupleLocation
 
createLocationConverter(IActivePivotVersion) - Method in interface com.quartetfs.biz.pivot.ILocationConverterFactory
Creates the ILocationConverter for the relevant pivotVersion.
createLocationConverter(IActivePivotVersion) - Method in class com.quartetfs.biz.pivot.impl.LocationConverterFactory
 
createLong(int) - Static method in class com.qfs.chunk.impl.VectorsAllocationSettings
Creates standard allocation settings for long vectors that will be allocated in blocks of vectorBlockSize components.
createMapping(int, int[], int[]) - Static method in class com.qfs.store.record.impl.RecordReaderMapper
Create a mapping which can be used to create a mapper.
createMappingBuffer() - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
createMappingBuffer() - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
createMappingBuffer() - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Creates a new buffer that can be used in the IPointLocationList.mapLocationInScope(IPointLocationReader, int[]) method.
createMappingForProcedure(DataCubeContext) - Method in class com.activeviam.copper.store.Mapping
Returns an inverted mapping (maps levels to fields) between cube levels and fields of an isolated store.
createMappingFromView(IHierarchicalMapping, IStreamedView) - Static method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase
Creates a mapping of field indexes from the fact stream to this provider.
createMatcher(byte[]) - Method in class com.quartetfs.biz.xmla.compression.impl.ACompressor
This sets the way we compress the data.
createMatcher(byte[]) - Method in class com.quartetfs.biz.xmla.compression.impl.LZFCompressor
 
createMatcher(byte[]) - Method in class com.quartetfs.biz.xmla.compression.impl.StandardCompressor
 
createMdxCellTester(MdxCellIterator, MdxResultCellSet, double) - Static method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester
Creates the cellTester for the cell currently pointed by a cell iterator.
createMdxElement(String, IMdxElementDescription, List<String>, List<String>) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Adds a new calculated member or a new KPI.
createMdxElement(String, IMdxElementDescription, List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
createMdxElement(String, IMdxElementDescription, List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
createMdxElement(String, IMdxElementDescription, List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
 
createMeasureDimension() - Method in class com.quartetfs.biz.pivot.impl.ADimensionsFactory
Deprecated.
Creates the measure dimension based on the ADimensionsFactory.description.
createMeasureFormatters(IJsonOutputConfiguration) - Static method in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Creates the map of measure formatters.
createMeasureMembers() - Method in class com.quartetfs.biz.pivot.impl.ADimensionsFactory
Deprecated.
Creates the measure dimension members based on the ADimensionsFactory.description.
createMeasuresProvider(Collection<IMeasureMemberDescription>) - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Creates a measures provider that contains both the measures statically defined in this pivot and the provided additional measures.
createMeasuresProvider(Collection<IMeasureMemberDescription>) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
createMember(Object, String, ITransactionalAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
Creates a member that belongs to this hierarchy.
createMember(Object, String, ITransactionalAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyExchanger
 
createMemoryStatistic(long, Class<?>, Collection<String>, IMemoryMonitored, IMemoryMonitored) - Static method in class com.qfs.index.impl.RecordIndexUtil
Gets the memory statistic of this index considering a specific version of it.
createMergeableDimensionDescription(IInternalCopperContext) - Method in class com.activeviam.copper.hierarchy.ACopperAnalysisHierarchy
 
createMergeableDimensionDescription(IInternalCopperContext) - Method in interface com.activeviam.copper.hierarchy.ICopperAnalysisHierarchy
Creates the description of the dimension holding this hierarchy.
createMergeableHierarchyDescription(IInternalCopperContext) - Method in class com.activeviam.copper.hierarchy.ACopperAnalysisHierarchy
 
createMergeableHierarchyDescription(IInternalCopperContext) - Method in interface com.activeviam.copper.hierarchy.ICopperAnalysisHierarchy
Creates the description of the hierarchy.
createMessenger(DataNodeManager.CubeEndPointInfo, IVersionProvider, IAddress.NodeType, IClusterDefinition) - Static method in class com.qfs.distribution.impl.MessengerUtil
Creates the messenger that will be used to communicate with other instances.
createModifiedLocation(ILocation, IHierarchyInfo, Object[]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Creates a modified location.
createModifiedLocation(ILocation, List<IHierarchyInfo>, Object[][]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Creates a modified location with regard to potentially several hierarchies, without wrapping several instances of ModifiedLocation into one.
createModuloFunction(int) - Static method in class com.qfs.store.part.impl.PartitioningUtil
Creates a modulo function based on the fact whether modulo is a power of two or not.
createMonitor(IAsyncAttachedQuery<?>) - Method in class com.activeviam.apm.pivot.query.impl.QueryMonitoringHelper
Creates a new query executor monitor from an attached query.
createMonitor(WebSocketSession, String) - Static method in class com.activeviam.apm.websocket.impl.MonitoredQueryWsEndpoint
Creates a new web socket monitor.
createMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Creates a new monitoring from a monitor definition.
createMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
Creates a new monitoring from a monitor definition.
createMonitorPayload(IWorkflowPayload, IMonitor) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Builds the payload for the IWorkflowService.WorkflowTypes.CREATE_MONITOR type of workflows.
createMoveBackInstruction(int) - Static method in class com.qfs.store.record.flatten.impl.InstructionCreator
Create an instruction for a move backward.
createMoveForwardInstruction(int) - Static method in class com.qfs.store.record.flatten.impl.InstructionCreator
Creates an instruction for following a reference.
createMultiQueryId() - Static method in class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
Create an id for the continuous IMultiGetAggregatesNotificationQuery.
createNewBase(IHierarchyInfo, List<ILevelInfo>, IWritableDictionary<Object>[]) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.IDistributedAxisHierarchyBase
Creates a new base from the given hierarchy info an list of levels.
createNewBase(IHierarchyInfo, List<ILevelInfo>, IWritableDictionary<Object>[]) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.DistributedVirtualAxisHierarchyBase
 
createNewBase(IHierarchyInfo, List<ILevelInfo>, IWritableDictionary<Object>[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
createNewEpoch(String, boolean) - Method in class com.activeviam.multiversion.impl.EpochCreator
 
createNewEpoch(String, boolean) - Method in interface com.qfs.multiversion.IEpochCreator
Creates a new epoch with time stamp given by the current time.
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.AggregatedMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.CalculatedMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.ConstantValueMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.ContextValueMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.CopperAdvancedAggregatedMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.DatabaseMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.DrillupMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.ExtremaMemberMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.HierarchyValueMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in interface com.activeviam.copper.measure.IInternalCopperMeasure
Deprecated.
Creates a new instance of this measure with the same metadata but with these dependencies.
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.LeafAggregationMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.LevelFilteringMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.LevelValueMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.MarginalDrillupMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.MaskMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.NamedMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.NativeCopperMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.PostProcessorCopperMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.ShiftMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.StoreFieldAggregatedMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.StoreLookupMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.SwitchOnMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.UserDefinedLeafAggregationMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.window.FirstLastMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.window.LeadLagMeasure
 
createNewInstance(List<IInternalCopperMeasure>) - Method in class com.activeviam.copper.measure.window.WindowReduceMeasure
 
createNewVersionsByChangingBase(IntegerArrayVersion, AIntegerArray, TIntIntMap) - Static method in class com.qfs.index.impl.IntegerArrayVersion
Creates a new linked list of versions from an old one by changing base.
createNewVersionsByChangingBase(LongArrayVersion, ALongArray, TIntIntMap) - Static method in class com.qfs.index.impl.LongArrayVersion
Creates a new linked list of versions from an old one by changing base.
createNode(PassManager.PassType, List<Pass>, Object...) - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager
 
createNode(T, List<N>, Object...) - Method in class com.quartetfs.pivot.mdx.utils.impl.ColoredDirectedAcyclicGraph
Create a new node.
createNotificationTasks() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ANotificationTaskCreator
Create the notification tasks for this continuous query.
createNotificationTasks() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NotificationGroupTaskCreator
Create the notification tasks for this continuous query.
createNotificationTasks() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NotificationTaskCreator
Create the notification tasks for this continuous query.
createNull() - Static method in class com.quartetfs.pivot.mdx.statement.impl.Literal
 
createNullable(int) - Static method in class com.qfs.chunk.array.impl.ArrayChunkNullable
Creates an array of long of the necessary size to store bit flags representing null values.
createNumaSelectorFactory(String) - Static method in interface com.qfs.pivot.cube.provider.partition.INumaNodeSelectorFactory
 
createNumeric(Number) - Static method in class com.quartetfs.pivot.mdx.statement.impl.Literal
 
createObject() - Static method in class com.qfs.chunk.impl.VectorsAllocationSettings
Creates standard allocation settings for object vectors.
createObjectMapper(boolean) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Creates an object mapper with the given configuration.
createOnesBitmap(int) - Method in interface com.qfs.bitmap.IBitmapIndex
Creates a bitmap with all the bits set.
createOnesBitmap(int) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
createOnesBitmap(int) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
createOnesBitmap(int) - Method in class com.qfs.bitmap.impl.QFSBitmapIndex
 
CreateOrUpdateMemberStatement - Class in com.quartetfs.pivot.mdx.statement.impl
Statement for CREATE MEMBER or UPDATE MEMBER.
CreateOrUpdateMemberStatement(IFormulaSpecification, boolean, boolean) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.CreateOrUpdateMemberStatement
Constructor.
createPairList(String...) - Static method in class com.qfs.util.impl.StringCollections
Deprecated.
Create a list of pair from an array of string of even length.
createParser() - Method in class com.qfs.msg.csv.impl.ParserContext
Creates the parser.
createParserConfiguration(List<String>) - Method in interface com.qfs.msg.csv.ICSVSource
Creates a parser configuration with default values, given columnNames (in the same order as the columns in the CSV file(s) to parse).
createParserConfiguration(List<String>) - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
createParserConfiguration(List<String>, int) - Method in interface com.qfs.msg.csv.ICSVSource
Creates a parser configuration with default values, given columnNames (in the same order as the columns in the CSV file(s) to parse), and the number of lines at the beginning of the file that we do not parse.
createParserConfiguration(List<String>, int) - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
createParserConfiguration(Map<Integer, String>) - Method in interface com.qfs.msg.csv.ICSVSource
Creates a parser configuration with default values, providing the columns with their position in the CSV file(s) to be parsed.
createParserConfiguration(Map<Integer, String>) - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
createParserConfiguration(Map<Integer, String>, int) - Method in interface com.qfs.msg.csv.ICSVSource
Creates a parser configuration with default values, providing the columns with their position in the CSV file(s) to be parsed, and the number of lines at the beginning of the file that we do not parse.
createParserConfiguration(Map<Integer, String>, int) - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
createPartitionExecutionContexts(IAggregateProviderExecutionContext) - Static method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.IndexedPartitionedExecutionContext
Creates the partition execution contexts if the input provider is an IndexedPartitionedAggregateProviderVersion.IndexedPartitionedExecutionContext.
createPartitioning(IInternalDatastoreStructure, IStoreFormat, IPartitioningDescription) - Static method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
Creates the partitioning corresponding to the given description.
createPartitioning(IPartitioningDescription, IAggregateProviderBase, AggregateProviderCreationContext) - Method in class com.qfs.distribution.impl.DistributedPartitioningManager
 
createPartitioning(IPartitioningDescription, IAggregateProviderBase, AggregateProviderCreationContext) - Method in class com.quartetfs.biz.pivot.impl.PartitioningManager
 
createPartitioning(IPartitioningDescription, IAggregateProviderBase, AggregateProviderCreationContext) - Method in interface com.quartetfs.biz.pivot.IPartitioningManager
Creates a partitioning for an aggregate provider.
createPath(String...) - Static method in class com.qfs.desc.impl.DatastoreSchemaDescriptionUtil
Deprecated, for removal: This API element is subject to removal in a future version.
createPathFromRoot(ITreeStoreNode) - Method in class com.qfs.store.query.plan.impl.QueryStoreTree
 
createPathFromRoot(ITreeStoreNode) - Method in interface com.qfs.store.query.plan.IQueryStoreTree
Compute the concrete reference path that will be used to find a IStorePartition in the store pointed by a node from the partition in the reference store.
createPattern(boolean[][]) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocation
 
createPattern(boolean[][]) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocationWithParent
 
createPattern(boolean[][]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
createPattern(boolean[][]) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.PointLocation
 
createPattern(boolean[][]) - Method in interface com.quartetfs.biz.pivot.ILocation
Creates a location pattern from this location.
createPattern(boolean[][]) - Method in class com.quartetfs.biz.pivot.impl.AbstractSubLocation
 
createPattern(boolean[][]) - Method in class com.quartetfs.biz.pivot.impl.APointLocationListReader
 
createPattern(boolean[][]) - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
createPattern(boolean[][]) - Method in class com.quartetfs.biz.pivot.impl.Location
 
createPattern(boolean[][]) - Method in class com.quartetfs.biz.pivot.impl.ModifiedLocation
 
createPattern(boolean[][]) - Method in class com.quartetfs.biz.pivot.impl.RestrictedLocation
 
createPattern(boolean[][]) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
createPattern(boolean[][]) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
 
createPivot(String, IActivePivotDescription, IActivePivotSchemaSelectionSession, IEpochManager, IPartitioningManager, ITimeSupplier, IBranchPermissionsManager, IDomainDictionaryProvider) - Static method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
createPivot(String, IDistributedActivePivotInstanceDescription, IEpochCreator, IAdvancedEpochManager, IPartitioningManager, ITimeSupplier, IBranchPermissionsManager, IDomainDictionaryProvider) - Static method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Creates an instance of multi-version Distributed ActivePivot of the given key.
createPivotCache(Collection<? extends IMeasureMember>, Map<String, Set<IAggregatesContinuousHandler<?>>>, Map<String, IStream<?>>, IAggregatesCacheDescription, AggregatesCacheStatistics, boolean) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
Builds a cache for ActivePivot instances.
createPlaceHolder(int) - Method in interface com.quartetfs.tech.streaming.impl.IdGenerator.IIdFactory
Creates a place holder (an array) for the created ids.
createPointDictionary(boolean, int) - Method in interface com.qfs.dic.IDictionaryFactory
Create a new dictionary wrapping the child dictionaries.
createPointDictionary(boolean, int) - Method in class com.qfs.dic.impl.DictionaryFactory
 
createPollingDirectoryTopic(String, String, String, ICSVParserConfiguration, int) - Method in class com.qfs.msg.csv.filesystem.impl.FileSystemCSVTopicFactory
Creates a new topic for the source, with polling implementation.
createPoolConfig(String, int) - Static method in class com.qfs.pool.impl.PoolUtil
Builds a pool configuration.
createPostProcessedResultWriter() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PostProcessedAggregatesRetrieval
Creates a result writer into which we can write the aggregated values for the given post-processed retrieval.
createPostProcessedResultWriter(IMeasureMember) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalAggregatesRetrievalResult
Creates a result writer into which we can write the aggregated values for the given post-processed measure.
createPostProcessedResultWriter(IMeasureMember) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
createPostProcessedResultWriter(IPostProcessedRetrieval, int) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Creates a result writer into which we can write the aggregated values for the given post-processed retrieval.
createPostProcessedResultWriter(IPostProcessedRetrieval, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
 
createPostProcessedRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, IPostProcessedMeasure, IPostProcessor, IPartitioningSnapshot, boolean, Collection<? extends IMeasureMember>) - Method in class com.qfs.query.impl.DistributedAggregatesRetrievalCreator
 
createPostProcessedRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, IPostProcessedMeasure, IPostProcessor, IPartitioningSnapshot, boolean, Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregatesRetrievalCreator
Creates and return post-processed retrievals that will be performed on the given scope location.
createPostProcessedRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, IPostProcessedMeasure, IPostProcessor, IPartitioningSnapshot, boolean, Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.CachedAggregatesRetrievalCreator
 
createPostProcessor(IPostProcessorCreationContext) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedPostProcessedMeasure
 
createPostProcessor(IPostProcessorCreationContext) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyPostProcessedMeasure
 
createPostProcessor(IPostProcessorCreationContext) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.PostProcessedMeasure
 
createPostProcessor(IPostProcessorCreationContext) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IPostProcessedMeasure
Creates a post-processor associated to this measure.
createPostProcessorDescription(String, IAggregatedMeasureDescription, IPluginDefinition) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
 
createPostProcessorDescription(String, IAggregatedMeasureDescription, String, Properties) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
 
createPostProcessorDescription(String, IPluginDefinition) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
 
createPostProcessorDescription(String, String, Properties) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
Create a post processor.
createPostProcessorDescriptionNameFromId(IAggregatedMeasureDescription, IPluginDefinition) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
 
createPostProcessorDescriptionNameFromId(IAggregatedMeasureDescription, String, Properties) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
 
createPrimitiveAggregationRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, IScopeLocation, IScopeLocation, Collection<? extends IMeasureMember>, Collection<? extends IAnalysisAggregationProcedure<?>>, Map<? extends IAnalysisAggregationProcedure<?>, ? extends Map<String, ? extends DatabasePrefetchRequest>>, IPartitioningSnapshot, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregatesRetrievalCreator
Creates PrimitiveAnalysisAggregationRetrieval for a given location.
createPrimitiveAggregationRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, IScopeLocation, IScopeLocation, Collection<? extends IMeasureMember>, Collection<? extends IAnalysisAggregationProcedure<?>>, Map<? extends IAnalysisAggregationProcedure<?>, ? extends Map<String, ? extends DatabasePrefetchRequest>>, IPartitioningSnapshot, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.CachedAggregatesRetrievalCreator
 
createPrimitiveRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, Collection<? extends IMeasureMember>, IGlobalAggregateProviderVersion, IPartitioningSnapshot, boolean, Collection<? extends IMeasureMember>) - Method in class com.qfs.query.impl.DistributedAggregatesRetrievalCreator
 
createPrimitiveRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, Collection<? extends IMeasureMember>, IGlobalAggregateProviderVersion, IPartitioningSnapshot, boolean, Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregatesRetrievalCreator
Creates and return retrievals that will be performed on the given scope location.
createPrimitiveRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, Collection<? extends IMeasureMember>, IGlobalAggregateProviderVersion, IPartitioningSnapshot, boolean, Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.CachedAggregatesRetrievalCreator
 
createPrimitiveTypeBiConsumerAtSpecificIndex(int, int) - Static method in class com.activeviam.pivot.postprocessing.PostProcessorUtils
Initializes a mapper function copying the underlying value to the given cell.
createPrintStream(OutputStream) - Static method in class com.qfs.util.ui.impl.TableDrawer
Creates a print stream to render any output stream.
createProcedure(IBitmap, Set<Object>) - Method in interface com.qfs.store.query.plan.IRecordMatchProcedureFactory
Create a procedure searching for a given value.
createPropertiesCodec(IInternalCopperContext, WindowBuilder, IInternalCopperMeasure) - Static method in class com.activeviam.copper.measure.window.WindowReduceMeasure
Creates a PropertiesCodec with a new set of Properties specific to measure that depends on WindowBuilder.
createPropertiesFromUnderlying(IInternalCopperContext, IInternalCopperMeasure...) - Static method in class com.activeviam.copper.ContextUtils
Deprecated.
Creates the properties required for a measure when it has the given CopperMeasure as underlying measures.
createPropertiesFromUnderlying(IInternalCopperContext, Collection<IInternalCopperMeasure>) - Static method in class com.activeviam.copper.ContextUtils
Deprecated.
Creates the properties required for a measure when it has the given CopperMeasure as underlying measures.
createPropertiesFromUnderlying(Collection<IMeasureMemberDescription>) - Static method in class com.activeviam.copper.ContextUtils
Deprecated.
Creates the properties required for a measure when it has the given CopperMeasure as underlying measures.
CreatePropertySet - com.quartetfs.biz.xmla.constants.Keyword
 
createProvider(String) - Static method in interface com.quartetfs.biz.pivot.cube.hierarchy.IAnalysisHierarchyDescriptionProvider
Creates an instance of an Analysis Hierarchy Metadata of type pluginKey.
createProxyMeasure(IMeasureMember, IMeasuresProvider, String, boolean, boolean, String) - Static method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasuresUtil
Creates a proxy measure based on the input measure.
createPublishTask(Collection<? extends IAsyncCompositeSelectionListener>, CountedCompleter<?>) - Method in class com.qfs.plan.impl.APartitionTransactionContent
Creates the task responsible for publishing this content to the listeners.
createPublishTask(Collection<? extends IAsyncCompositeSelectionListener>, CountedCompleter<?>) - Method in class com.qfs.plan.impl.DropPartitionTransactionContent
 
createPublishTask(Collection<? extends IAsyncCompositeSelectionListener>, CountedCompleter<?>) - Method in class com.qfs.plan.impl.IncrementalPartitionTransactionContent
 
createPublishTask(Collection<? extends IAsyncCompositeSelectionListener>, CountedCompleter<?>) - Method in class com.qfs.plan.impl.IncrementalPartitionTransactionContentDeleteFirst
 
createPublishTask(Collection<? extends IAsyncCompositeSelectionListener>, CountedCompleter<?>) - Method in class com.qfs.plan.impl.InitialPartitionTransactionContent
 
createQfsModule() - Static method in class com.qfs.jackson.impl.JacksonSerializer
Returns a module that allows adding ActivePivot own serializers to the object mapper.
createQNameDef(int, int, int) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Creates the QName from the three indexes of uri prefix and localName.
createQueryId() - Static method in class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
Create an id for the continuous IGetAggregatesQuery.
createQueryMonitor(IQuery<?>, String, String, boolean, boolean) - Static method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
Monitor factory method for different query types passing through a streaming service.
createQueryTranslator(String) - Method in interface com.qfs.distribution.IDistributedActivePivot
Creates a translator responsible for filter and location translation between the query cube and the local data cube.
createQueryTranslator(String) - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
createRangeCoordPattern() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocation
 
createRangeCoordPattern() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocationWithParent
 
createRangeCoordPattern() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
createRangeCoordPattern() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.PointLocation
 
createRangeCoordPattern() - Method in interface com.quartetfs.biz.pivot.ILocation
Creates a location pattern indicating which coordinates are range locations.
createRangeCoordPattern() - Method in class com.quartetfs.biz.pivot.impl.AbstractSubLocation
 
createRangeCoordPattern() - Method in class com.quartetfs.biz.pivot.impl.APointLocationListReader
 
createRangeCoordPattern() - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
createRangeCoordPattern() - Method in class com.quartetfs.biz.pivot.impl.Location
 
createRangeCoordPattern() - Method in class com.quartetfs.biz.pivot.impl.ModifiedLocation
 
createRangeCoordPattern() - Method in class com.quartetfs.biz.pivot.impl.RestrictedLocation
 
createRangeCoordPattern() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
createRangeCoordPattern() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
 
createRangelocation(ILocation, Map<Integer, Integer>) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
From a base location (that may or may not be a range location) create a range location that is expanded with 'null' wild cards down to the depth of each of the specified levels.
createRangeLocation(List<? extends IHierarchy>, List<IHierarchyInfo>, List<ILevelInfo>, ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
From a base location (that may or may not be a range location) create a range location that is expanded with 'null' wild cards down to the depth of each of the specified levels.
createRangeLocation(List<? extends ILevelInfo>, ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
From a base location (that may or may not be a range location) create a range location that is expanded with 'null' wild cards down to the depth of each of the specified levels.
createRangeSharingPostProcessedRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, IPostProcessedMeasure, ILinearPostProcessor, IPartitioningSnapshot, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregatesRetrievalCreator
Creates post-processor retrieval using range sharing.
createRangeSharingPostProcessedRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, IPostProcessedMeasure, ILinearPostProcessor, IPartitioningSnapshot, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.CachedAggregatesRetrievalCreator
 
createRangeSharingPrimitiveRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, Collection<? extends IMeasureMember>, IPartitioningSnapshot, boolean, Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregatesRetrievalCreator
Creates primitive retrieval using range sharing.
createRangeSharingPrimitiveRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, Collection<? extends IMeasureMember>, IPartitioningSnapshot, boolean, Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.CachedAggregatesRetrievalCreator
 
createReader() - Method in class com.qfs.plan.impl.AIncrementalPartitionTransactionContent
 
createReader() - Method in class com.qfs.plan.impl.DropPartitionTransactionContent
 
createReader() - Method in class com.qfs.plan.impl.InitialPartitionTransactionContent
 
createReader() - Method in interface com.qfs.plan.IPartitionTransactionContent
Create a IPartitionTransactionContentReader able to read this transaction content.
createReader(ChunkSet) - Method in class com.qfs.store.impl.ColumnarRecordSet
Creates a (transient) record reader to read from the chunks of this record set.
createReaderToCellAggregateCopier(int) - Static method in class com.activeviam.pivot.postprocessing.PostProcessorUtils
Initializes a mapper function copying the value at position 0 in the reader to the given cell.
createRecord(ResultSet, ResultSetMetaData, Map<String, Integer>) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.IJdbcRowCreator
Produces a record.
createRecord(ResultSet, ResultSetMetaData, Map<String, Integer>) - Method in class com.qfs.msg.jdbc.impl.AJDBCSource
Deprecated.
Produces a record for the source.
createRecord(ResultSet, ResultSetMetaData, Map<String, Integer>) - Method in class com.qfs.msg.jdbc.impl.ArrayJDBCSource
Deprecated.
 
createRecord(ResultSet, ResultSetMetaData, Map<String, Integer>) - Method in class com.qfs.msg.jdbc.impl.MapJDBCSource
Deprecated.
 
createRecord(ResultSet, ResultSetMetaData, Map<String, Integer>) - Method in class com.qfs.msg.jdbc.impl.NativeJDBCSource
Deprecated.
 
createRecordBlock() - Method in class com.qfs.plan.impl.APartitionTransactionContentReader
 
createRecordBlock() - Method in interface com.qfs.plan.IPartitionTransactionContentReader
Creates a IWritableRecordBlock able to be filled with the records affected by the transaction.
createRecordBlock(int) - Method in class com.qfs.plan.impl.APartitionTransactionContentReader
 
createRecordBlock(int) - Method in interface com.qfs.plan.IPartitionTransactionContentReader
Creates a IWritableRecordBlock able to be filled with the records affected by the transaction.
createRecordFormat(int...) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Creates and returns the format of a record whose fields would be the given measures.
createRecordFormat(int...) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
createRecordFormat(int...) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
createRecordSetReader() - Method in class com.qfs.store.impl.ColumnarRecordSet
 
createRecordSetReader() - Method in interface com.qfs.store.IRecordSetBase
Creates an IRecordSetReader for this view.
createRedirectInterceptor(String[], String, boolean) - Static method in class com.qfs.servlet.handlers.impl.RedirectMappedInterceptor
MappedInterceptor to redirect a request towards a different handler/url.
createReducedPartitioning(int[]) - Method in class com.qfs.distribution.impl.DistributedPartitioning
 
createReducedPartitioning(int[]) - Method in class com.qfs.store.part.impl.AdaptivePartitioning
 
createReducedPartitioning(int[]) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning
 
createReducedPartitioning(int[]) - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
createReducedPartitioning(int[]) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
 
createReducedPartitioning(int[]) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
 
createReducedPartitioning(int[]) - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
createReducedPartitioning(int[]) - Method in class com.qfs.store.part.impl.SinglePartitioning
 
createReducedPartitioning(int[]) - Method in interface com.qfs.store.part.IPartitioning
Creates a reduced partitioning of this partitioning by removing some of its partitioning fields.
createReducedResult(ICubeFilter, IMeasureMember, IRetrievalResultTracker) - Method in class com.quartetfs.biz.pivot.cellset.impl.AResultReductionProcedure
Creates a new PointListRetrievalResult that only contains this column's result, associated with the given measure.
createReductionFilter(IScopeLocation) - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
createReductionFilter(IScopeLocation) - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
createReductionFilter(IScopeLocation) - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Creates a IPointListReductionFilter for reducing to the given scope.
createRegistration(AtomicReference<? super IStreamListenerRegistration>, Supplier<? extends IStreamListenerRegistration>) - Static method in class com.activeviam.pivot.contribution.impl.DatabaseRegistrationUtil
Atomically creates and saves a registration.
createRequestUpgradeStrategy(ServletContext, IWebSocketEngineConfig) - Static method in class com.qfs.websocket.server.impl.HandshakeHandlerFactory
Create a RequestUpgradeStrategy for jetty server.
createResult(ResultTranslator, IScopeLocation, IActivePivotContext, ICubeFilter) - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesRetrievalResultTransporter
Re-creates the transported result using the given mapping.
createResult(ResultTranslator, IScopeLocation, IActivePivotContext, ICubeFilter) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter
 
createResult(ResultTranslator, Map<ILocation, Set<IScopeLocation>>, IActivePivotContext, ICubeFilter) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResultTransporter
Re-creates the transported result using the given mapping.
createResult(IBitmap, IBitmap, int) - Static method in class com.qfs.store.query.plan.impl.IndexCompiledOperations
Creates the resulting bitmap from the various part of the result.
createResult(String, IScopeLocation, IMeasuresProvider, boolean, IQueryNodeQueryTranslator, IActivePivotContext, ICubeFilter, Supplier<IRetrievalResultTracker>) - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesRetrievalResultTransporter
Deprecated, for removal: This API element is subject to removal in a future version.
createResult(String, Map<ILocation, Set<IScopeLocation>>, IMeasuresProvider, boolean, IQueryNodeQueryTranslator, IActivePivotContext, ICubeFilter, Supplier<IRetrievalResultTracker>) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResultTransporter
Deprecated, for removal: This API element is subject to removal in a future version.
createResultColumn(IMeasureMember) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Creates a new column into which results of an additional measure will be stored.
createResultHolder() - Method in interface com.qfs.store.query.ICompiledQuery
Creates an empty result holder.
createResultHolder() - Method in class com.qfs.store.query.impl.CompiledQuery
 
createRetrievals(CancellableCountedCompleter<?>[], IExecutionPlan, IScopeLocation, IAggregateProviderExecutionContext) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion
 
createRetrievals(CancellableCountedCompleter<?>[], IExecutionPlan, IScopeLocation, IAggregateProviderExecutionContext) - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateProviderVersion
Creates and return retrievals that will be performed on the given location.
createRetrievals(CancellableCountedCompleter<?>[], IExecutionPlan, IScopeLocation, IAggregateProviderExecutionContext) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
createRetrievals(CancellableCountedCompleter<?>[], IExecutionPlan, IScopeLocation, IAggregateProviderExecutionContext) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
createRetrievals(CancellableCountedCompleter<?>[], IExecutionPlan, IScopeLocation, IGlobalAggregateProviderVersion, IAggregateProviderExecutionContext) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
Creates and return retrievals that will be performed on the given scope location.
createRowWriter() - Method in class com.quartetfs.biz.xmla.rowset.impl.RowSet
Create a new row writer.
createScalar(Type, Object) - Static method in class com.quartetfs.pivot.mdx.statement.impl.Literal
 
createSchema(String, Map<String, ActivePivotContainer>, ISchemaSelectionSessionHolder, IActivePivotFeedingPolicy, IEpochCreator) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaExtendedPlugin
Deprecated.
Creates an instance of ActivePivot Schema - of type IActivePivotSchema.TYPE.
createSchemaDiscoveryEpoch(String) - Static method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
Create the IEpoch associated to this IInitialDiscoveryMessage.
createSchemaMetadata() - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Creates the metadata of the schema.
createSchemaMetadata() - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
createSchemaMetadata() - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
createSelectionMappingBuilder(ISelectionDescription) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaBuilder
Deprecated.
Creates a builder responsible for creating a selection mapping.
createService() - Method in class com.quartetfs.biz.pivot.server.http.impl.SecuredHTTPServiceFactory
Deprecated.
 
createServiceObjectName(String) - Static method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
Creates a service object name for the given service name.
createSet() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets.LargeSetCompactionProcedure
 
createSet() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets.RangeMemberSetUnionProcedure
 
createSet() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets.RangeSetUnionProcedure
 
createSet(ISet) - Static method in class com.quartetfs.pivot.mdx.statement.impl.Literal
Creates a set MDX literal that stores the given set.
CreateSetStatement - Class in com.quartetfs.pivot.mdx.statement.impl
Statement for CREAT SET.
CreateSetStatement(IFormulaSpecification, ICreateSetStatement.EvaluationType, boolean) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.CreateSetStatement
Constructor.
createSingle(int, IAllocationSettings) - Method in interface com.qfs.dic.IDictionaryFactory
Create a dictionary for a single field specification.
createSingle(int, IAllocationSettings) - Method in class com.qfs.dic.impl.DictionaryFactory
 
createSpecificDomainName(String, String) - Static method in interface com.activeviam.dic.provider.IApplicationDictionaryProvider
Creates a specific domain name for a given component Id.
createStandardFromScopeLocation(IScopeLocation, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
Creates a new StandardScopeLocation from a given scope location.
createStandardScopeLocation(ILocation, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
Creates a new StandardScopeLocation.
CreateStatement - Class in com.quartetfs.pivot.mdx.statement.impl
 
CreateStatement(IFormulaSpecification) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.CreateStatement
 
createStoreGraph(IMultiVersionStore[]) - Static method in class com.activeviam.store.structure.impl.DatastoreSchemaFactory
Creates a graph of with the given stores.
createStream(IQuery<?>, IStreamProperties, String) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Authenticates the current thread with the original username who created the stream (if any) then creates the stream using its user-specific context values.
createStream(IQuery<R>, IStreamProperties) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
createStream(IQuery<R>, IStreamProperties) - Method in class com.quartetfs.tech.streaming.impl.StreamingService
Register a query and create the associated stream.
createStream(IQuery<R>, IStreamProperties) - Method in interface com.quartetfs.tech.streaming.IStreamingService
Register a query and create the associated stream.
createStreamedView(IPreparedListQuery) - Method in class com.activeviam.store.impl.DatastoreDataStreamer
 
createStreamedView(IPreparedAggregateQuery) - Method in class com.activeviam.store.impl.DatastoreDataStreamer
 
createStreams(JsonStreamSnapshot) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Creates streams from JSON stream snapshot.
createString(String) - Static method in class com.quartetfs.pivot.mdx.statement.impl.Literal
 
createString(String, IStringLiteral.Quotes) - Static method in class com.quartetfs.pivot.mdx.statement.impl.Literal
 
createTask(BoundedAction, int, int) - Method in class com.qfs.concurrent.cancellable.impl.CancellableRecursiveBoundedAction
 
createTask(BoundedAction, int, int) - Method in interface com.qfs.concurrent.impl.BoundedAction.IBoundedActionExecutor
Creates a sub-task used for processing a range of the data.
createTask(BoundedAction, int, int) - Method in class com.qfs.concurrent.impl.RecursiveBoundedAction
 
createTask(BoundedAction, int, int) - Method in class com.quartetfs.biz.pivot.context.impl.ContextualCancellableRecursiveBoundedAction
 
createTask(BoundedTask<T>, int, int) - Method in class com.qfs.concurrent.cancellable.impl.CancellableRecursiveBoundedTask
 
createTask(BoundedTask<T>, int, int) - Method in interface com.qfs.concurrent.impl.BoundedTask.IBoundedTaskExecutor
Creates a sub-task used for processing a range of the data.
createTask(BoundedTask<T>, int, int) - Method in class com.qfs.concurrent.impl.RecursiveBoundedTask
 
createTask(BoundedTask<V>, int, int) - Method in class com.quartetfs.biz.pivot.context.impl.AContextualCancellableRecursiveBoundedTask
 
createTask(BoundedTask<V>, int, int) - Method in class com.quartetfs.biz.pivot.context.impl.ContextualCancellableRecursiveBoundedTaskWrapper
 
createTask(LongBoundedAction, long, long) - Method in interface com.qfs.concurrent.impl.LongBoundedAction.ILongBoundedActionExecutor
Creates a sub-task used for processing a range of the data.
createTask(LongBoundedAction, long, long) - Method in class com.quartetfs.biz.pivot.context.impl.LongContextualCancellableRecursiveBoundedAction
 
createTaskDto(IUserTask) - Static method in class com.qfs.snl.dtos.DtoUtil
Creates a task DTO from a given task.
createTerminateFunctionFromBuffer(int, int) - Static method in class com.activeviam.copper.builders.agg.UserDefinedAggregateFunctionBuilderUtil
createThreadPoolIfNotExists() - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
If the threadPool does not yet exist, creates it, either from the existing configuration (if it has been defined using CSVSource.configure(ICSVSourceConfiguration)), or from the default configuration (e.g.
createTopic(String, String, ICSVParserConfiguration) - Method in class com.qfs.msg.csv.filesystem.impl.FileSystemCSVTopicFactory
Creates a new topic for the source.
createTransactionId() - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Generates a unique transaction id.
createTransactionId() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
createTransactionPublisher(CountedCompleter<?>, ITransactionContent, Collection<? extends IAsyncCompositeSelectionListener>) - Method in class com.qfs.store.selection.impl.ATransactionPublishingScheduler
 
createTransactionPublisher(CountedCompleter<?>, ITransactionContent, Collection<? extends IAsyncCompositeSelectionListener>) - Method in interface com.qfs.store.selection.ITransactionPublishingScheduler
Create a CountedCompleter responsible for fetching the content according to the generated plan and publishing it to the listeners.
createTranslatedPartitioning(IPartitioning, TIntIntMap, boolean) - Method in class com.qfs.distribution.impl.DistributedPartitioningManager
 
createTranslatedPartitioning(IPartitioning, TIntIntMap, boolean) - Method in class com.quartetfs.biz.pivot.impl.PartitioningManager
 
createTranslatedPartitioning(IPartitioning, TIntIntMap, boolean) - Method in interface com.quartetfs.biz.pivot.IPartitioningManager
Translates a partitioning, based of a provided translation mapping.
createTranslator(IHierarchicalMapping, List<? extends IHierarchy>) - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory
 
createTranslator(IHierarchicalMapping, List<? extends IHierarchy>) - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslatorFactory
Creates a new translator.
createTuple(int) - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
Creates a tuple from a given ordinal.
createTuple(ITuple) - Static method in class com.quartetfs.pivot.mdx.statement.impl.Literal
Creates a tuple MDX literal that stores the given tuple.
createTwoStepsInstructions(IStoreMetadata, List<String>, TIntSet) - Static method in class com.qfs.store.record.flatten.impl.FlattenInstructionCreator
Creates the instructions for two flatteners that can be executed in a same record block, each responsible for flushing different fields.
createType() - Method in class com.qfs.store.Types.TypeInformation.TypeBuilder
Returns the equivalent int type.
createType(int, boolean, boolean, boolean, boolean, boolean) - Static method in class com.qfs.store.Types
Creates a full type with all three zones filled from a description.
createTypedRecordCopiers(IRecordFormat, int) - Static method in class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger
Given the format of records that should be filled, this method generates primitively typed specialized lambdas that will copy values from a given IRecordReader to a given IWritableRecord.
createUnit() - Method in class com.qfs.snl.workflows.impl.WorkflowConfig
 
createUnit() - Method in interface com.qfs.snl.workflows.IWorkflowConfig
Returns the IWorkflowUnit to use with this workflow configuration.
createUnresolvedLocationPaths(IMissingLocationsQueryListener) - Static method in class com.quartetfs.biz.pivot.query.missing.impl.AnyPathUnresolvedPath
createUpdatedRows() - Static method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
Create the updated pair by ensuring the existence of lists.
createUserDefinedHierarchiesPublishedTwiceErrorMessage(IInternalCopperHierarchy) - Static method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
Creates a message stating that the given hierarchy is a modified duplicate of a hierarchy that the user has already defined and published.
createUseReferenceInstruction(int) - Static method in class com.qfs.store.record.flatten.impl.InstructionCreator
Create an instruction for a reference use.
createValue(Object) - Static method in class com.quartetfs.pivot.mdx.statement.impl.Literal
Creates a generic MDX literal that stores the given value.
createVariablePluginKey(String, String) - Static method in class com.quartetfs.fwk.types.impl.VariableExtendedPlugin
Utility method to create a plugin key in the form of KEY[arg].
createVector(String, String) - Static method in class com.activeviam.arrow.write.ArrowVectorsUtil
Creates an ArrowVectorFeeder matching type to an Arrow type.
createVersion(IEpoch) - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition
Creates a new version associated with the given epoch.
createVersion(IEpoch, IActivePivotTransaction) - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
createVersionHistory(boolean, IHasId, IEpochManager.IVersionLifecycleHandler<V>) - Method in interface com.qfs.multiversion.IEpochManager
Creates a version history that works accordingly to the epoch management policy of this epoch manager.
createVersionHistory(boolean, IHasId, IEpochManager.IVersionLifecycleHandler<V>) - Method in class com.qfs.multiversion.impl.AEpochManager
 
createVersionsByChangingBase(AIndexedAggregateProviderBase<IndexT>, ISquashableIntegerArrayVersion) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedAggregateProviderVersion
Create a new linked list of versions by changing base and pointToAggregateMapping.
createViews(IInternalDatabase, ISelectionMapping) - Static method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
Creates the underlying view configuration for this contributor.
createViews(IInternalDatabase, ISelectionMapping) - Static method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
Creates the underlying view configuration for this contributor.
createWebSocketContainer() - Method in class com.qfs.websocket.server.cfg.impl.AWebSocketServiceConfig
Create a bean from this method to allow to configure the websocket engine (via AWebSocketServiceConfig.createWebSocketContainer() returned attribute).
createWithAboveLevelMeasure(SwitchOnMeasure, IInternalCopperMeasure) - Method in class com.activeviam.copper.measure.SwitchOnMeasure.Factory
Creates a switch copper measure with a new aboveLevelMeasure.
createWriter(IMdxMember) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Create a writer for a given measure member.
createWriter(IMdxMember, IExpression) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Create a writer for a given expression in the context of some measure.
createWsSession(WebSocketSession) - Method in class com.activeviam.apm.websocket.impl.MonitoredWebsocketSessionFactory
Deprecated.
 
createWsSession(WebSocketSession) - Method in class com.qfs.spring.websocket.impl.WebsocketSessionFactory
Deprecated.
 
createWsSession(WebSocketSession) - Method in interface com.qfs.spring.websocket.IWebsocketSessionFactory
Deprecated.
Wraps and returns the Spring websocket session.
CREATION_STATEMENT - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
CROSS_JOIN - com.activeviam.database.commons.api.schema.JoinType
 
CrossedContextContinuousHandlerMonitor - Class in com.quartetfs.biz.pivot.query.monitoring.impl
A crossed-context monitor for a IAggregatesContinuousHandler under a stream node.
CrossedContextContinuousHandlerMonitor(IAggregatesContinuousHandlerInfo, StreamNode<?>) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitor
Constructor.
CrossedContextContinuousHandlerMonitorsGrouper - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Implementation of AContinuousHandlerMonitorsGrouper to regroup handler node monitors under a stream node.
CrossedContextContinuousHandlerMonitorsGrouper(StreamNode<?>) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitorsGrouper
Constructor.
CrossedContextContinuousHandlerStatistics - Class in com.quartetfs.biz.pivot.query.monitoring.impl
CrossedContextContinuousHandlerStatistics() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
Default constructor.
CrossedContextContinuousHandlerStatistics(String) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
Contructor.
crossjoin(ISet, ISet, boolean) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Cross-join two sets.
crossjoin(IContextExpressionDependency, IContextExpressionDependency) - Static method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
Crossjoin of dependencies.
crossJoin(IContextExpressionDependency, IContextExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
crossJoin(IRTExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
Perform the crossJoin between this expression and the input one.
crossJoin(IRTExpressionDependency, IRTExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
crossJoin(List<IContextExpressionDependency>) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
crossJoin(List<IRTExpressionDependency>) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
crossJoin(List<R>) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Compute the union of the list's elements.
crossJoin(R, R) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Compute the union of the 2 arguments.
CrossJoin - com.quartetfs.biz.xmla.constants.Keyword
 
CROSSJOIN - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
crossJoinDimensionality(IHasDimensionality, IHasDimensionality) - Static method in class com.quartetfs.pivot.mdx.meta.impl.HaveDimensionality
Union the dimensionality like a crossjoin on sets.
crossjoinForNonEmptyFunction(ISet, ISet, boolean) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
The hierarchies of set1 that are in set2 are ignored.
CrossjoinFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
CrossjoinFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.CrossjoinFunction
 
crossJoinInt(List<int[]>) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated, for removal: This API element is subject to removal in a future version.
CrossJoinLazyTupleCollection(IHasDimensionality, IMdxMember[][]) - Constructor for class com.quartetfs.pivot.mdx.impl.LazyTupleCollection.CrossJoinLazyTupleCollection
 
CrossjoinNonEmptyFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.NonEmptyFunction.CrossjoinNonEmptyFunction
 
crossJoinObjects(List<Object[]>) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Standard utility method to compute an un-typed cross-join of a collection of parameters.
CrossjoinSet - Class in com.quartetfs.pivot.mdx.eval.set.impl
Crossjoin set.
CSEntry - Class in com.qfs.content.service.impl
An entry for the HibernateContentService.
CSEntry() - Constructor for class com.qfs.content.service.impl.CSEntry
Hibernate constructor.
CSEntry(String, String, String, List<String>, List<String>) - Constructor for class com.qfs.content.service.impl.CSEntry
Fully defining constructor.
CSTR - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
CStrFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.CStrFunction
 
CSUtil - Class in com.qfs.content.service.impl
Some utilities methods used with a Content Server.
CSV_EXPORT_SVC_EXCEPTION - com.activeviam.apm.pivot.monitoring.ICsvExportActionMonitor.CsvExportTags
Tag prefixing the 'exception' report for requests by CSV export Service.
CSV_EXPORT_SVC_REQUEST_START - com.activeviam.apm.pivot.monitoring.ICsvExportActionMonitor.CsvExportTags
Tag prefixing the 'start' report for requests by CSV export Service.
CSV_EXPORT_SVC_REQUEST_STOP - com.activeviam.apm.pivot.monitoring.ICsvExportActionMonitor.CsvExportTags
Tag prefixing the 'stop' report for requests by CSV export Service.
CSV_PARSING_REPORT_DEFAULT_MAX_ANOMALIES - Static variable in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Default cap for the number of registered anomalies after which further anomalies are ignored.
CSV_PARSING_REPORT_MAX_ANOMALIES - com.activeviam.properties.impl.ActiveViamProperty
The maximum number of anomalies that are reported during the parsing of a CSV source.
CsvCharacterCodingError - Class in com.activeviam.msg.csv.reporting.anomaly.impl
Error listing created when the content of file cannot be parsed due to a charset error.
CsvCharacterCodingError(CharacterCodingException) - Constructor for class com.activeviam.msg.csv.reporting.anomaly.impl.CsvCharacterCodingError
Constructor.
CSVColumnParser - Class in com.qfs.msg.csv.impl
A simple column calculator that directly parses a source data field.
CSVColumnParser(String, IParser<?>) - Constructor for class com.qfs.msg.csv.impl.CSVColumnParser
Constructor that accepts a IParser.
CSVColumnParser(String, IParser<?>, int) - Constructor for class com.qfs.msg.csv.impl.CSVColumnParser
Constructor that accepts a IParser.
CSVColumnParser(String, String) - Constructor for class com.qfs.msg.csv.impl.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.qfs.msg.csv.impl.CSVColumnParser
Explicit constructor, default value support disabled.
CSVColumnParser(String, String, int, Object) - Constructor for class com.qfs.msg.csv.impl.CSVColumnParser
Explicit constructor, default value support enabled.
CsvFileParsingDone - Class in com.activeviam.health.monitor.impl
This event notifies the end of the parsing of a file.
CsvFileParsingDone(String, IParsingInfo) - Constructor for class com.activeviam.health.monitor.impl.CsvFileParsingDone
Constructor of CsvFileParsingDone.
CsvFileParsingFailure - Class in com.activeviam.health.monitor.impl
This event notifies of a full failure to parse a CSV file.
CsvFileParsingFailure(String, IParsingInfo, Throwable) - Constructor for class com.activeviam.health.monitor.impl.CsvFileParsingFailure
CsvFileParsingProgress - Class in com.activeviam.health.monitor.impl
This events notifies the progress of the parsing of a CSV file.
CsvFileParsingProgress(String, IParsingInfo) - Constructor for class com.activeviam.health.monitor.impl.CsvFileParsingProgress
Constructor of CsvFileParsingProgress.
CsvFileParsingReport - Class in com.activeviam.msg.csv.reporting.impl
Class centralizing all the error listings caused by a specific file.
CsvFileParsingReport(String) - Constructor for class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
CsvIllegalVectorSizeError - Class in com.activeviam.msg.csv.reporting.anomaly.impl
Error listing created when a vector has a different size than specified.
CsvIllegalVectorSizeError(long, int, String, int, int) - Constructor for class com.activeviam.msg.csv.reporting.anomaly.impl.CsvIllegalVectorSizeError
Constructor.
CsvLineParsingFailure - Class in com.activeviam.health.monitor.impl
Notifies of the failure of parsing one line of a CSV file.
CsvLineParsingFailure(String, String, long, Throwable) - Constructor for class com.activeviam.health.monitor.impl.CsvLineParsingFailure
Constructor of CsvLineParsingFailure.
CSVMessageChannelFactory<I> - Class in com.qfs.source.impl
Example implementation of a Message Channel Factory.
CSVMessageChannelFactory(ICSVSource<I>, IDatastore) - Constructor for class com.qfs.source.impl.CSVMessageChannelFactory
Constructor.
CsvNotEnoughColumnsAnomaly - Class in com.activeviam.msg.csv.reporting.anomaly.impl
Listing created when a line in the CSV file has fewer columns than expected.
CsvNotEnoughColumnsAnomaly(int, int, int, boolean) - Constructor for class com.activeviam.msg.csv.reporting.anomaly.impl.CsvNotEnoughColumnsAnomaly
Creates an error listing for when the CSV file does not have enough columns.
CSVParserConfiguration - Class in com.qfs.msg.csv.impl
Configuration for the CSV Parser.
CSVParserConfiguration() - Constructor for class com.qfs.msg.csv.impl.CSVParserConfiguration
Default constructor.
CSVParserConfiguration(int) - Constructor for class com.qfs.msg.csv.impl.CSVParserConfiguration
Constructor based only on the column count.
CSVParserConfiguration(Charset, char, int, boolean, boolean, int, ICsvParserConfigPolicy, Map<Integer, String>) - Constructor for class com.qfs.msg.csv.impl.CSVParserConfiguration
Full constructor.
CSVParserConfiguration(Charset, char, int, boolean, boolean, int, Map<Integer, String>) - Constructor for class com.qfs.msg.csv.impl.CSVParserConfiguration
Full constructor.
CSVParserConfiguration(List<String>) - Constructor for class com.qfs.msg.csv.impl.CSVParserConfiguration
Constructor based on the names of the columns.
CSVParserConfiguration(Map<Integer, String>) - Constructor for class com.qfs.msg.csv.impl.CSVParserConfiguration
Constructor based on the names and positions of the columns.
CsvParserReadingInfo - Class in com.qfs.msg.csv.policy.impl
Info about the reading mode which is basically a tuple of three integers.
CsvParserReadingInfo(int, int, int) - Constructor for class com.qfs.msg.csv.policy.impl.CsvParserReadingInfo
Constructor.
CsvParseValueError - Class in com.activeviam.msg.csv.reporting.anomaly.impl
Error listing created when the content of a column cannot be parsed to the expected data type.
CsvParseValueError(long, int, String, CharSequence, String) - Constructor for class com.activeviam.msg.csv.reporting.anomaly.impl.CsvParseValueError
Constructor.
CSVSource<I> - Class in com.qfs.msg.csv.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Use CsvSourceFactory instead of the constructors and the interface ICSVSource instead of the implementation type.
CSVSource() - Constructor for class com.qfs.msg.csv.impl.CSVSource
Deprecated.
No-argument constructor : default name, no closeCallback.
CSVSource(Runnable) - Constructor for class com.qfs.msg.csv.impl.CSVSource
Deprecated.
Constructor with default name.
CSVSource(String) - Constructor for class com.qfs.msg.csv.impl.CSVSource
Deprecated.
Constructor with no closeCallback.
CSVSource(String, Runnable) - Constructor for class com.qfs.msg.csv.impl.CSVSource
Deprecated.
Constructor with name.
CSVSource.FileListener<I> - Class in com.qfs.msg.csv.impl
Deprecated.
Listener for changes on one file or one directory and its inner elements.
CSVSourceConfiguration<I> - Class in com.qfs.msg.csv.impl
Holds the default configuration of a CSV Source.
CSVSourceConfiguration(int, int, boolean, IComparator<I>) - Constructor for class com.qfs.msg.csv.impl.CSVSourceConfiguration
 
CSVSourceConfiguration.CSVSourceConfigurationBuilder<I> - Class in com.qfs.msg.csv.impl
Builder for a CSVSourceConfiguration.
CSVSourceConfigurationBuilder() - Constructor for class com.qfs.msg.csv.impl.CSVSourceConfiguration.CSVSourceConfigurationBuilder
 
CsvSourceFactory - Class in com.activeviam.source.csv.api
Factory to create a new ICSVSource.
CSVStyleLogFormatter - Class in com.qfs.pivot.logging.impl
Deprecated, for removal: This API element is subject to removal in a future version.
CSVStyleLogFormatter() - Constructor for class com.qfs.pivot.logging.impl.CSVStyleLogFormatter
Deprecated.
 
CSVTableOutput(OutputStream) - Constructor for class com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.CSVTableOutput
 
CSVTableOutput(OutputStream) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.CSVTableOutput
 
CsvTooManyColumnsAnomaly - Class in com.activeviam.msg.csv.reporting.anomaly.impl
Listing created when the CSV file has more columns than expected.
CsvTooManyColumnsAnomaly(int, int, int, boolean) - Constructor for class com.activeviam.msg.csv.reporting.anomaly.impl.CsvTooManyColumnsAnomaly
Creates an error listing for when the CSV file has too many columns.
CsvTopicParsingReport - Class in com.activeviam.msg.csv.reporting.impl
Centralizes the parsing reports of all the files in a specific topic.
CsvTopicParsingReport(String, Map<Integer, String>) - Constructor for class com.activeviam.msg.csv.reporting.impl.CsvTopicParsingReport
 
CsvUnknownError - Class in com.activeviam.msg.csv.reporting.anomaly.impl
Catch-all listing encapsulating unidentifiable errors.
CsvUnknownError(long, Exception) - Constructor for class com.activeviam.msg.csv.reporting.anomaly.impl.CsvUnknownError
 
cube - Variable in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
The cube.
cube - Variable in class com.qfs.pivot.json.cellset.JsonCellSetData
The cube.
cube() - Static method in class com.activeviam.builders.StartBuilding
Starts building the description of a cube.
cube(String) - Static method in class com.activeviam.builders.StartBuilding
Starts building the description of a named cube.
Cube - com.quartetfs.biz.xmla.constants.Keyword
 
CUBE_CAPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
CUBE_DISCOVERY_SUFFIX - Static variable in interface com.qfs.pivot.rest.discovery.IDiscoveryRestService
The suffix to add to the rest services suffix to obtain the path to the cube discovery rest service.
CUBE_FORMATTER_DEFAULT - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
CUBE_FORMATTER_PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
Plugin key of ICubeFormatter.
CUBE_GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
Cube_Name - com.quartetfs.biz.xmla.constants.Keyword
 
CUBE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_ActionsDefinition
 
CUBE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
CUBE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
CUBE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
CUBE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
CUBE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
CUBE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
CUBE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsDefinition
 
CUBE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
CUBE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
CUBE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
CUBE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
CUBE_NAME - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
CUBE_NAME - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
CUBE_QUERIES_SUFFIX - Static variable in interface com.qfs.pivot.rest.query.IQueriesRestService
The suffix to add to the rest services suffix to obtain the path to the cube queries rest service.
CUBE_SOURCE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.CommonColumnsDefinition
 
CUBE_SOURCE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
cube_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
cube_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
cube_specification_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.cube_specification_return
 
CUBE_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
CubeBase - Class in com.quartetfs.biz.pivot.cube.impl
The base version of a cube.
CubeBase(String, List<IMultiVersionDimension<? extends IMultiVersionHierarchy>>, IMultiVersionAggregateProviderHolder) - Constructor for class com.quartetfs.biz.pivot.cube.impl.CubeBase
Constructor.
CubeDiscovery - Class in com.qfs.pivot.json.discovery
The cube discovery.
CubeDiscovery - Class in com.qfs.webservices
Cube Discovery for SOAP webservices.
CubeDiscovery() - Constructor for class com.qfs.pivot.json.discovery.CubeDiscovery
 
CubeDiscovery() - Constructor for class com.qfs.webservices.CubeDiscovery
 
CubeDiscovery(String, String, List<MeasureDiscovery>, List<DimensionDiscovery>, List<KpiDiscovery>, List<SetDiscovery>, List<DefaultMemberDiscovery>, List<JsonContextValue>, List<MeasureGroupDiscovery>) - Constructor for class com.qfs.pivot.json.discovery.CubeDiscovery
Constructor.
CubeDiscovery(String, List<MeasureDiscovery>, List<DimensionDiscovery>) - Constructor for class com.qfs.webservices.CubeDiscovery
 
CubeDiscoveryBuilder - Class in com.qfs.pivot.builder.discovery.impl
The cube discovery builder.
CubeDiscoveryBuilder() - Constructor for class com.qfs.pivot.builder.discovery.impl.CubeDiscoveryBuilder
 
CubeEndPointInfo(String, String) - Constructor for class com.qfs.pivot.impl.DataNodeManager.CubeEndPointInfo
 
CubeFeedingPromise - Class in com.activeviam.pivot.contribution.impl
A promise for the data to be retrieved from the external database.
CubeFeedingPromise(CompletionStage<Void>, String) - Constructor for class com.activeviam.pivot.contribution.impl.CubeFeedingPromise
 
CubeFilter - Class in com.quartetfs.biz.pivot.context.subcube.impl
This implementation of ICubeFilter relies on a sub-cube to work.
CubeFilter() - Constructor for class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
Creates a cube filter granting access to everything.
CubeFilter(ISubCubeProperties) - Constructor for class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
Constructor.
CubeFilterIntersection - Class in com.quartetfs.biz.pivot.context.subcube.impl
Result of the intersection of a ICubeFilter with a ISubCubeProperties.
CubeFilterIntersection(ISubCubeProperties, ISubCubeProperties) - Constructor for class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilterIntersection
Constructor of CubeFilterIntersection.
CubeFilterTranslator - Class in com.quartetfs.biz.pivot.context.impl
Translator for ICubeFilter.
CubeFilterTranslator() - Constructor for class com.quartetfs.biz.pivot.context.impl.CubeFilterTranslator
 
CubeFilterUtil - Class in com.quartetfs.biz.pivot.context.subcube.impl
Class containing static helper methods for the Cube Filter.
CubeFilterUtil() - Constructor for class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilterUtil
 
CubeFilterWrapper(ICubeFilter) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.CubeFilterWrapper
 
CubeFormatter - Class in com.quartetfs.biz.pivot.cube.formatter.impl
ICubeFormatter that uses a Map<String, Map<String, String>> as dictionaries.
CubeFormatter(Locale, String, Map<String, Map<String, String>>, Map<String, IFormatter>) - Constructor for class com.quartetfs.biz.pivot.cube.formatter.impl.CubeFormatter
Constructor.
CubeFormatterFactory - Class in com.qfs.pivot.builder.discovery.impl
Base implementation of ICubeFormatterFactory that loads the dictionaries from the Content Service.
CubeFormatterFactory(String, IContentService, long, boolean) - Constructor for class com.qfs.pivot.builder.discovery.impl.CubeFormatterFactory
Constructor.
CubeFormatterFactory(String, Path, String) - Constructor for class com.qfs.pivot.builder.discovery.impl.CubeFormatterFactory
Constructs a cube formatter factory for the specified plugin key from the given resource file.
cubeHelper() - Method in interface com.activeviam.copper.IInternalCopperContext
Deprecated.
Gets the cube helper associated to this context.
cubeHelper() - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
 
CubeNameProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.CubeNameProperty
 
CUBES - com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
 
CubeStructureChange - Class in com.activeviam.copper.recast
Description of a change to the structure of the cube.
CubeStructureChange(List<IMultiVersionHierarchy>, IHierarchicalMapping, IActivePivotSchemaSelectionSession, IActivePivotContext, IPartitioningManager) - Constructor for class com.activeviam.copper.recast.CubeStructureChange
 
CubeTransaction - Class in com.quartetfs.biz.pivot.cube.impl
CubeTransaction(CubeBase) - Constructor for class com.quartetfs.biz.pivot.cube.impl.CubeTransaction
Constructor.
CubeVersion - Class in com.quartetfs.biz.pivot.cube.impl
 
CubeVersion(IEpoch, CubeBase, List<IDimensionVersion<? extends IHierarchyVersion>>, ISquashableAggregateProviderHolderVersion) - Constructor for class com.quartetfs.biz.pivot.cube.impl.CubeVersion
Constructor.
Currency - com.quartetfs.fwk.format.impl.NamedNumericFormats
Displays the number with a thousand separator, if appropriate.
CURRENCY_DESTINATION - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
CURRENCY_SOURCE - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
CURRENT - Static variable in class com.activeviam.tracing.impl.Tracing
 
CURRENT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
CURRENT_MEMBER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
CURRENT_ORDINAL - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
CURRENT_PLATFORM - Static variable in interface com.qfs.platform.IPlatform
A reference to the current (singleton) platform.
CURRENT_PLATFORM - Static variable in class com.qfs.platform.share.PlatformHelper
A reference to the current (singleton) platform.
CURRENT_STREAM - com.quartetfs.biz.pivot.query.aggregates.ITimeLinePostProcessor.PositionTypes
 
CURRENT_WORKFLOW_CONFIG - Static variable in interface com.qfs.snl.workflows.IWorkflowPayload.Variables
IEntityWorkflowConfiguration: Current workflow configuration.
CurrentCube - com.quartetfs.biz.xmla.constants.Keyword
 
CurrentDateProcedureFactory - Class in com.qfs.store.service.impl
Factory for UpdateWhere that set the current date.
CurrentDateProcedureFactory() - Constructor for class com.qfs.store.service.impl.CurrentDateProcedureFactory
 
CurrentEpochFunction - Class in com.quartetfs.pivot.mdx.func.custom.impl
A custom function which returns the current epoch.
CurrentEpochFunction() - Constructor for class com.quartetfs.pivot.mdx.func.custom.impl.CurrentEpochFunction
 
currentExecutionFlags() - Method in interface com.quartetfs.pivot.mdx.IContextBase
Returns the current execution flags.
currentExecutionFlags() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingContextBase
 
currentExecutionFlags() - Method in class com.quartetfs.pivot.mdx.impl.ARootContextBase
 
CurrentFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
CurrentFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.CurrentFunction
 
CurrentLocationFunction - Class in com.quartetfs.pivot.mdx.func.custom.impl
 
CurrentLocationFunction() - Constructor for class com.quartetfs.pivot.mdx.func.custom.impl.CurrentLocationFunction
 
CurrentLocationFunction.DrillthroughFormulaLocationExtractor - Class in com.quartetfs.pivot.mdx.func.custom.impl
Visitor that extract from a 'range' tuple (i.e tuple that does not contain range locations) the location designated by it.
CurrentMeasureFunction - Class in com.quartetfs.pivot.mdx.func.custom.impl
The function that extract the measure(s) from the current context.
CurrentMeasureFunction() - Constructor for class com.quartetfs.pivot.mdx.func.custom.impl.CurrentMeasureFunction
Constructor.
CurrentMember - com.quartetfs.biz.xmla.constants.Keyword
 
CurrentMemberFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
CurrentMemberFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.CurrentMemberFunction
 
CurrentOrdinalFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
CurrentOrdinalFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.CurrentOrdinalFunction
 
currentResultFlags() - Method in interface com.quartetfs.pivot.mdx.IContextBase
Returns the current result flags.
currentResultFlags() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingContextBase
 
currentResultFlags() - Method in class com.quartetfs.pivot.mdx.impl.ARootContextBase
 
currentRow() - Method in interface com.quartetfs.biz.xmla.rowset.IRowWriter
 
currentSpan() - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
currentSpan() - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
currentSpan() - Method in interface com.activeviam.tracing.tracer.ITracer
currentSpanCustomizer() - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
currentSpanCustomizer() - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
currentTimeMillis() - Method in class com.activeviam.time.impl.SystemTimeSupplier
 
currentTimeMillis() - Method in interface com.activeviam.time.ITimeSupplier
Returns the current time with respect to the current instance.
currentTraceContext() - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
currentTupleContext() - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
currentView() - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
currentView() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
 
currentView() - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesContinuousQuery
 
currentView() - Method in class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationContinuousQuery
Not supported.
currentView() - Method in interface com.quartetfs.fwk.query.IContinuousQuery
Return the current view of the originating query.
Cursor() - Constructor for class com.quartetfs.pivot.mdx.impl.LazyTupleCollection.Cursor
 
CursorCreator(ICompiledQuery, boolean) - Constructor for class com.qfs.store.query.impl.DatastoreQueryHelper.CursorCreator
Constructor.
CursorRecordIterator - Class in com.qfs.store.query.impl
Iterate on the elements of a cursor, following the java Iterator API, and presenting records through the IRecordReader interface.
CursorRecordIterator(ICursor) - Constructor for class com.qfs.store.query.impl.CursorRecordIterator
 
CursorTupleIterator - Class in com.qfs.store.query.impl
Iterate on the elements of a cursor, following the java Iterator API, and presenting records as tuples.
CursorTupleIterator(ICursor) - Constructor for class com.qfs.store.query.impl.CursorTupleIterator
 
CursorUtil - Class in com.activeviam.records.impl
Cursor Utilities.
CursorWrapper<T> - Class in com.qfs.store.query.impl
An iterable cursor wrapper.
CursorWrapper(ICursor, ICursorConverter<T>) - Constructor for class com.qfs.store.query.impl.CursorWrapper
 
custom(String) - Method in interface com.activeviam.copper.api.CopperMeasureToAggregateAbove
Aggregates the values on the defined leaf levels using a custom aggregation.
custom(String) - Method in class com.activeviam.copper.measure.CopperMeasureToAggregateAboveBuilder
 
Custom - com.quartetfs.biz.xmla.constants.Keyword
 
CUSTOM_ROLLUP - Static variable in interface com.quartetfs.pivot.mdx.statement.IReturnFunction
 
CUSTOM_ROLLUP_PROPERTIES - Static variable in interface com.quartetfs.pivot.mdx.statement.IReturnFunction
 
CUSTOM_ROLLUP_SETTINGS - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
CustomAuthToken - Class in com.qfs.distribution.security.impl
Use a preshared token that is encrypted for authentication purposes.
CustomAuthToken() - Constructor for class com.qfs.distribution.security.impl.CustomAuthToken
Empty constructor.
CustomComparator<T> - Class in com.quartetfs.fwk.ordering.impl
CustomComparator Default implementation of the ICustomComparator interface, also available as a light plugin value of the comparator plugin.
CustomComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.CustomComparator
Empty constructor.
CustomComparator(List<? extends T>, List<? extends T>) - Constructor for class com.quartetfs.fwk.ordering.impl.CustomComparator
Constructor.
CustomCompiledCondition - Class in com.qfs.store.query.plan.condition.impl
ICompiledCondition wrapping ICondition that are not instance of IBaseCondition.
CustomCompiledCondition(ICustomCondition, int[]) - Constructor for class com.qfs.store.query.plan.condition.impl.CustomCompiledCondition
 
CUSTOMER - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
CUSTOMER_GROUP - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
CUSTOMER_HOUSEHOLD - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
CustomFormat - com.quartetfs.biz.xmla.impl.XmlaProperties.AxisFormatValue
 
CustomNumaSelectorDescription - Class in com.activeviam.database.commons.api.numa.desc.impl
 
CustomNumaSelectorDescription(IPartitioningDescription) - Constructor for class com.activeviam.database.commons.api.numa.desc.impl.CustomNumaSelectorDescription
 
customProperty(String) - Static method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
CustomProperty - Class in com.quartetfs.fwk.impl
This is the default class for custom member properties (when a member property is defined without a plugin key, this class will be chosen).
CustomProperty(IProperty) - Constructor for class com.quartetfs.fwk.impl.CustomProperty
Constructor, intended for the CustomProperty.clone().
CustomProperty(String) - Constructor for class com.quartetfs.fwk.impl.CustomProperty
Constructor with a name that is also the expression.
CustomProperty(String, String) - Constructor for class com.quartetfs.fwk.impl.CustomProperty
Constructor from name and expression.
CustomPropertyExtendedPlugin - Class in com.quartetfs.fwk.impl
 
CustomPropertyExtendedPlugin() - Constructor for class com.quartetfs.fwk.impl.CustomPropertyExtendedPlugin
Constructor.
customRows(IJdbcSourceBuilder.IJdbcRowCreator<T>) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
Starts building an IJDBCSource with custom rows.
CustomStopWatch() - Constructor for class com.activeviam.apm.utils.impl.TimingUtils.CustomStopWatch
 
customWorkflowEntities() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] List of resolvers for entities with custom workflow storage.
CycleDetectionGraphVisitor - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
A planning graph visitor that detects cycles within the planning graph.
CycleDetectionGraphVisitor() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
Cyclical - com.quartetfs.biz.xmla.constants.Keyword
 
CyclicArray<T> - Class in com.quartetfs.pivot.mdx.utils.impl
 
CyclicArray(T[]) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.CyclicArray
 
CyclicArray.CyclicArrayList<E> - Class in com.quartetfs.pivot.mdx.utils.impl
 
CyclicArrayList(CyclicArray<E>) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.CyclicArray.CyclicArrayList
 

D

DANGER - com.qfs.snl.messages.MessageLevel
Type to inform of the problematic execution of an action.
Data - com.quartetfs.biz.xmla.impl.XmlaProperties.ContentValue
 
DATA - com.qfs.messenger.IAddress.NodeType
For DATA cube.
DATA - Static variable in interface com.qfs.service.store.IDatabaseRestService
REST path value to access data.
DATA_CUBE_PLUGIN_KEY - Static variable in interface com.activeviam.copper.ICopperContextFactory
The data cube plugin key for the Registry.
DATA_CUBE_REST_ENDPOINT_HOST_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The host endpoint address through which each data cube's REST API can be accessed.
DATA_CUBE_REST_ENDPOINT_PORT_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The host port through which each data cube's REST API can be accessed.
DATA_CUBE_REST_ENDPOINT_PROTOCOL_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The protocol through which each data cube's REST API can be accessed.
DATA_CUBE_REST_ENDPOINT_SUFFIX_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The host endpoint suffix through which each data cube's REST API can be accessed.
DATA_EXPORT_ARROW_BATCH_SIZE - com.activeviam.properties.impl.ActiveViamProperty
Number of records in Arrow batches.
DATA_EXPORT_SERVICE_ROOT_PATH_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property to set the root path in which to save the exported query results.
DATA_EXPORT_SERVICE_SUFFIX - Static variable in interface com.activeviam.pivot.rest.dataexport.IDataExportRestService
The suffix to add to the rest services suffix to obtain the path to the data export rest service.
DATA_LOADING_ENDPOINT - Static variable in interface com.activeviam.apm.pivot.rest.services.IDataLoadingRestService
The full data loading service endpoint.
DATA_LOADING_SERVICE_SUFFIX - Static variable in interface com.activeviam.apm.pivot.rest.services.IDataLoadingRestService
The suffix to add to the rest services suffix to obtain the path to the export rest service.
DATA_MEMBER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DATA_MEMBER_DISCRIMINATOR - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisMember
The members with this discriminator will be ignored by the Mdx layer.
DATA_MEMBER_NAME - Static variable in class com.quartetfs.pivot.mdx.func.impl.DataMemberFunction
 
DATA_PLUGIN_KEY - Static variable in interface com.qfs.messenger.IInstanceDistributionManager
For cube of data (IMultiVersionActivePivot).
DATA_REPLICATION - Static variable in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
The name of the property that sets the aggregates DataReplication.
DATA_TYPE - Static variable in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Plugin key for data cube.
DATA_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
DATA_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
DATA_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
DATA_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
DATA_UPDATED_BY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
database() - Method in interface com.qfs.server.cfg.IDatabaseConfig
The database of the application.
database() - Method in interface com.qfs.server.cfg.IDatastoreConfig
The datastore of the application.
database() - Method in class com.qfs.server.cfg.impl.ActivePivotWithDatastoreConfig
 
DATABASE_API_URL_PREFIX - Static variable in interface com.qfs.service.store.IDatabaseRestService
The full endpoint of the rest service.
DATABASE_NAMESPACE - Static variable in interface com.qfs.service.store.IDatabaseRestService
The suffix to add to the pivot rest services suffix to obtain the path to the database rest service.
databaseAlertService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Service to send and get alerts, directly connected to the database.
DatabaseAlertService - Class in com.qfs.snl.alerts.impl
Implementation of IAlertService persisting all information inside a database.
DatabaseAlertService(ISentinelAlertDao) - Constructor for class com.qfs.snl.alerts.impl.DatabaseAlertService
Constructor.
DatabaseDiscovery - Class in com.qfs.store.service.impl
Simple implementation of IDatabaseDiscovery.
DatabaseDiscovery() - Constructor for class com.qfs.store.service.impl.DatabaseDiscovery
Default constructor.
DatabaseDiscovery(Map<String, IBranchDescription>, Map<String, ITableSecurityDescription>, Map<String, Map<String, IDatabaseJoinDescription>>) - Constructor for class com.qfs.store.service.impl.DatabaseDiscovery
Full constructor.
DatabaseEntityResolver<TableT extends IDataTable,​FieldT extends IDataTableField> - Class in com.activeviam.database.api.schema
Implementation of an IDatabaseSchemaEntityResolver returning typed elements for tables and fields.
DatabaseEntityResolver(IDatabaseSchema) - Constructor for class com.activeviam.database.api.schema.DatabaseEntityResolver
 
DatabaseFieldDescription - Class in com.qfs.store.service.impl
 
DatabaseFieldDescription(String, int, String, Object, boolean, boolean) - Constructor for class com.qfs.store.service.impl.DatabaseFieldDescription
Constructor.
DatabaseFieldPermissionManager - Class in com.qfs.store.service.impl
Field permissions for the database rest service.
DatabaseFieldPermissionManager(Map<String, ITableSecurity>, IDatabaseSchemaEntityResolver) - Constructor for class com.qfs.store.service.impl.DatabaseFieldPermissionManager
DatabaseHelper - Class in com.activeviam.copper
Deprecated, for removal: This API element is subject to removal in a future version.
DatabaseHelper(IDatabaseSchemaEntityResolver) - Constructor for class com.activeviam.copper.DatabaseHelper
Deprecated.
Constructor.
DatabaseId - Class in com.activeviam.database.api.schema
Unique identifier for a database.
DatabaseJoinDescription - Class in com.qfs.store.service.impl
Basic immutable implementation of an IDatabaseJoinDescription.
DatabaseJoinDescription(String, Map<String, String>) - Constructor for class com.qfs.store.service.impl.DatabaseJoinDescription
Constructor.
databaseMeasure() - Method in class com.activeviam.copper.api.ExperimentalCopper
Creates a Copper measure that can access the data from the database.
DatabaseMeasure - Class in com.activeviam.copper.measure
 
DatabaseMeasure.Factory - Class in com.activeviam.copper.measure
 
DatabaseMeasureBuilder - Interface in com.activeviam.copper.api.experimental.database
Copper Database measure builder.
DatabaseMeasureBuilder.DatabaseMeasureBuilderExpectingComputation<C> - Interface in com.activeviam.copper.api.experimental.database
Copper Database measure builder.
DatabaseMeasureBuilder.DatabaseMeasureBuilderExpectingMeasures<C> - Interface in com.activeviam.copper.api.experimental.database
Copper Database measure builder.
DatabaseMeasureBuilder.DatabaseMeasureBuilderExpectingRealTime - Interface in com.activeviam.copper.api.experimental.database
Copper Database measure builder.
DatabaseMeasureBuilder.DatabaseMeasureComputation<C> - Interface in com.activeviam.copper.api.experimental.database
A combining function.
databaseMonitorService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Monitor service with persistence.
DatabaseMonitorService - Class in com.qfs.snl.monitors.impl
Implementation of IMonitorService persisting all information inside a database.
DatabaseMonitorService(IMonitorDao, ISentinelEventDao, IAlertService) - Constructor for class com.qfs.snl.monitors.impl.DatabaseMonitorService
Constructor.
DatabasePostProcessor - Class in com.activeviam.copper.pivot.pp
A post processor that access the database.
DatabasePostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.DatabasePostProcessor
Constructor.
DatabasePrefetchRequest - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis
Request for prefetching data in the Database to complete aggregation retrievals.
DatabasePrefetchRequest(String, Set<FieldPath>, ICondition) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest
Constructor.
DatabasePrefetchRequest(String, Set<FieldPath>, ICondition, Consumer<Collection<ILevelInfo>>, Map<ILevelInfo, Set<FieldPath>>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest
Constructor.
DatabasePrefetchRequest(String, Set<FieldPath>, ICondition, Set<IJoinMeasure<?, ?>>, Consumer<Collection<ILevelInfo>>, Map<ILevelInfo, Set<FieldPath>>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest
Full constructor.
DatabasePrefetchRequest.DatabasePrefetchRequestBuilder - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis
DatabaseRegistrationUtil - Class in com.activeviam.pivot.contribution.impl
Helper methods to create Database listener registrations.
DatabaseRestServiceController - Class in com.qfs.store.service.impl
Implementation of the REST API controller for an ActivePivot database.
DatabaseRestServiceController(IDatabaseService) - Constructor for class com.qfs.store.service.impl.DatabaseRestServiceController
Constructor.
DatabaseRestServicesConfig - Class in com.qfs.server.cfg.impl
Configuration class exposing REST services for Database.
DatabaseRestServicesConfig() - Constructor for class com.qfs.server.cfg.impl.DatabaseRestServicesConfig
 
DatabaseRetrievalResult - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Class holding the result of a datastore prefetch request.
DatabaseRetrievalResult(ExternalDatabaseRetrieval.ExternalAggregator, IPointAggregateStore, Map<List<Integer>, ISubPointIntegerArrayIndex>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatabaseRetrievalResult
Full constructor.
DatabaseSelectionHelper - Class in com.activeviam.copper
Deprecated, for removal: This API element is subject to removal in a future version.
DatabaseSelectionHelper(ISelectionDescription, IDatabaseSchemaEntityResolver) - Constructor for class com.activeviam.copper.DatabaseSelectionHelper
Deprecated.
Constructor.
DatabaseServiceTableMetadata - Class in com.qfs.store.service.impl
Class for storing prefetched results about a table metadata, used by the Json datatable service.
DatabaseServiceTableMetadata(TObjectIntMap<String>, Map<FieldPath, String>, IDatabaseFieldDescription[], int[], IParser<?>[], IFormatter[], boolean, boolean) - Constructor for class com.qfs.store.service.impl.DatabaseServiceTableMetadata
Constructor.
DatabaseServiceTableMetadataBuilder - Class in com.qfs.store.service.impl
Builder creating metadata about a whole database.
DatabaseServiceTableMetadataBuilder(IDatabaseSchemaEntityResolver, IDatabaseServiceConfiguration) - Constructor for class com.qfs.store.service.impl.DatabaseServiceTableMetadataBuilder
Constructor.
dataCacheMonitorService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] monitor service with cache on operations for fast operations.
DataCacheMonitorService - Class in com.qfs.snl.monitors.impl
The monitor data cache stores the information related to the monitors.
DataCacheMonitorService(DatabaseMonitorService) - Constructor for class com.qfs.snl.monitors.impl.DataCacheMonitorService
Constructor.
DataClusterDefinition - Class in com.quartetfs.biz.pivot.definitions.impl
ClusterDefinition for DATA cube.
DataClusterDefinition() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
Default constructor of class ClusterDefinition with no parameter.
DataClusterDefinition(String, String, String, Properties) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
Constructor.
DataClusterDefinition(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
Constructor not exposing the data cube REST endpoint information.
DataClusterDefinition(String, String, Properties) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
Constructor not exposing the data cube REST endpoint information.
DataCubeAdapter - Class in com.qfs.messenger.impl
Basic implementation of IDataCubeAdapter.
DataCubeAdapter(String, IActivePivotVersion, Collection<String>, Collection<String>, boolean, boolean, boolean, boolean) - Constructor for class com.qfs.messenger.impl.DataCubeAdapter
Full constructor.
DataCubeContext - Class in com.activeviam.copper.impl
Deprecated, for removal: This API element is subject to removal in a future version.
DataCubeContext(ISelectionDescription, IDatabaseSchemaEntityResolver, IActivePivotDescription, IDataClusterDefinition) - Constructor for class com.activeviam.copper.impl.DataCubeContext
Deprecated.
Constructor.
DataCubeContextFactory - Class in com.activeviam.copper.impl
Factory creating DataCubeContext.
DataCubeContextFactory() - Constructor for class com.activeviam.copper.impl.DataCubeContextFactory
 
DataCubeHelper - Class in com.activeviam.copper
Deprecated, for removal: This API element is subject to removal in a future version.
DataCubeHelper(DatabaseSelectionHelper, IActivePivotDescription, DataCubeContext) - Constructor for class com.activeviam.copper.DataCubeHelper
Deprecated.
Constructor.
DataCubeMeasurePublisher - Class in com.activeviam.copper
Concrete implementation of an IMeasurePublisher for data cubes.
DataCubeMeasurePublisher(DataCubeContext, IActivePivotDescription, String) - Constructor for class com.activeviam.copper.DataCubeMeasurePublisher
Constructor.
dataExportRestService(IDataExportRestService) - Method in class com.activeviam.apm.cfg.impl.RestServicesConfigBeanPostProcessor
 
DataExportRestServiceController - Class in com.activeviam.pivot.rest.dataexport
REST service to export or download mdx query.
DataExportRestServiceController(IDataExportService) - Constructor for class com.activeviam.pivot.rest.dataexport.DataExportRestServiceController
Constructor.
DataExportService - Class in com.activeviam.pivot.rest.dataexport
Implementation of IDataExportService that save the result on the local file system.
DataExportService(IActivePivotManager, String) - Constructor for class com.activeviam.pivot.rest.dataexport.DataExportService
Constructor.
DataExportTimings - Class in com.activeviam.pivot.rest.dataexport
Timings for the DataExportService.
DataExportTimings() - Constructor for class com.activeviam.pivot.rest.dataexport.DataExportTimings
 
DataInputStreamAdapter - Class in com.qfs.messenger.impl
A custom InputStream that uses an underlying DataInput.
DataInputStreamAdapter(DataInput) - Constructor for class com.qfs.messenger.impl.DataInputStreamAdapter
The default constructor DataInputStreamAdapter.
DataInstanceDistributionManager - Class in com.qfs.messenger.impl
This class takes care when new members (of type IAddress.NodeType.QUERY join the cluster or/and when a new transaction is committed in a "data" cube.
DataInstanceDistributionManager(DataNode) - Constructor for class com.qfs.messenger.impl.DataInstanceDistributionManager
Constructor.
DataLoadingRestServiceController - Class in com.activeviam.apm.pivot.rest.services.impl
Implementation of the REST API of the Data Loading Service.
DataLoadingRestServiceController(CacheManager) - Constructor for class com.activeviam.apm.pivot.rest.services.impl.DataLoadingRestServiceController
Constructor.
dataMemberBitmapCoordinate(int) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
 
DataMemberFunction - Class in com.quartetfs.pivot.mdx.func.impl
DataMember function.
DataMemberFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DataMemberFunction
Constructor.
DataNode - Class in com.qfs.pivot.impl
This class represents a data node in an ActivePivot cluster.
DataNode(MultiVersionDataActivePivot, String, IDataClusterDefinition, String) - Constructor for class com.qfs.pivot.impl.DataNode
Internal constructor.
DataNodeIdentifier - Class in com.qfs.distribution.impl
Component associated to a data node and can tell if aggregates (locations + measures) can be computed on this instance.
DataNodeIdentifier(List<? extends IHierarchy>, DataNodeIdentifierFactory) - Constructor for class com.qfs.distribution.impl.DataNodeIdentifier
Constructor.
DataNodeIdentifierFactory - Class in com.qfs.distribution.impl
The content of a data node seen by a query node.
DataNodeIdentifierFactory(String, String, String, List<String>, Set<String>) - Constructor for class com.qfs.distribution.impl.DataNodeIdentifierFactory
Constructor.
DataNodeManager - Class in com.qfs.pivot.impl
A IEpochManager.IVersionLifecycleHandler to attach to a local pivot used in a distributed architecture.
DataNodeManager(MultiVersionDataActivePivot) - Constructor for class com.qfs.pivot.impl.DataNodeManager
Constructor.
DataNodeManager.CubeEndPointInfo - Class in com.qfs.pivot.impl
 
dataSizeInBytes() - Method in interface com.qfs.bitmap.IBitmap
Estimates the size of the internal data only (without the structure costs).
dataSizeInBytes() - Method in interface com.qfs.bitmap.IBitmapIndex
Gets an estimation of the size of index data only.
dataSizeInBytes() - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
dataSizeInBytes() - Method in class com.qfs.bitmap.impl.Bitmap
 
dataSizeInBytes() - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
dataSizeInBytes() - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
dataSizeInBytes() - Method in class com.qfs.bitmap.impl.QFSBitmap
 
DATASOURCE_DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DatasourcesDefinition
 
DATASOURCE_INFO - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DatasourcesDefinition
 
DATASOURCE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DatasourcesDefinition
 
DATASOURCE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_InputDataSourcesDefinition
 
DATASOURCE_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_InputDataSourcesDefinition
 
dataSourceBuilder() - Method in interface com.qfs.snl.persistence.cfg.IDatasourceConfiguration
Get the ActiveMonitor data source builder.
DataSourceInfo - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
Datastore - Class in com.qfs.store.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Datastore(IMultiVersionDatastoreSchema, CreationContext) - Constructor for class com.qfs.store.impl.Datastore
Deprecated.
Creates a datastore.
DATASTORE - com.quartetfs.fwk.logging.impl.QueryTimingCollector.CollectibleQueryType
Only datastore queries are collectible.
DATASTORE - com.quartetfs.fwk.logging.impl.QueryTimingCollector.QueryCategory
Datastore query.
DATASTORE_BRANCH_COUNT - Static variable in interface com.activeviam.monitoring.export.IDatastoreMetricExporter
 
DATASTORE_CURRENT_EPOCH - Static variable in interface com.activeviam.monitoring.export.IDatastoreMetricExporter
 
DATASTORE_OLDEST_EPOCH - Static variable in interface com.activeviam.monitoring.export.IDatastoreMetricExporter
 
DATASTORE_QUALIFIER - Static variable in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
DATASTORE_SCHEMA - Static variable in interface com.activeviam.monitoring.export.IDatastoreMetricExporter
 
DatastoreAggregateQueryCompiler - Class in com.activeviam.store.impl
Class used to implement IInternalQueryManager.aggregateQuery().
DatastoreAggregateQueryCompiler(IDatastoreSchemaEntityResolver, IDatastoreSchemaQueryMetadata) - Constructor for class com.activeviam.store.impl.DatastoreAggregateQueryCompiler
 
DatastoreAggregateQueryHelper - Class in com.activeviam.store.impl
Class used to implement IInternalQueryRunner.aggregateQuery(AggregateQuery).
DatastoreAggregateQueryHelper(IDatastoreView, IDatastoreSchemaQueryMetadata) - Constructor for class com.activeviam.store.impl.DatastoreAggregateQueryHelper
Constructor.
DatastoreBaseRewriteContext - Class in com.qfs.store.impl
Deprecated, for removal: This API element is subject to removal in a future version.
DatastoreBaseRewriteContext(Collection<IInternalDatastoreSchemaVersion>, Predicate<IStoreMetadata>) - Constructor for class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Constructor.
DatastoreBaseRewriteContext.IBaseConsumer<B> - Interface in com.qfs.store.impl
Deprecated.
 
DatastoreBaseRewriteContext.IBaseUpdater<B> - Interface in com.qfs.store.impl
Deprecated.
 
DatastoreBuilder - Class in com.qfs.store.build.impl
Deprecated, for removal: This API element is subject to removal in a future version.
DatastoreBuilder() - Constructor for class com.qfs.store.build.impl.DatastoreBuilder
Deprecated.
Constructor.
DatastoreBuilder.IInternalBuildableDatastore - Interface in com.qfs.store.build.impl
Deprecated, for removal: This API element is subject to removal in a future version.
DatastoreDataContributor - Class in com.activeviam.pivot.contribution.impl
Deprecated, for removal: This API element is subject to removal in a future version.
DatastoreDataContributor(ISchemaSelectionSessionHolder, boolean) - Constructor for class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
DatastoreDataStreamer - Class in com.activeviam.store.impl
 
DatastoreDistinctQueryRunner - Class in com.activeviam.store.impl
Distinct query runner provider.
DatastoreGetByKeyQueryHelper - Class in com.activeviam.store.impl
DatastoreGetByKeyQueryHelper(IDatastoreVersion) - Constructor for class com.activeviam.store.impl.DatastoreGetByKeyQueryHelper
 
DatastoreListQueryRunner - Class in com.activeviam.store.impl
Class used to implement IQueryRunner.listQuery(ListQuery).
DatastoreListQueryRunner() - Constructor for class com.activeviam.store.impl.DatastoreListQueryRunner
 
DatastoreQueryHelper - Class in com.qfs.store.query.impl
A helper class that contains static utility methods for running queries on a datastore.
DatastoreQueryHelper.CursorCreator - Class in com.qfs.store.query.impl
A query results acceptor that can return a global (i.e.
DatastoreQueryMonitor - Class in com.qfs.store.query.plan.impl
Implementation for IDatastoreQueryMonitor.
DatastoreQueryMonitor() - Constructor for class com.qfs.store.query.plan.impl.DatastoreQueryMonitor
 
DatastoreQueryTiming - Class in com.quartetfs.fwk.logging.impl
Keep timing (compilation and execution) for a datastore query.
DatastoreQueryTiming() - Constructor for class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
Empty constructor.
DatastoreQueryTiming.JsonSelectionField - Class in com.quartetfs.fwk.logging.impl
Json Serializable representation of a selection field.
DatastoreRepositoryCache - Class in com.qfs.repository.impl
Default implementation of IDatastoreRepositoryCache.
DatastoreRepositoryCache(IDatastoreRepositoryCacheConfiguration) - Constructor for class com.qfs.repository.impl.DatastoreRepositoryCache
Constructor, creating new branches from parameter by default.
DatastoreRepositoryCache(IDatastoreRepositoryCacheConfiguration, BiPredicate<String, Set<String>>) - Constructor for class com.qfs.repository.impl.DatastoreRepositoryCache
Full constructor.
DatastoreRepositoryCacheConfiguration - Class in com.qfs.repository.impl
Default implementation of IDatastoreRepositoryCacheConfiguration.
DatastoreRepositoryCacheConfiguration(IActivePivotManager, IDatastore, IStoreMessageChannel<String, Object>, IStoreMessageChannel<String, Object>, IParameterStoreConfiguration) - Constructor for class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
Constructor.
DatastoreRepositoryCacheConfiguration(IActivePivotManager, IDatastore, IStoreMessageChannel<String, Object>, IStoreMessageChannel<String, Object>, IParameterStoreConfiguration, boolean) - Constructor for class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
Constructor.
DatastoreRetrievalResultHolder - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Component responsible for holding the external retrieval results held in the ActivePivotAggregatesRetriever columns.
DatastoreRetrievalResultHolder(int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatastoreRetrievalResultHolder
Constructor.
datastoreSchema() - Static method in class com.activeviam.builders.StartBuilding
DatastoreSchema - Class in com.activeviam.store.structure.impl
Basic implementation of IDatastoreSchema.
DatastoreSchema(Collection<? extends IInternalDatastoreTable>, Collection<? extends ITableJoin>, DatabaseId) - Constructor for class com.activeviam.store.structure.impl.DatastoreSchema
Constructor.
DatastoreSchemaBase - Class in com.qfs.store.impl
Multiversion schema implementation.
DatastoreSchemaBase(String, IDatastoreStructure, IDatastoreSchemaMetadata, MultiVersionStore[], IDirectedMultiGraph<String, IMultiVersionStore, IReferenceMetadata>, IDictionaryManager, CreationContext) - Constructor for class com.qfs.store.impl.DatastoreSchemaBase
Constructor.
datastoreSchemaDescription() - Method in interface com.qfs.server.cfg.IDatastoreSchemaDescriptionConfig
Returns the schema description of the datastore as defined in your project.
DatastoreSchemaDescription - Class in com.qfs.desc.impl
Default mutable implementation of IDatastoreSchemaDescription.
DatastoreSchemaDescription(Collection<? extends IStoreDescription>, Collection<? extends IReferenceDescription>) - Constructor for class com.qfs.desc.impl.DatastoreSchemaDescription
Constructor.
DatastoreSchemaDescription(Collection<? extends IStoreDescription>, Collection<? extends IReferenceDescription>, Collection<Set<StoreField>>) - Constructor for class com.qfs.desc.impl.DatastoreSchemaDescription
Constructor.
DatastoreSchemaDescriptionBuilder - Class in com.qfs.desc.impl
Basic implementation of IDatastoreSchemaDescriptionBuilder.
DatastoreSchemaDescriptionBuilder() - Constructor for class com.qfs.desc.impl.DatastoreSchemaDescriptionBuilder
 
DatastoreSchemaDescriptionUtil - Class in com.qfs.desc.impl
Utility methods on a IDatastoreSchemaDescription.
DatastoreSchemaDescriptionUtil() - Constructor for class com.qfs.desc.impl.DatastoreSchemaDescriptionUtil
 
DatastoreSchemaFactory - Class in com.activeviam.store.structure.impl
IDatastoreSchemaFactory relying on an IInternalDatastoreStructure to create the schema.
DatastoreSchemaFactory(IInternalDatastoreStructure, CreationContext, IListenersExceptionsHandler) - Constructor for class com.activeviam.store.structure.impl.DatastoreSchemaFactory
 
DatastoreSchemaMetadata - Class in com.qfs.store.impl
The schema metadata contains all the information that is independent of the data.
DatastoreSchemaMetadata(IDirectedMultiGraph<String, IStoreMetadata, IReferenceMetadata>, IInternalDatastoreSchema) - Constructor for class com.qfs.store.impl.DatastoreSchemaMetadata
Constructor.
DatastoreSchemaQueryMetadata - Class in com.qfs.store.impl
Basic implementation of IDatastoreSchemaQueryMetadata.
DatastoreSchemaQueryMetadata(IDatastoreSchemaMetadata, ISchemaDictionaryProvider, IDatastoreQueryMonitor) - Constructor for class com.qfs.store.impl.DatastoreSchemaQueryMetadata
 
DatastoreSchemaTransactionInformation - Class in com.qfs.store.transaction.impl
Transaction over a schema.
DatastoreSchemaTransactionInformation(IDatastoreSchemaMetadata, long, String, boolean, int[], int[], int[], TransactionStatisticsOption) - Constructor for class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation
Full constructor.
DatastoreSchemaTransactionInformation.StoreTransactionStatistics - Class in com.qfs.store.transaction.impl
Keeps the transaction statistics on a store: the number of records added, updated and removed.
DatastoreSchemaTransactionManager - Class in com.qfs.store.transaction.impl
Component handling transactions over a datastore schema.
DatastoreSchemaTransactionManager(IMultiVersionDatastoreSchema) - Constructor for class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
Constructor.
DatastoreSchemaUpdater - Class in com.activeviam.store.structure.impl
Editable implementation of an IDatastoreStructure.
DatastoreSchemaUpdater(DatastoreStructure, IDomainDictionaryTransaction) - Constructor for class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
Constructor.
DatastoreSchemaVersion - Class in com.qfs.store.impl
Implementation of a single version of the Datastore Schema.
DatastoreSchemaVersion(DatastoreSchemaBase, IEpoch, IInternalStoreVersion[]) - Constructor for class com.qfs.store.impl.DatastoreSchemaVersion
Constructor.
DatastoreService - Class in com.qfs.store.service.impl
Full implementation of IDatabaseService on an IDatastore.
DatastoreService(IDatastore, IDatabaseServiceConfiguration) - Constructor for class com.qfs.store.service.impl.DatastoreService
Constructor.
DatastoreService(IDatastore, IDatabaseServiceConfiguration, ISecurityFacade) - Constructor for class com.qfs.store.service.impl.DatastoreService
Constructor.
DatastoreStructuralSchemaTransaction - Class in com.qfs.store.transaction.impl
Direct implementation of a transaction on the structure.
DatastoreStructuralSchemaTransaction(MultiVersionDatastoreSchema, Consumer<Runnable>, Consumer<IDatastoreStructuralSchemaTransaction<?>>, boolean) - Constructor for class com.qfs.store.transaction.impl.DatastoreStructuralSchemaTransaction
Full constructor.
DatastoreStructuralTransaction - Class in com.qfs.store.impl
Transaction on the MultiVersionDatastoreSchema to change the structure.
DatastoreStructuralTransaction(DatastoreSchemaBase, IInternalDatastoreStructure, IStructureUpdatePlan, Consumer<DatastoreSchemaVersion>, List<Runnable>, IEpochMapper) - Constructor for class com.qfs.store.impl.DatastoreStructuralTransaction
Constructor.
DatastoreStructure - Class in com.activeviam.store.structure.impl
Deprecated, for removal: This API element is subject to removal in a future version.
DatastoreStructure(IDomainDictionaryProvider, String) - Constructor for class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
Constructor.
DatastoreStructure(DatastoreStructure) - Constructor for class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
Copy constructor.
DatastoreStructure.StoreOrder - Enum in com.activeviam.store.structure.impl
Deprecated.
 
DatastoreStructureUtil - Class in com.activeviam.store.structure.impl
Deprecated, for removal: This API element is subject to removal in a future version.
DatastoreTransactionCommitted - Class in com.activeviam.health.monitor.impl
The event created when a datastore transaction is committed.
DatastoreTransactionCommitted(IDatastoreSchemaTransactionInformation, long) - Constructor for class com.activeviam.health.monitor.impl.DatastoreTransactionCommitted
Instantiates a new DatastoreTransactionCommitted.
DatastoreTransactionContext - Class in com.qfs.store.impl
 
DatastoreTransactionContext(MultiVersionDatastoreSchema) - Constructor for class com.qfs.store.impl.DatastoreTransactionContext
 
DatastoreTransactionException - Exception in com.qfs.store.transaction
An exception thrown when something goes wrong with a transaction on the Datastore.
DatastoreTransactionException() - Constructor for exception com.qfs.store.transaction.DatastoreTransactionException
 
DatastoreTransactionException(String) - Constructor for exception com.qfs.store.transaction.DatastoreTransactionException
 
DatastoreTransactionException(String, Object...) - Constructor for exception com.qfs.store.transaction.DatastoreTransactionException
 
DatastoreTransactionException(String, Throwable) - Constructor for exception com.qfs.store.transaction.DatastoreTransactionException
 
DatastoreTransactionException(Throwable) - Constructor for exception com.qfs.store.transaction.DatastoreTransactionException
 
DatastoreTransactionException(Throwable, String, Object...) - Constructor for exception com.qfs.store.transaction.DatastoreTransactionException
 
DatastoreTransactionQueryRunner - Class in com.activeviam.store.impl
A query runner able to run a query in the current transaction.
DatastoreTransactionQueryRunner - Class in com.qfs.store.query.impl
A query runner able to run a query in the current transaction.
DatastoreTransactionQueryRunner(IMultiVersionDatastoreSchema, ITransactionQueryRunner) - Constructor for class com.activeviam.store.impl.DatastoreTransactionQueryRunner
Constructor.
DatastoreTransactionQueryRunner(IMultiVersionDatastoreSchema, AtomicBoolean[]) - Constructor for class com.qfs.store.query.impl.DatastoreTransactionQueryRunner
Constructor.
DatastoreTransactionStarted - Class in com.activeviam.health.monitor.impl
The event created when a datastore transaction is started.
DatastoreTransactionStarted(IDatastoreSchemaTransactionInformation, Set<String>) - Constructor for class com.activeviam.health.monitor.impl.DatastoreTransactionStarted
Instantiates a new DatastoreTransactionStarted.
DatastoreUpdateWhere - Class in com.qfs.store.impl
Object containing all the necessary information to execute an updateWhere call later on.
DatastoreUpdateWhere(ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Constructor for class com.qfs.store.impl.DatastoreUpdateWhere
Constructor.
DatastoreVersion - Class in com.qfs.store.impl
One version of the Datastore.
DatastoreVersion(IInternalDatastoreSchemaVersion, IVersionHistory<? extends IDatastoreSchemaVersion>) - Constructor for class com.qfs.store.impl.DatastoreVersion
Constructor.
DatastoreVersionKeys - Class in com.activeviam.store.structure
 
DatastoreVersionKeys.SecondaryIndexKey - Class in com.activeviam.store.structure
Identifier for a secondary index.
DatastoreVersionKeys.UniqueIndexKey - Class in com.activeviam.store.structure
Identifier for a unique index.
DatastoreVersionKeys.VersionPartitionKey - Class in com.activeviam.store.structure
Identifier for a partition.
DatastoreVersionKeys.VersionReferenceKey - Class in com.activeviam.store.structure
Identifier for a concrete reference.
DatastoreVersionKeys.VersionStoreKey - Class in com.activeviam.store.structure
Identifier for a store.
DataTable - Class in com.activeviam.database.api.schema
Basic implementation of IDataTable.
DataTable(String, List<String>, List<? extends IDataTableField>) - Constructor for class com.activeviam.database.api.schema.DataTable
 
DataTableField - Class in com.activeviam.database.api.schema
Basic implementation of IDataTableField.
DataTableField(String, String, IFieldType, boolean) - Constructor for class com.activeviam.database.api.schema.DataTableField
 
dataType(IFieldType) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.LevelInfoBuilder
 
dataType(String) - Method in class com.qfs.desc.impl.FieldDescription.FieldDescriptionBuilder
Sets the data type of the field.
Date - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
DATE - Static variable in interface com.qfs.literal.ILiteralType
 
DATE - Static variable in interface com.quartetfs.fwk.format.IParser
Date field parser key.
DATE_ADD - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DATE_CREATED - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
DATE_CREATED - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
DATE_DIFF - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DATE_FORMAT - com.activeviam.fwk.ActiveViamParsingException.ParsingExceptionType
Used when the parsing of a date fails.
DATE_MODIFIED - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
DATE_MODIFIED - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_CatalogsDefinition
 
DATE_MODIFIED - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
DATE_PART - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DATE_TOOL - Static variable in class com.qfs.snl.cfg.impl.MessagingConfiguration
Velocity tool for working with dates.
DateAddFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
DateAddFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.DateAddFunction
 
DateCanceled - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
DateDiffFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
DateDiffFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.DateDiffFunction
 
DateDuration - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
DateEnded - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
DateFieldType - Class in com.qfs.snl.messages.form.impl
Form field to input a date.
DateFieldType(String, String) - Constructor for class com.qfs.snl.messages.form.impl.DateFieldType
Full constructor.
DateFieldType(FormProperty) - Constructor for class com.qfs.snl.messages.form.impl.DateFieldType
Constructor from an Activiti from property.
DateFormatter - Class in com.quartetfs.fwk.format.impl
Use method format(Object) to format a date object with the wanted pattern.
DateFormatter() - Constructor for class com.quartetfs.fwk.format.impl.DateFormatter
Default constructor.
DateFormatter(String) - Constructor for class com.quartetfs.fwk.format.impl.DateFormatter
Constructor.
DateFormatter(Locale, String, ZoneId) - Constructor for class com.quartetfs.fwk.format.impl.DateFormatter
Constructor.
DateFormatter(Locale, ZoneId) - Constructor for class com.quartetfs.fwk.format.impl.DateFormatter
Constructor.
DateHelper() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.DateHelper
 
DateKey - com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil.SerializationKey
Key for a Date value.
dateLenientLDTFrom(TemporalAccessor) - Static method in class com.quartetfs.fwk.format.impl.DateTimeUtils
Extension of LocalDateTime.from(TemporalAccessor) to allow the conversion to LocalDateTime if a LocalTime is specified but no LocalDate can be found in the temporal.
DateModified - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
DateParser - Class in com.quartetfs.fwk.format.impl
Parser for date fields.
DateParser() - Constructor for class com.quartetfs.fwk.format.impl.DateParser
 
DateParser(String) - Constructor for class com.quartetfs.fwk.format.impl.DateParser
 
DatePartFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
DatePart function evaluates a date and return a specific interval of time.
DatePartFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.DatePartFunction
 
DateStart - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
DateTime - Static variable in class com.quartetfs.biz.xmla.impl.XmlaTypes
Date time type.
DateTimeUtils - Class in com.quartetfs.fwk.format.impl
Utility class to handle date/time objects.
DAY - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DayFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.DayFunction
 
daysBetween(Date, Date) - Static method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLDateTime
 
dbHelper() - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
Gets the database helper associated to this context.
DbInfo - Class in com.qfs.repository.persistence.impl
Entity storing any information about the database.
DbInfo - Class in com.qfs.snl.persistence.impl
Entity storing any information about the database.
DbInfo(String, String) - Constructor for class com.qfs.repository.persistence.impl.DbInfo
Constructor.
DbInfo(String, String) - Constructor for class com.qfs.snl.persistence.impl.DbInfo
Constructor.
DbInfoDao - Class in com.qfs.repository.persistence.impl
DAO providing information about the application database.
DbInfoDao - Class in com.qfs.snl.persistence.impl
DAO providing information about the application database.
DbInfoDao(SessionFactory) - Constructor for class com.qfs.repository.persistence.impl.DbInfoDao
Constructor.
DbInfoDao(SessionFactory) - Constructor for class com.qfs.snl.persistence.impl.DbInfoDao
Constructor.
DbProcedure - Class in com.qfs.repository.persistence.impl
Internal class handling operations on the PointValue table in a single transaction.
DbProcedure(String, IdGenerator, Session, Audit) - Constructor for class com.qfs.repository.persistence.impl.DbProcedure
Constructor.
DbpropMsmdSubQueries - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
DBSCHEMA_CATALOGS_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
DBSchema_CatalogsDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126314.aspx.
DBSchema_CatalogsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_CatalogsDefinition
 
DBSchema_CatalogsHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
DBSchema_CatalogsHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_CatalogsHandler
 
DBSCHEMA_COLUMNS_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
DBSchema_ColumnsDefinition - Class in com.quartetfs.biz.xmla.discovery.tdp.impl
Http://technet.microsoft.com/en-us/library/ms126208.aspx.
DBSchema_ColumnsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
DBSchema_ColumnsHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
DBSchema_ColumnsHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_ColumnsHandler
 
DBSchema_Provider_TypesDefinition - Class in com.quartetfs.biz.xmla.discovery.tdp.impl
Http://technet.microsoft.com/en-us/library/ms126200.aspx.
DBSchema_Provider_TypesDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
DBSchema_Provider_TypesHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
DBSchema_Provider_TypesHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_Provider_TypesHandler
 
DBSchema_SchemataDefinition - Class in com.quartetfs.biz.xmla.discovery.tdp.impl
Http://technet.microsoft.com/en-us/library/ms131488.aspx.
DBSchema_SchemataDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_SchemataDefinition
 
DBSchema_SchemataHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
DBSchema_SchemataHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_SchemataHandler
 
DBSCHEMA_TABLES_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
DBSchema_TablesDefinition - Class in com.quartetfs.biz.xmla.discovery.tdp.impl
Http://technet.microsoft.com/en-us/library/ms126299.aspx.
DBSchema_TablesDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
DBSchema_TablesHandler - Class in com.quartetfs.biz.xmla.discovery.tdp.impl
This is necessary for MSOLAP client.
DBSchema_TablesHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesHandler
 
dbSelectionHelper() - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
Gets the database selection helper associated to this context.
DBTYPE_BOOL - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a Boolean value.
DBTYPE_BSTR - com.quartetfs.biz.xmla.constants.DBTYPEENUM
A pointer to a BSTR, which is a null-terminated character string in which the string length is stored with the string.
DBTYPE_BYTES - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a binary value.
DBTYPE_CY - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a currency value.
DBTYPE_DATE - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a date value.
DBTYPE_DBDATE - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a date value (yyyymmdd).
DBTYPE_DBTIME - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a time value (hhmmss).
DBTYPE_DBTIMESTAMP - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a date-time stamp (yyyymmddhhmmss plus a fraction in billionths).
DBTYPE_DECIMAL - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates an exact numeric value with a fixed precision and scale.
DBTYPE_EMPTY - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates that no value was specified.
DBTYPE_ERROR - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a 32-bit error code.
DBTYPE_GUID - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a GUID.
DBTYPE_HCHAPTER - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a four-byte chapter value used to identify rows in a child rowset.
DBTYPE_I1 - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a one-byte signed integer.
DBTYPE_I2 - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a two-byte signed integer.
DBTYPE_I4 - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a four-byte signed integer.
DBTYPE_I8 - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates an eight-byte signed integer.
DBTYPE_IDISPATCH - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a pointer to an IDispatch interface on an OLE object.
DBTYPE_IUNKNOWN - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a pointer to an IUnknown interface on an OLE object.
DBTYPE_NUMERIC - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates an exact numeric value with a fixed precision and scale.
DBTYPE_R4 - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a single-precision floating-point value.
DBTYPE_R8 - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a double-precision floating-point value.
DBTYPE_STR - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a string value.
DBTYPE_UDT - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a user-defined variable.
DBTYPE_UI1 - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a one-byte unsigned integer.
DBTYPE_UI2 - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a two-byte unsigned integer.
DBTYPE_UI4 - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a four-byte unsigned integer.
DBTYPE_UI8 - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates an eight-byte unsigned integer.
DBTYPE_VARIANT - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates an Automation variant.
DBTYPE_WSTR - com.quartetfs.biz.xmla.constants.DBTYPEENUM
Indicates a null-terminated Unicode character string.
DBTYPEENUM - Enum in com.quartetfs.biz.xmla.constants
As copied from http://msdn.microsoft.com/en-us/library/ms711251%28v=VS.85%29.aspx.
Deallocator(long, int, int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.ADirectChunk.Deallocator
Constructor.
DEB_GETCURRVIEW_TIME - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
DEB_RESTART_TIME - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
DEB_STREAM_PAUSE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
DEB_STREAM_PAUSEAFTERINIT - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
DEB_STREAM_PUSHCURRENTVIEW - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
DEB_STREAM_RESUME - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
DEB_STREAM_START - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
DEB_STREAM_STOP - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
DEB_STREAM_UPDQUERY - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
debug(String) - Method in interface com.activeviam.collections.ImmutableList
Prints the content of this collection to System.out and return itself.
debug(String) - Method in interface com.activeviam.collections.ImmutableSet
Prints the content of this collection to System.out and return itself.
DEBUG_ADD_LISTENER - Static variable in class com.qfs.logging.MessagesStreaming
 
DEBUG_LISTEN_TIME - Static variable in class com.qfs.logging.MessagesStreaming
 
DEBUG_REM_LISTENER - Static variable in class com.qfs.logging.MessagesStreaming
 
DEBUG_REQUEST - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
DEBUG_STREAM_CREATION - Static variable in class com.qfs.logging.MessagesStreaming
 
DEBUG_STREAM_PUBLISH - Static variable in class com.qfs.logging.MessagesStreaming
 
decode(InputStream, ISaxWriter) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlDecoder
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.Attribute
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.Element
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EncodingToken
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EndAttributes
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EndElement
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.NameDef
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.QNameDef
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLBigInt
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLDateTime
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLFloat
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLInt
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLMoney
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLNChar
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLNVarChar
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLReal
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLSmallInt
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XMLDecl
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDBoolean
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDUnsignedInt
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDUnsignedShort
 
decode(InputStream, ISaxWriter, IDecodingContext) - Method in interface com.quartetfs.biz.xmla.binxml.token.IToken
Decode the byte of the inputStream and write it to the SaxWriter.
decode(String, IIdentifier.Quoting) - Static method in class com.quartetfs.pivot.mdx.statement.impl.Identifier
 
decode(Map<String, Object>) - Method in class com.quartetfs.biz.pivot.monitoring.impl.AStreamTranslator
 
decode(Map<String, Object>) - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamTranslator
Decodes content from a JSON string into a stream instance.
decode(Map<String, String>) - Method in interface com.quartetfs.biz.pivot.context.IContextValueAdapter
Decode all the context values encoded in a repository of properties.
decode(Map<String, String>) - Method in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
Decodes content from a repository into a context value instance.
decode(Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.AsOfEpochTranslator
 
decode(Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.ContextValueAdapter
 
decode(Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
 
decode(Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContextTranslator
 
decode(Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimitTranslator
 
decode(Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.SimpleContextValueTranslator
 
decode(Map<String, String>) - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoringTranslator
 
decodeQuery(Map<String, Object>) - Method in class com.quartetfs.biz.pivot.monitoring.impl.AStreamTranslator
Decode the query from the given repository.
decodeQuery(Map<String, Object>) - Method in class com.quartetfs.biz.pivot.monitoring.impl.DrillthroughStreamTranslator
 
decodeQuery(Map<String, Object>) - Method in class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamTranslator
 
decodeQuery(Map<String, Object>) - Method in class com.quartetfs.biz.pivot.monitoring.impl.MdxDrillthroughStreamTranslator
 
decodeQuery(Map<String, Object>) - Method in class com.quartetfs.biz.pivot.monitoring.impl.MdxStreamTranslator
 
DecodeSaxWriter - Class in com.quartetfs.biz.xmla.binxml.impl
A SAX writer.
DecodeSaxWriter(OutputStream) - Constructor for class com.quartetfs.biz.xmla.binxml.impl.DecodeSaxWriter
 
DecodeSaxWriter(OutputStream, Boolean) - Constructor for class com.quartetfs.biz.xmla.binxml.impl.DecodeSaxWriter
 
DecodeSaxWriter(Writer, Boolean) - Constructor for class com.quartetfs.biz.xmla.binxml.impl.DecodeSaxWriter
 
DecodingContext - Class in com.quartetfs.biz.xmla.binxml.impl
 
DecodingContext() - Constructor for class com.quartetfs.biz.xmla.binxml.impl.DecodingContext
 
decommit(long, long) - Method in interface com.qfs.platform.IPlatform
Decommit the specified region of committed pages.
decommit(long, long) - Method in class com.qfs.platform.linux.LinuxPlatform
 
decommit(long, long) - Method in class com.qfs.platform.share.SharePlatform
 
decommit(long, long) - Method in class com.qfs.platform.share.VirtualPlatform
 
decommit(long, long) - Method in class com.qfs.platform.solaris.SolarisPlatform
 
decommit(long, long) - Method in class com.qfs.platform.win.WindowsPlatform
 
decompress(InputStream, OutputStream) - Method in class com.quartetfs.biz.xmla.compression.impl.Decompressor
 
decompressDataBlock(InputStream, OutputStream) - Method in class com.quartetfs.biz.xmla.compression.impl.Decompressor
 
DECOMPRESSION_POOL - Static variable in class com.qfs.msg.csv.impl.FileTask
Cached thread pool for decompression tasks.
Decompressor - Class in com.quartetfs.biz.xmla.compression.impl
Decompression Implementation for the Nibble Algorithm.
Decompressor() - Constructor for class com.quartetfs.biz.xmla.compression.impl.Decompressor
Empty Constructor.
Decompressor(boolean) - Constructor for class com.quartetfs.biz.xmla.compression.impl.Decompressor
 
decorate(IContextValueTranslator<?>, String, ContextValueDescription) - Method in interface com.activeviam.contextservice.IContextValueDecorator
Sets additional properties to a context value.
decorate(IContextValueTranslator<?>, String, ContextValueDescription) - Method in class com.activeviam.contextservice.service.metadata.ContextValueDecorator
 
decorateSpanWithQuery(IQuery<?>) - Static method in class com.activeviam.tracing.impl.Tracing
Decorates the current span with the input query.
decorateSpanWithQuery(String) - Static method in class com.activeviam.tracing.impl.Tracing
Decorates the current span with the input query.
decorateSpanWithQueryId(String) - Static method in class com.activeviam.tracing.impl.Tracing
Decorates the current span with the given queryId.
decorateSpanWithQueryType(String) - Static method in class com.activeviam.tracing.impl.Tracing
Decorates the current span with the given queryType.
decreaseDepth() - Method in class com.qfs.pivot.util.impl.IndentedStringBuilder
Decrease the indent.
decrement() - Method in interface com.qfs.util.ILatch
Decrement the pending count (unregister a unit of activity).
decrement() - Method in class com.qfs.util.impl.Latch
 
decrementAndGet() - Method in class com.quartetfs.fwk.util.impl.ZeroBoundedAtomicInteger
Atomically decrement our value without going under 0.
decrementCallStackDepth() - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Decrements the allowed depth of the recursive call stack.
decrementCallStackDepth() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
decrementCallStackDepth() - Method in class com.quartetfs.pivot.mdx.impl.PlanContext
 
decrementDependencyInHolder(Collection<? extends IMeasureMember>, ILocation, int) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Decrements the usages of the provided measures for the provided location and partition.
decrementDependencyInHolder(Collection<? extends IMeasureMember>, ILocation, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
 
decrementDependencyInHolderAndDiscard(Collection<? extends IMeasureMember>, ILocation, int) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Decrements the usages of the provided measures for the provided location and partition, and discard the result when its usage reaches 0.
decrementDependencyInHolderAndDiscard(Collection<? extends IMeasureMember>, ILocation, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
 
deduceSupressErrorOnComputationFromAvailableColumns(ACalculatedDrillthroughColumn) - Static method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumn
Detects if the error can be suppressed.
DEEP - com.quartetfs.biz.pivot.impl.LocationUtil.HasAnalysisLevelCoordinatesResult
The location expresses analysis levels that are deep within their hierarchies (not top levels).
deepCloneMembers(List<? extends T>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
deepCopy(Object) - Method in class com.qfs.repository.persistence.type.impl.StringCoordinateType
 
deepCopy(Object) - Method in class com.qfs.snl.persistence.type.impl.StateListType
 
deepCopy(Object) - Method in class com.qfs.snl.persistence.type.impl.StringListType
 
deepCopy(Object) - Method in class com.qfs.snl.persistence.type.impl.StringStringMapType
 
DEF_CONST_ERR - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
DEFAULT - com.qfs.snl.messages.MessageLevel
Default level of message, without a particular meaning.
DEFAULT - Static variable in class com.qfs.store.selection.impl.LoggingListenersExceptionsHandler
The default implementation.
DEFAULT - Static variable in interface com.quartetfs.biz.pivot.context.IQueriesTimeLimit
The default query timeout is 30 seconds.
DEFAULT - Static variable in interface com.quartetfs.tech.streaming.sharing.IStreamRegister
Plugin type of the default stream register implementation.
DEFAULT_AGGREGATE_PROVIDER - Static variable in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
The default aggregate provider implementation is 'JUST_IN_TIME'.
DEFAULT_AGGREGATION_FUNCTIONS_PLUGINKEY - Static variable in class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
If the aggregation function is not specified, we use the SUM function.
DEFAULT_ALLOWED_HTTP_HEADERS - Static variable in class com.qfs.security.impl.SpringCorsFilter
By default, following headers are supported: Origin,Accept,X-Requested-With, Content-Type, Access-Control-Request-Method, and Access-Control-Request-Headers.
DEFAULT_ALLOWED_HTTP_METHODS - Static variable in class com.qfs.security.impl.SpringCorsFilter
By default, following methods are supported: GET, POST, HEAD and OPTIONS.
DEFAULT_ALLOWED_ORIGINS - Static variable in class com.qfs.security.impl.SpringCorsFilter
By default, all origins are allowed to make requests.
DEFAULT_APMANAGER_BEAN_NAME - Static variable in class com.quartetfs.biz.xmla.servlet.pivot.impl.ActivePivotXmlaServlet
Default name of the IActivePivotManager associated to this servlet.
DEFAULT_APPEND_BATCH_SIZE - Static variable in interface com.qfs.msg.jdbc.IJDBCSource
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.qfs.msg.jdbc.impl.JDBCTopic
The default max number of rows waiting to be processed by the append threads.
DEFAULT_ATTEMPT_LIMIT - Static variable in class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
The default number of attempts to register the continuous queries.
DEFAULT_ATTEMPT_LIMIT - Static variable in class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
The default number of attempts to register the continuous queries.
DEFAULT_AUTHORITY_COMPARATOR - Static variable in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
The default value of ContextValueManager.authorityComparator.
DEFAULT_AUTO_FACTLESS_HIERARCHIES - Static variable in class com.activeviam.builders.SimpleCubeDescriptionBuilder
The default value for IActivePivotDescription.isAutoFactlessHierarchies() in the produced description.
DEFAULT_AUTO_VECTORIZER_DELIMITER - Static variable in interface com.activeviam.database.commons.api.settings.IDirectQueryEmulatedVectorSettings
 
DEFAULT_BATCH_SIZE - Static variable in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
DEFAULT_BATCH_SIZE - Static variable in class com.qfs.store.impl.StorePartitionTransaction
Default record batch size.
DEFAULT_BEHAVIOR - Static variable in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties
The default behavior for a drillthrough property exception.
DEFAULT_BEHAVIOR - Static variable in interface com.quartetfs.biz.pivot.query.aggregates.IMissedPrefetchBehavior
The default behavior for a missed prefetch.
DEFAULT_BLKSIZE - Static variable in class com.qfs.util.tar.impl.TarBuffer
Default block size.
DEFAULT_BLOCK_SIZE - Static variable in class com.qfs.vector.impl.Vectors
The default size of a data chunk.
DEFAULT_BLOCK_SIZE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property that configures the default block size of the application.
DEFAULT_BRANCHES - Static variable in interface com.qfs.multiversion.IEpoch
The set of the default branches.
DEFAULT_BUFFER_SIZE - Static variable in class com.qfs.bitmap.impl.Bitmap
Default size of the word buffer.
DEFAULT_BUFFER_SIZE - Static variable in class com.qfs.msg.csv.impl.ParserResource
Default byte buffer size (256 kb).
DEFAULT_CAPACITY - Static variable in class com.qfs.pivot.util.impl.EntryList
The default initial capacity.
DEFAULT_CATCH_UP_MAX_TIME - Static variable in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
Default value of CatchUpListenerSingleBranch.catchUpMaxTime.
DEFAULT_CELL_PROPERTIES - Static variable in class com.quartetfs.pivot.mdx.impl.ASelectStatementExecutor
The cell properties which must be returned when the mdx query does not specify the cell properties.
DEFAULT_CHARACTER_ENCODING - Static variable in class com.qfs.server.cfg.i18n.impl.AI18nConfig
The default character encoding format.
DEFAULT_CHARSET - Static variable in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Default charset.
DEFAULT_CHUNK_SIZE - Static variable in class com.activeviam.column.impl.LazyChunkedColumn
Default chunk size.
DEFAULT_CHUNK_SIZE - Static variable in class com.qfs.bitmap.impl.ChunkedBitmap
The default size (in words) of a chunk.
DEFAULT_CHUNK_SIZE - Static variable in class com.qfs.chunk.impl.Chunks
The default size of a data chunk.
DEFAULT_CHUNK_SIZE - Static variable in class com.qfs.msg.jdbc.impl.JDBCTopic
Default chunk size.
DEFAULT_CHUNK_SIZE - Static variable in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
Default chunk size.
DEFAULT_CHUNK_SIZE - Static variable in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
The default chunk size for additional columns in this result.
DEFAULT_CHUNK_SIZE - Static variable in class com.quartetfs.biz.pivot.cube.provider.impl.RangeLocationPlan
The default size of a chunk in the columns of this plan.
DEFAULT_CHUNK_SIZE - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
The default size of a chunk in the columns of this plan.
DEFAULT_CHUNK_SIZE - Static variable in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph
The default size of a chunk in the columns of this plan.
DEFAULT_CHUNK_SIZE - Static variable in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
The default size of a chunk in the columns of this plan.
DEFAULT_CHUNK_SIZE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property that configures the default chunk size of the application.
DEFAULT_COLLECTIBLE_QUERY_TYPE - Static variable in class com.quartetfs.fwk.logging.impl.QueryTimingCollector
The property to specify which query type can be collected.
DEFAULT_COMPRESSIONS - Static variable in enum com.qfs.chunk.impl.FrequencyCompressionType
Control word for compression activated by default.
DEFAULT_CONTEXT_VALUE_MANAGER_BEAN_NAME - Static variable in class com.quartetfs.biz.xmla.servlet.pivot.impl.ActivePivotXmlaServlet
Default name of the IContextValueManager associated to this servlet.
DEFAULT_DECORATE_REQUEST - Static variable in class com.qfs.security.impl.SpringCorsFilter
By default, request is decorated with CORS attributes.
DEFAULT_DELTA - Static variable in class com.qfs.pivot.testing.impl.MdxResultCellSetTester
Default delta for comparing float-point values.
DEFAULT_DIMENSION_TYPE - Static variable in class com.activeviam.builders.SimpleCubeDescriptionBuilder
DEFAULT_DIRECTORY_NAME - Static variable in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Directory name to use if none is given.
DEFAULT_DISCARD_AT_COMMIT - Static variable in class com.qfs.multiversion.impl.ADefaultEpochPolicy
DEFAULT_DISCARD_ON_GC - Static variable in class com.qfs.multiversion.impl.ADefaultEpochPolicy
DEFAULT_DRILLTHROUGH_MAX_ROWS_FOR_UPDATES - Static variable in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
True default value for the drill through maximum rows.
DEFAULT_DUPLICATE_KEY_SELECTOR - Static variable in class com.qfs.desc.impl.DuplicateKeyHandlers
The default selector.
DEFAULT_EMPTY_VALUE - Static variable in interface com.qfs.index.IIntegerArray
The default empty value.
DEFAULT_EMPTY_VALUE - Static variable in interface com.qfs.index.ILongArray
The default empty value.
DEFAULT_ENCODING - Static variable in class com.quartetfs.fwk.util.impl.XmlUtil
Deprecated.
The default encoding to transform/parse xml Strings.
DEFAULT_EXPIRATION - Static variable in class com.qfs.server.cfg.impl.JwtConfig
The default value of JwtConfig.getExpiration().
DEFAULT_EXPOSED_HEADERS - Static variable in class com.qfs.security.impl.SpringCorsFilter
By default, none of the headers are exposed in response.
DEFAULT_EXTERNAL_DATABASE_QUERY_TIMEOUT - Static variable in interface com.activeviam.database.commons.api.settings.IDirectQueryBaseSettings
 
DEFAULT_EXTERNAL_DATABASE_TIME_TRAVEL_DISCOVERY_TIMEOUT - Static variable in interface com.activeviam.database.commons.api.settings.IDirectQueryTimeTravelSettings
 
DEFAULT_FETCH_SIZE - Static variable in class com.qfs.msg.jdbc.impl.JDBCTopic
Default fetch size.
DEFAULT_FOLDER - Static variable in class com.activeviam.builders.SimpleCubeDescriptionBuilder
DEFAULT_FORMAT_STRING - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
DEFAULT_FORMATTER - Static variable in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
The measure formatter by default.
DEFAULT_GET_BY_KEY_QUERY_BEHAVIOR - Static variable in interface com.activeviam.database.commons.api.settings.IDirectQueryBaseSettings
 
DEFAULT_GOODBYE_MESSAGE_NUMBER_TRIALS - Static variable in class com.qfs.messenger.impl.ADistributedMessenger
The number of trials for goodbye messages.
DEFAULT_HELLO_MESSAGE_NUMBER_TRIALS - Static variable in class com.qfs.messenger.impl.ADistributedMessenger
The number of trials for hello messages.
DEFAULT_HIERARCHY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
DEFAULT_HIERARCHY_SEPARATOR - Static variable in interface com.quartetfs.biz.pivot.ILocation
The default hierarchy separator sequence.
DEFAULT_ID - Static variable in interface com.qfs.snl.workflows.IWorkflowService
Entity id for the configuration of the default workflow for a given entity.
DEFAULT_IGNORE_QUERIED_MEASURE - Static variable in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties
The default behavior is to take into account the queried measure.
DEFAULT_IMPORT_TIMEOUT - Static variable in class com.qfs.content.service.impl.RemoteContentService
DEFAULT_INITIAL_CAPACITY - Static variable in interface com.qfs.dic.IDictionary
The default initial capacity for dictionaries.
DEFAULT_INITIAL_PERIOD - Static variable in class com.qfs.repository.impl.RepositoryDaemon
The default period is 1s.
DEFAULT_INITIAL_PERIOD - Static variable in class com.qfs.snl.agent.service.impl.SentinelDaemon
The default period is 1s.
DEFAULT_INITIAL_PUBLICATION_MODE - Static variable in interface com.quartetfs.tech.streaming.IStreamProperties
DEFAULT_INTERMEDIATE_LIMIT - Static variable in interface com.quartetfs.biz.pivot.context.IQueriesResultLimit
DEFAULT_INVOCATION_INTERVAL - Static variable in class com.qfs.multiversion.impl.ADefaultEpochPolicy
DEFAULT_ISSUER - Static variable in class com.qfs.jwt.service.impl.JwtService
Name of the default JWT issuer.
DEFAULT_JDBC_SOURCE_NAME - Static variable in interface com.qfs.msg.jdbc.IJDBCSource
The default Jdbc source name.
DEFAULT_KEY - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.TopKResultHolder
Key to use when there is only one topK result.
DEFAULT_KEY - Static variable in interface com.quartetfs.pivot.mdx.statement.IMdxEqualityTester
Key of the default plugin value.
DEFAULT_LEVEL_COMPARATOR - Static variable in class com.activeviam.copper.DataCubeHelper
Deprecated.
Default comparator, used when no comparator is specified.
DEFAULT_LEVEL_FORMATTER - Static variable in class com.activeviam.builders.SimpleCubeDescriptionBuilder
DEFAULT_LEVEL_SEPARATOR - Static variable in interface com.quartetfs.biz.pivot.ILocation
The default level separator sequence.
DEFAULT_LEVEL_TYPE - Static variable in class com.activeviam.builders.SimpleCubeDescriptionBuilder
DEFAULT_LOGGING_THRESHOLD - Static variable in class com.qfs.repository.impl.RepositoryDaemon
The default threshold is 10.
DEFAULT_LOGGING_THRESHOLD - Static variable in class com.qfs.snl.agent.service.impl.SentinelDaemon
The default threshold is 10.
DEFAULT_MAX_BATCHES_PER_FILE - Static variable in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Number of batches per file by default.
DEFAULT_MAX_IMPACT_SIZE - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.AStoredMeasureHandler
The default value of the ActiveViamProperty.MAX_IMPACT_SIZE_PROPERTY property.
DEFAULT_MAX_LINES_PER_FILE - Static variable in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Number of lines per files by default.
DEFAULT_MAX_PENDING_DISCOVERIES - Static variable in class com.qfs.distribution.impl.DistributedHierarchyManager
The default value of DistributedHierarchyManager.MAX_PENDING_DISCOVERIES.
DEFAULT_MAX_PERIOD - Static variable in class com.qfs.repository.impl.RepositoryDaemon
The default max period is 1 min.
DEFAULT_MAX_PERIOD - Static variable in class com.qfs.snl.agent.service.impl.SentinelDaemon
The default max period is 1min.
DEFAULT_MAX_RANGE_OPERANDS - Static variable in class com.qfs.store.query.plan.condition.impl.ConditionParser
Default value for ConditionParser.maxRangeOperands.
DEFAULT_MAX_SECONDARY_LOOKUP - Static variable in class com.qfs.store.query.plan.condition.impl.ConditionParser
Default value for ConditionParser.maxSecondaryLookups.
DEFAULT_MAX_SIZE_CODEC - Static variable in class com.qfs.rest.services.RestServiceUtils
Default value of the number of byte that can be buffered in a WebClient.
DEFAULT_MAX_SUB_QUERIES_ALLOWED_IN_MULTI_STEPS_QUERY - Static variable in interface com.activeviam.database.commons.api.settings.IDirectQueryBaseSettings
 
DEFAULT_MAX_UNIQUE_LOOKUP - Static variable in class com.qfs.store.query.plan.condition.impl.ConditionParser
Default value for ConditionParser.maxUniqueLookups.
DEFAULT_MEASURE - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessorOnTheFlyPattern
DEFAULT_MEASURE_GROUPS - Static variable in class com.activeviam.builders.SimpleCubeDescriptionBuilder
DEFAULT_MEASURE_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.SwitchOnPostProcessor
 
Default_Member - com.quartetfs.biz.xmla.constants.Keyword
 
DEFAULT_MEMBER - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
DEFAULT_MEMBER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DEFAULT_MEMBER_PROPERTIES - Static variable in class com.activeviam.builders.SimpleCubeDescriptionBuilder
DEFAULT_MEMBERS - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
DEFAULT_MESSAGE_TIMEOUT - Static variable in class com.qfs.messenger.impl.ADistributedMessenger
The default value for the ADistributedMessenger.messageTimeout field (in milliseconds).
DEFAULT_MIN_THRESHOLD_FOR_AUTO_VECTORIZER - Static variable in interface com.activeviam.database.commons.api.settings.IDirectQueryEmulatedVectorSettings
 
DEFAULT_NAME - Static variable in class com.activeviam.source.csv.api.CsvSourceFactory
Default name for a csv source.
DEFAULT_NAME - Static variable in class com.activeviam.source.keyvalue.api.KeyValueSourceFactory
Default name for a key-value source.
DEFAULT_NAME - Static variable in interface com.quartetfs.biz.pivot.definitions.IPartialProviderDefinition
 
DEFAULT_NAME - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPrefetcher
The default name for prefetchers that have not been explicitly named.
DEFAULT_NAMESPACE - Static variable in class com.activeviam.spring.config.activeui.ActiveUIResourceServerConfig
The default namespace of the ActiveUI web application.
DEFAULT_NAMESPACE - Static variable in class com.activeviam.spring.config.adminui.AdminUIResourceServerConfig
The namespace of the AdminUI web application.
DEFAULT_NATIVE_MEMORY_CACHE_RATIO - Static variable in class com.qfs.chunk.direct.allocator.impl.ASlabMemoryAllocator
Default value of ASlabMemoryAllocator.RATIO.
DEFAULT_NB_APPEND_TRHEAD - Static variable in class com.qfs.msg.jdbc.impl.JDBCTopic
Default append thread number.
DEFAULT_NULL_VALUE - Static variable in class com.qfs.dic.impl.ChristmasDictionaryDouble
Default value for the ChristmasDictionaryDouble.nullValue field.
DEFAULT_NULL_VALUE - Static variable in class com.qfs.dic.impl.ChristmasDictionaryFloat
Default value for the ChristmasDictionaryFloat.nullValue field.
DEFAULT_NULL_VALUE - Static variable in class com.qfs.dic.impl.ChristmasDictionaryInteger
Default value for the ChristmasDictionaryInteger.nullValue field.
DEFAULT_NULL_VALUE - Static variable in class com.qfs.dic.impl.ChristmasDictionaryLong
Default value for the ChristmasDictionaryLong.nullValue field.
DEFAULT_NUM_TRIES - Static variable in class com.qfs.messenger.impl.SafeBroadcastingTask
The default number of times that we will retry before giving up.
DEFAULT_PARTITIONING_ON_RANGE_LEVELS - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPartitionedPostProcessor
Default policy to automatically partition post-processors on range levels.
DEFAULT_PARTITIONING_ON_RANGE_LEVELS_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that sets the default behavior for post-processors supporting automatic expansion on range level partitioning.
DEFAULT_PATTERN - Static variable in class com.qfs.repository.mdx.impl.LookUpFunction
Pattern for the default lookup form.
DEFAULT_PATTERN - Static variable in class com.quartetfs.fwk.format.impl.DateFormatter
Default pattern.
DEFAULT_PATTERN - Static variable in class com.quartetfs.fwk.format.impl.DateParser
Default date pattern: 'yyyyMMdd'.
DEFAULT_PATTERN - Static variable in class com.quartetfs.fwk.format.impl.FastLocalDateParser
Default local date pattern, to match DateTimeFormatter.ISO_LOCAL_DATE: 'yyyy-MM-dd'.
DEFAULT_PATTERN - Static variable in class com.quartetfs.fwk.format.impl.LocalDateParser
Default local date pattern, to match DateTimeFormatter.ISO_LOCAL_DATE: 'yyyy-MM-dd'.
DEFAULT_PATTERN - Static variable in class com.quartetfs.fwk.format.impl.LocalDateTimeParser
Default local date time pattern, to match DateTimeFormatter.ISO_LOCAL_DATE_TIME.
DEFAULT_PATTERN - Static variable in class com.quartetfs.fwk.format.impl.LocalTimeParser
The default time pattern if none is specified.
DEFAULT_PATTERN - Static variable in class com.quartetfs.fwk.format.impl.ZonedDateTimeParser
Default pattern.
DEFAULT_PATTERNS - Static variable in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.DateHelper
Default date/time patterns that should be supported when parsing Strings representing dates in MDX.
DEFAULT_PLUGIN_KEY - Static variable in interface com.qfs.distribution.security.IDistributedSecurityManager
For the plugin engine: key of the default implementation.
DEFAULT_PLUGIN_KEY - Static variable in interface com.qfs.messenger.IDistributedHierarchyManager
The plugin key of the default implementation.
DEFAULT_PLUGIN_KEY - Static variable in interface com.qfs.messenger.IDistributedMessenger
The plugin key of the default IDistributedMessenger implementation.
DEFAULT_PLUGIN_KEY - Static variable in interface com.qfs.pivot.cube.provider.multi.IPartialProviderSelector
The plugin key that will be used by default.
DEFAULT_PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.IActivePivotQueryExecutor
The default plugin key to use for this IExtendedPluginValue.
DEFAULT_PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousQueryEngine
The default plugin key.
DEFAULT_PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.query.aggregates.IDrillthroughExecutor
The default plugin key to use for this IExtendedPluginValue.
DEFAULT_POLICY - Static variable in class com.activeviam.store.impl.QueryManagerAdapter
 
DEFAULT_POOL_FACTORY_PLUGIN_KEY - Static variable in interface com.qfs.pool.IPoolFactory
Plugin key for pool.
DEFAULT_POOL_SIZE - Static variable in interface com.qfs.msg.jdbc.IJDBCSource
The default pool size.
DEFAULT_PREFLIGHT_MAXAGE - Static variable in class com.qfs.security.impl.SpringCorsFilter
By default, time duration to cache pre-flight response is 30 mins.
DEFAULT_PROPERTIES - Static variable in class com.activeviam.builders.SimpleCubeDescriptionBuilder
The default properties of built items.
DEFAULT_PROTOCOL_PATH - Static variable in interface com.activeviam.builders.distributed.Constants
The default protocol path for the JGroups messenger.
DEFAULT_PROTOCOL_PATH - Static variable in class com.qfs.messenger.impl.AJGroupsMessenger
The path of the default protocol file.
DEFAULT_QUERY_PLANNER - Static variable in class com.qfs.store.query.impl.AQueryRunner
Default implementation of query planner.
DEFAULT_QUERY_TIMEOUT - Static variable in class com.qfs.service.store.impl.ADatabaseServiceConfig
Default query timeout for queries: 30 seconds.
DEFAULT_RANGE_SHARING - Static variable in interface com.qfs.pivot.cube.provider.IAggregateProviderBase
Deprecated, for removal: This API element is subject to removal in a future version.
DEFAULT_RANGE_SHARING - Static variable in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderBase
DEFAULT_RCDSIZE - Static variable in class com.qfs.util.tar.impl.TarBuffer
Default record size.
DEFAULT_REBUILD_RATIO - Static variable in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderBase
Default value of AIndexedAggregateProviderBase.rebuildLimit.
DEFAULT_REMOVE_UNKNOWN_KEY_LISTENER - Static variable in class com.qfs.desc.impl.StoreDescriptionBuilder.ARemoveUnknownKeyListener
The default behavior to adopt if more than two records with the same key are removed in the same transaction.
DEFAULT_REST_PREFIX_FORMAT - Static variable in class com.qfs.rest.urls.impl.RestPrefixExtractor
 
DEFAULT_RETRY_UNAVAILABLE_INSTANCES_PERIOD - Static variable in class com.qfs.messenger.impl.ADistributedMessenger
The default retry period for RetryUnavailableInstances in seconds.
DEFAULT_ROLE_ROOT - Static variable in interface com.qfs.content.service.IContentService
The default value for the root property.
DEFAULT_SEPARATOR - Static variable in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Default separator.
DEFAULT_SEPARATOR - Static variable in interface com.qfs.msg.csv.ICSVParserConfiguration
The default CSV separator character.
DEFAULT_SEPARATOR - Static variable in class com.qfs.pivot.json.export.JsonMdxQueryExport
The default separator.
DEFAULT_SIZE - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.SubPointIntegerArrayDictionaryIndex
Default size to create internal structure array.
DEFAULT_SLICING - Static variable in class com.activeviam.builders.SimpleCubeDescriptionBuilder
The default value used to compute IHierarchyDescription.isAllMembersEnabled().
DEFAULT_SLOW_EVENT_THRESHOLD - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Default value (in ms) for slow event threshold.
DEFAULT_SUPPORTS_CREDENTIALS - Static variable in class com.qfs.security.impl.SpringCorsFilter
By default, support credentials is turned on.
DEFAULT_TIME_TO_WAIT - Static variable in class com.qfs.pivot.content.impl.ActivePivotContentServiceUtil
The default time to wait to retry a web socket connection
DEFAULT_TIMEOUT - Static variable in class com.quartetfs.biz.pivot.server.http.impl.HTTPServiceFactory
Deprecated.
 
DEFAULT_TIMEOUT_TRIAL - Static variable in class com.qfs.messenger.impl.ADistributedMessenger
The default timeout for each hello message in milliseconds.
DEFAULT_TOPK - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryMonitoringUtil
Default value for top K.
DEFAULT_TRANSIENT_LIMIT - Static variable in interface com.quartetfs.biz.pivot.context.IQueriesResultLimit
DEFAULT_TYPE - Static variable in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Plugin key for regular cube.
DEFAULT_TYPE_FORMATTERS - Static variable in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
CLASSES_TO_STRINGIFY.
DEFAULT_UNDERLYINGPROVIDER_PLUGINKEY - Static variable in interface com.qfs.pivot.cube.provider.multi.IMultipleAggregateProvider
Default value for the 'underlyingProvider.pluginKey' property.
DEFAULT_UNKOWN_COLUMN_BEHAVIOR - Static variable in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties
The default behavior for a drillthrough property exception.
DEFAULT_USE_AUTO_VECTORIZER - Static variable in interface com.activeviam.database.commons.api.settings.IDirectQueryEmulatedVectorSettings
 
DEFAULT_USE_TIME_TRAVEL - Static variable in interface com.activeviam.database.commons.api.settings.IDirectQueryTimeTravelSettings
Deprecated, for removal: This API element is subject to removal in a future version.
DEFAULT_VALUE - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.TimingWithIdentifier
Default value.
DEFAULT_VECTOR_BLOCK_SIZE - Static variable in class com.qfs.pivot.cube.provider.impl.AAggregateProviderBase
Default block size for the vectors data structures.
DEFAULT_VIRTUAL - Static variable in class com.activeviam.builders.SimpleCubeDescriptionBuilder
The default virtual value for a hierarchy.
DEFAULT_VISIBILITY - Static variable in class com.activeviam.builders.SimpleCubeDescriptionBuilder
The default visibility of built items.
DEFAULT_WAITING_TIME - Static variable in interface com.quartetfs.biz.pivot.definitions.IDataClusterDefinition
Default waiting time for remote transaction notification (0 means that we do not wait for notifications).
DEFAULT_WILDCARD - Static variable in interface com.quartetfs.biz.pivot.ILocation
The default wildcard sequence.
DEFAULT_WS_CONFIGURATION - Static variable in class com.qfs.websocket.server.cfg.impl.AWebSocketServiceConfig
Default config.
defaultAlertService() - Method in class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
 
defaultAlertService() - Method in interface com.qfs.snl.cfg.IActiveMonitorServiceConfiguration
[Bean] Service to send and retrieve alerts.
defaultAlertService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
 
DefaultCellPropertiesHandler - Class in com.quartetfs.pivot.mdx.impl
This class is used to assign a standard behavior to the cell properties.
DefaultCellPropertiesHandler() - Constructor for class com.quartetfs.pivot.mdx.impl.DefaultCellPropertiesHandler
 
DefaultContributionProvider - Class in com.quartetfs.fwk.contributions.impl
DefaultContributionProvider.
DefaultContributionProvider() - Constructor for class com.quartetfs.fwk.contributions.impl.DefaultContributionProvider
Default constructor.
DefaultDatastoreTransactionPublishingScheduler - Class in com.qfs.store.selection.impl
Simple implementation of ITransactionPublishingScheduler.
DefaultDatastoreTransactionPublishingScheduler() - Constructor for class com.qfs.store.selection.impl.DefaultDatastoreTransactionPublishingScheduler
 
defaultLimit() - Static method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
Creates the context value with the default size limits 100000 and 1000000L.
defaultLimit() - Static method in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimit
Creates the context value with the default time limit (30).
DefaultLocationInterpreter - Class in com.quartetfs.biz.pivot.query.impl
Default location interpreter.
DefaultLocationInterpreter(ISelection, Properties) - Constructor for class com.quartetfs.biz.pivot.query.impl.DefaultLocationInterpreter
Default constructor.
DefaultLoggingConflatedTransactionListener() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.DefaultLoggingConflatedTransactionListener
 
defaultMapping(Collection<String>) - Static method in class com.qfs.source.impl.Fetch
Creates a mapping between stores and topic, with stores names equals to the topic names.
DefaultMember - com.quartetfs.biz.xmla.constants.Keyword
 
DefaultMemberDiscovery - Class in com.qfs.pivot.json.discovery
The default member discovery.
DefaultMemberDiscovery() - Constructor for class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
 
DefaultMemberDiscovery(String, String, List<String>, List<String>) - Constructor for class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
Constructor.
DefaultMemberDiscoveryBuilder - Class in com.qfs.pivot.builder.discovery.impl
The default member discovery builder.
DefaultMemberDiscoveryBuilder() - Constructor for class com.qfs.pivot.builder.discovery.impl.DefaultMemberDiscoveryBuilder
 
DefaultMemberFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
DefaultMemberFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DefaultMemberFunction
 
defaultMembers - Variable in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
The default members.
defaultMembers - Variable in class com.qfs.pivot.json.cellset.JsonCellSetData
The default members.
DefaultMemoryStatistic - Class in com.qfs.monitoring.statistic.memory.impl
A default memory statistic implementation.
DefaultMemoryStatistic() - Constructor for class com.qfs.monitoring.statistic.memory.impl.DefaultMemoryStatistic
 
DefaultMemoryStatistic.Builder - Class in com.qfs.monitoring.statistic.memory.impl
 
defaultMonitorPayload(IWorkflowPayload, IMonitor) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Builds the default payload for any action on a monitor backed up by a monitors service.
defaultMonitorService() - Method in class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
[Bean] Default monitor service for the application.
defaultMonitorService() - Method in interface com.qfs.snl.cfg.IActiveMonitorServiceConfiguration
Default monitor service.
defaultMonitorService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
 
defaultParameterStoreChannelFactory(IDatastore, IParameterStoreConfiguration) - Static method in class com.qfs.repository.impl.RepositoryCacheUtil
Create the default channel factory use by the repository cache.
defaultParameterStoreConfiguration() - Static method in class com.qfs.repository.impl.RepositoryCacheUtil
Produce the default configuration for the parameter store.
defaultParameterStoreDescription(IParameterStoreConfiguration) - Static method in class com.qfs.repository.impl.RepositoryCacheUtil
Build the default parameter store description.
defaultPayload() - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Gets the default payload for any workflow.
defaultPolicy() - Static method in class com.activeviam.pivot.contribution.impl.ActivePivotFeedingPolicies
Returns the default policy for feeding an ActivePivot.
DefaultPoolFactory - Class in com.qfs.pool.impl
Default pool factory.
DefaultPoolFactory() - Constructor for class com.qfs.pool.impl.DefaultPoolFactory
 
DefaultPropertyResolver - Class in com.activeviam.properties.impl
Implementation of the Default Property Resolver that sequentially fetches property from the System Properties, then the Environment.
DefaultPropertyResolver() - Constructor for class com.activeviam.properties.impl.DefaultPropertyResolver
 
defaultRepositoryService() - Method in class com.qfs.repository.cfg.activepivot.impl.RemoteRepositoryServiceConfiguration
 
defaultRepositoryService() - Method in class com.qfs.repository.cfg.impl.RepositoryServiceConfiguration
 
defaultRepositoryService() - Method in interface com.qfs.repository.cfg.IRepositoryServiceConfiguration
[Bean] Default repository service.
defaultRepositoryService() - Method in class com.qfs.repository.cfg.snl.impl.RemoteRepositoryServiceConfiguration
 
DefaultRTImpactCalculator - Class in com.quartetfs.pivot.mdx.impl
Default implementation of IRTImpactCalculator.
DefaultRTImpactCalculator(RTUpdateSource) - Constructor for class com.quartetfs.pivot.mdx.impl.DefaultRTImpactCalculator
Constructor.
DefaultSecurityFacade - Class in com.quartetfs.fwk.security.impl
Default implementation of the Security Facade provided by the core product.
DefaultSecurityFacade() - Constructor for class com.quartetfs.fwk.security.impl.DefaultSecurityFacade
 
DefaultTimeBucketer - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Default Time bucketer, that organizes time buckets separated by their time boundary.
DefaultTimeBucketer() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DefaultTimeBucketer
Constructor.
defaultValue() - Method in class com.quartetfs.biz.xmla.rowset.impl.RowsetColumn
 
defaultValue() - Method in interface com.quartetfs.biz.xmla.rowset.IRowsetColumn
Returns the default value of the column.
defaultValue(Object) - Method in class com.qfs.desc.impl.FieldDescription.FieldDescriptionBuilder
 
defaultValue(String) - Method in interface com.activeviam.contextservice.metadata.IAdditionalContextMetadata
The default value, for instance false for a boolean.
defaultWorkflowService() - Method in class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
 
defaultWorkflowService() - Method in interface com.qfs.snl.cfg.IActiveMonitorServiceConfiguration
[Bean] Service managing workflows.
defaultWorkflowService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
 
DefaultWorkflowUnit - Class in com.qfs.snl.workflows.units.impl
Default implementation of workflow unit.
DefaultWorkflowUnit() - Constructor for class com.qfs.snl.workflows.units.impl.DefaultWorkflowUnit
 
DefaultWsCondition() - Constructor for class com.qfs.websocket.server.cfg.impl.AWebSocketServiceConfig.DefaultWsCondition
 
DeferredActionQueue - Class in com.qfs.concurrent.impl
A queue specialized for executing deferred actions in the order they were submitted.
DeferredActionQueue() - Constructor for class com.qfs.concurrent.impl.DeferredActionQueue
 
DeferredActionQueue.DeferredExecutionAction - Class in com.qfs.concurrent.impl
A RecursiveAction that will try to execute all the pending actions in a SingleConsumerQueue.
DeferredActionQueue.IBatchExecutionProcedure - Interface in com.qfs.concurrent.impl
A procedure for batching the execution of multiple actions.
DeferredExecutionAction(DeferredActionQueue) - Constructor for class com.qfs.concurrent.impl.DeferredActionQueue.DeferredExecutionAction
Constructor.
DefinitionUtil - Class in com.quartetfs.biz.pivot.definitions.impl
Deprecated, for removal: This API element is subject to removal in a future version.
deindexAll() - Method in class com.qfs.index.impl.AUniqueRecordIndexTransaction
 
deindexAll() - Method in class com.qfs.index.impl.SecondaryRecordIndexTransaction
 
deindexAll() - Method in interface com.qfs.index.IRecordIndexTransaction
Empties the index.
DelegateActivePivotManager - Class in com.quartetfs.biz.pivot.impl
Deprecated, for removal: This API element is subject to removal in a future version.
DelegateCompositeSelectionListener - Class in com.qfs.store.selection.impl
DelegateCompositeSelectionListener(IAsyncCompositeSelectionListener) - Constructor for class com.qfs.store.selection.impl.DelegateCompositeSelectionListener
Construct a DelegateCompositeSelectionListener by specifying which IAsyncCompositeSelectionListener messages should be forwarded to.
DelegateCompositeSelectionListener(IAsyncCompositeSelectionListener, boolean) - Constructor for class com.qfs.store.selection.impl.DelegateCompositeSelectionListener
Constructor.
DelegatingDataClusterDefinitionBuilder - Class in com.activeviam.builders.distributed
Builder of the IDataClusterDefinition keeping a reference to its parent.
DelegatingDataClusterDefinitionBuilder(SimpleCubeDescriptionBuilder<IActivePivotInstanceDescription>, BaseClusterDescriptionBuilder, String, String, List<String>, List<String>) - Constructor for class com.activeviam.builders.distributed.DelegatingDataClusterDefinitionBuilder
Full Constructor.
DelegatingMdxMemberProperty - Class in com.quartetfs.pivot.mdx.meta.impl
A member property base on another one with the ability to change the hierarchy or the level.
DelegatingMdxMemberProperty(IMdxMemberProperty, IMdxDimension) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.DelegatingMdxMemberProperty
 
DelegatingMdxMemberProperty(IMdxMemberProperty, IMdxHierarchy) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.DelegatingMdxMemberProperty
 
DelegatingMdxMemberProperty(IMdxMemberProperty, IMdxLevel) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.DelegatingMdxMemberProperty
 
DelegatingNamedCubeDescriptionBuilder - Class in com.activeviam.builders
Simple wrapper around SimpleCubeDescriptionBuilder to implement the step IHasAtLeastOneMeasure that cannot be directly implemented by SimpleCubeDescriptionBuilder because of conflicting generic types for ICanStartBuildingEpochDimension also needed by the IQueryCubeDescriptionBuilder.
DelegatingNamedCubeDescriptionBuilder(SimpleCubeDescriptionBuilder<IActivePivotInstanceDescription>) - Constructor for class com.activeviam.builders.DelegatingNamedCubeDescriptionBuilder
Constructor.
DelegatingOpenedTransaction - Class in com.qfs.store.transaction.impl
Implementation of IOpenedTransaction delegating all writes to a full-fledged ITransactionManager.
DelegatingOpenedTransaction(ITransactionManager, ITransactionExceptionHandler) - Constructor for class com.qfs.store.transaction.impl.DelegatingOpenedTransaction
Constructor.
DelegatingQueryClusterDescriptionBuilder - Class in com.activeviam.builders.distributed
Builder of IQueryClusterDefinition keeping a reference to its parent.
DelegatingQueryClusterDescriptionBuilder(DelegatingQueryCubeDescriptionBuilder, BaseClusterDescriptionBuilder, ImmutableList<IQueryClusterDefinition.IDistributedApplicationDefinition>) - Constructor for class com.activeviam.builders.distributed.DelegatingQueryClusterDescriptionBuilder
Constructor.
DelegatingQueryCubeDescriptionBuilder - Class in com.activeviam.builders.distributed
Builder for a query cube description.
DelegatingQueryCubeDescriptionBuilder(SimpleCubeDescriptionBuilder<IDistributedActivePivotInstanceDescription>) - Constructor for class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
Constructor.
DelegatingTracer - Class in com.activeviam.tracing.tracer.impl
A tracer delegating tracing call to an underlying tracer.
DelegatingTracer(Tracer) - Constructor for class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
delete() - Method in interface com.activeviam.cloud.entity.ICloudEntity
Deletes the entity if it exists.
delete() - Method in interface com.activeviam.cloud.entity.ICloudEntityPath
Deletes the entity if it exists.
delete(int) - Method in class com.qfs.store.impl.ARecordSetTransaction
Deletes one existing row.
delete(int) - Method in interface com.qfs.store.IRecordSetTransaction
Deletes the record stored at that row within this transaction.
delete(long) - Method in interface com.qfs.snl.messages.IMessageService.IMessageBox
Deletes a message.
delete(long) - Method in class com.qfs.snl.messages.impl.MessageBox
 
delete(long) - Method in interface com.qfs.snl.persistence.IIdentifiableDeleteDao
Delete an element by its id.
delete(long) - Method in class com.qfs.snl.persistence.impl.ACRDDao
 
delete(long) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
delete(long) - Method in interface com.qfs.snl.rs.IMessageRestService
Deletes a message for the currently logged user.
delete(long) - Method in class com.qfs.snl.rs.impl.MessageRestServiceController
 
delete(long, String) - Method in interface com.qfs.snl.rs.IMonitorRestService
Deletes a monitor.
delete(long, String) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
delete(IPointValueDao, PointValue) - Static method in class com.qfs.repository.persistence.impl.PointValueDaoUtils
Deletes a given point value.
delete(IPointValueDao, List<? extends IPointValue>) - Static method in class com.qfs.repository.persistence.impl.PointValueDaoUtils
Deletes a collection of point values.
delete(IPointValue.IKey) - Method in class com.qfs.repository.persistence.impl.DbProcedure
Deletes an existing point value.
delete(ExistingT) - Method in class com.qfs.repository.params.impl.ParameterUpdateBuilder
 
delete(ExistingT) - Method in interface com.qfs.repository.params.IParameterUpdateBuilder
Registers a point value to remove.
delete(String) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
delete(String) - Method in class com.qfs.repository.impl.RepositoryService
 
delete(String) - Method in interface com.qfs.repository.IRepositoryService
Deletes all point values for the given parameter.
delete(String) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
delete(String) - Method in interface com.qfs.repository.persistence.IPointValueDao
Deletes all point values for the given parameter.
delete(String) - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
delete(String) - Method in interface com.qfs.repository.rs.IRepositoryRestService
Deletes all point values whose name is the given parameter.
delete(String) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
delete(String) - Method in class com.qfs.snl.rs.impl.RepositoryWorkflowRestServiceController
 
delete(String) - Method in interface com.qfs.snl.rs.IRepositoryWorkflowRestService
Starts a workflow to delete the point values for the given parameter.
delete(String, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Deletes an monitor.
delete(String, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
delete(String, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
delete(String, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
delete(String, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
delete(String, String) - Method in interface com.qfs.snl.persistence.IEntityWorkflowDao
Deletes the configuration for a given entity.
delete(String, String) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowDao
 
Delete - com.quartetfs.biz.xmla.constants.Keyword
 
Delete - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
DELETE - com.qfs.pivot.json.database.JsonDatabaseAction.DatabaseActionType
Delete action to remove lines from a table.
DELETE_MONITOR - Static variable in interface com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a monitor is being deleted.
DELETE_PARAMETER - Static variable in interface com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a parameter is being deleted.
DELETE_WORKFLOW_CONFIGURATION - Static variable in interface com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a schema configured for an entity is being removed.
deleteBranch(String) - Method in interface com.qfs.service.store.IDatabaseRestService
Deletes a branch.
Note that if you are deleting a branch that is more recent than the master branch, the deleted branch will still exist until a new version of the database is created.
deleteBranch(String) - Method in interface com.qfs.store.service.IDatabaseService
Delete a branch.
deleteBranch(String) - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
deleteBranch(String) - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
deleteBranch(String) - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
deleteBranch(String) - Method in class com.qfs.store.service.impl.DatastoreService
 
deleteBranch(String) - Method in class com.qfs.store.service.impl.ReadOnlyDatabaseService
 
deleteBranch(String) - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
deleted() - Method in interface com.qfs.msg.csv.IFileEvent
Returns the data providers that have been deleted.
deleted() - Method in class com.qfs.msg.csv.impl.FileEvent
 
DELETED - com.activeviam.dic.provider.impl.ImpactType
 
DELETED - com.qfs.msg.csv.impl.ACSVTopic.ResourceStatus
Corresponds to the deletion of a data provider.
deletedAt(IAudit) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
Sets the deletedAt audit.
deletedAt(IAudit) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
deletedAtMonitor(IMonitor, IAudit) - Static method in class com.qfs.snl.monitors.impl.Monitor
To create a monitor with a certain deleted audit id.
deleteDirectory(String) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Deletes the given directory and all of its content.
deleteDirectory(Path) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Deletes the given directory and all of its content.
DeletedMessageDto - Class in com.qfs.snl.dtos.ws
DTO notifying of a message being deleted.
DeletedMessageDto(IMessage) - Constructor for class com.qfs.snl.dtos.ws.DeletedMessageDto
Constructor.
deleteEntityConfiguration(String, String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
deleteEntityConfiguration(String, String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
Deletes a configuration of workflow schema for a given entity.
deleteEntityConfiguration(String, String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Deletes a configuration of workflow schema for a given entity.
deleteFactory(String, String) - Method in class com.qfs.distribution.impl.ClusterTranslatorFactory
Delete the IQueryNodeQueryTranslatorFactory associated with the given data cube's address.
deleteMethod(String) - Method in class com.qfs.content.rest.impl.RestContentServerController
Deletes an entry from the content server.
deleteMethod(String, List<String>) - Method in class com.qfs.content.rest.impl.RestBulkApiServerController
A specialized version of the DELETE method that deletes atomically all the given entries.
deleteMonitorPayload(IWorkflowPayload, IMonitor) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Builds the payload for the IWorkflowService.WorkflowTypes.DELETE_MONITOR type of workflows.
DeleteOwnerIndexesPostProcessor - Class in com.qfs.desc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Datastore's description post-processors are no longer needed.
DeleteOwnerIndexesPostProcessor(boolean) - Constructor for class com.qfs.desc.impl.DeleteOwnerIndexesPostProcessor
Deprecated.
Constructor.
deleteParameterPayload(IWorkflowPayload, String) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Creates a payload for IWorkflowService.WorkflowTypes.DELETE_PARAMETER workflows.
deleteParameters() - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
deleteParameters() - Method in class com.qfs.repository.impl.RepositoryService
 
deleteParameters() - Method in interface com.qfs.repository.IRepositoryService
Deletes all point values.
deleteParameters() - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
deleteParameters() - Method in interface com.qfs.repository.rs.IRepositoryRestService
Deletes all point values.
deleteParameters() - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
DeletePartitioningPostProcessor - Class in com.qfs.desc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Datastore's description post-processors are no longer needed.
DeletePartitioningPostProcessor() - Constructor for class com.qfs.desc.impl.DeletePartitioningPostProcessor
Deprecated.
 
deleteRecord(int, IRecordReader, IStorePartitionUpdate) - Method in class com.qfs.store.impl.StorePartitionTransaction
 
deleteRecord(int, IRecordReader, IStorePartitionUpdate) - Method in interface com.qfs.store.IStorePartitionTransaction
Deletes the record stored at a given row.
deleteRecord(IRecordReader, IStorePartitionUpdate) - Method in class com.qfs.store.impl.StorePartitionTransaction
 
deleteRecord(IRecordReader, IStorePartitionUpdate) - Method in interface com.qfs.store.IStorePartitionTransaction
Submits a key to remove from this partition.
deleteRecursive(File) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Deletes the file it is a file, delete the directory recursively if it is a directory.
deleteStreamedView(IStreamedView) - Method in class com.activeviam.store.impl.DatastoreDataStreamer
 
deleteWhere(int, ICompiledQuery) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Removes records matching the given query from a store.
deleteWhere(int, ICompiledQuery) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
deleteWhere(ICursor, IStorePartitionUpdate) - Method in class com.qfs.store.impl.StorePartitionTransaction
 
deleteWhere(ICursor, IStorePartitionUpdate) - Method in interface com.qfs.store.IStorePartitionTransaction
Removes from the partition all records at the lines indicated by a cursor.
DeltaQuery - Class in com.qfs.store.query.impl
Query the updates (records added, updated and deleted) from a version to another.
DeltaQuery(IMultiVersionDatastoreSchema, Set<Integer>, Collection<ISelectionMetadata>) - Constructor for class com.qfs.store.query.impl.DeltaQuery
Constructor.
DeltaQuery(IMultiVersionDatastoreSchema, Set<Integer>, Set<String>) - Constructor for class com.qfs.store.query.impl.DeltaQuery
Convenient constructor to directly use a delta query (without a listener).
deniesAll() - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilter
Returns true if this filter denies all members.
deniesAll() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
 
dependencies(Map<Integer, Set<Integer>>) - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query plan retrievals dependencies.
DEPENDS_ON_MEASURE_PROPERTY - Static variable in interface com.quartetfs.biz.pivot.query.aggregates.IMeasureDependentAggregatesContinuousHandler
This property must be set for any postprocessors that depend on another measure that has a IMeasureDependentAggregatesContinuousHandler handler to the name of that measure.
DeprecatedApi - Annotation Type in com.activeviam.annotations
Internal annotation marking code as deprecated and to be removed in a future version.
deregister(E) - Method in class com.activeviam.util.impl.ConcurrentIdentityUsageTracker
 
deregister(E) - Method in interface com.activeviam.util.IUsageTracker
Deregisters an item from this tracker.
deRegister(IParameterListener) - Method in interface com.qfs.repository.IParameterStream
Remove a listener.
deRegister(IParameterListener) - Method in class com.qfs.repository.mdx.impl.ParameterStoreStream
 
deregistration(IContinuousQuery<? extends int[], ? extends IContinuousQueryUpdateWithBranches<int[]>>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxDecoratorMultiplexer
 
deregistration(IContinuousQuery<? extends List<IDrillthroughRow>, ? extends IDrillthroughUpdate>) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamNode
 
deregistration(IContinuousQuery<? extends R, ? extends U>) - Method in class com.quartetfs.biz.pivot.query.registration.impl.ARegistrationAwareListener
 
deregistration(IContinuousQuery<? extends R, ? extends U>) - Method in interface com.quartetfs.fwk.query.IContinuousQueryListener
This method is invoked whenever this listener is de-registered from a continuous query.
desc - Static variable in class com.quartetfs.fwk.ordering.impl.CustomComparator
Description.
desc() - Method in annotation type com.qfs.jmx.JmxAttribute
Gets a description of the exposed attribute.
desc() - Method in annotation type com.qfs.jmx.JmxOperation
Gets a description of the JMX operation.
desc() - Method in annotation type com.qfs.jmx.JmxParam
Description of a JMX parameter.
DESC - com.quartetfs.biz.xmla.constants.Keyword
 
DESC - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
DESC - com.quartetfs.pivot.mdx.func.impl.ValueOrder.ValueOrderOption
Descending order sorting.
DESCENDANT_LEVELS - Static variable in class com.activeviam.copper.pivot.pp.DividePerDescendantCountPostProcessor
 
DESCENDANTS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DescendantsFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
DescendantsFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DescendantsFunction
 
DescendantsFunction.DescFlag - Enum in com.quartetfs.pivot.mdx.func.impl
Flag description.
Descendents - com.quartetfs.biz.xmla.constants.Keyword
 
DescNumericOrder - Class in com.quartetfs.pivot.mdx.func.impl
 
DescNumericOrder(IExpressionEvaluator) - Constructor for class com.quartetfs.pivot.mdx.func.impl.DescNumericOrder
 
DescNumericOrder(IExpressionEvaluator, IExpression) - Constructor for class com.quartetfs.pivot.mdx.func.impl.DescNumericOrder
 
describe() - Method in class com.activeviam.database.api.query.DistinctQuery
Creates a Human readable String representation of the query.
describe() - Method in class com.activeviam.database.api.query.GetByKeyQuery
Creates a Human readable String representation of the query.
describe() - Method in class com.activeviam.database.api.query.ListQuery
Creates a Human readable String representation of the query.
describe(Object) - Static method in class com.qfs.util.impl.QfsToStringBuilder
Deprecated.
Static factory.
describe(StringBuilder, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ARetrieveAggregatesAction
 
describe(StringBuilder, int) - Method in class com.quartetfs.biz.pivot.query.impl.SnapshotProcessingTask
 
description - Variable in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvCharacterCodingError
 
description() - Method in class com.activeviam.agg.impl.PopulationStdAggregateFunction
 
description() - Method in class com.activeviam.agg.impl.PopulationVarianceAggregateFunction
 
description() - Method in class com.activeviam.agg.impl.SampleStdAggregateFunction
 
description() - Method in class com.activeviam.agg.impl.SampleVarianceAggregateFunction
 
description() - Method in class com.activeviam.agg.impl.SerializableUserDefinedAggregateFunction
 
description() - Method in class com.activeviam.apm.tracing.impl.MonitoredPoolFactory
 
description() - Method in class com.activeviam.copper.impl.DataCubeContextFactory
 
description() - Method in class com.activeviam.copper.measure.StoreLookupMeasure.SameDictionaryEnforcer
 
description() - Method in class com.qfs.agg.impl.AAggregationFunction
 
description() - Method in class com.qfs.agg.impl.AMultiSourceAggregationFunction
 
description() - Method in class com.qfs.literal.impl.LiteralType
 
description() - Method in class com.qfs.pivot.cube.provider.partition.impl.IdentityNumaNodeSelectorFactory
 
description() - Method in class com.qfs.pivot.json.logging.JsonLogSerializer
 
description() - Method in class com.qfs.pool.impl.DefaultPoolFactory
 
description() - Method in class com.qfs.snl.mdx.impl.TransitionOnlyKpiFilter
 
description() - Method in class com.qfs.store.service.impl.AndConditionFactory
 
description() - Method in class com.qfs.store.service.impl.BasicConditionFactory
 
description() - Method in class com.qfs.store.service.impl.CopyUpdateWhereFactory
 
description() - Method in class com.qfs.store.service.impl.CurrentDateProcedureFactory
 
description() - Method in class com.qfs.store.service.impl.InConditionFactory
 
description() - Method in class com.qfs.store.service.impl.JsonFieldParser
 
description() - Method in class com.qfs.store.service.impl.LikeConditionFactory
 
description() - Method in class com.qfs.store.service.impl.NotConditionFactory
 
description() - Method in class com.qfs.store.service.impl.OrConditionFactory
 
description() - Method in class com.qfs.store.service.impl.SetFieldProcedureFactory
 
description() - Method in annotation type com.qfs.util.Idea
Deprecated.
The description of the idea.
description() - Method in class com.quartetfs.biz.pivot.context.impl.MultipleContextValueTranslator
 
description() - Method in class com.quartetfs.biz.pivot.context.impl.SimpleContextValueTranslator
 
description() - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatterFactory
 
description() - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.IdentityCubeFormatterFactory
 
description() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAnalysisHierarchyDescriptionProvider
 
description() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisAggregationProcedureFactory
 
description() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedHierarchyMemberMemoryQuantifier
 
description() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.HierarchyMemberMemoryQuantifier
 
description() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MeasureHierarchyMemberMemoryQuantifier
 
description() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy.TimeBucketFactory
 
description() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.PatternMatcherFactoryCaseInsensitive
 
description() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.PatternMatcherFactoryCaseSensitive
 
description() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorAbsoluteValue
 
description() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorAdd
 
description() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorAggregation
 
description() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorConcatenation
 
description() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorDisaggregation
 
description() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorDivide
 
description() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorMinus
 
description() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorMultiply
 
description() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorPercentile
 
description() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorSquareRoot
 
description() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorSubVector
 
description() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorTernaryDivide
 
description() - Method in class com.quartetfs.biz.pivot.impl.MdxCubeFormatterFactory
 
description() - Method in class com.quartetfs.biz.pivot.monitoring.impl.DrillthroughStreamTranslator
 
description() - Method in class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamTranslator
 
description() - Method in class com.quartetfs.biz.pivot.monitoring.impl.MdxDrillthroughStreamTranslator
 
description() - Method in class com.quartetfs.biz.pivot.monitoring.impl.MdxStreamTranslator
 
description() - Method in class com.quartetfs.biz.xmla.discovery.impl.ARowsetDefinition
 
description() - Method in class com.quartetfs.biz.xmla.impl.Literal
 
description() - Method in class com.quartetfs.biz.xmla.impl.XmlaProperty
 
description() - Method in class com.quartetfs.biz.xmla.impl.XmlaPropertyOverride
 
description() - Method in class com.quartetfs.fwk.format.impl.ATemporalParser
 
description() - Method in class com.quartetfs.fwk.format.impl.AVectorParser
 
description() - Method in class com.quartetfs.fwk.format.impl.BooleanParser
 
description() - Method in class com.quartetfs.fwk.format.impl.DateParser
 
description() - Method in class com.quartetfs.fwk.format.impl.DoubleParser
 
description() - Method in class com.quartetfs.fwk.format.impl.FastLocalDateParser
 
description() - Method in class com.quartetfs.fwk.format.impl.FloatParser
 
description() - Method in class com.quartetfs.fwk.format.impl.IntParser
 
description() - Method in class com.quartetfs.fwk.format.impl.LongParser
 
description() - Method in class com.quartetfs.fwk.format.impl.ObjectVectorParser
 
description() - Method in class com.quartetfs.fwk.format.impl.ShortParser
 
description() - Method in class com.quartetfs.fwk.format.impl.StringParser
 
description() - Method in annotation type com.quartetfs.fwk.QuartetExtendedPlugin
Returns the description of what the Plugin contains.
description() - Method in annotation type com.quartetfs.fwk.QuartetPlugin
Returns description of what the plugin contains.
description() - Method in annotation type com.quartetfs.fwk.QuartetType
Gets a description of the registered type.
description() - Method in class com.quartetfs.fwk.types.impl.FactoryValue
 
description() - Method in class com.quartetfs.fwk.types.impl.VariableFactoryValue
 
description() - Method in interface com.quartetfs.fwk.types.IPluginValue
Returns the description of that value with some indication on the business rules that it implements.
description() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFunction
 
description() - Method in enum com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
description() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMemberProperty
 
description() - Method in enum com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
description() - Method in class com.quartetfs.pivot.mdx.statement.impl.FunctionKeyword
 
description() - Method in class com.quartetfs.pivot.mdx.statement.impl.LooseMdxEqualityTester
 
description(String) - Method in class com.qfs.pivot.json.queryplan.FilterData.FilterDataBuilder
The filter description.
Description - com.quartetfs.biz.xmla.constants.Keyword
 
DESCRIPTION - com.activeviam.copper.hierarchy.CopperHierarchyMetadata.UserSpecific
Flag for the hierarchy description.
DESCRIPTION - com.activeviam.copper.MeasureMetadata.UserSpecific
Flag for the measure description.
DESCRIPTION - com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
 
DESCRIPTION - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the description.
DESCRIPTION - Static variable in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimitTranslator
Description of the property.
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_CatalogsDefinition
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_Schema_RowsetsDefinition
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_InputDataSourcesDefinition
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsDefinition
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.servlet.impl.TabularRowSetDefinition
The description.
DESCRIPTION - Static variable in interface com.quartetfs.pivot.mdx.meta.IMdxFormulaMember
 
DESCRIPTION - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
DESCRIPTION_ESCAPING_CHAR - Static variable in class com.activeviam.copper.HierarchyIdentifier
DESCRIPTION_ESCAPING_CHAR - Static variable in class com.qfs.pivot.impl.DataNode
DESCRIPTION_SEPARATOR - Static variable in class com.activeviam.copper.HierarchyIdentifier
Used to generate a String representation of HierarchyIdentifier and LevelIdentifier.
DESCRIPTION_SEPARATOR - Static variable in class com.qfs.pivot.impl.DataNode
Used to generate a String representation of a cube id.
DescriptionException - Exception in com.quartetfs.biz.pivot.definitions
Exception raised by invalid descriptions.
DescriptionException() - Constructor for exception com.quartetfs.biz.pivot.definitions.DescriptionException
Constructs a new runtime exception with null as its detail message.
DescriptionException(String) - Constructor for exception com.quartetfs.biz.pivot.definitions.DescriptionException
Constructs a new exception with the specified detail message.
DescriptionException(String, Object...) - Constructor for exception com.quartetfs.biz.pivot.definitions.DescriptionException
Constructs a new exception with a template message.
DescriptionException(String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.definitions.DescriptionException
Constructs a new exception with the specified detail message and cause.
DescriptionException(Throwable) - Constructor for exception com.quartetfs.biz.pivot.definitions.DescriptionException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
DescriptionException(Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.definitions.DescriptionException
Constructs a new exception with the specified cause and a template message.
DescriptionFactory - Class in com.activeviam.contextservice.local
DescriptionFactory(String) - Constructor for class com.activeviam.contextservice.local.DescriptionFactory
Constructor.
descriptionPostProcessors() - Method in interface com.qfs.repository.config.impl.IParameterAwareDatastoreSchemaDescriptionConfig
 
descriptionPostProcessors() - Method in interface com.qfs.server.cfg.IDatastoreSchemaDescriptionConfig
Returns the post-processors to apply to the datastore schema description.
DescriptionProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.DescriptionProperty
 
DescriptionUtil - Class in com.quartetfs.biz.pivot.definitions.impl
 
DescriptionWithPermissions<T> - Class in com.qfs.pivot.content.impl
Basic implementation of a description managed with permissions.
DescriptionWithPermissions(T, List<String>, List<String>) - Constructor for class com.qfs.pivot.content.impl.DescriptionWithPermissions
Full constructor.
deserialize(JsonParser, DeserializationContext) - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.qfs.pivot.monitoring.impl.MonitoringStatisticDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.qfs.pivot.monitoring.impl.MonitoringStatisticMapAttributesDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnDto.CalculatedColumnDtoDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnSetDto.CalculatedColumnSetDtoDeserializer
 
deserialize(TypeReference<T>, InputStream) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Deserializes the input stream into the given class.
deserialize(TypeReference<T>, Reader) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Deserializes the reader into the given class.
deserialize(TypeReference<T>, Object) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Deserializes the string into the given class.
deserialize(TypeReference<T>, String) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Deserializes the string into the given class.
deserialize(JavaType, InputStream) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Deserializes the input stream into the given class.
deserialize(JavaType, Reader) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Deserializes the reader into the given class.
deserialize(JavaType, Object) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Deserializes the string into the given class.
deserialize(JavaType, String) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Deserializes the string into the given class.
deserialize(ByteBuf) - Static method in class com.qfs.messenger.netty.streaming.impl.NettyInputStream
deserialize(InputStream) - Method in interface com.quartetfs.fwk.serialization.ISerializer
Deserialize a stream accessed from a provided InputStream.
deserialize(Reader) - Method in interface com.quartetfs.fwk.serialization.ISerializer
Deserialize a text document accessed from a provided Reader.
deserialize(Reader, Class<T>) - Static method in class com.qfs.pivot.monitoring.impl.MemoryStatisticSerializerUtil
Deserializes a statistic from a reader into a given type.
deserialize(Class<T>, InputStream) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Deserializes the input stream into the given class.
deserialize(Class<T>, Reader) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Deserializes the reader into the given class.
deserialize(Class<T>, Object) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Deserializes the string into the given class.
deserialize(Class<T>, String) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Deserializes the string into the given class.
deserialize(Object) - Method in interface com.quartetfs.fwk.serialization.ISerializer
Extendible deserialization method Deserialize an object from a source.
deserializeAxisDimension(ObjectInput, boolean) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Read a dimension from this input stream.
deserializeAxisHierarchy(ObjectInput, boolean) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Reads a hierarchy from this input stream.
deserializeDimensions(ObjectInput, boolean) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Read a list of dimensions from this input stream.
deserializeFile(String) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Deserializes a file content into an object of JsonStreamSnapshot.
deserializeHierarchies(ObjectInput, boolean) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Reads a list of hierarchies from this input stream.
deserializeLevelsInfo(ObjectInput) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Reads the level infos from this input stream.
deserializeMeasureDimension(ObjectInput) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Reads measure dimension from this input stream.
deserializeMeasureHierarchy(ObjectInput) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Reads the measure hierarchy from this input stream.
DesignAggregations - com.quartetfs.biz.xmla.constants.Keyword
 
DesignAggregations - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
destroy() - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
destroy() - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
destroy() - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
destroy() - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
destroy() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
destroy() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
destroy() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
destroy() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
destroy() - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
destroy() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
destroy() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
destroy() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
destroy() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
destroy() - Method in class com.activeviam.column.impl.EmptyChunk
 
destroy() - Method in class com.qfs.agg.impl.ChunkHistory
 
destroy() - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
destroy() - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
destroy() - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
destroy() - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
destroy() - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
destroy() - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
destroy() - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
destroy() - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
destroy() - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
destroy() - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
destroy() - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
destroy() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
destroy() - Method in class com.qfs.chunk.direct.impl.ADirectChunk
 
destroy() - Method in class com.qfs.chunk.direct.impl.ADirectChunkNullable
 
destroy() - Method in interface com.qfs.chunk.IChunk
Equivalent to a finalizer for this chunk, but that can be called by the application when it is certain that the chunk will not be used or even reached anymore.
destroy() - Method in class com.qfs.chunk.impl.AChunkOffset
 
destroy() - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
destroy() - Method in class com.qfs.chunk.impl.ChunkComposite
 
destroy() - Method in class com.qfs.chunk.impl.ChunkDictionary
 
destroy() - Method in class com.qfs.chunk.impl.ChunkMarked
 
destroy() - Method in class com.qfs.chunk.impl.ChunkObject
 
destroy() - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
destroy() - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
destroy() - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
destroy() - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
destroy() - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
destroy() - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
destroy() - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
destroy() - Method in class com.qfs.chunk.impl.ChunkVector
 
destroy() - Method in class com.qfs.chunk.impl.ColumnIntegerRowMapping
 
destroy() - Method in class com.qfs.chunk.impl.HashMapRowMapping
 
destroy() - Method in class com.qfs.chunk.impl.IdentityRowMapping
 
destroy() - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
destroy() - Method in class com.qfs.chunk.impl.TombStoneChunk
 
destroy() - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
destroy() - Method in interface com.qfs.chunk.IRowMapping
Destroys the mapping.
destroy() - Method in class com.qfs.dic.impl.AChristmasDictionary
 
destroy() - Method in class com.qfs.dic.impl.BucketedIntegerArrayDictionary
 
destroy() - Method in class com.qfs.dic.impl.BufferIntegerDictionary
 
destroy() - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
 
destroy() - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary.IntegerColumnChunkSet
Returns a runnable to destroy all chunks.
destroy() - Method in class com.qfs.dic.impl.Dictionary
 
destroy() - Method in class com.qfs.dic.impl.FixedLengthIntegerArrayDictionary
 
destroy() - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Frees all resources held by this data structure.
destroy() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
destroy() - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
destroy() - Method in class com.qfs.dic.impl.IntegerDictionary
 
destroy() - Method in class com.qfs.dic.impl.LongDictionary
 
destroy() - Method in class com.qfs.dic.impl.NullableDictionary
 
destroy() - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
destroy() - Method in class com.qfs.dic.impl.StringDictionary
 
destroy() - Method in interface com.qfs.dic.IWritableDictionary
Frees all resources held by this data structure.
destroy() - Method in class com.qfs.index.impl.AIntegerArray
Frees all resources held by this data structure.
destroy() - Method in class com.qfs.index.impl.ALongArray
Frees all resources held by this data structure.
destroy() - Method in class com.qfs.index.impl.AMultiVersionSecondaryRecordIndex
 
destroy() - Method in class com.qfs.index.impl.AMultiVersionUniqueRecordIndex
 
destroy() - Method in class com.qfs.index.impl.ASecondaryRecordIndexBase
Frees all resources held by this data structure.
destroy() - Method in class com.qfs.index.impl.AUniqueRecordIndexBase
Frees all resources held by this data structure.
destroy() - Method in class com.qfs.index.impl.ChunkedIntegerArray
 
destroy() - Method in class com.qfs.index.impl.ChunkedLongArray
 
destroy() - Method in class com.qfs.index.impl.IntegerArray
 
destroy() - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexBase
Frees all resources held by this data structure.
destroy() - Method in class com.qfs.index.impl.LongArray
 
destroy() - Method in class com.qfs.index.impl.MultiVersionIntegerArray
 
destroy() - Method in class com.qfs.index.impl.MultiVersionLazyDeleteLinkedIndex
 
destroy() - Method in class com.qfs.index.impl.MultiVersionLongArray
 
destroy() - Method in interface com.qfs.index.IMultiVersionIndex
Frees all resources held by this data structure.
destroy() - Method in interface com.qfs.index.IMultiVersionIntegerArray
Frees all resources held by this data structure.
destroy() - Method in interface com.qfs.index.IMultiVersionLongArray
Frees all resources held by this data structure.
destroy() - Method in interface com.qfs.index.IMultiVersionRecordIndex
Frees all resources held by this data structure.
destroy() - Method in class com.qfs.pivot.servlet.impl.ContextValueFilter
 
destroy() - Method in class com.qfs.security.impl.SpringCorsFilter
 
destroy() - Method in interface com.qfs.store.IChunkSet
Destroys the chunks in this chunkSet.
destroy() - Method in class com.qfs.store.impl.ChunkSet
 
destroy() - Method in class com.qfs.store.impl.DatastoreSchemaBase
 
destroy() - Method in class com.qfs.store.impl.MultiVersionColumnarRecordSet
 
destroy() - Method in class com.qfs.store.impl.MultiVersionStore
 
destroy() - Method in class com.qfs.store.impl.MultiVersionStorePartition
 
destroy() - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
destroy() - Method in class com.qfs.store.impl.StorePartitionContent
Frees all resources held by this component.
destroy() - Method in interface com.qfs.store.IMultiVersionRecordSet
Frees all resources held by this data structure.
destroy() - Method in interface com.qfs.store.IMultiVersionStore
Frees all resources held by this data structure.
destroy() - Method in interface com.qfs.store.IMultiVersionStorePartition
Frees all resources held by this data structure.
destroy() - Method in class com.qfs.store.ref.impl.AMultiVersionConcreteReference
 
destroy() - Method in interface com.qfs.store.ref.IMultiVersionConcreteReference
Frees all resources held by this data structure.
destroy() - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
destroy() - Method in class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
 
destroy() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.JMXEnabler
When the bean is destroyed, we unregister all the MBeans that have previously been registered.
destroy(int) - Method in class com.qfs.column.impl.AChunkedColumn
Destroys a chunk.
destroyBuffer(Buffer) - Static method in class com.qfs.buf.impl.Buffers
"Destroys" a buffer by freeing the resources the buffer was using.
destroyBuffer(Buffer) - Static method in class com.qfs.memory.impl.PlatformOperations
"Destroys" a buffer by freeing the resources the buffer was using.
destroyChunk(int, boolean) - Method in class com.qfs.store.impl.AColumnChunkSet
Destroys the ChunkSet stored at the given index, and if computeBytesSaved is true computes and returns the number of bytes that have been saved by performing the destruction.
destroyer(SparseChunk<?, ?>, boolean) - Static method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
Creates a runnable that should be used to properly destroy the resources held by the sparse chunk.
destroyer(IWritableDictionary<?>) - Static method in class com.qfs.index.impl.RecordIndexUtil
Creates an action destroying for good all values in a dictionary.
destroyNullFlags() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
destroyNullFlags() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
destroyNullFlags() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
destroyNullFlags() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
destroyNullFlags() - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
destroyNullFlags() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
destroyNullFlags() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
destroyNullFlags() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
destroyNullFlags() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
destroyNullFlags() - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
destroyNullFlags() - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
destroyNullFlags() - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
destroyNullFlags() - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
destroyNullFlags() - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
destroyNullFlags() - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
destroyNullFlags() - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
destroyNullFlags() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
destroyNullFlags() - Method in class com.qfs.chunk.direct.impl.ADirectChunkNullable
 
destroyNullFlags() - Method in interface com.qfs.chunk.IChunkNullable
Returns the runnable to run to destroy the nullable flags.
destroyNullFlags() - Method in class com.qfs.chunk.impl.ChunkObject
 
DetachedFilterConfig - Class in com.qfs.security.impl
Quartet implementation of FilterConfig for programmatic configuration of some filters.
DetachedFilterConfig() - Constructor for class com.qfs.security.impl.DetachedFilterConfig
Constructor.
DETAILED_INVALID_DIMENSION_SET - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
detectCyclesInQueryPlan() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Returns whether cycle detection on the query plan is enabled.
detectCyclesInQueryPlan() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Returns whether cycle detection on the query plan is enabled.
detectStatuses(Collection<? extends IKpiDescription>) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
Gets the list of measures representing statuses detected in the previously parsed statement.
DEVLEN - Static variable in class com.qfs.util.tar.impl.TarHeader
The length of the devices field in a header buffer.
devMajor - Variable in class com.qfs.util.tar.impl.TarHeader
The entry's major device number.
devMinor - Variable in class com.qfs.util.tar.impl.TarHeader
The entry's minor device number.
DfsTreeWalker<K,​V,​E,​C> - Class in com.qfs.graph.impl
This can walk a ITree following a Depth-first search approach, showing around an IDfsTreeVisitor the traversed nodes.
DfsTreeWalker() - Constructor for class com.qfs.graph.impl.DfsTreeWalker
 
dictionarize(int) - Static method in class com.qfs.store.Types
For a dictionarized type, returns itself.
dictionarize(IFieldType) - Static method in class com.activeviam.type.FieldType
Returns a dictionarized instance of the given type.
dictionarize(IRecordFormat, IDictionaryProvider) - Static method in interface com.qfs.store.record.IRecordFormat
Creates the record format of the fields by applying the provided dictionaries.
dictionarized() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanTagField
Tells the builder that this field should be dictionarized.
DictionarizedRecordReaderFromPlain - Class in com.qfs.store.record.impl
Reads an underlying record, encoding plain values into dictionary codes.
DictionarizedRecordReaderFromPlain(IRecordFormat, IDictionaryProvider) - Constructor for class com.qfs.store.record.impl.DictionarizedRecordReaderFromPlain
Constructor.
DictionarizedStoreLookupPostProcessor - Class in com.activeviam.copper.pivot.pp
A post processor that runs, for each location it is evaluated at, a get-by-key query on the database using the dictionarized coordinates of the location.
DictionarizedStoreLookupPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.DictionarizedStoreLookupPostProcessor
Constructor.
dictionarizeField(ReachableField) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
dictionarizeField(StoreField) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
DictionarizeFieldsPostProcessor - Class in com.qfs.desc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Datastore's description post-processors are no longer needed. On can dictionarize the field directly in the description.
DictionarizeFieldsPostProcessor(Collection<ReachableField>) - Constructor for class com.qfs.desc.impl.DictionarizeFieldsPostProcessor
Deprecated.
DictionarizeObjectsPostProcessor - Class in com.qfs.desc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Datastore's description post-processors are no longer needed. On can dictionarize the field directly in the description.
DictionarizeObjectsPostProcessor() - Constructor for class com.qfs.desc.impl.DictionarizeObjectsPostProcessor
Deprecated.
 
DictionarizeStringsPostProcessor - Class in com.qfs.desc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Datastore's description post-processors are no longer needed. On can dictionarize the field directly in the description.
DictionarizeStringsPostProcessor() - Constructor for class com.qfs.desc.impl.DictionarizeStringsPostProcessor
Deprecated.
 
DictionarizingFilterVisitor<T> - Class in com.quartetfs.biz.pivot.context.subcube.visitor.impl
An IFilterVisitor that takes care of dictionarizing the discriminators of the underlying visit.
DictionarizingFilterVisitor(IDictionarizedFilterVisitor<T>, IHierarchicalMapping) - Constructor for class com.quartetfs.biz.pivot.context.subcube.visitor.impl.DictionarizingFilterVisitor
dictionary(boolean) - Method in class com.qfs.store.Types.TypeInformation.TypeBuilder
 
Dictionary<K> - Class in com.qfs.dic.impl
Default implementation of an append only dictionary.
Dictionary() - Constructor for class com.qfs.dic.impl.Dictionary
Default capacity constructor.
Dictionary(long) - Constructor for class com.qfs.dic.impl.Dictionary
Constructs an empty dictionary with the specified initial capacity.
DictionaryChange(String, IDictionary<?>, Supplier<IWritableDictionary<Object>>, Supplier<Optional<ICellFunction>>) - Constructor for class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction.DictionaryChange
 
DictionaryConfiguration - Class in com.activeviam.dic.provider.impl
Record containing the information required to provide to an IDictionaryFactory in order to create a specific dictionary instance.
DictionaryConfiguration(int, IAllocationSettings) - Constructor for class com.activeviam.dic.provider.impl.DictionaryConfiguration
 
DictionaryConstantOperand - Class in com.qfs.store.query.plan.condition.impl
Operand holder for a IConstantCondition on a field dictionarized, when operand is NOT a set.
DictionaryConstantOperand(IConstantCondition, IDictionary<Object>) - Constructor for class com.qfs.store.query.plan.condition.impl.DictionaryConstantOperand
Full constructor.
DictionaryConstantSetOperand - Class in com.qfs.store.query.plan.condition.impl
Operand holder for an IConstantCondition on a field dictionarized, when operand is a set.
DictionaryConstantSetOperand(IConstantCondition, IDictionary<Object>) - Constructor for class com.qfs.store.query.plan.condition.impl.DictionaryConstantSetOperand
Constructor.
DictionaryDynamicOperand - Class in com.qfs.store.query.plan.condition.impl
Operand holder for a IDynamicCondition on a field dictionarized, when operand is NOT a set.
DictionaryDynamicOperand(String, IDictionary<Object>) - Constructor for class com.qfs.store.query.plan.condition.impl.DictionaryDynamicOperand
 
DictionaryDynamicSetOperand - Class in com.qfs.store.query.plan.condition.impl
Operand holder for an IDynamicCondition on a field dictionarized, when operand is a set.
DictionaryDynamicSetOperand(String, IDictionary<Object>) - Constructor for class com.qfs.store.query.plan.condition.impl.DictionaryDynamicSetOperand
Constructor.
DictionaryFactory - Class in com.qfs.dic.impl
Implementation of IDictionaryFactory.
DictionaryFactory() - Constructor for class com.qfs.dic.impl.DictionaryFactory
 
DictionaryPartitionFactory - Class in com.qfs.index.impl
A factory responsible for creating a dictionary on a single field, for a given partition.
DictionaryPartitionFactory(int) - Constructor for class com.qfs.index.impl.DictionaryPartitionFactory
Constructor.
DictionaryProviderFromArray - Class in com.qfs.store.record.impl
Get the dictionary of the field from an array of dictionaries.
DictionaryProviderFromArray(IDictionary<?>[]) - Constructor for class com.qfs.store.record.impl.DictionaryProviderFromArray
Constructor.
DictionaryProviderFromSelection - Class in com.qfs.store.record.impl
Get the dictionary of the field from a selection.
DictionaryProviderFromSelection(ISelection, IDatastoreSchemaQueryMetadata) - Constructor for class com.qfs.store.record.impl.DictionaryProviderFromSelection
Constructor.
DictionaryProviderTransaction - Class in com.activeviam.dic.provider.impl
DictionaryProviderTransaction(BasicApplicationDictionaryProvider) - Constructor for class com.activeviam.dic.provider.impl.DictionaryProviderTransaction
Constructor.
DictionaryProxyArrayCursorWithDefaultValue - Class in com.qfs.store.impl.arrays
AArrayCursorWithDefaultValue where the underlying IArrayCursor contains dictionarized values.
DictionaryProxyArrayCursorWithDefaultValue(IArrayCursor, Predicate<Object>, Object, IWritableDictionary<Object>) - Constructor for class com.qfs.store.impl.arrays.DictionaryProxyArrayCursorWithDefaultValue
Constructor.
DictionaryProxyReadableArray - Class in com.qfs.store.impl.arrays
Proxy to read un-dictionarize values from an underlying (dictionarized) IArrayReader.
DictionaryProxyReadableArray(IDictionary<Object>[]) - Constructor for class com.qfs.store.impl.arrays.DictionaryProxyReadableArray
Constructor.
DictionaryProxyWritableArray - Class in com.qfs.store.impl.arrays
Proxy to write un-dictionarized values to an underlying (dictionarized) IWritableArray.
DictionaryProxyWritableArray(IWritableDictionary<Object>[], IRecordFormat) - Constructor for class com.qfs.store.impl.arrays.DictionaryProxyWritableArray
Constructor.
DictionaryProxyWritableBlock - Class in com.qfs.store.impl.arrays
Proxy to write un-dictionarized values to an underlying (dictionarized) IWritableRecordBlock.
DictionaryProxyWritableBlock(IWritableDictionary<Object>[], IRecordFormat) - Constructor for class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
Default constructor.
DictionarySet - Class in com.quartetfs.pivot.mdx.eval.set.impl
Dictionary backed set.
DictionaryStatistic - Class in com.qfs.monitoring.statistic.memory.impl
Memory statistics specialized for dictionaries.
DictionaryStatistic() - Constructor for class com.qfs.monitoring.statistic.memory.impl.DictionaryStatistic
 
DictionaryStatistic.Builder - Class in com.qfs.monitoring.statistic.memory.impl
 
DictionaryUpdateImpact - Class in com.activeviam.dic.provider.impl
Computed impact of an action on a list of dictionary keys.
DictionaryUpdateImpact(List<IApplicationDictionaryProvider.GlobalDictionaryKey>, ImpactType) - Constructor for class com.activeviam.dic.provider.impl.DictionaryUpdateImpact
 
diff(String, Object, Object) - Static method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.DateHelper
Computes the difference between two dates.
DIFF_MERGEABLE - com.quartetfs.pivot.mdx.eval.impl.Members.Coverage
When the 2 members can be merged into a single member.
DIFF_NOT_MERGEABLE - com.quartetfs.pivot.mdx.eval.impl.Members.Coverage
When the 2 members cannot be merged into a single member.
Difference<T> - Class in com.activeviam.collections.impl
Express a difference between two sets of data where one of the two sets represents the new data and the other the old data.
Difference(ImmutableCollection<T>, ImmutableCollection<T>) - Constructor for class com.activeviam.collections.impl.Difference
Fully defining constructor.
differentialReload() - Method in class com.qfs.msg.csv.impl.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.qfs.msg.csv.impl.FileSystemCSVMonitoring
Triggers a differential reload of the given topic.
dim_props() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
dim_props() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
dim_props_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.dim_props_return
 
DIM_TO_HIER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
dimension - Variable in class com.activeviam.copper.hierarchy.CopperHierarchyIdentifier
The name of the dimension containing the hierarchy.
dimension - Variable in class com.activeviam.copper.HierarchyIdentifier
The name of the dimension containing the hierarchy.
dimension - Variable in class com.qfs.pivot.builder.discovery.impl.DefaultMemberDiscoveryBuilder
The dimension name.
dimension - Variable in class com.qfs.pivot.json.cellset.HierarchyData
The name of the dimension.
dimension - Variable in class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
The dimension name.
dimension(String) - Method in class com.qfs.pivot.json.queryplan.LocationData.LocationDataBuilder
The location dimension.
Dimension - com.quartetfs.biz.xmla.constants.Keyword
 
DIMENSION - com.quartetfs.biz.pivot.postprocessing.IUnknownOlapElementException.OlapElementType
When a dimension is missing, this is the type to use.
DIMENSION - com.quartetfs.pivot.mdx.statement.Type
 
DIMENSION - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
DIMENSION - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
DIMENSION - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
DIMENSION - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DIMENSION_CAPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
DIMENSION_CARDINALITY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
DIMENSION_CARDINALITY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
DIMENSION_GRANULARITY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
DIMENSION_GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
DIMENSION_IS_FACT_DIMENSION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
DIMENSION_IS_SHARED - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
DIMENSION_IS_VISIBLE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
DIMENSION_IS_VISIBLE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
DIMENSION_IS_VISIBLE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
DIMENSION_MASTER_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
DIMENSION_NAME - com.activeviam.copper.hierarchy.CopperHierarchyMetadata.UserSpecific
Flag for the name of the dimension to which this hierarchy belongs.
DIMENSION_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
DIMENSION_ORDINAL - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
DIMENSION_PATH - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
DIMENSION_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
DIMENSION_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
Dimension_Unique_Name - com.quartetfs.biz.xmla.constants.Keyword
 
DIMENSION_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
DIMENSION_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
DIMENSION_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
DIMENSION_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
DIMENSION_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
DIMENSION_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
DIMENSION_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
DIMENSION_UNIQUE_NAME - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
DIMENSION_UNIQUE_SETTINGS - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
DIMENSION_UNIQUE_SETTINGS - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
DIMENSION_VISIBILITIES - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
The name of the dimension visibility override map.
DIMENSION_VISIBILITY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
Dimensionality - Class in com.quartetfs.pivot.mdx.meta.impl
Dimensionality.
Dimensionality(IMdxHierarchy) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.Dimensionality
 
Dimensionality(IMdxHierarchy[]) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.Dimensionality
 
dimensionDescription - Variable in class com.activeviam.copper.HierarchyInformation
The description of the dimension this level belongs to.
DimensionDiscovery - Class in com.qfs.pivot.json.discovery
The dimension discovery.
DimensionDiscovery - Class in com.qfs.webservices
Dimension Discovery for SOAP webservices.
DimensionDiscovery() - Constructor for class com.qfs.pivot.json.discovery.DimensionDiscovery
 
DimensionDiscovery() - Constructor for class com.qfs.webservices.DimensionDiscovery
 
DimensionDiscovery(String, String, String, boolean, String[], List<HierarchyDiscovery>) - Constructor for class com.qfs.webservices.DimensionDiscovery
 
DimensionDiscovery(String, String, String, String, String, boolean, Set<String>, List<HierarchyDiscovery>) - Constructor for class com.qfs.pivot.json.discovery.DimensionDiscovery
Constructor.
DimensionDiscoveryBuilder - Class in com.qfs.pivot.builder.discovery.impl
The discovery dimension builder.
DimensionDiscoveryBuilder() - Constructor for class com.qfs.pivot.builder.discovery.impl.DimensionDiscoveryBuilder
 
DimensionExpression(ICompoundIdentifier, IMdxDimension) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.DimensionExpression
 
DimensionFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
DimensionFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DimensionFunction
 
dimensionInfo(IDimensionInfo) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo.HierarchyInfoBuilder
 
DimensionInfo - Class in com.quartetfs.biz.pivot.cube.dimension.impl
Default implementation of IDimensionInfo.
DimensionInfo(String, Properties, int, Set<String>, boolean, IDimension.DimensionType) - Constructor for class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo
Constructor.
DimensionInfo.DimensionInfoBuilder - Class in com.quartetfs.biz.pivot.cube.dimension.impl
 
DimensionMembers(String, boolean) - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersFunction.DimensionMembers
 
Dimensions - com.quartetfs.biz.xmla.constants.Keyword
 
DIMENSIONS - com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
 
DIMENSIONS - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
DIMENSIONS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DIMENSIONS_COUNT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
DIMENSIONS_COUNT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
DIMENSIONS_COUNT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
DIMENSIONS_COUNT_FUNCTION - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DimensionsCountFunction - Class in com.quartetfs.pivot.mdx.func.impl
The Dimensions.Count MDX function.
DimensionsCountFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DimensionsCountFunction
 
DimensionsCountFunction.DimensionsCountFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
 
DimensionsCountFunctionDefinition() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DimensionsCountFunction.DimensionsCountFunctionDefinition
 
DimensionsFactory - Class in com.quartetfs.biz.pivot.impl
Deprecated, for removal: This API element is subject to removal in a future version.
DimensionsFactory(String, IActivePivotDescription, IActivePivotSchemaSelectionSession, IDomainDictionaryProvider) - Constructor for class com.quartetfs.biz.pivot.impl.DimensionsFactory
Deprecated.
Constructor.
DimensionsFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
DimensionsFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DimensionsFunction
 
dimensionsToHierarchiesDescriptions(List<? extends IDimension<? extends IHierarchy>>) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesDescription
Creates the descriptions associated with each hierarchy.
DimensionToHierarchyFunction - Class in com.quartetfs.pivot.mdx.func.custom.impl
Converts a dimension to hierarchy.
DimensionToHierarchyFunction() - Constructor for class com.quartetfs.pivot.mdx.func.custom.impl.DimensionToHierarchyFunction
 
dimensionType(IDimension.DimensionType) - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo.DimensionInfoBuilder
 
dimensionUniqueName(IDimension<? extends IHierarchy>) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Get the unique name of the dimension.
dimensionUniqueName(IMdxDimension) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Get the unique name of the dimension.
dimensionUniqueName(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Returns the dimension unique name of a member.
dimensionUniqueName(String) - Static method in class com.qfs.pivot.util.impl.MdxNamingUtil
Returns the dimension's unique name.
DimensionUniqueNameProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.DimensionUniqueNameProperty
 
DimensionVersion<V extends IHierarchyVersion> - Class in com.quartetfs.biz.pivot.cube.dimension.impl
DimensionVersion is version of the dimension.
DimensionVersion(IEpoch, List<? extends IMultiVersionHierarchy>, IDimensionInfo, IMultiVersionHierarchy) - Constructor for class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionVersion
Full constructor.
DIRECT - com.qfs.graph.IDirectedGraphVisitor.VisitDirection
Visit from the roots to the leaves.
DIRECT - com.qfs.platform.solaris.lgrp_content
Directly contained in lgroup.
DIRECT - com.qfs.vector.AllocationType
The data is allocated on the direct memory.
DIRECT_QUERY_ALLOW_AGGREGATION_FACTORIZATION_IN_SQL - com.activeviam.properties.impl.ActiveViamProperty
Some SQL queries can be optimized by factorizing the aggregations in order to aggregate less values.
DIRECT_QUERY_ENABLE_UNSUPPORTED_DATABASE_VERSION - com.activeviam.properties.impl.ActiveViamProperty
Property that allows DirectQuery to try to use an unsupported database version.
DIRECT_QUERY_GET_BY_KEY_BEHAVIOR - com.activeviam.properties.impl.ActiveViamProperty
Deprecated, for removal: This API element is subject to removal in a future version.
Not using ActiveViamProperty anymore but the com.activeviam.database.commons.api.settings.DirectQueryBaseSettings
DIRECT_QUERY_SUB_QUERY_LIMIT - com.activeviam.properties.impl.ActiveViamProperty
Deprecated, for removal: This API element is subject to removal in a future version.
Not using ActiveViamProperty anymore but the com.activeviam.database.commons.api.settings.DirectQueryBaseSettings
DirectBufferAllocator - Class in com.qfs.buf.impl
Allocator of direct buffers (allocated in the direct memory pool).
DirectBufferAllocator() - Constructor for class com.qfs.buf.impl.DirectBufferAllocator
 
DirectBufferChunkAllocator - Class in com.qfs.chunk.buffer.allocator.impl
Allocates chunks that store their data in buffers.
DirectBufferChunkAllocator() - Constructor for class com.qfs.chunk.buffer.allocator.impl.DirectBufferChunkAllocator
Constructor.
DirectChunkAllocator - Class in com.qfs.chunk.direct.allocator.impl
An implementation of ADirectChunkAllocator that uses Unsafe to allocate its memory.
DirectChunkAllocator() - Constructor for class com.qfs.chunk.direct.allocator.impl.DirectChunkAllocator
Default constructor.
DirectChunkBits - Class in com.qfs.chunk.direct.impl
A chunk of bit primitives.
DirectChunkBits(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkBits
Constructor.
DirectChunkBoolean - Class in com.qfs.chunk.direct.impl
A chunk of boolean primitives.
DirectChunkBoolean(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkBoolean
Constructor.
DirectChunkBytes - Class in com.qfs.chunk.direct.impl
A chunk of byte primitives.
DirectChunkBytes(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkBytes
Constructor.
DirectChunkDouble - Class in com.qfs.chunk.direct.impl
Chunk of doubles allocated in native memory.
DirectChunkDouble(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkDouble
Constructor.
DirectChunkDoubleNullable - Class in com.qfs.chunk.direct.impl
Chunk of doubles allocated in native memory, with support for null values.
DirectChunkDoubleNullable(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
Default constructor.
DirectChunkFloat - Class in com.qfs.chunk.direct.impl
Chunk of float primitive allocated in native memory.
DirectChunkFloat(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkFloat
Constructor.
DirectChunkFloatNullable - Class in com.qfs.chunk.direct.impl
Chunk of floats allocated in native memory, with support for null values.
DirectChunkFloatNullable(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
Default constructor.
DirectChunkHexa - Class in com.qfs.chunk.direct.impl
A chunk of hexadecimal primitives.
DirectChunkHexa(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkHexa
Constructor.
DirectChunkInteger - Class in com.qfs.chunk.direct.impl
Chunk of int primitive allocated in native memory.
DirectChunkInteger(int, int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkInteger
Full constructor.
DirectChunkInteger(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkInteger
Constructor.
DirectChunkIntegerNullable - Class in com.qfs.chunk.direct.impl
Chunk of ints allocated in native memory, with support for null values.
DirectChunkIntegerNullable(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
Constructor.
DirectChunkLong - Class in com.qfs.chunk.direct.impl
Chunk of longs allocated in native memory.
DirectChunkLong(int, long, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkLong
Constructor.
DirectChunkLong(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkLong
Constructor.
DirectChunkLongNullable - Class in com.qfs.chunk.direct.impl
Chunk of longs allocated in native memory, with support for null values.
DirectChunkLongNullable(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkLongNullable
Default constructor.
DirectChunkPositiveInteger - Class in com.qfs.chunk.direct.impl
Chunk of positive integers, where the internal chunks use native memory.
DirectChunkPositiveInteger() - Constructor for class com.qfs.chunk.direct.impl.DirectChunkPositiveInteger
Empty constructor for serialization.
DirectChunkPositiveInteger(int, int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkPositiveInteger
Creates a chunk initialized for boolean order.
DirectChunkPositiveInteger(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkPositiveInteger
Creates a chunk initialized for order zero.
DirectChunkQuad - Class in com.qfs.chunk.direct.impl
A chunk of 2 bits primitives.
DirectChunkQuad(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkQuad
Constructor.
DirectChunkShorts - Class in com.qfs.chunk.direct.impl
A chunk of short primitives.
DirectChunkShorts(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkShorts
Constructor.
DirectChunkTriBytes - Class in com.qfs.chunk.direct.impl
A chunk of three byte primitives.
DirectChunkTriBytes(int, INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.impl.DirectChunkTriBytes
Constructor.
DirectDoubleToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectDoubleToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
 
DirectDoubleToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectDoubleToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
 
DirectDoubleToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectDoubleToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
 
DirectDoubleToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectDoubleToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
 
DirectDoubleVectorAllocator(IAllocationSettings, INativeMemoryAllocator) - Constructor for class com.qfs.vector.direct.impl.ADirectVectorAllocator.DirectDoubleVectorAllocator
Creates a new vector pool capable of creating double vectors.
DirectDoubleVectorBlock - Class in com.qfs.vector.direct.impl
Implementation of a direct vector chunk.
DirectDoubleVectorBlock(IAllocationSettings, INativeMemoryAllocator) - Constructor for class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
Constructor.
DirectedGraph<K,​V,​E> - Class in com.qfs.graph.impl
Implementation of a IDirectedGraph.
DirectedGraph() - Constructor for class com.qfs.graph.impl.DirectedGraph
Default constructor.
DirectedGraphVisitOrganizer - Class in com.qfs.graph.impl
Responsible for letting an IDirectedGraphVisitor visit an IDirectedGraph following an order defined by the directed edges of the IDirectedGraph.
DirectedGraphVisitOrganizer() - Constructor for class com.qfs.graph.impl.DirectedGraphVisitOrganizer
 
DirectedMultiGraph<K,​V,​E> - Class in com.qfs.graph.impl
Base implementation of IDirectedMultiGraph.
DirectedMultiGraph() - Constructor for class com.qfs.graph.impl.DirectedMultiGraph
 
DirectFloatToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectFloatToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
 
DirectFloatToArrayBlockFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectFloatToArrayBlockFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
 
DirectFloatToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectFloatToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
 
DirectFloatToArrayFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectFloatToArrayFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
 
DirectFloatToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectFloatToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
 
DirectFloatToBufferFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectFloatToBufferFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
 
DirectFloatToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectFloatToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
 
DirectFloatToDirectFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectFloatToDirectFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
 
DirectFloatVectorAllocator(IAllocationSettings, INativeMemoryAllocator) - Constructor for class com.qfs.vector.direct.impl.ADirectVectorAllocator.DirectFloatVectorAllocator
Creates a new vector pool capable of creating float vectors.
DirectFloatVectorBlock - Class in com.qfs.vector.direct.impl
Implementation of a direct vector chunk.
DirectFloatVectorBlock(IAllocationSettings, INativeMemoryAllocator) - Constructor for class com.qfs.vector.direct.impl.DirectFloatVectorBlock
Constructor.
DirectIntegerToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
 
DirectIntegerToArrayBlockFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToArrayBlockFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
 
DirectIntegerToArrayBlockIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToArrayBlockIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
 
DirectIntegerToArrayBlockLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToArrayBlockLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
 
DirectIntegerToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
 
DirectIntegerToArrayFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToArrayFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
 
DirectIntegerToArrayIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToArrayIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
 
DirectIntegerToArrayLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToArrayLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
 
DirectIntegerToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
 
DirectIntegerToBufferFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToBufferFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
 
DirectIntegerToBufferIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToBufferIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
 
DirectIntegerToBufferLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToBufferLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
 
DirectIntegerToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
 
DirectIntegerToDirectFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToDirectFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
 
DirectIntegerToDirectIntegerVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToDirectIntegerVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
 
DirectIntegerToDirectLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectIntegerToDirectLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
 
DirectIntegerVectorAllocator(IAllocationSettings, INativeMemoryAllocator) - Constructor for class com.qfs.vector.direct.impl.ADirectVectorAllocator.DirectIntegerVectorAllocator
Creates a new vector pool capable of creating integer vectors.
DirectIntegerVectorBlock - Class in com.qfs.vector.direct.impl
Implementation of a direct vector chunk.
DirectIntegerVectorBlock(IAllocationSettings, INativeMemoryAllocator) - Constructor for class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
Constructor.
DIRECTION_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.NeighborValuePostProcessor
The configuration string for the behavior of the PP (next or previous).
DirectLongToArrayBlockDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectLongToArrayBlockDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
 
DirectLongToArrayBlockFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectLongToArrayBlockFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
 
DirectLongToArrayBlockLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectLongToArrayBlockLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
 
DirectLongToArrayDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectLongToArrayDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
 
DirectLongToArrayFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectLongToArrayFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
 
DirectLongToArrayLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectLongToArrayLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
 
DirectLongToBufferDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectLongToBufferDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
 
DirectLongToBufferFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectLongToBufferFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
 
DirectLongToBufferLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectLongToBufferLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
 
DirectLongToDirectDoubleVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectLongToDirectDoubleVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
 
DirectLongToDirectFloatVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectLongToDirectFloatVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
 
DirectLongToDirectLongVectorBinding - Class in com.qfs.vector.binding.impl
Specialized implementation of an AVectorBinding.
DirectLongToDirectLongVectorBinding() - Constructor for class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
 
DirectLongVectorAllocator(IAllocationSettings, INativeMemoryAllocator) - Constructor for class com.qfs.vector.direct.impl.ADirectVectorAllocator.DirectLongVectorAllocator
Creates a new vector pool capable of creating long vectors.
DirectLongVectorBlock - Class in com.qfs.vector.direct.impl
Implementation of a direct vector chunk.
DirectLongVectorBlock(IAllocationSettings, INativeMemoryAllocator) - Constructor for class com.qfs.vector.direct.impl.DirectLongVectorBlock
Constructor.
DirectMemoryTracker - Class in com.qfs.memory.impl
Utility class to track the direct memory used.
DIRECTORY_CALCULATED_MEMBERS - Static variable in class com.qfs.pivot.content.impl.ActivePivotContentService
Directory to store calculated members for a given cube.
DIRECTORY_CONFIG - Static variable in class com.qfs.pivot.content.impl.ActivePivotContentService
Directory for configuration related keys.
DIRECTORY_CONTEXT_VALUES - Static variable in class com.qfs.pivot.content.impl.ActivePivotContentService
Directory to store context values for a given role and cube.
DIRECTORY_KPIS - Static variable in class com.qfs.pivot.content.impl.ActivePivotContentService
Directory to store KPIs for a given cube.
DIRECTORY_NAME_PROPERTY - Static variable in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Directory name property key.
DIRECTORY_ROLES - Static variable in class com.qfs.pivot.content.impl.ActivePivotContentService
Directory to store entitlements for a given role and cube.
DirectoryCSVTopic - Class in com.qfs.msg.csv.filesystem.impl
Topic based on the content of a directory.
DirectoryCSVTopic(String, ICSVParserConfiguration, String, PathMatcher, int) - Constructor for class com.qfs.msg.csv.filesystem.impl.DirectoryCSVTopic
Constructor for a DirectoryCSVTopic using a polling implementation.
DirectoryCSVTopic(String, ICSVParserConfiguration, String, PathMatcher, IWatcherService) - Constructor for class com.qfs.msg.csv.filesystem.impl.DirectoryCSVTopic
Constructor for a DirectoryCSVTopic using a watcher service.
DirectoryCSVTopic(String, ICSVParserConfiguration, Path, PathMatcher, int) - Constructor for class com.qfs.msg.csv.filesystem.impl.DirectoryCSVTopic
Constructor for a DirectoryCSVTopic using a polling implementation.
DirectoryCSVTopic(String, ICSVParserConfiguration, Path, PathMatcher, IWatcherService) - Constructor for class com.qfs.msg.csv.filesystem.impl.DirectoryCSVTopic
Constructor for a DirectoryCSVTopic using a watcher service.
DIRECTQUERY_AUTO_ADAPTIVE_JIT - com.activeviam.properties.impl.ActiveViamProperty
Deprecated, for removal: This API element is subject to removal in a future version.
DIRECTQUERY_AUTOVECTORIZER_DELIMITER - com.activeviam.properties.impl.ActiveViamProperty
Deprecated, for removal: This API element is subject to removal in a future version.
Not using ActiveViamProperty anymore but the com.activeviam.database.commons.api.settings.DirectQueryEmulatedVectorSettings
DIRECTQUERY_AUTOVECTORIZER_THRESHOLD - com.activeviam.properties.impl.ActiveViamProperty
Deprecated, for removal: This API element is subject to removal in a future version.
Not using ActiveViamProperty anymore but the com.activeviam.database.commons.api.settings.DirectQueryEmulatedVectorSettings
directQueryDatabase() - Method in class com.qfs.server.cfg.impl.AActivePivotWithDirectQueryConfig
 
disable() - Method in class com.quartetfs.biz.pivot.postprocessing.streams.impl.AStoreStream
 
disable() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AStream
 
disable() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStream
 
disable() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IStream
Disable/deactivate the stream.
disable(String) - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
disable(String) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaStatistics
 
disable(String) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotStatistics
 
disable(String) - Method in class com.quartetfs.fwk.monitoring.impl.AbstractStatistics
 
disable(String) - Method in interface com.quartetfs.fwk.monitoring.IStatistics
Disable a monitor.
DISABLE_ALL_MONITORS_OPERATION - Static variable in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
DISABLE_ALL_STATISTICS_OPERATION operation.
DISABLE_ALL_RECURSIVELY_MONITORS_OPERATION - Static variable in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
DISABLE_ALL_STATISTICS_RECURSIVELY_OPERATION operation.
DISABLE_CHUNKSET_COMPRESSION_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that disables the ChunkSet compression.
DISABLE_EPOCH_DIMENSION - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
Context property configuring the use of the Epoch dimension.
DISABLE_EPOCH_DIMENSION_DEFAULT - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
Epoch dimension is enabled by default.
DISABLE_MDX_COMPILATION - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
Context property configuring the compilation of MDX measures to Java measures.
DISABLE_MDX_COMPILATION - Static variable in interface com.quartetfs.pivot.mdx.IExpressionResolver
The property to disable mdx compilation.
DISABLE_MDX_COMPILATION_DEFAULT - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
MDX compilation is enabled by default.
disableAll() - Method in class com.qfs.distribution.impl.DistributedHierarchyManagerRecorder
 
disableAll() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
disableAll() - Method in class com.quartetfs.fwk.monitoring.impl.AbstractStatistics
 
disableAll() - Method in interface com.quartetfs.fwk.monitoring.IStatistics
Reset and disable all the monitors.
disableAllStatisticsRecursively() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.DynamicContinuousQueryEngineMBean
 
disableAllStatisticsRecursively() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.ADynamicMonitoring
Disables all statistics on this monitoring, and recursively on its children.
disableAllStatisticsRecursively() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
Disable all statistics on this monitoring, and recursively on its children.
disableBitmapChecks() - Method in class com.qfs.pivot.cube.provider.partition.impl.MultiVersionPartitionedBitmapAggregateProvider
Sets the bitmap check level to NONE.
disabled() - Method in interface com.activeviam.desc.build.IAggregatesCacheDescriptionCompleteBuilder.AggregatesCacheDescriptionBuilder
Disables the aggregates caching.
disabled(int) - Method in interface com.qfs.store.selection.IAsyncCompositeSelectionListener
The composite selection on which this listener is attached disabled a given selection.
disabled(int) - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
disabled(int) - Method in class com.qfs.store.selection.impl.DelegateCompositeSelectionListener
 
disableDiscarding() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
disableExecutionPlanningPrint() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Disable logging execution plan.
disableExecutionPlanningPrint() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Disables logging execution plan.
disableExecutionPlanningPrint() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
disableExecutionPlanningPrint() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Disables logging execution plan.
disableExecutionTimingPrint() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Disable logging execution timing.
disableExecutionTimingPrint() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Disables logging execution timing.
disableExecutionTimingPrint() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
disableExecutionTimingPrint() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Disables logging execution timing.
disableLogging() - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaServletMonitor
 
disableMdxCompilation(boolean) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanDisableMdxCompilation
Enables/disables mdx compilation.
disableMdxCompilation(boolean) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
disablePrintDataLoadTiming() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.PrintDataLoadTimingEnabler
 
disableQueryPlanCycleDetection() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Disable cycle detection on the query plan.
disableQueryPlanCycleDetection() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Disables cycle detection on the query plan.
disableQueryPlanCycleDetection() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
disableQueryPlanCycleDetection() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Disables the detection of cycles for the query plan.
disableQueryPlanExport() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
disableQueryPlanExport() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Disables the query plan export.
disableQueryPlanSummary() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Disables summary mode for the query plan creation.
disableQueryPlanSummary() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Disables summary mode for the query plan creation.
disableQueryPlanSummary() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
disableQueryPlanSummary() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Disables the summary only creation mode for the query plan.
disableRewriting() - Static method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters
Disable the rewriting of MDX calculated members.
disableSelection(int) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Disable one of the selections of this composite selection.
disableSelection(int) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
disableStoreIndexRecommendation() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
Disables data collection to recommend indexes for store.
disableStoreIndexRecommendation() - Method in interface com.qfs.store.query.plan.IDatastoreQueryMonitor
Stop data collection.
disableStoreIndexRecommendation() - Method in class com.qfs.store.query.plan.impl.DatastoreQueryMonitor
 
disaggregate(int, int) - Method in class com.activeviam.agg.impl.AMultiSourceVectorAggregationBinding
Modify the destination vector in place.
disaggregate(int, int) - Method in class com.activeviam.agg.impl.ComparableMaxFunction.ArgMaxBinding
 
disaggregate(int, int) - Method in interface com.qfs.agg.IAggregationBinding
Disaggregates an element of the source from an aggregate of the destination structure.
disaggregate(int, int) - Method in class com.qfs.agg.impl.AVectorAggregationBinding
Modify the destination vector in place.
disaggregate(int, int) - Method in class com.qfs.agg.impl.CountFunction.CountBinding
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.HistoryAggregation.HistoryBinding
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingDouble
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingDoubleNullable
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingFloat
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingFloatNullable
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingLong
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SquareSumFunction.SquareSumBindingLongNullable
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingDouble
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingDoubleNullable
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingFloat
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingFloatNullable
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingInt
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingIntNullable
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingLong
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SumFunction.SumBindingLongNullable
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingDouble
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingDoubleNullable
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingFloat
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingFloatNullable
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingLong
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.SumProductFunction.SumProductBindingLongNullable
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.TimestampBinding
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.TimestampBindingLong
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.UserDefinedAggregationBinding
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.UserDefinedAggregationFeedBinding
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.UserDefinedAggregationWithRemovalFeedBinding
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.UserDefinedVectorAggregationBinding
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.UserDefinedVectorAggregationFeedBinding
 
disaggregate(int, int) - Method in class com.qfs.agg.impl.UserDefinedVectorAggregationWithRemovalFeedBinding
 
disaggregate(int, int) - Method in class com.quartetfs.biz.pivot.aggfun.impl.NoOpAggregateStoreBinding
 
disaggregate(ISentinelEvent) - Method in interface com.qfs.snl.alerts.IAlertAggregation
Disaggregates the event from the alert contributors.
disaggregate(ISentinelEvent) - Method in interface com.qfs.snl.alerts.IEventAlertAggregator
Removes an event from the elements contributing to the alert.
disaggregate(ISentinelEvent) - Method in class com.qfs.snl.alerts.impl.AEventAlertAggregator
 
disaggregate(ISentinelEvent) - Method in class com.qfs.snl.alerts.impl.DuringEventAlertAggregator
 
disaggregate(ISentinelEvent) - Method in class com.qfs.snl.alerts.impl.SingleEventAggregation
 
disassemble(Object) - Method in class com.qfs.snl.persistence.type.impl.AJsonUserType
 
discard() - Method in interface com.qfs.multiversion.IEpochManager
Cleans up resources that are only reachable by versions that do not exist anymore.
discard() - Method in class com.qfs.multiversion.impl.AEpochManager
 
discard() - Method in class com.qfs.multiversion.impl.VersionHistory
 
discard() - Method in interface com.qfs.multiversion.IVersionHistory
Cleans up resources that are only reachable by versions that do not exist anymore.
discard() - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
discard() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Empties and discards this cache.
discard() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
discard(IRangeUnion.Range) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Cleans up the resources only used by the given deallocatedVerions.
discard(IRangeUnion.Range) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
discard(IRangeUnion.Range) - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.MultiVersionDimension
 
discard(IRangeUnion.Range) - Method in interface com.quartetfs.biz.pivot.cube.dimension.IMultiVersionDimension
Clean up resources that are only reachable by the dimension versions that do not exist anymore.
discard(IRangeUnion.Range) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAnalysisHierarchy
 
discard(IRangeUnion.Range) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
discard(IRangeUnion.Range) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
discard(IRangeUnion.Range) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
discard(IRangeUnion.Range) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisHierarchy
 
discard(IRangeUnion.Range) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisMember
Clean up resources that are only reachable by versions that do not exist anymore at the given epoch.
discard(IRangeUnion.Range) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IMultiVersionHierarchy
Clean up resources that are only reachable by the hierarchy versions that do not exist anymore.
discard(IRangeUnion.Range) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
discard(IRangeUnion.Range[], IRangeUnion) - Static method in class com.qfs.util.impl.RangeUtil
Deprecated.
Removes all the ranges of the specified array that are included in removal.
discard(IRangeUnion.Range[], IRangeUnion.Range) - Static method in class com.qfs.util.impl.RangeUtil
Deprecated.
Removes all the ranges of the specified array that are included in removal.
discard(R) - Method in class com.qfs.fwk.recycling.impl.AResourcePool
Discards the given resource since it won't be used by anyone anymore.
DISCARD_EMPTY_TRANSACTION - Static variable in interface com.quartetfs.biz.pivot.definitions.IDataClusterDefinition
If set to true, the IInstanceDistributionManager ignores empty transactions i.e empty commits do not send messages to QUERY cube.
discardAsync() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Returns a completable future that discards the aggregates cache.
discardAsync() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
discardAtCommit() - Method in interface com.qfs.multiversion.IEpochManagementPolicy
Tells whether or not a discard task should be executed asynchronously after each commit.
discardAtCommit() - Method in class com.qfs.multiversion.impl.ADefaultEpochPolicy
 
discardAtCommit() - Method in class com.qfs.multiversion.impl.KeepAllEpochPolicy
 
discardChunk(int) - Method in class com.qfs.column.impl.ColumnInteger
 
discardChunk(int) - Method in class com.qfs.column.impl.ColumnLong
 
discardChunk(int) - Method in class com.qfs.index.impl.AMultiVersionSecondaryRecordIndex
 
discardChunk(int) - Method in class com.qfs.index.impl.ChunkedIntegerArray
 
discardChunk(int) - Method in class com.qfs.index.impl.ChunkedLongArray
 
discardChunk(int) - Method in class com.qfs.index.impl.MultiVersionIntegerArray
 
discardChunk(int) - Method in class com.qfs.index.impl.MultiVersionLazyDeleteLinkedIndex
 
discardChunk(int) - Method in class com.qfs.index.impl.MultiVersionLongArray
 
discardChunk(int) - Method in interface com.qfs.multiversion.IDiscardableChunkComponent
Discards the chunk of data with the given ID.
discardChunk(int) - Method in class com.qfs.store.ref.impl.AMultiVersionConcreteReference
 
DiscardedDataException - Exception in com.activeviam.memory
The exception that is thrown when trying to access data that has already been discarded.
DiscardedDataException() - Constructor for exception com.activeviam.memory.DiscardedDataException
Default constructor.
DiscardedDataException(String) - Constructor for exception com.activeviam.memory.DiscardedDataException
Constructor.
DiscardedDataException(String, Throwable) - Constructor for exception com.activeviam.memory.DiscardedDataException
Constructor.
DiscardedDataException(Throwable) - Constructor for exception com.activeviam.memory.DiscardedDataException
Constructor.
DiscardedEpochException - Exception in com.qfs.multiversion
The exception that is thrown when trying to access an epoch that has already been discarded.
DiscardedEpochException() - Constructor for exception com.qfs.multiversion.DiscardedEpochException
Default constructor.
DiscardedEpochException(IEpoch) - Constructor for exception com.qfs.multiversion.DiscardedEpochException
Constructor at a given epoch.
DiscardedEpochException(String) - Constructor for exception com.qfs.multiversion.DiscardedEpochException
Constructor without cause.
DiscardedEpochException(String, Throwable) - Constructor for exception com.qfs.multiversion.DiscardedEpochException
Full constructor.
DiscardedEpochException(Throwable) - Constructor for exception com.qfs.multiversion.DiscardedEpochException
Constructor with a default message.
discardedEvent(long) - Method in class com.qfs.snl.agent.service.impl.PublicationStatistics
Records the number of events evicted by the priority queue.
discardResult(Collection<IAggregatesRetrievalDescription>, boolean) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrieval
Performs a safe discard of the results corresponding to provided retrieval descriptions.
discardResult(Collection<IAggregatesRetrievalDescription>, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
discardResult(Collection<IAggregatesRetrievalDescription>, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AExternalDatabaseRetrieval
 
discardTriggeredByGc() - Method in interface com.qfs.multiversion.IEpochManagementPolicy
Tells whether or not the discard should be triggered by the garbage collection of the version objects.
discardTriggeredByGc() - Method in class com.qfs.multiversion.impl.ADefaultEpochPolicy
 
discardTriggeredByGc() - Method in class com.qfs.multiversion.impl.KeepAllEpochPolicy
 
disconnect(IWsSession) - Method in class com.qfs.repository.ws.impl.ParameterWsService
 
disconnect(IWsSession) - Method in interface com.qfs.repository.ws.IParameterWsService
Disconnect a web socket from the parameter service.
disconnect(IWsSession) - Method in interface com.qfs.snl.ws.IAlertWsService
Disconnects a socket from the service.
disconnect(IWsSession) - Method in interface com.qfs.snl.ws.IMessageWsService
Disconnects a socket from the service.
disconnect(IWsSession) - Method in interface com.qfs.snl.ws.IMonitorWsService
Disconnects a socket from the service.
disconnect(IWsSession) - Method in class com.qfs.snl.ws.impl.AlertWsService
 
disconnect(IWsSession) - Method in class com.qfs.snl.ws.impl.MessageWsService
 
disconnect(IWsSession) - Method in class com.qfs.snl.ws.impl.MonitorWsService
 
DISCONNECT_ACTION - Static variable in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
Action keyword for disconnection = "disconnect".
Disconnected - com.qfs.content.ws.impl.NotificationEventType
 
disconnectFromStream() - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Disconnects this holder from the underlying stream.
discover(IDiscovery, IXmlaContext) - Method in class com.quartetfs.biz.xmla.discovery.impl.APivotDiscoveryHandler
 
discover(IDiscovery, IXmlaContext) - Method in interface com.quartetfs.biz.xmla.IDiscoveryHandler
Execute a discovery request.
discover(IDiscovery, IXmlaContext) - Method in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
DISCOVER_DATA_SOURCES_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
Discover_DatasourcesDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126129.aspx.
Discover_DatasourcesDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DatasourcesDefinition
 
Discover_DataSourcesHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
Discover_DataSourcesHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DataSourcesHandler
 
DISCOVER_ENUMERATORS_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
Discover_EnumeratorsDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126315.aspx.
Discover_EnumeratorsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_EnumeratorsDefinition
 
Discover_EnumeratorsHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
Discover_EnumeratorsHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_EnumeratorsHandler
 
Discover_InstancesDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126228.aspx.
Discover_InstancesDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_InstancesDefinition
 
Discover_InstancesHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
Discover_InstancesHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_InstancesHandler
 
DISCOVER_KEYWORDS_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
Discover_KeywordsDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126063.aspx.
Discover_KeywordsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_KeywordsDefinition
 
Discover_KeywordsHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
Discover_KeywordsHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_KeywordsHandler
 
DISCOVER_LITERALS_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
Discover_LiteralsDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126236.aspx.
Discover_LiteralsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_LiteralsDefinition
 
Discover_LiteralsHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
Discover_LiteralsHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_LiteralsHandler
 
DISCOVER_PROPERTIES_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
Discover_PropertiesDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126045.aspx.
Discover_PropertiesDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_PropertiesDefinition
 
Discover_PropertiesHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
Discover_PropertiesHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_PropertiesHandler
 
DISCOVER_SCHEMA_ROWSETS_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
Discover_Schema_RowsetsDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126280.aspx.
Discover_Schema_RowsetsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_Schema_RowsetsDefinition
 
Discover_Schema_RowsetsHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
Discover_Schema_RowsetsHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_Schema_RowsetsHandler
 
DISCOVER_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
DiscoverOnly - com.quartetfs.biz.xmla.IXmlaProperty.Usage
Property is only valid in discover calls.
Discovery - Class in com.quartetfs.biz.xmla.impl
Implementation of Discovery.
Discovery(String, Map<String, List<String>>, Properties) - Constructor for class com.quartetfs.biz.xmla.impl.Discovery
Constructor.
DISCOVERY - Static variable in interface com.qfs.service.store.IDatabaseRestService
Path to the discovery endpoint.
DISCOVERY_APPROX_CARDINALITY_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that configures the behavior during an XMLA discovery when computing hierarchy cardinality and level cardinality.
DISCOVERY_FORBIDDEN_PROPERTY - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
DISCOVERY_TIMEOUT - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The name of the property that defines the time to wait (in milliseconds) for the answers of discovery message before throwing a timeout exception.
DiscoveryHandlerExtendedPlugin - Class in com.quartetfs.biz.xmla.impl
Explicit implementation of the XMLA IDiscoveryHandler extended plugin.
DiscoveryHandlerExtendedPlugin() - Constructor for class com.quartetfs.biz.xmla.impl.DiscoveryHandlerExtendedPlugin
 
DiscoveryRestServiceController - Class in com.qfs.pivot.rest.discovery.impl
The discovery rest service.
DiscoveryRestServiceController(IActivePivotManager) - Constructor for class com.qfs.pivot.rest.discovery.impl.DiscoveryRestServiceController
Constructor.
Discrete - com.quartetfs.biz.xmla.constants.Keyword
 
DiscreteRangeContextValue - Class in com.quartetfs.biz.pivot.context.impl
A context value that is represented as a discrete range on ActiveUI.
DiscreteRangeContextValue() - Constructor for class com.quartetfs.biz.pivot.context.impl.DiscreteRangeContextValue
Default constructor.
DiscreteRangeContextValue(double) - Constructor for class com.quartetfs.biz.pivot.context.impl.DiscreteRangeContextValue
Constructor.
Discretized - com.quartetfs.biz.xmla.constants.Keyword
 
discriminate(Collection<Map<String, Object>>) - Method in interface com.quartetfs.biz.pivot.ILocationDiscriminator
Produce the result of the discrimination of the discriminator internal locations against a collection of input discriminating values.
discriminate(Collection<Map<String, Object>>) - Method in class com.quartetfs.biz.pivot.impl.LocationDiscriminator
Compute the impact for a collection of entries.
discriminate(Map<String, Object>) - Method in interface com.quartetfs.biz.pivot.ILocationDiscriminator
Produce the result of the discrimination of the discriminator internal locations against some input discriminating values.
discriminate(Map<String, Object>) - Method in class com.quartetfs.biz.pivot.impl.LocationDiscriminator
 
DiscriminatorComparator(IComparator<?>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.DiscriminatorComparator
Constructor.
DisjoinedIndexLookupPlanner - Class in com.qfs.store.query.plan.condition.impl
Plans disjoined index lookups to evaluate disjunctions of conjunctions all matching finite values on the fields of the same index.
DisjoinedIndexLookupPlanner(IStoreMetadata, IStoreSearchBuilder, IDictionaryProvider) - Constructor for class com.qfs.store.query.plan.condition.impl.DisjoinedIndexLookupPlanner
 
disjointDimensionality(IHasDimensionality...) - Static method in class com.quartetfs.pivot.mdx.meta.impl.HaveDimensionality
Check disjoint dimensionality: N-elements have disjoint dimensionalities if they all are mutually disjoint.
disjointDimensionality(IHasDimensionality, IHasDimensionality) - Static method in class com.quartetfs.pivot.mdx.meta.impl.HaveDimensionality
Check disjoint dimensionality: Two elements have disjoint dimensionalities if one of them is null or they don't express common hierarchies.
dispatch(IHealthEvent) - Method in class com.activeviam.apm.health.impl.MonitoredHealthEventDispatcher
 
dispatch(IHealthEvent) - Method in interface com.activeviam.health.monitor.IHealthEventDispatcher
Forwards the given event to all the registered handlers that are interested in it.
dispatch(IHealthEvent) - Method in class com.activeviam.health.monitor.impl.HealthEventDispatcher
 
dispatchMessage(WebSocketSession, String, QueryWebSocketEndPoint.StreamIds, JsonStreamingRequest<?>) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint
Deprecated.
Dispatch message.
DISPLAY_FOLDER - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the folder in with the KPI is organized.
DISPLAY_INFO - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
DISPLAY_INFO - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
DisplayInfoProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.DisplayInfoProperty
 
disposeStream(String) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
disposeStream(String) - Method in class com.quartetfs.tech.streaming.impl.StreamingService
 
disposeStream(String) - Method in interface com.quartetfs.tech.streaming.IStreamingService
Dispose of a stream.
distanceLevenshtein(String, String) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Computes the distance between two words using the Levenshtein algorithm, which quantifies how similar these two words are.
distinct() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SetBuilder
The result will not contain duplicate tuples.
distinct(ISet, boolean) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Makes a set distinct.
DISTINCT - com.quartetfs.pivot.mdx.ExecutionFlag
 
DISTINCT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DISTINCT_COUNT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DISTINCT_COUNT_HISTORY_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
DISTINCT_COUNT_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
DistinctCountFunction - Class in com.qfs.agg.impl
Distinct count aggregation function.
DistinctCountFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
DistinctCountFunction() - Constructor for class com.qfs.agg.impl.DistinctCountFunction
Constructor.
DistinctCountFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DistinctCountFunction
 
DistinctCountFunction.History - Class in com.qfs.agg.impl
Distinct count Aggregation function history.
DistinctCountSupportingRemovalsFunction - Class in com.qfs.agg.impl
Distinct count aggregation function that supports removal.
DistinctCountSupportingRemovalsFunction() - Constructor for class com.qfs.agg.impl.DistinctCountSupportingRemovalsFunction
Constructor.
DistinctCountSupportingRemovalsFunction.History - Class in com.qfs.agg.impl
Distinct count Aggregation function history.
distinctDirectParents(ISet) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Creates a set with tuples direct parents.
DistinctFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
DistinctFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DistinctFunction
 
distinctQuery() - Method in interface com.activeviam.database.api.query.IQueryManager
Starts creating an IPreparedDistinctQuery.
distinctQuery() - Method in class com.activeviam.store.impl.QueryManagerAdapter
 
distinctQuery(DistinctQuery) - Method in interface com.activeviam.database.api.query.IQueryRunner
Returns a query runner from the distinct query definition.
distinctQuery(DistinctQuery) - Method in class com.activeviam.store.impl.DatastoreTransactionQueryRunner
 
distinctQuery(DistinctQuery) - Method in class com.activeviam.store.impl.QueryRunnerAdapter
 
distinctQuery(IPreparedDistinctQuery) - Method in interface com.activeviam.database.api.query.IQueryRunner
Returns a query runner executing the IPreparedDistinctQuery.
distinctQuery(IPreparedDistinctQuery) - Method in class com.activeviam.store.impl.DatastoreTransactionQueryRunner
 
distinctQuery(IPreparedDistinctQuery) - Method in class com.activeviam.store.impl.QueryRunnerAdapter
 
DistinctQuery - Class in com.activeviam.database.api.query
A query to retrieve a distinct projection of fields from a base table IDataTable and its linked tables.
DistinctQuery.DistinctQueryBuilder - Class in com.activeviam.database.api.query
 
DistinctValueFunction - Class in com.quartetfs.pivot.mdx.func.custom.impl
ActiveViam Function which returns a set of members with unique value based on the second argument.
DistinctValueFunction() - Constructor for class com.quartetfs.pivot.mdx.func.custom.impl.DistinctValueFunction
 
distributeComputeImpactsStatisticsOnContinuousQuery(Object, IBitmap, ContextNode.Snapshot, ContinuousQueryNodeMonitor) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Calculates the impact computation time for a continuous query.
DISTRIBUTED_CATALOG_PREFIX - Static variable in interface com.quartetfs.biz.pivot.definitions.IActivePivotManagerDescription
Default prefix for a catalog in a manager containing just one query cube .
DISTRIBUTED_PARTITIONING_MANAGER - Static variable in class com.qfs.distribution.impl.DistributedPartitioningManager
 
DISTRIBUTED_POST_PROCESSOR_PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
Plugin key for the DistributedPostProcessor.
DISTRIBUTED_PROVIDER - Static variable in class com.qfs.pivot.cube.provider.impl.DistributedAggregateProvider
Empty provider plugin key.
DISTRIBUTED_SCHEMA_PREFIX - Static variable in interface com.quartetfs.biz.pivot.definitions.IActivePivotManagerDescription
Default prefix for a schema in a manager containing just one query cube .
DistributedActivePivotAggregatesRetriever - Class in com.qfs.query.impl
An ActivePivotAggregatesRetriever on a distributed query node.
DistributedActivePivotAggregatesRetriever(String, DistributedActivePivotVersion, IContextSnapshot, IMeasuresProvider) - Constructor for class com.qfs.query.impl.DistributedActivePivotAggregatesRetriever
Constructor.
DistributedActivePivotAggregatesRetriever(String, DistributedActivePivotVersion, IContextSnapshot, IMeasuresProvider, boolean) - Constructor for class com.qfs.query.impl.DistributedActivePivotAggregatesRetriever
Constructor.
DistributedActivePivotBase - Class in com.qfs.pivot.impl
base for query node.
DistributedActivePivotBase(IDistributedActivePivotInstanceDescription, IPartitioningManager, ITimeSupplier, IDomainDictionaryProvider, QueryPlanMonitoring, AggregatesCacheStatistics, ActivePivotListenersManager) - Constructor for class com.qfs.pivot.impl.DistributedActivePivotBase
Constructor.
DistributedActivePivotBase(IDistributedActivePivotInstanceDescription, IPartitioningManager, ITimeSupplier, IAgent.State, IDomainDictionaryProvider, QueryPlanMonitoring, AggregatesCacheStatistics, ActivePivotListenersManager, IActivePivotContext, PivotMetadata) - Constructor for class com.qfs.pivot.impl.DistributedActivePivotBase
Constructor.
DistributedActivePivotContext - Class in com.qfs.distribution.impl
IActivePivotContext for QUERY cube.
DistributedActivePivotContext(MultiVersionDistributedActivePivot) - Constructor for class com.qfs.distribution.impl.DistributedActivePivotContext
Constructor.
DistributedActivePivotDescription - Class in com.quartetfs.biz.pivot.definitions.impl
DistributedActivePivotDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
DistributedActivePivotInstanceDescription - Class in com.quartetfs.biz.pivot.definitions.impl
The basic implementation of an IDistributedActivePivotInstanceDescription.
DistributedActivePivotInstanceDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotInstanceDescription
 
distributedActivePivotInstanceDescriptions() - Method in interface com.qfs.server.cfg.IDistributedActivePivotInstancesConfig
DistributedActivePivotTransaction - Class in com.qfs.pivot.impl
DistributedActivePivotTransaction(MultiVersionDistributedActivePivot) - Constructor for class com.qfs.pivot.impl.DistributedActivePivotTransaction
Constructor.
DistributedActivePivotVersion - Class in com.qfs.pivot.impl
An ActivePivotVersion specialized for distributed cubes.
DistributedActivePivotVersion(IEpoch, DistributedActivePivotBase, ActivePivotQueryManager, ContinuousQueryManager, ISquashableCubeVersion, long) - Constructor for class com.qfs.pivot.impl.DistributedActivePivotVersion
Constructor.
DistributedAgentExtendedPlugin - Class in com.qfs.messenger.impl
Explicit implementation of the IDistributedAgent extended plugin.
DistributedAgentExtendedPlugin() - Constructor for class com.qfs.messenger.impl.DistributedAgentExtendedPlugin
Constructor registering the default agent core implementations.
DistributedAggregateProvider - Class in com.qfs.pivot.cube.provider.impl
An empty aggregates provider that does not contain any data and cannot process any query.
DistributedAggregateProvider(AggregateProviderCreationParts, IEpoch, IPartitioning) - Constructor for class com.qfs.pivot.cube.provider.impl.DistributedAggregateProvider
Constructor.
DistributedAggregateRetrievalInfo - Class in com.quartetfs.biz.pivot.query.aggregates.impl
A retrieval associated with an aggregate retrieval.
DistributedAggregateRetrievalInfo(int, IAggregatesRetrieval, int, Map<IRetrievalInfo.TimingDescription, long[]>, List<String>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.DistributedAggregateRetrievalInfo
Constructor.
DistributedAggregatesRetrieval(CancellableCountedCompleter<?>, IScopeLocation, ExecutionPlan, int, IHierarchicalMapping) - Constructor for class com.qfs.query.impl.DistributedAggregatesRetrievalCreator.DistributedAggregatesRetrieval
Constructor.
DistributedAggregatesRetrievalCreator - Class in com.qfs.query.impl
DistributedAggregatesRetrievalCreator(DistributedExecutionPlan) - Constructor for class com.qfs.query.impl.DistributedAggregatesRetrievalCreator
Constructor.
DistributedAggregatesRetrievalCreator.DistributedAggregatesRetrieval - Class in com.qfs.query.impl
A distributed aggregates retrieval that will send a message to remote instances through a DistributedExecutionPlan.RetrieveAggregatesMessageAction to retrieve the requested aggregated values.
DistributedAggregatesRetrievalCreator.DistributedPostProcessedRetrieval - Class in com.qfs.query.impl
A post-processed retrieval that waits for its underlying distributed retrieval to be performed and extracts its requested aggregated values from it.
DistributedApplicationDefinition(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition.DistributedApplicationDefinition
Constructor.
DistributedApplicationDefinition(List<String>, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition.DistributedApplicationDefinition
 
DistributedAxisHierarchyBase - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
A hierarchy which hold members from different epochs and remote addresses.
DistributedAxisHierarchyBase(IHierarchyInfo, List<? extends ILevelInfo>, IWritableDictionary<Object>[]) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
Constructor.
DistributedAxisHierarchyBase.MultiVersionDistributedAxisMemberFactory - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Factory for multiversionned distributed members.
DistributedAxisHierarchyTransaction - Class in com.qfs.pivot.cube.hierarchy.impl
DistributedAxisHierarchyTransaction(IDistributedAxisHierarchyBase) - Constructor for class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
Constructor.
DistributedAxisHierarchyTransaction.AxisHierarchyMerger - Class in com.qfs.pivot.cube.hierarchy.impl
Class to use to merge multiple deltas into a single change.
DistributedAxisHierarchyTransaction.BaseTransformer - Class in com.qfs.pivot.cube.hierarchy.impl
A builder to create a new base.
DistributedAxisHierarchyTransaction.RemoteHierarchyTransactionData - Class in com.qfs.pivot.cube.hierarchy.impl
Stores the data about a transaction in a IDistributedHierarchyTransaction.
DistributedAxisHierarchyVersion - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
A AxisHierarchyVersion specialized for distributed query cube.
DistributedAxisHierarchyVersion(IDistributedAxisHierarchyBase, IEpoch) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
Constructor.
DistributedContextValueGetter - Class in com.activeviam.contextservice.distributed
Distributed context value getter.
DistributedContextValueGetter(IActivePivotManager) - Constructor for class com.activeviam.contextservice.distributed.DistributedContextValueGetter
Constructor.
DistributedContinuousQueryManager - Class in com.qfs.pivot.impl
Continuous query manager for distribution.
DistributedContinuousQueryManager(MultiVersionActivePivot, IActivePivotSchemaSelectionSession, PivotMetadata) - Constructor for class com.qfs.pivot.impl.DistributedContinuousQueryManager
Constructor.
DistributedDataContributor - Class in com.activeviam.pivot.contribution.impl
IDataContributor for the distributed cubes.
DistributedDataContributor() - Constructor for class com.activeviam.pivot.contribution.impl.DistributedDataContributor
 
DistributedDimensionsFactory - Class in com.qfs.pivot.impl
Deprecated, for removal: This API element is subject to removal in a future version.
DistributedDimensionsFactory(String, IActivePivotDescription) - Constructor for class com.qfs.pivot.impl.DistributedDimensionsFactory
Deprecated.
 
DistributedDrillthroughContinuousQueryEngine - Class in com.qfs.query.impl
The distributed drillthrough engine that listens to the pivot transactions.
DistributedDrillthroughContinuousQueryEngine(MultiVersionActivePivot) - Constructor for class com.qfs.query.impl.DistributedDrillthroughContinuousQueryEngine
Constructor.
DistributedDrillthroughExecutor - Class in com.qfs.query.impl
IDrillthroughExecutor for QUERY (distributed cube).
DistributedDrillthroughExecutor(DistributedDrillthroughSession) - Constructor for class com.qfs.query.impl.DistributedDrillthroughExecutor
Default constructor.
DistributedDrillthroughSession - Class in com.qfs.query.impl
The distributed drillthrough session.
DistributedDrillthroughSession(IDistributedActivePivotVersion) - Constructor for class com.qfs.query.impl.DistributedDrillthroughSession
Constructor.
DistributedEpochManager - Class in com.qfs.pivot.impl
Distributed implementation of IAdvancedEpochManager.
DistributedEpochManager() - Constructor for class com.qfs.pivot.impl.DistributedEpochManager
Constructor.
DistributedExecutionPlan - Class in com.qfs.query.impl
An ExecutionPlan for planning and executing distributed retrievals.
DistributedExecutionPlan(DistributedActivePivotAggregatesRetriever, IPartitioningSnapshot, String[], ICubeFilter) - Constructor for class com.qfs.query.impl.DistributedExecutionPlan
Constructor.
DistributedExecutionPlan.RetrieveAggregatesMessageAction - Class in com.qfs.query.impl
Action sending the message retrieving aggregates from an underlying data node.
DistributedExecutorService - Class in com.qfs.messenger.impl
A ForkJoinPool used for parallel and asynchronous message handling.
DistributedExecutorService() - Constructor for class com.qfs.messenger.impl.DistributedExecutorService
Constructor.
DistributedHierarchyManager - Class in com.qfs.distribution.impl
Core implementation of IDistributedHierarchyManager.
DistributedHierarchyManager(IMultiVersionDistributedActivePivot) - Constructor for class com.qfs.distribution.impl.DistributedHierarchyManager
Constructor with a removalTaskDelay equals to 60 seconds.
DistributedHierarchyManager(IMultiVersionDistributedActivePivot, IDistributedExecutorService, Properties) - Constructor for class com.qfs.distribution.impl.DistributedHierarchyManager
Constructor.
DistributedHierarchyManager(IMultiVersionDistributedActivePivot, Properties) - Constructor for class com.qfs.distribution.impl.DistributedHierarchyManager
Constructor.
DistributedHierarchyManagerRecorder - Class in com.qfs.distribution.impl
Object attached to a IDistributedHierarchyManager recording treatment informations regarding the messages received from remote instances (DATA cubes).
DistributedHierarchyManagerRecorder() - Constructor for class com.qfs.distribution.impl.DistributedHierarchyManagerRecorder
Default constructor.
DistributedHierarchyMemberMemoryQuantifier - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Implementation of a memory quantifier for ActivePivot hierarchy members.
DistributedHierarchyMemberMemoryQuantifier() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedHierarchyMemberMemoryQuantifier
 
DistributedHistoryImpact - Class in com.qfs.distribution.impl
DistributedHistoryImpact(Set<String>, Set<String>) - Constructor for class com.qfs.distribution.impl.DistributedHistoryImpact
Constructor.
DistributedMeasureHierarchy - Class in com.qfs.pivot.cube.hierarchy.measures.impl
Implementation of the measure hierarchy.
DistributedMeasureHierarchy(IHierarchyInfo, Collection<? extends IMeasureMember>) - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchy
Constructor.
DistributedMeasureHierarchyTransaction - Class in com.qfs.pivot.cube.hierarchy.impl
Base implementation of an IDistributedMeasureHierarchyTransaction for the query cubes.
DistributedMeasureHierarchyTransaction(DistributedMeasureHierarchy) - Constructor for class com.qfs.pivot.cube.hierarchy.impl.DistributedMeasureHierarchyTransaction
Constructor.
DistributedMeasureHierarchyVersion - Class in com.qfs.pivot.cube.hierarchy.measures.impl
The IMeasureHierarchyVersion for distributed query cubes.
DistributedMeasureHierarchyVersion(IEpoch, DistributedMeasureHierarchy) - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchyVersion
Constructor.
DistributedMeasuresProvider - Class in com.qfs.pivot.cube.hierarchy.measures.impl
A wrapper around another IMeasuresProvider that can handle distributed suffix when asking for a measure without it.
DistributedMeasuresProvider(String, IMeasuresProvider) - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasuresProvider
Constructor.
DistributedMeasuresUtil - Class in com.qfs.pivot.cube.hierarchy.measures.impl
Set of utility methods to manage measures in a distributed application.
DistributedMeasuresUtil() - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasuresUtil
 
DistributedMessagesDescription - Class in com.qfs.messenger.message.impl
Utility class to create descriptions of distributed cube elements.
DistributedMessagesDescription() - Constructor for class com.qfs.messenger.message.impl.DistributedMessagesDescription
 
DistributedMessagesUtil - Class in com.qfs.messenger.message.impl
Util class/method for distributed messages.
DistributedMessagesUtil() - Constructor for class com.qfs.messenger.message.impl.DistributedMessagesUtil
 
DistributedMessengerExtendedPlugin - Class in com.qfs.messenger.impl
Explicit implementation of the IDistributedMessenger plugin.
DistributedMessengerExtendedPlugin() - Constructor for class com.qfs.messenger.impl.DistributedMessengerExtendedPlugin
Constructor.
DistributedMessengerStatistics - Class in com.qfs.messenger.impl
Statistics class for the distributed messenger.
DistributedMessengerStatistics() - Constructor for class com.qfs.messenger.impl.DistributedMessengerStatistics
Constructor.
DistributedMessengerStatistics.MessageCounterStatistic - Class in com.qfs.messenger.impl
Class to tack the number of messages received by remote peer addresses and by type of messages.
DistributedMessengerStatistics.MessageCounterStatisticHolder<T> - Class in com.qfs.messenger.impl
A place holder that contains an item of type T for an entry corresponding to a remote address instance and for a message type.
DistributedMultiVersionAggregateProviderHolder - Class in com.qfs.pivot.cube.provider
An aggregate provider holder for a distributed ActivePivot.
DistributedMultiVersionAggregateProviderHolder(AggregateProviderCreationParts, IEpoch, IPartitioning) - Constructor for class com.qfs.pivot.cube.provider.DistributedMultiVersionAggregateProviderHolder
Constructor.
DistributedPartitioning - Class in com.qfs.distribution.impl
A "fake" partitioning that is only equals to itself.
DistributedPartitioning() - Constructor for class com.qfs.distribution.impl.DistributedPartitioning
 
DistributedPartitioningManager - Class in com.qfs.distribution.impl
Placeholder for distributed partitioning Manager.
DistributedPlanningGraph - Class in com.qfs.query.impl
Distributed version of PlanningGraph, taking account distribution constraints.
DistributedPlanningGraph(DistributedActivePivotAggregatesRetriever, boolean) - Constructor for class com.qfs.query.impl.DistributedPlanningGraph
Constructor.
DistributedPlanningGraphVisitor - Class in com.qfs.query.impl
Visitor that processes the distributed planning graph by removing nodes that can be delegated to the data cubes.
DistributedPlanningGraphVisitor(NewDistributedPlanningGraph) - Constructor for class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
DistributedPool - Class in com.qfs.messenger.impl
Distributed pool.
DistributedPool() - Constructor for class com.qfs.messenger.impl.DistributedPool
 
DistributedPostProcessedMeasure - Class in com.qfs.pivot.cube.hierarchy.measures.impl
A PostProcessedMeasure that comes from a remote data cube.
DistributedPostProcessedMeasure(String, String, String, String, String, boolean) - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedPostProcessedMeasure
Constructor.
DistributedPostProcessedRetrieval(CancellableCountedCompleter<?>, IScopeLocation, ExecutionPlan, int, IPostProcessedMeasure, IPostProcessor) - Constructor for class com.qfs.query.impl.DistributedAggregatesRetrievalCreator.DistributedPostProcessedRetrieval
Constructor.
DistributedPostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
Description
DistributedPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.DistributedPostProcessor
Constructor.
DistributedPostProcessorCreationContext - Class in com.qfs.pivot.cube.hierarchy.measures.impl
To be used only for DistributedPostProcessedMeasure only! This PostProcessorCreationContext returns a IMeasuresProvider that is able to handle measures with a distributed suffix.
DistributedPostProcessorCreationContext(String, IDistributedActivePivot, IMeasuresProvider) - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedPostProcessorCreationContext
Constructor.
DistributedRange(long, long) - Constructor for class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisMember.DistributedRange
Constructor.
DistributedRangeAxisHierarchy - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
A RangeAxisHierarchy specialized for distributed query cube.
DistributedRangeAxisHierarchy(IAxisHierarchyBase, long, long) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedRangeAxisHierarchy
Constructor of RangeAxisHierarchy.
DistributedSecurityManager - Class in com.qfs.distribution.security.impl
Default implementation of IDistributedSecurityManager.
DistributedSecurityManager(ISecurityFacade) - Constructor for class com.qfs.distribution.security.impl.DistributedSecurityManager
Constructor.
DistributedSecurityManagerExtendedPlugin - Class in com.qfs.distribution.security.impl
Extended plugin for IDistributedSecurityManager implementations.
DistributedSecurityManagerExtendedPlugin() - Constructor for class com.qfs.distribution.security.impl.DistributedSecurityManagerExtendedPlugin
Constructor registering the core plugin values.
DistributedVersionHistory - Class in com.qfs.pivot.impl
A dedicated instance of IVersionHistory to be used in a query cube.
DistributedVersionHistory(IVersionHistory<ActivePivotVersion>) - Constructor for class com.qfs.pivot.impl.DistributedVersionHistory
Constructor.
DistributedVirtualAxisHierarchyBase - Class in com.activeviam.biz.pivot.cube.hierarchy.axis.impl
Distributed base for virtual hierarchies.
DistributedVirtualAxisHierarchyBase(IHierarchyInfo, List<? extends ILevelInfo>, IWritableDictionary<Object>[]) - Constructor for class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.DistributedVirtualAxisHierarchyBase
Constructor.
DISTRIBUTING_FIELD_SEPARATOR - Static variable in interface com.quartetfs.biz.pivot.definitions.IQueryClusterDefinition.IDistributedApplicationDefinition
The separator of distributing fields Example year,trader,currency are the three levels on with we distribute the horizontal distribution.
DistributionStarter - Class in com.quartetfs.biz.pivot.distribution.impl
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.7. No replacement is provided as this can easily be built, with better features, by clients.
DistributionStarter() - Constructor for class com.quartetfs.biz.pivot.distribution.impl.DistributionStarter
Deprecated.
 
DistributionUtil - Class in com.qfs.distribution.impl
A set of utility methods for managing Distributed Cubes.
DistributionUtil() - Constructor for class com.qfs.distribution.impl.DistributionUtil
 
divide(int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
divide(int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
divide(int) - Method in class com.qfs.vector.impl.ABlockVector
 
divide(int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
divide(int) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
divide(int) - Method in class com.qfs.vector.impl.AVector
 
divide(int) - Method in class com.qfs.vector.impl.EmptyVector
 
divide(int) - Method in interface com.qfs.vector.IVector
Divides the vector by a factor f: divides all its components by the given factor.
divide(int, int, int) - Method in class com.qfs.vector.array.impl.AArrayVector
 
divide(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
divide(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
divide(int, int, int) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
divide(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
divide(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
divide(int, int, int) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
divide(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
divide(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
divide(int, int, int) - Method in interface com.qfs.vector.IBlock
Multiplies the components of the block by the given factor.
divide(int, int, int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
divide(int, int, long) - Method in class com.qfs.vector.array.impl.AArrayVector
 
divide(int, int, long) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
divide(int, int, long) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
divide(int, int, long) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
divide(int, int, long) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
divide(int, int, long) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
divide(int, int, long) - Method in interface com.qfs.vector.IBlock
Multiplies the components of the block by the given factor.
divide(int, int, long) - Method in class com.qfs.vector.impl.TombStoneBlock
 
divide(long) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
divide(long) - Method in class com.qfs.vector.impl.ABlockVector
 
divide(long) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
divide(long) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
divide(long) - Method in class com.qfs.vector.impl.AVector
 
divide(long) - Method in class com.qfs.vector.impl.EmptyVector
 
divide(long) - Method in interface com.qfs.vector.IVector
Divides the vector by a factor f: divides all its components by the given factor.
divide(CopperMeasure) - Method in interface com.activeviam.copper.api.CopperMeasure
Creates a Copper measure that represents the result of the division of this numeric measure by another numeric measure.
divide(CopperMeasure) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
divide(Operators.PrimitiveTypeSelector) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Selects the implementation of downscale that can produce the given outputType.
divide(Operators.PrimitiveTypeSelector) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Selects the implementation of downscale that can produce the given outputType.
divide(Operators.PrimitiveTypeSelector) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Selects the implementation of divide that produces output of the given type.
divide(ExtendedContentType) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Selects the implementation of divide matching the given output type.
DIVIDE - com.activeviam.copper.operation.operator.Operators.BinaryOperator
The divide operator.
DIVIDE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DIVIDE_OPERATOR - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
divideAsDouble(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Divides two scalars to produce a double.
divideAsDoubleVectorWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Divides two vectors coordinate by coordinate.
divideAsDoubleVectorWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Divides two vectors coordinate by coordinate.
divideAsFloat(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Divides two scalars to produce a float.
divideAsFloatVectorWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Divides two vectors coordinate by coordinate.
divideAsFloatVectorWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Divides two vectors coordinate by coordinate.
divideAsInt(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Divides two scalars to produce an integer.
divideAsIntVector(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Divides two vectors coordinate by coordinate.
divideAsLong(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Divides two scalars to produce a long.
divideAsLongVectorWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Divides two vectors coordinate by coordinate.
divideAsLongVectorWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Divides two vectors coordinate by coordinate.
DivideFunction - Class in com.quartetfs.pivot.mdx.func.impl
Function class for the Divide() mdx function.
DivideFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DivideFunction
 
DivideFunction.DivideFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
This definitions corresponds to the Divide(num, den [, alternateResult]) function of MDX.
DivideFunctionDefinition() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DivideFunction.DivideFunctionDefinition
 
DivideOperatorFunction - Class in com.quartetfs.pivot.mdx.func.impl
The mdx divide operator /.
DivideOperatorFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DivideOperatorFunction
 
DividePerDescendantCountContinuousHandler(IActivePivotVersion, IMeasuresProvider, Properties) - Constructor for class com.activeviam.copper.pivot.pp.DividePerDescendantCountPostProcessor.DividePerDescendantCountContinuousHandler
Constructor.
DividePerDescendantCountPostProcessor - Class in com.activeviam.copper.pivot.pp
A post-processor that divides, for each point location at which it is evaluated, the underlying measure by the number of descendants under the evaluation location on the selected levels.
DividePerDescendantCountPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.DividePerDescendantCountPostProcessor
Constructor.
DividePerDescendantCountPostProcessor.DividePerDescendantCountContinuousHandler - Class in com.activeviam.copper.pivot.pp
 
DLL_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
DMP - com.quartetfs.biz.xmla.XmlaConstants.ProviderType
Data mining provider.
DMSchema_Mining_ModelsDefinition - Class in com.quartetfs.biz.xmla.discovery.dmp.impl
Http://technet.microsoft.com/en-us/library/ms126080.aspx.
DMSchema_Mining_ModelsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
DMSchema_Mining_ModelsHandler - Class in com.quartetfs.biz.xmla.discovery.dmp.impl
 
DMSchema_Mining_ModelsHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsHandler
 
doAggregate(int, int) - Method in class com.qfs.agg.impl.SumVectorAggregationBinding
doConnect(IWsSession, String) - Method in class com.qfs.snl.ws.impl.AlertTopic
 
doConnect(IWsSession, String) - Method in class com.qfs.snl.ws.impl.GraphTopic
 
doConnect(IWsSession, String) - Method in class com.qfs.snl.ws.impl.MessageTopic
 
doContributeMember(Object[], long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisAxisHierarchy
Actually contributes a member into this hierarchy.
doCopy(int, int) - Method in class com.qfs.agg.impl.CopyFunction.CopyBindingVector
 
doCopy(int, int) - Method in class com.qfs.agg.impl.SumVectorAggregationBinding
 
doDatastoreAction(IOpenedTransaction, JsonDatabaseAction, ICondition) - Method in class com.qfs.store.service.impl.DatastoreService
Execute an action on the datastore.
doDisaggregate(int, int) - Method in class com.qfs.agg.impl.SumVectorAggregationBinding
Undoes the sum of two vectors, the opposite of SumVectorAggregationBinding.doAggregate(int, int).
doesCoordinateBelongToScope(Object, Object) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Checks whether the given level value (from a location) belongs to the given scope value.
doesNotContain(E) - Method in interface com.activeviam.collections.ImmutableCollection
Indicate if a given item is not contained in this collection.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.qfs.jwt.impl.JwtFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.qfs.pivot.servlet.impl.ContextValueFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.qfs.security.impl.SpringCorsFilter
 
doForEachPartition(StoreBase.IPartitionAction) - Method in class com.qfs.store.impl.StoreTransaction
Runs the given action on each one of this store's partitions.
doInit(IAgent.State, Properties) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManager
 
DomainDictionaryProvider - Class in com.activeviam.dic.provider.impl
Implementation for an IDomainDictionaryProvider which can be observed by multiple IDictionaryDomainObservers and notify them when a change occurs.
DomainDictionaryProvider(IDomainKey, BasicApplicationDictionaryProvider) - Constructor for class com.activeviam.dic.provider.impl.DomainDictionaryProvider
Constructor.
DomainEvent - Class in com.quartetfs.tech.streaming.impl
Class grouping a series of stream events to broadcast for a given domain.
DomainEvent() - Constructor for class com.quartetfs.tech.streaming.impl.DomainEvent
Default constructor.
DomainEvent(String, List<IStreamEvent>) - Constructor for class com.quartetfs.tech.streaming.impl.DomainEvent
Full constructor.
doNotAggregateAbove() - Method in interface com.activeviam.copper.api.CopperMeasureToAggregateAbove
Does not aggregate the values above any of the defined leaf levels.
doNotAggregateAbove() - Method in class com.activeviam.copper.measure.CopperMeasureToAggregateAboveBuilder
 
doNotAggregateAbove(AggregationLevels) - Method in interface com.activeviam.copper.api.CopperMeasureToAggregateAbove
Does not aggregate the values above either any or all the defined levels.
doNotAggregateAbove(AggregationLevels) - Method in class com.activeviam.copper.measure.CopperMeasureToAggregateAboveBuilder
 
dontClone() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SetBuilder
The tuples submitted to the builder will not be cloned.
dontIndexOwner() - Method in class com.qfs.desc.impl.ReferenceDescriptionBuilder
 
dontIndexOwner() - Method in interface com.qfs.desc.IReferenceDescriptionBuilder.IHasMapping
Ask the owner store not to index references fields.
doOr(BitSet, BitSet) - Static method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
Applies the OR operator on the given member with the given value.
doParse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.LocalDateParser
 
doParse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.LocalDateTimeParser
 
doParse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.LocalTimeParser
 
doParse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.ZonedDateTimeParser
 
doPerformAsync(CountedCompleter<?>, IDatastoreSchemaVersion) - Method in class com.qfs.plan.impl.operations.FlushUpdateWhereOperation
 
doPerformAsync(CountedCompleter<?>, IDatastoreSchemaVersion) - Method in class com.qfs.plan.impl.operations.IncrementalSubmitUpdateWhereTriggersOperation
 
doPerformAsync(CountedCompleter<?>, IDatastoreSchemaVersion) - Method in class com.qfs.plan.impl.operations.InitialSubmitUpdateWhereTriggersOperation
 
doPerformAsync(CountedCompleter<?>, IDatastoreSchemaVersion) - Method in class com.qfs.plan.impl.operations.UpdateIncomingReferencesOperation
 
doRegister(IMultiVersionActivePivot, IActivePivotContext, Predicate<Object>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
 
doRegister(IMdxStream) - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamNode
 
doRegister(IMdxStream) - Method in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStreamNode
 
doRemains(int, FloatBinaryOperator, float[], long, long) - Static method in class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, int[], long, long) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, long[], long, long) - Static method in class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, long, float[], long) - Static method in class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, long, float[], long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, long, float[], long) - Static method in class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, long, ArrayFloatVector, int, long) - Static method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, long, ArrayFloatVector, int, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, long, ArrayFloatVector, int, long) - Static method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, long, BufferFloatVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, long, BufferFloatVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, long, BufferFloatVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, ArrayFloatVector, int, long, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, ArrayIntegerVector, int, long, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, ArrayLongVector, int, long, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, BufferFloatVectorBlock, int, long, long) - Static method in class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, BufferIntegerVectorBlock, int, long, long) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, FloatBinaryOperator, BufferLongVectorBlock, int, long, long) - Static method in class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, double[], long, long) - Static method in class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, float[], long, long) - Static method in class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, int[], long, long) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, long[], long, long) - Static method in class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, long, double[], long) - Static method in class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, long, double[], long) - Static method in class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, long, double[], long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, long, double[], long) - Static method in class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, long, ArrayDoubleVector, int, long) - Static method in class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, long, ArrayDoubleVector, int, long) - Static method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, long, ArrayDoubleVector, int, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, long, ArrayDoubleVector, int, long) - Static method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, long, BufferDoubleVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, long, BufferDoubleVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, long, BufferDoubleVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, long, BufferDoubleVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, ArrayDoubleVector, int, long, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, ArrayFloatVector, int, long, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, ArrayIntegerVector, int, long, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, ArrayLongVector, int, long, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, BufferDoubleVectorBlock, int, long, long) - Static method in class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, BufferFloatVectorBlock, int, long, long) - Static method in class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, BufferIntegerVectorBlock, int, long, long) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, DoubleBinaryOperator, BufferLongVectorBlock, int, long, long) - Static method in class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, IntBinaryOperator, int[], long, long) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, IntBinaryOperator, long, int[], long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, IntBinaryOperator, long, ArrayIntegerVector, int, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, IntBinaryOperator, long, BufferIntegerVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, IntBinaryOperator, ArrayIntegerVector, int, long, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, IntBinaryOperator, BufferIntegerVectorBlock, int, long, long) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, LongBinaryOperator, int[], long, long) - Static method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, LongBinaryOperator, long[], long, long) - Static method in class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, LongBinaryOperator, long, long[], long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, LongBinaryOperator, long, long[], long) - Static method in class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, LongBinaryOperator, long, ArrayLongVector, int, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, LongBinaryOperator, long, ArrayLongVector, int, long) - Static method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, LongBinaryOperator, long, BufferLongVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, LongBinaryOperator, long, BufferLongVectorBlock, int, long) - Static method in class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, LongBinaryOperator, ArrayIntegerVector, int, long, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, LongBinaryOperator, ArrayLongVector, int, long, long) - Static method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, LongBinaryOperator, BufferIntegerVectorBlock, int, long, long) - Static method in class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(int, LongBinaryOperator, BufferLongVectorBlock, int, long, long) - Static method in class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(FloatBinaryOperator, long, long, long) - Static method in class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(FloatBinaryOperator, long, long, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(FloatBinaryOperator, long, long, long) - Static method in class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(DoubleBinaryOperator, long, long, long) - Static method in class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(DoubleBinaryOperator, long, long, long) - Static method in class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(DoubleBinaryOperator, long, long, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(DoubleBinaryOperator, long, long, long) - Static method in class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(IntBinaryOperator, long, long, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(LongBinaryOperator, long, long, long) - Static method in class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemains(LongBinaryOperator, long, long, long) - Static method in class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
Applies the given operator between two vectors, between srcPos and maxPos.
doRemoveObsoleteEntries() - Method in class com.qfs.content.service.audit.impl.AuditableHibernateContentService
Remove all the obsolete entries.
doResume(IAgent.State) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManager
 
doSnapshotStreams(Map<String, IStream<?>>, boolean) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Creates intermediate objects for serialization.
doStart(IAgent.State) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
 
doStop(IAgent.State) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
 
DOT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
DOT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
DOT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
doTransform(IPointLocationReader, int, IRecordReader, IWritableCell) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.ABooleanTransformationProcedure
 
doTransform(IPointLocationReader, int, IRecordReader, IWritableCell) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.ADoubleTransformationProcedure
 
doTransform(IPointLocationReader, int, IRecordReader, IWritableCell) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AFloatTransformationProcedure
 
doTransform(IPointLocationReader, int, IRecordReader, IWritableCell) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AIntegerTransformationProcedure
 
doTransform(IPointLocationReader, int, IRecordReader, IWritableCell) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.ALongTransformationProcedure
 
doTransform(IPointLocationReader, int, IRecordReader, IWritableCell) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AObjectTransformationProcedure
 
doTransform(IPointLocationReader, int, IRecordReader, IWritableCell) - Method in interface com.quartetfs.biz.pivot.cellset.ITransformProcedure
Transforms the given underlying values into a final value, and writes this value into the given cell.
doTransform(IPointLocationReader, IReadableCell, IWritableCell) - Method in interface com.quartetfs.biz.pivot.cellset.ICellTransformProcedure
 
DOUBLE - com.qfs.chunk.impl.FrequencyCompressionType
 
DOUBLE - com.qfs.store.ExtendedContentType
 
DOUBLE - com.qfs.util.ui.IBorderBuilder.Style
Style drawing two lines to render a border.
DOUBLE - com.quartetfs.pivot.mdx.statement.IStringLiteral.Quotes
"abc".
DOUBLE - Static variable in class com.activeviam.type.StandardTypes
 
DOUBLE - Static variable in interface com.qfs.literal.ILiteralType
 
DOUBLE - Static variable in interface com.quartetfs.fwk.format.IParser
Double field parser key.
DOUBLE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
DOUBLE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
DOUBLE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
DOUBLE_ARRAY - com.qfs.store.ExtendedContentType
 
DOUBLE_ARRAY - Static variable in class com.activeviam.type.StandardTypes
 
DOUBLE_ARRAY - Static variable in interface com.qfs.literal.ILiteralType
 
DOUBLE_ARRAY_BASE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The base offset for an double array.
DOUBLE_ARRAY_LEFT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
DOUBLE_ARRAY_RIGHT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
DOUBLE_ARRAY_SHIFT - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The base shift for an double array.
DOUBLE_CHUNK_CREATOR - Static variable in interface com.qfs.store.IChunkCreator
A IChunkCreator that creates non-nullable double chunks.
DOUBLE_END_BRACKET - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
DOUBLE_END_BRACKET - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
DOUBLE_END_BRACKET - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
DOUBLE_NULLABLE_CHUNK_CREATOR - Static variable in interface com.qfs.store.IChunkCreator
A IChunkCreator that creates nullable double chunks.
DOUBLE_NULLABLE_LEFT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
DOUBLE_NULLABLE_RIGHT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
DOUBLE_QUOTE - Static variable in class com.qfs.msg.csv.impl.Chars
Double-quote character.
DOUBLE_QUOTE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
DOUBLE_QUOTE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
DOUBLE_QUOTE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
DOUBLE_VALUE - Static variable in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
A value returned by IContextValueTranslator.getAvailableProperties() specifying that the acceptable values for the associated property are any doubles.
DOUBLE_VECTOR - Static variable in interface com.quartetfs.fwk.format.IParser
Double vector field parser key.
DoubleArrayArrowVectorFeeder - Class in com.activeviam.arrow.write
Wrapper for an Arrow Vector of Double arrays.
DoubleArrayArrowVectorFeeder(RootAllocator, String) - Constructor for class com.activeviam.arrow.write.DoubleArrayArrowVectorFeeder
Constructor.
DoubleArrayCursor - Class in com.activeviam.chunks.cells.impl
A cursor over a double array with specialized methods.
DoubleArrayCursor(IWritableArray) - Constructor for class com.activeviam.chunks.cells.impl.DoubleArrayCursor
Constructor.
DoubleArrayJdbcColumnCalculator - Class in com.activeviam.source.jdbc.api.calculator
Column calculator from a JDBC Array to an Atoti IVector of doubles.
DoubleArrayJdbcColumnCalculator(String) - Constructor for class com.activeviam.source.jdbc.api.calculator.DoubleArrayJdbcColumnCalculator
Constructor.
doubleArrayRead(double[], int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Reads the value stored at the given index in the array.
doubleArrayReadVolatile(double[], int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Reads the value stored at the given index in the array in a volatile fashion.
DoubleArrayStatisticAttribute - Class in com.qfs.monitoring.statistic.impl
IStatistics of type AttributeTypes.TYPE_FLOAT_ARRAY.
DoubleArrayStatisticAttribute(double[]) - Constructor for class com.qfs.monitoring.statistic.impl.DoubleArrayStatisticAttribute
Constructor.
doubleArrayWrite(double[], int, double) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Writes the given value at the given index in the array.
doubleArrayWriteVolatile(double[], int, double) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Writes the given value at the given index in the array in a volatile fashion.
DoubleArrowVectorFeeder - Class in com.activeviam.arrow.write
Wrapper for an Arrow Vector of Double.
DoubleArrowVectorFeeder(RootAllocator, String) - Constructor for class com.activeviam.arrow.write.DoubleArrowVectorFeeder
Constructor.
DoubleBlockVector<B extends IBlock> - Class in com.qfs.vector.impl
Basic implementation for a double blocked vector.
DoubleBlockVector(B, int, int) - Constructor for class com.qfs.vector.impl.DoubleBlockVector
Constructor.
DoubleCell - Class in com.activeviam.util.cells.impl
Implementation of a read-write cell supporting data of type double.
DoubleCheckedLockingLazyInitializer<T> - Class in com.activeviam.concurrent.util.impl
Lazy thread-safe initialization wrapper.
DoubleCheckedLockingLazyInitializer(DoubleCheckedLockingLazyInitializer.ThrowingSupplier<T>) - Constructor for class com.activeviam.concurrent.util.impl.DoubleCheckedLockingLazyInitializer
Constructs a new lazy initializer.
DoubleCheckedLockingLazyInitializer.ThrowingSupplier<T> - Interface in com.activeviam.concurrent.util.impl
 
doubleChunkFactory(boolean, IAllocationSettings, boolean) - Static method in class com.qfs.store.ChunkFactories
Creates a factory that can create double chunks.
DoubleComparator - Class in com.quartetfs.fwk.ordering.impl
Compares two Double objects.
DoubleComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.DoubleComparator
 
DoubleContextValueTranslator<C extends IContextValue> - Class in com.quartetfs.biz.pivot.context.impl
Base class for translators of double context values.
DoubleContextValueTranslator() - Constructor for class com.quartetfs.biz.pivot.context.impl.DoubleContextValueTranslator
 
DoubleFixedBlockVector<B extends IBlock> - Class in com.qfs.vector.impl
Basic implementation for a double fixed block vector.
DoubleFixedBlockVector(B, int, int) - Constructor for class com.qfs.vector.impl.DoubleFixedBlockVector
Constructor.
DoubleFormatter - Class in com.quartetfs.fwk.format.impl
DoubleFormatter use method format(Object) to format double object to the value which you want.
DoubleFormatter(Locale) - Constructor for class com.quartetfs.fwk.format.impl.DoubleFormatter
Constructor.
DoubleFormatter(Locale, String) - Constructor for class com.quartetfs.fwk.format.impl.DoubleFormatter
Fully-qualified constructor.
DoubleKey - com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil.SerializationKey
Key for a double value.
DoubleParser - Class in com.quartetfs.fwk.format.impl
Parser for double fields.
DoubleParser() - Constructor for class com.quartetfs.fwk.format.impl.DoubleParser
 
DoubleStatisticAttribute - Class in com.qfs.monitoring.statistic.impl
IStatistics of type AttributeTypes.TYPE_DOUBLE.
DoubleStatisticAttribute(double) - Constructor for class com.qfs.monitoring.statistic.impl.DoubleStatisticAttribute
Constructor.
doubleVector(int) - Static method in class com.qfs.vector.impl.ZeroVector
Creates a vector whose values are all 0D.
DoubleVectorHistory() - Constructor for class com.qfs.agg.impl.AvgFunction.DoubleVectorHistory
Constructor.
DoubleVectorHistory(int, IVector) - Constructor for class com.qfs.agg.impl.AvgFunction.DoubleVectorHistory
Constructor.
DoubleVectorParser - Class in com.quartetfs.fwk.format.impl
Special parser for vectors of doubles.
DoubleVectorParser() - Constructor for class com.quartetfs.fwk.format.impl.DoubleVectorParser
Constructor.
DoubleVectorParser(Integer, char) - Constructor for class com.quartetfs.fwk.format.impl.DoubleVectorParser
Constructor.
doVisit(IExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.AAdvancedMatcher
 
doVisit(IExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ACompilationVisitor
The default visit method.
doVisit(IExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.AnyExpression
 
doVisit(IExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ExpressionSelector
 
doVisit(IExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.FunctionMatcher
 
doVisit(IExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.RecursiveRewriter
 
doWhile(ICompleterChain.ICompleterWhileLoop) - Method in class com.qfs.concurrent.impl.CompleterChain
 
doWhile(ICompleterChain.ICompleterWhileLoop) - Method in interface com.qfs.concurrent.impl.ICompleterChain.Action
Adds a loop operation to the chain to be run as long as it returns true.
down(Event) - Method in class com.qfs.messenger.impl.FULL_DELAY
 
download() - Method in interface com.activeviam.cloud.entity.ICloudEntity
Returns the content of the entity as a byte array.
DOWNLOAD - Static variable in interface com.activeviam.pivot.rest.dataexport.IDataExportRestService
The path to add to download a MDX query.
downloadText(String) - Method in interface com.activeviam.cloud.entity.ICloudEntity
Downloads the content of the entity as a string of the given charset.
downscaleByDoubleWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Downscales a vector by a given scalar.
downscaleByDoubleWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Downscales a vector by a given scalar.
downscaleByDoubleWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Downscales a vector by a given scalar.
downscaleByDoubleWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Downscales a vector by a given scalar.
downscaleByFloatWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Downscales a vector by a given scalar.
downscaleByFloatWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Downscales a vector by a given scalar.
downscaleByFloatWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Downscales a vector by a given scalar.
downscaleByFloatWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Downscales a vector by a given scalar.
downscaleByInt(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Downscales a vector by a given scalar.
downscaleByInt(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Downscales a vector by a given scalar.
downscaleByLongWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Downscales a vector by a given scalar.
downscaleByLongWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Downscales a vector by a given scalar.
downscaleByLongWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Downscales a vector by a given scalar.
downscaleByLongWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Downscales a vector by a given scalar.
drainTo(Collection<E>) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventsQueue
Drain all the elements of the queue and transfer them into the target collection.
drilldown(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Produces the drilldown of a member.
DRILLDOWN_LEVEL - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DRILLDOWN_LEVEL_BOTTOM - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DRILLDOWN_LEVEL_TOP - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DRILLDOWN_MEMBER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DRILLDOWN_MEMBER_BOTTOM - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DRILLDOWN_MEMBER_TOP - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DrillDownLevel - com.quartetfs.biz.xmla.constants.Keyword
 
DrillDownLevelBottom - com.quartetfs.biz.xmla.constants.Keyword
 
DrilldownLevelBottomFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
DrilldownLevelBottomFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DrilldownLevelBottomFunction
 
DrilldownLevelFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
DrilldownLevelFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DrilldownLevelFunction
 
DrillDownLevelTop - com.quartetfs.biz.xmla.constants.Keyword
 
DrilldownLevelTopFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
DrilldownLevelTopFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DrilldownLevelTopFunction
 
DrillDownMember - com.quartetfs.biz.xmla.constants.Keyword
 
DrillDownMemberBottom - com.quartetfs.biz.xmla.constants.Keyword
 
DrilldownMemberBottomFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
DrilldownMemberBottomFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DrilldownMemberBottomFunction
 
DrilldownMemberFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
DrilldownMemberFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DrilldownMemberFunction
Constructor of DrilldownMemberFunction.
DrillDownMemberTop - com.quartetfs.biz.xmla.constants.Keyword
 
DrilldownMemberTopFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
DrilldownMemberTopFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DrilldownMemberTopFunction
 
DRILLTHOUGH - com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
 
DRILLTHROUGH - com.quartetfs.pivot.mdx.statement.IStatement.StatementType
 
DRILLTHROUGH - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
DRILLTHROUGH - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
DRILLTHROUGH - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
drillthrough_compound_id() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
drillthrough_compound_id() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
drillthrough_compound_id_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.drillthrough_compound_id_return
 
DRILLTHROUGH_EXECUTOR_PLUGIN_KEY - Static variable in interface com.activeviam.builders.distributed.Constants
The plugin key of the default distributed drillthrough executor.
drillthrough_function() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
drillthrough_function() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
drillthrough_function_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.drillthrough_function_return
 
DRILLTHROUGH_HEADER - com.qfs.messenger.netty.streaming.impl.NettyStreamUtils.MessageType
Key for setting the max size of answers.
DRILLTHROUGH_MAX_ROWS_FOR_UPDATES - Static variable in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
If this property is set to true, then the updated and removed rows will not be sent if their number exceed the maximum number of allowed rows.
DRILLTHROUGH_MESSAGE_WITH_HEADERS_ANSWER - com.qfs.messenger.netty.streaming.impl.NettyStreamUtils.MessageType
Key for setting the max size of answers.
drillthrough_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
drillthrough_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
drillthrough_statement_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.drillthrough_statement_return
 
DrillthroughAnswerMerger() - Constructor for class com.qfs.query.impl.DrillthroughMessageWithHeadersAction.DrillthroughAnswerMerger
 
DrillthroughAttachedQuery - Class in com.quartetfs.biz.pivot.query.impl
Attached query implementation of the IDrillthroughQuery.
DrillthroughAttachedQuery(IDrillthroughQuery, IActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughAttachedQuery
Constructor.
DrillthroughColumn - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
Basic class for native a.k.a simple field from the database.
DrillthroughColumn(String, int) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughColumn
 
DrillthroughColumnDiscovery - Class in com.qfs.pivot.json.discovery
The drillthrough columns discovery.
DrillthroughColumnDiscovery() - Constructor for class com.qfs.pivot.json.discovery.DrillthroughColumnDiscovery
 
DrillthroughColumnDiscovery(String, String, boolean, String, String) - Constructor for class com.qfs.pivot.json.discovery.DrillthroughColumnDiscovery
Constructor.
DrillthroughColumnsDiscoveryBuilder - Class in com.qfs.pivot.builder.discovery.impl
The drillthrough columns discovery.
DrillthroughColumnsDiscoveryBuilder() - Constructor for class com.qfs.pivot.builder.discovery.impl.DrillthroughColumnsDiscoveryBuilder
 
DrillthroughContinuousQuery - Class in com.quartetfs.biz.pivot.query.impl
Continuous query implementation of the IDrillthroughQuery.
DrillthroughContinuousQuery(String, IQuery<List<IDrillthroughRow>>, IMultiVersionActivePivot, IActivePivotSchemaSelectionSession) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
Constructor.
DrillthroughContinuousQueryEngine - Class in com.quartetfs.biz.pivot.query.aggregates.impl
The drillthrough engine that registers to the continuous selection.
DrillthroughContinuousQueryEngine(IActivePivotSchemaSelectionSession) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughContinuousQueryEngine
Constructor.
DrillthroughConverterExtendedPlugin - Class in com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl
Extended plugin for IDrillthroughConverter.
DrillthroughConverterExtendedPlugin() - Constructor for class com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl.DrillthroughConverterExtendedPlugin
Default constructor registering the default plugin values.
DrillthroughEvent - Class in com.quartetfs.biz.pivot.streaming.impl
Implementation of IDrillthroughEvent.
DrillthroughEvent() - Constructor for class com.quartetfs.biz.pivot.streaming.impl.DrillthroughEvent
Constructor.
DrillthroughEvent(String, long, long, String, DrillthroughResultDTO) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.DrillthroughEvent
Constructor.
DrillthroughExecutor - Class in com.quartetfs.biz.pivot.query.aggregates.impl
The drillthrough executor implementation IDrillthroughExecutor.
DrillthroughExecutor(DrillthroughSession, Properties) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughExecutor
Constructor.
DrillthroughExecutor.NameSuffixer - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Class recording every name used, generating a suffixed label when the same value is provided.
DrillthroughExecutorExtendedPlugin - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Extended plugin for IDrillthroughExecutor.
DrillthroughExecutorExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughExecutorExtendedPlugin
Constructor registering default plugin values.
DrillthroughFormulaLocationExtractor() - Constructor for class com.quartetfs.pivot.mdx.func.custom.impl.CurrentLocationFunction.DrillthroughFormulaLocationExtractor
 
DrillthroughHeader - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
Basic implementation of IDrillthroughHeader.
DrillthroughHeader(String) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughHeader
Constructor.
DrillthroughHeader(String, String, boolean, String) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughHeader
Constructor.
DrillthroughHeader(String, String, boolean, String, IDrillthroughColumn) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughHeader
Constructor.
DrillthroughHeaderAdapter - Class in com.quartetfs.biz.pivot.impl
Serialization adapter for the drill through header interface.
DrillthroughHeaderAdapter() - Constructor for class com.quartetfs.biz.pivot.impl.DrillthroughHeaderAdapter
 
DrillthroughHeaderAnswerMerger(IActivePivotContext) - Constructor for class com.qfs.query.impl.DrillthroughHeadersMessageAction.DrillthroughHeaderAnswerMerger
Constructor.
DrillthroughHeaderDTO - Class in com.quartetfs.biz.pivot.dto
DTO for the drillthrough headers.
DrillthroughHeaderDTO() - Constructor for class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
Constructor.
DrillthroughHeaderDTO(String) - Constructor for class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
Constructor.
DrillthroughHeaderDTO(String, String, boolean, String) - Constructor for class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
Constructor.
DrillthroughHeadersAttachedQuery - Class in com.quartetfs.biz.pivot.query.impl
Attached query implementation of the IDrillthroughHeadersQuery.
DrillthroughHeadersAttachedQuery(IDrillthroughHeadersQuery, IActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersAttachedQuery
Constructor.
DrillthroughHeadersMessage - Class in com.qfs.query.impl
The message for retrieving headers.
DrillthroughHeadersMessage() - Constructor for class com.qfs.query.impl.DrillthroughHeadersMessage
Empty constructor.
DrillthroughHeadersMessage(IDistributedActivePivotContext, String, Collection<ILocation>, Collection<String>) - Constructor for class com.qfs.query.impl.DrillthroughHeadersMessage
Constructor.
DrillthroughHeadersMessageAction - Class in com.qfs.query.impl
Action computing the headers of a Drillthrough query.
DrillthroughHeadersMessageAction(CancellableCountedCompleter<?>, IDistributedActivePivotVersion, Collection<ILocation>, Collection<String>, Collection<String>, long) - Constructor for class com.qfs.query.impl.DrillthroughHeadersMessageAction
Constructor.
DrillthroughHeadersMessageAction.DrillthroughHeaderAnswerMerger - Class in com.qfs.query.impl
Internal class to merge the results of a drillthrough query performed on several remote instances.
DrillthroughHeadersQuery - Class in com.quartetfs.biz.pivot.query.impl
Implementation of the IDrillthroughHeadersQuery interface.
DrillthroughHeadersQuery() - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersQuery
Empty constructor foe serialisation.
DrillthroughHeadersQuery(String) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersQuery
 
DrillthroughHeadersQuery(Collection<String>) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersQuery
 
DrillthroughHeadersQuery(Collection<String>, Collection<ILocation>) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersQuery
 
DrillthroughHeadersQueryMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for location-based drill-through header query action.
DrillthroughHeadersQueryMonitor(String, IDrillthroughHeadersQuery, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.DrillthroughHeadersQueryMonitor
Constructor.
DrillthroughHeadersQueryStreamingMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for streaming of location-based drill-through headers query action.
DrillthroughHeadersQueryStreamingMonitor(IDrillthroughHeadersQuery, String, String, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.DrillthroughHeadersQueryStreamingMonitor
Constructor.
DrillthroughMaxRowsException - Exception in com.quartetfs.biz.pivot.query
Custom exception raised when too many rows are returned by a Drillthrough query.
DrillthroughMaxRowsException(IDrillthroughQuery) - Constructor for exception com.quartetfs.biz.pivot.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, boolean, String) - Constructor for exception com.quartetfs.biz.pivot.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, boolean, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, boolean, String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, boolean, Throwable) - Constructor for exception com.quartetfs.biz.pivot.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, boolean, Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, String) - Constructor for exception com.quartetfs.biz.pivot.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.query.DrillthroughMaxRowsException
 
DrillthroughMessageWithHeaders - Class in com.qfs.query.impl
Message exchanged during a Drillthrough query to retrieved headers.
DrillthroughMessageWithHeaders() - Constructor for class com.qfs.query.impl.DrillthroughMessageWithHeaders
Empty constructor.
DrillthroughMessageWithHeaders(List<String>, IDrillthroughQuery, IDistributedActivePivotContext, String) - Constructor for class com.qfs.query.impl.DrillthroughMessageWithHeaders
Constructor.
DrillthroughMessageWithHeaders.DrillthroughMessageWithHeadersAnswer - Class in com.qfs.query.impl
DrillthroughMessageWithHeadersAction - Class in com.qfs.query.impl
Action performing a Drillthrough query retrieving headers and values.
DrillthroughMessageWithHeadersAction(CancellableCountedCompleter<?>, IDistributedActivePivotVersion, Collection<String>, long, IDrillthroughQuery, List<String>) - Constructor for class com.qfs.query.impl.DrillthroughMessageWithHeadersAction
Constructor.
DrillthroughMessageWithHeadersAction.DrillthroughAnswerMerger - Class in com.qfs.query.impl
Internal class to merge the results of a drillthrough query performed on several remote instances.
DrillthroughMessageWithHeadersAnswer() - Constructor for class com.qfs.query.impl.DrillthroughMessageWithHeaders.DrillthroughMessageWithHeadersAnswer
Empty constructor.
DrillthroughMessageWithHeadersAnswer(String, List<Object[]>) - Constructor for class com.qfs.query.impl.DrillthroughMessageWithHeaders.DrillthroughMessageWithHeadersAnswer
Constructor.
DrillthroughPartitionAcceptor - Class in com.quartetfs.biz.pivot.query.impl
When receiving the records, the acceptor - computes the post processed columns - converts into object all the dictionarized fields.
DrillthroughPartitionAcceptor(Collection<IDrillthroughHeader>, IFormatter[], int, int, boolean, IDrillthroughProperties.DrillthroughBehavior) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughPartitionAcceptor
Main constructor.
drillthroughProperties() - Static method in class com.activeviam.builders.StartBuilding
Starts defining a IDrillthroughProperties.
DrillthroughProperties - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
This class implements the IDrillthroughProperties interface.
DrillthroughProperties() - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Empty constructor for serialization.
DrillthroughProperties(boolean) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Constructor.
DrillthroughProperties(int) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Constructor.
DrillthroughProperties(IDrillthroughProperties.DrillthroughBehavior) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Constructor.
DrillthroughProperties(IComparator<String>, List<String>, List<ICalculatedDrillthroughColumnDescription>, List<ICalculatedDrillthroughColumnSetDescription>) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Constructor.
DrillthroughPropertiesTranslator - Class in com.quartetfs.biz.pivot.context.impl
The context value translator associated with the IDrillthroughProperties context value.
DrillthroughPropertiesTranslator() - Constructor for class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
DrillthroughPropertiesTranslator.CalculatedColumnDto - Class in com.quartetfs.biz.pivot.context.impl
A DTO for a calculated column description.
DrillthroughPropertiesTranslator.CalculatedColumnDto.CalculatedColumnDtoDeserializer - Class in com.quartetfs.biz.pivot.context.impl
 
DrillthroughPropertiesTranslator.CalculatedColumnSetDto - Class in com.quartetfs.biz.pivot.context.impl
A DTO for a calculated column set description.
DrillthroughPropertiesTranslator.CalculatedColumnSetDto.CalculatedColumnSetDtoDeserializer - Class in com.quartetfs.biz.pivot.context.impl
 
DrillthroughQuery - Class in com.quartetfs.biz.pivot.query.impl
Implementation of the IDrillthroughQuery interface.
DrillthroughQuery() - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Constructor.
DrillthroughQuery(String, String, Collection<ILocation>, Collection<String>, List<? extends IContextValue>, boolean, int, int) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Constructor.
DrillthroughQuery(String, Collection<ILocation>, String, List<? extends IContextValue>, boolean, int, int) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Constructor.
DrillthroughQuery(String, Collection<ILocation>, Collection<String>, List<? extends IContextValue>, boolean, int, int) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Constructor.
DrillthroughQuery(String, Collection<ILocation>, List<? extends IContextValue>, Collection<String>, String, boolean) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
 
DrillthroughQuery(Collection<ILocation>) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Constructor.
DrillthroughQuery(Collection<ILocation>, int, int, String, boolean) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Constructor.
DrillthroughQuery(Collection<ILocation>, int, int, Collection<String>, boolean) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Constructor.
DrillthroughQuery(Collection<ILocation>, String) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Constructor.
DrillthroughQuery(Collection<ILocation>, Collection<String>) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Constructor.
DrillthroughQuery(Collection<ILocation>, List<? extends IContextValue>, String) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Constructor.
DrillthroughQuery(Collection<ILocation>, List<? extends IContextValue>, Collection<String>) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Constructor.
DrillthroughQueryContext - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
Base implementation of IDrillthroughQueryContext that simply contains relevant objects that can be used by ICalculatedDrillthroughColumnSet to generate ICalculatedDrillthroughColumn.
DrillthroughQueryContext(String, Map<String, Map<String, List<ILevelInfo>>>, Collection<ILocation>, IActivePivotContext, Collection<String>) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughQueryContext
 
DrillthroughQueryMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for location-based drill-through query action.
DrillthroughQueryMonitor(String, IDrillthroughQuery, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.DrillthroughQueryMonitor
Constructor.
DrillthroughQueryStreamingMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for streaming of location-based drill-through query action.
DrillthroughQueryStreamingMonitor(IDrillthroughQuery, String, String, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.DrillthroughQueryStreamingMonitor
Constructor.
DrillthroughResultDTO - Class in com.quartetfs.biz.pivot.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.quartetfs.biz.pivot.dto.DrillthroughResultDTO
Default constructor.
DrillthroughResultDTO(List<DrillthroughHeaderDTO>, List<DrillthroughRowDTO>) - Constructor for class com.quartetfs.biz.pivot.dto.DrillthroughResultDTO
Constructor.
DrillthroughRow - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
This class implements the IDrillthroughRow interface.
DrillthroughRow() - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughRow
Default constructor.
DrillthroughRow(Object[]) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughRow
Constructor.
DrillthroughRow(Object[], int) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughRow
Constructor.
DrillthroughRowDTO - Class in com.quartetfs.biz.pivot.dto
DTO for a drillthrough row.
DrillthroughRowDTO() - Constructor for class com.quartetfs.biz.pivot.dto.DrillthroughRowDTO
Constructor.
DrillthroughRowDTO(int, Object[]) - Constructor for class com.quartetfs.biz.pivot.dto.DrillthroughRowDTO
Constructor.
DrillthroughRowsState - Class in com.quartetfs.biz.pivot.streaming.impl
Default implementation for IDrillthroughResultDTOState.
DrillthroughRowsState() - Constructor for class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
 
DrillthroughSession - Class in com.quartetfs.biz.pivot.query.aggregates.impl
The default drillthrough session when an underlying database is available.
DrillthroughSession(IActivePivotVersion, IActivePivotSchemaSelectionSession) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughSession
Constructor.
DrillthroughStatement - Class in com.quartetfs.pivot.mdx.statement.impl
Drillthrough.
DrillthroughStatement(Integer, Integer, ISelectStatement, List<IReturnColumn>) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.DrillthroughStatement
 
DrillthroughStream - Class in com.quartetfs.biz.pivot.streaming.impl
Stream to handle drillthrough continuous queries.
DrillthroughStream(IDrillthroughQuery, IStreamProperties, IStreamPublisher) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStream
Constructor.
DrillthroughStream(IDrillthroughQuery, IStreamProperties, IStreamPublisher, AtomicLong) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStream
Constructor.
DrillthroughStreamNode - Class in com.quartetfs.biz.pivot.streaming.impl
Default implementation of IDrillthroughStreamNode.
DrillthroughStreamNode(DrillthroughStreamRegister, IActivePivotStreamIdentifier, IDrillthroughStream) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamNode
Constructor.
drillthroughStreamRegister() - Method in interface com.qfs.server.cfg.IActivePivotServicesConfig
 
drillthroughStreamRegister() - Method in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
 
DrillthroughStreamRegister - Class in com.quartetfs.biz.pivot.streaming.impl
Specialization of AStreamRegister for IDrillthroughStream.
DrillthroughStreamRegister() - Constructor for class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamRegister
 
DrillthroughStreamTranslator - Class in com.quartetfs.biz.pivot.monitoring.impl
A translator for drillthrough stream.
DrillthroughStreamTranslator() - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.DrillthroughStreamTranslator
 
DrillthroughUpdate - Class in com.quartetfs.biz.pivot.query.impl
Drillthrough continuous query update.
DrillthroughUpdate(long, IContinuousQuery<List<IDrillthroughRow>, ?>, Object, List<IDrillthroughRow>, List<IDrillthroughRow>, IPair<List<IDrillthroughRow>, List<IDrillthroughRow>>, boolean) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughUpdate
Constructor.
DrillthroughUpdateEvent - Class in com.quartetfs.biz.pivot.streaming.impl
Implementation of the drillthrough update event.
DrillthroughUpdateEvent() - Constructor for class com.quartetfs.biz.pivot.streaming.impl.DrillthroughUpdateEvent
Default constructor.
DrillthroughUpdateEvent(String, long, long, String, List<DrillthroughRowDTO>, List<DrillthroughRowDTO>) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.DrillthroughUpdateEvent
Full constructor.
DrillthroughUtils - Class in com.quartetfs.biz.pivot.query.impl
 
DrillthroughUtils.MaxRowsRecord - Class in com.quartetfs.biz.pivot.query.impl
Max rows calculation result encapsulation.
DrillTrough - com.quartetfs.biz.xmla.constants.Keyword
 
DRILLUP_LEVEL - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DRILLUP_MEMBER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
DrillUpLevel - com.quartetfs.biz.xmla.constants.Keyword
 
DrillupLevelFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
DrillupLevelFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DrillupLevelFunction
 
drillupLocation(ILocation, int[][], boolean) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Cleans the given location by replacing the member paths for the selected hierarchies with only their first coordinate.
DrillupMeasure - Class in com.activeviam.copper.measure
Copper measure which uses the value of its underlying measure at the parent or top-level member for the specified hierarchies.
DrillupMeasure(IInternalCopperMeasure, MeasureMetadata, IInternalCopperHierarchy, int, boolean) - Constructor for class com.activeviam.copper.measure.DrillupMeasure
Default constructor.
DrillupMeasure(IInternalCopperMeasure, MeasureMetadata, List<IPair<IInternalCopperHierarchy, Integer>>, boolean) - Constructor for class com.activeviam.copper.measure.DrillupMeasure
Default constructor.
DrillupMeasure.Factory - Class in com.activeviam.copper.measure
Factory for the DrillupMeasure.
DrillUpMember - com.quartetfs.biz.xmla.constants.Keyword
 
DrillupMemberFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
DrillupMemberFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.DrillupMemberFunction
 
DrillupPostProcessor - Class in com.activeviam.copper.pivot.pp
A post-processor that goes "up" along one or several hierarchies to fetch the value of its underlying measure for parent (or higher level) members.
DrillupPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.DrillupPostProcessor
Constructor.
DriverCleaner() - Constructor for class com.qfs.servlet.impl.SqlDriverCleaner.DriverCleaner
 
drop() - Method in interface com.qfs.index.IIndexTransaction
Indicates that this index has been dropped.
drop() - Method in class com.qfs.index.impl.AMultiVersionSecondaryRecordIndex
 
drop() - Method in class com.qfs.index.impl.AMultiVersionUniqueRecordIndex
 
drop() - Method in class com.qfs.index.impl.ASecondaryRecordIndexBase
Drops this base.
drop() - Method in class com.qfs.index.impl.AUniqueRecordIndexBase
Drops the base.
drop() - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexBase
 
drop() - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexTransaction
 
drop() - Method in class com.qfs.index.impl.MultiVersionIntegerArray
 
drop() - Method in class com.qfs.index.impl.MultiVersionLazyDeleteLinkedIndex
Notifies the component that it has been definitively dropped.
drop() - Method in class com.qfs.index.impl.MultiVersionLongArray
 
drop() - Method in interface com.qfs.index.IMultiVersionIntegerArray
Notifies the component that it has been definitively dropped.
drop() - Method in interface com.qfs.index.IMultiVersionLongArray
Notifies the component that it has been definitively dropped.
drop() - Method in interface com.qfs.index.IMultiVersionRecordIndex
Notifies the component that it has been definitively dropped.
drop() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
Notifies the component that it has been definitively dropped.
drop() - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition
Notifies the component that it has been definitively dropped.
drop() - Method in class com.qfs.store.impl.ColumnarRecordSetTransaction
 
drop() - Method in class com.qfs.store.impl.MultiVersionColumnarRecordSet
 
drop() - Method in class com.qfs.store.impl.MultiVersionStorePartition
 
drop() - Method in class com.qfs.store.impl.StorePartitionBase
Notifies the component that it has been definitively dropped.
drop() - Method in class com.qfs.store.impl.StorePartitionContent
Notifies the component that it has been definitively dropped.
drop() - Method in interface com.qfs.store.IMultiVersionRecordSet
Notifies the component that it has been definitively dropped.
drop() - Method in interface com.qfs.store.IMultiVersionStorePartition
Notifies the component that it has been definitively dropped.
drop() - Method in interface com.qfs.store.IRecordSetTransaction
Drops the content in the transaction.
drop() - Method in class com.qfs.store.ref.impl.AMultiVersionConcreteReference
 
drop() - Method in interface com.qfs.store.ref.IMultiVersionConcreteReference
Notifies the component that it has been definitively dropped.
Drop - com.quartetfs.biz.xmla.constants.Keyword
 
Drop - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
DROP - com.quartetfs.pivot.mdx.statement.IStatement.StatementType
 
DROP - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
DROP - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
DROP - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
drop_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
drop_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
drop_statement_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.drop_statement_return
 
dropCollector(IAggregateCollector, int) - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector
Drops the partition's collector of the given partitionId.
dropElement(String, String, String) - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Drop the element from every session.
dropElement(String, String, String) - Method in class com.quartetfs.biz.pivot.security.impl.AContextValueManager
 
dropElement(String, String, String, String) - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Drop the element from the session.
dropElement(String, String, String, String) - Method in class com.quartetfs.biz.pivot.security.impl.AContextValueManager
 
DropEmptyPartitionsOperation - Class in com.qfs.plan.impl.operations
Responsible for dropping the partitions that:
DropEmptyPartitionsOperation(IMultiVersionStore) - Constructor for class com.qfs.plan.impl.operations.DropEmptyPartitionsOperation
Constructor.
dropPartition(int) - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase
Drops the partition of the given targetPartitionId if existed.
dropPartition(IMultiVersionStorePartition) - Method in class com.qfs.store.impl.StoreTransaction
 
dropPartition(IMultiVersionStorePartition) - Method in interface com.qfs.store.IStoreTransaction
Drops the given partition.
dropPartitionIfNotYet(int) - Method in class com.qfs.pivot.cube.provider.partition.impl.AIndexedPartitionedAggregateProviderTransaction
Drops the partition of the given targetPartitionId.
dropPartitions(int, TIntIntMap) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Drops partitions containing the given values of a store.
dropPartitions(int, TIntIntMap) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
dropPartitions(TIntCollection, TIntIntMap) - Method in class com.qfs.store.impl.StoreTransaction
 
dropPartitions(TIntCollection, TIntIntMap) - Method in interface com.qfs.store.IStoreTransaction
Drops the given partitions.
DropPartitionTransactionContent - Class in com.qfs.plan.impl
Transaction content representing a partition drop.
DropPartitionTransactionContent(IDatastoreView, String, int, int, IRecordFormat, int[], IPair<List<int[]>, IStorePartitionVersion>) - Constructor for class com.qfs.plan.impl.DropPartitionTransactionContent
Full constructor.
DropPartitionTransactionContentReader - Class in com.qfs.plan.impl
A reader of IPartitionTransactionContent specialized in dropped partitions.
DropPartitionTransactionContentReader(int, int, IRecordFormat, RecordFlattener, IPair<List<int[]>, IStorePartitionVersion>) - Constructor for class com.qfs.plan.impl.DropPartitionTransactionContentReader
Constructor.
DropStatement - Class in com.quartetfs.pivot.mdx.statement.impl
Statement for DROP operation.
DropStatement(IStringFormulaSpecification) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.DropStatement
Constructor.
dt_column() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
dt_column() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
dt_column_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
dt_column_list_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.dt_column_list_return
 
dt_column_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.dt_column_return
 
DT_MULTIPLE_CELLS - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
dtCellProperties - Static variable in class com.quartetfs.pivot.mdx.impl.ADrillthroughExecutor
The cell properties used by the executor.
DtoUtil - Class in com.qfs.snl.dtos
Collection of helper methods about DTOs.
DummyAggregateProvider - Class in com.quartetfs.biz.pivot.cube.provider.impl
The "DUMMY" aggregate provider is used for tests purpose.
DummyAggregateProvider(AggregateProviderCreationParts, AggregateProviderCreationContext) - Constructor for class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
Full constructor.
DummyCellIterator - Class in com.quartetfs.pivot.mdx.xmla.impl
 
DummyLoggingDatabaseService - Class in com.qfs.store.service.impl
A dummy logger that log in console when there is a GET or EDIT query.
DummyLoggingDatabaseService(IDatabaseService) - Constructor for class com.qfs.store.service.impl.DummyLoggingDatabaseService
Constructor.
DummyRecordBlock - Class in com.quartetfs.biz.pivot.test.util
A basic record block based on a list of record reader.
DummyRecordBlock(IRecordFormat) - Constructor for class com.quartetfs.biz.pivot.test.util.DummyRecordBlock
Constructor of an empty record block.
DummyRecordBlock(List<? extends IRecordReader>) - Constructor for class com.quartetfs.biz.pivot.test.util.DummyRecordBlock
Constructor.
dump(Record, ObjectOutput) - Method in class com.qfs.store.record.impl.RecordFormat
Dumps the internal record data into an OutputStream.
dump(PassManager) - Static method in class com.quartetfs.pivot.mdx.plan.impl.PassManager
Dump a PassManager.
dumpAllThreads() - Static method in class com.quartetfs.biz.pivot.monitoring.impl.MonitoringUtils
Dumps all threads of the application.
DuplicateKeyException - Exception in com.qfs.store.record
DuplicateKeyException(IRecordReader, IRecordReader, IStoreMetadata, IDictionaryProvider, int[], int) - Constructor for exception com.qfs.store.record.DuplicateKeyException
Constructor.
DuplicateKeyException.IDuplicateKeyHumanMessageBuilder - Interface in com.qfs.store.record
Builds a human-readable duplicate key within transaction message, from the human-readable details.
duplicateKeyHandler(IDuplicateKeyHandler) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
duplicateKeyHandler(IDuplicateKeyHandler) - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
DuplicateKeyHandlers - Class in com.qfs.desc.impl
This class exposes various handlers.
DuplicateKeyHandlers() - Constructor for class com.qfs.desc.impl.DuplicateKeyHandlers
 
DuplicateMeasureNameException - Exception in com.quartetfs.biz.pivot.postprocessing
Exception that happens when we try to add a post-processed measure with a name that already exists for another measure.
DuplicateMeasureNameException() - Constructor for exception com.quartetfs.biz.pivot.postprocessing.DuplicateMeasureNameException
No-arguments constructor for serialization purposes.
DuplicateMeasureNameException(String) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.DuplicateMeasureNameException
Constructor.
DURING - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the during duration.
DURING_PATTERN - Static variable in interface com.quartetfs.biz.pivot.definitions.IKpiDescription
Pattern for during expression.
DURING_THREAD_NUMBER_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property to configure the number of threads allocated by the application to trigger updates when using the function PAST_PERIODS.
duringEventAlertAggregator() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Aggregation unit managing alert creation/deletion from received events with delay on creation.
DuringEventAlertAggregator - Class in com.qfs.snl.alerts.impl
Implementation of IEventAlertAggregator that consider the during attribute of IMonitor to delay alert creation.
DuringEventAlertAggregator(IEventAlertAggregator, IMonitorService) - Constructor for class com.qfs.snl.alerts.impl.DuringEventAlertAggregator
Constructor.
DuringExpiryFormula - Class in com.quartetfs.biz.pivot.definitions.impl
KPI formula implementation for the additional KPI member providing expiry information.
DuringExpiryFormula(KpiDescription, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.DuringExpiryFormula
Constructor.
DuringInstantStatusFormula(KpiDescription) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.DuringStatusFormula.DuringInstantStatusFormula
Constructor.
DuringStartFormula - Class in com.quartetfs.biz.pivot.definitions.impl
KPI formula implementation for the additional KPI member providing start information.
DuringStartFormula(KpiDescription, String, String, Boolean) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.DuringStartFormula
Constructor.
DuringStatusFormula - Class in com.quartetfs.biz.pivot.definitions.impl
Formula to handle a KPI status with during time.
DuringStatusFormula(KpiDescription, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.DuringStatusFormula
Constructor.
DuringStatusFormula.DuringInstantStatusFormula - Class in com.quartetfs.biz.pivot.definitions.impl
Formula implementation for the instant status.
DuringTask - Class in com.qfs.snl.alerts.impl
The during task.
DuringTask(IEventAlertAggregator, Map<DuringTask, Long>, ISentinelEvent) - Constructor for class com.qfs.snl.alerts.impl.DuringTask
Constructor.
DuringTask(ISentinelEvent) - Constructor for class com.qfs.snl.alerts.impl.DuringTask
Constructor.
DWORD_MEM_COMMIT - Static variable in interface com.qfs.platform.win.Kernel32
See WinNT.MEM_COMMIT.
DWORD_MEM_DECOMMIT - Static variable in interface com.qfs.platform.win.Kernel32
DWORD_MEM_RELEASE - Static variable in interface com.qfs.platform.win.Kernel32
DYNAMIC - com.quartetfs.pivot.mdx.statement.ICreateSetStatement.EvaluationType
 
DYNAMIC - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
DYNAMIC - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
DYNAMIC - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
DYNAMIC_AGGREGATION_PARAM_AGGREGATION_FUNCTION - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
The aggregation function to use when executing a dynamic aggregation.
DYNAMIC_AGGREGATION_PARAM_LEAF_LEVELS - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
Point on all your leaf levels.
DYNAMIC_AGGREGATION_PARAM_LEAF_TYPE - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
"leafType" property used to declare the type of the results calculated at the leaf level, that are then further aggregated.
DYNAMIC_AGGREGATION_POST_PROCESSOR_PREFETCHER - Static variable in class com.activeviam.pivot.postprocessing.impl.ABaseDynamicAggregationPostProcessor
The name of the prefetcher used by this dynamic post processor.
DynamicActivePivotContentServiceMBean - Class in com.qfs.pivot.content.impl
MBean implementation exposing various methods on a ActivePivotContentService.
DynamicActivePivotContentServiceMBean(IActivePivotContentService, IActivePivotManager) - Constructor for class com.qfs.pivot.content.impl.DynamicActivePivotContentServiceMBean
Full constructor.
DynamicActivePivotManagerMBean - Class in com.quartetfs.biz.pivot.monitoring.impl
This class is used in order to display an IActivePivotManager bean through JMX.
DynamicActivePivotManagerMBean(IActivePivotManager) - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.DynamicActivePivotManagerMBean
Constructor.
DynamicActivePivotMBean - Class in com.quartetfs.biz.pivot.monitoring.impl
This class is used in order to display an IActivePivot bean through JMX.
DynamicActivePivotMBean(String, DynamicActivePivotSchemaMBean, IMultiVersionActivePivot) - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.DynamicActivePivotMBean
Constructor.
DynamicActivePivotMBean(String, String, DynamicActivePivotSchemaMBean, IMultiVersionActivePivot) - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.DynamicActivePivotMBean
Full constructor.
DynamicActivePivotSchemaMBean - Class in com.quartetfs.biz.pivot.monitoring.impl
This class is used in order to display an IActivePivotSchema bean through JMX.
DynamicActivePivotSchemaMBean(String, DynamicActivePivotManagerMBean, IActivePivotSchema) - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.DynamicActivePivotSchemaMBean
Full constructor.
DynamicAggregationPostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
Default implementation of a dynamic aggregation post processor, that delegates the evaluation of leaf locations to an IEvaluator.
DynamicAggregationPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.DynamicAggregationPostProcessor
Constructor.
DynamicContentServiceMBean - Class in com.qfs.content.service.impl
MBean exposing the internal attributes of a Content service.
DynamicContentServiceMBean(IContentService) - Constructor for class com.qfs.content.service.impl.DynamicContentServiceMBean
Constructor.
DynamicContinuousQueryEngineComponentMbean<T> - Class in com.quartetfs.biz.pivot.query.monitoring.impl
This MBean represents the monitored components under a continuous query engine.
DynamicContinuousQueryEngineComponentMbean(String, ADynamicMonitoring<?>, T) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.DynamicContinuousQueryEngineComponentMbean
Constructor.
DynamicContinuousQueryEngineMBean - Class in com.quartetfs.biz.pivot.query.monitoring.impl
The MBean represents a continuous query engine through JMX.
DynamicContinuousQueryEngineMBean(String, ADynamicMonitoring<?>, IAggregatesContinuousQueryEngine) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.DynamicContinuousQueryEngineMBean
Constructor.
DynamicProperty<T> - Class in com.quartetfs.fwk.impl
Multiple purpose, dynamic implementation of the IProperty contract.
DynamicProperty() - Constructor for class com.quartetfs.fwk.impl.DynamicProperty
Blank constructor.
DynamicProperty(String) - Constructor for class com.quartetfs.fwk.impl.DynamicProperty
Constructor with a name that is also the expression.
DynamicProperty(String, String) - Constructor for class com.quartetfs.fwk.impl.DynamicProperty
Constructor from name and expression.
DynamicProperty(String, String, Class<T>) - Constructor for class com.quartetfs.fwk.impl.DynamicProperty
Constructor from name and expression.
DynamicStreamingServiceMBean - Class in com.quartetfs.biz.pivot.monitoring.impl
The MBean represents a streaming service through JMX.
DynamicStreamingServiceMBean(String, IStreamingServiceMonitor) - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.DynamicStreamingServiceMBean
Constructor.
DynamicUrlHandlerMapping - Class in com.qfs.servlet.impl
A AbstractUrlHandlerMapping that support registering URL handlers and interceptors after it is initialized.
DynamicUrlHandlerMapping() - Constructor for class com.qfs.servlet.impl.DynamicUrlHandlerMapping
 

E

E2BIG - Static variable in class com.qfs.platform.solaris.Errno
 
EACCES - Static variable in class com.qfs.platform.solaris.Errno
 
EADDRINUSE - Static variable in class com.qfs.platform.solaris.Errno
 
EADDRNOTAVAIL - Static variable in class com.qfs.platform.solaris.Errno
 
EADV - Static variable in class com.qfs.platform.solaris.Errno
 
EAFNOSUPPORT - Static variable in class com.qfs.platform.solaris.Errno
 
EAGAIN - Static variable in class com.qfs.platform.solaris.Errno
 
EALREADY - Static variable in class com.qfs.platform.solaris.Errno
 
EBADE - Static variable in class com.qfs.platform.solaris.Errno
 
EBADF - Static variable in class com.qfs.platform.solaris.Errno
 
EBADFD - Static variable in class com.qfs.platform.solaris.Errno
 
EBADMSG - Static variable in class com.qfs.platform.solaris.Errno
 
EBADR - Static variable in class com.qfs.platform.solaris.Errno
 
EBADRQC - Static variable in class com.qfs.platform.solaris.Errno
 
EBADSLT - Static variable in class com.qfs.platform.solaris.Errno
 
EBFONT - Static variable in class com.qfs.platform.solaris.Errno
 
EBUSY - Static variable in class com.qfs.platform.solaris.Errno
 
ECANCELED - Static variable in class com.qfs.platform.solaris.Errno
 
ECHILD - Static variable in class com.qfs.platform.solaris.Errno
 
ECHRNG - Static variable in class com.qfs.platform.solaris.Errno
 
ECOMM - Static variable in class com.qfs.platform.solaris.Errno
 
ECONNABORTED - Static variable in class com.qfs.platform.solaris.Errno
 
ECONNREFUSED - Static variable in class com.qfs.platform.solaris.Errno
 
ECONNRESET - Static variable in class com.qfs.platform.solaris.Errno
 
EDEADLK - Static variable in class com.qfs.platform.solaris.Errno
 
EDEADLOCK - Static variable in class com.qfs.platform.solaris.Errno
 
EDESTADDRREQ - Static variable in class com.qfs.platform.solaris.Errno
 
edit() - Method in interface com.activeviam.store.structure.IDatastoreStructure
Returns an editable structure with the same configuration as this one.
edit() - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
 
edit() - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
edit() - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
edit() - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilter
Returns a builder that can edit a clone of this filter, granting or denying new members.
edit() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
 
edit(IEditInstructions) - Method in interface com.qfs.store.IDatastore
Edits the content of the datastore within a single transaction on the wanted branch.
edit(String, IEditInstructions) - Method in interface com.qfs.store.IDatastore
Edits the content of the datastore within a single transaction on the wanted branch.
editBranch(String, JsonBranchPermissions) - Method in interface com.qfs.service.store.IDatabaseRestService
Edits a branch.
editBranch(String, JsonBranchPermissions) - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
editBranch(String, IBranchPermissions) - Method in interface com.qfs.store.service.IDatabaseService
Edit the permissions of a branch.
editBranch(String, IBranchPermissions) - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
editBranch(String, IBranchPermissions) - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
editBranch(String, IBranchPermissions) - Method in class com.qfs.store.service.impl.DatastoreService
 
editBranch(String, IBranchPermissions) - Method in class com.qfs.store.service.impl.ReadOnlyDatabaseService
 
editBranch(String, IBranchPermissions) - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
editDatabase(String, JsonDatabaseEdit, ICondition[]) - Method in interface com.qfs.store.service.IDatabaseService
Edit the database with a list of actions.
editDatabase(String, JsonDatabaseEdit, ICondition[]) - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
editDatabase(String, JsonDatabaseEdit, ICondition[]) - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
editDatabase(String, JsonDatabaseEdit, ICondition[]) - Method in class com.qfs.store.service.impl.DatastoreService
 
editDatabase(String, JsonDatabaseEdit, ICondition[]) - Method in class com.qfs.store.service.impl.DummyLoggingDatabaseService
 
editDatabase(String, JsonDatabaseEdit, ICondition[]) - Method in class com.qfs.store.service.impl.ReadOnlyDatabaseService
 
editDatabase(String, JsonDatabaseEdit, ICondition[]) - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
editDictionary(IDomainKey, IApplicationDictionaryProvider.IDomainDictionaryKey, DictionaryConfiguration) - Method in interface com.activeviam.dic.provider.IDictionaryProviderTransaction
Modifies the dictionary provider by an existing key in the domain with a new instance created with the provided configuration.
editDictionary(IDomainKey, IApplicationDictionaryProvider.IDomainDictionaryKey, DictionaryConfiguration) - Method in class com.activeviam.dic.provider.impl.DictionaryProviderTransaction
 
EDOM - Static variable in class com.qfs.platform.solaris.Errno
 
EDOTDOT - Static variable in class com.qfs.platform.solaris.Errno
 
EDQUOT - Static variable in class com.qfs.platform.solaris.Errno
 
EEXIST - Static variable in class com.qfs.platform.solaris.Errno
 
EFAULT - Static variable in class com.qfs.platform.solaris.Errno
 
EFBIG - Static variable in class com.qfs.platform.solaris.Errno
 
EFFECTIVE - com.qfs.repository.ws.ParameterWsConfigurationDto.ParameterFetchingMode
Fetch only effective point values.
EFFECTIVE - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Qualifier to get effective values for a parameter.
EHOSTDOWN - Static variable in class com.qfs.platform.solaris.Errno
 
EHOSTUNREACH - Static variable in class com.qfs.platform.solaris.Errno
 
EIDRM - Static variable in class com.qfs.platform.solaris.Errno
 
EILSEQ - Static variable in class com.qfs.platform.solaris.Errno
 
EINPROGRESS - Static variable in class com.qfs.platform.solaris.Errno
 
EINTR - Static variable in class com.qfs.platform.solaris.Errno
 
EINVAL - Static variable in class com.qfs.platform.solaris.Errno
 
EIO - Static variable in class com.qfs.platform.solaris.Errno
 
EISCONN - Static variable in class com.qfs.platform.solaris.Errno
 
EISDIR - Static variable in class com.qfs.platform.solaris.Errno
 
EISNAM - Static variable in class com.qfs.platform.solaris.Errno
 
Either<U,​V> - Class in com.activeviam.util.function.impl
Standard implementation of IEither.
EKEYEXPIRED - Static variable in class com.qfs.platform.solaris.Errno
 
EKEYREJECTED - Static variable in class com.qfs.platform.solaris.Errno
 
EKEYREVOKED - Static variable in class com.qfs.platform.solaris.Errno
 
EL2HLT - Static variable in class com.qfs.platform.solaris.Errno
 
EL2NSYNC - Static variable in class com.qfs.platform.solaris.Errno
 
EL3HLT - Static variable in class com.qfs.platform.solaris.Errno
 
EL3RST - Static variable in class com.qfs.platform.solaris.Errno
 
ELAPSED - com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo.TimingDescription
 
ElasticsearchUtils - Class in com.activeviam.apm.utils.impl
Utility for interaction with Elasticsearch.
element(String, String...) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
element(String, String...) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
element(String, String...) - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
element(String, String...) - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
 
Element - Class in com.quartetfs.biz.xmla.binxml.token.impl
Element token.
Element() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.Element
 
ELEMENT_DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_EnumeratorsDefinition
 
ELEMENT_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_EnumeratorsDefinition
 
ELEMENT_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
ELEMENT_VALUE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_EnumeratorsDefinition
 
ElementObject - Class in com.quartetfs.biz.xmla.binxml.impl
Element Object.
ElementObject() - Constructor for class com.quartetfs.biz.xmla.binxml.impl.ElementObject
 
ElementObject(long, String[]) - Constructor for class com.quartetfs.biz.xmla.binxml.impl.ElementObject
 
ELIBACC - Static variable in class com.qfs.platform.solaris.Errno
 
ELIBBAD - Static variable in class com.qfs.platform.solaris.Errno
 
ELIBEXEC - Static variable in class com.qfs.platform.solaris.Errno
 
ELIBMAX - Static variable in class com.qfs.platform.solaris.Errno
 
ELIBSCN - Static variable in class com.qfs.platform.solaris.Errno
 
ELNRNG - Static variable in class com.qfs.platform.solaris.Errno
 
ELOOP - Static variable in class com.qfs.platform.solaris.Errno
 
Else - com.quartetfs.biz.xmla.constants.Keyword
 
ELSE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
ELSE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
ELSE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
EMEDIUMTYPE - Static variable in class com.qfs.platform.solaris.Errno
 
EMFILE - Static variable in class com.qfs.platform.solaris.Errno
 
emitErrorMessage(String) - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
emitErrorMessage(String) - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
emitErrorMessage(String) - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
EMLINK - Static variable in class com.qfs.platform.solaris.Errno
 
empty() - Static method in class com.activeviam.collections.impl.ImmutableArrayList
The empty instance.
empty() - Static method in class com.activeviam.collections.impl.ImmutableHashMap
The empty instance.
empty() - Static method in class com.activeviam.collections.impl.ImmutableHashSet
The empty instance.
empty() - Static method in class com.activeviam.database.api.schema.JoinPath
Creates the representation of a path not involving any relations.
empty() - Static method in class com.activeviam.util.cells.impl.BooleanCell
 
empty() - Static method in class com.activeviam.util.cells.impl.DoubleCell
 
empty() - Static method in class com.activeviam.util.cells.impl.FloatCell
 
empty() - Static method in class com.activeviam.util.cells.impl.IntegerCell
 
empty() - Static method in class com.activeviam.util.cells.impl.LongCell
 
empty() - Static method in class com.activeviam.util.cells.impl.MultiTypeCell
Builds an empty cell.
empty() - Static method in class com.activeviam.util.cells.impl.ObjectCell
 
empty() - Static method in class com.activeviam.util.cells.impl.StringCell
 
empty() - Static method in class com.activeviam.util.function.Option
Static factory for a result without value.
empty() - Method in interface com.qfs.pivot.testing.ICellSetTester.IHasCellValue
Verifies that the cell is empty.
empty() - Method in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
 
empty() - Method in class com.qfs.pivot.testing.impl.MdxCellByCoordinatesTesterBuilder
 
empty() - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester.MdxResultCellTester
 
empty() - Method in class com.qfs.pivot.testing.impl.SimpleCellByCoordinatesTesterBuilder
 
empty() - Static method in class com.qfs.pool.impl.TasksPerNumaNode
Creates a task not performing any operations.
empty() - Static method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
Empty - Class in com.activeviam.collections.impl
Starting point to create empty immutable collections.
Empty - com.qfs.store.query.plan.Selectivity
The test will not return any result.
Empty - com.quartetfs.biz.xmla.constants.Keyword
 
Empty() - Constructor for class com.activeviam.collections.impl.Empty
 
EMPTY - Static variable in class com.activeviam.copper.store.Mapping
Empty mapping for Stores that were joined to the cube without any user defined mapping.
EMPTY - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IParentAxisMember
Deprecated.
Empty member.
EMPTY - Static variable in class com.quartetfs.pivot.mdx.utils.impl.Modulo.Zero
 
EMPTY_ARG - com.quartetfs.pivot.mdx.statement.Type
Used for function that have empty arguments.
EMPTY_CLEANER - Static variable in class com.qfs.memory.impl.ActiveCollector
An empty Runnable to register without doing any operation.
EMPTY_CURSOR_ITERATOR - Static variable in class com.qfs.store.query.impl.EmptyResultCursor
Empty cursor iterator.
EMPTY_DEPENDENCY - Static variable in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
 
EMPTY_DIMENSIONALITY - Static variable in class com.quartetfs.pivot.mdx.meta.impl.HaveDimensionality
 
EMPTY_FIND_RESULT - Static variable in class com.quartetfs.pivot.mdx.eval.set.impl.ASet
The result to return in IIndexedSet.find(ITuple) when no results are found.
EMPTY_IMPACT - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.Impact
The EMTPY_IMPACT singleton used when caching impacts.
EMPTY_INT_ARRAY - Static variable in class com.qfs.util.impl.QfsArrays
Deprecated.
An empty int array.
EMPTY_JSON - Static variable in class com.qfs.content.snapshot.impl.ContentServiceSnapshotter
A constant representing the content of an empty JSON file.
EMPTY_MAP - Static variable in class com.qfs.trove.impl.QIntIntHashMap
Empty map (immutable) configured as any QIntIntHashMap.
EMPTY_MAP - Static variable in class com.quartetfs.biz.pivot.impl.LocationUtil.ConvertLocationsResult
An empty locations map to avoid NullPointerException.
EMPTY_RECORD_BLOCK - Static variable in class com.qfs.store.record.impl.Records
The singleton empty record block.
EMPTY_RESULT_INSTANCE - Static variable in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatastoreRetrievalResultHolder
Singleton instance for empty results.
EMPTY_SET - Static variable in class com.quartetfs.biz.pivot.impl.LocationUtil.ConvertLocationsResult
An empty locations set to avoid NullPointerException.
EMPTY_STATE - Static variable in class com.qfs.msg.impl.ColumnCalculationContext
State value marking that no processing occurred.
EMPTY_STRING - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Empty string.
EMPTY_VECTORS - Static variable in class com.qfs.vector.impl.EmptyVector
The map component class -> singleton EmptyVector instance.
EmptyAggregateStore - Class in com.qfs.pivot.agg.impl
Deprecated, for removal: This API element is subject to removal in a future version.
emptyCache() - Method in class com.qfs.snl.alerts.impl.CacheAlertService
Empties the cache from all stored alerts.
emptyCache() - Method in class com.qfs.snl.cfg.impl.AlertMonitoringBean
Empties the cache.
EmptyCalculator<T> - Class in com.qfs.msg.impl
Special column calculator that calculates no value and leaves the column empty.
EmptyCalculator(String) - Constructor for class com.qfs.msg.impl.EmptyCalculator
Constructor.
emptyCells() - Method in interface com.quartetfs.pivot.mdx.IMdxSlicer
Returns true if the pivot table cells must be empty.
emptyCells() - Method in class com.quartetfs.pivot.mdx.impl.MdxSlicer
 
EmptyCellSet - Class in com.quartetfs.biz.pivot.cellset.impl
An empty cell set.
EmptyChunk<K> - Class in com.activeviam.column.impl
An empty chunk that contains null when read, and cannot be written into.
EmptyChunk() - Constructor for class com.activeviam.column.impl.EmptyChunk
 
EmptyClusterView - Class in com.qfs.messenger.impl
An empty IClusterView.
EmptyCompletionTask(CancellableCountedCompleter<Void>, ICursorFactory, IStorePartitionView, IMatchingRowsHolder, IPartitionedResultAcceptor) - Constructor for class com.qfs.store.query.impl.CompiledQuery.EmptyCompletionTask
Constructor.
EmptyDatabaseRetrievalResult - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Class holding the result of a database prefetch request that did not match any record in the database.
EmptyDatabaseRetrievalResult(ExternalDatabaseRetrieval.ExternalAggregator) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyDatabaseRetrievalResult
Constructor.
EmptyExternalNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
Node representing the retrievals for Join Measures whose results are always null.
EmptyExternalNode(int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.EmptyExternalNode
Constructor.
EmptyInitialDiscoveryMessage - Class in com.qfs.messenger.message.impl
An empty or "fake" IInitialDiscoveryMessage used to sent to a cube of query after a cube of data has left and joined again the cluster whereas nothing happened (no transaction).
EmptyInitialDiscoveryMessage() - Constructor for class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
Empty constructor for serialization.
EmptyInitialDiscoveryMessage(long, String, String, String, long) - Constructor for class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
Constructor.
emptyIterator() - Static method in class com.qfs.util.impl.EmptyIterator
Deprecated.
Returns an iterator that has no elements.
EmptyIterator<E> - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
EmptyIterator() - Constructor for class com.qfs.util.impl.EmptyIterator
Deprecated.
 
EmptyMdxCellSet - Class in com.quartetfs.pivot.mdx.result.impl
Empty cell set.
EmptyMdxCellSet(IEpoch, String, ISelectStatement, List<IMdxMember>, IMdxCellProperty[]) - Constructor for class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet
 
EmptyMdxCellSet.EmptyMdxCellSetAxis - Class in com.quartetfs.pivot.mdx.result.impl
Empty axis.
EmptyMdxCellSet.EmptyMdxCellSetAxisIterator - Class in com.quartetfs.pivot.mdx.result.impl
Empty axis iterator.
EmptyMdxCellSetAxis(IAxisName) - Constructor for class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet.EmptyMdxCellSetAxis
 
EmptyMember(IMdxHierarchy) - Constructor for class com.quartetfs.pivot.mdx.xmla.impl.XmlaSelectExecutor.EmptyMember
Constructor.
EmptyNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
Node representing a retrieval whose results are always null.
EmptyNode(IScopeLocation, int, ICubeFilter, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.EmptyNode
Constructor.
emptyPlan(String) - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
Empty query plan builder.
EmptyPlanInfoData - Class in com.qfs.pivot.json.queryplan
Empty query plan DTO.
EmptyPlanInfoData(String) - Constructor for class com.qfs.pivot.json.queryplan.EmptyPlanInfoData
 
EmptyPlanInfoData.EmptyPlanInfoDataBuilder - Class in com.qfs.pivot.json.queryplan
 
EmptyQueryPlan - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A query plan that consists of general information, the list of all the retrievals and their dependencies.
EmptyQueryPlan() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
Default constructor.
EmptyQueryPlan(String) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
Constructor.
EmptyRecordSetView - Class in com.qfs.store.impl
 
EmptyRecordSetView(IRecordFormat) - Constructor for class com.qfs.store.impl.EmptyRecordSetView
 
EmptyResultCursor - Class in com.qfs.store.query.impl
A cursor representing an empty result.
EmptyResultCursor(IRecordFormat) - Constructor for class com.qfs.store.query.impl.EmptyResultCursor
Full constructor.
emptySet() - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Creates an empty set with an empty dimensionality.
emptySet(IHasDimensionality) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Creates an empty set with a given dimensionality.
EmptySet - Class in com.quartetfs.pivot.mdx.eval.set.impl
An empty set.
EmptyTransactionCommittedMessage - Class in com.qfs.messenger.message.impl
 
EmptyTransactionCommittedMessage() - Constructor for class com.qfs.messenger.message.impl.EmptyTransactionCommittedMessage
Empty constructor for serialization.
EmptyTransactionCommittedMessage(IActivePivotTransactionInfo, long, IEpoch, String) - Constructor for class com.qfs.messenger.message.impl.EmptyTransactionCommittedMessage
 
emptyVector(int) - Static method in class com.qfs.vector.impl.EmptyVector
Creates the singleton empty vector, with the given type.
EmptyVector - Class in com.qfs.vector.impl
A vector of size 0.
EMSGSIZE - Static variable in class com.qfs.platform.solaris.Errno
 
EMULTIHOP - Static variable in class com.qfs.platform.solaris.Errno
 
enable() - Method in class com.quartetfs.biz.pivot.postprocessing.streams.impl.AStoreStream
 
enable() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AStream
 
enable() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStream
 
enable() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IStream
Enable/activate the stream.
enable(String) - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
enable(String) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaStatistics
 
enable(String) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotStatistics
 
enable(String) - Method in class com.quartetfs.fwk.monitoring.impl.AbstractStatistics
 
enable(String) - Method in interface com.quartetfs.fwk.monitoring.IStatistics
Enable (or reset) a monitor.
ENABLE_ALL_MONITORS_OPERATION - Static variable in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
ENABLE_ALL_STATISTICS_OPERATION operation.
ENABLE_ALL_RECURSIVELY_MONITORS_OPERATION - Static variable in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
ENABLE_ALL_STATISTICS_RECURSIVELY_OPERATION operation.
ENABLE_DIRECTQUERY_AUTOVECTORIZER - com.activeviam.properties.impl.ActiveViamProperty
Deprecated, for removal: This API element is subject to removal in a future version.
Not using ActiveViamProperty anymore but the com.activeviam.database.commons.api.settings.DirectQueryEmulatedVectorSettings
ENABLE_MMAP_TRACKING - Static variable in class com.qfs.chunk.direct.allocator.impl.ADirectChunkAllocator
Whether or not the native memory tracking is enabled.
ENABLE_MMAP_TRACKING_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that enables mmap native memory tracking.
enableAll() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
enableAll() - Method in class com.quartetfs.fwk.monitoring.impl.AbstractStatistics
 
enableAll() - Method in interface com.quartetfs.fwk.monitoring.IStatistics
Enable (or reset) all the monitors.
enableAllStatisticsRecursively() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.DynamicContinuousQueryEngineMBean
 
enableAllStatisticsRecursively() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.ADynamicMonitoring
Enables all statistics on this monitoring, and recursively on its children.
enableAllStatisticsRecursively() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
Enable all statistics on this monitoring, and recursively on its children.
enableCache() - Method in class com.qfs.index.impl.APartitionDictionaryFactory
 
enableCache() - Method in interface com.qfs.index.IPartitionDictionaryFactory
Tells the factory to use a cache.
enableConcurrentDictionaries() - Method in class com.qfs.index.impl.APartitionDictionaryFactory
 
enableConcurrentDictionaries() - Method in interface com.qfs.index.IPartitionDictionaryFactory
Tells the factory to create concurrent dictionaries.
enabled - Variable in class com.quartetfs.biz.pivot.query.aggregates.impl.AStream
Enabled status.
enabled() - Static method in class com.qfs.messenger.jgroups.impl.GossipRouter
Returns whether a gossip router is enabled.
ENABLED_FREQUENCY_COMPRESSIONS_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property controlling the activation of frequency compression for each type of chunks.
enableExecutionPlanningPrint() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Enable logging execution plan.
enableExecutionPlanningPrint() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
enableExecutionPlanningPrint() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Enables logging execution plan.
enableExecutionPlanningPrintAsSummary() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Enables logging execution plan as summary.
enableExecutionPlanningPrintFull() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Enables full logging execution plan.
enableExecutionTimingPrint() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Enable logging execution timing.
enableExecutionTimingPrint() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
enableExecutionTimingPrint() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Enables logging execution timing.
enableExecutionTimingPrintAsSummary() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Enables logging execution timing as summary.
enableExecutionTimingPrintFull() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Enables full logging execution timing.
enableLogging() - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaServletMonitor
 
enablePrintDataLoadTiming() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.PrintDataLoadTimingEnabler
 
enableQueryPlanCycleDetection() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Enables cycle detection on the query plan.
enableQueryPlanCycleDetection() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Enables cycle detection on the query plan.
enableQueryPlanCycleDetection() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
enableQueryPlanCycleDetection() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Enables the detection of cycles for the query plan.
enableQueryPlanExport() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
enableQueryPlanExport() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Enables the query plan export.
enableQueryPlanSummary() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Enables summary mode for the query plan creation.
enableQueryPlanSummary() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Enables summary mode for the query plan creation.
enableQueryPlanSummary() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
enableQueryPlanSummary() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Enables the summary only creation mode for the query plan.
enableReplicationAllMeasures() - Method in interface com.activeviam.desc.build.distributed.IQueryCubePropertiesBuilder
Enables replication on the IMeasureHierarchy.COUNT_ID measure which is disabled by default.
enableRewriting() - Static method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters
Enable the rewriting of MDX calculated members.
enableStoreIndexRecommendation() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
Enables data collection to recommend indexes for store.
enableStoreIndexRecommendation() - Method in interface com.qfs.store.query.plan.IDatastoreQueryMonitor
Start data collection.
enableStoreIndexRecommendation() - Method in class com.qfs.store.query.plan.impl.DatastoreQueryMonitor
 
enableStreamingSvcLogMemoryStats - Variable in class com.activeviam.apm.cfg.impl.ServicesConfigBeanPostProcessor
Enables Streaming service log memory stats.
ENAMETOOLONG - Static variable in class com.qfs.platform.solaris.Errno
 
ENAVAIL - Static variable in class com.qfs.platform.solaris.Errno
 
encode(IDrillthroughProperties, Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
 
encode(IAsOfEpoch, Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.AsOfEpochTranslator
 
encode(IMdxContext, Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContextTranslator
 
encode(IQueriesResultLimit, Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimitTranslator
 
encode(IQueryMonitoring, Map<String, String>) - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoringTranslator
 
encode(IStream<?>) - Method in class com.quartetfs.biz.pivot.monitoring.impl.AStreamTranslator
 
encode(IStream<?>) - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamTranslator
Encodes a stream into a JSON representation.
encode(C, Map<String, String>) - Method in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
Encodes a context value into a repository of serialized context values.
encode(C, Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.SimpleContextValueTranslator
 
encode(OutputStream, ElementObject, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.Element
 
encode(OutputStream, Boolean, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDBoolean
 
encode(OutputStream, Double, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLFloat
 
encode(OutputStream, Double, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLMoney
 
encode(OutputStream, Float, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLReal
 
encode(OutputStream, Integer, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLInt
 
encode(OutputStream, Integer, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLSmallInt
 
encode(OutputStream, Integer, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDUnsignedInt
 
encode(OutputStream, Integer, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDUnsignedShort
 
encode(OutputStream, Long, IEncodingContext) - Method in interface com.quartetfs.biz.xmla.binxml.token.ILongToken
Encode Long object to the outputStream.
encode(OutputStream, Long, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.QNameDef
 
encode(OutputStream, Long, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLBigInt
 
encode(OutputStream, Long, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLDateTime
 
encode(OutputStream, Object, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EncodingToken
 
encode(OutputStream, Object, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EndAttributes
 
encode(OutputStream, Object, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EndElement
 
encode(OutputStream, Object, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XMLDecl
 
encode(OutputStream, String[], IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.Attribute
 
encode(OutputStream, String, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.NameDef
 
encode(OutputStream, String, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLNChar
 
encode(OutputStream, String, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLNVarChar
 
encode(OutputStream, K, IEncodingContext) - Method in interface com.quartetfs.biz.xmla.binxml.token.IToken
Encode something to the outputStream.
encode(List<? extends IContextValue>, Map<String, String>) - Method in interface com.quartetfs.biz.pivot.context.IContextValueAdapter
Encode a collection of context values into a repository of properties.
encode(List<? extends IContextValue>, Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.ContextValueAdapter
 
encodeElementName(String) - Static method in class com.quartetfs.biz.xmla.impl.XmlaUtil
Encodes an XML element name.
encodeLong(OutputStream, long, IEncodingContext) - Method in interface com.quartetfs.biz.xmla.binxml.token.ILongToken
Encode long to the outputStream.
encodeLong(OutputStream, long, IEncodingContext) - Method in class com.quartetfs.biz.xmla.binxml.token.impl.QNameDef
 
encodeQuery(IQuery<?>) - Method in class com.quartetfs.biz.pivot.monitoring.impl.AStreamTranslator
Encode a query.
encodeQuery(IQuery<?>) - Method in class com.quartetfs.biz.pivot.monitoring.impl.DrillthroughStreamTranslator
 
encodeQuery(IQuery<?>) - Method in class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamTranslator
 
encodeQuery(IQuery<?>) - Method in class com.quartetfs.biz.pivot.monitoring.impl.MdxDrillthroughStreamTranslator
 
encodeQuery(IQuery<?>) - Method in class com.quartetfs.biz.pivot.monitoring.impl.MdxStreamTranslator
 
ENCODING_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
encodingByte - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Bytes values of the hex encoding.
EncodingContext - Class in com.quartetfs.biz.xmla.binxml.impl
An encoding context.
EncodingContext() - Constructor for class com.quartetfs.biz.xmla.binxml.impl.EncodingContext
 
encodingHex - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Hexadecimal values of the hex encoding.
EncodingToken - Class in com.quartetfs.biz.xmla.binxml.token.impl
Encoding token implementation.
EncodingToken() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.EncodingToken
 
encrypt(Object) - Method in interface com.quartetfs.fwk.security.IEncryption
If the object to encrypt is null, we return null.
encrypt(Object) - Method in class com.quartetfs.fwk.security.impl.Pbkdf2Encryption
 
end - Variable in class com.activeviam.copper.measure.window.CopperRange
End of the range (inclusive).
end() - Method in class com.activeviam.builders.dimensions.AnalysisAggregationProcedureBuilder
 
end() - Method in class com.activeviam.builders.dimensions.ResultConsumerPropertyInfoBuilder
 
end() - Method in class com.activeviam.builders.distributed.DelegatingDataClusterDefinitionBuilder
 
end() - Method in class com.activeviam.builders.distributed.DelegatingQueryClusterDescriptionBuilder
 
end() - Method in class com.activeviam.builders.distributed.ResultConsumerMessengerDefinitionBuilder
 
end() - Method in interface com.activeviam.desc.build.dimensions.IBuildablePropertyInfoBuilder
Finishes building the part this builder is responsible of.
end() - Method in interface com.activeviam.desc.build.dimensions.IEpochDimensionBuilder.EpochLevelBuilder
Ends the description of this level and moves back to the dimension builder.
end() - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.IBuildableMessengerDescriptionBuilder
End building this component and return to the parent builder having integrated these changes.
end() - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.IBuildableQueryClusterDescriptionBuilder
End building the cluster and move back to the query cube builder.
end() - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.ICanBuildDataClusterDescriptionBuilder
 
end() - Method in interface com.activeviam.desc.build.IAggregationProcedureBuilder.IWithCompleteAggregationProcedure
Completes the description and returns the next builder for the process.
end() - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.LevelListBuilder
Ends the collections of levels.
end() - Method in interface com.activeviam.desc.build.IPluginDescriptionBuilder.PluginDescriptionBuilderWithProperty
Builds the plugin description and integrates it into the parent builder.
end() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Indicates that we are done adding sub partitionings to this node.
end() - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
end() - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Indicates that we are done adding sub partitionings to this node.
end() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties.ICanBuild
Ends the description of IDrillthroughProperties.
end() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
 
end() - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanBuild
Ends the description of IMdxContext.
end() - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
end() - Method in interface com.quartetfs.biz.pivot.context.subcube.ICanStartBuildingSubCubeProperties.ICanBuild
Ends the description of ISubCubeProperties.
end() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ResultConsumerSubCubePropertiesBuilder
 
end() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedDrillthroughColumnDescription.ICanBuild
Finishes defining the description.
end() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICanBuild
Finishes defining the description.
end() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember.ICanBuild
Finishes defining the ICalculatedMemberDescription.
end() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingKpiDescription.ICanBuild
Finishes defining the IKpiDescription.
end() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingNamedSetDescription.ICanBuild
Finishes defining the INamedSetDescription.
end() - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedDrillthroughColumnDescriptionBuilder
 
end() - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedDrillthroughColumnSetDescriptionBuilder
 
end() - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
end() - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
 
end() - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerNamedSetDescriptionBuilder
 
End - com.quartetfs.biz.xmla.constants.Keyword
 
END - com.quartetfs.biz.xmla.IXmlaContext.SessionRequestType
End of a session is requested This means the session can be removed.
END - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
END - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
END - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
END_APPLY_INITIAL_MESSAGE - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
END_APPLY_REMOTE_COMMIT - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
END_ATTRIBUTES_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
END_CLONE_HIERARCHIES_FOR_REMOTE_COMMIT - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
END_DESERIALIZATION_INITIAL_MESSAGE - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
END_DESERIALIZATION_TCM - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
END_ELEMENT - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
END_REMOVE_MEMBERS - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
END_SERIALIZATION_INITIAL_MESSAGE - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
END_SERIALIZATION_TCM - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
EndAttributes - Class in com.quartetfs.biz.xmla.binxml.token.impl
EndAttributes token.
EndAttributes() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.EndAttributes
 
endAxis() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.CSVTableOutput
 
endAxis() - Method in interface com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.ITableOutput
 
endAxis() - Method in class com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.CSVTableOutput
 
endAxis() - Method in interface com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.ITableOutput
 
endCells() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.CSVTableOutput
 
endCells() - Method in interface com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.ITableOutput
 
endCells() - Method in class com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.CSVTableOutput
 
endCells() - Method in interface com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.ITableOutput
 
endConflatedTransactionProcessing(ICompositeActivePivotTransactionInfo, long, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.DefaultLoggingConflatedTransactionListener
 
endConflatedTransactionProcessing(ICompositeActivePivotTransactionInfo, long, long) - Method in interface com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.IConflatedEventProcessingListener
Notifies this listener that the given composite info has been processed.
endDocument() - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeBinXmlHandler
 
endElement() - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
endElement() - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
endElement() - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
endElement() - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
End an element.
endElement(String) - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
endElement(String, String, String) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXMLHandler
 
endElement(String, String, String) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeBinXmlHandler
 
EndElement - Class in com.quartetfs.biz.xmla.binxml.token.impl
EndElement token.
EndElement() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.EndElement
 
endEvent(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
End timing for event processing.
endEventTimingWithStartTime(long) - Method in class com.qfs.snl.agent.service.impl.PublicationStatistics
Record the event publication duration.
endEventTimingWithStartTime(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Record event processing time (in ns) knowing its startTime.
endFilter() - Method in interface com.quartetfs.pivot.mdx.eval.IFilter
Method that must be called when the filtering if finished.
endFilter() - Method in class com.quartetfs.pivot.mdx.eval.impl.ContainsFilter
 
endFilter() - Method in class com.quartetfs.pivot.mdx.func.impl.BooleanFilter
 
endFilter() - Method in class com.quartetfs.pivot.mdx.func.impl.ExceptFilter
 
endFilter() - Method in class com.quartetfs.pivot.mdx.func.impl.NonEmptyFilter
 
endFunction() - Method in interface com.qfs.pivot.mdx.compil.IMdxCompilationBuilder
Ends a function call.
endFunction() - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilationMatcherBuilder
 
endHierarchyListing() - Method in class com.activeviam.builders.distributed.DelegatingDataClusterDefinitionBuilder
 
endHierarchyListing() - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.IHasConcealedDataNodeHierarchiesDataClusterDescriptionBuilder
Stipulates that the collection of concealed hierarchies is finished.
endLine(byte[]) - Method in interface com.activeviam.pivot.rest.dataexport.outputmanagers.IOutputManager.ITextOutputManager
Creates a new line.
endLine(byte[]) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextCloudOutputManager
Creates a new line and increments the line counter.
endLine(byte[]) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextFileOutputManager
Creates a new line and increments the line counter.
endLine(byte[]) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextStreamOutputManager
Creates a new line.
endLine(byte[]) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextZipFileOutputManager
Creates a new line and increments the line counter.
endNonTransactionalEventProcessing(Object, long, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.DefaultLoggingConflatedTransactionListener
 
endNonTransactionalEventProcessing(Object, long, long) - Method in interface com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.IConflatedEventProcessingListener
Notifies this listener that the given event has been processed.
EndOfLineManagement - Class in com.qfs.msg.csv.impl
Manages end of line detection with respect to a given charset decoder.
EndOfLineManagement(Charset) - Constructor for class com.qfs.msg.csv.impl.EndOfLineManagement
Full constructor.
endPlanRetrievalsTimingWithDuration(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
Record the retrieval planning duration (in ns).
EndPointStatistics - Class in com.qfs.websocket.endpoint.monitoring.impl
Provide statistics about the Websocket end point.
EndPointStatistics(String) - Constructor for class com.qfs.websocket.endpoint.monitoring.impl.EndPointStatistics
Full constructor.
EndRange - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
endRegistrationTimingWithStartTime(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Record the registration duration of a continuous query.
endRegistrationWithDuration(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Records the multi-query registration duration (in ns).
endRegistrationWithStartTime(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Record the registration duration (in ns) of a continuous query.
ENDSESSION_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
endSort() - Method in class com.quartetfs.pivot.mdx.eval.impl.HierarchizeOrder
 
endSort() - Method in class com.quartetfs.pivot.mdx.eval.impl.MultiOrder
 
endSort() - Method in interface com.quartetfs.pivot.mdx.eval.IOrder
Method that must be called when the sorting if finished.
endSort() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet.InterruptCheckOrder
 
endSort() - Method in class com.quartetfs.pivot.mdx.func.impl.ANumericOrder
 
endSort() - Method in class com.quartetfs.pivot.mdx.func.impl.ValueOrder
 
endTableAndAppend(StringBuilder) - Method in class com.qfs.util.ui.impl.TableBuilder
 
endTableAndAppend(StringBuilder) - Method in interface com.qfs.util.ui.ITableBuilder
Appends the table to the given StringBuilder.
endTask() - Method in class com.quartetfs.pivot.mdx.plan.impl.ACellPlanExecutor
Tells the executor to stop execution of a task (will restore the context seen at beforeTask for this thread).
endTiming() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatisticsWithThreadLocal
End recording time.
endTimingWithStartTime(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Record an event duration using the given startTimeInNs.
endTransaction(long) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Ends a transaction.
endTransaction(long) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
endUnregistrationTimingWithStartTime(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Record the unregistration duration of a continuous query.
endUnregistrationWithStartTime(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Record the unregistration duration (in ns) of a continuous query.
endUpdateComputingTimingWithStartTime(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Record the time for computing of updates.
endUpdateNotification() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
End timing for update notification.
ENETDOWN - Static variable in class com.qfs.platform.solaris.Errno
 
ENETRESET - Static variable in class com.qfs.platform.solaris.Errno
 
ENETUNREACH - Static variable in class com.qfs.platform.solaris.Errno
 
ENFILE - Static variable in class com.qfs.platform.solaris.Errno
 
ENOANO - Static variable in class com.qfs.platform.solaris.Errno
 
ENOBUFS - Static variable in class com.qfs.platform.solaris.Errno
 
ENOCSI - Static variable in class com.qfs.platform.solaris.Errno
 
ENODATA - Static variable in class com.qfs.platform.solaris.Errno
 
ENODEV - Static variable in class com.qfs.platform.solaris.Errno
 
ENOENT - Static variable in class com.qfs.platform.solaris.Errno
 
ENOEXEC - Static variable in class com.qfs.platform.solaris.Errno
 
ENOKEY - Static variable in class com.qfs.platform.solaris.Errno
 
ENOLCK - Static variable in class com.qfs.platform.solaris.Errno
 
ENOLINK - Static variable in class com.qfs.platform.solaris.Errno
 
ENOMEDIUM - Static variable in class com.qfs.platform.solaris.Errno
 
ENOMEM - Static variable in class com.qfs.platform.solaris.Errno
 
ENOMSG - Static variable in class com.qfs.platform.solaris.Errno
 
ENONET - Static variable in class com.qfs.platform.solaris.Errno
 
ENOPKG - Static variable in class com.qfs.platform.solaris.Errno
 
ENOPROTOOPT - Static variable in class com.qfs.platform.solaris.Errno
 
ENOSPC - Static variable in class com.qfs.platform.solaris.Errno
 
ENOSR - Static variable in class com.qfs.platform.solaris.Errno
 
ENOSTR - Static variable in class com.qfs.platform.solaris.Errno
 
ENOSYS - Static variable in class com.qfs.platform.solaris.Errno
 
ENOTBLK - Static variable in class com.qfs.platform.solaris.Errno
 
ENOTCONN - Static variable in class com.qfs.platform.solaris.Errno
 
ENOTDIR - Static variable in class com.qfs.platform.solaris.Errno
 
ENOTEMPTY - Static variable in class com.qfs.platform.solaris.Errno
 
ENOTNAM - Static variable in class com.qfs.platform.solaris.Errno
 
ENOTRECOVERABLE - Static variable in class com.qfs.platform.solaris.Errno
 
ENOTSOCK - Static variable in class com.qfs.platform.solaris.Errno
 
ENOTTY - Static variable in class com.qfs.platform.solaris.Errno
 
ENOTUNIQ - Static variable in class com.qfs.platform.solaris.Errno
 
enrich(FieldPath, IInternalCopperLevel) - Method in class com.activeviam.copper.store.Mapping
Adds a field and its corresponding level on the cube to the mapping.
enrich(IMappedTuple, Object...) - Method in interface com.quartetfs.fwk.util.IMappedTupleEnricher
Enriches the given tuple and return a new tuple backed by the original one.
enrich(IMappedTuple, Object...) - Method in class com.quartetfs.fwk.util.impl.MappedTupleEnricher
 
enrich(IMappedTuple, List<?>) - Method in interface com.quartetfs.fwk.util.IMappedTupleEnricher
Enriches the given tuple and return a new tuple backed by the original one.
enrich(IMappedTuple, List<?>) - Method in class com.quartetfs.fwk.util.impl.MappedTupleEnricher
 
EnrichedMappedTuple - Class in com.quartetfs.fwk.util.impl
A mapped tuple enriched with additional key-value entries.
EnrichedPointValue - Class in com.qfs.repository.impl
Default implementation of IPivotPointValue.
EnrichedPointValue(String, IPointValue, ICoordinates) - Constructor for class com.qfs.repository.impl.EnrichedPointValue
Constructor.
enrichJmxMessage(StringBuilder) - Method in class com.qfs.multiversion.impl.VersionHistory
Adds the info about epochs usage of this IVersionHistory to the given StringBuilder.
ensureCalledWithinTests() - Static method in class com.qfs.util.impl.EnvTest
Deprecated.
Detects that the call is performed as part of a test.
ensureCalledWithinTests(Supplier<String>) - Static method in class com.qfs.util.impl.EnvTest
Deprecated.
Detects that the call is performed as part of a test.
ensureCapacity(int) - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
Ensures that this heap can hold the given minimum number of elements, resizing it if needed.
ensureCapacity(int) - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
Ensures that this heap can hold the given minimum number of elements, resizing it if needed.
ensureCapacity(int) - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
Ensures that this heap can hold the given minimum number of elements, resizing it if needed.
ensureCapacity(int) - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
Ensures that this heap can hold the given minimum number of elements, resizing it if needed.
ensureCapacity(int) - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
Ensures that this heap can hold the given minimum number of elements, resizing it if needed.
ensureCapacity(int) - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
Ensures that this heap can hold the given minimum number of elements, resizing it if needed.
ensureCapacity(int) - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
Ensures that this heap can hold the given minimum number of elements, resizing it if needed.
ensureCapacity(int) - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
Ensures that this heap can hold the given minimum number of elements, resizing it if needed.
ensureCapacity(int) - Method in class com.qfs.bitmap.impl.Bitmap
Ensures a specific buffer capacity, i.e.
ensureCapacity(int) - Method in interface com.qfs.column.IColumn
Ensures that this column is large enough to store at least the requested number of elements.
ensureCapacity(int) - Method in class com.qfs.column.impl.AChunkedColumn
 
ensureCapacity(int) - Method in interface com.qfs.pivot.agg.IAggregateStore
Ensures that the store has at least the given capacity, expending it if needed.
ensureCapacity(int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
ensureCapacity(int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
ensureCapacity(int) - Method in class com.qfs.store.impl.AColumnChunkSet
Allocates more chunks if needed to reach the requested capacity.
ensureCapacity(int) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
Ensures that this column is large enough to store at least the requested number of elements.
ensureCapacity(int) - Method in class com.qfs.store.impl.ChunkSetRecordBlock
 
ensureCapacity(int) - Method in class com.qfs.store.impl.TombstoneColumn
 
ensureCapacity(int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
ensureCapacity(int) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
ensureCapacity(int) - Method in class com.qfs.store.record.impl.RecordBlock
 
ensureCapacity(int) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
ensureCapacity(int) - Method in interface com.qfs.store.record.IWritableRecordBlock
Ensures that this block can at least store the given number of records.
ensureCapacity(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AReplicatedColumn
 
ensureCapacity(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
ensureCapacity(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
Ensures that this cell set has the required capacity (and can therefore store data for up to capacity locations).
ensureCapacity(int) - Method in interface com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet.IScope
Ensures that this scope can store up to capacity index locations.
ensureCapacity(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet.RangeScope
 
ensureCapacity(int) - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Ensures that the result is large enough to store at least the requested number of elements.
ensureCapacity(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
ensureClassInitialized(Class<?>) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Ensure the given class has been initialized.
ensureConnections(Collection<NettyAddressGenerator.NettyAddress>) - Method in class com.qfs.messenger.netty.impl.NettyTransporter
Ensure connections with all given remote instances and If a connection with one of the target instances cannot be established, an exception is thrown.
ensureContext() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Sets the current context to the one required by this execution plan.
ensureContext() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
ensureFieldExists(ReachableField) - Method in class com.activeviam.copper.DatabaseHelper
Deprecated.
 
ensureFieldExists(ReachableField) - Method in interface com.activeviam.copper.IDatabaseHelper
Deprecated.
Ensures the given field exists.
ensureFieldExists(String) - Method in class com.activeviam.copper.DatabaseSelectionHelper
Deprecated.
Ensures the given field exists in the selection.
ensureFieldsExists(String[]) - Method in class com.activeviam.copper.DatabaseSelectionHelper
Deprecated.
Ensures the given field exists in the selection.
ensureKeyword(IExpression) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Ensures that an expression is a function keyword.
ensureMembersCommunication(IClusterView, Set<IAddress>, Set<IAddress>, int) - Method in class com.qfs.messenger.impl.ADistributedMessenger
Ensures that this messenger can send and receive messages from all the other members in its cluster.
ensureMultiListener() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStream
 
ensureNoDuplicateName(ImmutableCollection<String>, String, String) - Static method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
Ensure that all the names in a given collection are unique within this collection by throwing otherwise.
ensureOverCommitMemoryParameter() - Method in class com.qfs.platform.linux.LinuxPlatform
Check the parameter sysctl vm.overcommit_memory is set to 1 and throws if the value is not correctly set.
ensurePartitionsCapacity(MultiVersionStorePartition[], int) - Static method in class com.qfs.store.impl.StoreTransaction
Makes sure that the given MultiVersionStorePartition array is large enough to store a partition corresponding to the given partition id by increasing its size if necessary.
ensureSameDimensions(List<IDimension<? extends IHierarchy>>, List<IMultiVersionDimension<? extends IMultiVersionHierarchy>>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
ensureSameHierarchies(List<? extends IHierarchy>, List<? extends IHierarchy>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
ensureStream(String) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousQueryEngine
Makes sure that the stream identified by the given plugin key exists in the engine.
ensureStream(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
ENTITIES - Static variable in interface com.qfs.snl.rs.IWorkflowRestService
Qualifier to get workflow entities referenced for a given entity type.
entitlementsProvider() - Method in interface com.qfs.server.cfg.IRoleContextConfig
EntitlementsProvider - Class in com.activeviam.pivot.security.builders
Utility class to build an IEntitlementsProvider.
EntityProcessExecutor - Class in com.qfs.snl.workflows.process.impl
Implementation of executor applied to entity workflow configuration.
EntityProcessExecutor(IWorkflowService) - Constructor for class com.qfs.snl.workflows.process.impl.EntityProcessExecutor
Constructor.
EntityProcessExecutorExtendedPlugin() - Constructor for class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins.EntityProcessExecutorExtendedPlugin
Default constructor.
EntityWorkflowConfiguration - Class in com.qfs.snl.persistence.impl
Object representing a workflow configuration.
EntityWorkflowConfiguration(IEntityWorkflowConfiguration) - Constructor for class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Copy constructor.
EntityWorkflowConfiguration(String, String, String) - Constructor for class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Constructor.
EntityWorkflowConfiguration(String, String, String, IAudit, IAudit) - Constructor for class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Full constructor.
EntityWorkflowConfigurationDto - Class in com.qfs.snl.dtos
DTO encoding a parameter workflow configuration.
EntityWorkflowConfigurationDto() - Constructor for class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Constructor.
EntityWorkflowConfigurationDto(IEntityWorkflowConfiguration) - Constructor for class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Copy constructor.
EntityWorkflowConfigurationDto(String, String, String, AuditDto, AuditDto) - Constructor for class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Constructor.
entityWorkflowDao() - Method in interface com.qfs.snl.cfg.IActiveMonitorPersistenceConfiguration
[Bean] DAO managing database operations on workflows for parameters.
entityWorkflowDao() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
EntityWorkflowDao - Class in com.qfs.snl.persistence.impl
The alert data access object.
EntityWorkflowDao(SessionFactory, int) - Constructor for class com.qfs.snl.persistence.impl.EntityWorkflowDao
Constructor.
entriesToMap(BiFunction<Function<? super Map.Entry<K, V>, ? extends K>, Function<? super Map.Entry<K, V>, ? extends V>, Collector<Map.Entry<K, V>, ?, Map<K, V>>>) - Static method in class com.activeviam.util.impl.StreamUtil
Creates a stream collector transforming Map.Entry into a map.
entriesToUnmodifiableMap() - Static method in class com.activeviam.util.impl.StreamUtil
Creates a stream collector transforming Map.Entry into a map.
ENTRY_DOES_NOT_EXIST - Static variable in class com.qfs.content.service.impl.ContentServiceMessages
Message.
EntryList<K,​V> - Class in com.qfs.pivot.util.impl
A list of (key,value) entries.
EntryList() - Constructor for class com.qfs.pivot.util.impl.EntryList
Constructor.
EntryList(int) - Constructor for class com.qfs.pivot.util.impl.EntryList
Constructor.
EntryList(EntryList<K, V>) - Constructor for class com.qfs.pivot.util.impl.EntryList
Copy constructor.
EntryList(K, V) - Constructor for class com.qfs.pivot.util.impl.EntryList
Constructor that initializes this list with an initial entry.
EntryNotFoundException - Exception in com.qfs.msg.keyvalue.impl
Exception throws when an entry is not found in a key-value database.
EntryNotFoundException() - Constructor for exception com.qfs.msg.keyvalue.impl.EntryNotFoundException
Default constructor.
EntryNotFoundException(String) - Constructor for exception com.qfs.msg.keyvalue.impl.EntryNotFoundException
Constructor.
EntryNotFoundException(String, Object...) - Constructor for exception com.qfs.msg.keyvalue.impl.EntryNotFoundException
Constructor.
EntryNotFoundException(String, Throwable) - Constructor for exception com.qfs.msg.keyvalue.impl.EntryNotFoundException
Constructor.
EntryNotFoundException(Throwable) - Constructor for exception com.qfs.msg.keyvalue.impl.EntryNotFoundException
Constructor.
EntryNotFoundException(Throwable, String, Object...) - Constructor for exception com.qfs.msg.keyvalue.impl.EntryNotFoundException
Constructor.
entrySet() - Method in interface com.activeviam.collections.ImmutableMap
Give the list of entries from this map.
entrySet() - Method in class com.activeviam.collections.impl.ImmutableHashMap
 
entrySet() - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
entrySet() - Method in class com.qfs.graph.impl.DirectedGraph
 
entrySet() - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
entrySet() - Method in class com.qfs.store.impl.UserStoreGraph
 
entrySet() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
entrySet() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
entrySet() - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
entrySet() - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
ENUM_DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_EnumeratorsDefinition
 
ENUM_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_EnumeratorsDefinition
 
ENUM_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_EnumeratorsDefinition
 
ENUM_VALUE - Static variable in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
A value returned by IContextValueTranslator.getAvailableProperties() specifying the acceptable values for the associated property.
EnumArrayType(Class<T>) - Constructor for class com.quartetfs.biz.xmla.impl.XmlaTypes.EnumArrayType
 
EnumConverter - Class in com.qfs.jna.impl
Converts an IJnaEnum to the corresponding native int, and the other way around.
EnumConverter() - Constructor for class com.qfs.jna.impl.EnumConverter
 
EnumFieldType - Class in com.qfs.snl.messages.form.impl
A form field type with a range of specified values.
EnumFieldType(Class<E>, boolean) - Constructor for class com.qfs.snl.messages.form.impl.EnumFieldType
Constructor.
EnumFieldType(Map<String, String>, boolean) - Constructor for class com.qfs.snl.messages.form.impl.EnumFieldType
Constructor.
EnumFieldType(FormProperty) - Constructor for class com.qfs.snl.messages.form.impl.EnumFieldType
Constructor from an Activiti from property.
EnumType(Class<T>) - Constructor for class com.quartetfs.biz.xmla.impl.XmlaTypes.EnumType
 
EnumTypeMapper - Class in com.qfs.jna.impl
The Type mapper to add to the library to be able to use IJnaEnum as native method arguments and return type.
EnumTypeMapper() - Constructor for class com.qfs.jna.impl.EnumTypeMapper
Constructor of EnumTypeMapper.
env - Variable in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
Spring environment.
ENV_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
EnvironmentPropertyResolver - Class in com.activeviam.properties.impl
Property Resolver for Environment variables.
EnvironmentPropertyResolver() - Constructor for class com.activeviam.properties.impl.EnvironmentPropertyResolver
 
EnvTest - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ENXIO - Static variable in class com.qfs.platform.solaris.Errno
 
EOF - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
EOF - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
EOF - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
EOPNOTSUPP - Static variable in class com.qfs.platform.solaris.Errno
 
EOVERFLOW - Static variable in class com.qfs.platform.solaris.Errno
 
EOWNERDEAD - Static variable in class com.qfs.platform.solaris.Errno
 
EPERM - Static variable in class com.qfs.platform.solaris.Errno
 
EPFNOSUPPORT - Static variable in class com.qfs.platform.solaris.Errno
 
EPIPE - Static variable in class com.qfs.platform.solaris.Errno
 
epoch - Variable in class com.qfs.pivot.builder.cellset.impl.JsonCellDataBuilder
The epoch.
epoch - Variable in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
The epoch.
epoch - Variable in class com.qfs.pivot.json.cellset.JsonCellData
The epoch.
epoch - Variable in class com.qfs.pivot.json.cellset.JsonCellSetData
The epoch.
epoch(String) - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
The epoch.
Epoch - Class in com.qfs.multiversion.impl
Implementation of IEpoch for the transaction log.
Epoch(long) - Constructor for class com.qfs.multiversion.impl.Epoch
Constructor for an epoch created at this current time.
Epoch(long, long) - Constructor for class com.qfs.multiversion.impl.Epoch
Constructor for an epoch at a given time.
Epoch(long, String, boolean) - Constructor for class com.qfs.multiversion.impl.Epoch
Constructor for an epoch of a branch at the current time.
Epoch(long, String, boolean, long) - Constructor for class com.qfs.multiversion.impl.Epoch
Constructor for an epoch of a branch at a given time.
Epoch(long, String, boolean, long, String) - Constructor for class com.qfs.multiversion.impl.Epoch
Full constructor.
EPOCH - Static variable in class com.qfs.snl.agent.mdx.impl.AStreamInfo
Epoch name.
EPOCH_DIMENSION_LEGACY_NAME_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property used to rename the Epoch dimension/hierarchy to Branch (instead of Epoch).
EPOCH_DIMENSION_NAME - Static variable in interface com.quartetfs.biz.pivot.cube.dimension.IDimension
The name of the Epoch dimension.
EPOCH_HIERARCHY_NAME - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
The name of the Epoch hierarchy.
EPOCH_LEVEL_NAME - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevel
The name of the Epoch level.
EPOCH_PARAM - Static variable in interface com.qfs.service.store.IDatabaseRestService
REST query parameter configuring the epoch on which the query must run.
EpochComparator - Class in com.qfs.fwk.ordering.impl
Sorts the epochs, from the oldest to the most recent.
EpochComparator() - Constructor for class com.qfs.fwk.ordering.impl.EpochComparator
 
EpochCreator - Class in com.activeviam.multiversion.impl
Creates epochs in a natural order by incrementing an AtomicLong.
EpochCreator(ITimeSupplier) - Constructor for class com.activeviam.multiversion.impl.EpochCreator
 
EpochDimensionDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Implementation for IEpochDimensionDescription.
EpochDimensionDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
Default constructor, enabling the epoch dimension but not the epoch level.
EpochDimensionDescription(boolean, boolean) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
Uses the default value for the epoch level.
EpochDimensionDescription(boolean, boolean, boolean) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
Full constructor.
EpochFormatter - Class in com.qfs.fwk.format.impl
A formatter for epochs which uses IEpoch.getTimestamp() and IEpoch.getName().
EpochFormatter(Locale) - Constructor for class com.qfs.fwk.format.impl.EpochFormatter
 
EpochFormatter(Locale, String) - Constructor for class com.qfs.fwk.format.impl.EpochFormatter
Constructor.
epochManagementPolicy() - Method in interface com.qfs.server.cfg.IActivePivotManagerDescriptionConfig
Returns the epoch management policy that should be used by the associated datastore.
epochManager() - Method in class com.qfs.server.cfg.impl.ActivePivotWithDatastoreConfig
 
EpochManager - Class in com.qfs.multiversion.impl
Base implementation of IAdvancedEpochManager.
EpochManager(IEpochManagementPolicy) - Constructor for class com.qfs.multiversion.impl.EpochManager
Full constructor, used for tests.
EpochNamePredicate(String) - Constructor for class com.qfs.multiversion.impl.ALinkedVersionHistory.EpochNamePredicate
Constructor.
EpochUtil - Class in com.qfs.multiversion.impl
A set of utility methods for Epoch, VersionHistory.
EPROTO - Static variable in class com.qfs.platform.solaris.Errno
 
EPROTONOSUPPORT - Static variable in class com.qfs.platform.solaris.Errno
 
EPROTOTYPE - Static variable in class com.qfs.platform.solaris.Errno
 
eq(Object) - Method in interface com.activeviam.copper.api.CopperLevel
Creates a CopperLevelCondition that represents the result of an equality test between each member value of this level and the given object.
eq(Object) - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
eq(String, Object) - Static method in class com.activeviam.builders.FactFilterConditions
Defines an EQUAL condition.
EQ - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
EQ - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
EQ - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
EQ - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
EQFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ComparisonFunctions.EQFunction
Constructor.
equal(FieldPath) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IDynamicCondition testing that, for a given database record, the value of said record for the given field is equal to an object that will be provided at the query runtime.
equal(FieldPath, Object) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IConstantCondition testing that, for a given database record, the value of said record for the given field is equal to the given object.
equal(FieldPath, Object) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing an EQUAL condition.
equal(IRTExpressionDependency, IRTExpressionDependency) - Static method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
equal(String, Object) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing an EQUAL condition.
equal(String, T) - Static method in class com.activeviam.database.api.experimental.refresh.condition.ConditionFactory
Creates a condition which matches the rows where the given column is equal to the given value.
EQUAL - Static variable in interface com.quartetfs.fwk.filtering.IMatchingCondition
Plugin key for the EQUAL condition.
Equal_Areas - com.quartetfs.biz.xmla.constants.Keyword
 
EqualCondition - Class in com.quartetfs.fwk.filtering.impl
A condition to test equality on a given object.
EqualCondition() - Constructor for class com.quartetfs.fwk.filtering.impl.EqualCondition
 
EqualCondition(Object) - Constructor for class com.quartetfs.fwk.filtering.impl.EqualCondition
Full constructor.
equals(int, boolean) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
equals(int, boolean) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
equals(int, boolean) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
equals(int, boolean) - Method in interface com.qfs.chunk.IChunkBoolean
Tests if the record stored at that position is equal to a value.
equals(int, boolean) - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
equals(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
equals(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
equals(int, double) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
equals(int, double) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
equals(int, double) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
equals(int, double) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
equals(int, double) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
equals(int, double) - Method in interface com.qfs.chunk.IChunkDouble
Tests if the record stored at that position is equal to a value.
equals(int, double) - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
equals(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
equals(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
equals(int, float) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
equals(int, float) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
equals(int, float) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
equals(int, float) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
equals(int, float) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
equals(int, float) - Method in interface com.qfs.chunk.IChunkFloat
Tests if the record stored at that position is equal to a value.
equals(int, float) - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
equals(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
equals(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
equals(int, int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
equals(int, int) - Method in class com.qfs.chunk.direct.impl.ADirectChunkPrimitiveInteger
 
equals(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
equals(int, int) - Method in interface com.qfs.chunk.IChunkInteger
Tests if the record stored at that position is equal to a value.
equals(int, int) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
equals(int, int) - Method in class com.qfs.chunk.impl.AChunkPrimitiveInteger
 
equals(int, int) - Method in class com.qfs.chunk.impl.ChunkOffsetInteger
 
equals(int, int) - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
equals(int, int) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedFilterCompiler
 
equals(int, int) - Method in class com.qfs.pivot.cube.provider.impl.IsPointGrantedFilterVisitor
 
equals(int, int) - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.IDictionarizedFilterVisitor
What to return if the given level should be equals to the given values.
equals(int, int) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.MergingFilterVisitor
 
equals(int, int[]) - Method in class com.qfs.dic.impl.AFixedLengthIntegerArrayDictionary
 
equals(int, int[]) - Method in class com.qfs.dic.impl.FilteredPointList
 
equals(int, int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionary
 
equals(int, int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
equals(int, int[]) - Method in class com.qfs.dic.impl.IntegerArrayList
 
equals(int, int[]) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
equals(int, int[]) - Method in class com.qfs.dic.impl.PointReferenceDictionary
 
equals(int, int[]) - Method in interface com.qfs.dic.IPointList
Compare the content of a point in the list with an external array of coordinates.
equals(int, int[]) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
equals(int, int[]) - Method in class com.quartetfs.biz.pivot.contribution.impl.ColumnWrappingPointList
 
equals(int, int[], int[]) - Method in class com.qfs.dic.impl.AFixedLengthIntegerArrayDictionary
 
equals(int, int[], int[]) - Method in class com.qfs.dic.impl.FilteredPointList
 
equals(int, int[], int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionary
 
equals(int, int[], int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
equals(int, int[], int[]) - Method in class com.qfs.dic.impl.IntegerArrayList
 
equals(int, int[], int[]) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
equals(int, int[], int[]) - Method in class com.qfs.dic.impl.PointReferenceDictionary
 
equals(int, int[], int[]) - Method in interface com.qfs.dic.IPointList
Take a point in the list, apply a filter to it and test if that filtered point is equals to an external array of coordinates.
equals(int, int[], int[]) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
equals(int, int[], int[]) - Method in class com.quartetfs.biz.pivot.contribution.impl.ColumnWrappingPointList
 
equals(int, int, int) - Method in class com.qfs.dic.impl.AFixedLengthIntegerArrayDictionary
 
equals(int, int, int) - Method in class com.qfs.dic.impl.FilteredPointList
 
equals(int, int, int) - Method in class com.qfs.dic.impl.IntegerArrayDictionary
 
equals(int, int, int) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
equals(int, int, int) - Method in class com.qfs.dic.impl.IntegerArrayList
 
equals(int, int, int) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
equals(int, int, int) - Method in class com.qfs.dic.impl.PointReferenceDictionary
 
equals(int, int, int) - Method in interface com.qfs.dic.IPointList
Compare two coordinates of two points in that source for equality.
equals(int, int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
equals(int, int, int) - Method in class com.quartetfs.biz.pivot.contribution.impl.ColumnWrappingPointList
 
equals(int, int, int[]) - Method in class com.qfs.dic.impl.AFixedLengthIntegerArrayDictionary
 
equals(int, int, int[]) - Method in class com.qfs.dic.impl.FilteredPointList
 
equals(int, int, int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionary
 
equals(int, int, int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
equals(int, int, int[]) - Method in class com.qfs.dic.impl.IntegerArrayList
 
equals(int, int, int[]) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
equals(int, int, int[]) - Method in class com.qfs.dic.impl.PointReferenceDictionary
 
equals(int, int, int[]) - Method in interface com.qfs.dic.IPointList
Compare two points in that source for equality, with respect to a filter (selection of coordinates).
equals(int, int, int[]) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
equals(int, int, int[]) - Method in class com.quartetfs.biz.pivot.contribution.impl.ColumnWrappingPointList
 
equals(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
equals(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
equals(int, long) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
equals(int, long) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
equals(int, long) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
equals(int, long) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
equals(int, long) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
equals(int, long) - Method in interface com.qfs.chunk.IChunkLong
Tests if the record stored at that position is equal to a value.
equals(int, long) - Method in class com.qfs.chunk.impl.ChunkOffsetLong
 
equals(int, long) - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
equals(int, long) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
equals(int, Object) - Method in class com.activeviam.copper.agg.ConditionPerLevelExtractor
 
equals(int, Object) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.DictionarizingFilterVisitor
 
equals(int, Object) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.OptimizingSubCubeVisitor
 
equals(int, Object) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToPivotConditionFilterCompiler
 
equals(int, Object) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToStringFilterVisitor
 
equals(int, Object) - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.ISubCubeVisitor
What to return if the discriminator at the given level should be equals to the given values.
equals(int, String) - Method in interface com.qfs.msg.csv.ILineReader
Returns true if the string argument is equal to the field at that column index.
equals(int, String) - Method in class com.qfs.msg.csv.impl.LineReader
Returns true if the string argument is equal to the field at that column index.
equals(int, K) - Method in class com.qfs.chunk.impl.ChunkObject
Tests if a value at a position is equal to a particular value.
equals(ICoordinates, ICoordinates) - Static method in class com.qfs.repository.coordinates.util.CoordinatesUtil
Compares to coordinates.
equals(IRepositoryResult, Object) - Static method in class com.qfs.repository.dto.RepositoryResultDto
Decides if the two results are equal.
equals(IParameterUpdate<?, ?>, Object) - Static method in class com.qfs.repository.dto.ParameterUpdateDto
Decides if the parameter is equal to another object.
equals(IUpdateRequest<?, ?>, Object) - Static method in class com.qfs.repository.dto.UpdateRequestDto
Decides if a request is equal to another object.
equals(IPointValue.IKey, Object) - Static method in class com.qfs.repository.dto.PointValueDto.KeyDto
Decides if the key is equal to another object.
equals(IPointValue, Object) - Static method in class com.qfs.repository.dto.PointValueDto
Tests the equality between a IPointValue and an object.
equals(ISentinelAlert, Object) - Static method in class com.qfs.snl.dtos.AlertDto
Tests the equality between a ISentinelAlert and an object.
equals(ISentinelEvent, Object) - Static method in class com.qfs.snl.dtos.EventDto
Tests the equality between a ISentinelEvent and an object.
equals(ISentinelState, Object) - Static method in class com.qfs.snl.dtos.StateDto
Tests the equality between a ISentinelState and an object.
equals(ITimePeriod, Object) - Method in interface com.qfs.snl.ITimePeriod
Tests two objects for equality as ITimePeriod.
equals(IMonitor, Object) - Static method in class com.qfs.snl.dtos.MonitorDto
Tests the equality between a IMonitor and an object.
equals(IAudit, Object) - Static method in class com.qfs.snl.dtos.AuditDto
Tests the equality between a IAudit and an object.
equals(IEntityWorkflowConfiguration, Object) - Static method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Tests the equality between a IEntityWorkflowConfiguration and an object.
equals(IWorkflowSchema, Object) - Static method in interface com.qfs.snl.workflows.IWorkflowSchema
Tests the equality between an IWorkflowSchema and an object.
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
 
equals(IVector, IVector) - Method in class com.qfs.vector.binding.impl.GenericVectorBinding
 
equals(IVector, IVector) - Method in interface com.qfs.vector.IVectorBinding
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.2; to be removed in 6.1.0. Reason: method does not respect Double.equals for double vectors that contain 0.0d, -0.0d, or NaN.
equals(ILocation, ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Equality check between two locations.
equals(IMappedTuple, IMappedTuple) - Static method in class com.quartetfs.fwk.util.impl.MappedTuple
Returns whether the two tuples are equal or not, e.g.
equals(ITuple, ITuple) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Checks equality between two tuples.
equals(IMdxMember, IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Deep equality check between two IMdxMember instances.
equals(IMdxMember, Object) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Checks if an object is equal to a member.
equals(E[], E[]) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TimeLineHandler.ArrayHashingStrategy
 
equals(Object) - Method in class com.activeviam.agg.impl.AUserDefinedAggregation
 
equals(Object) - Method in class com.activeviam.cloud.entity.impl.ACloudDirectory
 
equals(Object) - Method in class com.activeviam.cloud.entity.impl.AEntityPath
 
equals(Object) - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
equals(Object) - Method in class com.activeviam.contextservice.dto.ContextValueDescription
 
equals(Object) - Method in class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger.MergeCopperFunction
 
equals(Object) - Method in class com.activeviam.copper.hierarchy.CartesianProductValuesSupplier
 
equals(Object) - Method in class com.activeviam.copper.hierarchy.MapValuesSupplier
 
equals(Object) - Method in class com.activeviam.copper.hierarchy.SetValuesSupplier
 
equals(Object) - Method in class com.activeviam.copper.hierarchy.StoreMultipleFieldDistinctValuesSupplier
 
equals(Object) - Method in class com.activeviam.copper.hierarchy.StoreSingleFieldDistinctValuesSupplier
 
equals(Object) - Method in class com.activeviam.copper.HierarchyIdentifier
 
equals(Object) - Method in class com.activeviam.copper.HierarchySchemaCoordinate
 
equals(Object) - Method in class com.activeviam.copper.LevelIdentifier
 
equals(Object) - Method in class com.activeviam.copper.LevelToField
 
equals(Object) - Method in class com.activeviam.copper.measure.ShiftMeasure.ConditionShift
 
equals(Object) - Method in class com.activeviam.copper.measure.ShiftMeasure.LambdaShift
 
equals(Object) - Method in class com.activeviam.copper.measure.ShiftMeasure.LevelShift
 
equals(Object) - Method in class com.activeviam.copper.measure.window.AggregationToWindowTraversal.ReducerSupplier
 
equals(Object) - Method in class com.activeviam.copper.measure.window.WindowBuilder.ConstantPartitionByValueProvider
 
equals(Object) - Method in class com.activeviam.copper.measure.window.WindowBuilder.PartitionByParentProvider
 
equals(Object) - Method in class com.activeviam.copper.MemberAndValue
Deprecated.
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ACopperFunction
Deprecated.
Forces implementation to override Object.equals(Object).
equals(Object) - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
 
equals(Object) - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
 
equals(Object) - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
 
equals(Object) - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ConstantCopperFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ContextValueFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.CopperHierarchyValueFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.CopperLevelValueFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ReaderCopperFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ToBooleanRecordMapFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ToDoubleRecordMapFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ToDoubleUnaryFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ToFloatRecordMapFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ToFloatUnaryFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ToIntRecordMapFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ToIntUnaryFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ToLongRecordMapFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ToLongUnaryFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ToObjectRecordMapFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.function.ToObjectUnaryFunction
 
equals(Object) - Method in class com.activeviam.copper.operation.operator.ToBooleanUnaryFunction
 
equals(Object) - Method in class com.activeviam.copper.ProviderCoordinate
 
equals(Object) - Method in class com.activeviam.copper.recast.CubeStructureChange
 
equals(Object) - Method in class com.activeviam.copper.store.BasicStoreField
 
equals(Object) - Method in class com.activeviam.copper.store.JoinedStoreField
 
equals(Object) - Method in class com.activeviam.copper.store.JoinKey
 
equals(Object) - Method in class com.activeviam.database.api.experimental.refresh.ChangeDescription
 
equals(Object) - Method in class com.activeviam.database.api.experimental.refresh.TableUpdateDetail
 
equals(Object) - Method in class com.activeviam.database.api.query.AliasedField
 
equals(Object) - Method in class com.activeviam.database.api.query.DistinctQuery
 
equals(Object) - Method in class com.activeviam.database.api.query.GetByKeyQuery
 
equals(Object) - Method in class com.activeviam.database.api.query.ListQuery
 
equals(Object) - Method in class com.activeviam.database.api.query.PartitionStatistics
 
equals(Object) - Method in class com.activeviam.database.api.schema.DatabaseId
 
equals(Object) - Method in class com.activeviam.database.api.schema.DataTable
 
equals(Object) - Method in class com.activeviam.database.api.schema.DataTableField
 
equals(Object) - Method in class com.activeviam.database.api.schema.FieldPath
 
equals(Object) - Method in class com.activeviam.database.api.schema.ITableJoin.FieldMapping
 
equals(Object) - Method in class com.activeviam.database.api.schema.JoinPath
 
equals(Object) - Method in class com.activeviam.database.api.schema.ReachableField
 
equals(Object) - Method in class com.activeviam.database.api.schema.StoreField
 
equals(Object) - Method in class com.activeviam.database.api.schema.TableJoin
 
equals(Object) - Method in class com.activeviam.database.commons.api.numa.desc.impl.CustomNumaSelectorDescription
 
equals(Object) - Method in class com.activeviam.database.commons.api.numa.desc.impl.NumaSelectorFromJoinDescription
 
equals(Object) - Method in class com.activeviam.database.commons.api.numa.desc.impl.NumaSelectorFromTableDescription
 
equals(Object) - Method in class com.activeviam.database.sql.api.schema.SqlJoin
 
equals(Object) - Method in class com.activeviam.database.sql.api.schema.SqlTableId
 
equals(Object) - Method in class com.activeviam.dic.provider.IApplicationDictionaryProvider.GlobalDictionaryKey
 
equals(Object) - Method in class com.activeviam.dic.provider.impl.DictionaryConfiguration
 
equals(Object) - Method in class com.activeviam.dic.provider.impl.DictionaryUpdateImpact
 
equals(Object) - Method in class com.activeviam.dic.provider.impl.GlobalDictionaryTransactionResult
 
equals(Object) - Method in class com.activeviam.dic.provider.impl.LocalDictionaryTransactionResult
 
equals(Object) - Method in class com.activeviam.msg.csv.impl.CloudFileInfo
 
equals(Object) - Method in class com.activeviam.pivot.json.tracing.JsonTraceLog
 
equals(Object) - Method in class com.activeviam.pivot.json.tracing.JsonTracingInfo
 
equals(Object) - Method in class com.activeviam.pivot.rest.dataexport.converters.LevelTypePair
 
equals(Object) - Method in class com.activeviam.store.structure.DatastoreVersionKeys.SecondaryIndexKey
 
equals(Object) - Method in class com.activeviam.store.structure.DatastoreVersionKeys.UniqueIndexKey
 
equals(Object) - Method in class com.activeviam.store.structure.DatastoreVersionKeys.VersionPartitionKey
 
equals(Object) - Method in class com.activeviam.store.structure.DatastoreVersionKeys.VersionReferenceKey
 
equals(Object) - Method in class com.activeviam.store.structure.DatastoreVersionKeys.VersionStoreKey
 
equals(Object) - Method in class com.activeviam.store.structure.graph.FieldKey
 
equals(Object) - Method in class com.activeviam.store.structure.graph.IndexKey
 
equals(Object) - Method in class com.activeviam.store.structure.graph.ReferenceKey
 
equals(Object) - Method in class com.activeviam.store.structure.graph.StoreKey
 
equals(Object) - Method in class com.activeviam.store.structure.impl.StoreMetadataHolder
 
equals(Object) - Method in class com.activeviam.type.FieldType
 
equals(Object) - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
equals(Object) - Method in class com.qfs.agg.impl.AAggregation
 
equals(Object) - Method in class com.qfs.agg.impl.AMultiSourceAggregation
 
equals(Object) - Method in class com.qfs.agg.impl.Timestamp
 
equals(Object) - Method in class com.qfs.bitmap.impl.Bitmap
 
equals(Object) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
equals(Object) - Method in class com.qfs.bitmap.impl.QFSBitmap
 
equals(Object) - Method in interface com.qfs.chunk.IAllocationSettings
 
equals(Object) - Method in class com.qfs.chunk.impl.VectorsAllocationSettings
 
equals(Object) - Method in class com.qfs.content.service.audit.impl.AuditableCSEntry
 
equals(Object) - Method in class com.qfs.content.service.audit.impl.AuditAction
Same as the regular equals method, but with a looser class constraint: we only require that the objects being compared are instances of AuditAction, and not that they share the same class.
equals(Object) - Method in class com.qfs.content.service.impl.BasicPathlessContentEntry
 
equals(Object) - Method in class com.qfs.content.service.impl.ContentEntry
 
equals(Object) - Method in class com.qfs.content.service.impl.ContentTree
 
equals(Object) - Method in class com.qfs.content.service.impl.ContentUpdate
 
equals(Object) - Method in class com.qfs.content.service.impl.CSEntry
 
equals(Object) - Method in class com.qfs.content.service.impl.PathlessContentEntry
 
equals(Object) - Method in class com.qfs.content.ws.impl.JsonContentUpdate
 
equals(Object) - Method in class com.qfs.desc.impl.FieldDescription
 
equals(Object) - Method in class com.qfs.desc.impl.OptimizationDescription
 
equals(Object) - Method in class com.qfs.desc.impl.ReferenceDescription
 
equals(Object) - Method in class com.qfs.desc.impl.StoreDescription
 
equals(Object) - Method in class com.qfs.desc.impl.VectorFieldDescription
 
equals(Object) - Method in class com.qfs.dic.impl.Point
 
equals(Object) - Method in class com.qfs.fwk.cache.impl.TtlCache.CachedValue
 
equals(Object) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
equals(Object) - Method in class com.qfs.graph.impl.DirectedGraph
 
equals(Object) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
equals(Object) - Method in class com.qfs.jwt.service.impl.JwtRestServiceController.Token
 
equals(Object) - Method in class com.qfs.messenger.impl.LocalMessenger.LocalAddress
 
equals(Object) - Method in class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
 
equals(Object) - Method in class com.qfs.monitoring.statistic.impl.BooleanArrayStatisticAttribute
 
equals(Object) - Method in class com.qfs.monitoring.statistic.impl.BooleanStatisticAttribute
 
equals(Object) - Method in class com.qfs.monitoring.statistic.impl.DoubleArrayStatisticAttribute
 
equals(Object) - Method in class com.qfs.monitoring.statistic.impl.DoubleStatisticAttribute
 
equals(Object) - Method in class com.qfs.monitoring.statistic.impl.FloatArrayStatisticAttribute
 
equals(Object) - Method in class com.qfs.monitoring.statistic.impl.FloatStatisticAttribute
 
equals(Object) - Method in class com.qfs.monitoring.statistic.impl.IntegerArrayStatisticAttribute
 
equals(Object) - Method in class com.qfs.monitoring.statistic.impl.IntegerStatisticAttribute
 
equals(Object) - Method in class com.qfs.monitoring.statistic.impl.LongArrayStatisticAttribute
 
equals(Object) - Method in class com.qfs.monitoring.statistic.impl.LongStatisticAttribute
 
equals(Object) - Method in class com.qfs.monitoring.statistic.impl.MonitoringStatistic
 
equals(Object) - Method in class com.qfs.monitoring.statistic.impl.StringArrayStatisticAttribute
 
equals(Object) - Method in class com.qfs.monitoring.statistic.impl.StringStatisticAttribute
 
equals(Object) - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
equals(Object) - Method in class com.qfs.msg.csv.filesystem.impl.FileSystemFileInfo
 
equals(Object) - Method in class com.qfs.msg.csv.impl.ACompressedEntryFileInfo
 
equals(Object) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
 
equals(Object) - Method in class com.qfs.multiversion.impl.BranchInfo
 
equals(Object) - Method in class com.qfs.multiversion.impl.Epoch
 
equals(Object) - Method in class com.qfs.pivot.agg.impl.MultiFieldAggregatedElement
 
equals(Object) - Method in class com.qfs.pivot.agg.impl.SingleFieldAggregatedElement
 
equals(Object) - Method in class com.qfs.pivot.content.impl.DescriptionWithPermissions
 
equals(Object) - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteDimensionTransactionData
 
equals(Object) - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteTransactionInformation
 
equals(Object) - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction.RemoteHierarchyTransactionData
 
equals(Object) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.FilterCache
 
equals(Object) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.CubeFilterWrapper
 
equals(Object) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.ProviderFilterKey
 
equals(Object) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.ProviderPartitionFilterCache
 
equals(Object) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.LeafFilterCompiler.LeafConditionCache
 
equals(Object) - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationContext
 
equals(Object) - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationParts
 
equals(Object) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocation
 
equals(Object) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocationWithParent
 
equals(Object) - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector.ContributionTask
 
equals(Object) - Method in class com.qfs.pivot.impl.DataNodeManager.CubeEndPointInfo
 
equals(Object) - Method in class com.qfs.pivot.json.branch.JsonBranchDescription
 
equals(Object) - Method in class com.qfs.pivot.json.branch.JsonBranchPermissions
 
equals(Object) - Method in class com.qfs.pivot.json.database.JsonDatabaseDiscovery
 
equals(Object) - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
 
equals(Object) - Method in class com.qfs.pivot.json.database.JsonDatabaseJoin
 
equals(Object) - Method in class com.qfs.pivot.json.database.JsonTableResult
 
equals(Object) - Method in class com.qfs.pivot.json.discovery.ContextValueDiscovery
 
equals(Object) - Method in class com.qfs.pivot.json.query.JsonContinuousMdxQuery
 
equals(Object) - Method in class com.qfs.pivot.json.query.JsonMdxQuery
 
equals(Object) - Method in class com.qfs.pivot.json.query.JsonMdxQueryPlan
 
equals(Object) - Method in class com.qfs.pivot.json.query.JsonRange
 
equals(Object) - Method in class com.qfs.pivot.json.query.JsonStreamingRequest
 
equals(Object) - Method in class com.qfs.pivot.json.query.JsonStreamRegistration
 
equals(Object) - Method in class com.qfs.pivot.json.query.JsonStreams
 
equals(Object) - Method in class com.qfs.pivot.json.query.JsonStreamSnapshot
 
equals(Object) - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
 
equals(Object) - Method in class com.qfs.pool.impl.PoolUtil.PoolConfig
 
equals(Object) - Method in class com.qfs.repository.context.impl.LookupBehavior
 
equals(Object) - Method in class com.qfs.repository.coordinates.impl.AIndexableCoordinates
 
equals(Object) - Method in class com.qfs.repository.coordinates.impl.Coordinates
 
equals(Object) - Method in class com.qfs.repository.coordinates.impl.Erasure
 
equals(Object) - Method in class com.qfs.repository.dto.CoordinatesDto
 
equals(Object) - Method in class com.qfs.repository.dto.ParameterUpdateDto
 
equals(Object) - Method in class com.qfs.repository.dto.PointValueDto
 
equals(Object) - Method in class com.qfs.repository.dto.PointValueDto.KeyDto
 
equals(Object) - Method in class com.qfs.repository.dto.RepositoryResultDto
 
equals(Object) - Method in class com.qfs.repository.dto.UpdateRequestDto
 
equals(Object) - Method in class com.qfs.repository.impl.RepositoryResult
 
equals(Object) - Method in class com.qfs.repository.params.impl.ParameterUpdate
 
equals(Object) - Method in class com.qfs.repository.persistence.impl.UpdateRequest
 
equals(Object) - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
equals(Object) - Method in class com.qfs.security.impl.BranchPermissions
 
equals(Object) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
 
equals(Object) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
 
equals(Object) - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
equals(Object) - Method in class com.qfs.snl.alerts.impl.DuringTask
 
equals(Object) - Method in class com.qfs.snl.data.impl.SentinelAlert
 
equals(Object) - Method in class com.qfs.snl.data.impl.SentinelEvent
 
equals(Object) - Method in class com.qfs.snl.data.impl.SentinelState
 
equals(Object) - Method in class com.qfs.snl.dtos.AgentConnectionDetailsDto
 
equals(Object) - Method in class com.qfs.snl.dtos.AgentDescriptionDto
 
equals(Object) - Method in class com.qfs.snl.dtos.AlertDto
 
equals(Object) - Method in class com.qfs.snl.dtos.AuditDto
 
equals(Object) - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
equals(Object) - Method in class com.qfs.snl.dtos.EventDto
 
equals(Object) - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
 
equals(Object) - Method in class com.qfs.snl.dtos.MessageDto
 
equals(Object) - Method in class com.qfs.snl.dtos.MonitorDto
 
equals(Object) - Method in class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
 
equals(Object) - Method in class com.qfs.snl.dtos.StateDto
 
equals(Object) - Method in class com.qfs.snl.dtos.TimePeriodDto
 
equals(Object) - Method in class com.qfs.snl.dtos.UserDto
 
equals(Object) - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
 
equals(Object) - Method in class com.qfs.snl.dtos.ws.ATypedDto
 
equals(Object) - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
 
equals(Object) - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
 
equals(Object) - Method in class com.qfs.snl.impl.TimePeriod
 
equals(Object) - Method in class com.qfs.snl.messages.impl.AMessage
 
equals(Object) - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
equals(Object) - Method in class com.qfs.snl.monitors.impl.Monitor
 
equals(Object) - Method in class com.qfs.snl.persistence.impl.AAudit
 
equals(Object) - Method in class com.qfs.snl.persistence.impl.ADbInfo
 
equals(Object) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
equals(Object) - Method in class com.qfs.snl.workflows.impl.WorkflowKey
 
equals(Object) - Method in class com.qfs.snl.workflows.impl.WorkflowSchema
 
equals(Object) - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
equals(Object) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint.StreamIds
Deprecated.
 
equals(Object) - Method in class com.qfs.store.impl.SchemaSelectionSession
 
equals(Object) - Method in class com.qfs.store.impl.StoreFieldName
 
equals(Object) - Method in class com.qfs.store.impl.StoreFormat
 
equals(Object) - Method in class com.qfs.store.impl.StoreSummaryReport
 
equals(Object) - Method in class com.qfs.store.impl.StoreSummaryReport.PartitionSummaryReport
 
equals(Object) - Method in class com.qfs.store.impl.StoreUtils.TranslationResult
Deprecated.
 
equals(Object) - Method in class com.qfs.store.impl.UserStoreGraph
 
equals(Object) - Method in class com.qfs.store.impl.UserStorePartitionVersion
 
equals(Object) - Method in class com.qfs.store.impl.UserStoreVersion
 
equals(Object) - Method in class com.qfs.store.part.impl.AdaptivePartitioningDescription
 
equals(Object) - Method in class com.qfs.store.part.impl.APartitioningNode
 
equals(Object) - Method in class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning
 
equals(Object) - Method in class com.qfs.store.part.impl.APartitioningWithMultipleStandalonePartitionings
 
equals(Object) - Method in class com.qfs.store.part.impl.ConstantFunctionDescription
 
equals(Object) - Method in class com.qfs.store.part.impl.ConstantPartitioningDescription
 
equals(Object) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
 
equals(Object) - Method in class com.qfs.store.part.impl.HierarchicalPartitioningDescription
 
equals(Object) - Method in class com.qfs.store.part.impl.IdentityFunctionDescription
 
equals(Object) - Method in class com.qfs.store.part.impl.ModuloFunctionDescription
 
equals(Object) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
 
equals(Object) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction
 
equals(Object) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription
 
equals(Object) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription
 
equals(Object) - Method in class com.qfs.store.part.impl.NumaNodeUtil.IdentityNumaNodeSelector
 
equals(Object) - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
equals(Object) - Method in class com.qfs.store.part.impl.PartitioningDescription
 
equals(Object) - Method in class com.qfs.store.part.impl.PartitioningNodeDescription
 
equals(Object) - Method in class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModulo
 
equals(Object) - Method in class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModuloDescription
 
equals(Object) - Method in class com.qfs.store.part.impl.PartitioningUtil.ModuloFunction
 
equals(Object) - Method in class com.qfs.store.part.impl.PartitioningUtil.PowerOfTwoModuloFunction
 
equals(Object) - Method in class com.qfs.store.part.impl.SinglePartitioning
 
equals(Object) - Method in class com.qfs.store.part.impl.SinglePartitionPartitioningNodeDescription
 
equals(Object) - Method in class com.qfs.store.query.plan.impl.TreeStoreNode
 
equals(Object) - Method in class com.qfs.store.record.impl.ARecordBlock
 
equals(Object) - Method in class com.qfs.store.record.impl.ARecordReader
 
equals(Object) - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
equals(Object) - Method in class com.qfs.store.record.impl.RecordFormat
 
equals(Object) - Method in interface com.qfs.store.record.IRecordBlock
Compares the specified object with this block for equality.
equals(Object) - Method in class com.qfs.store.ref.impl.AConcreteReferenceFactory
 
equals(Object) - Method in class com.qfs.store.ref.impl.ReferenceMetadata
 
equals(Object) - Method in class com.qfs.store.selection.impl.CompositeSelection
 
equals(Object) - Method in class com.qfs.store.selection.impl.Selection
 
equals(Object) - Method in class com.qfs.store.service.impl.BranchCreationDescription
 
equals(Object) - Method in class com.qfs.store.service.impl.BranchDescription
 
equals(Object) - Method in class com.qfs.store.service.impl.DatabaseDiscovery
 
equals(Object) - Method in class com.qfs.store.service.impl.DatabaseFieldDescription
 
equals(Object) - Method in class com.qfs.store.service.impl.DatabaseJoinDescription
 
equals(Object) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation
 
equals(Object) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation.StoreTransactionStatistics
 
equals(Object) - Method in class com.qfs.util.impl.CharArraySubSequence
Deprecated.
 
equals(Object) - Method in class com.qfs.util.impl.QfsConcurrency.BlockingQueryHolder
Deprecated.
 
equals(Object) - Method in class com.qfs.util.impl.RangeUnion
Deprecated.
 
equals(Object) - Method in class com.qfs.util.IRangeUnion.Range
Deprecated.
 
equals(Object) - Method in class com.qfs.util.tar.impl.TarEntry
 
equals(Object) - Method in class com.qfs.vector.impl.AVector
 
equals(Object) - Method in class com.qfs.vector.impl.EmptyVector
 
equals(Object) - Method in interface com.qfs.vector.IVector
equals(Object) - Method in class com.qfs.versions.service.ApisDto
 
equals(Object) - Method in class com.qfs.versions.service.ApiVersionDto
 
equals(Object) - Method in class com.qfs.versions.service.VersionDto
 
equals(Object) - Method in class com.qfs.webservices.ActivePivotDiscovery
 
equals(Object) - Method in class com.qfs.webservices.CatalogDiscovery
 
equals(Object) - Method in class com.qfs.webservices.CubeDiscovery
 
equals(Object) - Method in class com.qfs.webservices.DimensionDiscovery
 
equals(Object) - Method in class com.qfs.webservices.HierarchyDiscovery
 
equals(Object) - Method in class com.qfs.webservices.LevelDiscovery
 
equals(Object) - Method in class com.qfs.webservices.MeasureDiscovery
 
equals(Object) - Method in class com.qfs.websocket.endpoint.impl.AWsSessionMultiplexer
 
equals(Object) - Method in class com.qfs.websocket.endpoint.impl.MultiplexedJsonWsSession
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter.QueryResult
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumn
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumnSet
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughColumn
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughHeader
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughRow
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.impl.AContextValue
All Context values must implement equals method.
equals(Object) - Method in class com.quartetfs.biz.pivot.context.impl.AsOfEpoch
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.impl.Branch
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.impl.ContextSnapshot
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.impl.DiscreteRangeContextValue
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnDto
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnSetDto
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.impl.FlatContextValuesHolder
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter.NonVisualFilteredHierarchy
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimit
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.impl.UserAuthentication
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeElement
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
 
equals(Object) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
equals(Object) - Method in class com.quartetfs.biz.pivot.contribution.impl.SimpleAggregatedContributionHolder
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMember
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.ALevel
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.AnalysisHierarchyInfo
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.DiscriminatorComparator
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.OlapElement
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AMeasureMember
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.LevelDomainDictionaryKey
 
equals(Object) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.PointLocation
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotManagerDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaInstanceDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.ADescriptionWithImports
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisHierarchyDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisHierarchyDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnSetDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.CatalogDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.ClusterDefinition
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorOrderDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotInstanceDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.FilterDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiGoalDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiStatusDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiTrendDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiValueDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.NativeMeasureDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderFilters
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.PluginDefinition
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition.DistributedApplicationDefinition
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition
 
equals(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.SelectionDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.dto.AggregateDTO
 
equals(Object) - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
equals(Object) - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
 
equals(Object) - Method in class com.quartetfs.biz.pivot.dto.AxisPositionDTO
 
equals(Object) - Method in class com.quartetfs.biz.pivot.dto.CellDTO
 
equals(Object) - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
 
equals(Object) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
 
equals(Object) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughResultDTO
 
equals(Object) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughRowDTO
 
equals(Object) - Method in class com.quartetfs.biz.pivot.dto.HierarchyDTO
 
equals(Object) - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
 
equals(Object) - Method in class com.quartetfs.biz.pivot.dto.Path
 
equals(Object) - Method in class com.quartetfs.biz.pivot.dto.PermissionsMapDTO
 
equals(Object) - Method in class com.quartetfs.biz.pivot.dto.RangeDTO
 
equals(Object) - Method in interface com.quartetfs.biz.pivot.ILocation
Two locations are equal if they express exactly the same coordinates and that those coordinates are themselves equal.
equals(Object) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSelectionOptimizer.SelectionDefinition
 
equals(Object) - Method in class com.quartetfs.biz.pivot.impl.APointLocationListReader
 
equals(Object) - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
equals(Object) - Method in class com.quartetfs.biz.pivot.impl.Location
 
equals(Object) - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
equals(Object) - Method in class com.quartetfs.biz.pivot.impl.ModifiedLocation
 
equals(Object) - Method in class com.quartetfs.biz.pivot.impl.MutableSubLocation
 
equals(Object) - Method in class com.quartetfs.biz.pivot.impl.PivotMetadata
Deprecated.
 
equals(Object) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
equals(Object) - Method in class com.quartetfs.biz.pivot.impl.RestrictedLocation
 
equals(Object) - Method in class com.quartetfs.biz.pivot.impl.SubLocation
 
equals(Object) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
 
equals(Object) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ALeafLevelsPrefetcher
 
equals(Object) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.AUnderlyingMeasuresPrefetcher
 
equals(Object) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ChildPrefetcher
 
equals(Object) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ParentPrefetcher
 
equals(Object) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.TimeLineHelpers.LocationKey
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.ExternalResult
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAsyncAggregatesContinuousHandler
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever.ExecutionPlanKey
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesEntry
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDefinition
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDescription
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.MissedPrefetchBehavior
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TimeLineHandler
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PartitioningAwarePpNode.PartitioningAwarePpDependencyKey
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph.PpDependencyKey
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph.PrimitiveAggregationDependencyKey
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph.PrimitiveDependencyKey
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatastoreRetrievalResultHolder
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RetrievalKey
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RetrievalResultHolder
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughQuery
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.impl.MDXQuery
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.missing.impl.AnyPathUnresolvedPath
 
equals(Object) - Method in class com.quartetfs.biz.pivot.query.missing.impl.UnresolvedPath
 
equals(Object) - Method in class com.quartetfs.biz.pivot.security.impl.AEntitlement
 
equals(Object) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManagerKey
 
equals(Object) - Method in class com.quartetfs.biz.pivot.security.impl.PivotEntitlement
 
equals(Object) - Method in class com.quartetfs.biz.pivot.streaming.impl.ActivePivotEvent
 
equals(Object) - Method in class com.quartetfs.biz.pivot.streaming.impl.ActivePivotQueryStreamIdentifier
 
equals(Object) - Method in class com.quartetfs.biz.pivot.streaming.impl.AggregatesEvent
 
equals(Object) - Method in class com.quartetfs.biz.pivot.streaming.impl.FullRefreshEvent
 
equals(Object) - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamIdentifier
 
equals(Object) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellsFollower.LooseTupleWrapper
 
equals(Object) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
 
equals(Object) - Method in class com.quartetfs.biz.xmla.compression.impl.ByteString
 
equals(Object) - Method in class com.quartetfs.biz.xmla.servlet.impl.CancelCommand
Deprecated.
 
equals(Object) - Method in class com.quartetfs.biz.xmla.servlet.impl.SchemaCacheKey
 
equals(Object) - Method in class com.quartetfs.biz.xmla.servlet.impl.StatementCommand
Deprecated.
 
equals(Object) - Method in class com.quartetfs.fwk.filtering.impl.LogicalCondition
 
equals(Object) - Method in class com.quartetfs.fwk.filtering.impl.MatchingCondition
 
equals(Object) - Method in class com.quartetfs.fwk.filtering.impl.MultipleAccessor
 
equals(Object) - Method in class com.quartetfs.fwk.filtering.impl.SingleAccessor
 
equals(Object) - Method in class com.quartetfs.fwk.filtering.impl.SubCondition
 
equals(Object) - Method in class com.quartetfs.fwk.format.impl.APatternFormatter
 
equals(Object) - Method in class com.quartetfs.fwk.format.impl.DateFormatter
 
equals(Object) - Method in class com.quartetfs.fwk.format.impl.SubSequence
 
equals(Object) - Method in class com.quartetfs.fwk.impl.AProperty
 
equals(Object) - Method in class com.quartetfs.fwk.impl.ArrayProperty
 
equals(Object) - Method in class com.quartetfs.fwk.impl.CompiledAndChainProperty
 
equals(Object) - Method in class com.quartetfs.fwk.impl.CompiledProperty
 
equals(Object) - Method in class com.quartetfs.fwk.impl.ListProperty
 
equals(Object) - Method in class com.quartetfs.fwk.impl.Pair
 
equals(Object) - Method in class com.quartetfs.fwk.impl.PropertyInfo
 
equals(Object) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
 
equals(Object) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming.JsonSelectionField
 
equals(Object) - Method in class com.quartetfs.fwk.ordering.impl.AlphabeticalComparator
 
equals(Object) - Method in class com.quartetfs.fwk.ordering.impl.ComparableComparator
 
equals(Object) - Method in class com.quartetfs.fwk.ordering.impl.CustomComparator
 
equals(Object) - Method in class com.quartetfs.fwk.ordering.impl.DoubleComparator
 
equals(Object) - Method in class com.quartetfs.fwk.ordering.impl.FloatComparator
 
equals(Object) - Method in class com.quartetfs.fwk.ordering.impl.IntComparator
 
equals(Object) - Method in class com.quartetfs.fwk.ordering.impl.LongComparator
 
equals(Object) - Method in class com.quartetfs.fwk.ordering.impl.NaturalOrderComparator
 
equals(Object) - Method in class com.quartetfs.fwk.ordering.impl.PathComparator
 
equals(Object) - Method in class com.quartetfs.fwk.ordering.impl.ReverseOrderComparator
 
equals(Object) - Method in class com.quartetfs.fwk.ordering.impl.StringComparator
 
equals(Object) - Method in class com.quartetfs.fwk.ordering.impl.ToStringComparator
 
equals(Object) - Method in class com.quartetfs.fwk.query.impl.AListQuery
 
equals(Object) - Method in class com.quartetfs.fwk.security.impl.SecurityDetails
 
equals(Object) - Method in class com.quartetfs.fwk.types.impl.FactoryValue
 
equals(Object) - Method in class com.quartetfs.fwk.types.impl.PluginValue
Two light plugin values are equal if and only if they have the same key.
equals(Object) - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
Two mapped tuples are equals if they implement the interface and each of their coordinates are equal.
equals(Object) - Method in class com.quartetfs.fwk.util.impl.GenericList
 
equals(Object) - Method in class com.quartetfs.fwk.util.impl.MappedTuple
Two mapped tuples are equals if they implement the interface and each of their coordinates are equal.
equals(Object) - Method in class com.quartetfs.fwk.util.impl.StringProperty
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.eval.impl.ATuple
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ASet
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.EmptySet
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets.ToRangeSetResult
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFixedFunctionDefinition
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFunctionDefinition
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.base.impl.AOptionalArgumentsInSerieFunctionDefinition
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ASingleOptionalArgFunctionDefinition
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ASingleOptionalKeywordFunctionDefinition
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.base.impl.AVarArgSingleTypeFunctionDefinition
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.base.impl.MatchResult
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ReturnFunction
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.impl.ATopBottomCountFunctionDefinition
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.impl.ATopBottomXFunctionDefinition
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.impl.OpeningClosingPeriodFunctionDefinition
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.impl.SetUnionFunctionDefinition
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.impl.TopBottomPercentFunctionDefinition
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.func.impl.TopBottomSumFunctionDefinition
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependency
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMember
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMemberProperty
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxDimension
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxHierarchy
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxLevel
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxPastPeriodRangeEpochMember
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxPivotMember
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.plan.impl.AggregateKey
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.AggregateKeyTask
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.NamedSetExecTask
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.TupleExecTask
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.plan.impl.ExcludedMember
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.statement.impl.CaseExpression
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.statement.impl.CompoundIdentifier
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.statement.impl.Identifier
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.statement.impl.Literal
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.statement.impl.ReturnElement
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.statement.impl.UnresolvedFunctionCall
 
equals(Object) - Method in class com.quartetfs.pivot.mdx.utils.impl.CircularBuffer
 
equals(Object) - Method in class com.quartetfs.tech.streaming.impl.AxisRanges
 
equals(Object) - Method in class com.quartetfs.tech.streaming.impl.FailureEvent
 
equals(Object) - Method in class com.quartetfs.tech.streaming.impl.RangeProperty
 
equals(Object) - Method in class com.quartetfs.tech.streaming.impl.StreamEvent
 
equals(Object) - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
 
equals(Object) - Method in class com.quartetfs.tech.streaming.sharing.impl.QueryStreamIdentifier
 
equals(Object, Object) - Method in class com.qfs.snl.persistence.type.impl.AJsonUserType
 
equals(T, T) - Method in interface com.qfs.dic.IHashingStrategy
Computes equality of two object instances according to that hashing strategy.
EQUALS - com.quartetfs.pivot.mdx.eval.impl.Members.Coverage
When 2 members are equals.
equalsDiscriminator(Object, Object) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Safe equality check.
equalsName(String) - Method in enum com.quartetfs.biz.pivot.query.aggregates.IQueryPlan.GlobalTimings
 
equalsName(String) - Method in enum com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo.TimingDescription
 
equalsValue(IPointValue, Object) - Static method in class com.qfs.repository.dto.PointValueDto
Tests the equality between a IPointValue and an object on the stored value.
ERANGE - Static variable in class com.qfs.platform.solaris.Errno
 
erase(String) - Method in class com.qfs.content.snapshot.impl.ContentServiceSnapshotter
Erase all the content at or below the input path from the underlying content service.
eraseAll() - Method in class com.qfs.content.snapshot.impl.ContentServiceSnapshotter
Erase the entire content from the underlying content service.
eraseAndImport(String, SnapshotContentTree) - Method in class com.qfs.content.snapshot.impl.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.qfs.content.snapshot.impl.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.qfs.content.snapshot.impl.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.qfs.content.snapshot.impl.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.
eraseCredentials() - Method in class com.qfs.jwt.impl.JwtAuthentication
 
Erasure - Class in com.qfs.repository.coordinates.impl
Implementation of Erasure working with the JSON list of the sorted level names.
Erasure(List<String>) - Constructor for class com.qfs.repository.coordinates.impl.Erasure
Constructor.
EREMCHG - Static variable in class com.qfs.platform.solaris.Errno
 
EREMOTE - Static variable in class com.qfs.platform.solaris.Errno
 
EREMOTEIO - Static variable in class com.qfs.platform.solaris.Errno
 
ERESTART - Static variable in class com.qfs.platform.solaris.Errno
 
EROFS - Static variable in class com.qfs.platform.solaris.Errno
 
ERR_ADDCALCMEM_DIMENSIONALITY - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_AGGREGATE_AS_OF_TIME - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_AGGREGATE_DIMENSIONALITY - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_ALIASED_SET - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_ANCESTOR_NEGATIVE_DISTANCE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CALCULATED_COMPANION - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CALCULATED_MEMBER_CREATION - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CANNOT_CONV - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CANNOT_FIND_CUBE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CANNOT_INIT_FORMATTER - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CANNOT_RES_ARG - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CANNOT_RESOLVE_ELT - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CANNOT_RESOLVE_ELT_HINT_DIM - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CANNOT_RESOLVE_ELT_HINT_DIM_NS - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CANNOT_RESOLVE_ELT_HINT_HIER - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CANNOT_RESOLVE_ELT_HINT_LEVEL - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CANNOT_RESOLVE_ELT_TOO_MANY_PARTS - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CANNOT_RESOLVE_MEASURE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CANNOT_SET_RANGE - Static variable in class com.qfs.logging.MessagesStreaming
 
ERR_COMPUTE_PROPERTIES - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_CONNECTING_SERVER - Static variable in class com.qfs.logging.MessagesStreaming
 
ERR_CS_CANNOT_FIND - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_DESERIALIZE_CM - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_DESERIALIZE_CV_WITH_CUBE_ROLE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_DESERIALIZE_CV_WITH_PATH - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_DESERIALIZE_CV_WITH_PATH_CUBE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_DESERIALIZE_CV_WITH_ROLE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_DESERIALIZE_KPI - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_DESERIALIZE_MDX_DESC - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_INVALID_DB_VERSION - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_INVALID_DESCRIPTION - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_INVALID_PATH - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_INVALID_PIVOT_ID_SEP - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_INVALID_ROLE_SEP - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_NOT_INITIALIZED - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_NULL_PIVOT_ID - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_SERIALIZE_CV - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_SERIALIZE_CV_WITH_CUBE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_SERIALIZE_MDX_DESC - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_CS_UNSUPPORTED_DESC - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
ERR_DDOWN_DEEPEST - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_DRILLTHROUGH_WITH_CALCULATED_MEMBER - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_DUPL_AXIS - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_EMPTY_SET_ARG_I - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_EXACT_MATCH_FLAG_CHANGE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_EXISTING_BRANCH - Static variable in class com.activeviam.logging.MessagesMvcc
Deprecated.
 
ERR_EXPRESSION_RESOLUTION - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_HEADER_DOES_NOT_EXIST - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_HIDDEN_SUBTOTALS - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_HIDDEN_SUBTOTALS_MEASURES - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_INCOMP_HIER - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_INVALID_COMPANION_HIERARCHY - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_INVALID_COMPANION_TYPE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_INVALID_TYPE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_IS_RANGE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_LIST_REG - Static variable in class com.qfs.logging.MessagesStreaming
 
ERR_LIST_UNREG - Static variable in class com.qfs.logging.MessagesStreaming
 
ERR_LISTEN_MAX_EVENTS - Static variable in class com.qfs.logging.MessagesStreaming
 
ERR_MALFORMED_CALCMEMBER_ID - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_MALFORMED_NAMEDSET_ID - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_MANY_HIERARCHY_OCCURRENCES - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_MAX_CALL_STACK_DEPTH_REACHED - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_MISPLACED_SLICER - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_MISSING_CUBE_IN_IDENTIFIER - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_NAMED_SET_EXP_TYPE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_NO_COMMON_HIERARCHIES - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_NO_MATCH_SIGN - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_NO_TIME_HIERARCHY - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_NOT_A_UNIQUE_NAME - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_NOT_WRONG_ARGUMENT - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_NULL_ARG_I - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_PUB_NO_SUBJECT - Static variable in class com.qfs.logging.MessagesStreaming
 
ERR_RANGE_WITH_CALCULATED_MEMBER - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_REG_DOMAIN - Static variable in class com.qfs.logging.MessagesStreaming
 
ERR_REG_UNPREPARED - Static variable in class com.qfs.logging.MessagesStreaming
 
ERR_RESOLVE_CALCMEMBER_UNKNOWN_DIM - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_RESOLVE_CALCMEMBER_UNKNOWN_HIER - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_RESOLVE_CALCMEMBER_UNKNOWN_LEVEL - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_RESOLVE_CALCMEMBER_UNKNOWN_MEMBER - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_STR_TO_MEMBER_UNSUPPORTED_ARG - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_UNEXPECTED_EXPRESSION_TYPE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_UNEXPECTED_RETURNED_TYPE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_UNION_AND_DIMENSIONALITY - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_UNKNOWN_COMPANION - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_UNKNOWN_FUNCTION - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_UNKNOWN_PARENT - Static variable in class com.activeviam.logging.MessagesMvcc
Deprecated.
 
ERR_UNKNOWN_PROPERTY_FOR_PROPERTIES - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_UNREG_DOMAIN - Static variable in class com.qfs.logging.MessagesStreaming
 
ERR_UPDADTE_FAILED - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_VAR_ON_ONE_ELEMENT - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
ERR_WRONG_FORMULA_LEVEL - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
Errno - Class in com.qfs.platform.linux
The Linux error numbers.
Errno - Class in com.qfs.platform.solaris
The list of Solaris error numbers.
Errno() - Constructor for class com.qfs.platform.linux.Errno
 
Errno() - Constructor for class com.qfs.platform.solaris.Errno
 
Error - com.qfs.content.ws.impl.NotificationEventType
To indicate that an error has happened.
ERROR - Static variable in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughRow
String returned when something went wrong (e.g.
ERROR - Static variable in class com.quartetfs.biz.xmla.servlet.impl.AResponseMarshaller
 
ERROR - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
ERROR_ACTION - Static variable in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
Action keyword for error = "error".
ERROR_MESSAGE_CONTENT_SERVICE_UNRESPONSIVE - Static variable in class com.qfs.content.service.impl.RemoteContentService
 
ERROR_NUMBERS - Static variable in class com.qfs.platform.solaris.Errno
String values for all error codes.
ERROR_RANGE_LOCATION_EXPAND - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
ERROR_RANGE_LOCATION_HIERARCHIES - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
ErrorCell - Class in com.qfs.util.ui.impl
Class representing a cell with errors.
ErrorCell(int) - Constructor for class com.qfs.util.ui.impl.ErrorCell
Constructor.
ErrorFunction - Class in com.quartetfs.pivot.mdx.func.impl
Error function.
ErrorFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ErrorFunction
 
ErrorFunction.ThrowingErrorFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
 
ErrorFunction.ValueErrorFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
 
errorHandler() - Static method in class com.qfs.rest.services.RestServiceUtils
Creates a function for the WebClient to correctly parse rest errors to JsonError.
errors - Variable in class com.qfs.store.selection.impl.RecordingListenersExceptionsHandler
 
ErrorUtil - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ErrorUtil() - Constructor for class com.qfs.util.impl.ErrorUtil
Deprecated.
 
escape(String, char, char) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Escapes a character in a value using a given escaping character.
escape(String, String, String) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Escapes a character in a value using a given escaping character.
ESCAPE_TOOL - Static variable in class com.qfs.snl.cfg.impl.MessagingConfiguration
Velocity tool for escaping string values.
escapeAndAppend(CharSequence, StringBuilder) - Static method in class com.qfs.pivot.util.impl.MdxNamingUtil
escapeAndAppend(CharSequence, StringBuilder, char) - Static method in class com.qfs.pivot.util.impl.MdxNamingUtil
Doubles every occurrence of the separator in the given CharSequence, and appends the result to the given StringBuilder.
escapeDots(String) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Remove the dots.
ESHUTDOWN - Static variable in class com.qfs.platform.solaris.Errno
 
ESOCKTNOSUPPORT - Static variable in class com.qfs.platform.solaris.Errno
 
ESPIPE - Static variable in class com.qfs.platform.solaris.Errno
 
ESRCH - Static variable in class com.qfs.platform.solaris.Errno
 
ESRMNT - Static variable in class com.qfs.platform.solaris.Errno
 
ESTALE - Static variable in class com.qfs.platform.solaris.Errno
 
estimateChildren(IAxisMember) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
Returns an estimation of the number of children of the specified member.
estimateChildren(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
estimateChildren(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Returns an estimation of the number of children of the specified member, based on the most recent version of this hierarchy.
estimateChildren(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
estimateChildren(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
estimateChildren(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
estimateChildren(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
estimateChildren(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
estimateChildren(Predicate<IMultiVersionAxisMember>, IAxisMember) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Computes an estimation of the number of children for the given member.
estimateChildren(Predicate<IMultiVersionAxisMember>, IAxisMember) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
estimateChildren(Predicate<IMultiVersionAxisMember>, IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
estimateColumnCardinality(StoreField) - Method in interface com.activeviam.database.api.query.IStatisticsQueryRunner
Estimates the cardinality of a field, i.e.
estimateLevelCardinality(int) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
Returns an estimation of the number of members on the specified level.
estimateLevelCardinality(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
estimateLevelCardinality(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Returns an estimation of the number of members on the specified level for the most recent version of this hierarchy.
estimateLevelCardinality(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
estimateLevelCardinality(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
estimateLevelCardinality(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
estimateLevelCardinality(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
estimateLevelCardinality(Predicate<IMultiVersionAxisMember>, int) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Estimates the number of members at the given level for a given epoch.
estimateLevelCardinality(Predicate<IMultiVersionAxisMember>, int) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
estimateLevelCardinality(Predicate<IMultiVersionAxisMember>, int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
estimateSize(int) - Static method in class com.qfs.chunk.impl.ColumnIntegerRowMapping
Estimates the size of a mapping of this type when storing a given number of rows.
estimateSize(int) - Static method in class com.qfs.chunk.impl.HashMapRowMapping
Estimates the size of a mapping of this type when storing a given number of rows.
estimateSize(int) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.HierarchyMemberMemoryQuantifier
Estimates the amount of on-heap memory used to store a given number members in a hierarchy level.
estimateSize(int) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MeasureHierarchyMemberMemoryQuantifier
Estimates the amount of on-heap memory used to store a given number of measures members.
ESTIMATION - com.qfs.store.transaction.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.
ESTRPIPE - Static variable in class com.qfs.platform.solaris.Errno
 
ETIME - Static variable in class com.qfs.platform.solaris.Errno
 
ETIMEDOUT - Static variable in class com.qfs.platform.solaris.Errno
 
ETOOMANYREFS - Static variable in class com.qfs.platform.solaris.Errno
 
ETXTBSY - Static variable in class com.qfs.platform.solaris.Errno
 
EUCLEAN - Static variable in class com.qfs.platform.solaris.Errno
 
EUNATCH - Static variable in class com.qfs.platform.solaris.Errno
 
EUSERS - Static variable in class com.qfs.platform.solaris.Errno
 
evalAsValue(IContextExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
evalAsValue(IRTExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
evalAsValue(R) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Compute the dependency of an expression when it is evaluated as value.
evaluate() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PostProcessedAggregatesRetrieval
Evaluates this post-processed retrieval and return its result.
evaluate(IRecordReader) - Method in interface com.activeviam.datastore.condition.ICustomCondition
Indicates whether the given record matches this condition.
evaluate(IRecordReader) - Method in class com.qfs.condition.impl.FieldComparisonCondition
 
evaluate(IRecordReader) - Method in class com.qfs.store.query.condition.impl.NullCompiledConditionInstance
 
evaluate(IRecordReader) - Method in interface com.qfs.store.query.plan.condition.ICompiledConditionInstance
Evaluates this instance on a given record.
evaluate(IRecordReader) - Method in class com.qfs.store.query.plan.condition.impl.AndCompiledCondition.AndCompiledConditionInstance
 
evaluate(IRecordReader) - Method in class com.qfs.store.query.plan.condition.impl.FalseCompiledCondition.FalseCompiledConditionInstance
 
evaluate(IRecordReader) - Method in class com.qfs.store.query.plan.condition.impl.OrCompiledCondition.OrCompiledConditionInstance
 
evaluate(IRecordReader) - Method in class com.qfs.store.query.plan.condition.impl.TrueCompiledCondition.TrueCompiledConditionInstance
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.activeviam.copper.pivot.pp.AStoreLookupPostProcessor
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.activeviam.copper.pivot.pp.ConstantValuePostProcessor
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.activeviam.copper.pivot.pp.ContextValuePostProcessor
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.activeviam.copper.pivot.pp.DatabasePostProcessor
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.activeviam.copper.pivot.pp.DividePerDescendantCountPostProcessor
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.activeviam.copper.pivot.pp.LevelFilteringPostProcessor
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.activeviam.copper.pivot.pp.MapperPostProcessor
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.activeviam.copper.pivot.pp.MaskPostProcessor
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in interface com.activeviam.pivot.postprocessing.IEvaluator
Maps the given aggregated measures, which are found at the given location, and writes it into the given result cell.
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.activeviam.pivot.postprocessing.impl.AFilteringPostProcessor
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.activeviam.pivot.postprocessing.impl.UnderlyingMeasureEvaluator
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.qfs.repository.impl.LookUpPostProcessor
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ALocationShiftPostProcessor
This method is called to evaluate the post processor value on a given location The underlying measures are provided for the shifted location.
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.BasicPostProcessor
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger.MergeCopperFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.measure.window.WindowBuilder.ConstantPartitionByValueProvider
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.measure.window.WindowBuilder.PartitionByParentProvider
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.ConstantCopperFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.ContextValueFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.CopperHierarchyValueFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.CopperLevelValueFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in interface com.activeviam.copper.operation.function.ICopperFunction
Evaluates the function for the given evaluated location.
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.ReaderCopperFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.ToBooleanRecordMapFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.ToDoubleRecordMapFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.ToDoubleUnaryFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.ToFloatRecordMapFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.ToFloatUnaryFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.ToIntRecordMapFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.ToIntUnaryFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.ToLongRecordMapFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.ToLongUnaryFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.ToObjectRecordMapFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.function.ToObjectUnaryFunction
 
evaluate(ILocation, IRecordReader, IActivePivotContext, IWritableCell) - Method in class com.activeviam.copper.operation.operator.ToBooleanUnaryFunction
 
evaluate(ILocation, IScopedAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.formula.impl.OperandAggregatedValue
 
evaluate(ILocation, IScopedAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.formula.impl.OperandChildAggregatedValues
 
evaluate(ILocation, IScopedAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.formula.impl.OperandDouble
 
evaluate(ILocation, IScopedAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.formula.impl.OperandDynamicAggregation
 
evaluate(ILocation, IScopedAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.formula.impl.OperandFloat
 
evaluate(ILocation, IScopedAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.formula.impl.OperandInt
 
evaluate(ILocation, IScopedAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.formula.impl.OperandLevelValue
 
evaluate(ILocation, IScopedAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.formula.impl.OperandLong
 
evaluate(ILocation, IScopedAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.formula.impl.OperandNull
 
evaluate(ILocation, IScopedAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.formula.impl.OperandParentAggregatedValue
 
evaluate(ILocation, IScopedAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.formula.impl.OperandString
 
evaluate(ILocation, IScopedAggregatesRetrievalResult) - Method in interface com.quartetfs.biz.pivot.formula.IOperand
Get the operand data that will allow getting the values for the operand at the formula evaluation location.
evaluate(ILocation, IAdvancedAggregatesRetriever) - Method in interface com.quartetfs.biz.pivot.formula.IFormula
Evaluate the formula on a given location.
evaluate(ILocation, IAdvancedAggregatesRetriever) - Method in class com.quartetfs.biz.pivot.formula.impl.Formula
 
evaluate(IExpressionEvaluator, CellPlanResult, ClassMap) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlan
Executes the plan.
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.qfs.repository.mdx.impl.LookUpFunction.LookUpFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ABasicOperatorValueFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFixedFunction
Evaluates the function.
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ARewriteFixedFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ARewriteFixedFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.ActiveMeasureFunction.ActiveMeasureFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentEpochFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentLocationFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentMeasureFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.DistinctValueFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.IsRealTimeEpochFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.AAnyToDateFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.AbsFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.AddCalculatedMembersFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.ADrilldownLevelXFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.ADrilldownMemberXFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.AFamilyFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.AggregateFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.AKpiFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.ALinRegParametersFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.AMdxMemberPropertyFunctionAdapter
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.AscendantsFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.ATopBottomXFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.CousinFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.CurrentFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.CurrentMemberFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.CurrentOrdinalFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.DataMemberFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.DistinctFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.DivideFunction.DivideFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.ErrorFunction.ThrowingErrorFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.ErrorFunction.ValueErrorFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.ExpFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.HeadFunction.HeadFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.IsAncestorFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.IsLeafFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.IsUnknownMemberFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.LeadFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.LevelFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.LevelsCountFunction.LevelsCountFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.LinRegPointFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.LogFunction.LogFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.NonEmptyFunction.CrossjoinNonEmptyFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.NonEmptyFunction.SimpleNonEmptyFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.NthChildFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.OpeningClosingPeriodFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.OrdinalFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.ParentFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.PastPeriodsFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.SetToStrFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.SetUnionFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.StripCalculatedMembersFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.SubsetFunction.SubsetFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.TailFunction.TailFunctionDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.UnknownMemberFunction.HierarchyUnknownMember
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.UnknownMemberFunction.MemberUnknownMember
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.UnorderFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.impl.ValueFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.APredicateFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.AConversionFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.WeekdayFunction.WeekdayDefinition
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.DateAddFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.DateDiffFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.DatePartFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.LenFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.NowFunction
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionDefinition
Evaluates the function.
evaluate(Object) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.NameDrillthroughColumn
 
evaluate(Object) - Method in interface com.quartetfs.fwk.filtering.ICondition
Evaluates if the input object fits the condition.
evaluate(Object) - Method in class com.quartetfs.fwk.filtering.impl.AndCondition
 
evaluate(Object) - Method in class com.quartetfs.fwk.filtering.impl.EqualCondition
 
evaluate(Object) - Method in class com.quartetfs.fwk.filtering.impl.FalseCondition
 
evaluate(Object) - Method in class com.quartetfs.fwk.filtering.impl.GreaterCondition
 
evaluate(Object) - Method in class com.quartetfs.fwk.filtering.impl.GreaterEqualCondition
 
evaluate(Object) - Method in class com.quartetfs.fwk.filtering.impl.InCondition
 
evaluate(Object) - Method in class com.quartetfs.fwk.filtering.impl.LikeCondition
 
evaluate(Object) - Method in class com.quartetfs.fwk.filtering.impl.LowerCondition
 
evaluate(Object) - Method in class com.quartetfs.fwk.filtering.impl.LowerEqualCondition
 
evaluate(Object) - Method in class com.quartetfs.fwk.filtering.impl.NotCondition
 
evaluate(Object) - Method in class com.quartetfs.fwk.filtering.impl.OrCondition
 
evaluate(Object) - Method in class com.quartetfs.fwk.filtering.impl.SubCondition
 
evaluate(Object) - Method in class com.quartetfs.fwk.filtering.impl.ToStringEqualCondition
 
evaluate(Object) - Method in class com.quartetfs.fwk.filtering.impl.TrueCondition
 
evaluate(Object[]) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumn
This method is called to evaluate the value of this calculated column on each row.
evaluate(Object[]) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ASimpleCalculatedDrillthroughColumn
 
evaluate(List<Object>) - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorAbsoluteValue
 
evaluate(List<Object>) - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorAdd
Evaluates an addition of different Object operands.
evaluate(List<Object>) - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorAggregation
 
evaluate(List<Object>) - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorConcatenation
 
evaluate(List<Object>) - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorDisaggregation
 
evaluate(List<Object>) - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorDivide
 
evaluate(List<Object>) - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorMinus
 
evaluate(List<Object>) - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorMultiply
 
evaluate(List<Object>) - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorPercentile
 
evaluate(List<Object>) - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorSquareRoot
 
evaluate(List<Object>) - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorSubVector
 
evaluate(List<Object>) - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorTernaryDivide
 
evaluate(List<Object>) - Method in interface com.quartetfs.biz.pivot.formula.IOperator
Evaluate the list of operands.
EVALUATE_FOR_MEASURES_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.ALocationShiftPostProcessor
The property indicates which measures are used to write the post processor results.
evaluateBoolean(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Evaluates an expression that must return a boolean.
evaluateBoolean(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
evaluateCurrent() - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Executes the current context.
evaluateCurrent() - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
evaluateHierarchy(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Evaluates an expression that must return a hierarchy.
evaluateHierarchy(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
evaluateLevel(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Evaluates an expression that must return a level.
evaluateLevel(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
evaluateMember(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Evaluates an expression that must return a member.
evaluateMember(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
evaluateNumeric(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Evaluates an expression that must return a numeric object.
evaluateNumeric(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
evaluateScalar(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
Evaluates an expression that must return a scalar.
evaluateSet(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Evaluates an expression that must return a set.
evaluateSet(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
evaluateSetIIf(IFunctionCall) - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Plans a IIf(boolean_expression, set_expression1, set_expresion2).
evaluateSetIIf(IFunctionCall) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
evaluateString(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Evaluates an expression that must return a string.
evaluateString(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
evaluateTuple(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Evaluates an expression that must return a tuple.
evaluateTuple(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
evaluateType(IExpression, Type, Class<T>) - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Generic method to evaluate an expression.
evaluateType(IExpression, Type, Class<T>) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
evaluateValue(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Evaluates an expression that must return a scalar (i.e an Object).
evaluateValue(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
evaluateVisualTotalsSet(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Evaluates a VisualTotal.
evaluateVisualTotalsSet(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
evaluateWinner(Object) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ABasicOperatorValueFunctionDefinition
Evaluate the value of a winning element.
evaluation_type() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
evaluation_type() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
evaluation_type_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.evaluation_type_return
 
EvaluationContext - Class in com.quartetfs.pivot.mdx.impl
Context used during evaluation.
EvaluationContext(IPlanContext) - Constructor for class com.quartetfs.pivot.mdx.impl.EvaluationContext
 
EVALUATOR - Static variable in class com.activeviam.pivot.postprocessing.impl.AAdvancedPostProcessor
The property used to register an IEvaluator in the post processor.
EVENT - com.quartetfs.biz.pivot.query.monitoring.impl.ProcessingStepTiming
The total event processing time on the component.
EVENT - Static variable in interface com.qfs.snl.workflows.IWorkflowPayload.Variables
ISentinelEvent: the event.
eventAlertAggregator() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Aggregation unit managing alert creation/deletion from received events.
EventAlertAggregator - Class in com.qfs.snl.alerts.impl
Default implementation of a IEventAlertAggregator.
EventAlertAggregator(IMonitorService) - Constructor for class com.qfs.snl.alerts.impl.EventAlertAggregator
Constructor.
EventCache - Class in com.qfs.snl.events.impl
Cache for ISentinelEvent keeping only the relevant events making a monitor status.
EventCache() - Constructor for class com.qfs.snl.events.impl.EventCache
Full constructor.
eventDao() - Method in interface com.qfs.snl.cfg.IActiveMonitorPersistenceConfiguration
[Bean] DAO managing database operations on events.
eventDao() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
EventDto - Class in com.qfs.snl.dtos
The data transfer object for an event.
EventDto() - Constructor for class com.qfs.snl.dtos.EventDto
Constructor.
EventDto(long, String, long, Map<String, String>, long, Double, Double, List<StateDto>) - Constructor for class com.qfs.snl.dtos.EventDto
Full constructor.
EventDto(long, String, Map<String, String>, long, Double, Double, List<StateDto>) - Constructor for class com.qfs.snl.dtos.EventDto
Constructor for unpersisted event.
EventDto(ISentinelEvent) - Constructor for class com.qfs.snl.dtos.EventDto
Constructor.
eventMonitorPayload(IWorkflowPayload, IMonitor, ISentinelEvent) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Completes a payload with for action IWorkflowService.WorkflowTypes.MONITOR_EVENT.
EventProcessExecutor - Class in com.qfs.snl.workflows.process.impl
Implementation of executor applied to events.
EventProcessExecutor(IWorkflowService) - Constructor for class com.qfs.snl.workflows.process.impl.EventProcessExecutor
Constructor.
EventProcessExecutorExtendedPlugin() - Constructor for class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins.EventProcessExecutorExtendedPlugin
Default constructor.
EVENTS - Static variable in interface com.qfs.snl.rs.IMonitorRestService
The events keyword.
EVENTS_COUNT - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - event count.
EVENTS_COUNT - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Statistics key - event count.
EVENTS_COUNT - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Statistics key - event count.
EventStatistics - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Thread safe event duration statistics collector.
EventStatistics() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Default constructor.
EventStatistics(String) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Constructor.
EventStatisticsWithThreadLocal - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Extends the EventStatistics with the use of local thread variable to keep the starting timestamp.
EventStatisticsWithThreadLocal() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatisticsWithThreadLocal
Default constructor.
EventStatisticsWithThreadLocal(String) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatisticsWithThreadLocal
Constructor.
every(Predicate<E>) - Method in interface com.activeviam.collections.ImmutableCollection
Test if all the items of this collection match a given predicate.
evict() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionCache
Evicts entries from the cache so that the number of elements is roughly equal to (capacity - defaultNumToEvict).
evict() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.LRUEvictionCache
 
evict(int) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionCache
Evicts the given number of entries from the cache.
evict(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.LRUEvictionCache
 
EvictionConcurrentMap<K extends IEvictionCache.IEvictionCacheEntry,​V extends IEvictionConcurrentMap.IEvictionConcurrentMapValue<K>> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
A concurrent map with a LRU eviction policy.
EvictionConcurrentMap(int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.EvictionConcurrentMap
Constructor.
EWOULDBLOCK - Static variable in class com.qfs.platform.solaris.Errno
 
EXACT - com.activeviam.copper.pivot.pp.LeadLagPostProcessor.Mode
Lags(/Leads) to the exact value at the requested distance, whether it is null.
EXACT - com.qfs.store.transaction.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.
EXACT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
EXACT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
EXACT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
EXACT_MATCH - com.quartetfs.pivot.mdx.ResultFlag
When the Expression planner plans a set expression, it returns a Set.
ExactLocationDictionary - Class in com.quartetfs.biz.pivot.cube.provider.impl
A dictionary of locations defined as the reduction of an existing list of locations.
ExactLocationDictionary() - Constructor for class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
No-argument constructor, for serialization.
ExactLocationDictionary(ILocationPattern, ILocationList, boolean) - Constructor for class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
Constructor.
EXC_ACACHE_MULTIPLE_CALC - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_ADDITIONAL_MEASURE_POLYMORPHIC - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_AGENT_ILLEGAL_STATE - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_AGENT_ILLEGAL_TRANSITION - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_AGENT_TRANSITION - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_AGGFUN_ILLEGAL_ARG - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_AGGFUN_NULL_ARG - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_AGGFUN_UNEXPECTED_INCONSISTENCY - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_AGGFUN_VECTOR_SIZE_MISMATCH - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_ALREADY_REG - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_ALREADY_REG - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_AXIS_NO_SUCH_MEMBER - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_AXIS_TYPE_MISMATCH - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_BROADCAST - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CACHE_CLEAR - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CALCULATED_MEMBER_ALREADY_EXISTS - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_CALCULATED_MEMBER_DOES_NOT_EXIST - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_CAN_NOT_DESERIALIZE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_CAN_NOT_REGISTER - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_CANNOT_ADD_VALUES - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CANNOT_DROP_MAIN - Static variable in class com.activeviam.logging.MessagesMvcc
Deprecated.
 
EXC_CANNOT_RESOLVE_DEFAULTMEMBER - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
EXC_CANNOT_UPDATE_QUERY - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_CANNOT_UPDATE_QUERY_UNDERLYING_FAILURE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_CFG_MULT_FIELD_HIER - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CFG_NO_FIELD - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CFG_NOT_FOUND - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CLASSIF_BASE_FAILED_INTROSPECTION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CLASSIF_BASE_NULL_VALUE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CLASSIF_OBJECT_FAILED_INTROSPECTION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CLASSIF_OBJECT_NULL_VALUE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CLASSIF_RESULT_FAILED_INTROSPECTION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CLASSIF_RESULT_NULL_VALUE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CLASSIFICATION_CALCULATOR_EXCEPTION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CLASSIFICATION_NULL_RESULTS - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CLEAR_LOC_PUB - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_COLLEC_DISCR_VALUE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_COLMGR_SETUP_FAILURE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_COMET_SYNCHRONIZE_VIEW - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_COMMIT_TRANSACTION - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
EXC_COMMIT_TRANSACTION - Static variable in class com.qfs.logging.MessagesTransactions
Deprecated.
 
EXC_COMPUTING_RESULT - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
EXC_CONTEXT_VALUE_CLONE_NOT_EQUALS - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CONTINUOUS_QUERY_NOT_REGISTERED - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CONTINUOUS_QUERY_NOT_REGISTERED - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_CONTINUOUS_QUERY_NULL_INDEXER - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_CONTINUOUS_QUERY_ON_FIXED_EPOCH - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CONTINUOUS_QUERY_REGISTRATION - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_CONTINUOUS_QUERY_SAME_NAME - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_CONTINUOUS_QUERY_TRANSFORM - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CONTINUOUS_QUERY_TRANSFORM - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_CONTINUOUSQUERY_STOP - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_CONTRIBUTION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CONVERT_LOCATIONS - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_CORE_EXCEEDED_LICENSE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CORRUPTED_LICENSE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_CREATE_DOCBUILDER - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
EXC_CREATE_STREAM - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_CUBE_CONTRIBUTION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_DATE_PARSING - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_DEF_AGGFUN_INCOMPATIBLE_TYPE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_DEF_MISSING_EVALUATOR - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_DEF_NO_EVALUATOR_AND_DEFAULT_KEY_NOT_PRESENT - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_DEF_NO_EVALUATOR_AND_NOT_ONE_UNDERLYING - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_DEF_NO_UNDERLYING_MEASURE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_DEF_UNKNOWN_AGGFUN - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_DEF_UNKNOWN_AGGREGATE_PROVIDER - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_DEF_UNKNOWN_AGGREGATE_PROVIDER_BASE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_DEF_UNKNOWN_COMP - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_DEF_UNKNOWN_HIERARCHY - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_DEF_UNKNOWN_POSTPROC - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_DESERIALIZATION - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
EXC_DIMENSION_CONTRIBUTION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_DISCR_EXPAND - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_DISPOSE_STREAM - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_DISPOSED - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_DISPOSED - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_DRILLTHROUGH_MAX_REACHED - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_DUP_ELT - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
EXC_DUP_ELT_CASE_INSENSITIVE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
EXC_DUP_OLAPELT - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
EXC_DUP_OLAPELT_CASE_INSENSITIVE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
EXC_DYNAMIC_CHANGE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_EMPTY_PLUGIN - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_ENV_VAR - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_ENV_VAR_FILE_NOT_FOUND - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_ENV_VAR_IO - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_ENV_VAR_SECURITY - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_EPOCH_NOT_GRANTED - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_EXEC_QUERY - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_EXEC_QUERY_WITH_LOCATION - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_EXPECTED_CREATE_MEMBER_OR_KPI_STATEMENT - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_EXPECTED_DROP_MEMBER_OR_KPI_STATEMENT - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_EXPECTED_UPDATE_MEMBER_STATEMENT - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_EXPIRED_LICENSE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_FACTLESS_ANALYSIS_HIERARCHY - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_FACTLESS_BASE_STORE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_FACTLESS_HIERARCHY - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_FAIL_REGISTRATION - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_FAIL_REGISTRATION_ATTEMPT_LIMIT - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_FAIL_REGISTRATION_BAD_ARGUMENT - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_FAIL_REGISTRATION_CONTEXT_VALUE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_FAIL_REGISTRATION_MDX_ERROR - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_FILTER_ACCESSOR_FAILED - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_FILTER_FAILED_COMPARISON - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_FILTER_NOT_COMPARABLE - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_FORMATTING - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_FORMATTING - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_GENERIC_STREAM_INIT - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_GET_OBJECT_FROM_CACHE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_GET_VALUE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_GETCURRVIEW - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_HIERARCHY_CONTRIBUTION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_HOST_LICENSE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_INIT_NULL_SERVLET_CONTEXT - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
EXC_INIT_PP - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_INIT_SCHEMA - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_INITIAL_DISCOVERY - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
EXC_INJECT_EP_FACTORY_USED - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_INSTANCIATING_FORMATTER - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_INSTANCIATING_FORMATTER - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_INT_EXPRESSION - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_INTERRUPTED_LISTEN - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_INVALID_CONDITION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_INVALID_INPUT_STREAM - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
EXC_INVALID_LICENSE_OPS - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_INVALID_LOCALE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_INVALID_MDX - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_INVALID_MEMBER_TYPE - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
EXC_IP_LICENSE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_JMX_INVOKE - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_JMX_REGISTER - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_JMX_UNREGISTER - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_KPI_ALREADY_EXISTS - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_KPI_DOES_NOT_EXIST - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_LEVEL_PROPERTY - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_lISTEN - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_LISTEN - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_LISTEN_LOG - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_LISTENER_REG_FAILED - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_LISTENER_UNREG_FAILED - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_MAC_LICENSE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MANAGER_DUPLICATED_CATALOG - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MANAGER_DUPLICATED_PIVOT - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MANAGER_MISSING_PIVOT - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MANAGER_SCHEMA_AGENT - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MANAGER_SCHEMA_ID - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MANAGER_STOP_SCHEMA - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MEASURE_PROPERTY - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MEMBER_VALIDATION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MERGE_DIMENSIONS - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
EXC_MISSING_DRILLTHROUGHCALCULATEDCOLUMN_PLUGIN - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MISSING_DRILLTHROUGHCALCULATEDCOLUMN_PLUGIN_VALUE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MISSING_DRILLTHROUGHCALCULATEDCOLUMNSET_PLUGIN - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MISSING_DRILLTHROUGHCALCULATEDCOLUMNSET_PLUGIN_VALUE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MISSING_MDX_ARGUMENT - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_MISSING_PARTITIONING - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MISSING_PIVOT_ID - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_MISSING_QUERY_ID - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_MISSING_SELECTION_PARTITIONING - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_MULT_MEMBERS - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
EXC_MULTIPLE_BRANCHES - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_MULTIPLE_EPOCHS - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_NEGATIVE_CELLSET_INVALID_REMOVED_POINT_CANDIDATE - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_NEGATIVE_CELLSET_MISSING_HIERARCHIES - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_NO_AUTHENTICATOR - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_NO_AUTHORIZER - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_NO_BEAN_NAME - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
EXC_NO_CONTEXT_MANAGER - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_NO_DEFAULT_MEMBER - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_NO_EPOCH_WITH_BRANCH - Static variable in class com.activeviam.logging.MessagesMvcc
Deprecated.
 
EXC_NO_EPOCH_WITH_NAME - Static variable in class com.activeviam.logging.MessagesMvcc
Deprecated.
 
EXC_NO_FACTORY_FOUND - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_NO_LICENSE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_NO_MANAGER - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_NO_RECYCLE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
EXC_NO_SCHEMA - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_NO_SOURCE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_NO_SUBSCRIPTION - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_NO_UNDERLYING_PIVOT - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_NO_VERSION_AT_EPOCH - Static variable in class com.activeviam.logging.MessagesMvcc
Deprecated.
 
EXC_NO_VERSION_AT_TIME - Static variable in class com.activeviam.logging.MessagesMvcc
Deprecated.
 
EXC_NO_VERSION_WITH_EXACT_EPOCH - Static variable in class com.activeviam.logging.MessagesMvcc
Deprecated.
 
EXC_NO_VIEW - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_NOT_EXPECTED_DATE - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_NOT_REG - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_NOT_REG - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_NOT_SINGLE_CONDITION - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_NOT_UNIQUE_DEFAULTMEMBER - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
EXC_NULL_BRANCH - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_NULL_DEFAULT_DISCRIMINATOR - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_NULL_DESCRIPTION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_NULL_DISCR_VALUE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_NULL_EPOCH - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_NULL_ID - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_NULL_INPUT - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_NULL_INPUT - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_NULL_RECORD_AFTER - Static variable in class com.qfs.logging.MessagesDatastore
Deprecated.
 
EXC_NULL_RECORD_BEFORE - Static variable in class com.qfs.logging.MessagesDatastore
Deprecated.
 
EXC_NULL_SCHEMA - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_PARSE_VECTOR_AT_INDEX - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_PARSE_VECTOR_LENGTH - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_PARSING - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_PARSING_STRING - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_PAUSE_SCHEMA - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_PAUSE_STREAM - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_PIVOT_ILLEGAL_STATE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_PIVOT_INIT - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_PIVOT_NO_INDEXER - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_POINT_SCOPE - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_POST_PROCESSOR_EVALUATION - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
EXC_PP_DUPLICATE_NAME - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_PP_EVALUATION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_PROP_EXPRESSION - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_PUB_FAIL_MSG - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_PUB_GLOB_FAIL - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_PUBLISH - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_QUERIES_EXECUTORS_EXCEEDED - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_RANGE_LOCATION_EXPAND_NO_WILDCARD - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_REBUILD_FAILED - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_RECOMPILE_PROP - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_REEXECUTE_MDX_QUERY - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_REFRESH_VIEW - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_REM_UNKNOWN_LISTENER - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_REMOTE_COMMIT - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
EXC_REMOVE_MEMBERS - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
EXC_REQ_STREAM - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
EXC_REQ_XML_PARSE - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
EXC_RESERVED_DEFAULT_DISCRIMINATOR - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_RESOURCE_NOT_FOUND - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_RESTART - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_RESUME_STREAM - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_SCHEMA_DUPLICATED_PIVOT_INSTANCE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_SCHEMA_DUPLICATED_PROPERTY - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_SCHEMA_INIT - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_SCHEMA_INVALID_FILTER - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_SCHEMA_NULL_KEY - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_SCHEMA_PIVOT_AGENT - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_SCHEMA_UNAVAILABLE_PROPERTY - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_SINK_PUT - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_START_SCHEMA - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STATIC_CHANGE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STATISTIC_RETRIEVAL - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_STOP_SCHEMA - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STOP_STREAM - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_STORAGE_AGGREGATORS_REMOVAL - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STORAGE_AGGREGATORS_REMOVAL_TOO_MANY - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STORAGE_AGGREGATORS_REMOVAL_UNKNOWN_POINT - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STORAGE_AGGREGATORS_RETRIEVAL - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STORAGE_CACHE_EXCEPTION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STORAGE_CLEARING - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STORAGE_CONTRIBUTION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STORAGE_MERGE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STORAGE_MERGE_NOT_SUPPORTED - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STORAGE_MERGE_REMOVAL - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STORAGE_OBJECT_NOT_FOUND - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STORAGE_REGISTER_PARTIAL_PROVIDERS - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STORAGE_UNCONSISTENCIES - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STORAGE_UNEXPECTED_PARTITIONING - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_STREAM_EXISTS - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_STREAM_NO_MDXSTRREG - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_STREAM_NO_MGR - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_STREAM_PAUSE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_STREAM_PUB - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_STREAM_PUSHCURRVIEW - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_STREAM_RESUME - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_STREAM_START - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_STREAM_VIEW - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_SUBFORMULA_EXPRESSION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_SWAPMGR_INSTANTIATION - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_SYNC_DRILLTHROUGH_NODE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_TIMEOUT - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_TIMEOUT - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_TRANSACTION - Static variable in class com.qfs.logging.MessagesTransactions
Deprecated.
 
EXC_TRANSACTION_ALREADY_EXISTS - Static variable in class com.qfs.logging.MessagesTransactions
Deprecated.
 
EXC_TRANSACTION_COMMIT - Static variable in class com.qfs.logging.MessagesTransactions
Deprecated.
 
EXC_TRANSACTION_COMMIT_NO_DATABASE - Static variable in class com.qfs.logging.MessagesTransactions
Deprecated.
 
EXC_TRANSACTION_EXECUTORS_EXCEEDED - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_TRANSACTION_NOT_STARTED - Static variable in class com.qfs.logging.MessagesTransactions
Deprecated.
 
EXC_TRANSACTION_PREPARE - Static variable in class com.qfs.logging.MessagesTransactions
Deprecated.
 
EXC_TRANSACTION_REMOVE_MEMBERS - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
EXC_TRANSACTION_ROLLBACK - Static variable in class com.qfs.logging.MessagesTransactions
Deprecated.
 
EXC_TRANSACTION_STATE - Static variable in class com.qfs.logging.MessagesTransactions
Deprecated.
 
EXC_TRANSACTION_UNSUCCESSFULLY_STARTED - Static variable in class com.qfs.logging.MessagesTransactions
Deprecated.
 
EXC_TRANSLATING_COL - Static variable in class com.qfs.logging.MessagesCSV
Exception while translating column {0} with parser {1} in file {2}.
EXC_TRANSLATING_LINE - Static variable in class com.qfs.logging.MessagesCSV
The parsing of line #{0} failed in source: {1}, text: {2}.
EXC_UNDERLYING_FAILURE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_UNEXP_STATE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_UNEXPECTED - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_UNEXPECTED_COL_TYPE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_UNEXPECTED_MESSENGER_STATUS - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
EXC_UNIDENTIFIED_LICENSE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_UNKNOWN_FIELD_FOR_LEVEL - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_UNKNOWN_HIERARCHY_TYPE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_UNKNOWN_HOST - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_UNKNOWN_INFO_TYPE - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
EXC_UNKNOWN_IP - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_UNKNOWN_LEVEL_TYPE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_UNKNOWN_LISTENER_ID - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_UNKNOWN_STREAM_ID - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_UNKNOWN_STREAM_NODE_TYPE - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_UNKNOWN_STREAM_TYPE - Static variable in class com.qfs.logging.MessagesStreaming
 
EXC_UNPREP_RESOLVE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
EXC_UNRESOLVED_LOC - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_UNRESTRICTED_LICENSE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_UNSUPPORTED_ATTACHED_QUERY - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_UNSUPPORTED_CONTINUOUS_QUERY - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_UNSUPPORTED_STATEMENT_TYPE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_UNSUPPORTEDQUERY - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_UPDATE_VIEW - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_WRONG_CUBE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXC_WRONG_NO_OPERANDS - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_WRONG_NO_RESULTS - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_WRONG_PARAMETER_COUNT - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXC_WRONG_STATE_AGENT - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
EXC_WRONG_TYPE_RANGE_COORDINATE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
EXCEL_DATE_FORMAT - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Simple date format of msas response.
except(MultiScope) - Method in class com.quartetfs.pivot.mdx.plan.impl.MultiScope
 
except(ValueScope) - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope
Creates a ValueScope corresponding to this ValueScope where all the positions flagged in the input ValueScope have been cleared.
except(ValueScope) - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope
 
except(String...) - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.HasAllFields
Exclude fields from the current subset of fields for the current store.
EXCEPT - com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope.MergeType
Merge scope B into A by removing all points of B present in A.
EXCEPT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
ExceptFilter - Class in com.quartetfs.pivot.mdx.func.impl
 
ExceptFilter(ISet) - Constructor for class com.quartetfs.pivot.mdx.func.impl.ExceptFilter
 
ExceptFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
ExceptFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ExceptFunction
Constructor of ExceptFunction.
EXCEPTION - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXCEPTION_DOPOST - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.qfs.messenger.netty.impl.TailHandler
 
ExceptionInterruptor - Class in com.qfs.concurrent.cancellable.impl
An interruptor implementation storing the underlying exception.
ExceptionInterruptor() - Constructor for class com.qfs.concurrent.cancellable.impl.ExceptionInterruptor
 
ExceptionSerializer - Class in com.qfs.jackson.impl
Specific Json serializer for exceptions, so that we know the exception type and we don't serialize all added fields in custom exceptions.
ExceptionSerializer() - Constructor for class com.qfs.jackson.impl.ExceptionSerializer
 
exceptionsIterator() - Method in class com.qfs.messenger.impl.CompletableFutureMessageAnswer
Gets an iterator to iterate over the exceptions encountered during the roundtrip of the message.
EXCLUDE_CURRENT_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.WindowReducePartitionedPostProcessor
Defines whether the current row needs to be excluded from the Window or not.
Exclude_Null - com.quartetfs.biz.xmla.constants.Keyword
 
excludeCurrent() - Method in interface com.activeviam.copper.api.WindowSibling
ONLY for Window made with Window.siblings(CopperHierarchy).
excludeCurrent() - Method in class com.activeviam.copper.measure.window.WindowSiblingBuilder
 
ExcludedMember - Class in com.quartetfs.pivot.mdx.plan.impl
An MDX member to exclude via a cube filter without computing it.
ExcludedMember(IHierarchyInfo, List<String>) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.ExcludedMember
 
ExcludeEmpty - com.quartetfs.biz.xmla.constants.Keyword
 
EXCLUDEEMPTY - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
excludeMembers(IHierarchyInfo, String...) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy denied.
excludeMembers(IHierarchyInfo, List<String>) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy denied.
excludeMembers(String, String, String...) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy denied.
excludeMembersWithConditions(IHierarchyInfo, Object...) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy denied.
excludeMembersWithConditions(IHierarchyInfo, List<Object>) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy denied.
excludeMembersWithConditions(String, String, Object...) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy denied.
excluding(String...) - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.CanBuild
excludingHierarchies(HierarchyIdentifier...) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates the list of hierarchies this partial should not be interested in.
excludingHierarchy(String, String) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates the list of hierarchies this partial should exclude, one by one.
excludingLevel(String, String, String) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates a level this partial should exclude, one by one.
excludingLevels(LevelIdentifier...) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates the list of levels this partial should not be interested in.
excludingMeasures(String...) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutMeasuresRestrictionBuilder
Indicate the list of measures this partial should not be interested in.
Exclusive - com.quartetfs.biz.xmla.constants.Keyword
 
EXCLUSIVE - com.qfs.agg.impl.PercentileFunction.IndexCalculationMode
Deprecated.
q / 100 * (n + 1) - 1) .
EXDEV - Static variable in class com.qfs.platform.solaris.Errno
 
exec() - Method in class com.qfs.concurrent.impl.SharedTaskQueue.SharedTask
 
exec(IActivePivot, ActivePivotSyncUtils.IAction<ResultT, Void>) - Static method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils
Executes the given action on the given pivot while holding the pivot's query lock.
execJoin() - Method in class com.qfs.concurrent.impl.ExecJoinAction
Executes this task locally if it has not started executing yet, or wait for it to be done (via a ForkJoinTask.join()) if this is not the case.
ExecJoinAction - Class in com.qfs.concurrent.impl
A recursive action that exposes the ExecJoinAction.execJoin() method.
ExecJoinAction() - Constructor for class com.qfs.concurrent.impl.ExecJoinAction
 
execute() - Method in class com.activeviam.query.impl.AAsyncAttachedQuery
 
execute() - Method in interface com.qfs.concurrent.IAction
Executes this action.
execute() - Method in class com.qfs.msg.csv.impl.ParsingWorkloadExecution
 
execute() - Method in interface com.qfs.msg.csv.IParsingWorkloadExecution
Execute all the work that has been registered in the workload.
execute() - Method in interface com.qfs.snl.agent.service.IMonitoringStream
Executes the monitoring.
execute() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
execute() - Method in class com.qfs.store.query.impl.ACompiledTask.CompiledIncomingReferenceTask
 
execute() - Method in class com.qfs.store.query.impl.ACompiledTask.CompiledOwnReferenceTask
 
execute() - Method in class com.qfs.store.query.impl.ACompiledTask.CompiledPartitionSearchTask
 
execute() - Method in class com.qfs.store.query.impl.ACompiledTask
Executes the task on the current thread.
execute() - Method in class com.qfs.store.query.impl.CompiledQuery.EmptyCompletionTask
 
execute() - Method in class com.qfs.store.query.impl.CompiledQuery.OnResultPartitionTask
 
execute() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughAttachedQuery
 
execute() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersAttachedQuery
 
execute() - Method in class com.quartetfs.biz.pivot.query.impl.MDXAttachedQuery
Deprecated.
 
execute() - Method in class com.quartetfs.biz.pivot.query.impl.MdxDrillthroughAttachedQuery
Deprecated.
 
execute() - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughHeadersAttachedQuery
Deprecated.
 
execute() - Method in class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationAttachedQuery
 
execute() - Method in interface com.quartetfs.fwk.query.IAttachedQuery
Execute query with either attached session (for attached queries), current session (from Registry) or no session.
execute() - Method in class com.quartetfs.fwk.query.impl.AAttachedQuery
 
execute() - Method in interface com.quartetfs.pivot.mdx.IExecutor
Execute the statement.
execute() - Method in class com.quartetfs.pivot.mdx.impl.ADrillthroughExecutor
 
execute() - Method in class com.quartetfs.pivot.mdx.impl.ASelectStatementExecutor
 
execute() - Method in class com.quartetfs.pivot.mdx.impl.BasicCreateExecutor
 
execute() - Method in class com.quartetfs.pivot.mdx.impl.BasicDropExecutor
 
execute() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RealTimeSelectExecutor
 
execute(int) - Method in interface com.qfs.index.IMultiVersionIntegerArray.IDiscardProcedure
 
execute(int) - Method in class com.qfs.store.query.plan.impl.TestAllIncludedProcedure
 
execute(int) - Method in interface com.quartetfs.biz.pivot.IIndexProcedure
Executes the procedure for the element of the indexed collection present at the given index.
execute(int, int) - Method in class com.qfs.dic.impl.ParallelRehash
 
execute(long) - Method in interface com.qfs.index.IMultiVersionLongArray.IDiscardProcedure
 
execute(long) - Method in class com.qfs.store.query.impl.DeltaQuery
Returns for every store and every partition an IStorePartitionUpdate registering the records added and deleted from the epoch fromEpoch to the current epoch.
execute(long, long) - Method in class com.qfs.store.query.impl.DeltaQuery
Returns for every store and every partition an IStorePartitionUpdate registering the records added and deleted from the epoch fromEpoch to the epoch toEpoch.
execute(IArrayReader, ICellWriter) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater.IInitializeFieldProcedure
Deprecated.
Executes the procedure to compute the new field values.
execute(IArrayReader, IArrayWriter) - Method in class com.qfs.store.service.impl.JsonUpdateWhereCompiler.MergedUpateWhereProcedure
 
execute(IArrayReader, IArrayWriter) - Method in interface com.qfs.store.transaction.ITransactionManager.IUpdateWhereProcedure
Executes the "update where" procedure to update the selected store.
execute(IAction[], int) - Method in interface com.qfs.concurrent.impl.DeferredActionQueue.IBatchExecutionProcedure
Executes a batch of actions.
execute(BoundedAction) - Static method in class com.qfs.concurrent.cancellable.impl.CancellableRecursiveBoundedAction
Executes the given BoundedAction by splitting its data and executing concurrently the action on sub-ranges of its data.
execute(BoundedAction) - Static method in class com.qfs.concurrent.impl.RecursiveBoundedAction
Executes the given BoundedAction by splitting its data and executing concurrently the action on sub-ranges of its data.
execute(BoundedTask<T>) - Static method in class com.qfs.concurrent.cancellable.impl.CancellableRecursiveBoundedTask
Executes the given BoundedTask by splitting its data and executing concurrently the task on sub-ranges of its data and merging back the results.
execute(BoundedTask<T>) - Static method in class com.qfs.concurrent.impl.RecursiveBoundedTask
Executes the given BoundedTask by splitting its data and executing concurrently the task on sub-ranges of its data and merging back the results.
execute(ICompleterChain.ICompleterAction) - Method in class com.qfs.concurrent.impl.CompleterChain
 
execute(ICompleterChain.ICompleterAction) - Method in interface com.qfs.concurrent.impl.ICompleterChain.Action
Adds a simple operation providing a list of tasks to run.
execute(JsonMdxDefinitionStatement) - Method in interface com.qfs.pivot.rest.configuration.IConfigurationRestService
Creates, updates or drops a calculated member.
execute(JsonMdxDefinitionStatement) - Method in class com.qfs.pivot.rest.configuration.impl.ConfigurationRestServiceController
Deprecated.
 
execute(IStorePartitionUpdate.IProcedure) - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
 
execute(IStorePartitionUpdate.IProcedure) - Method in class com.qfs.plan.impl.StorePartitionUpdateForDeltaQueries
 
execute(IStorePartitionUpdate.IProcedure) - Method in interface com.qfs.plan.IStorePartitionUpdate
Executes an IProcedure on this partition.
execute(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
execute(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in class com.qfs.repository.impl.RepositoryService
 
execute(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in interface com.qfs.repository.IRepositoryService
Executes an update of a parameter.
execute(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
execute(IParameterUpdate<? extends IPointValue.IKey, PointValue>) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
execute(IParameterUpdate<? extends IPointValue.IKey, PointValue>) - Method in interface com.qfs.repository.persistence.IPointValueDao
Executes an update of a parameter.
execute(ISentinelEvent) - Method in interface com.qfs.snl.agent.mdx.IStreamInfo.InfoProcedure
Executes the procedure on an event to publish.
execute(ICompiledQuery) - Method in class com.qfs.store.query.impl.QueryManager
 
execute(ICompiledQuery) - Method in interface com.qfs.store.query.IQueryManager
Execute a query in parallel with no parameters and no timeout.
execute(IQuery) - Method in interface com.qfs.store.IDatastoreVersion
Deprecated, for removal: This API element is subject to removal in a future version.
execute(IQuery) - Method in class com.qfs.store.impl.DatastoreVersion
 
execute(IEditInstructions) - Method in class com.qfs.store.transaction.impl.TransactionPerformer
Execute IEditInstructions in this transaction.
execute(IAggregatesRetrievalResult) - Method in interface com.quartetfs.biz.pivot.cellset.IScopedAggregatesRetrievalResult.IForEachResultProcedure
Executes this procedure on the given result.
execute(IInternalAggregatesRetrievalResult) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalScopedAggregatesRetrievalResult.IForEachInternalResultProcedure
Executes this procedure on the given result.
execute(ContextualCancellableCountedCompleter<?>, int, int) - Method in class jsr166.impl.ContextualCancellableCompleterBoundedAction.CompletableBoundedAction
Asynchronously executes the action on the given range.
execute(IActivePivotManager, IMDXDrillthroughHeadersQuery) - Static method in class com.quartetfs.biz.pivot.query.impl.MdxQueryUtil
Execute a Mdx drillthrough header query.
execute(IActivePivotManager, IMDXDrillthroughQuery) - Static method in class com.quartetfs.biz.pivot.query.impl.MdxQueryUtil
Execute a Mdx drillthrough query.
execute(IActivePivotManager, IMDXQuery) - Static method in class com.quartetfs.biz.pivot.query.impl.MdxQueryUtil
Execute a Mdx select query.
execute(IActivePivotManager, String) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Execute an Mdx query.
execute(IActivePivotVersion, ArgumentT) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils.AAction
Executes the action.
execute(IActivePivotVersion, IDrillthroughHeadersQuery) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
Executes a query on the given pivot.
execute(IActivePivotVersion, IDrillthroughQuery) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
Executes a query on the given ActivePivot.
execute(IActivePivotVersion, IGetAggregatesQuery) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
Executes a query on the given pivot.
execute(IActivePivotVersion, IMapQuery<?>) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesExecutor.IMapQueryExecutor
 
execute(IActivePivotVersion, Void) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils.ANoArgAction
 
execute(IActivePivotVersion, Void) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils.ASimpleAction
 
execute(ICatalog, long) - Method in interface com.qfs.pivot.rest.query.IExecuteStatement
Executes any mdx query.
execute(ICatalog, long) - Method in class com.qfs.pivot.rest.query.impl.AJsonQueryService.JsonDrillthroughExecutor
 
execute(ICatalog, long) - Method in class com.qfs.pivot.rest.query.impl.AJsonQueryService.JsonDrillthroughHeadersExecutor
 
execute(ICatalog, long) - Method in class com.qfs.pivot.rest.query.impl.AJsonQueryService.JsonSelectExecutor
 
execute(ICatalog, long) - Method in class com.qfs.pivot.rest.query.impl.AJsonQueryService.JsonSelectPlanExecutor
 
execute(ICatalog, IMDXDrillthroughHeadersQuery) - Static method in class com.quartetfs.biz.pivot.query.impl.MdxQueryUtil
Execute a Mdx drillthrough header query.
execute(ICatalog, IMDXDrillthroughQuery) - Static method in class com.quartetfs.biz.pivot.query.impl.MdxQueryUtil
Execute a Mdx drillthrough query.
execute(ICatalog, IMDXQuery) - Static method in class com.quartetfs.biz.pivot.query.impl.MdxQueryUtil
Execute a Mdx select query.
execute(ICatalog, String) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Execute an Mdx query.
execute(ILocation, int) - Method in interface com.quartetfs.biz.pivot.cube.provider.ILocationProcedure
Execute the procedure for a given location and its associated row id.
execute(ILocation, int, Object[]) - Method in interface com.quartetfs.biz.pivot.cellset.ICellSetProcedure
Execute the procedure for one location.
execute(ILocation, String, Object) - Method in interface com.quartetfs.biz.pivot.cellset.ICellProcedure
Execute procedure for a given cell.
execute(IPointLocationReader, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AInterruptiblePointProcedure
 
execute(IPointLocationReader, int) - Method in interface com.quartetfs.biz.pivot.cellset.IPointProcedure
Executes this procedure on a row of the underlying result.
execute(IPointLocationReader, int, IRecordReader) - Method in class com.quartetfs.biz.pivot.cellset.impl.AInterruptibleValuesProcedure
 
execute(IPointLocationReader, int, IRecordReader) - Method in class com.quartetfs.biz.pivot.cellset.impl.AResultReductionProcedure
 
execute(IPointLocationReader, int, IRecordReader) - Method in class com.quartetfs.biz.pivot.cellset.impl.FilteredReductionProcedure
 
execute(IPointLocationReader, int, IRecordReader) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReductionProcedureOnTransformedValues
 
execute(IPointLocationReader, int, IRecordReader) - Method in interface com.quartetfs.biz.pivot.cellset.IValuesProcedure
Executes this procedure on a row of the underlying result.
execute(IPointLocationReader, int, String, int) - Method in interface com.quartetfs.biz.pivot.cellset.IValueProcedure
Executes this procedure on a non-null value of the underlying result.
execute(IDrillthroughHeadersQuery) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
execute(IDrillthroughHeadersQuery) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
Execute a "DRILLTHROUGH_HEADERS" query.
execute(IDrillthroughHeadersQuery) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
Execute a "DRILLTHROUGH_HEADERS" query.
execute(IDrillthroughQuery) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
execute(IDrillthroughQuery) - Method in class com.qfs.query.impl.DistributedDrillthroughExecutor
 
execute(IDrillthroughQuery) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDrillthroughExecutor
Executes the request to retrieve the properties of the drillthrough query.
execute(IDrillthroughQuery) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughExecutor
 
execute(IDrillthroughQuery) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
Execute a "DRILLTHROUGH" query.
execute(IDrillthroughQuery) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
Execute a "DRILLTHROUGH" query.
execute(IGetAggregatesQuery) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
execute(IGetAggregatesQuery) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
Execute a "GET_AGGREGATES" query, a multidimensional query expressed in the ActivePivot API (locations, and cells at those locations).
execute(IGetAggregatesQuery) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
Execute a "GET_AGGREGATES" query, a multidimensional query expressed in the ActivePivot API (locations, and cells at those locations).
execute(IMapDrillthroughQuery) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
execute(IMapDrillthroughQuery) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
 
execute(IMapDrillthroughQuery) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
Execute a "MAP_DRILLTHROUGH" query.
execute(IMapGetAggregatesQuery) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
execute(IMapGetAggregatesQuery) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
 
execute(IMapGetAggregatesQuery) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
Execute a "MAP_GET_AGGREGATES" query, a multidimensional query expressed in the ActivePivot API (locations as maps of coordinates, and cells at those locations).
execute(IMDXDrillthroughHeadersQuery) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
execute(IMDXDrillthroughHeadersQuery) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
 
execute(IMDXDrillthroughHeadersQuery) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
Execute a "MDX_DRILLTHROUGH_HEADERS" query.
execute(IMDXDrillthroughQuery) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
execute(IMDXDrillthroughQuery) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
 
execute(IMDXDrillthroughQuery) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
Execute an "MDX_DRILLTHROUGH" query.
execute(IMDXQuery) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
execute(IMDXQuery) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
 
execute(IMDXQuery) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
Execute an "MDX" query.
execute(IExecute, IXmlaContext) - Method in interface com.quartetfs.biz.xmla.IExecuteHandler
Handle an "execute" request.
execute(IExecute, IXmlaContext) - Method in class com.quartetfs.pivot.mdx.xmla.impl.PivotExecuteHandler
 
execute(IQuery<ResultT>) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
execute(IQuery<ResultT>) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
execute(IQuery<ResultT>) - Method in interface com.quartetfs.fwk.query.IQueryable
Executes a query with an ordered list of parameter values.
execute(IQuery<ResultT>, IActivePivotVersion) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager
 
execute(IQuery<ResultT>, IActivePivotVersion) - Method in interface com.quartetfs.biz.pivot.IQueryManager
Executes a query with an ordered list of parameter values.
execute(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SetBuilder
 
execute(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets.LargeSetCompactionProcedure
 
execute(ITuple) - Method in class com.quartetfs.pivot.mdx.func.impl.ABasicMathFunction.BasicMathProcedure
 
execute(ITuple) - Method in class com.quartetfs.pivot.mdx.func.impl.GenerateFunction.GenerateEvaluator
 
execute(ITuple) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor.UnusedHierarchiesProcedure
 
execute(IExpressionEvaluator) - Method in class com.quartetfs.pivot.mdx.plan.impl.Pass
Execute the pass.
execute(IExpressionEvaluator, PassExecutor) - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager
Execute the passes.
execute(CellPlanExecutionTask, R) - Method in class com.quartetfs.pivot.mdx.plan.impl.ACellPlanExecutor
 
execute(PassDirectedExecutionGraph.ITaskExecutor<T, R>, R, IContext) - Method in class com.quartetfs.pivot.mdx.plan.impl.PassDirectedExecutionGraph
Trigger the execution.
execute(E) - Method in class com.quartetfs.biz.tree.impl.ATwoSidesCompositionProcedureSkeleton
 
execute(E) - Method in class com.quartetfs.biz.tree.impl.MapTreeProcedure
 
execute(E) - Method in interface com.quartetfs.biz.tree.ITreeProcedure
Executes the procedure.
execute(E, ITreeProcedure<? super E, ? extends R>) - Method in class com.quartetfs.biz.tree.navigation.impl.ASameDepthIteration
 
execute(Runnable) - Method in class com.activeviam.concurrent.tracing.impl.TraceableQfsThreadPool
 
execute(Runnable) - Method in class com.qfs.messenger.impl.DistributedExecutorService
 
execute(String) - Method in class com.qfs.snl.workflows.process.impl.AWorkflowProcessExecutor
 
execute(String) - Method in interface com.qfs.snl.workflows.process.IWorkflowProcessExecutor.IExecutorWithType
Sets an action to execute, marking the operation as mandatory.
execute(String, Runnable) - Method in class com.qfs.snl.agent.service.impl.AuthenticatedExecutor
Executes the action in the context of the wanted user.
execute(String, Runnable) - Method in interface com.qfs.snl.agent.service.impl.IAuthenticatedExecutor
Executes the action in the context of the wanted user.
execute(String, Callable<T>) - Method in class com.qfs.snl.agent.service.impl.AuthenticatedExecutor
Executes the action in the context of the wanted user.
execute(String, Callable<T>) - Method in interface com.qfs.snl.agent.service.impl.IAuthenticatedExecutor
Executes the action in the context of the wanted user.
execute(Driver) - Method in class com.qfs.servlet.impl.SqlDriverCleaner.DriverCleaner
Performs the cleaning.
execute(CountedCompleter<?>, IActivePivotVersion, ArgumentT) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils.AAction
 
execute(CountedCompleter<?>, IActivePivotVersion, ArgumentT) - Method in interface com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils.IAction
Asynchronously executes this action and notifies our parent completer.
execute(ForkJoinTask<?>) - Method in class com.activeviam.concurrent.tracing.impl.TraceableQfsThreadPool
 
execute(List<IDrillthroughHeader>, IDrillthroughQuery) - Method in class com.qfs.query.impl.DistributedDrillthroughExecutor
 
execute(List<IDrillthroughHeader>, IDrillthroughQuery) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDrillthroughExecutor
Executes the request to retrieve the properties of the drillthrough query.
execute(List<IDrillthroughHeader>, IDrillthroughQuery) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughExecutor
 
execute(K, int, int) - Method in interface com.qfs.dic.IConcurrentDictionary.IDictionaryAction
Callback method that executes the action in response to a dictionary action.
execute(N) - Method in interface com.qfs.multiversion.INodeProcedure
Executes the procedure on a version node.
execute(T) - Method in interface com.quartetfs.pivot.mdx.eval.IIterationProcedure
Execute the procedure.
execute(T) - Method in class com.quartetfs.pivot.mdx.eval.impl.CountProcedure
 
execute(T, R) - Method in interface com.quartetfs.pivot.mdx.plan.impl.PassDirectedExecutionGraph.ITaskExecutor
Execute a task.
execute(T, T, T) - Method in interface com.quartetfs.pivot.mdx.eval.set.impl.Sets.ISpecialIterationProcedure
Executes the procedure.
execute(V) - Method in class com.qfs.multiversion.impl.RetrieveVersionsProcedure
 
execute(V) - Method in interface com.qfs.multiversion.IVersionProcedure
Executes the procedure on this version.
Execute - Class in com.quartetfs.biz.xmla.impl
Implementation of the execute request.
Execute(ICommand, Properties) - Constructor for class com.quartetfs.biz.xmla.impl.Execute
Constructor.
EXECUTE_ACTION - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to define the execute action.
EXECUTE_FORBIDDEN_PROPERTY - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
EXECUTE_IN_DATA_CUBE - com.activeviam.copper.MeasureMetadata.UserSpecific
Flag for MeasureMetadata.executeInDataCube.
EXECUTE_IN_DATA_CUBE_PROPERTY - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IDistributedPostProcessor
The property used to indicate whether this post-processor should be computed in the data cube it comes from (true) or in the query cube (false).
EXECUTE_POST_PROCESSORS_IN_DATA_CUBE_PROPERTY - Static variable in interface com.quartetfs.biz.pivot.definitions.IClusterDefinition
Property to use to indicate whether all post-processors should be computed in the data cube they come from (true) rather than in the query cube (false).
EXECUTE_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
executeAction(String, ActivePivotSyncUtils.IAction<ResultT, IMdxCube>) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesExecutor
 
executeAction(String, ActivePivotSyncUtils.IAction<ResultT, IMdxCube>) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesExecutor
 
executeAction(String, ActivePivotSyncUtils.IAction<ResultT, IMdxCube>) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesExecutor
executeAction(String, String, String, String, String) - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
executeAction(String, String, String, String, String) - Method in interface com.qfs.repository.rs.IRepositoryRestService
Executes an action over multiple parameters.
executeActionContextually(String, ActivePivotSyncUtils.IAction<ResultT, Void>, List<? extends IContextValue>) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesExecutor
 
executeActionContextually(String, ActivePivotSyncUtils.IAction<ResultT, Void>, List<? extends IContextValue>) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesExecutor
 
executeActionContextually(String, ActivePivotSyncUtils.IAction<ResultT, Void>, List<? extends IContextValue>) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesExecutor
Performs the same operations as IQueriesExecutor.executeActionContextually(String, List, IAction), but the given action will not receive an IMdxCube.
executeActionContextually(String, List<? extends IContextValue>, ActivePivotSyncUtils.IAction<ResultT, IMdxCube>) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesExecutor
 
executeActionContextually(String, List<? extends IContextValue>, ActivePivotSyncUtils.IAction<ResultT, IMdxCube>) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesExecutor
 
executeActionContextually(String, List<? extends IContextValue>, ActivePivotSyncUtils.IAction<ResultT, IMdxCube>) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesExecutor
Performs the same operations as IQueriesExecutor.executeAction(String, IAction) and also applies the context value before executing the action.
executeAfterParse(IMultiVersionActivePivot) - Method in class com.quartetfs.pivot.mdx.impl.ASelectStatementExecutor
Resolve, plan and evaluate the query on an IActivePivotVersion.
executeAfterParseAsync(CountedCompleter<?>, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>) - Method in class com.quartetfs.pivot.mdx.impl.ASelectStatementExecutor
Resolve, plan and evaluate the query on an IActivePivotVersion.
executeAggregateTask(AggregateKey, IMdxVersionRestriction, Set<ITuple>) - Method in class com.quartetfs.pivot.mdx.plan.impl.ACellPlanExecutor
Executes an aggregate task.
executeAll() - Method in class com.qfs.concurrent.impl.BoundedAction
Executes the action over its entire range, without involving any fork join operation.
executeAll() - Method in class com.qfs.concurrent.impl.BoundedTask
Executes the action over its entire range, without involving any fork join operation.
executeAll() - Method in class com.qfs.concurrent.impl.DeferredActionQueue
Executes all the currently pending actions that have been submitted using DeferredActionQueue.submitAction(IAction).
executeAll() - Method in class com.qfs.concurrent.impl.LongBoundedAction
Executes the action over its entire range, without involving any fork join operation.
executeAll() - Method in class com.qfs.query.impl.DistributedExecutionPlan
 
executeAll() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Asynchronously executes all our planned retrievals.
executeAll(int) - Method in class com.qfs.concurrent.impl.DeferredActionQueue
Executes the maxActions pending actions that have been in the queue the longest time.
executeAll(CancellableCountedCompleter<?>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Asynchronously executes all the planned aggregates retrievals.
executeAll(CancellableCountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
executeAllPlanned(CancellableCountedCompleter<?>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Synchronously completes the planned retrievals and asynchronously executes them.
executeAllPlanned(CancellableCountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine.ContinuousAggregatesRetriever
Execute all planned retrievers.
ExecuteAndDiscover - com.quartetfs.biz.xmla.IXmlaProperty.Usage
Property valid both in execute and discover calls.
executeAsync(IActivePivotVersion) - Method in interface com.qfs.messenger.message.IBroadcastMessage
Callback invoked to answer the message in an asynchronous way.
executeAsync(IActivePivotVersion) - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
executeAsync(IActivePivotVersion) - Method in class com.qfs.messenger.message.impl.AQueryBroadcastMessage
 
executeAsync(IActivePivotVersion) - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
executeAsync(IQuery<ResultT>) - Method in interface com.quartetfs.biz.pivot.IActivePivot
Asynchronously executes the given query.
executeAsync(IQuery<ResultT>) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
executeAsync(IQuery<ResultT>, IActivePivotVersion) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager
 
executeAsync(IQuery<ResultT>, IActivePivotVersion) - Method in interface com.quartetfs.biz.pivot.IQueryManager
Asynchronously executes the given query.
executeAsync(CountedCompleter<?>) - Method in interface com.activeviam.query.IAsyncAttachedQuery
Asynchronously executes this query and notifies our parent completer.
executeAsync(CountedCompleter<?>) - Method in class com.activeviam.query.impl.ASyncAttachedQuery
 
executeAsync(CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncActionAttachedQuery
 
executeAsync(CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.impl.ExpandLocationsAttachedQuery
 
executeAsync(CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesAttachedQuery
 
executeAsync(CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.impl.StreamEventProcessingQuery.StreamEventProcessingAttachedQuery
 
executeAsync(CountedCompleter<?>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.RealTimeSelectExecutor
Asynchronously executes the statement.
executeAsync(CountedCompleter<?>, IAsyncAttachedQuery<T>) - Method in class com.activeviam.apm.pivot.query.impl.MonitoredActivePivotQueryExecutor
Adds extra monitoring features such as recording cube usage, generate query id etc.
executeAsync(CountedCompleter<?>, IAsyncAttachedQuery<T>) - Method in interface com.quartetfs.biz.pivot.IActivePivotQueryExecutor
Asynchronously execute the given IAsyncAttachedQuery.
executeAsync(CountedCompleter<?>, IAsyncAttachedQuery<T>) - Method in class com.quartetfs.biz.pivot.impl.AActivePivotQueryExecutor
 
executeAsync(CountedCompleter<?>, IAsyncAttachedQuery<T>) - Method in class com.quartetfs.biz.pivot.impl.TimerActivePivotQueryExecutor
 
executeAsync(CountedCompleter<?>, IContext) - Method in interface com.quartetfs.biz.pivot.query.IImpactComputationTask
Asynchronously executes this task and computes the associated impacts within the given context.
executeAsync(CountedCompleter<?>, IContext) - Method in class com.quartetfs.biz.pivot.query.impl.ImpactComputationTask
 
executeAsync(CountedCompleter<?>, IQuery<ResultT>) - Method in interface com.quartetfs.biz.pivot.IActivePivot
Asynchronously executes the given query.
executeAsync(CountedCompleter<?>, IQuery<ResultT>) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
executeAsync(CountedCompleter<?>, IQuery<ResultT>, IActivePivotVersion) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager
 
executeAsync(CountedCompleter<?>, IQuery<ResultT>, IActivePivotVersion) - Method in interface com.quartetfs.biz.pivot.IQueryManager
Asynchronously executes the given query.
executeContextually(IActivePivotManager, IMDXQuery, IMdxStreamIdentifier) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Executes the Mdx query with its associated context values.
executeContextually(IMultiVersionActivePivot, IMDXQuery) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Executes the Mdx query with its associated context values.
executeContextuallyAsync(CountedCompleter<?>, IActivePivotManager, IMDXQuery, IMdxStreamIdentifier) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Executes the Mdx query with its associated context values.
executeDeltaQueryPerStore(long, long, int) - Method in class com.qfs.store.query.impl.DeltaQuery
Executes this delta query on the given store.
executeFormulaTask(ITuple, IExpression) - Method in class com.quartetfs.pivot.mdx.plan.impl.ACellPlanExecutor
Executes a formula task.
ExecuteHandlerExtendedPlugin - Class in com.quartetfs.biz.xmla.impl
Explicit implementation of the IExecuteHandler extended plugin.
ExecuteHandlerExtendedPlugin() - Constructor for class com.quartetfs.biz.xmla.impl.ExecuteHandlerExtendedPlugin
 
executeHeaders(Collection<ILocation>, Collection<String>, boolean) - Method in class com.qfs.query.impl.DistributedDrillthroughExecutor
 
executeHeaders(Collection<ILocation>, Collection<String>, boolean) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDrillthroughExecutor
Retrieve the headers available for performing a drillthrough.
executeHeaders(Collection<ILocation>, Collection<String>, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughExecutor
 
executeMapQuery(IMapQuery<?>, IQueriesExecutor.IMapQueryExecutor<R>) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesExecutor
 
executeMapQuery(IMapQuery<?>, IQueriesExecutor.IMapQueryExecutor<R>) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesExecutor
 
executeMapQuery(IMapQuery<?>, IQueriesExecutor.IMapQueryExecutor<R>) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesExecutor
Execute a IMapQuery.
executeMdxDefinitionStatement(String, List<String>, List<String>) - Method in interface com.quartetfs.biz.pivot.webservices.IConfigurationService
Creates, updates or drops a calculated member or a KPI.
executeMdxDefinitionStatement(String, List<String>, List<String>) - Method in class com.quartetfs.biz.pivot.webservices.impl.ConfigurationService
 
executeMdxDrillthroughHeadersQuery(Map<String, String>, String) - Method in interface com.qfs.pivot.rest.query.IJsonQueryService
Executes an MDX DRILLTHROUGH headers query.
executeMdxDrillthroughHeadersQuery(Map<String, String>, String) - Method in class com.qfs.pivot.rest.query.impl.AJsonQueryService
 
executeMdxQuery(Map<String, String>, String) - Method in interface com.qfs.pivot.rest.query.IJsonQueryService
The main execute method for an MDX query.
executeMdxQuery(Map<String, String>, String) - Method in class com.qfs.pivot.rest.query.impl.AJsonQueryService
 
executeMdxQueryWithPlan(Map<String, String>, String) - Method in interface com.qfs.pivot.rest.query.IJsonQueryService
Executes an MDX query with a SELECT and retrieves its query plan.
executeMdxQueryWithPlan(Map<String, String>, String) - Method in class com.qfs.pivot.rest.query.impl.AJsonQueryService
 
executeMdxStatement(String, String, String) - Method in class com.qfs.pivot.content.impl.DynamicActivePivotContentServiceMBean
Executes any MDX definition statement.
executeMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Executes punctually a monitoring.
executeMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
executeMonitoring(Long) - Method in class com.qfs.snl.agent.impl.MonitoringService
Manually executes a monitoring stream.
executeOnBranches(Collection<String>, IMdxEpochManager) - Method in class com.quartetfs.pivot.mdx.realtime.impl.PastTriggerTimeProcedure
Computes the next trigger time among a given set of branches.
ExecuteOnly - com.quartetfs.biz.xmla.IXmlaProperty.Usage
Property is only valid in execute calls.
executeOptionally(String) - Method in class com.qfs.snl.workflows.process.impl.AWorkflowProcessExecutor
 
executeOptionally(String) - Method in interface com.qfs.snl.workflows.process.IWorkflowProcessExecutor.IExecutorWithType
Sets an action to execute, marking the operation as optional.
executePerPartition(IStorePartitionVersion, IStorePartitionVersion) - Method in class com.qfs.store.query.impl.DeltaQuery
Returns for the queried store and the queried partition an IStorePartitionUpdate registering the records added and deleted from the epoch fromEpoch.
executeQuery(String, String, String, String) - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
Executes a query on the datastore via a String representation for JMX.
executeQuery(Map<String, String>, String, IExecuteStatement<T>) - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
executeQuery(Map<String, String>, String, IExecuteStatement<T>) - Method in interface com.qfs.pivot.rest.query.IJsonQueryService
Executes the query with the given execute statement.
executeQuery(Map<String, String>, String, IExecuteStatement<T>) - Method in class com.qfs.pivot.rest.query.impl.JsonQueryService
 
ExecUtils - Class in com.quartetfs.pivot.mdx.plan.impl
 
ExecUtils() - Constructor for class com.quartetfs.pivot.mdx.plan.impl.ExecUtils
 
EXECUTION - com.quartetfs.biz.pivot.query.aggregates.IQueryPlan.GlobalTimings
 
EXECUTION - com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo.TimingDescription
 
EXECUTION_CONTEXT_ELAPSED - com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo.TimingDescription
 
EXECUTION_CONTEXT_START - com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo.TimingDescription
 
EXECUTION_PLAN_PRINT - Static variable in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
The name of the context value that enables execution planning logging.
EXECUTION_TIMING_PRINT - Static variable in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
The name of the context value that enables execution timing logging.
ExecutionContextTask(CancellableCountedCompleter<?>, long, List<? extends IHierarchyVersion>, ICubeFilter, IQueryCache) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderBase.ExecutionContextTask
ExecutionFlag - Enum in com.quartetfs.pivot.mdx
Flags that have a meaning before an operation (Top/down approach).
ExecutionGraphExporter - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A IRetrievalGraphVisitor of the execution graph that builds the query plan and creates its retrievals.
ExecutionGraphExporter(IQueryPlan, long, boolean) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphExporter
Constructor.
ExecutionGraphPrinter - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A IRetrievalGraphVisitor of the execution graph that prints the query plan.
ExecutionGraphPrinter(StringBuilder, boolean, long, List<? extends IHierarchy>, boolean) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphPrinter
Constructor.
ExecutionPlan - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Default implementation of an IExecutionPlan, that holds the primitive and post-processed retrievals to execute for each partition.
ExecutionPlan(ActivePivotAggregatesRetriever, IPartitioningSnapshot, ICubeFilter, IMeasuresProvider) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Constructor.
ExecutionPlanBuilder - Class in com.qfs.store.query.plan.impl
IExecutionPlanBuilder to build parallel execution plan.
ExecutionPlanBuilder(IDatastoreView, IMatchingRowsHolder, Map<String, Object>, ICursorFactory, QueryPartitionTaskCompleter) - Constructor for class com.qfs.store.query.plan.impl.ExecutionPlanBuilder
 
ExecutionPlanKey(IPartitioningSnapshot, ICubeFilter, IMeasuresProvider) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever.ExecutionPlanKey
executionPlanPrint() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Returns true if the execution plan printing is enabled, false otherwise.
executionPlanPrint() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
executionPlanPrint() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Returns whether the query plan printing is enabled.
executionTimingPrint() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Returns true if the execution timing printing is enabled, false otherwise.
executionTimingPrint() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
executionTimingPrint() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Returns whether the query plan printing with timing is enabled.
EXECUTOR_POOL_SIZE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that controls the size of the periodic monitor executor pool.
EXFULL - Static variable in class com.qfs.platform.solaris.Errno
 
exist(IDatastoreVersion, String, String, Object) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Checks that the given value exist for the provided field.
EXISTING - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
EXISTING - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
EXISTING - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
EXISTING - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
existing_op() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
existing_op_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.existing_op_return
 
exists() - Method in interface com.activeviam.cloud.entity.ICloudEntityPath
Tests if the entity exists.
exists(int) - Method in class com.qfs.store.impl.ARecordSetTransaction
 
exists(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
exists(int) - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
exists(int) - Method in class com.qfs.store.impl.EmptyRecordSetView
 
exists(int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
exists(int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetVersion
 
exists(int) - Method in class com.qfs.store.impl.UserRecordSetVersion
 
exists(int) - Method in interface com.qfs.store.IRecordSetView
Returns whether the row exists for this version, or the row does not exist or has been deleted.
exists(int, long) - Method in class com.qfs.store.impl.ColumnarRecordSet
Checks whether the given row exists at the given epoch, assuming that the row is below the version's visible size.
exists(int, long, long) - Method in class com.qfs.store.impl.ColumnarRecordSet
Checks whether the given row exists and is visible at the given epoch.
exists(long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
exists(long) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisMember
Tests the existence of this member at a given epoch.
exists(long, long) - Static method in class com.qfs.store.impl.ColumnarRecordSet
Checks whether the given row version is valid at the given epoch.
exists(long, long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
exists(long, long) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisMember
Check if the member exists in at least one epoch in the specified inclusive range.
exists(String) - Method in interface com.qfs.content.service.IContentService
Checks if an entry with the specified path exists.
exists(String) - Method in class com.qfs.content.service.impl.AContentService
 
exists(String) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
exists(String) - Method in class com.qfs.content.service.impl.RemoteContentService
 
exists(String) - Method in class com.qfs.distribution.impl.ClusterElementIndex
Check whether this branch exists i.e there is at least one instance that refers to that branch.
exists(String) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Checks whether the file or directory with the input path exists.
EXISTS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
ExistsFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
ExistsFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ExistsFunction
 
existsInScope(long, long) - Static method in class com.qfs.store.impl.ColumnarRecordSet
Checks whether the given row version is valid at the given epoch.
EXP - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
exp_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
exp_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
exp_list_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.exp_list_return
 
expand(IContextValueAdapter) - Method in interface com.quartetfs.biz.pivot.context.IFlatContextValuesHolder
Transforms each stored flat context value into its IContextValue translation.
expand(IContextValueAdapter) - Method in class com.quartetfs.biz.pivot.context.impl.FlatContextValuesHolder
 
expand(ILocation) - Method in interface com.quartetfs.biz.pivot.ILocationExpander
Expands the given location into one or multiple locations.
expand(ITuple, boolean) - Method in interface com.quartetfs.pivot.mdx.ISetExpander
Expand a tuple.
expand(ITuple, boolean) - Method in class com.quartetfs.pivot.mdx.plan.impl.SetExpander
 
expand(ISet, boolean, boolean) - Method in interface com.quartetfs.pivot.mdx.ISetExpander
Expand a set.
expand(ISet, boolean, boolean) - Method in class com.quartetfs.pivot.mdx.plan.impl.SetExpander
 
expand(IMdxMember) - Method in class com.quartetfs.pivot.mdx.impl.StaticExpandMemoizer
 
expand(IMdxMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Expands a member range coordinates according to the visible and calculated members.
expand(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
expand(List<? extends IHierarchy>, ILocation, boolean[][]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Expand the given location with the help of the given hierarchies and the levelsToExpand.
EXPAND - com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder.OperationFlag
Allow expanding hierarchy coordinates of the initial location.
expandAll(IMdxMember[]) - Method in class com.quartetfs.pivot.mdx.impl.StaticExpandMemoizer
 
expandAll(List<? extends IHierarchy>, Collection<ILocation>) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Expands all the range locations to point locations based on the given hierarchies.
expandAllToRange(List<? extends IHierarchy>, Collection<ILocation>) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Expands all the range locations with wildcard to range locations without wildcard based on the given hierarchies.
expandCalculated(IMdxMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Expands a member range coordinates according to the calculated members.
expandCalculated(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
ExpandedAggregatesRetrievalResult - Class in com.quartetfs.biz.pivot.cellset.impl
An IIterableAggregatesRetrievalResult that expands an underlying result by expanding its point locations along some levels and replicating their associated values.
ExpandedAggregatesRetrievalResult(IScopeLocation, ICubeFilter, IIterableAggregatesRetrievalResult, List<? extends ILevelInfo>, List<? extends IHierarchy>, ILocationExpansionProcedure, IRetrievalResultTracker) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
Constructor.
Expander(List<? extends IHierarchy>, ILocationPattern) - Constructor for class com.quartetfs.biz.pivot.impl.LocationUtil.Expander
Create an LocationUtil.Expander which will expand a given location pattern with the help of the given hierarchies.
expandImpactedLocationsAsync(CountedCompleter<?>, Collection<ILocation>, IExpandLocationsResult) - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
expandImpactedLocationsAsync(CountedCompleter<?>, Collection<ILocation>, IExpandLocationsResult) - Method in class com.qfs.distribution.impl.CompositeActivePivotRemoteTransactionInfo
 
expandImpactedLocationsAsync(CountedCompleter<?>, Collection<ILocation>, IExpandLocationsResult) - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
This implementation always throws an UnsupportedOperationException.
expandImpactedLocationsAsync(CountedCompleter<?>, Collection<ILocation>, IExpandLocationsResult) - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotTransactionInfo
Asynchronously expands the input (range) locations using the facts that have been either added, removed or updated during this transaction.
expandImpactedLocationsAsync(CountedCompleter<?>, Collection<ILocation>, IExpandLocationsResult) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
expandImpactedLocationsAsync(CountedCompleter<?>, Collection<ILocation>, IExpandLocationsResult) - Method in class com.quartetfs.biz.pivot.transaction.impl.CompositeActivePivotTransactionInfo
 
expandList(String) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
ExpandLocationResult - Class in com.qfs.pivot.cube.provider.impl
Simple implementation of an IExpandLocationsResult.
ExpandLocationResult() - Constructor for class com.qfs.pivot.cube.provider.impl.ExpandLocationResult
Constructor.
ExpandLocationResult(int) - Constructor for class com.qfs.pivot.cube.provider.impl.ExpandLocationResult
Constructor.
ExpandLocationResult(Set<ILocation>, Set<ILocation>) - Constructor for class com.qfs.pivot.cube.provider.impl.ExpandLocationResult
Constructor.
expandLocations(IAggregateCollector.IAggregateCollectorExpansionContext, List<? extends IAggregateCollector>, List<? extends IAggregateCollector>, List<? extends IHierarchy>, Collection<? extends ILocation>, boolean, IExpandLocationsResult) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderTransaction
 
expandLocations(IAggregateCollector.IAggregateCollectorExpansionContext, List<? extends IAggregateCollector>, List<? extends IAggregateCollector>, List<? extends IHierarchy>, Collection<? extends ILocation>, boolean, IExpandLocationsResult) - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderTransaction
Expands the input (range) locations using only the facts that have been added/removed/updated in the input transactions.
expandLocationsAsync(CountedCompleter<?>, List<? extends IAggregateProviderHolderTransaction>, List<? extends IHierarchy>, List<? extends IHierarchy>, long, List<? extends IHierarchy>, long, Collection<ILocation>, boolean, IExpandLocationsResult) - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderTransaction
Asynchronously expands the input (range) locations using only the facts that have been contributed to the input transactions.
expandLocationsAsync(CountedCompleter<?>, List<? extends IAggregateProviderHolderTransaction>, List<? extends IHierarchy>, List<? extends IHierarchy>, long, List<? extends IHierarchy>, long, Collection<ILocation>, boolean, IExpandLocationsResult) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderTransaction
 
expandLocationsAsync(CountedCompleter<?>, List<? extends IGlobalAggregateProviderTransaction>, List<? extends IHierarchy>, List<? extends IHierarchy>, long, List<? extends IHierarchy>, long, Collection<ILocation>, boolean, IExpandLocationsResult) - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateProviderTransaction
Asynchronously expands the input (range) locations using only the facts that have been contributed to the input transactions.
expandLocationsAsync(CountedCompleter<?>, List<? extends IGlobalAggregateProviderTransaction>, List<? extends IHierarchy>, List<? extends IHierarchy>, long, List<? extends IHierarchy>, long, Collection<ILocation>, boolean, IExpandLocationsResult) - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderTransaction
 
ExpandLocationsAttachedQuery - Class in com.quartetfs.biz.pivot.query.impl
Attached query implementation of the IExpandLocationsQuery.
ExpandLocationsAttachedQuery(IExpandLocationsQuery, ActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.query.impl.ExpandLocationsAttachedQuery
Constructor.
ExpandLocationsQuery - Class in com.quartetfs.biz.pivot.query.impl
Implementation of the IExpandLocationsQuery interface.
ExpandLocationsQuery() - Constructor for class com.quartetfs.biz.pivot.query.impl.ExpandLocationsQuery
 
ExpandLocationsQuery(Collection<ILocation>) - Constructor for class com.quartetfs.biz.pivot.query.impl.ExpandLocationsQuery
 
ExpandLocationsQuery(Collection<ILocation>, Collection<String>) - Constructor for class com.quartetfs.biz.pivot.query.impl.ExpandLocationsQuery
 
expandPivot(IMdxMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Expands a member range coordinates according to the visible members.
expandPivot(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
expandProducedHierarchies(IContextExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
expandProducedHierarchies(IRTExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
expandProducedHierarchies(R) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Compute the dependency when the produced hierarchy of the argument are expanded.
expandResult(IInternalAggregatesRetrievalResult, IScopeLocation) - Method in interface com.qfs.pivot.cube.provider.IAggregateProvider
Expands the given result to match the input scope.
expandResult(IInternalAggregatesRetrievalResult, IScopeLocation) - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderVersion
 
expandResult(IInternalAggregatesRetrievalResult, IScopeLocation) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
expandResult(IInternalAggregatesRetrievalResult, IScopeLocation) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
expandResult(IIterableAggregatesRetrievalResult, List<? extends IHierarchy>, ILocation, ICubeFilter, ILocationExpansionProcedure) - Static method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
Expands the given result to the given scope.
expandResult(IIterableAggregatesRetrievalResult, List<? extends IHierarchy>, List<? extends ILevelInfo>, ILocationExpansionProcedure) - Static method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
Expands the given result along the given levels.
expandResult(List<? extends IHierarchy>, ILocation) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Expands this result with the help of the given hierarchies to match the target expanded scope.
expandResult(List<? extends IHierarchy>, ILocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
expandResult(List<? extends IHierarchy>, ILocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
expandResult(List<? extends IHierarchy>, ILocation, ICubeFilter) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Expands this result with the help of the given hierarchies to match the target expanded scope.
expandResult(List<? extends IHierarchy>, ILocation, ICubeFilter) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
expandResult(List<? extends IHierarchy>, ILocation, ICubeFilter) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
expandResult(List<? extends IHierarchy>, ILocation, ICubeFilter, ILocationExpansionProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Expands this result with the help of the given hierarchies to match the target expanded scope.
expandResult(List<? extends IHierarchy>, ILocation, ICubeFilter, ILocationExpansionProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
expandResult(List<? extends IHierarchy>, ILocation, ICubeFilter, ILocationExpansionProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
expandResult(List<? extends IHierarchy>, ILocation, ILocationExpansionProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Expands this result with the help of the given hierarchies to match the target expanded scope.
expandResult(List<? extends IHierarchy>, ILocation, ILocationExpansionProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
expandResult(List<? extends IHierarchy>, ILocation, ILocationExpansionProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
expandScope(ILocation) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
Expands a single child location.
expandScope(IScopeLocation) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalAggregatesRetrievalResult
Creates a retrieval result that represents the same result as this, except that it is expressed in the given expanded scope.
expandScope(IScopeLocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
expandScope(IScopeLocation) - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
expandScope(IScopeLocation) - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
expandScope(IScopeLocation) - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Creates a new location list that represents the same locations as this, except that they are expressed for the expanded scope.
expandSet(ISet) - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Expands a set in the current context.
expandSet(ISet) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
expandToLevel(ILevelInfo) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.ILocationBuilder
Expands the location being built up to a given level.
expandToLevel(ILevelInfo) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
expandToRange(List<? extends IHierarchy>, ILocation, boolean[][]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Expands the given location with the help of the given hierarchies and the levelsToExpand.
expandTuple(ITuple) - Method in interface com.quartetfs.pivot.mdx.IExpressionEvaluator
Expands a tuple in the current context.
expandTuple(ITuple) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
EXPECTED_EXCEL_2007_TREEOP_POSITION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
In the DISCOVER_SCHEMA_ROWSETS discovery, Excel 2007 expects the TREE_OP restriction of this rowset to be the 12th element in the restriction list we return.
expectNull() - Method in interface com.qfs.pivot.mdx.compil.IMdxCompilationBuilder
Tells the builder that the component should accept only NULL there.
expectNull() - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilationMatcherBuilder
 
experimental() - Static method in class com.activeviam.copper.api.Copper
Experimental API.
ExperimentalCopper - Class in com.activeviam.copper.api
Class exposing experimental features in Copper.
ExpFunction - Class in com.quartetfs.pivot.mdx.func.impl
MDX function compute the exponential for any value.
ExpFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ExpFunction
Default constructor.
EXPIRATION_PROPERTY - Static variable in class com.qfs.server.cfg.impl.JwtConfig
The name of the property containing the expiration (in seconds) of the tokens.
EXPIRED_QUERIES_POLLING_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that defines the polling period (in seconds) for expired queries.
explainPathError(IDatastoreSchemaMetadata, ReachableField) - Static method in class com.qfs.store.impl.SchemaHelper
Creates a human explanation for why a given field is incorrect.
explainPathError(IStoreMetadata, ReachableField) - Static method in class com.qfs.store.impl.SchemaHelper
Creates a human explanation for why a given field is incorrect.
explanation() - Method in annotation type com.activeviam.annotations.PublicApi
Optional explanation about why it is public, for instance in which other public API it is used.
export(String) - Method in class com.qfs.content.snapshot.impl.ContentServiceSnapshotter
Returns the subtree of the content service starting at the input path.
export(String, Path) - Method in class com.qfs.content.snapshot.impl.ContentServiceSnapshotter
Exports the subtree starting at the input entry path by writting it in a file at filePath.
EXPORT - Static variable in interface com.activeviam.pivot.rest.dataexport.IDataExportRestService
The path to add to export a MDX query.
EXPORT_SERVICE_END_EXECUTE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
EXPORT_SERVICE_ROOT_PATH_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property to set the root path in which to save the exported query results.
exportApplication(String) - Method in class com.qfs.pivot.monitoring.impl.MemoryAnalysisService
 
exportApplication(String) - Method in interface com.qfs.service.monitoring.IMemoryAnalysisService
Build the memory statistics of the application and dump them into a folder.
exportBranches(String, Set<String>) - Method in class com.qfs.pivot.monitoring.impl.MemoryAnalysisService
 
exportBranches(String, Set<String>) - Method in interface com.qfs.service.monitoring.IMemoryAnalysisService
Build the memory statistics of the application for the selected branches only and export them into a folder.
exportMdxQuery(JsonDataExportOrder) - Method in class com.activeviam.pivot.rest.dataexport.CloudDataExportService
 
exportMdxQuery(JsonDataExportOrder) - Method in class com.activeviam.pivot.rest.dataexport.DataExportService
 
exportMdxQuery(JsonDataExportOrder) - Method in interface com.activeviam.pivot.rest.dataexport.IDataExportService
Executes the given MDX query and export the result to files.
exportMostRecentVersion(String) - Method in class com.qfs.pivot.monitoring.impl.MemoryAnalysisService
 
exportMostRecentVersion(String) - Method in interface com.qfs.service.monitoring.IMemoryAnalysisService
Build the memory statistics of the most recent version and dump them into a folder.
exportToFile(String) - Method in class com.qfs.content.service.impl.AHibernateContentService
Sugar for AHibernateContentService.exportToStream(OutputStream): calling exportToFile(filePath) is equivalent to exportToStream(new FileOutputStream(filePath)).
exportToStream(OutputStream) - Method in class com.qfs.content.service.audit.impl.AuditableHibernateContentService
Export this content service to a stream.
exportToStream(OutputStream) - Method in class com.qfs.content.service.impl.AHibernateContentService
Exports this content service to a stream.
exportToStream(OutputStream) - Method in class com.qfs.content.service.impl.HibernateContentService
Export this content service to a stream.
exportToString(String) - Method in class com.qfs.content.snapshot.impl.ContentServiceSnapshotter
Exports the subtree starting at the input path as a JSON string.
exportVersions(String, long[]) - Method in class com.qfs.pivot.monitoring.impl.MemoryAnalysisService
 
exportVersions(String, long[]) - Method in interface com.qfs.service.monitoring.IMemoryAnalysisService
Build the memory statistics of the application for the selection epochs only and export them into a folder.
ExposedByteArrayOutputStream - Class in com.activeviam.io
Modified version of JGroups ExposedByteArrayOutputStream, which optimizes the write function to limit unnecessary transient array copies when the buffer gets large.
ExposedByteArrayOutputStream() - Constructor for class com.activeviam.io.ExposedByteArrayOutputStream
 
ExpressedCoordinatesFilter(int[], TIntSet[]) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointListReductionFilterFactory.ExpressedCoordinatesFilter
Constructor.
expression() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
expression() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
Expression - com.quartetfs.biz.xmla.constants.Keyword
 
EXPRESSION - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
EXPRESSION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
EXPRESSION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
EXPRESSION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
expression_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.expression_return
 
ExpressionEvaluator - Class in com.quartetfs.pivot.mdx.impl
Defines how to "evaluate" an IExpression, for example to order members.
ExpressionEvaluator(IEvaluationContext, PassManager) - Constructor for class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
ExpressionExecutor<C extends IExecutionContext,​V> - Class in com.quartetfs.pivot.mdx.impl
Abstract implementation of IExpressionExecutor which provide methods shared by plan and evaluation.
ExpressionPlanner - Class in com.quartetfs.pivot.mdx.impl
An IExpressionExecutor for the plan.
ExpressionPlanner(IPlanContext, PassManager) - Constructor for class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
Constructor.
ExpressionSelector(String, MdxRewriters.AMatcher<IExpression>) - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ExpressionSelector
Constructor.
EXT_PLUGIN_IMPL_CLASS_NOT_FOUND - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
ExtendedContentType - Enum in com.qfs.store
A better representation of types than the content types which do not support arrays.
ExtendedPlugin<T> - Class in com.quartetfs.fwk.types.impl
ExtendedPlugin.
ExtendedPlugin() - Constructor for class com.quartetfs.fwk.types.impl.ExtendedPlugin
Create an empty extended plugin.
ExtendedPluginContribution - Class in com.quartetfs.fwk.contributions.impl
ExtendedPluginContribution.
ExtendedPluginContribution() - Constructor for class com.quartetfs.fwk.contributions.impl.ExtendedPluginContribution
Constructor.
ExtendedPluginContribution(Class<?>, Class<?>, String) - Constructor for class com.quartetfs.fwk.contributions.impl.ExtendedPluginContribution
Qualified constructor.
ExtendedPluginInjector - Class in com.quartetfs.fwk.types.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.
ExtendedPluginInjector() - Constructor for class com.quartetfs.fwk.types.impl.ExtendedPluginInjector
 
ExtendedPluginValueContribution - Class in com.quartetfs.fwk.contributions.impl
ExtendedPluginValueContribution.
ExtendedPluginValueContribution() - Constructor for class com.quartetfs.fwk.contributions.impl.ExtendedPluginValueContribution
 
ExtendedPluginValueContribution(Class<?>, Class<?>, String, String) - Constructor for class com.quartetfs.fwk.contributions.impl.ExtendedPluginValueContribution
Qualified constructor.
extendMessageConverters(List<HttpMessageConverter<?>>) - Method in class com.qfs.server.cfg.impl.ActivePivotRestServicesConfig
 
EXTERNAL_DATABASE_QUERY_TIMEOUT_LIMIT - com.activeviam.properties.impl.ActiveViamProperty
Deprecated, for removal: This API element is subject to removal in a future version.
Not using ActiveViamProperty anymore but the com.activeviam.database.commons.api.settings.DirectQueryBaseSettings
EXTERNAL_RETRIEVAL_MAX_SIZE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that configures the maximum size for which the building of the index used to perform Copper join operations is single threaded.
ExternalAggregator(List<String>, List<String>, IQueryResultFormat) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval.ExternalAggregator
Constructor.
externalDatabaseQueryTimeout() - Method in interface com.activeviam.database.commons.api.settings.IDirectQueryBaseSettings
Maximum timeout (in seconds) which can be set on a remote query.
ExternalDatabaseRetrieval - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
External datastore retrieval, outside of the scope of an ActivePivot selection.
ExternalDatabaseRetrieval(CancellableCountedCompleter<?>, int, ActivePivotAggregatesRetriever, DatabasePrefetchRequest, IInternalDatabaseVersion, IPreparedAggregateQuery, AExternalDatabaseRetrieval[], AtomicBoolean, AtomicBoolean, TIntIntMap, Supplier<IRetrievalResultTracker>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval
Full constructor.
ExternalDatabaseRetrieval.ExternalAggregator - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Class aggregating a datastore query.
externalDependencies(Map<Integer, Set<Integer>>) - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query plan external retrievals dependencies.
ExternalNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
Node representing a query on an external store of the datastore.
ExternalNode(DatabasePrefetchRequest, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
Constructor.
ExternalNodePartitioner() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
externalPause() - Method in class com.qfs.messenger.impl.ADistributedMessenger
Equivalent of AAtomicAgent.pause() to be exposed to the monitoring bean.
ExternalResult - Class in com.quartetfs.biz.pivot.query.aggregates
A record to embed results from primitive retrievals and postprocessed ones.
ExternalResult() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.ExternalResult
 
externalResume() - Method in class com.qfs.messenger.impl.ADistributedMessenger
Equivalent of AAtomicAgent.resume() to be exposed to the monitoring bean.
ExternalRetrievalData - Class in com.qfs.pivot.json.queryplan
External retrieval's DTO.
ExternalRetrievalData(String, Set<String>, Set<String>, String, int, int[], Map<String, long[]>) - Constructor for class com.qfs.pivot.json.queryplan.ExternalRetrievalData
 
ExternalRetrievalData.ExternalRetrievalDataBuilder - Class in com.qfs.pivot.json.queryplan
 
ExternalRetrievalInfo - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Basic implementation of IExternalRetrievalInfo.
ExternalRetrievalInfo(DatabasePrefetchRequest, int, int[], Map<IRetrievalInfo.TimingDescription, long[]>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
Creates the ExternalRetrievalInfo for the ExternalDatastoreRetrieval using the provided request.
ExternalRetrievalInfo(String, Set<FieldPath>, Set<String>, String, int, int[], Map<IRetrievalInfo.TimingDescription, long[]>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
 
externalRetrievals(List<ExternalRetrievalData>) - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query plan externals retrievals.
externalStart() - Method in class com.qfs.messenger.impl.ADistributedMessenger
Equivalent of AAtomicAgent.start() to be exposed to the monitoring bean.
EXTRACT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
EXTRACT_DIMENSIONS_INFOS_DONE - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
extractAndSortWildCardLevels(ICoordinates) - Static method in class com.qfs.repository.impl.DatastoreRepositoryCache
Extract and sort the wildcards levels from a coordinate object.
extractBranchAndEpoch(IMapQuery<?>, IMultiVersionActivePivot) - Static method in class com.quartetfs.pivot.mdx.utils.impl.ServicesUtil
Extract the target epoch and/or the target branch needed to extract the version on which the query need to be executed.
extractBranchNames(Collection<? extends IBranchInfo>) - Static method in class com.qfs.multiversion.impl.BranchInfo
Extracts the distinct branch names present in a collection of branch information.
extractBranchNames(Set<List<?>>) - Static method in class com.quartetfs.biz.pivot.context.impl.BranchUtils
Extracts the names of the granted branches from a list of epoch members (represented by their paths, as returned by ISubCubeProperties.getGrantedMembers(String, String)).
extractCellPropertiesValues(ICellCursor, List<String>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Extracts a list of cell properties for the cell on which the cursor is positioned.
extractCells(List<CellDTO>, List<String>) - Static method in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
Creates the list of CellData corresponding to the given list of CellDTO.
extractConditionPerLevel(IActivePivot, IHierarchyInfo, ICubeFilter) - Static method in class com.activeviam.copper.agg.ConditionPerLevelExtractor
Extracts the conditions imposed by the given filter for the given hierarchy by visiting the filter.
The conditions are indexed by ILevelInfo and by IHierarchyInfo.
extractConditionPerLevel(IActivePivot, Collection<IHierarchyInfo>, ICubeFilter) - Static method in class com.activeviam.copper.agg.ConditionPerLevelExtractor
Extracts the conditions imposed by the given filter for the given hierarchies by visiting the filter.
The conditions are indexed by ILevelInfo and by IHierarchyInfo.
extractCopyAggregationFunction(IArrayReader, int) - Static method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Extract the aggregation function to be used to copy to an other column the result of the aggregation of source column.
extractDefaultHierarchyIdx(List<H>, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
extractDefaultHierarchyName(List<H>, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
extractDictionarizedCoordinates(ILocation, int) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Extracts the dictionarized coordinates of the given location for the given mapping index.
extractDictionarizedCoordinates(ILocation, int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
extractDictionarizedValues(IPointLocationPattern, ILocation, IHierarchicalMapping, int[], boolean) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Extracts from the input location the dictionarized values of the range coordinates expressed by the given builder.
extractDictionarizedValues(IScopeLocation, ILocation, boolean) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Extracts from the input location the dictionarized values of the range coordinates expressed by the given scope.
extractDimension(IMdxLevel) - Static method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMemberProperty
 
extractFactSelectionNameFromCountMeasure(String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
 
extractFormulas(String) - Static method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
The formula extractor.
ExtractFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
ExtractFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ExtractFunction
 
extractGrantedBranchNames(ISubCubeProperties) - Static method in class com.quartetfs.biz.pivot.context.impl.BranchUtils
Extracts the names of the granted branches from the subcube.
extractGrantedEpochMembers(ISubCubeProperties) - Static method in class com.quartetfs.biz.pivot.context.impl.BranchUtils
Retrieves the granted members of the Epoch hierarchy from the subcube.
extractHierarchies(IHasDimensionality) - Static method in class com.quartetfs.pivot.mdx.meta.impl.HaveDimensionality
Extract hierarchies from an element that has dimensionality.
extractHierarchies(List<? extends IDimension<? extends H>>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
extractHierarchy(IMdxLevel) - Static method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMemberProperty
 
extractHierarchyOrdinals(List<ILevelInfo>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
extractKey(IRecord) - Method in interface com.qfs.store.record.IKeyRecordFormat
Extract the key of a record.
extractKey(IRecord) - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
extractKeyFields(IDatastoreSchemaMetadata, String, Collection<Object[]>) - Static method in class com.qfs.store.impl.StoreUtils
Deprecated.
Extracts the key fields of the tuples.
extractLevelOrdinals(List<ILevelInfo>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
extractLevelPath(ILevelInfo) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
extractMvHierarchies(List<? extends IMultiVersionDimension<? extends H>>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
extractNamespace(String) - Static method in class com.qfs.rest.urls.impl.RestPrefixExtractor
Extracts the namespace from the given rest prefix.
extractObjectPath(Object[], IAxisMember) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
extractOrdinals(Collection<? extends IHierarchy>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
extractPartitioningFields(Collection<? extends ILevelInfo>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker
Transforms the given partitioning levels into partitioning fields ID.
extractPartitionSelector(IPartitioning, IRecordFormat) - Method in interface com.qfs.store.query.condition.ICompiledOperation
Extract the partition selector for this operation.
extractPartitionSelector(IPartitioning, IRecordFormat) - Method in class com.qfs.store.query.impl.CompiledStoreSearch
 
extractPartitionSelector(IPartitioning, IRecordFormat) - Method in interface com.qfs.store.query.plan.ICompiledPartitionOperation
Extracts the partition selector for this operation.
extractPartitionSelector(IPartitioning, IRecordFormat) - Method in class com.qfs.store.query.plan.impl.ABackReferenceRows.ACompiledBackReferenceRows
 
extractPartitionSelector(IPartitioning, IRecordFormat) - Method in class com.qfs.store.query.plan.impl.AIndexDisjoinedLookupCompiledOperation
 
extractPartitionSelector(IPartitioning, IRecordFormat) - Method in class com.qfs.store.query.plan.impl.AIndexRangeDisjoinedLookupCompiledOperation
 
extractPartitionSelector(IPartitioning, IRecordFormat) - Method in class com.qfs.store.query.plan.impl.ConditionScanCompiledOperation
 
extractPartitionSelector(IPartitioning, IRecordFormat) - Method in class com.qfs.store.query.plan.impl.FieldLookupCompiledOperation
 
extractPartitionSelector(IPartitioning, IRecordFormat) - Method in class com.qfs.store.query.plan.impl.ReturnAllPartitionCompiledOperation
 
extractPivotVersion(IMultiVersionActivePivot, long, String) - Static method in class com.quartetfs.pivot.mdx.utils.impl.ServicesUtil
Extract the pivot version that corresponds to the given epoch and the given branch.
extractSelection(IActivePivot) - Static method in class com.quartetfs.biz.pivot.impl.PivotUtils
Deprecated.
Extract the protected selection from an ActivePivot version.
extractSetters(Class<?>) - Static method in class com.quartetfs.fwk.types.impl.TransferCompiler
Extract setter methods from a class.
extractStoresIdsFromFields(IMultiVersionDatastoreSchema, int, Collection<FieldPath>) - Static method in class com.qfs.store.transaction.impl.TransactionManager
Extracts the list of stores ids from the given selection.
extractStringProperty(IHasFormulaSpecification, String, String) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
 
extractThrowableMessages(Throwable) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Go from the highest throwable object to the lowest and concatenate the messages.
extractUserFromPivotContextValues(IActivePivotVersion) - Static method in class com.quartetfs.fwk.logging.impl.ATiming
Extract the username from Pivot context values, could return null, if the user authentication is not available.
extractUsername(IActivePivotVersion) - Static method in class com.quartetfs.fwk.logging.impl.ATiming
Extracts the username either from the context values of pivot or via the Spring security layer.
extractValidIndexes(ISquashableIntegerArrayVersion, ISquashableIntegerArrayVersion) - Static method in class com.qfs.index.impl.AIntegerArray
Extracts all indexes used in at least one version between fromV (inclusive) and toV (inclusive).
extractValidIndexes(ISquashableLongArrayVersion, ISquashableLongArrayVersion) - Static method in class com.qfs.index.impl.ALongArray
Extracts all indexes used in at least one version between fromV (inclusive) and toV (inclusive).
extractValues(ILocation) - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Extract some coordinates from a location following a pattern.
extractValues(ILocation) - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
extractValues(ILocationList, int, Object[]) - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Extract some coordinates from a location following a pattern, the location is read from a location list, the cooridnates are stored in a provided array.
extractValues(ILocationList, int, Object[]) - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
extractValues(ILocation, int[][]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Extracts some coordinates from a location.
extractValues(ILocation, ILevelInfo[]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Extracts some coordinates from a location.
extractValues(ILocation, Object[]) - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Extract some coordinates from a location following this pattern, the coordinates are stored in a provided array that must have the right length.
extractValues(ILocation, Object[]) - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
extractVersion(String) - Static method in class com.qfs.rest.urls.impl.RestPrefixExtractor
Extracts the version from the given rest prefix.
ExtraLoggingConfig - Class in com.activeviam.apm.cfg.impl
Spring JavaConfig for additional beans to further log info of any custom ActivePivot server.
ExtraLoggingConfig() - Constructor for class com.activeviam.apm.cfg.impl.ExtraLoggingConfig
 
ExtremaMemberMeasure - Class in com.activeviam.copper.measure
Copper measure used to calculate the argmax or argmin of a measure on a given level.
ExtremaMemberMeasure(IInternalCopperMeasure, MeasureMetadata, IInternalCopperLevel, boolean) - Constructor for class com.activeviam.copper.measure.ExtremaMemberMeasure
Constructor.
ExtremaMemberMeasure.Factory - Class in com.activeviam.copper.measure
Factory for the ExtremaMemberMeasure.
ExtremaMemberPostProcessor - Class in com.activeviam.copper.pivot.pp
Post processor that calculates the extrema member for a measure on a given level.
ExtremaMemberPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.ExtremaMemberPostProcessor
Constructor.

F

FactContributionHolder - Class in com.quartetfs.biz.pivot.contribution.impl
Structure to hold a collection of contributions efficiently.
FactContributionHolder(int, IPointList, IColumnarTable, IHierarchicalMapping) - Constructor for class com.quartetfs.biz.pivot.contribution.impl.FactContributionHolder
Full constructor.
factFeeding() - Static method in class com.activeviam.pivot.contribution.impl.ActivePivotFeedingPolicies
Returns the policy feeding an ActivePivot by providing all underlying records.
FactFilterConditions - Class in com.activeviam.builders
Helper class to define filtering conditions.
factless() - Method in interface com.activeviam.desc.build.dimensions.ICanBeFactless
Describes this hierarchy to be a factless hierarchy.
FACTLESS_ON_ISOLATED_STORE - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.ClassificationType
Represents an analysis hierarchy that is populated from an isolated store.
Factory<T> - Class in com.quartetfs.fwk.types.impl
Default implementation of the factory interface.
Factory() - Constructor for class com.activeviam.copper.agg.InnerJoinAnalysisAggregationProcedure.Factory
Empty constructor.
Factory() - Constructor for class com.activeviam.copper.agg.LeftJoinAnalysisAggregationProcedure.Factory
Empty constructor.
Factory() - Constructor for class com.activeviam.copper.hierarchy.BucketingAnalysisAggregationProcedure.Factory
Deprecated.
Empty constructor.
Factory() - Constructor for class com.activeviam.copper.measure.AggregatedMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.CalculatedMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.ConstantValueMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.ContextValueMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.CopperAdvancedAggregatedMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.DrillupMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.HierarchyValueMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.LeafAggregationMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.LevelFilteringMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.LevelValueMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.MarginalDrillupMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.MaskMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.PostProcessorCopperMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.ShiftMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.StoreFieldAggregatedMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.StoreLookupMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.UserDefinedLeafAggregationMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.window.FirstLastMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.window.LeadLagMeasure.Factory
 
Factory() - Constructor for class com.activeviam.copper.measure.window.WindowReduceMeasure.Factory
 
Factory() - Constructor for class com.qfs.snl.activiti.SentinelProcessEntityManager.Factory
 
Factory(Class<T>, Class[]) - Constructor for class com.quartetfs.fwk.types.impl.Factory
Constructor defining the implementation class onto which the constructors are closed.
Factory(Class<V>) - Constructor for class com.quartetfs.fwk.types.impl.Factory
 
FactoryValue<T> - Class in com.quartetfs.fwk.types.impl
FactoryValue.
FactoryValue(String, String, Class<? extends T>) - Constructor for class com.quartetfs.fwk.types.impl.FactoryValue
Full constructor.
FAIL - com.quartetfs.biz.pivot.query.registration.impl.RegistrationUtil.RegistrationResult
When the registration failed and the registration asked to stop.
FAIL_MDX_JMX - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
FAIL_MSG_CANNOT_ENABLE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
FAIL_MSG_CANNOT_PUSHCURRVIEW - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
FAIL_MSG_CANNOT_RESUME - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
FAIL_MSG_CANNOT_START - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
FAIL_MSG_CANNOT_UPDATE_QUERY - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
FAIL_MSG_REG_QUERY - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
FAILED_MATCH - Static variable in class com.quartetfs.pivot.mdx.func.base.impl.MatchResult
The result to return when the function signature could not be matched with the input MatchResult.types.
FailureEvent - Class in com.quartetfs.tech.streaming.impl
Failure event that signifies a failure in an underlying stream operation.
FailureEvent() - Constructor for class com.quartetfs.tech.streaming.impl.FailureEvent
Default constructor.
FailureEvent(String, String, long) - Constructor for class com.quartetfs.tech.streaming.impl.FailureEvent
Full constructor.
FAKE_CELL_PROP - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
FAKE_MEMBER_PROP - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
fakeMemberIterator(Object[], IAxisMember) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
Creates an iterator containing the fake member, if it matches with the given path.
False() - Static method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.CompilationArguments
Returns a global compilation argument that does not match.
FALSE - Static variable in class com.qfs.condition.impl.BaseConditions
The ImplementationCode.FALSE condition.
FALSE - Static variable in class com.quartetfs.fwk.filtering.impl.FalseCondition
Singleton.
FALSE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
FALSE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FALSE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FALSE_BITMAP - Static variable in class com.qfs.pivot.cube.provider.bitmap.impl.BitmapFilterCompiler
A Bitmap that is always false.
FALSE_BITMAP - Static variable in class com.qfs.pivot.cube.provider.bitmap.impl.LeafFilterCompiler
A Bitmap that is always false.
FalseCompiledCondition - Class in com.qfs.store.query.plan.condition.impl
Implementation of a condition always returning false.
FalseCompiledCondition() - Constructor for class com.qfs.store.query.plan.condition.impl.FalseCompiledCondition
 
FalseCompiledCondition.FalseCompiledConditionInstance - Class in com.qfs.store.query.plan.condition.impl
A ICompiledConditionInstance always evaluating to false.
falseCondition() - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
False is represented as not(TRUE) which is { not : {} }.
FalseCondition - Class in com.quartetfs.fwk.filtering.impl
Representing a False condition which always evaluates to false.
FalseCondition() - Constructor for class com.quartetfs.fwk.filtering.impl.FalseCondition
Empty constructor.
FAST - com.qfs.bitmap.impl.BitmapChecks.CheckLevel
Perform malformation verifications on the bitmap metadata.
FAST_FORWARD - Static variable in interface com.qfs.service.store.IDatabaseRestService
REST query parameter containing the target of the fast-forward operation.
fastForward(String, String) - Method in interface com.qfs.store.service.IDatabaseService
Fast forward a branch to another branch.
fastForward(String, String) - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
fastForward(String, String) - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
fastForward(String, String) - Method in class com.qfs.store.service.impl.DatastoreService
 
fastForward(String, String) - Method in class com.qfs.store.service.impl.ReadOnlyDatabaseService
 
fastForward(String, String) - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
FastForward - Class in com.qfs.store.selection.impl
A process that will publish an InitialPartitionTransactionContent to a listener.
FastForward(Map<Integer, ICondition>, Map<Integer, int[]>, List<ISelectionMetadata>, IInternalDatastoreSchemaVersion, IAsyncCompositeSelectionListener, ITransactionPublishingScheduler, CountedCompleter<?>) - Constructor for class com.qfs.store.selection.impl.FastForward
Starts a FF from the input fromVersion to toVersion.
FastForwardTransactionContent - Class in com.qfs.plan.impl
Implementation of ITransactionContent specialized to fast forward the content of the store to new listeners.
FastForwardTransactionContent(IDatastoreView, int, IRecordFormat, IStoreVersion, ICompiledQuery, int[]) - Constructor for class com.qfs.plan.impl.FastForwardTransactionContent
Constructor.
FastLocalDateParser - Class in com.quartetfs.fwk.format.impl
Performance oriented implementation of a LocalDate parser, which does not use a DateTimeFormatter as opposed to the children classes of ATemporalParser.
FastLocalDateParser() - Constructor for class com.quartetfs.fwk.format.impl.FastLocalDateParser
Default constructor.
FastLocalDateParser(String) - Constructor for class com.quartetfs.fwk.format.impl.FastLocalDateParser
Constructor.
FastLogicalQFSBitmap - Class in com.qfs.bitmap.impl
Library of fast logical operations on bitmaps.
FastLogicalQFSBitmap() - Constructor for class com.qfs.bitmap.impl.FastLogicalQFSBitmap
 
FEED_LOADING_LOG_CACHE - Static variable in class com.activeviam.apm.cfg.impl.MonitoredDataLoadingCacheConfig
Cache name.
FeedHolderFactory - Class in com.quartetfs.biz.pivot.cube.impl
A factory whose feeds will contribute to the hierarchies and the aggregate provider.
FeedHolderFactory(List<IMultiVersionDimension<? extends IMultiVersionHierarchy>>, IMultiVersionAggregateProviderHolder, StreamingViewId, Map<StreamingViewId, List<HierarchyIdentifier>>, Map<ProviderCoordinate, StreamingViewId>, ISelectionMapping, IStreamedView, IDomainDictionaryProvider) - Constructor for class com.quartetfs.biz.pivot.cube.impl.FeedHolderFactory
Constructor.
FEEDING_CATEGORIES - Static variable in class com.activeviam.database.api.query.QueryTags
 
FeedingContext(IStreamedView, TIntIntMap, boolean) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase.FeedingContext
 
Fence - Class in com.qfs.memory.impl
The base implementation of a fence that delegates all of its calls to a PhantomFence.
Fence(ReferenceQueue<IFence>) - Constructor for class com.qfs.memory.impl.Fence
Constructs a Fence, that when dead will be enqueued to the given reference queue.
FENCE_RENEWING_FREQUENCY_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The property to use to change to frequency at which fences are renewed (in ms).
FencedColumnarRecordSetTransaction - Class in com.qfs.store.impl
A ColumnarRecordSetTransaction managing the fencing.
FencedColumnarRecordSetTransaction(ColumnarRecordSet, IEpoch) - Constructor for class com.qfs.store.impl.FencedColumnarRecordSetTransaction
Constructor.
FencedColumnarRecordSetVersion - Class in com.qfs.store.impl
An implementation of a ColumnarRecordSetVersion that fences access to its methods.
FencedColumnarRecordSetVersion(ColumnarRecordSet, int, IEpoch) - Constructor for class com.qfs.store.impl.FencedColumnarRecordSetVersion
Constructor.
fetch(IActiveViamProperty) - Method in interface com.activeviam.properties.IActiveViamPropertyResolver
Retrieves a property value.
fetch(IActiveViamProperty) - Method in class com.activeviam.properties.impl.DefaultPropertyResolver
 
fetch(IActiveViamProperty) - Method in class com.activeviam.properties.impl.EnvironmentPropertyResolver
 
fetch(IActiveViamProperty) - Method in class com.activeviam.properties.impl.SpringPropertyResolver
 
fetch(IActiveViamProperty) - Method in class com.activeviam.properties.impl.SystemPropertyResolver
 
fetch(IMessageChannel<String, T>, List<Object>) - Method in interface com.qfs.msg.jdbc.IJDBCSource
Retrieves all the available data as defined by the topic exposed by the channel.
fetch(ISource<I, E>) - Method in class com.qfs.source.impl.Fetch
Fetches data into the IEpoch.MASTER_BRANCH_NAME branch.
fetch(ISource<I, E>, String) - Method in class com.qfs.source.impl.Fetch
Fetches data in the specified branch branch.
fetch(ISource<I, E>, String, String) - Method in class com.qfs.source.impl.Fetch
Main fetching method.
fetch(ObjectInput) - Method in class com.qfs.store.record.impl.RecordFormat
Fetches record data from an ObjectInput.
fetch(Collection<? extends IMessageChannel<IFileInfo<I>, ILineReader>>) - Method in interface com.qfs.msg.csv.ICSVSource
 
fetch(Collection<? extends IMessageChannel<IFileInfo<I>, ILineReader>>) - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
Method to retrieve all the available data (related to the topics exposed by the channels).
fetch(Collection<? extends IMessageChannel<I, E>>) - Method in interface com.qfs.msg.ISource
Method to retrieve all the available data (related to the topics exposed by the channels).
fetch(Collection<? extends IMessageChannel<String, KeyValueEntry<?>>>) - Method in class com.qfs.msg.keyvalue.impl.KeyValueSource
Deprecated.
 
fetch(Collection<? extends IMessageChannel<String, T>>) - Method in interface com.qfs.msg.jdbc.IJDBCSource
 
fetch(Collection<? extends IMessageChannel<String, T>>) - Method in class com.qfs.msg.jdbc.impl.AJDBCSource
Deprecated.
 
fetch(List<P>) - Method in interface com.activeviam.properties.IActiveViamPropertyResolver
Fetches a list of properties in a Source of properties.
fetch(Map<IMessageChannel<String, T>, List<Object>>) - Method in interface com.qfs.msg.jdbc.IJDBCSource
Retrieves all the available data as defined by the topics exposed by the channels.
fetch(Map<IMessageChannel<String, T>, List<Object>>) - Method in class com.qfs.msg.jdbc.impl.AJDBCSource
Deprecated.
 
Fetch<I,​E> - Class in com.qfs.source.impl
Fetch data from a data source and into several stores, using a channel factory.
Fetch(IStoreMessageChannelFactory<I, E>) - Constructor for class com.qfs.source.impl.Fetch
Fetch of all the stores, mapped automatically to the source topics that have the same name than the store.
Fetch(IStoreMessageChannelFactory<I, E>, Collection<String>) - Constructor for class com.qfs.source.impl.Fetch
Fetch of a selection of stores, mapped automatically to the source topics that have the same name than the store.
Fetch(IStoreMessageChannelFactory<I, E>, Collection<String>, Map<String, ITuplePublisher<I>>) - Constructor for class com.qfs.source.impl.Fetch
Fetch of a selection of stores, mapped automatically to the source topics that have the same name than the store.
Fetch(IStoreMessageChannelFactory<I, E>, Map<String, String>, Map<String, ITuplePublisher<I>>) - Constructor for class com.qfs.source.impl.Fetch
Fetch a selection of topics into a selection of stores, with respect to the given topic/store mapping.
Fetch(ITransactionalWriter, List<? extends IMessageChannel<I, E>>) - Constructor for class com.qfs.source.impl.Fetch
Create a fetch operation into the given list of channels.
Fetch(ITransactionalWriter, List<? extends IMessageChannel<I, E>>, List<String>) - Constructor for class com.qfs.source.impl.Fetch
Create a fetch operation into the given list of channels.
FETCH - Static variable in interface com.qfs.snl.rs.IMonitorRestService
Fetch keyword to get monitor updates.
FETCH_TRANSACTION_CONTENT - Static variable in class com.qfs.logging.MessagesDatastore
Deprecated.
 
fetchEvents(List<Long>) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
Fetch the events in a bulk.
fetchingTime(Duration) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo.JdbcFetchingInfoBuilder
The duration spent fetching data.
fetchMonitors() - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
Fetch the monitors in a bulk.
fetchMonitorStates(Collection<Long>) - Method in class com.qfs.snl.persistence.impl.SentinelEventDao
 
fetchMonitorStates(Collection<Long>) - Method in interface com.qfs.snl.persistence.ISentinelEventDao
Retrieves all events forming the state of a monitor.
fetchReferencedRow(IStorePartitionView, int, Supplier<IBitmap>) - Method in interface com.qfs.store.ref.IConcreteReference
Retrieves the row in the partition of the target store referenced by a given row in the partition of the owner store, and adds it into the provided result, if any.
fetchReferencedRow(IStorePartitionView, int, Supplier<IBitmap>) - Method in class com.qfs.store.ref.impl.AConcreteReferenceBase.ConcreteReferenceStructuralTransactionView
 
fetchReferencedRow(IStorePartitionView, int, Supplier<IBitmap>) - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
 
fetchReferencedRow(IStorePartitionView, int, Supplier<IBitmap>) - Method in class com.qfs.store.ref.impl.AConcreteReferenceVersion
 
fetchRow(int[], Supplier<IBitmap>) - Method in class com.qfs.index.impl.AUniqueRecordIndexBase.UniqueRecordIndexStructuralTransactionView
 
fetchRow(int[], Supplier<IBitmap>) - Method in class com.qfs.index.impl.AUniqueRecordIndexTransaction
 
fetchRow(int[], Supplier<IBitmap>) - Method in class com.qfs.index.impl.UniqueRecordIndexVersion
 
fetchRow(int[], Supplier<IBitmap>) - Method in interface com.qfs.index.IUniqueRecordIndex
Adds the matching row from the point.
fetchRows(int[], Supplier<IClearableBitmap>) - Method in class com.qfs.index.impl.SecondaryRecordIndexTransaction
 
fetchRows(int[], Supplier<IClearableBitmap>) - Method in class com.qfs.index.impl.SecondaryRecordIndexVersion
 
fetchRows(int[], Supplier<IClearableBitmap>) - Method in interface com.qfs.index.ISecondaryRecordIndex
Finds all rows matching a given record.
fetchRows(IRecordReader[], Supplier<IClearableBitmap>) - Method in interface com.qfs.index.ISecondaryRecordIndex
Finds all rows matching with one of the given records.
fetchRows(IRecordReader, Supplier<IClearableBitmap>) - Method in interface com.qfs.index.ISecondaryRecordIndex
Finds all rows matching with a given record.
fetchRows(List<int[]>, Supplier<IClearableBitmap>) - Method in class com.qfs.index.impl.SecondaryRecordIndexTransaction
 
fetchRows(List<int[]>, Supplier<IClearableBitmap>) - Method in class com.qfs.index.impl.SecondaryRecordIndexVersion
 
fetchRows(List<int[]>, Supplier<IClearableBitmap>) - Method in interface com.qfs.index.ISecondaryRecordIndex
Finds all rows matching with one of the given records.
fetchValues(int[], Supplier<IClearableBitmap>) - Method in interface com.qfs.index.IIndex
Deprecated.
Adds the values associated with the given keys in result.
fetchValues(int, Supplier<IClearableBitmap>) - Method in interface com.qfs.index.IIndex
Deprecated.
Adds the values associated with the given key in result.
fetchValues(int, Supplier<IClearableBitmap>) - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexTransaction
Adds the values associated with the given key in result.
fetchValues(int, Supplier<IClearableBitmap>) - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexVersion
Adds the values associated with the given key in result.
field - Variable in class com.activeviam.copper.measure.StoreFieldAggregatedMeasure
Joined field displayed by this measure.
field(FieldPath) - Method in interface com.activeviam.copper.api.CopperStore
Creates a CopperStoreField from the given path.
field(FieldPath) - Method in class com.activeviam.copper.store.JoinCopperStore
 
field(String) - Method in interface com.activeviam.copper.api.CopperStore
Creates a CopperStoreField from the given name.
FIELD - com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughColumn.INFO
 
FIELD_CONTENT - Static variable in class com.qfs.content.service.audit.impl.AuditableCSEntry
The name of the Hibernate value field of the entry.
FIELD_CONTENT - Static variable in class com.qfs.content.service.impl.CSEntry
The name of the Hibernate value field of the entry.
FIELD_DATE - Static variable in class com.qfs.content.service.impl.CSEntry
The name of the Hibernate timestamp field of the entry.
FIELD_END - Static variable in class com.qfs.content.service.audit.impl.AuditableCSEntry
The name of the Hibernate nextEpoch field of the entry.
FIELD_ID - Static variable in class com.qfs.content.service.audit.impl.AuditAction
The name of the hibernate ID field of the entry.
FIELD_LAST_EDITOR - Static variable in class com.qfs.content.service.impl.CSEntry
The name of the Hibernate user field of the entry.
FIELD_OWNER - Static variable in class com.qfs.content.service.audit.impl.AuditableCSEntry
The name of the Hibernate owner field of the entry.
FIELD_OWNER - Static variable in class com.qfs.content.service.impl.CSEntry
The name of the Hibernate owner field of the entry.
FIELD_PATH - com.activeviam.copper.hierarchy.CopperLevelMetadata.UserSpecific
Flag for the path of the field in the store where the members of this level are found.
FIELD_PATH - Static variable in class com.qfs.content.service.audit.impl.AuditableCSEntry
The name of the Hibernate key field of the entry.
FIELD_PATH - Static variable in class com.qfs.content.service.impl.CSEntry
The name of the Hibernate key field of the entry.
FIELD_PATH_PROPERTY - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
Property indicating the field of database, on which a level is based (the hierarchy must have the MultiVersionAxisHierarchy.STORE_NAME_PROPERTY property defined).
FIELD_READER - Static variable in class com.qfs.content.service.audit.impl.AuditableCSEntry
The name of the Hibernate reader field of the entry.
FIELD_READER - Static variable in class com.qfs.content.service.impl.CSEntry
The name of the Hibernate reader field of the entry.
FIELD_START - Static variable in class com.qfs.content.service.audit.impl.AuditableCSEntry
The name of the Hibernate creationEpoch field of the entry.
FIELD_TIME - Static variable in class com.qfs.content.service.audit.impl.AuditAction
The name of the hibernate timestamp field of the entry.
FIELD_USERNAME - Static variable in class com.qfs.content.service.audit.impl.AuditAction
The name of the hibernate user field of the entry.
FieldComparisonCondition - Class in com.qfs.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.qfs.condition.impl.FieldComparisonCondition
A condition returning true when a field value is greater than another field value.
FieldComparisonCondition(FieldPath, FieldPath, boolean, IComparator<Object>) - Constructor for class com.qfs.condition.impl.FieldComparisonCondition
A condition returning true when a field value is greater than another field value.
FieldDescription - Class in com.qfs.desc.impl
Default mutable implementation of IFieldDescription.
FieldDescription(String, String) - Constructor for class com.qfs.desc.impl.FieldDescription
Creates a FieldDescription not nullable with a null default value (which will be replaced by a global default value depending on the field type).
FieldDescription(String, String, boolean, boolean, boolean, Object, Class<?>, IAllocationSettings) - Constructor for class com.qfs.desc.impl.FieldDescription
Full constructor.
FieldDescription(String, String, boolean, Object) - Constructor for class com.qfs.desc.impl.FieldDescription
Creates a FieldDescription without type Class.
FieldDescription.FieldDescriptionBuilder - Class in com.qfs.desc.impl
 
FieldFromDatastoreSelection - Class in com.qfs.store.impl
 
FieldFromDatastoreSelection(String, IFieldType, int) - Constructor for class com.qfs.store.impl.FieldFromDatastoreSelection
 
FieldKey - Class in com.activeviam.store.structure.graph
Identifier for a field in a store.
FieldKey(String, String) - Constructor for class com.activeviam.store.structure.graph.FieldKey
 
FieldLookupCompiledOperation - Class in com.qfs.store.query.plan.impl
Compiled operation testing the value of a single field by scanning a whole store.
FieldLookupCompiledOperation(int, int, IOperand, int) - Constructor for class com.qfs.store.query.plan.impl.FieldLookupCompiledOperation
Constructor.
FieldMapping(String, String) - Constructor for class com.activeviam.database.api.schema.ITableJoin.FieldMapping
 
fieldMappings(Set<ITableJoin.FieldMapping>) - Method in class com.activeviam.database.sql.api.schema.SqlJoin.SqlJoinBuilder
 
fieldName - Variable in class com.qfs.store.impl.StoreFieldName
The name of the field.
fieldParser - Variable in class com.qfs.msg.csv.impl.CSVColumnParser
Field parser.
FieldPath - Class in com.activeviam.database.api.schema
Represents the relative path to a specific table field, starting from an arbitrary and unknown table.
FieldPath(JoinPath, String) - Constructor for class com.activeviam.database.api.schema.FieldPath
 
fieldPathToString(FieldPath) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Converts the FieldPath to a String representation that is ready to be added to a JSON.
fields - Variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest
List of fields to retrieve from the store.
fields(List<AliasedField>) - Method in class com.activeviam.database.api.query.DistinctQuery.DistinctQueryBuilder
The fields to return.
fields(AliasedField...) - Method in class com.activeviam.database.api.query.ListQuery.ListQueryBuilder
 
fields(IFieldDescription...) - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
fields(List<? extends IFieldDescription>) - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
fields(List<AliasedField>) - Method in class com.activeviam.database.api.query.GetByKeyQuery.GetByKeyQueryBuilder
 
fields(List<AliasedField>) - Method in class com.activeviam.database.api.query.ListQuery.ListQueryBuilder
 
fields(Set<FieldPath>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
fields(Set<String>) - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData.ExternalRetrievalDataBuilder
 
FIELDS_PARAM - Static variable in interface com.qfs.service.store.IDatabaseRestService
REST query parameter containing a comma-separated list of fields to return in the query result.
FIELDS_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.AStoreLookupPostProcessor
 
FieldTransformer - Class in com.activeviam.store.structure.impl
Basic implementation of IFieldTransformer.
FieldType - Class in com.activeviam.type
Basic implementation of an IFieldType.
FILE_CONFIGURATION_PROPERTY - Static variable in interface com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.IJsonOutputConfiguration
File configuration.
FILE_NAME_PROPERTY - Static variable in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
File name property key.
FILE_SCAN_ERROR - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
fileComparator(IComparator<I>) - Method in class com.qfs.msg.csv.impl.CSVSourceConfiguration.CSVSourceConfigurationBuilder
 
FileEvent<IdT,​ProviderT extends ICsvDataProvider<IdT>> - Class in com.qfs.msg.csv.impl
Standard file watcher event.
FileEvent(ICSVTopic<IdT>, Collection<? extends ProviderT>, Collection<? extends ProviderT>, Collection<? extends ProviderT>) - Constructor for class com.qfs.msg.csv.impl.FileEvent
Default constructor.
FileFullNameCalculator - Class in com.qfs.msg.csv.translator.impl
Column calculator that returns the full name of the file currently being parsed.
FileFullNameCalculator() - Constructor for class com.qfs.msg.csv.translator.impl.FileFullNameCalculator
Constructs a calculator with default column name (IFileInfo.FILEPATH).
FileFullNameCalculator(String) - Constructor for class com.qfs.msg.csv.translator.impl.FileFullNameCalculator
Constructs a calculator with the given column name.
FileInfoLogMessageHandler<I> - Class in com.activeviam.apm.source.msg.impl
This MessageHandler is dedicated to print out information about data parsing and translating file data source.
FileInfoLogMessageHandler() - Constructor for class com.activeviam.apm.source.msg.impl.FileInfoLogMessageHandler
 
FileInfoLogMessages - Class in com.activeviam.apm.source.msg.impl
Log messages for source processing operations.
FILELASTMODIFIED - Static variable in interface com.qfs.msg.csv.IFileInfo
Default column name for registering the last modified date of the file from which the data comes.
FileLastModifiedCalculator - Class in com.qfs.msg.csv.translator.impl
Column calculator that returns the last modified date of the file currently parsed.
FileLastModifiedCalculator() - Constructor for class com.qfs.msg.csv.translator.impl.FileLastModifiedCalculator
Constructs a calculator with default column name (IFileInfo.FILELASTMODIFIED).
FileLastModifiedCalculator(String) - Constructor for class com.qfs.msg.csv.translator.impl.FileLastModifiedCalculator
Constructs a calculator with the given column name.
FileListener(CSVSource<I>, IMessageChannel<IFileInfo<I>, ILineReader>) - Constructor for class com.qfs.msg.csv.impl.CSVSource.FileListener
Deprecated.
Full constructor.
FILENAME - Static variable in interface com.qfs.msg.csv.IFileInfo
Default column name for registering the simple name of the file from which the data comes.
FileNameCalculator - Class in com.qfs.msg.csv.translator.impl
Column calculator that returns the file name of the file currently being parsed.
FileNameCalculator() - Constructor for class com.qfs.msg.csv.translator.impl.FileNameCalculator
Constructs a calculator with default column name (IFileInfo.FILENAME).
FileNameCalculator(String) - Constructor for class com.qfs.msg.csv.translator.impl.FileNameCalculator
Constructs a calculator with the given column name.
FileParserConfiguration - Class in com.qfs.msg.csv.impl
File parser configuration standard implementation.
FileParserConfiguration() - Constructor for class com.qfs.msg.csv.impl.FileParserConfiguration
Default constructor.
FileParserConfiguration(Charset, int) - Constructor for class com.qfs.msg.csv.impl.FileParserConfiguration
Constructor for indication custom parameters.
FILEPATH - Static variable in interface com.qfs.msg.csv.IFileInfo
Default column name for registering the full name of the file from which the data comes.
filePolicy(int) - Static method in interface com.qfs.msg.csv.policy.ICsvParserConfigPolicy
Creates a policy limiting the number of read CSV files.
FILES_SUFFIX - Static variable in class com.qfs.content.rest.impl.ARestContentServer
The suffix to add to the rest services suffix to obtain the path to access the files.
FileSystemCSVMonitoring - Class in com.qfs.msg.csv.impl
Monitoring for file system CSV topics.
FileSystemCSVMonitoring(ICSVSource<Path>) - Constructor for class com.qfs.msg.csv.impl.FileSystemCSVMonitoring
Constructor.
FileSystemCSVTopicFactory - Class in com.qfs.msg.csv.filesystem.impl
A factory to create file system CSV topics.
FileSystemCSVTopicFactory(boolean) - Constructor for class com.qfs.msg.csv.filesystem.impl.FileSystemCSVTopicFactory
Creates a new factory instance, initializing a new watcherService.
FileSystemFileInfo - Class in com.qfs.msg.csv.filesystem.impl
Base class to store file information when the file comes from a classical file system.
FileSystemFileInfo(Path) - Constructor for class com.qfs.msg.csv.filesystem.impl.FileSystemFileInfo
Construct a file entry from a file.
FileSystemFileInfo(Path, BasicFileAttributes, String, String, Long) - Constructor for class com.qfs.msg.csv.filesystem.impl.FileSystemFileInfo
Construct an explicitly defined file entry.
FileTask<I> - Class in com.qfs.msg.csv.impl
Task to process one file.
FileTask(ParserContext<I>, ICsvDataProvider<I>, boolean) - Constructor for class com.qfs.msg.csv.impl.FileTask
Constructor.
fill(boolean) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
fill(boolean) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
fill(boolean) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
fill(boolean) - Method in interface com.qfs.chunk.IChunkBoolean
Fills all slots in the chunk with the same value.
fill(boolean) - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
fill(double) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
fill(double) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
fill(double) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
fill(double) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
fill(double) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
fill(double) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
fill(double) - Method in interface com.qfs.chunk.IChunkDouble
Fills all slots in the chunk with the same value.
fill(double) - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
fill(float) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
fill(float) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
fill(float) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
fill(float) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
fill(float) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
fill(float) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
fill(float) - Method in interface com.qfs.chunk.IChunkFloat
Fills all slots in the chunk with the same value.
fill(float) - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
fill(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
fill(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
fill(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
fill(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
fill(int) - Method in class com.qfs.chunk.direct.impl.ADirectChunkPrimitiveInteger
Default implementation for chunk filling.
fill(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
fill(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
Default implementation for chunk filling.
fill(int) - Method in interface com.qfs.chunk.IChunkInteger
Fills all slots in the chunk with the same value.
fill(int) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
fill(int) - Method in class com.qfs.chunk.impl.ChunkOffsetInteger
 
fill(int) - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
fill(int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
fill(int, int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
fill(long) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
fill(long) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
fill(long) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
fill(long) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
fill(long) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
fill(long) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
fill(long) - Method in interface com.qfs.chunk.IChunkLong
Fills the entire column with the same value.
fill(long) - Method in class com.qfs.chunk.impl.ChunkOffsetLong
 
fill(long) - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
fill(long) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
fill(IMdxMember, Object[]) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Fills as much of the destination array as possible with the path of the member.
fill(Collection<ITuple>, ISet, boolean) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Fills a collection with the tuple of a set.
fillCache() - Method in class com.qfs.repository.impl.RepositoryDaemonActions
 
fillCache() - Method in interface com.qfs.repository.IRepositoryDaemonActions
Poll the repository server and fill the cache with the results.
fillCache() - Method in class com.qfs.snl.cfg.impl.AlertMonitoringBean
Fills the cache with alerts.
fillDefaultMembers(List<? extends IHierarchy>, ILocation, Set<Integer>) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Fill the wildcards of the input string ILocation with default members according to nonDefaultMembersOrdinals.
fillDouble(double) - Method in class com.qfs.vector.array.impl.AArrayVector
 
fillDouble(double) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
fillDouble(double) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
fillDouble(double) - Method in class com.qfs.vector.impl.ABlockVector
 
fillDouble(double) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
fillDouble(double) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
fillDouble(double) - Method in class com.qfs.vector.impl.EmptyVector
 
fillDouble(double) - Method in interface com.qfs.vector.IVector
Fills the vector with the given value.
fillDouble(int, int, double) - Method in class com.qfs.vector.array.impl.AArrayVector
 
fillDouble(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
fillDouble(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
fillDouble(int, int, double) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
fillDouble(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
fillDouble(int, int, double) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
fillDouble(int, int, double) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
fillDouble(int, int, double) - Method in interface com.qfs.vector.IBlock
Fills the components of the block with the given value.
fillDouble(int, int, double) - Method in class com.qfs.vector.impl.TombStoneBlock
 
fillFloat(float) - Method in class com.qfs.vector.array.impl.AArrayVector
 
fillFloat(float) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
fillFloat(float) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
fillFloat(float) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
fillFloat(float) - Method in class com.qfs.vector.impl.ABlockVector
 
fillFloat(float) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
fillFloat(float) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
fillFloat(float) - Method in class com.qfs.vector.impl.EmptyVector
 
fillFloat(float) - Method in interface com.qfs.vector.IVector
Fills the vector with the given value.
fillFloat(int, int, float) - Method in class com.qfs.vector.array.impl.AArrayVector
 
fillFloat(int, int, float) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
fillFloat(int, int, float) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
fillFloat(int, int, float) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
fillFloat(int, int, float) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
fillFloat(int, int, float) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
fillFloat(int, int, float) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
fillFloat(int, int, float) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
fillFloat(int, int, float) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
fillFloat(int, int, float) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
fillFloat(int, int, float) - Method in interface com.qfs.vector.IBlock
Fills the components of the block with the given value.
fillFloat(int, int, float) - Method in class com.qfs.vector.impl.TombStoneBlock
 
fillInt(int) - Method in class com.qfs.vector.array.impl.AArrayVector
 
fillInt(int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
fillInt(int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
fillInt(int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
fillInt(int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
fillInt(int) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
fillInt(int) - Method in class com.qfs.vector.impl.ABlockVector
 
fillInt(int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
fillInt(int) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
fillInt(int) - Method in class com.qfs.vector.impl.EmptyVector
 
fillInt(int) - Method in interface com.qfs.vector.IVector
Fills the vector with the given value.
fillInt(int, int, int) - Method in class com.qfs.vector.array.impl.AArrayVector
 
fillInt(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
fillInt(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
fillInt(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
fillInt(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
fillInt(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
fillInt(int, int, int) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
fillInt(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
fillInt(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
fillInt(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
fillInt(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
fillInt(int, int, int) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
fillInt(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
fillInt(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
fillInt(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
fillInt(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
fillInt(int, int, int) - Method in interface com.qfs.vector.IBlock
Fills the components of the block with the given value.
fillInt(int, int, int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
fillLong(int, int, long) - Method in class com.qfs.vector.array.impl.AArrayVector
 
fillLong(int, int, long) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
fillLong(int, int, long) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
fillLong(int, int, long) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
fillLong(int, int, long) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
fillLong(int, int, long) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
fillLong(int, int, long) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
fillLong(int, int, long) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
fillLong(int, int, long) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
fillLong(int, int, long) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
fillLong(int, int, long) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
fillLong(int, int, long) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
fillLong(int, int, long) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
fillLong(int, int, long) - Method in interface com.qfs.vector.IBlock
Fills the components of the block with the given value.
fillLong(int, int, long) - Method in class com.qfs.vector.impl.TombStoneBlock
 
fillLong(long) - Method in class com.qfs.vector.array.impl.AArrayVector
 
fillLong(long) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
fillLong(long) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
fillLong(long) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
fillLong(long) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
fillLong(long) - Method in class com.qfs.vector.impl.ABlockVector
 
fillLong(long) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
fillLong(long) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
fillLong(long) - Method in class com.qfs.vector.impl.EmptyVector
 
fillLong(long) - Method in interface com.qfs.vector.IVector
Fills the vector with the given value.
fillURIMap(String[], IEncodingContext) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Fills URI map from the attributes of an array of attributes.
fillURIMap(Attributes, IEncodingContext) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Fills URI map from the attributes of a sax reader.
filter(CopperLevelCondition) - Method in interface com.activeviam.copper.api.CopperMeasure
Creates a new Copper measure whose aggregated values are the ones of this measure but for a restricted view of the cube based on the given criteria.
filter(CopperLevelCondition) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
filter(CopperLevelCondition) - Method in class com.activeviam.copper.measure.LevelFilteringMeasure
 
filter(IFilter) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SetBuilder
Filter the submitted tuples.
filter(ISet, IFilter) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Filters a set.
filter(E[], Predicate<E>) - Static method in class com.activeviam.collections.impl.ImmutableLists
Filter an array.
filter(Collection<? extends T>, Class<? extends R>) - Static method in class com.activeviam.util.impl.StreamUtil
Sugar method to filter objects based on their type.
filter(Collection<T>, Predicate<T>) - Static method in class com.qfs.util.impl.QfsLists
Deprecated.
Creates an immutable list with only the elements matching the filter.
filter(Collection<T>, Predicate<T>) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Filters a collection using the given condition.
filter(Predicate<IAddress>) - Method in class com.qfs.messenger.impl.LocalClusterView
Filter this view to only keep members whose match the predicate.
filter(Predicate<E>) - Method in interface com.activeviam.collections.ImmutableList
Filter the items from this list with a predicate.
filter(Predicate<E>) - Method in interface com.activeviam.collections.ImmutableSet
Filter the items from this set with a predicate.
filter(Predicate<E>) - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
filter(Predicate<E>) - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
filter(Stream<? extends T>, Class<? extends R>) - Static method in class com.activeviam.util.impl.StreamUtil
Sugar method to filter objects based on their type.
filter(ClientRequestContext) - Method in class com.qfs.rest.client.impl.CookiesManager
Add the server cookies in the list of HttpHeaders.COOKIE if there are any cookies available.
filter(ClientRequestContext) - Method in class com.qfs.security.impl.AAuthenticator
 
filter(ClientRequestContext, ClientResponseContext) - Method in class com.qfs.security.impl.AAccessTokenAuthenticator
Filter method called after a response has been provided for a request (either by a request filter or when the HTTP invocation returns.
Filter - com.quartetfs.biz.xmla.constants.Keyword
 
FILTER - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
FILTER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
FILTER_COMPILATION_KEY - Static variable in class com.qfs.pivot.cube.provider.bitmap.impl.BitmapAggregateProviderBase
The key used to memoize filter compilation.
FILTER_COMPILATION_KEY - Static variable in class com.qfs.pivot.cube.provider.bitmap.impl.LeafAggregateProviderBase
The key used to memoize filter compilation.
filterAndCast(Collection<?>, Class<T>) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Filters the collection to only keep the elements of the given class and cast them.
filterByClass(Class<R>) - Method in interface com.activeviam.collections.ImmutableList
Create a list keeping only the items of this list and of a given type.
filterByName(Collection<String>) - Method in interface com.qfs.pivot.agg.IAggregateStore
Returns a filtered IAggregateStore that only exposes the selected aggregated elements, specified by name.
filterByName(Collection<String>) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
filterByName(Collection<String>) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
filterByName(Collection<String>) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
filterByName(Collection<String>) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
FilterCache<IndexT extends IBitmapIndex> - Class in com.qfs.pivot.cube.provider.bitmap.impl
Helper class which adds a temporary cache to the LeafBitmapMatcher, to keep track of the compilation of similar filters for one query.
FilterCache(IndexT) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.FilterCache
 
FilterCache(IndexT, Map<IFilterCacheEntry, IBitmap>) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.FilterCache
 
filterCellSetWithRanges(CellSetDTO, IAxisRanges<IRangeProperty>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.RangeHelper
Returns a view of the given cell set corresponding to the given range.
filterCellsWithRanges(int, List<CellDTO>, IAxisRanges<AxisRangeProperty>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.RangeHelper
Creates a list of cells from the given cells, filtered with ranges.
FilterData - Class in com.qfs.pivot.json.queryplan
The JSON query filter data.
FilterData(int, String) - Constructor for class com.qfs.pivot.json.queryplan.FilterData
 
FilterData.FilterDataBuilder - Class in com.qfs.pivot.json.queryplan
 
FilterDescription - Class in com.quartetfs.biz.pivot.definitions.impl
This class implements the IFilterDescription interface.
FilterDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.FilterDescription
Empty args constructor.
FilterDescription(ICondition) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.FilterDescription
Full constructor.
FILTERED_HIERARCHY_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessorOnTheFlyPattern
Specifies the FilteringPostProcessorOnTheFlyPattern.filteredHierarchy on which we will filter.
FilteredAggregateStoreView - Class in com.qfs.pivot.agg.impl
Deprecated, for removal: This API element is subject to removal in a future version.
FilteredAggregateStoreView(AggregateStore, TObjectIntMap<String>, int[], int[]) - Constructor for class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
Constructor.
filterEdges(Predicate<E>) - Method in interface com.qfs.graph.IDirectedGraph
Creates a directed graph with the same vertices but only the edges selected by a filter.
filterEdges(Predicate<E>) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
It is strong advised to not call this method while modifying the graph structure.
filterEdges(Predicate<E>) - Method in class com.qfs.graph.impl.DirectedGraph
 
filterEdges(Predicate<Collection<IReferenceMetadata>>) - Method in class com.qfs.store.impl.UserStoreGraph
 
filterEdges(Predicate<Collection<E>>) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
FilteredList<T extends E,​E> - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
FilteredList(Class<T>, List<E>) - Constructor for class com.qfs.util.impl.FilteredList
Deprecated.
Constructor.
FilteredMdxCellSetAxis - Class in com.quartetfs.pivot.mdx.result.impl
Filtered axis.
FilteredMdxCellSetAxis(IAxisName, IRandomAccessSet, int, IBitmap) - Constructor for class com.quartetfs.pivot.mdx.result.impl.FilteredMdxCellSetAxis
Constructor.
FilteredMdxCellSetAxisIterator - Class in com.quartetfs.pivot.mdx.result.impl
Iterator for filtered axis.
FilteredMdxCellSetAxisIterator(IRandomAccessSet, IBitmap, int) - Constructor for class com.quartetfs.pivot.mdx.result.impl.FilteredMdxCellSetAxisIterator
 
filteredOn(Map<LevelIdentifier, Object>) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
filteredOn(Map<LevelIdentifier, Object>) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder
Filter the partial aggregate provider on certain levels.
FilteredParameterEvent - Class in com.qfs.repository.impl
A parameter event filtering some resources based on listener needs.
FilteredParameterEvent(Map<String, Set<String>>, IParameterEvent) - Constructor for class com.qfs.repository.impl.FilteredParameterEvent
Constructor.
FilteredPointList - Class in com.qfs.dic.impl
A point list whose points are restricted to a selection of coordinates.
FilteredPointList(IPointList, int[]) - Constructor for class com.qfs.dic.impl.FilteredPointList
Full constructor.
FilteredRecordBlock<RecordT extends IRecordReader> - Class in com.qfs.store.record.impl
A filtered view of an underlying IRecordBlock that exposes a subset of its records.
FilteredReductionProcedure - Class in com.quartetfs.biz.pivot.cellset.impl
Procedure reducing a result to a limited set of points matching the given filter.
FilteredReductionProcedure(IPointLocationList, IGenericAggregationFunction, int[], IInterruptor, IPointListReductionFilter) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.FilteredReductionProcedure
Constructor.
filterEvent(ISentinelEvent) - Method in interface com.qfs.snl.mdx.IKpiFilter
Decides if an event can be published.
filterEvent(ISentinelEvent) - Method in class com.qfs.snl.mdx.impl.TransitionOnlyKpiFilter
Decides if an event can be published.
FilterFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
FilterFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.FilterFunction
 
filterId(int) - Method in class com.qfs.pivot.json.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval filter id.
FILTERING_MEMBERS - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessor
Property specifying a set of filtering members for each leaf level.
FilteringCompositeSelectionListener - Class in com.qfs.store.selection.impl
A IAsyncCompositeSelectionListener that filters its input records and only forwards to its delegate listener the one matching a given condition.
FilteringCompositeSelectionListener(IAsyncCompositeSelectionListener, List<ICompiledCondition>) - Constructor for class com.qfs.store.selection.impl.FilteringCompositeSelectionListener
Constructor.
FilteringIterator<E> - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
FilteringIterator(Iterator<? extends E>, Predicate<E>) - Constructor for class com.qfs.util.impl.FilteringIterator
Deprecated.
Constructor.
FilteringPostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
A post-processor which filters on specific members for given levels by editing the query filter during prefetch.
FilteringPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessor
Constructor.
FilteringPostProcessorOnTheFlyPattern - Class in com.quartetfs.biz.pivot.postprocessing.impl
When the user wants to add a filter, they type a pattern and we display the members of the FilteringPostProcessorOnTheFlyPattern.filteredHierarchy that correspond to this pattern.
FilteringPostProcessorOnTheFlyPattern(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessorOnTheFlyPattern
Constructor.
filterOutEvaluatorFrom(Properties) - Static method in class com.activeviam.pivot.postprocessing.impl.AAdvancedPostProcessor
Filters out the evaluator properties from the given set of properties.
filterProperties(IMdxAxesIterator.IPropertyFilter) - Method in interface com.quartetfs.pivot.mdx.result.IMdxAxesIterator
Before iterating over each axis this method must be called if one need to retrieve member properties.
filterProperties(IMdxAxesIterator.IPropertyFilter) - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellSetAxesIterator
 
filterProperties(IMdxAxesIterator.IPropertyFilter) - Method in class com.quartetfs.pivot.mdx.result.impl.OlapCellSetAxesIterator
 
filterViaOwnReference(IBitmap, IBitmap, IConcreteReference, IStorePartitionView, int, boolean) - Static method in class com.qfs.store.query.impl.CompiledFilterPreviousResult
Retrieves all rows in ownerRows that references some rows in the targetRows.
FilterVisitHelper - Class in com.quartetfs.biz.pivot.context.subcube.visitor.impl
An utility class that provides methods to visit filters.
FilterVisitHelper() - Constructor for class com.quartetfs.biz.pivot.context.subcube.visitor.impl.FilterVisitHelper
 
FilterWalker<T> - Class in com.quartetfs.biz.pivot.context.subcube.visitor.impl
This can walk a filter, showing around an IFilterVisitor what is to see, and in particular allowing the visitor to construct an alternate and equivalent version of the filter by visiting the conditions for a set of hierarchies.
FilterWalker(IFilterVisitor<T>, List<? extends IHierarchy>, IHierarchicalMapping) - Constructor for class com.quartetfs.biz.pivot.context.subcube.visitor.impl.FilterWalker
Constructor of FilterWalker.
FINALIZATION - com.quartetfs.biz.pivot.query.aggregates.IQueryPlan.GlobalTimings
 
finalizePlanning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Completes and finalizes this execution plan before it can actually be executed.
find(boolean, Collection<Long>, ITimePeriod) - Method in interface com.qfs.snl.alerts.IAlertService
Finds alerts with complex conditions.
find(boolean, Collection<Long>, ITimePeriod) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
find(boolean, Collection<Long>, ITimePeriod) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
find(boolean, Collection<Long>, ITimePeriod) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
find(boolean, Collection<Long>, ITimePeriod) - Method in interface com.qfs.snl.persistence.ISentinelAlertDao
Finds alerts with complex conditions.
find(ITuple) - Method in interface com.quartetfs.pivot.mdx.eval.set.IIndexedSet
Find all the indexes where the tuple appears.
find(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.DictionarySet
 
find(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.EmptySet
 
find(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedSet
 
find(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedShuffledSet
 
find(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedSubSet
 
find(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingleMemberSet
 
find(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingletonSet
 
find(String) - Method in interface com.quartetfs.pivot.mdx.utils.IMdxIndex
Find an element by name.
find(String) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxIndex
 
find(Predicate<E>) - Method in interface com.activeviam.collections.ImmutableCollection
Find the first item that matches a given predicate.
findByKey(String) - Static method in enum com.qfs.messenger.netty.streaming.impl.NettyStreamUtils.MessageType
Returns the message type corresponding to the key.
findConsideredLevels(List<? extends IMdxFixedMember>, Set<Integer>) - Static method in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
findDatastoreVersion(IEpoch) - Method in interface com.qfs.store.IDatastoreVersionAccessor
Finds the datastore version of the given epoch if it exists.
findDuplicates(Collection<T>) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Finds the duplicated values in a collection.
findFieldByAlias(String) - Method in interface com.activeviam.selection.IApplicationDataStream
Returns the field from the main selection.
findFieldByAlias(String) - Method in class com.qfs.store.impl.ActivePivotSchemaSelectionSession
 
findFieldByAlias(String) - Method in interface com.qfs.store.selection.ISelection
Finds a field of the selection from its alias.
findFirst(List<IPair<U, T>>, L) - Static method in class com.quartetfs.fwk.impl.Pairs
Finds the first right value corresponding to the provided left value.
findFunction(String, boolean) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Retrieve a function.
findFunctionKeyword(String) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Retrieve a IFunctionKeyword.
findHierarchyIndex(IHasDimensionality, int) - Static method in class com.quartetfs.pivot.mdx.meta.impl.HaveDimensionality
Find the index of a hierarchy in an element that has dimensionality.
findIndex(Predicate<E>) - Method in interface com.activeviam.collections.ImmutableCollection
Find the number of iterations that were needed to find an item matching the given predicate.
findIndexPositionInTargetStore(IReferenceMetadata) - Static method in class com.qfs.store.ref.impl.AConcreteReferenceBase
Finds the position of the target store unique index of the given reference.
findIntersection(List<?>, List<?>) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
Find the member restriction common to two member restrictions by intersecting them.
findLatestProcessDefinitionByKey(String) - Method in class com.qfs.snl.activiti.SentinelProcessEntityManager
 
findLevelCoordinate(ILevelInfo) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Finds the level coordinate within this hierarchical mapping.
findLowestCommonAscendant(IMdxMember, IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Find a common ascendant for two members.
findMaximum(TIntSet) - Static method in class com.qfs.trove.impl.QIntSet
Find the maximal value of a set of POSITIVE integers.
findMeasureHierarchyIndex(IHasDimensionality) - Static method in class com.quartetfs.pivot.mdx.meta.impl.HaveDimensionality
 
findMethod(Class<?>, String, Class<?>...) - Static method in class com.activeviam.tracing.util.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and parameter types.
findMethod(Class<?>, String) - Static method in class com.activeviam.tracing.util.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and no parameters.
findOwningNode(IMdxStream) - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStreamRegister
 
findOwningNode(S) - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
Finds the node owning the passed stream.
findPluginValue(Class<P>, String, boolean) - Static method in class com.quartetfs.pivot.mdx.impl.CaseInsentivePlugin
 
findRootParent(CancellableCountedCompleter<?>) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
Find the root parent to use as the physical parent of this completer.
findRowsEqualTo(int, Object, int, int, int, IBitmap) - Method in interface com.qfs.store.IChunkSet
Scans all the records and returns all the rows matching with the sought object in the chunk.
findRowsEqualTo(int, Object, int, int, int, IBitmap) - Method in class com.qfs.store.impl.ChunkSet
 
findRowsEqualTo(int, Object, int, int, int, IBitmap) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
findRowsEqualTo(int, Object, long, IChunkLong, int, int, int, IBitmap) - Method in interface com.qfs.store.IChunkSet
Scans all the records and returns all the rows matching with the sought object in the chunk.
findRowsEqualTo(int, Object, long, IChunkLong, int, int, int, IBitmap) - Method in class com.qfs.store.impl.ChunkSet
 
findRowsEqualTo(int, Object, long, IChunkLong, int, int, int, IBitmap) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
findRowsEqualTo(int, Object, IBitmap, int) - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
findRowsEqualTo(int, Object, IBitmap, int) - Method in class com.qfs.store.impl.ColumnarRecordSetTransaction
 
findRowsEqualTo(int, Object, IBitmap, int) - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
findRowsEqualTo(int, Object, IBitmap, int) - Method in class com.qfs.store.impl.EmptyRecordSetView
 
findRowsEqualTo(int, Object, IBitmap, int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
findRowsEqualTo(int, Object, IBitmap, int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetVersion
 
findRowsEqualTo(int, Object, IBitmap, int) - Method in class com.qfs.store.impl.UserRecordSetVersion
 
findRowsEqualTo(int, Object, IBitmap, int) - Method in interface com.qfs.store.IRecordSetView
Scans all the records and returns all the rows matching with the sought object.
findRowsEqualTo(int, Object, IBitmap, IBitmap) - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
findRowsEqualTo(int, Object, IBitmap, IBitmap) - Method in class com.qfs.store.impl.ColumnarRecordSetTransaction
 
findRowsEqualTo(int, Object, IBitmap, IBitmap) - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
findRowsEqualTo(int, Object, IBitmap, IBitmap) - Method in class com.qfs.store.impl.EmptyRecordSetView
 
findRowsEqualTo(int, Object, IBitmap, IBitmap) - Method in class com.qfs.store.impl.UserRecordSetVersion
 
findRowsEqualTo(int, Object, IBitmap, IBitmap) - Method in interface com.qfs.store.IRecordSetView
Scans all records on the rows whose number the filter contains and returns all the rows matching with the sought object.
findRowsEqualTo(int, Object, IIntIterator, int, int, IBitmap) - Method in interface com.qfs.store.IChunkSet
Scans all the records and returns all the rows matching with the sought object in the chunk.
findRowsEqualTo(int, Object, IIntIterator, int, int, IBitmap) - Method in class com.qfs.store.impl.ChunkSet
 
findRowsEqualTo(int, Object, IIntIterator, int, int, IBitmap) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.column.impl.EmptyChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.agg.impl.ChunkHistory
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunk
Scans all the records and returns all the rows matching with the sought object in the chunk.
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkComposite
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkSingleValue
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkOffset
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkMarked
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkObject
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
findRowsEqualTo(Object, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.column.impl.EmptyChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.agg.impl.ChunkHistory
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunk
Scans all the records and returns all the rows matching with the sought object in the chunk.
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkComposite
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkSingleValue
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkOffset
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkMarked
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkObject
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
findRowsEqualTo(Object, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.column.impl.EmptyChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.agg.impl.ChunkHistory
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunk
Scans all the records and returns all the rows matching with the sought object in the chunk.
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkComposite
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkSingleValue
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkOffset
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkMarked
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkObject
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
findRowsEqualTo(Object, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
findRowsEqualToInColumn(int, int, IIntIterator, IBitmap) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
Scans all the records and returns all the rows that matches with the sought object in the column.
findRowsEqualToInColumn(int, Object, int, IBitmap) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
Scans all the records and returns all the rows that matches with the sought object in the column.
findRowsEqualToInColumn(int, Object, int, IBitmap) - Method in class com.qfs.store.impl.AColumnChunkSet
Scans all the records and returns all the rows matching with the sought object in the column.
findRowsEqualToInColumn(int, Object, IIntIterator, IBitmap) - Method in class com.qfs.store.impl.AColumnChunkSet
Scans all the records and returns all the rows matching with the sought object in the column.
findRowsFromVersion(long, IStorePartitionVersion, IStorePartitionUpdate) - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
findRowsFromVersion(long, IStorePartitionVersion, IStorePartitionUpdate) - Method in class com.qfs.store.impl.ColumnarRecordSetTransaction
 
findRowsFromVersion(long, IStorePartitionVersion, IStorePartitionUpdate) - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
findRowsFromVersion(long, IStorePartitionVersion, IStorePartitionUpdate) - Method in class com.qfs.store.impl.EmptyRecordSetView
 
findRowsFromVersion(long, IStorePartitionVersion, IStorePartitionUpdate) - Method in class com.qfs.store.impl.UserRecordSetVersion
 
findRowsFromVersion(long, IStorePartitionVersion, IStorePartitionUpdate) - Method in interface com.qfs.store.IRecordSetView
Fills the partitionUpdate with rows that were added and deleted from previousEpoch until the current version.
findRowsFromVersionNoDrops(long, IStorePartitionVersion, IStorePartitionUpdate) - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
Implementation of IRecordSetView.findRowsFromVersion(long, IStorePartitionVersion, IStorePartitionUpdate) when we know there was no drop partition operation since the previousEpoch.
findRowsInSet(int, Set<Object>, int, int, int, IBitmap) - Method in interface com.qfs.store.IChunkSet
Scans all the records and returns all the rows matching with any object in the set of sought objects in the chunk.
findRowsInSet(int, Set<Object>, int, int, int, IBitmap) - Method in class com.qfs.store.impl.ChunkSet
 
findRowsInSet(int, Set<Object>, int, int, int, IBitmap) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
findRowsInSet(int, Set<Object>, long, IChunkLong, int, int, int, IBitmap) - Method in interface com.qfs.store.IChunkSet
Scans all the records and returns all the rows matching with any object in the set of sought objects in the chunk.
findRowsInSet(int, Set<Object>, long, IChunkLong, int, int, int, IBitmap) - Method in class com.qfs.store.impl.ChunkSet
 
findRowsInSet(int, Set<Object>, long, IChunkLong, int, int, int, IBitmap) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
findRowsInSet(int, Set<Object>, IBitmap, int) - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
findRowsInSet(int, Set<Object>, IBitmap, int) - Method in class com.qfs.store.impl.ColumnarRecordSetTransaction
 
findRowsInSet(int, Set<Object>, IBitmap, int) - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
findRowsInSet(int, Set<Object>, IBitmap, int) - Method in class com.qfs.store.impl.EmptyRecordSetView
 
findRowsInSet(int, Set<Object>, IBitmap, int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
findRowsInSet(int, Set<Object>, IBitmap, int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetVersion
 
findRowsInSet(int, Set<Object>, IBitmap, int) - Method in class com.qfs.store.impl.UserRecordSetVersion
 
findRowsInSet(int, Set<Object>, IBitmap, int) - Method in interface com.qfs.store.IRecordSetView
Scans all the records and returns all the rows matching with any object in the set of sought objects.
findRowsInSet(int, Set<Object>, IIntIterator, int, int, IBitmap) - Method in interface com.qfs.store.IChunkSet
Scans all the records and returns all the rows matching with any object in the set of sought objects in the chunk.
findRowsInSet(int, Set<Object>, IIntIterator, int, int, IBitmap) - Method in class com.qfs.store.impl.ChunkSet
 
findRowsInSet(int, Set<Object>, IIntIterator, int, int, IBitmap) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.column.impl.EmptyChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.agg.impl.ChunkHistory
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunk
Scans all the records and returns all the rows matching with any object in the set of sought objects in the chunk.
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkComposite
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkSingleValue
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkOffset
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkMarked
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkObject
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
findRowsInSet(Set<Object>, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.column.impl.EmptyChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.agg.impl.ChunkHistory
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunk
Scans all the records and returns all the rows matching with any object in the set of sought objects in the chunk.
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkComposite
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkSingleValue
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkOffset
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkMarked
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkObject
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
findRowsInSet(Set<Object>, long, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.column.impl.EmptyChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.agg.impl.ChunkHistory
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunk
Scans all the records and returns all the rows matching with any object in the set of sought objects in the chunk.
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkComposite
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkSingleValue
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkOffset
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkMarked
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkObject
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
findRowsInSet(Set<Object>, IIntIterator, int, IRowMapping, int, IBitmap) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
findRowsInSetInColumn(int, Set<Object>, int, IBitmap) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
Scans all the records and returns all the rows that matches any object in the set of sought objects in the column.
findRowsInSetInColumn(int, Set<Object>, int, IBitmap) - Method in class com.qfs.store.impl.AColumnChunkSet
Scans all the records and returns all the rows matching with any object in the set of sought objects in the column.
findRowsInSetInColumn(int, Set<Object>, IIntIterator, IBitmap) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
Scans all the records and returns all the rows that matches any object in the set of sought objects in the column.
findRowsInSetInColumn(int, Set<Object>, IIntIterator, IBitmap) - Method in class com.qfs.store.impl.AColumnChunkSet
Scans all the records and returns all the rows matching with any object in the set of sought objects in the column.
findRowsInTransactionEqualTo(int, Object, IIntIterator, IBitmap, int, int, IBitmap) - Method in interface com.qfs.store.IChunkSet
Scans all the records and returns all the rows matching with the sought object in the chunk.
findRowsInTransactionEqualTo(int, Object, IIntIterator, IBitmap, int, int, IBitmap) - Method in class com.qfs.store.impl.ChunkSet
 
findRowsInTransactionEqualTo(int, Object, IIntIterator, IBitmap, int, int, IBitmap) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
findRowsInTransactionEqualTo(int, Object, IChunkLong, int, int, int, IBitmap) - Method in interface com.qfs.store.IChunkSet
Scans all the records and returns all the rows matching with the sought object in the chunk.
findRowsInTransactionEqualTo(int, Object, IChunkLong, int, int, int, IBitmap) - Method in class com.qfs.store.impl.ChunkSet
 
findRowsInTransactionEqualTo(int, Object, IChunkLong, int, int, int, IBitmap) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
findRowsInTransactionEqualTo(int, Object, IChunkLong, IBitmap, int, int, int, IBitmap) - Method in interface com.qfs.store.IChunkSet
Scans all the records and returns all the rows matching with the sought object in the chunk.
findRowsInTransactionEqualTo(int, Object, IChunkLong, IBitmap, int, int, int, IBitmap) - Method in class com.qfs.store.impl.ChunkSet
 
findRowsInTransactionEqualTo(int, Object, IChunkLong, IBitmap, int, int, int, IBitmap) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.column.impl.EmptyChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.agg.impl.ChunkHistory
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunk
Scans all the records and returns all the rows matching with the sought object in the chunk.
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkComposite
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkSingleValue
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkOffset
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkMarked
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkObject
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
findRowsInTransactionEqualTo(Object, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.column.impl.EmptyChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.agg.impl.ChunkHistory
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunk
Scans all the records and returns all the rows matching with the sought object in the chunk.
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkComposite
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkSingleValue
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkOffset
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkMarked
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkObject
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
findRowsInTransactionEqualTo(Object, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.column.impl.EmptyChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.agg.impl.ChunkHistory
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunk
Scans all the records and returns all the rows matching with the sought object in the chunk.
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkComposite
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkSingleValue
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkOffset
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkMarked
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkObject
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
findRowsInTransactionEqualTo(Object, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
findRowsInTransactionInSet(int, Set<Object>, IIntIterator, IBitmap, int, int, IBitmap) - Method in interface com.qfs.store.IChunkSet
Scans all the records and returns all the rows matching with any object in the set of sought objects in the chunk.
findRowsInTransactionInSet(int, Set<Object>, IIntIterator, IBitmap, int, int, IBitmap) - Method in class com.qfs.store.impl.ChunkSet
 
findRowsInTransactionInSet(int, Set<Object>, IIntIterator, IBitmap, int, int, IBitmap) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
findRowsInTransactionInSet(int, Set<Object>, IChunkLong, int, int, int, IBitmap) - Method in interface com.qfs.store.IChunkSet
Scans all the records and returns all the rows matching with any object in the set of sought objects in the chunk.
findRowsInTransactionInSet(int, Set<Object>, IChunkLong, int, int, int, IBitmap) - Method in class com.qfs.store.impl.ChunkSet
 
findRowsInTransactionInSet(int, Set<Object>, IChunkLong, int, int, int, IBitmap) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
findRowsInTransactionInSet(int, Set<Object>, IChunkLong, IBitmap, int, int, int, IBitmap) - Method in interface com.qfs.store.IChunkSet
Scans all the records and returns all the rows matching with any object in the set of sought objects in the chunk.
findRowsInTransactionInSet(int, Set<Object>, IChunkLong, IBitmap, int, int, int, IBitmap) - Method in class com.qfs.store.impl.ChunkSet
 
findRowsInTransactionInSet(int, Set<Object>, IChunkLong, IBitmap, int, int, int, IBitmap) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.column.impl.EmptyChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.agg.impl.ChunkHistory
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunk
Scans all the records and returns all the rows matching with any object in the set of sought objects in the chunk.
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkComposite
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkSingleValue
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkOffset
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkMarked
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkObject
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
findRowsInTransactionInSet(Set<Object>, IIntIterator, IBitmap, int, IRowMapping, int, IBitmap) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.column.impl.EmptyChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.agg.impl.ChunkHistory
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunk
Scans all the records and returns all the rows matching with any object in the set of sought objects in the chunk.
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkComposite
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkSingleValue
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkOffset
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkMarked
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkObject
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.activeviam.column.impl.EmptyChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.agg.impl.ChunkHistory
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunk
Scans all the records and returns all the rows matching with any object in the set of sought objects in the chunk.
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkComposite
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in interface com.qfs.chunk.IChunkSingleValue
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkOffset
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkMarked
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.ChunkObject
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
findRowsInTransactionInSet(Set<Object>, IChunkLong, IBitmap, int, int, IRowMapping, int, IBitmap) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
findTable(String) - Method in class com.activeviam.database.api.schema.DatabaseEntityResolver
 
findTable(String) - Method in interface com.activeviam.database.api.schema.IDatabaseSchemaEntityResolver
Tries to find a table from its name.
findTable(String) - Method in interface com.activeviam.datastore.api.schema.IDatastoreSchemaEntityResolver
 
finish() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SetBuilder
After this call, it is forbidden to add new tuples/set into the builder.
FINISHED_STATE - Static variable in class com.qfs.msg.impl.ColumnCalculationContext
State value marking a finished processing.
fireTransactionCommitted(int[], long, IEpoch) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Notifies the listeners that a transaction has been committed.
fireTransactionCommitted(int[], long, IEpoch) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
fireTransactionCommitted(int[], IEpoch) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
fireTransactionCommitted(int[], IEpoch) - Method in interface com.qfs.store.ISelectionManager
Propagates a transaction commit to the listeners.
fireTransactionCommitted(int[], IDatastoreVersion) - Method in interface com.qfs.store.IDatastoreSchemaTransaction
Deprecated.
Propagates a transaction commit to the listeners.
fireTransactionRolledback(int[]) - Method in interface com.qfs.store.IDatastoreSchemaTransaction
Deprecated.
Propagates a transaction rollback to the listeners.
fireTransactionRolledback(int[]) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
fireTransactionRolledback(int[]) - Method in interface com.qfs.store.ISelectionManager
Propagates a transaction rollback to the listeners.
fireTransactionRolledBack(int[], long) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Notifies the listeners that a transaction has been rolled back.
fireTransactionRolledBack(int[], long) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
fireTransactionStarted(int[], IEpoch, ITransactionInformation) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
fireTransactionStarted(int[], IEpoch, ITransactionInformation) - Method in interface com.qfs.store.ISelectionManager
Propagates a transaction started to listeners.
fireTransactionStarted(int[], IDatastoreVersion, ITransactionInformation) - Method in interface com.qfs.store.IDatastoreSchemaTransaction
Deprecated.
Propagates a transaction started to listeners.
fireUpdate(int[], boolean) - Method in interface com.qfs.store.IDatastoreSchemaTransaction
Deprecated.
Propagates a transaction update to listeners.
fireUpdate(int[], boolean) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
fireUpdate(int[], boolean) - Method in interface com.qfs.store.ISelectionManager
Propagates a transaction update to listeners.
first() - Method in interface com.activeviam.collections.ImmutableCollection
Give the first item of this collection.
first() - Method in class com.qfs.dic.impl.AbstractHash.BufferHashTable
 
first() - Method in interface com.qfs.dic.impl.AbstractHash.HashTable
Returns the minimum hash slot, inclusive (may be negative).
first() - Method in class com.qfs.dic.impl.AbstractHash.LargeBufferHashTable
 
first() - Method in class com.qfs.dic.impl.AbstractHash.LargeHashTable
 
first() - Method in class com.qfs.dic.impl.AbstractHash.StandardHashTable
 
first() - Method in class com.qfs.dic.impl.AbstractHash.VeryLargeHashTable
 
first(CopperMeasure) - Static method in class com.activeviam.copper.api.Copper
Starts defining a navigation analytic function.
first(CopperMeasure, LeadLagPostProcessor.Mode) - Static method in class com.activeviam.copper.api.Copper
Starts defining a navigation analytic function.
FIRST - com.activeviam.copper.measure.window.FirstLastMeasureBuilder.Position
The first position.
FIRST_CHILD - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
FIRST_ELT_FIND_RESULT - Static variable in class com.quartetfs.pivot.mdx.eval.set.impl.SingleMemberSet
 
FIRST_RESULT_UNDEFINED - Static variable in interface com.quartetfs.fwk.query.IListQuery
Constants representing IListQuery.getFirstResult() value if undefined.
FIRST_SET_NULL - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
FIRST_SIBLING - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
FirstChild - com.quartetfs.biz.xmla.constants.Keyword
 
firstChildAfter() - Static method in class com.qfs.store.query.plan.impl.QueryPlanToBe
Deprecated.
Returns simple IStoreQueryPlanToBe telling that the first child should be processed after this store node.
firstChildBefore() - Static method in class com.qfs.store.query.plan.impl.QueryPlanToBe
Deprecated.
Returns simple IStoreQueryPlanToBe telling that the first child should be processed before this store node.
FirstChildFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
FirstChildFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.FirstChildFunction
 
FirstLastMeasure - Class in com.activeviam.copper.measure.window
Analytic navigation measure.
FirstLastMeasure(IInternalCopperMeasure, MeasureMetadata, WindowBuilder, FirstLastMeasureBuilder.Position, LeadLagPostProcessor.Mode, CopperAnalyticMeasure.AnalyticFilter) - Constructor for class com.activeviam.copper.measure.window.FirstLastMeasure
Full constructor.
FirstLastMeasure.Factory - Class in com.activeviam.copper.measure.window
Factory for the FirstLastMeasure.
FirstLastMeasureBuilder - Class in com.activeviam.copper.measure.window
Builder to create a FirstLastMeasure.
FirstLastMeasureBuilder(CopperMeasure, FirstLastMeasureBuilder.Position, LeadLagPostProcessor.Mode) - Constructor for class com.activeviam.copper.measure.window.FirstLastMeasureBuilder
Constructor.
FirstLastMeasureBuilder.Position - Enum in com.activeviam.copper.measure.window
The position to read in the window.
FirstLastPostProcessor - Class in com.activeviam.copper.pivot.pp
Post processor that shift aggregates toward the first/last aggregate.
FirstLastPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.FirstLastPostProcessor
Constructor.
FirstRow - com.quartetfs.biz.xmla.constants.Keyword
 
FIRSTROW - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
FIRSTROW - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FIRSTROW - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FirstSibling - com.quartetfs.biz.xmla.constants.Keyword
 
FirstSiblingFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
FirstSiblingFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.FirstSiblingFunction
 
Fixed - com.quartetfs.fwk.format.impl.NamedNumericFormats
Displays at least one digit to the left and two digits to the right of the decimal separator.
FIXED_PREC_SCALE - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
FixedLengthIntegerArrayDictionary - Class in com.qfs.dic.impl
Maintains a dictionary of integer arrays.
FixedLengthIntegerArrayDictionary() - Constructor for class com.qfs.dic.impl.FixedLengthIntegerArrayDictionary
No-argument constructor, for serialization.
FixedLengthIntegerArrayDictionary(int) - Constructor for class com.qfs.dic.impl.FixedLengthIntegerArrayDictionary
Constructor.
FixedLengthIntegerArrayDictionary(int, int) - Constructor for class com.qfs.dic.impl.FixedLengthIntegerArrayDictionary
Constructor.
FixedPeriodToDateFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
Common function definition for the WTDFunction, MTDFunction, QTDFunction MTDFunction and YTDFunction.
FixedPeriodToDateFunctionDefinition(String, ILevelInfo.LevelType, Type...) - Constructor for class com.quartetfs.pivot.mdx.func.impl.FixedPeriodToDateFunctionDefinition
 
flagAsTestEnv(Runnable) - Static method in class com.qfs.util.impl.EnvTest
Deprecated.
Marks the environment as executing code as part of tests.
FLAGS - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
 
FlagsUtil - Class in com.qfs.fwk.impl
A utility class used to define general-purpose flags.
FLAT - com.qfs.msg.csv.IFileInfo.FileType
A flat (uncompressed) file.
FlatContextValuesHolder - Class in com.quartetfs.biz.pivot.context.impl
 
FlatContextValuesHolder() - Constructor for class com.quartetfs.biz.pivot.context.impl.FlatContextValuesHolder
 
FlatContextValuesHolder(Map<String, String>) - Constructor for class com.quartetfs.biz.pivot.context.impl.FlatContextValuesHolder
 
flatMap(Function<E, Iterable<R>>) - Method in interface com.activeviam.collections.ImmutableCollection
Flat map this collection.
flatMap(Function<E, Iterable<R>>) - Method in interface com.activeviam.collections.ImmutableList
Flat map this list.
flatMap(Function<E, Iterable<R>>) - Method in interface com.activeviam.collections.ImmutableSet
Flat map this set.
flatMap(Function<E, Iterable<R>>) - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
flatMap(Function<E, Iterable<R>>) - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
flatMapSet(Function<E, ImmutableSet<R>>) - Method in interface com.activeviam.collections.ImmutableList
Flat map this list into a set.
flatMapSet(Function<E, ImmutableSet<R>>) - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
flatten(int[], int, IWritableRecordBlock<?>) - Method in class com.qfs.store.record.flatten.impl.RecordFlattener
 
flatten(int[], int, IWritableRecordBlock<?>) - Method in interface com.qfs.store.record.flatten.IRecordFlattener
Populates the given record block using fields of the reference partition plus fields of records referenced by this initial record.
flatten(int[], int, IWritableRecordBlock<?>, int[][]) - Method in class com.qfs.store.record.flatten.impl.RecordFlattener
 
flatten(int[], int, IWritableRecordBlock<?>, int[][]) - Method in interface com.qfs.store.record.flatten.IRecordFlattener
Populates the given record block using fields of the reference partition plus fields of records referenced by this initial record.
flatten(IRecordReader) - Method in interface com.qfs.store.record.flatten.IBeforeAddRecordFlattener
Flattens the record.
flatten(IRecordReader) - Method in class com.qfs.store.record.flatten.impl.BeforeAddRecordFlattener
 
Flattened - com.quartetfs.biz.xmla.constants.Keyword
 
FlattenInstructionCreator - Class in com.qfs.store.record.flatten.impl
Component that generates, given a database schema and some conditions to select records within this database, instructions to execute to materialize each fully flattened that are being requested.
FlattenInstructionCreator(FlattenInstructionCreator.ISelectionTree) - Constructor for class com.qfs.store.record.flatten.impl.FlattenInstructionCreator
Constructor.
flattenList(List<String>) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Creates a String representation of a list of string.
FLOAT - com.qfs.chunk.impl.FrequencyCompressionType
 
FLOAT - com.qfs.store.ExtendedContentType
 
FLOAT - Static variable in class com.activeviam.type.StandardTypes
 
FLOAT - Static variable in interface com.qfs.literal.ILiteralType
 
FLOAT - Static variable in interface com.quartetfs.fwk.format.IParser
Float field parser key.
FLOAT_ARRAY - com.qfs.store.ExtendedContentType
 
FLOAT_ARRAY - Static variable in class com.activeviam.type.StandardTypes
 
FLOAT_ARRAY - Static variable in interface com.qfs.literal.ILiteralType
 
FLOAT_ARRAY_BASE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The base offset for an float array.
FLOAT_ARRAY_LEFT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
FLOAT_ARRAY_RIGHT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
FLOAT_ARRAY_SHIFT - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The base shift for an float array.
FLOAT_CHUNK_CREATOR - Static variable in interface com.qfs.store.IChunkCreator
A IChunkCreator that creates non-nullable float chunks.
FLOAT_NULLABLE_CHUNK_CREATOR - Static variable in interface com.qfs.store.IChunkCreator
A IChunkCreator that creates nullable float chunks.
FLOAT_NULLABLE_LEFT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
FLOAT_NULLABLE_RIGHT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
FLOAT_VECTOR - Static variable in interface com.quartetfs.fwk.format.IParser
Float vector field parser key.
FloatArrayArrowVectorFeeder - Class in com.activeviam.arrow.write
Wrapper for an Arrow Vector of Float arrays.
FloatArrayArrowVectorFeeder(RootAllocator, String) - Constructor for class com.activeviam.arrow.write.FloatArrayArrowVectorFeeder
Constructor.
FloatArrayCursor - Class in com.activeviam.chunks.cells.impl
A cursor over a float array with specialized methods.
FloatArrayCursor(IWritableArray) - Constructor for class com.activeviam.chunks.cells.impl.FloatArrayCursor
Constructor.
FloatArrayJdbcColumnCalculator - Class in com.activeviam.source.jdbc.api.calculator
Column calculator from a JDBC Array to an Atoti IVector of floats.
FloatArrayJdbcColumnCalculator(String) - Constructor for class com.activeviam.source.jdbc.api.calculator.FloatArrayJdbcColumnCalculator
Constructor.
floatArrayRead(float[], int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Reads the value stored at the given index in the array.
floatArrayReadVolatile(float[], int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Reads the value stored at the given index in the array in a volatile fashion (see UnsafeUtil.getFloatVolatile(Object, long)).
FloatArrayStatisticAttribute - Class in com.qfs.monitoring.statistic.impl
IStatistics of type AttributeTypes.TYPE_FLOAT_ARRAY.
FloatArrayStatisticAttribute(float[]) - Constructor for class com.qfs.monitoring.statistic.impl.FloatArrayStatisticAttribute
Constructor.
floatArrayWrite(float[], int, float) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Writes the given value at the given index in the array.
floatArrayWriteVolatile(float[], int, float) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Writes the given value at the given index in the array in a volatile fashion (see UnsafeUtil.putFloatVolatile(Object, long, float)).
FloatArrowVectorFeeder - Class in com.activeviam.arrow.write
Wrapper for an Arrow Vector of Float.
FloatArrowVectorFeeder(RootAllocator, String) - Constructor for class com.activeviam.arrow.write.FloatArrowVectorFeeder
Constructor.
FloatBinaryOperator - Interface in com.activeviam.util.function
Represents an operation upon two float-valued operands and producing a float-valued result.
FloatBlockVector<B extends IBlock> - Class in com.qfs.vector.impl
Basic implementation for a float blocked vector.
FloatBlockVector(B, int, int) - Constructor for class com.qfs.vector.impl.FloatBlockVector
Constructor.
FloatCell - Class in com.activeviam.util.cells.impl
Implementation of a read-write cell supporting data of type float.
floatChunkFactory(boolean, IAllocationSettings, boolean) - Static method in class com.qfs.store.ChunkFactories
Creates a factory that can create float chunks.
FloatComparator - Class in com.quartetfs.fwk.ordering.impl
Compares two Float objects.
FloatComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.FloatComparator
 
FloatFixedBlockVector<B extends IBlock> - Class in com.qfs.vector.impl
Basic implementation for a float fixed block vector.
FloatFixedBlockVector(B, int, int) - Constructor for class com.qfs.vector.impl.FloatFixedBlockVector
Constructor.
FloatKey - com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil.SerializationKey
Key for a float value.
FloatParser - Class in com.quartetfs.fwk.format.impl
Parser for float fields.
FloatParser() - Constructor for class com.quartetfs.fwk.format.impl.FloatParser
 
FloatStatisticAttribute - Class in com.qfs.monitoring.statistic.impl
IStatistics of type AttributeTypes.TYPE_FLOAT.
FloatStatisticAttribute(float) - Constructor for class com.qfs.monitoring.statistic.impl.FloatStatisticAttribute
Constructor.
FloatUnaryOperator - Interface in com.activeviam.util.function
Represents an operation on a single float-valued operand that produces a float-valued result.
floatVector(int) - Static method in class com.qfs.vector.impl.ZeroVector
Creates a vector whose values are all 0F.
FloatVectorHistory() - Constructor for class com.qfs.agg.impl.AvgFunction.FloatVectorHistory
Constructor.
FloatVectorHistory(int, IVector) - Constructor for class com.qfs.agg.impl.AvgFunction.FloatVectorHistory
Constructor.
FloatVectorParser - Class in com.quartetfs.fwk.format.impl
Special parser for vectors of floats.
FloatVectorParser() - Constructor for class com.quartetfs.fwk.format.impl.FloatVectorParser
Constructor.
FloatVectorParser(char) - Constructor for class com.quartetfs.fwk.format.impl.FloatVectorParser
Constructor.
FloatVectorParser(Integer) - Constructor for class com.quartetfs.fwk.format.impl.FloatVectorParser
Constructor.
FloatVectorParser(Integer, char) - Constructor for class com.quartetfs.fwk.format.impl.FloatVectorParser
Constructor.
floorIndexFrom(IRangeUnion.Range[], long) - Static method in class com.qfs.util.impl.RangeUtil
Deprecated.
Get the index in the IRangeUnion.Range array with the greatest IRangeUnion.Range.from less than or equal to the given element, or -1 if there is no such range.
floorIndexTo(IRangeUnion.Range[], long) - Static method in class com.qfs.util.impl.RangeUtil
Deprecated.
Get the index in the IRangeUnion.Range array with the greatest IRangeUnion.Range.to less than or equal to the given element, or -1 if there is no such range.
flush() - Method in class com.activeviam.io.MultipleOutputStream
 
flush() - Method in class com.qfs.messenger.netty.streaming.impl.NettyOutputStream
 
flush() - Method in interface com.qfs.store.query.IBaseQueryRunner
Flushes the stores, to make sure that changes are visible to subsequent actions within the transaction.
flush() - Method in class com.qfs.store.query.impl.DatastoreTransactionQueryRunner
 
flush() - Method in class com.qfs.store.query.impl.QueryRunner
 
flush() - Method in class com.qfs.store.query.impl.QueryRunnerWithTimeout
 
flush() - Method in class com.qfs.store.query.impl.TransactionQueryRunnerWithTimeout
 
flush() - Method in interface com.quartetfs.biz.pivot.cellset.IBufferedCellSetWriter
Flush the writer.
flush() - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
flush() - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
flush() - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
flush() - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
Flush.
flush() - Method in class com.quartetfs.fwk.util.impl.CountingLogHandler
 
flush() - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.IResultWriter
Flush the writes.
FLUSHBLOCK - Static variable in class com.qfs.logging.MessagesCSV
TarBuffer.flushBlock() called.
flushEvents() - Method in class com.qfs.repository.impl.RepositoryListenerManager
 
flushEvents() - Method in interface com.qfs.repository.IRepositoryListenerManager
Publish all the pending events to registered listeners.
flushPartitionAndAwait() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
flushPartitionAndAwait() - Method in interface com.qfs.store.IStorePartitionTransaction
Flushes all the records of the partition and wait for the completion, independently of the state of the current partition : no checks are made.
flushPartitionNonBlocking(CountedCompleter<?>) - Method in class com.qfs.store.impl.StorePartitionTransaction
 
flushPartitionNonBlocking(CountedCompleter<?>) - Method in interface com.qfs.store.IStorePartitionTransaction
Flushes all the enqueued records of the partition, possibly scheduling one or more tasks for the partition worker.
flushStore(CountedCompleter<?>) - Method in class com.qfs.store.impl.StoreTransaction
 
flushStore(CountedCompleter<?>) - Method in interface com.qfs.store.IStoreTransaction
Triggers the flushing of the store data buffers.
flushStoresTransactions(int[]) - Method in interface com.qfs.store.IDatastoreSchemaTransaction
Deprecated.
Flushes the stores, to make sure that changes are visible to subsequent actions within the transaction.
flushStoresTransactions(int[]) - Method in class com.qfs.store.impl.DatastoreSchemaBase
 
flushStoresTransactions(int[]) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
flushStoresTransactions(int[]) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Flushes the stores, to make sure that changes are visible to subsequent actions within the transaction.
FlushUpdateWhereOperation - Class in com.qfs.plan.impl.operations
Flush the work units in the store, which should be update where.
FlushUpdateWhereOperation(IMultiVersionStore, TransactionType) - Constructor for class com.qfs.plan.impl.operations.FlushUpdateWhereOperation
Full constructor.
folder(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo.HierarchyInfoBuilder
 
FOLDER - com.activeviam.copper.hierarchy.CopperHierarchyMetadata.UserSpecific
Flag for the folder name of this hierarchy.
FOLDER - com.activeviam.copper.MeasureMetadata.UserSpecific
Flag for the measure folder.
FOLDER - com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
 
FOLDER - Static variable in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
The property used to define the folder of the calculated member.
FOLLOW_99_in_synpred1_MDX2657 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_99_in_vba_identifier2640 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_99_in_vba_identifier2685 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_add_in_existing_op2250 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_add_in_existing_op2256 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_AMP_QUOTED_ID_in_amp_quoted_identifier2597 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_AMP_QUOTED_ID_in_amp_quoted_identifier2904 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_amp_quoted_identifier_in_compound_id1679 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_amp_quoted_identifier_in_compound_id1819 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_amp_quoted_identifier_in_post_fixed_term2102 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_amp_quoted_identifier_in_post_fixed_term2463 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_AND_in_and_relation2184 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_AND_in_value_expression1845 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_and_relation_in_xor_relation2161 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_and_relation_in_xor_relation2167 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_AS_in_expression2074 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_AS_in_kpi_specification1634 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_AS_in_member_specification1475 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_AS_in_set_specification1422 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_ASTERISK_in_mult2312 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_ASTERISK_in_value_expression1934 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_AXIS_in_axis_name1887 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_AXIS_in_axis_specification_list1366 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_AXIS_in_unquoted_identifier2574 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_axis_name_in_axis_specification_list1370 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_axis_name_in_axis_specification1760 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_axis_specification_in_axis_specification_list1729 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_axis_specification_in_axis_specification_list1735 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_axis_specification_list_in_select_block1255 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_axis_specification_list_in_select_block317 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_axis_specification_list_in_sub_select1296 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_axis_specification_list_in_sub_select746 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_boolean_literal_in_term2315 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_boolean_literal_in_term2497 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_BRACES_FUN_in_post_fixable_term2355 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_build_string_in_member_string_specification1112 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_build_string_in_refresh_statement1129 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_build_string_in_refresh_statement648 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_build_string_in_set_string_specification1038 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_case_expression_in_term2256 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_case_expression_in_term2492 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_CASE_in_case_expression2441 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_CASE_in_case_expression2771 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_CELL_in_cell_props1467 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_CELL_in_cell_props2019 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_cell_property_in_cell_property_list1498 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_cell_property_in_cell_property_list2038 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_cell_property_in_cell_property_list2044 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_cell_property_list_in_cell_props1474 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_cell_property_list_in_cell_props2024 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_cell_props_in_select_block1275 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_cell_props_in_select_block341 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_CHAPTERS_in_axis_name1434 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_CHAPTERS_in_axis_name1874 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_CID_in_compound_id1665 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_COLON_in_colon2352 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_colon_in_pow2329 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_colon_in_pow2335 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_COLON_in_value_expression1820 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_COLUMNS_in_axis_name1413 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_COLUMNS_in_axis_name1862 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_COMMA_in_axis_specification_list1732 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_COMMA_in_cell_property_list2041 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_COMMA_in_dt_column_list1203 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_COMMA_in_exp_list2399 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_COMMA_in_exp_list2416 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_COMMA_in_exp_list2734 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_COMMA_in_exp_list2746 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_COMMA_in_kpi_specification1664 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_COMMA_in_member_property_def_list1571 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_COMMA_in_member_specification1505 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_COMMA_in_property_list1951 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_comp_op_in_comp_relation2233 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_comp_relation_in_not_relation2201 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_comp_relation_in_not_relation2208 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_compound_id_in_drillthrough_compound_id1708 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_compound_id_in_drillthrough_compound_id2948 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_compound_id_in_isolated_compound_id1727 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_compound_id_in_isolated_compound_id1847 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_compound_id_in_kpi_name1201 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_compound_id_in_kpi_name1708 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_compound_id_in_member_name1339 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_compound_id_in_member_name1551 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_compound_id_in_property1618 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_compound_id_in_property1971 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_compound_id_in_set_name1084 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_compound_id_in_set_name1617 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_CREATE_in_create_kpi_statement1073 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_CREATE_in_create_kpi_statement547 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_CREATE_in_create_member_statement1013 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_CREATE_in_create_member_statement509 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_CREATE_in_create_set_statement1040 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_CREATE_in_create_set_statement464 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_create_kpi_statement_in_mdx_definition_statement368 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_create_kpi_statement_in_mdx_definition_statement984 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_create_kpi_statement_in_mdx_statement100 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_create_kpi_statement_in_mdx_statement905 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_create_member_statement_in_create_statement434 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_create_member_statement_in_create_statement996 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_create_member_statement_in_mdx_definition_statement379 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_create_member_statement_in_mdx_definition_statement968 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_create_member_statement_in_mdx_statement111 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_create_member_statement_in_mdx_statement901 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_create_set_statement_in_create_statement1001 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_create_set_statement_in_create_statement445 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_create_set_statement_in_mdx_definition_statement390 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_create_set_statement_in_mdx_definition_statement972 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_create_set_statement_in_mdx_statement122 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_create_set_statement_in_mdx_statement909 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_cube_specification_in_from_clause1329 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_cube_specification_in_from_clause789 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_dim_props_in_axis_specification_list1378 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_dim_props_in_axis_specification1755 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_DIMENSION_in_dim_props1564 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_DIMENSION_in_dim_props1929 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_DIMENSION_in_unquoted_identifier2564 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_DIMENSIONS_COUNT_in_function2190 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_DOT_in_compound_id1810 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_DOT_in_compound_id1817 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_DOT_in_post_fixed_term2059 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_DOT_in_post_fixed_term2437 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_DOUBLE_in_term2306 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_drillthrough_compound_id_in_drillthrough_function2231 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_drillthrough_compound_id_in_drillthrough_function2703 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_drillthrough_compound_id_in_dt_column1222 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_drillthrough_compound_id_in_dt_column266 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_drillthrough_function_in_dt_column1218 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_drillthrough_function_in_dt_column258 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_DRILLTHROUGH_in_drillthrough_statement176 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_DRILLTHROUGH_in_drillthrough_statement932 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_drillthrough_statement_in_mdx_statement89 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_drillthrough_statement_in_mdx_statement897 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_DROP_in_drop_statement1142 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_DROP_in_drop_statement613 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_drop_statement_in_mdx_definition_statement412 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_drop_statement_in_mdx_definition_statement980 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_drop_statement_in_mdx_statement144 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_drop_statement_in_mdx_statement917 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_dt_column_in_dt_column_list1200 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_dt_column_in_dt_column_list1206 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_dt_column_in_return_dt_columns235 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_dt_column_list_in_return_dt_columns1190 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_DYNAMIC_in_evaluation_type684 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_ELSE_in_case_expression2462 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_ELSE_in_case_expression2788 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_END_in_case_expression2472 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_END_in_case_expression2796 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_EOF_in_create_kpi_statement1077 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_EOF_in_create_member_statement1027 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_EOF_in_create_set_statement1059 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_EOF_in_drillthrough_statement954 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_EOF_in_drop_statement1151 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_EOF_in_isolated_compound_id1849 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_EOF_in_isolated_expression881 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_EOF_in_refresh_statement1131 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_EOF_in_select_statement1233 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_EOF_in_update_member_statement1111 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_EQ_in_member_property_def_list1291 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_EQ_in_member_property_definition1589 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_EQ_in_value_expression1902 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_evaluation_type_in_create_set_statement1048 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_evaluation_type_in_create_set_statement474 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_evaluation_type_in_update_member_statement1100 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_EXISTING_in_existing_op2254 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_EXISTING_in_unary2002 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_existing_op_in_comp_relation2230 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_existing_op_in_comp_relation2236 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_exp_list_in_function2157 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_exp_list_in_function2177 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_exp_list_in_function2589 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_exp_list_in_function2614 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_exp_list_in_post_fixable_term2346 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_exp_list_in_post_fixable_term2359 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_exp_list_in_post_fixable_term2536 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_exp_list_in_post_fixable_term2555 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_expression_in_axis_specification_list1374 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_case_expression2446 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_case_expression2466 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_exp_list2394 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_exp_list2403 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_exp_list2420 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_exp_list2731 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_expression_in_exp_list2736 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_expression_in_exp_list2748 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_expression_in_isolated_expression57 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_isolated_expression879 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_expression_in_kpi_specification1250 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_member_property_def_list1299 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_member_specification1163 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_post_fixed_term2063 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_set_expression1796 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_expression_in_set_specification1010 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_slicer_specification1998 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_expression_in_slicer_specification820 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_unary2017 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_value_expression1950 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_value_expression1954 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_when_clause2528 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_expression_in_when_clause2532 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_FALSE_in_boolean_literal1546 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_FIRSTROW_in_drillthrough_statement188 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_FIRSTROW_in_drillthrough_statement943 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_formula_name_specification_in_drop_statement1149 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_formula_name_specification_in_drop_statement622 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_formula_specification_in_formula_specification_list1347 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_formula_specification_in_formula_specification_list846 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_formula_specification_in_update_member_statement590 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_formula_specification_list_in_select_block1246 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_formula_specification_list_in_select_block310 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_from_clause_in_select_block1262 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_from_clause_in_select_block325 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_from_clause_in_sub_select1303 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_from_clause_in_sub_select754 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_FROM_in_select_block1260 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_FROM_in_select_block321 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_FROM_in_sub_select1301 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_FROM_in_sub_select750 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_function_identifier_in_function2152 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_function_identifier_in_function2585 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_FUNCTION_in_drillthrough_function2222 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_FUNCTION_in_function2148 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_FUNCTION_in_function2170 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_FUNCTION_in_function2188 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_FUNCTION_in_function2199 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_function_in_post_fixable_term2334 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_function_in_post_fixable_term2528 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_function_in_post_fixed_term2116 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_function_in_post_fixed_term2470 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_GE_in_value_expression1886 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_GT_in_value_expression1878 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_HIDDEN_in_hidden_type1178 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_HIDDEN_in_hidden_type711 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_hidden_type_in_create_member_statement1021 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_hidden_type_in_create_member_statement519 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_hidden_type_in_create_set_statement1053 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_hidden_type_in_create_set_statement481 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_hidden_type_in_update_member_statement1105 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_hidden_type_in_update_member_statement584 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_ID_in_synpred1_MDX2659 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_ID_in_unquoted_identifier2554 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_ID_in_vba_identifier2644 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_ID_in_vba_identifier2687 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_identifier_in_cell_property1520 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_identifier_in_cell_property2058 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_identifier_in_compound_id1670 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_identifier_in_compound_id1807 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_identifier_in_compound_id1812 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_identifier_in_cube_specification1640 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_identifier_in_cube_specification1987 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_identifier_in_member_property_def_list1295 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_identifier_in_member_property1604 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_identifier_in_post_fixable_term2370 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_identifier_in_post_fixable_term2573 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_is_check_in_colon2349 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_is_check_in_colon2355 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_IS_in_is_check2372 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_IS_in_value_expression1862 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_KPI_in_kpi_name_specification1218 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_KPI_in_kpi_name_specification1688 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_KPI_in_kpi_specification1242 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_KPI_in_kpi_specification1630 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_kpi_name_in_kpi_name_specification1222 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_kpi_name_in_kpi_name_specification1690 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_kpi_name_in_kpi_specification1246 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_kpi_name_in_kpi_specification1632 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_kpi_name_specification_in_formula_name_specification1403 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_kpi_name_specification_in_formula_name_specification981 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_kpi_specification_in_create_kpi_statement1075 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_kpi_specification_in_create_kpi_statement551 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_LBRACE_in_post_fixable_term2553 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_LE_in_value_expression1870 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_LEVELS_COUNT_in_function2201 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_LPAREN_in_axis_name1889 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_LPAREN_in_drillthrough_function2701 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_LPAREN_in_function2587 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_LPAREN_in_function2612 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_LPAREN_in_post_fixable_term2534 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_LPAREN_in_sub_select1290 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_LT_in_value_expression1854 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_MAXROWS_in_drillthrough_statement179 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_MAXROWS_in_drillthrough_statement936 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_MEMBER_in_member_name_specification1131 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_MEMBER_in_member_name_specification1531 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_MEMBER_in_member_specification1155 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_MEMBER_in_member_specification1471 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_MEMBER_in_member_string_specification1104 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_member_name_in_member_name_specification1135 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_member_name_in_member_name_specification1533 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_member_name_in_member_specification1159 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_member_name_in_member_specification1473 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_member_name_in_member_string_specification1108 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_member_name_specification_in_formula_name_specification1393 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_member_name_specification_in_formula_name_specification961 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_member_property_def_list_in_kpi_specification1264 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_member_property_def_list_in_kpi_specification1667 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_member_property_def_list_in_member_specification1177 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_member_property_def_list_in_member_specification1508 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_member_property_definition_in_member_property_def_list1568 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_member_property_definition_in_member_property_def_list1574 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_member_property_in_member_property_definition1587 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_member_specification_in_create_member_statement1025 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_member_specification_in_create_member_statement525 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_member_specification_in_formula_specification1377 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_member_specification_in_formula_specification897 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_member_specification_in_update_member_statement1109 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_member_string_specification_in_formula_string_specification928 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_MINUS_in_add2286 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_MINUS_in_unary2010 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_MINUS_in_unary2399 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_MINUS_in_value_expression1926 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_mult_in_add2277 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_mult_in_add2290 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_NE_in_value_expression1894 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_no_arg_function_in_function2635 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_NON_EMPTY_in_axis_specification_list1384 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_NON_EMPTY_in_axis_specification1750 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_NON_VISUAL_in_sub_select1287 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_NON_VISUAL_in_sub_select739 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_NOT_in_not_relation2206 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_NOT_in_unary1994 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_not_relation_in_and_relation2181 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_not_relation_in_and_relation2187 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_NULL_in_term2287 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_NULL_in_term2512 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_NUMBER_in_axis_name1450 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_NUMBER_in_axis_name1882 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_NUMBER_in_axis_name1891 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_NUMBER_in_drillthrough_statement183 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_NUMBER_in_drillthrough_statement192 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_NUMBER_in_drillthrough_statement938 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_NUMBER_in_drillthrough_statement945 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_NUMBER_in_term2296 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_number_in_term2517 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_ON_in_axis_specification1758 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_OR_in_or_relation2145 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_OR_in_value_expression1836 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_or_relation_in_value_expression2130 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_PAGES_in_axis_name1427 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_PAGES_in_axis_name1870 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_PARENS_FUN_in_post_fixable_term2342 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_PLUS_in_add2281 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_PLUS_in_unary2390 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_PLUS_in_value_expression1918 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_post_fixable_term_in_post_fixed_term2050 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_post_fixable_term_in_post_fixed_term2428 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_post_fixed_term_in_unary1977 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_post_fixed_term_in_unary2395 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_post_fixed_term_in_unary2401 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_pow_in_mult2303 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_pow_in_mult2316 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_POW_in_pow2332 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_POW_in_value_expression1910 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_PROPERTIES_in_cell_props1470 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_PROPERTIES_in_cell_props2022 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_PROPERTIES_in_dim_props1567 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_PROPERTIES_in_dim_props1932 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_PROPERTIES_in_function2172 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_PROPERTIES_in_function2610 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_property_in_property_list1596 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_property_in_property_list1948 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_property_in_property_list1954 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_property_list_in_dim_props1571 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_property_list_in_dim_props1934 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_QUOTE_in_kpi_specification1647 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_QUOTE_in_kpi_specification1652 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_QUOTE_in_member_specification1488 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_QUOTE_in_member_specification1493 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_QUOTE_in_set_specification1429 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_QUOTE_in_set_specification1434 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_QUOTED_ID_in_quoted_identifier2621 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_QUOTED_ID_in_quoted_identifier2920 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_quoted_identifier_in_identifier1755 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_quoted_identifier_in_identifier2870 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_quoted_identifier_in_post_fixed_term2088 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_quoted_identifier_in_post_fixed_term2456 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_RBRACE_in_post_fixable_term2558 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_REFRESH_in_refresh_statement1127 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_REFRESH_in_refresh_statement644 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_refresh_statement_in_mdx_statement155 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_refresh_statement_in_mdx_statement921 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_return_dt_columns_in_drillthrough_statement203 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_return_dt_columns_in_drillthrough_statement951 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_RETURN_in_return_dt_columns1187 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_RETURN_in_return_dt_columns230 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_ROWS_in_axis_name1420 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_ROWS_in_axis_name1866 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_RPAREN_in_axis_name1893 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_RPAREN_in_drillthrough_function2706 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_RPAREN_in_function2592 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_RPAREN_in_function2617 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_RPAREN_in_post_fixable_term2538 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_RPAREN_in_sub_select1314 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_SECTIONS_in_axis_name1441 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_SECTIONS_in_axis_name1878 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_select_block_in_drillthrough_statement198 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_select_block_in_drillthrough_statement949 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_select_block_in_select_statement1231 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_select_block_in_select_statement285 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_SELECT_in_select_block1252 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_SELECT_in_select_block303 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_SELECT_in_sub_select1293 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_SELECT_in_sub_select734 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_select_statement_in_mdx_statement78 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_select_statement_in_mdx_statement893 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_SESSION_in_create_member_statement1016 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_SESSION_in_create_member_statement512 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_SESSION_in_create_set_statement1043 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_SESSION_in_create_set_statement467 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_SESSION_in_drop_statement1145 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_SESSION_in_drop_statement616 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_SESSION_in_update_member_statement1095 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_SESSION_in_update_member_statement577 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_set_expression_in_axis_specification1753 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_set_expression_in_set_specification1432 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_set_expression_in_set_specification1439 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_SET_in_set_name_specification1057 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_SET_in_set_name_specification1452 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_SET_in_set_specification1002 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_SET_in_set_specification1418 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_SET_in_set_string_specification1030 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_set_name_in_expression1780 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_set_name_in_expression2077 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_set_name_in_set_name_specification1061 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_set_name_in_set_name_specification1454 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_set_name_in_set_specification1006 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_set_name_in_set_specification1420 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_set_name_in_set_string_specification1034 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_set_name_specification_in_formula_name_specification1398 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_set_name_specification_in_formula_name_specification971 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_set_specification_in_create_set_statement1057 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_set_specification_in_create_set_statement487 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_set_specification_in_formula_specification1382 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_set_specification_in_formula_specification906 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_set_string_specification_in_formula_string_specification938 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_SINGLEQUOTEDSTRING_in_term2266 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_SINGLEQUOTEDSTRING_in_term2507 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_slicer_specification_in_select_block1269 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_slicer_specification_in_select_block334 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_slicer_specification_in_sub_select1310 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_slicer_specification_in_sub_select763 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_SOLIDUS_in_mult2307 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_SOLIDUS_in_value_expression1942 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_STATIC_in_evaluation_type673 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_STRING_in_term2276 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_STRING_in_term2502 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_sub_select_in_from_clause1333 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_sub_select_in_from_clause800 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_term_in_post_fixed_term2040 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_term_in_post_fixed_term2423 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_THEN_in_when_clause2845 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_TRUE_in_boolean_literal1539 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_UNARY_FUN_in_unary1988 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_unary_in_is_check2369 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_unary_in_is_check2375 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_unary_in_value_expression1802 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_unquoted_identifier_in_drillthrough_function2226 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_unquoted_identifier_in_drillthrough_function2699 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_unquoted_identifier_in_function_identifier2672 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_unquoted_identifier_in_function_identifier2674 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_unquoted_identifier_in_identifier1746 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_unquoted_identifier_in_identifier2866 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_unquoted_identifier_in_post_fixed_term2074 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_unquoted_identifier_in_post_fixed_term2449 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_UPDATE_in_update_member_statement1092 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_UPDATE_in_update_member_statement574 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_update_member_statement_in_mdx_definition_statement401 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_update_member_statement_in_mdx_definition_statement976 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_update_member_statement_in_mdx_statement133 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_update_member_statement_in_mdx_statement913 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_value_expression_in_case_expression2774 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_value_expression_in_case_expression2790 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_value_expression_in_expression1775 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_value_expression_in_expression2071 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_value_expression_in_kpi_specification1650 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_value_expression_in_kpi_specification1657 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_value_expression_in_member_property_definition1592 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_value_expression_in_member_specification1491 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_value_expression_in_member_specification1498 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_value_expression_in_when_clause2843 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_value_expression_in_when_clause2848 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_vba_identifier_in_function_identifier2663 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_vba_identifier_in_function_identifier2664 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_vba_identifier_in_function_identifier2669 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_when_clause_in_when_list2498 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_when_clause_in_when_list2822 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_WHEN_in_when_clause2524 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_WHEN_in_when_clause2840 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_when_list_in_case_expression2455 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_when_list_in_case_expression2781 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_WHERE_in_select_block1267 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_WHERE_in_select_block330 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_WHERE_in_sub_select1308 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_WHERE_in_sub_select759 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_WITH_in_select_block1244 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_WITH_in_select_block306 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_XOR_in_value_expression1828 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FOLLOW_XOR_in_xor_relation2164 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_xor_relation_in_or_relation2142 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FOLLOW_xor_relation_in_or_relation2148 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
Font_Flags - com.quartetfs.biz.xmla.constants.Keyword
 
FONT_FLAGS - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
FONT_FLAGS - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
Font_Name - com.quartetfs.biz.xmla.constants.Keyword
 
FONT_NAME - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
FONT_NAME - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
Font_size - com.quartetfs.biz.xmla.constants.Keyword
 
FONT_SIZE - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
FONT_SIZE - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
forbidAccessToAllCubes() - Method in interface com.quartetfs.biz.pivot.security.IContextValuePropagator
Restrict the access to the content of the pivots thanks to a ISubCubeProperties.
forbidAccessToAllCubes() - Method in class com.quartetfs.biz.pivot.security.impl.ContextValuePropagator
 
FORBIDDEN - com.activeviam.database.commons.api.settings.IDirectQueryBaseSettings.GetByKeyBehavior
 
ForbiddenAccessException - Exception in com.qfs.fwk.services
Class when a request is made to a restricted area.
ForbiddenAccessException(String) - Constructor for exception com.qfs.fwk.services.ForbiddenAccessException
Constructor.
ForbiddenAccessException(String, Throwable) - Constructor for exception com.qfs.fwk.services.ForbiddenAccessException
Constructor.
ForbiddenAccessException(Throwable) - Constructor for exception com.qfs.fwk.services.ForbiddenAccessException
Constructor.
ForceCancel - com.qfs.content.ws.impl.RegistrationInstruction
Used to force the unregistration of a listener.
forceClear() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
Hard clearing of the registry: the node is removed even if did not try to unregister itself.
forceClear() - Method in interface com.quartetfs.tech.streaming.sharing.IStreamRegister
Hard clearing of the registry: the node is removed even if did not try to unregister itself.
forceCommit() - Method in class com.qfs.store.transaction.impl.DelegatingOpenedTransaction
 
forceCommit() - Method in class com.qfs.store.transaction.impl.TransactionPerformer
Ensure the current transaction will be committed even if it is empty.
forceCommit() - Method in interface com.qfs.store.transaction.IOpenedTransaction
Ensure the current transaction will be committed and not rolled back even if there were no write.
forceDiscardEpochs(Predicate<IHistoryNode>) - Method in interface com.qfs.multiversion.IEpochHistory
Iterates over all the epochs in the history that have been released and forces the discard of the epochs for which the predicate returns true.
forceDiscardEpochs(Predicate<IHistoryNode>) - Method in interface com.qfs.multiversion.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.
forceDiscardEpochs(Predicate<IHistoryNode>) - Method in class com.qfs.multiversion.impl.AEpochManager
 
forceDiscardEpochs(Predicate<IHistoryNode>) - Method in class com.qfs.multiversion.impl.VersionHistory
 
forceDiscardEpochs(Predicate<IHistoryNode>) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
forceDisconnect() - Method in class com.qfs.messenger.impl.ADistributedMessenger
Forces this messenger to disconnect from the messaging infrastructure and cleanup its resources.
forceEvaluation() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.TupleExecTask
Forces the evaluation of this task.
forceMerge(ITuple, ITuple) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Merges two tuple.
Fore_Color - com.quartetfs.biz.xmla.constants.Keyword
 
FORE_COLOR - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
FORE_COLOR - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
forEach(int[], IDatabaseRetrievalResult.ICompiledQueryProcedure) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDatabaseRetrievalResult.ICompiledQuery
Iterates on each row match this query.
forEach(int[], IDatabaseRetrievalResult.ICompiledQueryProcedure) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.CompiledDatastoreRetrievalResultQuery
 
forEach(TriConsumer<String, String, Map<String, Object>>) - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderFilters
 
forEach(TriConsumer<String, String, Map<String, Object>>) - Method in interface com.quartetfs.biz.pivot.definitions.IPartialProviderDefinition.IPartialProviderFilters
Iterates over the filters by dimension, hierarchy, and levels.
forEach(IMatchProcedure) - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope
Iterator over the flagged positions.
forEach(IMatchProcedure) - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope
 
forEach(ILocation, IAggregatesLocationResult, Predicate<IPointLocationReader>) - Method in class com.quartetfs.biz.pivot.impl.LocationExpandingIterator
Expands a provider location in the scope provided at instantiation.
forEach(ILocation, Predicate<IPointLocationReader>) - Method in class com.quartetfs.biz.pivot.impl.LocationExpandingIterator
Expands a provider location in the scope provided at instantiation.
forEach(IPointLocationReader, IPointLocationBuilder, IAnalysisAggregationProcedure.ResultConsumer) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.IJoinContext
Generates and iterates on each join location between the primitive retrieval and the external result.
forEach(IPointLocationReader, IPointLocationBuilder, IAnalysisAggregationProcedure.ResultConsumer) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.InnerJoinContext
 
forEach(IPointLocationReader, IPointLocationBuilder, IAnalysisAggregationProcedure.ResultConsumer) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LeftJoinContext
 
forEach(IMdxVersionRestriction.IMdxVersionConsumer) - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxVersionRestriction
Performs an action for each version of the restriction.
forEach(TIntProcedure) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
forEach(TIntProcedure) - Method in class com.qfs.trove.impl.QIntEmptySet
 
forEach(TIntProcedure) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
forEach(Object[], IDatabaseRetrievalResult.ICompiledQueryProcedure) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDatabaseRetrievalResult.ICompiledQuery
Iterates on each row match this query.
forEach(Object[], IDatabaseRetrievalResult.ICompiledQueryProcedure) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.CompiledDatastoreRetrievalResultQuery
 
forEach(String, BiConsumer<String, E>) - Method in interface com.qfs.content.service.IContentTree
Applies the input BiConsumer to each node (entry) in the tree, with a depth-first traversal.
forEach(String, BiConsumer<String, E>) - Method in class com.qfs.content.service.impl.ContentTree
 
forEach(BiConsumer<IAggregatesCache.IAggregatesCacheKey, V>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Performs the given action for each entry in this cache.
forEach(BiConsumer<IAggregatesCache.IAggregatesCacheKey, V>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
forEach(BiConsumer<K, V>) - Method in interface com.activeviam.collections.ImmutableMap
Executes a block of code for each key/value pair in this map.
forEach(BiFunction<E, Integer, Boolean>) - Method in interface com.activeviam.collections.ImmutableCollection
Apply a function for each item of this collection until this function return false.
forEach(Consumer<? super T>) - Method in class com.qfs.util.impl.FilteredList
Deprecated.
 
forEach(Consumer<T>) - Method in class com.qfs.concurrent.impl.SingleConsumerQueue
Performs the given action for each element in the queue.
forEachBase(String, Function<IInternalStorePartitionVersion, B>, DatastoreBaseRewriteContext.IBaseConsumer<B>) - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Equivalent to:
forEachBit(IMatchProcedure) - Method in interface com.qfs.bitmap.IBitmap
Executes a procedure for each of the bits that are set in the bitmap.
forEachBit(IMatchProcedure) - Method in class com.qfs.bitmap.impl.Bitmap
 
forEachBit(IMatchProcedure) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
forEachBit(IMatchProcedure) - Method in class com.qfs.bitmap.impl.QFSBitmap
 
forEachCell(ICellProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.ICellSet
Executes a procedure for each cell in the set.
forEachCell(ICellProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.AbstractCellSet
 
forEachCell(ICellProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
forEachCell(ICellProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
forEachCell(ICellProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
forEachCell(ICellProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
forEachCell(ICellProcedure) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
forEachCell(ICellProcedure, ILocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.LocationCellSet
 
forEachCell(ICellProcedure, String...) - Method in interface com.quartetfs.biz.pivot.cellset.ICellSet
Executes a procedure for each cell value in the set, only for a selection of measures.
forEachCell(ICellProcedure, String...) - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
forEachCell(ICellProcedure, String...) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
forEachCell(ICellProcedure, String...) - Method in class com.quartetfs.biz.pivot.cellset.impl.LocationCellSet
 
forEachCell(ICellProcedure, String...) - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
forEachCell(ICellProcedure, String...) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
forEachCell(ICellProcedure, String...) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
forEachCellInScope(ILocation, ICellProcedure, String...) - Method in interface com.quartetfs.biz.pivot.cellset.IFullRefreshCellSet
Execute a procedure for each cell whose location belongs to the specified scope.
forEachCellInScope(ILocation, ICellProcedure, String...) - Method in class com.quartetfs.biz.pivot.cellset.impl.FullRefreshCellSet
 
forEachCellInScope(ILocation, ICellProcedure, String...) - Method in class com.quartetfs.biz.pivot.cellset.impl.FullRefreshPartialCellSet
 
forEachChannel(IParsingWorkload.IChannelProcedure<I>) - Method in class com.qfs.msg.csv.impl.ParsingWorkload
 
forEachChannel(IParsingWorkload.IChannelProcedure<I>) - Method in interface com.qfs.msg.csv.IParsingWorkload
Execute a channel procedure over each of the channels in the workload.
forEachDescending(TIntProcedure) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
forEachEntry(IMatchProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet.IScope
Call a match procedure for each location index retained in the scope.
forEachEntry(IMatchProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet.RangeScope
 
forEachInternalResult(IInternalScopedAggregatesRetrievalResult.IForEachInternalResultProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalScopedAggregatesRetrievalResult
Executes the given procedure on each result of this scoped result.
forEachInternalResult(IInternalScopedAggregatesRetrievalResult.IForEachInternalResultProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResult
 
forEachLevel(Consumer<? super LevelTypePair>) - Method in class com.activeviam.pivot.rest.dataexport.converters.LevelTypesList
 
forEachLocation(ICellSetProcedure, String...) - Method in interface com.quartetfs.biz.pivot.cellset.ICellSet
Executes the procedure for each location in the cellset, presenting the collection of measures for that location.
forEachLocation(ICellSetProcedure, String...) - Method in class com.quartetfs.biz.pivot.cellset.impl.AbstractCellSet
 
forEachLocation(ICellSetProcedure, String...) - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
forEachLocation(ICellSetProcedure, String...) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
forEachLocation(ICellSetProcedure, String...) - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
forEachLocation(ICellSetProcedure, String...) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
forEachLocation(ILocationProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesRetrievalResultTransporter
Iterates through each location in underlying result.
forEachLocation(ILocationProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.AbstractCellSet
 
forEachLocation(ILocationProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
forEachLocation(ILocationProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
forEachLocation(ILocationProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.LocationCellSet
 
forEachLocation(ILocationProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
Call the procedure at each location in the scope of this partial cell set.
forEachLocation(ILocationProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter
 
forEachLocation(ILocationProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointLocationListTransporter
 
forEachLocation(ILocationProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IPointLocationListTransporter
Iterates through each location in this list.
forEachLocation(ILocationProcedure) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
 
forEachLocation(ILocationProcedure) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
 
forEachLocation(ILocationProcedure) - Method in interface com.quartetfs.biz.pivot.ILocationList
Executes a procedure for each location in this list.
forEachLocation(ILocationProcedure) - Method in class com.quartetfs.biz.pivot.impl.ArrayLocationList
 
forEachLocation(ILocationProcedure) - Method in class com.quartetfs.biz.pivot.impl.BoundedLocationList
 
forEachLocation(ILocationProcedure) - Method in class com.quartetfs.biz.pivot.impl.LocationDictionary
 
forEachLocation(ILocationProcedure) - Method in class com.quartetfs.biz.pivot.impl.SingletonLocationList
 
forEachLocation(ILocationProcedure) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
forEachLocation(ILocationProcedure, ILocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
forEachLocation(ILocationProcedure, ILocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
forEachLocation(ILocationProcedure, ILocation) - Method in interface com.quartetfs.biz.pivot.cellset.IScopedCellSet
Execute a procedure for each location in the cell set, but only for the locations belonging to the specified scope.
forEachLocation(IIndexProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.AbstractCellSet
 
forEachLocation(IIndexProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
forEachLocation(IIndexProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
forEachLocation(IIndexProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.LocationCellSet
 
forEachLocation(IIndexProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
Call the procedure at each position in the scope of this partial cell set.
forEachLocation(IIndexProcedure) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
 
forEachLocation(IIndexProcedure) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
 
forEachLocation(IIndexProcedure) - Method in interface com.quartetfs.biz.pivot.ILocationList
Executes a procedure for each location in this list.
forEachLocation(IIndexProcedure) - Method in class com.quartetfs.biz.pivot.impl.ArrayLocationList
 
forEachLocation(IIndexProcedure) - Method in class com.quartetfs.biz.pivot.impl.BoundedLocationList
 
forEachLocation(IIndexProcedure) - Method in class com.quartetfs.biz.pivot.impl.LocationDictionary
 
forEachLocation(IIndexProcedure) - Method in class com.quartetfs.biz.pivot.impl.SingletonLocationList
 
forEachLocation(IIndexProcedure) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
forEachMatchingPoints(int[], IntPredicate) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.SubPointIntegerArrayDictionaryIndex
Applies the given predicate over each row of the indexed points that matches the given values.
forEachMatchingPoints(int[], IntPredicate) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.SubPointIntegerArrayDictionaryIndexFromList
 
forEachMatchingPoints(int[], IntPredicate) - Method in interface com.quartetfs.biz.pivot.query.aggregates.ISubPointIntegerArrayIndex
Applies the given predicate over each row of the indexed points that matches the given values.
forEachMember(int, IIterationProcedure<IMdxMember>, boolean) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ARandomAccessSet
 
forEachMember(int, IIterationProcedure<IMdxMember>, boolean) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalitySet
 
forEachMember(int, IIterationProcedure<IMdxMember>, boolean) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.CrossjoinSet
 
forEachMember(int, IIterationProcedure<IMdxMember>, boolean) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet
 
forEachMember(int, IIterationProcedure<IMdxMember>, boolean) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ReducedDimensionalitySet
 
forEachMember(int, IIterationProcedure<IMdxMember>, boolean) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.UnionSet
 
forEachMember(int, IIterationProcedure<IMdxMember>, boolean) - Method in interface com.quartetfs.pivot.mdx.eval.set.ISet
Iterates over each member of this set optionally in set order (ordered = false, gives the possibility to iterate in an optimized manner).
forEachMember(int, IIterationProcedure<IMdxMember>, boolean) - Method in class com.quartetfs.pivot.mdx.func.impl.NonEmptyCrossjoinSet
 
forEachMember(int, IIterationProcedure<IMdxMember>, boolean, int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ARandomAccessSet
 
forEachMember(int, IIterationProcedure<IMdxMember>, boolean, int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalityRandomAccessSet
 
forEachMember(int, IIterationProcedure<IMdxMember>, boolean, int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet
 
forEachMember(int, IIterationProcedure<IMdxMember>, boolean, int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.RandomShuffledSet
 
forEachMember(int, IIterationProcedure<IMdxMember>, boolean, int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SubSet
 
forEachMember(int, IIterationProcedure<IMdxMember>, boolean, int, int) - Method in interface com.quartetfs.pivot.mdx.eval.set.IRandomAccessSet
For each member with from (inclusive) and to (exclusive) boundaries.
forEachNode(BiConsumer<K, V>) - Method in interface com.qfs.graph.IDirectedGraph
 
forEachPoint(int[], IPointProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Applies the given procedure to each point location in this result for which at least one the measures with the given IDs have a non-null value.
forEachPoint(int[], IPointProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
forEachPoint(int[], IPointProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
forEachPoint(int[], IValuesProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Applies the given procedure to each point location in this result for which at least one the measures with the given IDs have a non-null value.
forEachPoint(int[], IValuesProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
forEachPoint(int[], IValuesProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
forEachPoint(IPointProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Applies the given procedure to each point location in this result.
forEachPoint(IPointProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
forEachPoint(IPointProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
forEachPoint(IPointProcedure) - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
forEachPoint(IPointProcedure) - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
forEachPoint(IPointProcedure) - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Applies the given procedure to each point location in this list.
forEachPoint(TIntProcedure) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.ABitmapAggregateCollector
Executes the given procedure on each points in this collector.
forEachProcedure(Consumer<IAnalysisAggregationProcedure<?>>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.AggregationNodeParts
Applies a consumer to every procedure, whether it is a postprocessed one or not.
forEachResult(IScopedAggregatesRetrievalResult.IForEachResultProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResult
 
forEachResult(IScopedAggregatesRetrievalResult.IForEachResultProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IScopedAggregatesRetrievalResult
Executes the given procedure on each result of this scoped result.
forEachStore(DatastoreStructure.StoreOrder, Consumer<StoreDefinition>) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
Calls a consumer on all the StoreDefinitions.
forEachStore(Consumer<StoreDefinition>) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
Visits all the stores.
forEachStoreFromTarget(Consumer<String>) - Method in interface com.activeviam.store.structure.IDatastoreStructure
Iterates on all the store names in a order that guarantee that target stores are visited before owner stores.
forEachStoreFromTarget(Consumer<String>) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
forEachTask(BiConsumer<Integer, Runnable>) - Method in class com.qfs.pool.ATasksPerNumaNode
Iterates over all the registered tasks.
forEachTask(BiConsumer<Integer, Runnable>) - Method in class com.qfs.pool.impl.TasksPerNumaNode
 
forEachTuple(IIterationProcedure<ITuple>, boolean) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ARandomAccessSet
 
forEachTuple(IIterationProcedure<ITuple>, boolean) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalitySet
 
forEachTuple(IIterationProcedure<ITuple>, boolean) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.CrossjoinSet
 
forEachTuple(IIterationProcedure<ITuple>, boolean) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet
 
forEachTuple(IIterationProcedure<ITuple>, boolean) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ReducedDimensionalitySet
 
forEachTuple(IIterationProcedure<ITuple>, boolean) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.UnionSet
 
forEachTuple(IIterationProcedure<ITuple>, boolean) - Method in interface com.quartetfs.pivot.mdx.eval.set.ISet
Iterates over each tuple of this set optionally in set order.
forEachTuple(IIterationProcedure<ITuple>, boolean) - Method in class com.quartetfs.pivot.mdx.func.impl.NonEmptyCrossjoinSet
 
forEachTuple(IIterationProcedure<ITuple>, boolean, int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ARandomAccessSet
 
forEachTuple(IIterationProcedure<ITuple>, boolean, int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalityRandomAccessSet
 
forEachTuple(IIterationProcedure<ITuple>, boolean, int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet
 
forEachTuple(IIterationProcedure<ITuple>, boolean, int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.RandomShuffledSet
 
forEachTuple(IIterationProcedure<ITuple>, boolean, int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SubSet
 
forEachTuple(IIterationProcedure<ITuple>, boolean, int, int) - Method in interface com.quartetfs.pivot.mdx.eval.set.IRandomAccessSet
For each tuple with from (inclusive) and to (exclusive) boundaries.
forEachTuple(ISet, boolean) - Method in class com.quartetfs.pivot.mdx.func.impl.GenerateFunction.GenerateEvaluator
 
forEachUntil(Predicate<E>) - Method in interface com.activeviam.collections.ImmutableCollection
Apply a function for each item of this collection until this function return false.
forEachValue(IValueProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Applies the given procedure to each value in this result.
forEachValue(IValueProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
forEachValue(IValueProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
forEachVersion(IVersionProcedure<? super IActivePivotVersion>) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Executes a procedure over all the versions recorded in this history, from the most recent to the oldest one.
forEachVersion(IVersionProcedure<? super IActivePivotVersion>) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
forEachVersion(IVersionProcedure<? super ActivePivotVersion>) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
forEachVersion(IVersionProcedure<? super V>) - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
forEachVersion(IVersionProcedure<? super V>) - Method in interface com.qfs.multiversion.IVersionHistory
Executes a procedure over all the versions recorded in this history, from the most recent to the oldest one.
forEachWithBuilder(ILocation, IAggregatesLocationResult, Predicate<IPointLocationBuilder>) - Method in class com.quartetfs.biz.pivot.impl.LocationExpandingIterator
Expands a provider location in the scope provided at instantiation.
forEntities(List<? extends T>, BiFunction<T, IWorkflowPayload, IWorkflowPayload>) - Method in class com.qfs.snl.workflows.process.impl.AWorkflowProcessExecutor
 
forEntities(List<? extends T>, BiFunction<T, IWorkflowPayload, IWorkflowPayload>) - Method in interface com.qfs.snl.workflows.process.IWorkflowProcessExecutor.IExecutableExecutor
Executes the workflow for a series of entities.
forEntity(T, BiFunction<T, IWorkflowPayload, IWorkflowPayload>) - Method in class com.qfs.snl.workflows.process.impl.AWorkflowProcessExecutor
 
forEntity(T, BiFunction<T, IWorkflowPayload, IWorkflowPayload>) - Method in interface com.qfs.snl.workflows.process.IWorkflowProcessExecutor.IExecutableExecutor
Executes the workflow for a single entity.
fork() - Method in class com.qfs.concurrent.impl.SharedTaskQueue
Forks a task in the queue.
forkAll(List<? extends ForkJoinTask<?>>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Forks all the tasks in the given list in the correct order.
forKeys(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Static method in class com.qfs.repository.dto.ParameterUpdateDto
Static copy constructor for parameter update with keys as content.
ForkJoinPoolNonStealableCompletionSync<T> - Class in com.qfs.concurrent.impl
Completion sync designed to prevent ForkJoinPool's work-stealing and actually block on query.
ForkJoinPoolNonStealableCompletionSync(FutureValue<T>, IInterruptor) - Constructor for class com.qfs.concurrent.impl.ForkJoinPoolNonStealableCompletionSync
Constructor.
format(ILocation) - Method in interface com.quartetfs.biz.pivot.ILocationFormatter
Format the location into a String.
format(ILocation) - Method in class com.quartetfs.biz.pivot.impl.ALocationFormatter
 
format(ILocation) - Method in class com.quartetfs.biz.pivot.impl.LocationFormatter
 
format(Object) - Method in class com.qfs.fwk.format.impl.EpochFormatter
Formats an object.
format(Object) - Method in interface com.quartetfs.fwk.format.IFormatter
Formats an object.
format(Object) - Method in class com.quartetfs.fwk.format.impl.AliasFormatter
 
format(Object) - Method in class com.quartetfs.fwk.format.impl.DateFormatter
 
format(Object) - Method in class com.quartetfs.fwk.format.impl.NumberFormatter
 
format(Object) - Method in class com.quartetfs.fwk.format.impl.ToStringFormatter
 
format(StringBuilder, ILocation) - Method in interface com.quartetfs.biz.pivot.ILocationFormatter
Format the location into a String builder.
format(StringBuilder, ILocation) - Method in class com.quartetfs.biz.pivot.impl.LocationFormatter
 
format(String, Map<String, String>) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Replaces each occurrence of key written in the String as %{key} with the values provided in the map: for example formatting the string "%{param} world!", with the map { param : "Hello"} will return the String "Hello world!".
format(LogRecord) - Method in class com.qfs.pivot.logging.impl.CSVStyleLogFormatter
Deprecated.
 
Format - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
FORMAT - com.activeviam.fwk.ActiveViamParsingException.ParsingExceptionType
Used for other parsing failures.
FORMAT - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
FORMAT - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
FORMAT - Static variable in class com.quartetfs.pivot.mdx.xmla.impl.PivotExecuteHandler
Format.
FORMAT_DESCRIPTION - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
FORMAT_PROPERTY - Static variable in interface com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.IJsonOutputConfiguration
Property to define the format name.
Format_String - com.quartetfs.biz.xmla.constants.Keyword
 
FORMAT_STRING - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
FORMAT_STRING - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
formatAsString(Object) - Method in interface com.activeviam.pivot.rest.dataexport.measureformatter.IMeasureFormatter
Formats a measure value as string.
formatAsString(Object) - Method in class com.activeviam.pivot.rest.dataexport.measureformatter.impl.SimpleMeasureFormatter
 
formatCsvHeaders(String, String) - Method in interface com.activeviam.pivot.rest.dataexport.measureformatter.IMeasureFormatter
Formats the headers of a measure as string.
formatCsvHeaders(String, String) - Method in class com.activeviam.pivot.rest.dataexport.measureformatter.impl.SimpleMeasureFormatter
 
formatDuration(Duration) - Static method in class com.quartetfs.fwk.format.impl.DateTimeUtils
Formats the given duration, expressing it into a relevant unit.
formatDurationWords(Duration) - Static method in class com.quartetfs.fwk.format.impl.DateTimeUtils
Formats durations which represent at least 1 second.
Formatted_Value - com.quartetfs.biz.xmla.constants.Keyword
 
FORMATTED_VALUE - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
FORMATTED_VALUE - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
formattedValue - Variable in class com.qfs.pivot.builder.cellset.impl.CellDataBuilder
The formatted value.
formattedValue - Variable in class com.qfs.pivot.json.cellset.CellData
The formatted value.
formatter(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.LevelInfoBuilder
 
FORMATTER - com.activeviam.copper.hierarchy.CopperLevelMetadata.UserSpecific
Flag for the level formatter.
FORMATTER - com.activeviam.copper.MeasureMetadata.UserSpecific
Flag for the measure formatter.
FORMATTER - Static variable in class com.quartetfs.biz.pivot.context.drillthrough.impl.CaptionDrillthroughColumn
Property defining the formatter to apply.
FORMATTER_PATTERN - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
FORMATTER_PLUGIN - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
FORMATTER_PROPERTY - Static variable in interface com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.IJsonOutputConfiguration
Property to define the formatter to use on a specific column.
FormatterExtendedPlugin - Class in com.quartetfs.fwk.format.impl
Explicit formatter extended plugin implementation.
FormatterExtendedPlugin() - Constructor for class com.quartetfs.fwk.format.impl.FormatterExtendedPlugin
Constructor.
FormatterPresentationExpression - Class in com.quartetfs.pivot.mdx.impl
Implementation of IPresentationExpression based on IFormatter.
FormatterPresentationExpression(IFormatter) - Constructor for class com.quartetfs.pivot.mdx.impl.FormatterPresentationExpression
 
FORMATTERS - com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
 
FORMATTERS - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
FORMATTERS - Static variable in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.DateHelper
List of DateTimeFormatter used to try to parse Strings representing date/time in ConversionFunctions.DateHelper.convert(Object).
formatterToString(IFormatter) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Create a string description for a IFormatter.
FormattingColor - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
FormattingFont - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
FormattingFontEffects - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
FormattingFontSize - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
FormattingOrder - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
FormattingSubTotal - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
formatValue(Number) - Method in interface com.quartetfs.fwk.format.impl.ISingleSectionNumberFormat
Format a value.
formatValue(Number) - Method in class com.quartetfs.fwk.format.impl.SingleSectionConstantFormat
 
formatValue(Number) - Method in class com.quartetfs.fwk.format.impl.SingleSectionNumberFormat
 
formatValue(Number) - Method in class com.quartetfs.fwk.format.impl.SingleSectionOppositeNumberFormat
 
formatValue(Object) - Method in class com.quartetfs.fwk.format.impl.DateFormatter
Formats the given value.
formatValue(Object) - Method in class com.quartetfs.fwk.format.impl.NumberFormat
Format a value.
forMeasures(String...) - Method in interface com.quartetfs.biz.pivot.query.IActivePivotQueryRunner.INeedMeasures
Sets this runner to query the pivot for all the given measures.
forMeasures(String...) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
 
FormField - Class in com.qfs.snl.messages.form.impl
Field to display in an Interactive Form.
FormField(String, String, IFormField.IType, boolean, boolean, boolean) - Constructor for class com.qfs.snl.messages.form.impl.FormField
Constructor.
FormField(FormProperty) - Constructor for class com.qfs.snl.messages.form.impl.FormField
Constructor.
FormFieldDto - Class in com.qfs.snl.dtos
DTO representing any field of an Activiti form.
FormFieldDto() - Constructor for class com.qfs.snl.dtos.FormFieldDto
Default Constructor.
FormFieldTypeDto - Class in com.qfs.snl.dtos
DTO representing the type of one field in an Activiti form.
FormFieldTypeDto() - Constructor for class com.qfs.snl.dtos.FormFieldTypeDto
Default Constructor.
formMessage(String, Object...) - Static method in class com.quartetfs.biz.xmla.impl.LoggingXMLA
 
formMessage(String, Object...) - Static method in class com.quartetfs.fwk.util.MessageUtil
Creates a templated message.
Formula - Class in com.quartetfs.biz.pivot.formula.impl
Base implementation of IFormula interface.
Formula - com.quartetfs.biz.xmla.constants.Keyword
 
Formula(IActivePivot, IMeasuresProvider, String) - Constructor for class com.quartetfs.biz.pivot.formula.impl.Formula
This constructor takes the string representation of the formula.
FORMULA_ARG - Static variable in class com.qfs.pivot.mdx.compil.impl.MdxCompilers.FormulaMatcher
The name of the selected argument in which the resulting formula is stored.
formula_name_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
formula_name_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
formula_name_specification_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.formula_name_specification_return
 
FORMULA_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.ArithmeticFormulaPostProcessor
MANDATORY.
FORMULA_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.FormulaPostProcessor
MANDATORY.
formula_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
formula_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
formula_specification_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
formula_specification_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
formula_specification_list_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.formula_specification_list_return
 
formula_specification_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.formula_specification_return
 
formula_string_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
FormulaExecutionTracker - Class in com.quartetfs.pivot.mdx.plan.impl
Keeps track of executed tasks.
FormulaExecutionTracker() - Constructor for class com.quartetfs.pivot.mdx.plan.impl.FormulaExecutionTracker
 
FormulaExecutionTracker.ComputeTracker - Class in com.quartetfs.pivot.mdx.plan.impl
Tracks a FormulaExecutionTracker.ComputeTracker.tuple and an FormulaExecutionTracker.ComputeTracker.expression.
FormulaExtractorVisitor - Class in com.qfs.snl.agent.mdx.impl
The formula extractor visitor It extracts the formulas on the sides of < or > or <= or >= in a case of if or case function.
FormulaExtractorVisitor() - Constructor for class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
Constructor.
FormulaMatcher() - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxCompilers.FormulaMatcher
 
FormulaPostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
The formula post-processor is backed by an IFormula defined into its initialization properties.
FormulaPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.FormulaPostProcessor
Constructor.
FormulaSpecification - Class in com.quartetfs.pivot.mdx.statement.impl
 
FormulaSpecification(IFormulaSpecification.DefinedType, ICompoundIdentifier, IExpression) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.FormulaSpecification
 
FormulaSpecification(IFormulaSpecification.DefinedType, ICompoundIdentifier, IExpression, Map<IIdentifier, IExpression>) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.FormulaSpecification
 
forOthers() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanAddSpecialPartitioningRule
Indicates that we are done defining the special partitioning rules and define the default partitioning rule.
forOthers() - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
forOthers() - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanAddSpecialPartitioningRule
Indicates that we are done defining the special partitioning rules and define the default partitioning rule.
forPartition(IDatastoreView, String, int, int[], IRecordFormat) - Static method in class com.qfs.store.record.flatten.impl.BeforeAddRecordFlattener
Constructs a BeforeAddRecordFlattener for the given partition.
forPartition(IDatastoreView, String, int, int[], IRecordFormat) - Static method in class com.qfs.store.record.flatten.impl.RecordFlattener
Creates a flattener for a set of partitions for a given view.
forPoints(IndexCompiledOperations.RangeOperands, Map<String, Object>, Consumer<int[]>) - Static method in class com.qfs.store.query.plan.impl.IndexCompiledOperations
Produces the crossjoin of all points from the query and executes the procedure on each of them.
forQuery(ICompiledQuery) - Method in class com.qfs.store.query.impl.AQueryRunner
 
forQuery(ICompiledQuery) - Method in interface com.qfs.store.query.IQueryRunner
Chooses the compiled query directly.
forQuery(IQuery) - Method in class com.qfs.store.query.impl.AQueryRunner
 
forQuery(IQuery) - Method in interface com.qfs.store.query.IQueryRunner
Chooses the query directly.
forRemoval() - Method in annotation type com.activeviam.annotations.DeprecatedApi
Returns target version that will remove the annotated API.
forRole(String) - Method in interface com.quartetfs.biz.pivot.security.builders.ICanHaveRoleEntitlements.ICanHaveRole
Set the user role of the entitlement.
forRole(String) - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.GlobalEntitlementBuilder
 
forRole(String) - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
 
forRoot(Session, Class<T>) - Static method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Creates a new helper with default configuration from basic Hibernate elements.
forService(String) - Method in class com.qfs.rest.urls.impl.UrlBuilder
 
forService(String) - Method in interface com.qfs.rest.urls.IUrlBuilder.IForService
Sets the name of a API to target.
forStore(String) - Method in class com.qfs.store.query.impl.AQueryRunner
 
forStore(String) - Method in interface com.qfs.store.query.IQueryRunner
Chooses the base store of the query.
forTable(String) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder
Chooses the base table of the query.
forTable(String) - Method in interface com.activeviam.database.api.query.IGetByKeyQueryBuilder
Chooses the base table of the query.
forTable(String) - Method in interface com.activeviam.database.api.query.IListQueryBuilder
Chooses the base table of the query.
forTests() - Static method in class com.qfs.security.impl.BranchPermissionsManager
Gets a BranchPermissionsManager which allows all users to create, read and edit all branches.
forTests() - Static method in class com.qfs.security.impl.ContentServiceBranchPermissionsManager
Static method to get a ContentServiceBranchPermissionsManager which allows all users to create, read and edit all branches.
forTests(List<IMultiVersionDimension<? extends IMultiVersionHierarchy>>, IMultiVersionAggregateProviderHolder, IDomainDictionaryProvider) - Static method in class com.quartetfs.biz.pivot.cube.impl.FeedHolderFactory
Constructor for pivot where a single feed contribute to the complete structure.
forType(String) - Method in class com.qfs.snl.workflows.process.impl.AWorkflowProcessExecutor
 
forType(String) - Method in interface com.qfs.snl.workflows.process.IWorkflowProcessExecutor
Sets a type of entities to process.
forValue(Object) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule
Defines a child partitioning node for the given value.
forValue(Object) - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule
Defines a child partitioning node for the given value.
forValue(Object) - Method in interface com.quartetfs.pivot.mdx.IDefaultCellPropertiesHandler.IUserPresentationExpression
 
forValue(Object) - Method in class com.quartetfs.pivot.mdx.impl.AnyTypeFormatterPresentationExpression
 
forValue(Object) - Method in class com.quartetfs.pivot.mdx.impl.FormatterPresentationExpression
 
forValue(Object) - Method in interface com.quartetfs.pivot.mdx.statement.IPresentationExpression
Transforms a object.
forValues(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Static method in class com.qfs.repository.dto.ParameterUpdateDto
Static copy constructor.
forValues(Object...) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule
Defines a child partitioning node for each of the given values.
forValues(Object...) - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
forValues(Object...) - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule
Defines a child partitioning node for each of the given values.
free(long) - Method in interface com.qfs.chunk.direct.allocator.IBlockAllocator
Disposes of a piece of memory obtained from IBlockAllocator.allocate().
free(long) - Method in class com.qfs.chunk.direct.allocator.impl.ABlockAllocator
 
free(long) - Method in class com.qfs.chunk.direct.allocator.impl.BlockAllocatorManager
 
free(long) - Method in class com.qfs.chunk.direct.allocator.impl.UnsafeAllocator
 
FREE - com.qfs.pool.impl.PlacementPolicies
Threads should be left free (java/the os manages them).
freeContext(S) - Method in interface com.quartetfs.pivot.mdx.impl.ARootContextBase.IContextStateHelper
Recycle a context.
freeMemory(long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Disposes of a block of static final memory, as obtained from UnsafeUtil.allocateMemory(long) or UnsafeUtil.reallocateMemory(long, long).
freeMemory(long, long, int) - Method in class com.qfs.chunk.direct.allocator.impl.ASlabMemoryAllocator
 
freeMemory(long, long, int) - Method in class com.qfs.chunk.direct.allocator.impl.MmapNativeMemoryAllocator
 
freeMemory(long, long, int) - Method in class com.qfs.chunk.direct.allocator.impl.NumaNodeBlockAllocator
 
freeMemory(long, long, int) - Method in class com.qfs.chunk.direct.allocator.impl.TrackerNativeMemoryAllocator
 
freeMemory(long, long, int) - Method in class com.qfs.chunk.direct.allocator.impl.UnsafeNativeMemoryAllocator
 
freeMemory(long, long, int) - Method in interface com.qfs.chunk.INativeMemoryAllocator
Deprecated.
Disposes of a block of static final memory obtained from INativeMemoryAllocator.allocateMemory(long, int).
freeRow(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
Clears the data stored at a given row.
freeRow(int) - Method in class com.qfs.agg.impl.ChunkHistory
 
freeRow(int) - Method in interface com.qfs.chunk.IChunk
Clears the data stored at a given row.
freeRow(int) - Method in interface com.qfs.chunk.IChunkSingleValue
 
freeRow(int) - Method in interface com.qfs.chunk.IHasDeletableRows
Clears the data stored at a given row.
freeRow(int) - Method in class com.qfs.chunk.impl.ChunkComposite
 
freeRow(int) - Method in class com.qfs.chunk.impl.ChunkMarked
 
freeRow(int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
Marks the given row as freed.
freeRow(int) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderBase
Frees the row in the aggregate store.
freeRow(int) - Method in class com.qfs.store.impl.ChunkSet
 
freeRow(int) - Method in class com.qfs.store.impl.ColumnarRecordSet
 
freeRow(int) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
freeRows - Variable in class com.qfs.store.impl.ChunkSet
Number of times the method ChunkSet.freeRow(int) is invoked.
freeze() - Method in interface com.activeviam.store.structure.IInternalDatastoreSchemaUpdater
Freezes the updater so it cannot be updated anymore.
freeze() - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
FREQUENCY_COMPRESSION_RATIO - Static variable in class com.qfs.chunk.impl.Chunks
Property controlling the ratio to compress chunks into frequent-value chunks, avoiding storing repeated values.
FrequencyCompressionType - Enum in com.qfs.chunk.impl
Enum controlling the activation of frequency-compression depending on the type of chunks.
FrequentDoubleChunk - Class in com.activeviam.chunk.frequent.impl
A chunk that has one value that takes the majority of the chunk, while the others are only slightly used.
FrequentDoubleChunk(int, IChunk<Double>, double, IRowMapping) - Constructor for class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
Constructor.
FrequentFloatChunk - Class in com.activeviam.chunk.frequent.impl
A chunk that has one value that takes the majority of the chunk, while the others are only slightly used.
FrequentFloatChunk(int, IChunk<Float>, float, IRowMapping) - Constructor for class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
Constructor.
FrequentIntegerChunk - Class in com.activeviam.chunk.frequent.impl
A chunk that has one value that takes the majority of the chunk, while the others are only slightly used.
FrequentIntegerChunk(int, IChunk<Integer>, int, IRowMapping) - Constructor for class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
Constructor.
FrequentLongChunk - Class in com.activeviam.chunk.frequent.impl
A chunk that has one value that takes the majority of the chunk, while the others are only slightly used.
FrequentLongChunk(int, IChunk<Long>, long, IRowMapping) - Constructor for class com.activeviam.chunk.frequent.impl.FrequentLongChunk
Constructor.
FrequentNullDoubleChunk - Class in com.activeviam.chunk.frequent.impl
A chunk that has one value that takes the majority of the chunk, while the others are only slightly used.
FrequentNullDoubleChunk(int, IChunk<Double>, IRowMapping) - Constructor for class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
Constructor.
FrequentNullFloatChunk - Class in com.activeviam.chunk.frequent.impl
A chunk that has one value that takes the majority of the chunk, while the others are only slightly used.
FrequentNullFloatChunk(int, IChunk<Float>, IRowMapping) - Constructor for class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
Constructor.
FrequentNullIntegerChunk - Class in com.activeviam.chunk.frequent.impl
A chunk that has one value that takes the majority of the chunk, while the others are only slightly used.
FrequentNullIntegerChunk(int, IChunk<Integer>, IRowMapping) - Constructor for class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
Constructor.
FrequentNullLongChunk - Class in com.activeviam.chunk.frequent.impl
A chunk that has one value that takes the majority of the chunk, while the others are only slightly used.
FrequentNullLongChunk(int, IChunk<Long>, IRowMapping) - Constructor for class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
Constructor.
FrequentObjectChunk<K> - Class in com.activeviam.chunk.frequent.impl
A chunk that has one value that takes the majority of the chunk, while the others are only slightly used.
FrequentObjectChunk(int, IChunk<K>, K, IRowMapping) - Constructor for class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
Constructor.
from - Variable in class com.qfs.pivot.json.cellset.RangeData
The first index of the range.
from - Variable in class com.qfs.util.IRangeUnion.Range
Deprecated.
Beginning of the range (inclusive).
from - Variable in class com.quartetfs.biz.pivot.dto.RangeDTO
The first index of the range.
from() - Method in class com.qfs.util.IRangeUnion.Range
Deprecated.
Gets the defined "from" bound (inclusive).
from(long) - Method in class com.qfs.snl.dtos.TimePeriodDto
Sets the 'from' boundary.
from(long) - Method in class com.qfs.snl.impl.TimePeriod
Adds a start boundary.
from(JoinCopperStore, DataCubeContext) - Static method in class com.activeviam.copper.store.JoinKey
Creates a join key from a join store and the Copper context.
from(IDataTableField) - Static method in class com.activeviam.database.api.schema.StoreField
Creates a store field from a IDataTableField.
from(StoreDefinition) - Static method in class com.activeviam.store.structure.impl.StoreDefinition
Creates a new builder initialized with the given definition.
from(BoundedAction, Throwable, Throwable) - Static method in exception com.qfs.concurrent.impl.BoundedAction.BoundedActionException
Creates a bounded action from the exception raised by the two halves af the bounded execution.
from(LongBoundedAction, Throwable, Throwable) - Static method in exception com.qfs.concurrent.impl.LongBoundedAction.LongBoundedActionException
Creates a bounded action from the exception raised by the two halves af the bounded execution.
from(IDatastoreSchemaDescription, IDomainDictionaryProvider, String) - Static method in class com.activeviam.store.structure.impl.DatastoreStructureUtil
Deprecated.
from(IFieldDescription) - Static method in class com.qfs.desc.impl.FieldDescription
Initializes a FieldDescription.FieldDescriptionBuilder from a description.
from(IReferenceDescription) - Static method in class com.activeviam.store.structure.impl.ReferenceDefinition
Creates a ReferenceDefinition from the given IReferenceDescription.
from(IMultiVersionStore) - Static method in class com.qfs.store.impl.StoreSummaryReport
Produces a summary report of the given store.
from(IStorePartitionVersion, int) - Static method in class com.qfs.store.impl.StoreSummaryReport.PartitionSummaryReport
Produces a summary report of the given partition.
from(APartitioningWithCartesianAsSubPartitioning.CartesianSubPartitioning, APartitioningNode) - Static method in class com.qfs.store.part.impl.HierarchicalPartitioning
Static constructor creating a partitioning from a base and a root node.
from(IPartitioning, TIntIntMap) - Static method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
Builds this partitioning from a given instance, hiding fields absent from the field mapping.
from(IHierarchyInfo) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
Initializes a HierarchyInfo.HierarchyInfoBuilder with the given object.
from(ILevelInfo) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
Creates a new builder initialized from an existing LevelInfo.
from(IActivePivotManagerDescription) - Static method in class com.activeviam.pivot.structure.impl.ActivePivotManagerStructureUtil
Deprecated.
from(IActivePivotManagerDescription, IDatabaseSchemaUpdater) - Static method in class com.activeviam.pivot.structure.impl.ActivePivotManagerStructureUtil
Deprecated.
from(IActivePivotSchemaInstanceDescription, IDatabaseSchemaUpdater) - Static method in class com.activeviam.pivot.structure.impl.ActivePivotManagerStructureUtil
Deprecated.
from(ICalculatedDrillthroughColumnDescription) - Static method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnDto
from(ICalculatedDrillthroughColumnSetDescription) - Static method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnSetDto
from(String) - Static method in class com.activeviam.database.api.schema.DatabaseId
 
from(String) - Method in class com.qfs.snl.dtos.TimePeriodDto
Sets the raw 'from' boundary.
from(String) - Method in interface com.qfs.snl.messages.IMessageBuilder.IWithTitle
Sets the sender of the message.
from(String) - Static method in class com.quartetfs.biz.xmla.servlet.impl.StatementCommand
Deprecated.
Builder from MDX String to Statement.
from(CountedCompleter<?>) - Static method in class com.qfs.concurrent.impl.CompleterChain
Creates a new chain from a parent completer.
From - com.quartetfs.biz.xmla.constants.Keyword
 
FROM - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
FROM - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FROM - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
from_clause() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
from_clause() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
from_clause_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.from_clause_return
 
FROM_OWNERS - com.activeviam.store.structure.impl.DatastoreStructure.StoreOrder
Deprecated.
 
FROM_PARAM - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to specify a "from" boundary for an update.
FROM_PARAM - Static variable in interface com.qfs.snl.rs.IAlertRestService
Query parameter to specify a "from" boundary for an update.
FROM_PARAM - Static variable in interface com.qfs.snl.rs.IMonitorRestService
Query parameter to specify a "from" boundary for an update.
FROM_TARGETS - com.activeviam.store.structure.impl.DatastoreStructure.StoreOrder
Deprecated.
 
fromBaseStore(String) - Method in class com.activeviam.builders.SimpleSelectionDescriptionBuilder
 
fromBaseStore(String) - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder
Chooses the base store of the selection.
FromClause - Class in com.quartetfs.pivot.mdx.statement.impl
Basic implementation of IFromClause.
FromClause(IIdentifier) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.FromClause
 
FromClause(ISubSelect) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.FromClause
 
fromContext(Map<String, String>) - Static method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Creates a new KPI from a context description.
fromDescription(String) - Static method in class com.activeviam.copper.HierarchyIdentifier
Parses a description to convert it to a HierarchyIdentifier.
fromDescription(String) - Static method in class com.activeviam.copper.LevelIdentifier
Parses a description of the form levelName@hierarchyName@dimensionName to create an identifier from it.
fromDictionary(IDictionary<ITuple>, boolean) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
From dictionary.
fromEntry(IPathlessContentEntry) - Static method in class com.qfs.content.rest.impl.JsonContentEntry
Static constructor convert a Content Entry to the DTO.
fromField(CopperStoreField) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.SelectHierarchyType
Configures a single-level hierarchy whose level come from an isolated store joined to the cube.
fromField(CopperStoreField) - Method in class com.activeviam.copper.hierarchy.UnamedCopperHierarchyBuilder
 
fromFieldName(String) - Static method in class com.activeviam.database.api.query.AliasedField
Creates an AliasedField whose alias is the name of the field.
fromHierarchies(IMdxHierarchy...) - Static method in class com.quartetfs.pivot.mdx.meta.impl.HaveDimensionality
Create a IHasDimensionality from an array of hierarchies.
fromJson(Class<T>, String) - Static method in class com.qfs.content.rest.impl.AJsonParam
De-serializes the given JSON string into a JSON param of the input type.
fromJsonBranchCreationDescription(JsonBranchCreation) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
fromJsonBranchDescription(JsonBranchDescription) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
fromJsonBranchDescriptionMap(Map<String, JsonBranchDescription>) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
Applies the translation from JsonBranchDescription to IBranchDescription to every value of the map.
fromJsonFieldDescriptions(JsonDatabaseFieldDescription[]) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
Applies the translation from JsonDatabaseFieldDescription to IDatabaseFieldDescription to every value of the array.
fromJsonJoin(JsonDatabaseJoin) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
Converts a json join into its corresponding database object.
fromJsonJoinMap(Map<String, JsonDatabaseJoin>) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
Applies the translation from JsonDatabaseJoin to IDatabaseJoinDescription to every value of the map.
fromJsonJoinNestedMaps(Map<String, Map<String, JsonDatabaseJoin>>) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
fromJsonPermissions(JsonBranchPermissions) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
Converts a JsonBranchPermissions into a IBranchPermissions, handling the case where the keyword for open permissions is used.
fromJsonRangeMap(Map<Integer, JsonRange>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.RangeHelper
Creates an array of RangeProperty from a map of JsonRange.
fromJsonSecurityDescription(JsonTableDescription) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
Converts a json table description into its corresponding database object.
fromJsonSecurityDescriptionMap(Map<String, JsonTableDescription>) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
Applies the translation from JsonTableDescription to ITableSecurityDescription to every value of the map.
fromMap(String, Map<String, IContentEntry>, Function<IContentEntry, JsonContentEntry>) - Static method in class com.qfs.content.rest.impl.RestContentTree
Transforms arbitrary map object containing instances implementing IContentEntry into a new RestContentTree.
fromMembers(IMdxMember...) - Static method in class com.quartetfs.pivot.mdx.meta.impl.HaveDimensionality
Create a IHasDimensionality from an array of members.
fromMultiByte(byte[]) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil.MultiByteInteger
 
fromMultiByte(InputStream) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil.MultiByteInteger
 
fromName(String) - Static method in enum com.qfs.snl.ws.IMessageWsService.FetchMessageMode
Returns the enum value from its name, as defined by IMessageWsService.FetchMessageMode.getName().
fromName(String) - Static method in enum com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Gets the corresponding property from its name.
fromNative(Object, FromNativeContext) - Method in class com.qfs.jna.impl.EnumConverter
 
fromNow() - Method in class com.qfs.snl.impl.TimePeriod
Adds a start boundary using server current time.
fromOwnerToTarget() - Method in class com.qfs.store.query.plan.impl.ABackReferenceRows
 
fromOwnerToTarget() - Method in interface com.qfs.store.query.plan.IStoreRowMerge
 
fromPair(IPair<String, String>) - Static method in class com.activeviam.database.api.schema.ITableJoin.FieldMapping
Creates a mapping from a pair.
fromRandomAccessList(T, boolean) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
From RandomAccesList.
fromRegistry(String) - Static method in interface com.qfs.literal.ILiteralType
Gets the type from the default Registry.
fromRegistry(String, String, int, String) - Static method in class com.qfs.pivot.agg.impl.SingleFieldAggregatedElement
Creates an instance from the given plugin key.
fromSession(ISchemaSelectionSession) - Static method in class com.quartetfs.biz.pivot.impl.PartitioningManager
Registers the partitioning of the base store before any code uses the manager.
fromSession(List<? extends IMultiVersionHierarchy>, IActivePivotSchemaSelectionSession, IDomainDictionaryProvider) - Static method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
Creates an instance for a new ActivePivot instance.
fromStore(CopperStore) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.SelectHierarchyType
Configures a hierarchy whose levels come from an isolated store joined to the cube.
fromStore(CopperStore) - Method in class com.activeviam.copper.hierarchy.UnamedCopperHierarchyBuilder
 
fromStore(String) - Method in interface com.activeviam.desc.build.dimensions.ICanBeFactless
Describes this analysis hierarchy whose members come from any store of the database.
fromStore(String) - Method in class com.qfs.desc.impl.ReferenceDescriptionBuilder
 
fromStore(String) - Method in interface com.qfs.desc.IReferenceDescriptionBuilder
 
fromStoreField(StoreField) - Static method in class com.activeviam.store.structure.graph.FieldKey
Creates a FieldKey from a StoreField.
fromString(String) - Method in class com.quartetfs.biz.xmla.impl.XmlaTypes.EnumType
 
fromString(String) - Method in interface com.quartetfs.biz.xmla.IXmlaSimpleType
Parse a value of that type from a String.
fromTable(String) - Method in class com.activeviam.database.sql.api.schema.SqlJoin.SqlJoinBuilder
 
fromType(int) - Static method in enum com.qfs.store.ExtendedContentType
Resolves an ExtendedContentType from a raw data type.
fromUpdate(ContentUpdate) - Static method in class com.qfs.content.ws.impl.JsonContentUpdate
Static constructor creating this DTO from a ContentUpdate.
fromValues(CopperLevelValues) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.SelectHierarchyType
Configures a single-level hierarchy whose level come the given argument.
fromValues(CopperLevelValues) - Method in class com.activeviam.copper.hierarchy.UnamedCopperHierarchyBuilder
 
FULL_DELAY - Class in com.qfs.messenger.impl
An extension of the DELAY protocol that delay ALL messages.
FULL_DELAY() - Constructor for class com.qfs.messenger.impl.FULL_DELAY
 
FULL_SYNC - com.quartetfs.tech.streaming.IStreamProperties.InitialPublicationMode
The initial view will be computed synchronously and published before this stream's creation call returns.
FullAccessBranchPermissionsManagerConfig - Class in com.qfs.server.cfg.impl
Example of implementation of IActivePivotBranchPermissionsManagerConfig where any user can perform any operation.
FullAccessBranchPermissionsManagerConfig() - Constructor for class com.qfs.server.cfg.impl.FullAccessBranchPermissionsManagerConfig
 
fullFence() - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Ensures lack of reordering of loads or stores before the fence with loads or stores after the fence.
fullImpact(Collection<ILocation>) - Static method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
Returns a full range impact on the input locations.
FullMdxMemberProperty - Class in com.quartetfs.pivot.mdx.property.impl
Custom mdx property which underlying property is a IFullMemberAwareProperty.
FullMdxMemberProperty(String, IMdxLevel, IFullMemberAwareProperty, IDatabaseVersion) - Constructor for class com.quartetfs.pivot.mdx.property.impl.FullMdxMemberProperty
 
fullRefresh(ILocation) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.Impact
Produces a full-range impact on the input location, i.e.
FullRefreshCellSet - Class in com.quartetfs.biz.pivot.cellset.impl
Extension of ScopedCellSet keeping track of the original scope locations and measures specified in the corresponding query, even if no values were retrieved for them.
FullRefreshCellSet() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.FullRefreshCellSet
No-argument constructor, for serialization.
FullRefreshCellSet(Set<ILocation>, Set<String>) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.FullRefreshCellSet
Constructor.
FullRefreshEvent - Class in com.quartetfs.biz.pivot.streaming.impl
An event representing a full refresh of some locations, represented by a map of scopeLocation to List&lt;AggregatesDTO&gt; (one aggregate DTO for each point location).
FullRefreshEvent() - Constructor for class com.quartetfs.biz.pivot.streaming.impl.FullRefreshEvent
Default constructor.
FullRefreshEvent(String, long, long, String, String, Map<ILocation, List<AggregateDTO>>, Set<String>) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.FullRefreshEvent
Full constructor.
FullRefreshPartialCellSet - Class in com.quartetfs.biz.pivot.cellset.impl
A PartialCellSet whose parent is a FullRefreshCellSet.
FullRefreshPartialCellSet(FullRefreshCellSet, IBitmap, Collection<String>) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.FullRefreshPartialCellSet
Full constructor.
fullReload() - Method in class com.qfs.msg.csv.impl.ACSVTopic
Triggers the reload of all files and directories contained by the topic.
fullReloadTopic(String) - Method in class com.qfs.msg.csv.impl.FileSystemCSVMonitoring
Reinits completely the given topic.
func - Variable in class com.activeviam.copper.measure.ShiftMeasure.LambdaShift
The lambda function.
function() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
function() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
Function - com.quartetfs.pivot.mdx.statement.Syntax
Function style e.g.
FUNCTION - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
FUNCTION - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
FUNCTION - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
function_identifier() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
function_identifier() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
function_identifier_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.function_identifier_return
 
FUNCTION_NAME - Static variable in class com.qfs.store.part.impl.ConstantFunctionDescription
The name of the function.
FUNCTION_NAME - Static variable in class com.qfs.store.part.impl.IdentityFunctionDescription
The name of the function.
FUNCTION_NAME - Static variable in class com.qfs.store.part.impl.ModuloFunctionDescription
The name of the function.
FUNCTION_NAME - Static variable in class com.qfs.store.part.impl.PartitioningUtil.ConstantFunction
The name of the function.
FUNCTION_NAME - Static variable in class com.qfs.store.part.impl.PartitioningUtil.IdentityFunction
The name of the function.
FUNCTION_NAME - Static variable in class com.qfs.store.part.impl.PartitioningUtil.ModuloFunction
The name of the function.
FUNCTION_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
function_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.function_return
 
FunctionCall - Class in com.quartetfs.pivot.mdx.func.base.impl
Implementation of IFunctionCall.
FunctionCall(IFunctionDefinition, List<IExpression>) - Constructor for class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
Full constructior.
FunctionCategory - Enum in com.quartetfs.pivot.mdx.statement
Category of functions.
FunctionDefinitionMatch - Class in com.quartetfs.pivot.mdx.func.base.impl
Class defining a match of a function definition for a set of arguments.
FunctionDefinitionMatch(IFunctionDefinition, IMatchResult) - Constructor for class com.quartetfs.pivot.mdx.func.base.impl.FunctionDefinitionMatch
Full constructor.
FunctionKeyword - Class in com.quartetfs.pivot.mdx.statement.impl
 
FunctionKeyword(String) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.FunctionKeyword
 
FunctionKeywordPlugin - Class in com.quartetfs.pivot.mdx.statement.impl
Plugin implementation for storing function plugin values.
FunctionKeywordPlugin() - Constructor for class com.quartetfs.pivot.mdx.statement.impl.FunctionKeywordPlugin
 
FunctionMatcher(String, ICompilationVisitor<ICompilationArguments<IExpression>, ?>...) - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxRewriters.FunctionMatcher
Constructor.
FunctionPlugin - Class in com.quartetfs.pivot.mdx.func.base.impl
Plugin implementation for storing function plugin values.
FunctionPlugin() - Constructor for class com.quartetfs.pivot.mdx.func.base.impl.FunctionPlugin
Constructor.
FunctionUtil - Class in com.quartetfs.pivot.mdx.func.base.impl
Utility functions for Mdx functions.
FURTHEST - Static variable in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.FieldsCollisionHandler
If two fields have the same name and one is reachable from the other using references, the farthest one (i.e.
FutureValue<T> - Class in com.qfs.concurrent.impl
A future representing a value that will be set later on.
FutureValue<V> - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
FutureValue() - Constructor for class com.qfs.concurrent.impl.FutureValue
Constructor.
FutureValue() - Constructor for class com.qfs.util.impl.FutureValue
Deprecated.
Constructor.
FutureValue(Exception) - Constructor for class com.qfs.concurrent.impl.FutureValue
Constructor.
FutureValue(T) - Constructor for class com.qfs.concurrent.impl.FutureValue
Constructor.

G

GaqTiming - Class in com.quartetfs.fwk.logging.impl
Keeps the timing of a GetAggregatesQuery.
GaqTiming() - Constructor for class com.quartetfs.fwk.logging.impl.GaqTiming
Constructor.
GARBAGE_COLLECT_STREAM_CONFIG_DELAY_PROPERTY - com.activeviam.properties.impl.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 - Static variable in class com.qfs.vector.impl.Vectors
The garbage collection factor * Default to 0.5d.
GARBAGE_COLLECTION_FACTOR_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property that configures the garbage collection factor for vectors.
GB - Static variable in class com.quartetfs.fwk.util.MessageUtil
1 GiB.
GcpCalculator(AdaptivePartitioning, TIntSet) - Constructor for class com.qfs.store.part.impl.AdaptivePartitioning.GcpCalculator
Constructor.
GcpCalculator(CartesianProductPartitioning, TIntSet) - Constructor for class com.qfs.store.part.impl.CartesianProductPartitioning.GcpCalculator
Full constructor.
GcpCalculator(ConstantPartitioning, TIntSet) - Constructor for class com.qfs.store.part.impl.ConstantPartitioning.GcpCalculator
Full constructor.
GcpCalculator(HierarchicalPartitioning, TIntSet) - Constructor for class com.qfs.store.part.impl.HierarchicalPartitioning.GcpCalculator
Full constructor.
GcpCalculator(MultipleFieldsModuloPartitioning, TIntSet) - Constructor for class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.GcpCalculator
Full constructor.
GcpCalculator(SinglePartitioning, TIntSet) - Constructor for class com.qfs.store.part.impl.SinglePartitioning.GcpCalculator
Full constructor.
GE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
GE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
GE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
GE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
GEFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ComparisonFunctions.GEFunction
Constructor.
GENERAL - com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
The dictionary to be used when the specific one is not defined.
GeneralNumber - com.quartetfs.fwk.format.impl.NamedNumericFormats
Displays the number with no thousand separator.
generate(int[]) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
generate(int[]) - Method in interface com.quartetfs.biz.pivot.IPointLocationPattern
Generates a point location based on the given values.
generate(IDrillthroughQueryContext) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICalculatedDrillthroughColumnSet
Generate a list of additional drillthrough columns at query time.
generate(IDrillthroughQueryContext) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.VectorDrillthroughColumnSet
 
generate(IHierarchicalMapping, int[]) - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Generate a location that overrides the values in the pattern.
generate(IHierarchicalMapping, int[]) - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
Generate a location that overrides the values in the pattern.
generate(ILocationList, int) - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Generate a location identical to the pattern, but that overrides the range coordinates' values in the pattern.
generate(ILocationList, int) - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
generate(Object[]) - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Generate a location that overrides the values in the pattern.
generate(Object[]) - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
Generate - com.quartetfs.biz.xmla.constants.Keyword
 
GENERATE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
GENERATE_TOKEN_PROPERTY - Static variable in class com.qfs.server.cfg.impl.JwtConfig
The name of the property used to enable/disable JwtConfig.jwtService().
generateAddress() - Method in class com.qfs.messenger.impl.NettyAddressGenerator
 
generateAll(Path, Class<?>...) - Method in class com.qfs.code.generation.impl.APrimitiveClassGenerator
Generates a java file for each of the given primitive classes based on the template input file.
generateComparator(IComparatorDescription) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DefinitionUtil
Deprecated.
generateDatabaseId() - Static method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
generateFunction(SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableFunction<IArrayReader, ?>, int[], int, String) - Static method in class com.activeviam.agg.impl.AUserDefinedAggregation
Generates a IUserDefinedAggregateFunction that will be used to create a AdvancedAggregatedMeasure in the Cube.
GenerateFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
GenerateFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.GenerateFunction
 
GenerateFunction.GenerateEvaluator - Class in com.quartetfs.pivot.mdx.func.impl
 
generateFunctionWithRemovalSupport(SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableFunction<IArrayReader, ?>, int[], int, String) - Static method in class com.activeviam.agg.impl.AUserDefinedAggregation
Generates a IUserDefinedAggregateFunction that will be used to create a AdvancedAggregatedMeasure in the Cube.
generateId() - Static method in class com.qfs.snl.messages.impl.MessagesUtil
Generates a unique id for all messages.
generateId(Object, long) - Method in interface com.quartetfs.tech.streaming.impl.IdGenerator.IIdFactory
Generate an id.
generateIds(Object, IdGenerator.IIdFactory<T>, int) - Static method in class com.quartetfs.tech.streaming.impl.IdGenerator
Generate ids of type T.
generateKey(double) - Static method in class com.qfs.agg.impl.PercentileFunction
Deprecated.
Generates the plugin key for a specific targetPercentage.
generateKey(double, PercentileFunction.IndexCalculationMode, PercentileFunction.InterpolationMode) - Static method in class com.qfs.agg.impl.PercentileFunction
Deprecated.
Generates the plugin key for a specific targetPercentage, index calculation mode, and interpolation mode.
generateListenerIds(int) - Method in interface com.quartetfs.tech.streaming.IIdGenerator
Generate a batch of listener ids that are unique across the server instance.
generateListenerIds(int) - Method in class com.quartetfs.tech.streaming.impl.IdGenerator
 
generateLocalName(String) - Static method in class com.qfs.distribution.impl.MessengerUtil
Human readable friendly name to be used as a IDistributedMessenger address for its string representation.
generateOptimizedComparator(IComparatorDescription, IFieldType) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DefinitionUtil
Deprecated.
Creates a comparator that matches the ordering of the comparator described in the IComparatorDescription on all the elements of the IFieldType.
generateQueryIds(int) - Method in interface com.quartetfs.tech.streaming.IIdGenerator
Generate a batch of query ids that are unique across the server instance.
generateQueryIds(int) - Method in class com.quartetfs.tech.streaming.impl.IdGenerator
 
generateRandomString(int) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Generate a random string of given size.
generateReport(StringBuilder) - Method in interface com.activeviam.apm.pivot.monitoring.IActionMonitor
Generates a report about the action monitoring current state.
generateReport(StringBuilder) - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
Generates a report about the action monitoring current state.
generateReport(StringBuilder) - Method in class com.activeviam.apm.pivot.monitoring.impl.JsonExecutorStatementMonitor
 
generateReport(StringBuilder) - Method in class com.activeviam.apm.pivot.monitoring.impl.XmlaQueryMonitor
 
generateRSAKeyPair(int) - Static method in class com.qfs.jwt.impl.JwtUtil
Generates an RSA key pair.
generateSet(IContextExpressionDependency, IContextExpressionDependency) - Static method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
 
generateSet(IContextExpressionDependency, IContextExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
generateSet(IRTExpressionDependency, IRTExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
generateSet(R, R) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Compute the dependency for the generate(set, set) function.
generateStreamIds(int) - Method in interface com.quartetfs.tech.streaming.IIdGenerator
Generate a batch of stream ids that are unique across the server instance.
generateStreamIds(int) - Method in class com.quartetfs.tech.streaming.impl.IdGenerator
 
generateStringIds(Object, int) - Static method in class com.quartetfs.tech.streaming.impl.IdGenerator
Generates string ids.
GenericAggregationFunctionPlugin - Class in com.qfs.agg.impl
Explicit declaration of the IGenericAggregationFunction plugin values.
GenericAggregationFunctionPlugin() - Constructor for class com.qfs.agg.impl.GenericAggregationFunctionPlugin
Constructor.
GenericAggregationSerializer - Class in com.qfs.agg.impl
Serializer class for implementations of IGenericAggregation.
GenericAggregationSerializer() - Constructor for class com.qfs.agg.impl.GenericAggregationSerializer
Empty constructor for serialization.
GenericAggregationSerializer(IGenericAggregation) - Constructor for class com.qfs.agg.impl.GenericAggregationSerializer
Constructor.
genericArray(Class<T>, int) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Creates an array from of the given size, with the given type.
genericArray(T...) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Creates an array from a list of arguments.
GenericList<T> - Class in com.quartetfs.fwk.util.impl
This is a JAXB and java serializable list.
GenericList() - Constructor for class com.quartetfs.fwk.util.impl.GenericList
 
GenericList(List<T>) - Constructor for class com.quartetfs.fwk.util.impl.GenericList
 
GenericMonitoringStatisticBuilder<C extends IMonitoringStatistic,​A extends IStatisticAttribute,​B extends IMonitoringStatisticBuilder<C,​A,​B>> - Class in com.qfs.monitoring.statistic.impl
A builder for a generic monitoring statistic.
GenericMonitoringStatisticBuilder() - Constructor for class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
Constructor.
GenericTransformer(String, ICompilationMatcher<IExpression, IExpression>) - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxCompilers.GenericTransformer
GenericVectorBinding - Class in com.qfs.vector.binding.impl
A generic, non-optimized vector binding.
GEO_CITY - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
GEO_CONTINENT - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
GEO_COUNTRY - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
GEO_COUNTY - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
GEO_POINT - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
GEO_POSTALCODE - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
GEO_REGION - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
GEO_STATE_OR_PROVINCE - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
GEOGRAPHY - com.quartetfs.biz.pivot.cube.dimension.IDimension.DimensionType
Geographical dimensions.
GeographyBottom - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
GeographyCentroidX - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
GeographyCentroidY - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
GeographyCentroidZ - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
GeographyFront - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
GeographyLeft - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
GeographyPolygon - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
GeographyRear - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
GeographyRight - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
GeographyTop - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
geq(Object) - Method in interface com.activeviam.copper.api.CopperLevel
Creates a CopperLevelCondition that represents the result of a numerical greater than or equal to comparison between each member value and the given object value.
geq(Object) - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
get() - Method in class com.activeviam.concurrent.util.impl.DoubleCheckedLockingLazyInitializer
If the object is not yet INITIALIZED, calls the DoubleCheckedLockingLazyInitializer.supplier, stores the result, drops the reference to the supplier and returns it.
get() - Method in interface com.activeviam.concurrent.util.impl.DoubleCheckedLockingLazyInitializer.ThrowingSupplier
 
get() - Method in class com.activeviam.copper.measure.window.AggregationToWindowTraversal.ReducerSupplier
 
get() - Method in class com.activeviam.util.function.Option
Returns the result value or throws when called on an empty result.
get() - Method in class com.qfs.concurrent.impl.AAdaptingFuture
 
get() - Method in class com.qfs.concurrent.impl.FutureValue
 
get() - Method in class com.qfs.fwk.cache.impl.SingleValueTtlCache
Get the (potentially refreshed) cached value.
get() - Method in class com.qfs.multiversion.impl.VersionNode
Returns the version object referenced by this node if it has not been garbage collected, null otherwise.
get() - Method in interface com.qfs.util.IBuilder
Deprecated.
Results the result built by IBuilder.build().
get() - Method in class com.qfs.util.impl.ABuilder
Deprecated.
 
get() - Method in class com.qfs.util.impl.FutureValue
Deprecated.
Returns the value, blocking until the values is ready.
get() - Method in class com.qfs.util.impl.LazyObject
Deprecated.
 
get() - Static method in class com.qfs.util.timing.impl.StopWatch
Utility to have static access to a main instance.
get() - Method in interface com.qfs.util.ui.IBorderBuilder
Gets the character representing a given border.
get() - Method in class com.qfs.util.ui.impl.AsciiBorderBuilder
 
get() - Method in class com.qfs.util.ui.impl.Utf8BorderBuilder
 
get() - Static method in class com.quartetfs.fwk.util.impl.TruePredicate
Returns the predicate which always returns true.
get() - Method in class com.quartetfs.fwk.util.impl.ZeroBoundedAtomicInteger
Gets the current value.
get(int) - Method in interface com.activeviam.collections.ImmutableList
Get the item at a given position.
get(int) - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
get(int) - Method in interface com.qfs.bitmap.IBitmap
Returns whether the bit at the given index is set or not.
get(int) - Method in class com.qfs.bitmap.impl.Bitmap
 
get(int) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
get(int) - Method in class com.qfs.bitmap.impl.QFSBitmap
 
get(int) - Method in class com.qfs.chunk.impl.ColumnIntegerRowMapping
 
get(int) - Method in class com.qfs.chunk.impl.HashMapRowMapping
 
get(int) - Method in class com.qfs.chunk.impl.IdentityRowMapping
 
get(int) - Method in interface com.qfs.chunk.IRowMapping
Gets the mapped row.
get(int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
get(int) - Method in class com.qfs.util.impl.FilteredList
Deprecated.
 
get(int) - Method in interface com.quartetfs.fwk.util.IMappedTuple
Returns the value stored at the given position in the underlying tuple.
get(int) - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
get(int) - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
get(int) - Method in class com.quartetfs.pivot.mdx.plan.impl.MultiScope
Get the ValueScope which has the specified value index.
get(int) - Method in class com.quartetfs.pivot.mdx.utils.impl.CyclicArray.CyclicArrayList
 
get(int) - Method in class com.quartetfs.pivot.mdx.utils.impl.CyclicArray
 
get(int) - Method in interface com.quartetfs.tech.streaming.IAxisRanges
Gets the range of the specified axis.
get(int) - Method in class com.quartetfs.tech.streaming.impl.AxisRanges
 
get(long) - Method in class com.qfs.repository.persistence.impl.RepositoryAuditDao
 
get(long) - Method in interface com.qfs.repository.persistence.IRepositoryAuditDao
Get an element by its id.
get(long) - Method in interface com.qfs.snl.persistence.IIdentifiableReadDao
Get an element by its id.
get(long) - Method in class com.qfs.snl.persistence.impl.ARDao
 
get(long) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
get(long[], long) - Static method in class com.qfs.bitmap.impl.Bitmap
Returns the value of the bit stored at the given position.
get(long, long) - Static method in class com.qfs.bitmap.impl.Bitmap
Returns the value of the bit stored at the given position.
get(long, String) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets a single monitor.
get(long, String) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
get(long, TimeUnit) - Method in class com.qfs.concurrent.impl.AAdaptingFuture
 
get(long, TimeUnit) - Method in class com.qfs.concurrent.impl.FutureValue
 
get(long, TimeUnit) - Method in class com.qfs.util.impl.FutureValue
Deprecated.
Gets for the value, blocking for a given amount of time for the value to be ready.
get(KpiDescription.KpiProperty) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Gets a given property af this KPI.
get(IActivePivotVersion, String, ICoordinates) - Method in interface com.qfs.repository.IDatastoreRepositoryCache
Get the repository result for the input parameters.
get(IActivePivotVersion, String, ICoordinates) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
get(ITuple) - Method in interface com.quartetfs.pivot.mdx.eval.set.IIndexedSet
Get an instance representing a tuple (provides a sort of internalization).
get(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.DictionarySet
 
get(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.EmptySet
 
get(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedSet
 
get(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedShuffledSet
 
get(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedSubSet
 
get(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingleMemberSet
 
get(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingletonSet
 
get(Class<T>) - Method in interface com.quartetfs.biz.pivot.context.IContextValueStore
Retrieve the context which is user based or shared.
get(Class<T>) - Method in class com.quartetfs.biz.pivot.context.impl.Context
 
get(Class<T>) - Method in class com.quartetfs.biz.pivot.context.impl.ContextSnapshot
 
get(Class<T>) - Method in class com.quartetfs.pivot.mdx.utils.impl.ClassMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
get(Object) - Method in class com.qfs.graph.impl.DirectedGraph
 
get(Object) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
get(Object) - Method in interface com.qfs.snl.workflows.IWorkflowPayload
Deprecated.
since ActiveMonitor 5.5
get(Object) - Method in class com.qfs.store.impl.UserStoreGraph
 
get(Object) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
get(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.EvictionConcurrentMap
 
get(Object) - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
get(Object) - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
get(Object) - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
get(String) - Method in interface com.qfs.content.service.IContentService
Returns the entry with the specified path, or null if it does not exist.
get(String) - Method in class com.qfs.content.service.impl.AContentService
 
get(String) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
get(String) - Method in class com.qfs.content.service.impl.RemoteContentService
 
get(String) - Method in class com.qfs.repository.persistence.impl.DbInfoDao
 
get(String) - Method in interface com.qfs.snl.persistence.IDbInfoDao
Gets an info from the DB.
get(String) - Method in class com.qfs.snl.persistence.impl.ADbInfoDao
 
get(String) - Method in class com.qfs.snl.persistence.impl.DbInfoDao
 
get(String) - Method in class com.qfs.snl.persistence.impl.InMemoryWorkflowSchemaDao
Get the schemes associated to an entity.
get(String) - Method in interface com.qfs.snl.persistence.IWorkflowSchemaDao
Gets all schemas registered for a given entity type.
get(String) - Method in class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
 
get(String) - Method in interface com.qfs.snl.workflows.IWorkflowEntityResolver
Gets the workflow configuration for a given entity.
get(String) - Method in interface com.quartetfs.pivot.mdx.IDefaultCellPropertiesHandler
Based on the name of a property return an object describing the behavior of the property.
get(String) - Method in class com.quartetfs.pivot.mdx.impl.ADefaultCellPropertiesHandler
 
get(String, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Gets the monitor of a given id.
get(String, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
get(String, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
get(String, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
get(String, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
get(String, Object[]) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Retrieve an object from the database.
get(String, String) - Method in interface com.qfs.snl.persistence.IEntityWorkflowDao
Gets the workflow configuration for a given entity.
get(String, String) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowDao
 
get(String, String) - Method in class com.qfs.snl.persistence.impl.InMemoryWorkflowSchemaDao
Gets the schema configuration for a given entity.
get(String, String) - Method in interface com.qfs.snl.persistence.IWorkflowSchemaDao
Gets a given schema from its name and entity type.
get(String, String, ICoordinates) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
get(String, String, ICoordinates) - Method in interface com.qfs.repository.IRepositoryCacheService
Get the repository result for the input parameters at latest epoch.
get(String, String, ICoordinates, IDatabaseVersion) - Method in interface com.qfs.repository.IDatastoreRepositoryCache
Get the repository result for the input parameters.
get(String, String, ICoordinates, IDatabaseVersion) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
get(String, String, List<CoordinatesDto>) - Method in class com.qfs.repository.restserver.impl.RepositoryCacheRestServiceController
 
get(String, String, List<CoordinatesDto>) - Method in interface com.qfs.repository.restserver.IRepositoryCacheRestService
Gets the parameter values associated to the coordinates.
get(String, String, Map<String, String>) - Method in class com.qfs.repository.restserver.impl.RepositoryCacheRestServiceController
 
get(String, String, Map<String, String>) - Method in interface com.qfs.repository.restserver.IRepositoryCacheRestService
Gets the parameter value associated to some coordinates The coordinates we want to look at are query parameters for example lookup/upper_goal?currency=EUR&desk=DeskA.
get(String, List<String>) - Method in interface com.qfs.snl.persistence.IEntityWorkflowDao
Gets workflow configurations for a series of entities of a given type.
get(String, List<String>) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowDao
 
get(Map<K, ? extends V>, K, V) - Static method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatterFactory
Gets a given value from the map.
get(K) - Method in interface com.activeviam.collections.ImmutableMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(K) - Method in class com.activeviam.collections.impl.ImmutableHashMap
 
get(K) - Method in class com.qfs.fwk.cache.impl.TtlCache
Read a value from the cache.
GET - com.quartetfs.biz.xmla.IXmlaContext.SessionRequestType
Get of a current session is requested.
getAboutToFollow() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
Returns the streams that are to be registered under the stream node.
getAcceptedDataNode() - Method in class com.activeviam.health.monitor.impl.events.ApplicationMemberAccepted
Getter.
getAcceptIncompleteLines() - Method in interface com.qfs.msg.csv.ICSVParserConfiguration
Returns whether lines that have less columns than expected are accepted.
getAcceptIncompleteLines() - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
 
getAcceptIncompleteLines() - Method in class com.qfs.msg.csv.impl.ParserContext
 
getAcceptOverflowingLines() - Method in interface com.qfs.msg.csv.ICSVParserConfiguration
Returns whether lines that have more columns than expected are accepted.
getAcceptOverflowingLines() - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
 
getAcceptOverflowingLines() - Method in class com.qfs.msg.csv.impl.ParserContext
 
getAccessedFields() - Method in interface com.qfs.store.IInsertionTimeUpdateWhereInfo
Gets the list of fields that will be used in the UWP trigger.
getAccessedFields() - Method in class com.qfs.store.impl.InsertionTimeUpdateWhereInfo
 
getAccessor() - Method in class com.quartetfs.fwk.filtering.impl.SubCondition
 
getAccessor() - Method in interface com.quartetfs.fwk.filtering.ISubCondition
Returns the associated accessor.
getAccessType() - Method in class com.quartetfs.biz.xmla.impl.XmlaProperty
 
getAccessType() - Method in class com.quartetfs.biz.xmla.impl.XmlaPropertyOverride
 
getAccessType() - Method in interface com.quartetfs.biz.xmla.IXmlaProperty
Returns the access type for the property.
getAccumulator() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SetBuilder
 
getACSVTopic(String) - Method in class com.qfs.msg.csv.impl.FileSystemCSVMonitoring
Result the topic object corresponding to the given topic name.
getAction() - Method in class com.qfs.content.service.impl.ContentUpdate
Returns the action that created this update.
getAction() - Method in class com.qfs.content.ws.impl.JsonContentUpdate
Gets the action performed on this updated entry.
getAction() - Method in class com.qfs.pivot.json.database.JsonDatabaseAction
Gets the action type.
getAction() - Method in class com.qfs.pivot.json.query.JsonStreamingRequest
Gets the action of this request.
getAction() - Method in class com.qfs.snl.workflows.impl.WorkflowKey
Gets the action for which the workflow is used.
getAction() - Method in class com.qfs.websocket.endpoint.impl.JsonTopicMessageDto
Gets the action of the message.
getAction() - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncActionQuery
Returns the action to execute.
getActions() - Method in class com.qfs.pivot.json.database.JsonDatabaseEdit
Gets the list of actions to execute.
getActivation() - Method in class com.qfs.repository.dto.PointValueDto
 
getActivation() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getActivation() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getActivation() - Method in interface com.qfs.repository.persistence.model.IPointValue
Gets the timestamp at which the point value starts to be active.
getActiveChildren() - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleterWithChildren
Lists all children of this completer that have not completed their job yet.
getActiveChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingLinearPostProcessorAggregatesRetrieval
 
getActiveChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
getActiveMeasures() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Returns the collection of all the descriptions of all the ActiveMeasures that have been added into this cube so far.
getActiveMeasures() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getActivePivot() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAggregationHierarchyCreationContext
Gets the ActivePivot creating the hierarchy aggregation procedure.
getActivePivot() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AggregationHierarchyCreationContext
 
getActivePivot() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Gets the ActivePivot that created this retriever.
getActivePivot() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
getActivePivot(String) - Method in interface com.quartetfs.biz.pivot.IActivePivotManager
Returns the ActivePivot of the given name or throws if not existing.
getActivePivot(String) - Method in interface com.quartetfs.biz.pivot.ICatalog
Gets the wanted ActivePivot instance.
getActivePivot(String) - Method in class com.quartetfs.biz.pivot.impl.Catalog
 
getActivePivotContainers() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
Returns the ActivePivot containers.
getActivePivotContext() - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationParts
 
getActivePivotDescription() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotInstanceDescription
Returns the activePivotDescription.
getActivePivotDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
 
getActivePivotEpoch() - Method in class com.quartetfs.biz.pivot.query.impl.QueryCache
The epoch ID of the pivot associated with this query cache.
getActivePivotEpoch() - Method in interface com.quartetfs.biz.pivot.query.IQueryCache
Returns the active pivot epoch associated with this cache.
getActivePivotIds() - Method in class com.qfs.repository.impl.FilteredParameterEvent
 
getActivePivotIds() - Method in class com.qfs.repository.impl.ParameterEvent
 
getActivePivotIds() - Method in interface com.qfs.repository.IParameterEvent
Get the ids of the IActivePivot for which parameters have changed.
getActivePivotIds() - Method in interface com.quartetfs.biz.pivot.definitions.ICatalogDescription
Return the ids of running ActivePivot instances.
getActivePivotIds() - Method in class com.quartetfs.biz.pivot.definitions.impl.CatalogDescription
 
getActivePivotInstanceDescriptions() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotSchemaDescription
Returns the list of ActivePivot's instances description.
getActivePivotInstanceDescriptions() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaDescription
 
getActivePivotManager() - Method in interface com.qfs.repository.IDatastoreRepositoryCacheConfiguration
getActivePivotManager() - Method in class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
 
getActivePivotMember() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxPivotMember
Returns the underlying pivot member.
getActivePivotMember() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxPivotMember
 
getActivePivots() - Method in interface com.quartetfs.biz.pivot.IActivePivotManager
Returns the map of running ActivePivot's instances.
getActivePivots() - Method in interface com.quartetfs.biz.pivot.ICatalog
Get the set of ActivePivot ids available in the catalog.
getActivePivots() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManager
The running activePivots.
getActivePivots() - Method in class com.quartetfs.biz.pivot.impl.Catalog
 
getActivePivots() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
getActivePivots() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesExecutor
 
getActivePivots() - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesExecutor
Returns the map of running ActivePivot's instances.
getActivePivotSchemaDescription() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotSchemaInstanceDescription
Returns the description.
getActivePivotSchemaDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaInstanceDescription
 
getActivePivotsTransactionInfo() - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotSchemaTransactionInfo
Returns the list of transaction info returned by all the managed pivot.
getActivePivotsTransactionInfo() - Method in class com.quartetfs.biz.pivot.transaction.impl.SchemaTransactionInfo
 
getActivePivotVersion() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
getActivePivotVersion() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
This implementation always throws an UnsupportedOperationException.
getActivePivotVersion() - Method in class com.qfs.query.impl.DistributedDrillthroughSession
 
getActivePivotVersion() - Method in interface com.quartetfs.biz.pivot.IActivePivotManager
Returns the version of the ActivePivot Engine.
getActivePivotVersion() - Method in interface com.quartetfs.biz.pivot.IActivePivotVersionAware
Returns the associated version.
getActivePivotVersion() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManager
 
getActivePivotVersion() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
getActivePivotVersion() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
Gets the version of the pivot at which the statistics are displayed.
getActivePivotVersion() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughSession
 
getActivePivotVersion() - Method in interface com.quartetfs.biz.pivot.query.aggregates.impl.IDrillthroughSession
Returns the pivot version on which to execute the drillthrough query.
getActivePivotVersion() - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotTransactionInfo
Get the ActivePivot version that was created when the transaction was committed.
getActivePivotVersion() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getActivePivotVersion() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
getActivePivotVersion() - Method in interface com.quartetfs.biz.pivot.webservices.IAdministrationService
 
getActivePivotVersion() - Method in class com.quartetfs.biz.pivot.webservices.impl.AdministrationService
 
getActualPeriod() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Gets the actual period between two consecutive updates.
getActualSize() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvIllegalVectorSizeError
The size of the vector found in the csv file.
getAdded() - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
Gets the set of added rows.
getAdded() - Method in interface com.quartetfs.fwk.query.IContinuousQueryUpdate
Get the data that was added during this continuous update.
getAdded() - Method in class com.quartetfs.fwk.query.impl.ContinuousQueryUpdate
 
getAddedDelta() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
 
getAddedDelta() - Method in interface com.qfs.pivot.hierarchy.IAxisHierarchyTransaction
 
getAddedDelta() - Method in interface com.qfs.pivot.hierarchy.IDeltaHierarchyContribution
Returns the added objects for this transaction.
getAddedDelta() - Method in interface com.qfs.pivot.hierarchy.IHierarchyTransaction
Deprecated.
 
getAddedDelta() - Method in interface com.qfs.pivot.hierarchy.IMeasureHierarchyTransaction
 
getAddedDelta() - Method in class com.qfs.pivot.hierarchy.impl.AHierarchyTransaction
 
getAddedDelta() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy.AxisHierarchyTransaction
 
getAddedMembers() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
 
getAddedMembers() - Method in interface com.qfs.pivot.hierarchy.IHierarchyTransaction
Deprecated.
Returns all the new members that were created in this transaction.
getAddedMembers() - Method in class com.qfs.pivot.hierarchy.impl.AHierarchyTransaction
 
getAddedMembers() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy.AxisHierarchyTransaction
 
getAddedOrUpdatedMonitors() - Method in class com.qfs.snl.dtos.MonitorUpdatesDto
 
getAddedOrUpdatedMonitors() - Method in interface com.qfs.snl.monitors.IMonitorUpdates
The created or updated monitors.
getAddedOrUpdatedMonitors() - Method in class com.qfs.snl.monitors.impl.MonitorUpdates
 
getAddedOrUpdatedPointValues() - Method in class com.qfs.repository.dto.PointValueUpdatesDto
 
getAddedOrUpdatedPointValues() - Method in class com.qfs.repository.impl.PointValueUpdates
 
getAddedOrUpdatedPointValues() - Method in interface com.qfs.repository.IPointValueUpdates
Get the newly created point values.
getAddedOrUpdatedRecords() - Method in class com.qfs.store.transaction.impl.TransactionManager
Returns the total added or updated records.
getAddedOrUpdatedRows() - Method in class com.qfs.pivot.json.drillthrough.JsonDrillthroughUpdateData
 
getAddedOrUpdatedRows() - Method in interface com.quartetfs.biz.pivot.streaming.IDrillthroughUpdateEvent
 
getAddedOrUpdatedRows() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughUpdateEvent
 
getAddedRecordsStream() - Method in class com.qfs.plan.impl.DropPartitionTransactionContentReader
 
getAddedRecordsStream() - Method in class com.qfs.plan.impl.IncrementalPartitionTransactionContentReader
 
getAddedRecordsStream() - Method in class com.qfs.plan.impl.InitialPartitionTransactionContentReader
 
getAddedRecordsStream() - Method in interface com.qfs.plan.IPartitionTransactionContentReader
Gets the stream responsible for providing the records added in the partition by the transaction.
getAdditionalDependencies() - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
 
getAdditionalDependencies() - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependency
 
getAdditionalDependencies() - Method in interface com.quartetfs.pivot.mdx.IRTExpressionDependency
Gets dependencies that are not related to ActivePivot's transactions.
getAdditionalInitialChars() - Method in class com.qfs.msg.csv.impl.ParserTaskInitialState
Returns the additional initial characters.
getAdditionalIntrinsicMemberProperties() - Method in interface com.quartetfs.pivot.mdx.result.IGenericMdxResultInfo
Returns the properties that must be returned (by IGenericMdxResultInfo.getMemberProperties(int, int)) even if they are not in the axis expression.
getAdditionalIntrinsicMemberProperties() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetInfo
 
getAdditionalIntrinsicProperty(IMdxMemberProperty) - Static method in class com.quartetfs.pivot.mdx.xmla.impl.OlapMdxCellSetInfo
This method is used for the intrinsic member properties that must be always returned in the elements of the XMLA response.
getAdditionalMeasureNames() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter
Returns the names of the additional measures that belong to this result.
getAdditionalMeasureNames(IGetAggregatesQuery) - Static method in class com.quartetfs.biz.pivot.query.impl.AdditionalMeasuresHelper
Returns a set of all additional measure names for the given getAggregatesQuery.
getAdditionalMeasures() - Method in interface com.quartetfs.biz.pivot.query.IGetAggregatesQuery
Gets the additional measures that are added especially for this query, that are not statically defined in the cube.
getAdditionalMeasures() - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
getAdditionalMeasures() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousGAQMonitor
For MBean info.
getAdditionalMeasures() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
Returns the additional measures.
getAdditionalMeasures() - Method in class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
Returns the list of additional measures.
getAdditionalMeasures() - Method in class com.quartetfs.fwk.logging.impl.GaqTiming
Returns the additional measures of the query.
getAdditionalMeasuresDescriptions() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasuresProvider
 
getAdditionalMeasuresDescriptions() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasuresProvider
Gets the descriptions of the additional measures in this provider.
getAdditionalMeasuresDescriptions() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdditionalMeasuresProvider
 
getAdditionalMeasuresDescriptions() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.RestrictedMeasuresProvider
 
getAdditionalMeasuresDescriptions() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SimpleMeasuresProvider
 
getAdditionalProperties() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns the other properties of the context.
getAdditionalProperties() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Returns all the additional properties that are not natively interpreted by this context and do not have associated getters.
getAdditionalProperties() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Returns the other properties of the members.
getAdditionalProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
getAdditionalProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
 
getAdditionalProperties() - Method in interface com.quartetfs.biz.pivot.definitions.INamedSetDescription
Returns other properties of the members.
getAdditionalProperty(IMdxContext, String, String) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
The value of the given additional property, or its default value if not present.
getAdditionalStorage() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter.QueryResult
 
getAdditions() - Method in class com.qfs.repository.dto.ParameterUpdateDto
 
getAdditions() - Method in class com.qfs.repository.params.impl.ParameterUpdate
 
getAdditions() - Method in interface com.qfs.repository.params.IParameterUpdate
Returns the point values to insert.
getAddon(String, Class<T>) - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Retrieves the registered add-on associated with the key.
getAddon(String, Class<T>) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
getAddon(String, Class<T>) - Method in class com.quartetfs.pivot.mdx.impl.PlanContext
 
getAddons() - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Retrieves all the registered add-ons.
getAddons() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
getAddons() - Method in class com.quartetfs.pivot.mdx.impl.PlanContext
 
getAddress() - Method in class com.activeviam.health.monitor.impl.ADistributedHealthEvent
Getter.
getAddress() - Method in class com.qfs.distribution.impl.DataNodeIdentifierFactory
Returns the address of the remote data node instance.
getAddress() - Method in interface com.qfs.messenger.IAddress
Returns a human-readable string representation of the Address.
getAddress() - Method in interface com.qfs.messenger.IDistributedMessenger
Returns the IAddress of the current (local) instance.
getAddress() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
 
getAddress() - Method in class com.qfs.messenger.impl.LocalMessenger
 
getAddress() - Method in class com.qfs.messenger.impl.LocalMessenger.LocalAddress
 
getAddress() - Method in class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
 
getAddress() - Method in class com.qfs.messenger.netty.impl.AcquaintanceMessage
Returns the address of the remote peer.
getAddress() - Method in interface com.qfs.messenger.netty.INettyServerRequestHandler
Returns the local address of the server.
getAddress() - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
Gets the direct memory address.
getAddress() - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
getAddress(long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a static final pointer from a given memory address.
getAddressAsString() - Method in interface com.qfs.messenger.IDistributedMessenger
Returns the address of the current (local) instance.
getAddressAsString() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
 
getAddressAsString() - Method in class com.qfs.messenger.impl.LocalMessenger
 
getAddressee() - Method in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageSendingFailureEvent
Getter.
getAddressee() - Method in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageSentEvent
Getter.
getAddresses() - Method in interface com.qfs.distribution.IActivePivotRemoteTransactionInfo
Returns addresses of the remote data nodes responsible for the associated transaction.
getAddresses() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
getAddresses() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
 
getAddresses() - Method in class com.qfs.messenger.impl.CompletableFutureMessageAnswer
Get the addresses of the members to send the message to.
getAddressFromName(String) - Method in interface com.qfs.messenger.IClusterView
Returns the IAddress of the member or null if not in the view.
getAddressFromName(String) - Method in class com.qfs.messenger.impl.ClusterView
 
getAddressFromName(String) - Method in class com.qfs.messenger.impl.EmptyClusterView
 
getAddsCollector() - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateProviderTransaction
Returns the IGlobalAggregateCollector in charge of collecting all the new contributions to the aggregate provider.
getAddsCollector() - Method in class com.qfs.pivot.cube.provider.impl.AGlobalAggregateProviderTransaction
 
getAdvancedAggregatedMeasuresDescription() - Method in interface com.quartetfs.biz.pivot.definitions.IMeasuresDescription
Returns the list of advanced aggregates measure descriptions.
getAdvancedAggregatedMeasuresDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
 
getAffinityOfCompatibleProviders(Collection<? extends ProviderT>, ILocation, Collection<? extends IMeasureMember>, ISubCubeProperties, Collection<? extends IHierarchy>) - Static method in class com.qfs.pivot.cube.provider.multi.impl.PartialProviderSelector
Gets all the compatible providers and their affinity.
getAfter() - Method in class com.qfs.store.query.plan.impl.QueryPlanToBe
Deprecated.
 
getAfter() - Method in interface com.qfs.store.query.plan.IStoreQueryPlanToBe
Deprecated.
Returns the ordered list of nodes to process after the store node.
getAfterCommitActions(IMultiVersionDatastoreSchema) - Method in class com.activeviam.store.structure.impl.StructureUpdatePlan
 
getAfterCommitActions(IMultiVersionDatastoreSchema) - Method in interface com.activeviam.store.structure.IStructureUpdatePlan
Gets the list of actions to execute after the structural transaction has been committed.
getAgent() - Method in class com.quartetfs.fwk.impl.AgentStarter
Deprecated.
 
getAgentLiveURL() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
Returns the url of aplive registered with this agent.
getAgentName() - Method in interface com.qfs.snl.agent.IAgentDescription
Get the name of the ActiveMonitor agent.
getAgentName() - Method in class com.qfs.snl.dtos.AgentDescriptionDto
 
getAgentType() - Method in interface com.qfs.snl.agent.IAgentDescription
Get the type of the ActiveMonitor agent.
getAgentType() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
Returns the agent type.
getAgentType() - Method in class com.qfs.snl.dtos.AgentDescriptionDto
 
getAgentUrl() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
Gets the url of the agent.
getAgentURL() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
Returns this agent url.
getAggregatedDataType() - Method in class com.activeviam.agg.impl.AUserDefinedAggregateFunction
 
getAggregatedDataType() - Method in class com.activeviam.agg.impl.AUserDefinedAggregation
 
getAggregatedDataType() - Method in class com.activeviam.agg.impl.SerializableUserDefinedAggregateFunction
 
getAggregatedDataType() - Method in interface com.activeviam.agg.IUserDefinedAggregateFunction
Returns the output type of the aggregates of this user-defined aggregate function.
getAggregatedDataType() - Method in interface com.qfs.agg.IGenericAggregation
Returns the type of the result of the aggregation.
getAggregatedDataType() - Method in class com.qfs.agg.impl.AAggregation
 
getAggregatedDataType() - Method in class com.qfs.agg.impl.AMultiSourceAggregation
 
getAggregatedDecodingTime() - Method in class com.qfs.msg.csv.impl.ParsingInfo
 
getAggregatedDecodingTime() - Method in interface com.qfs.msg.csv.IParsingInfo
Gets the total aggregated amount of time spent decoding in nanoseconds.
getAggregatedMeasureMembers() - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Deprecated, for removal: This API element is subject to removal in a future version.
getAggregatedMeasureMembers() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
getAggregatedMeasures(Collection<? extends IMeasureMember>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Extracts the aggregated measures from a collection of measures.
getAggregatedMeasures(Collection<? extends IMeasureMember>, boolean) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Extracts the aggregated measures from a collection of measures.
getAggregatedMeasuresAsArray(Collection<? extends IMeasureMember>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Extracts the aggregated measures from a collection of measures.
getAggregatedMeasuresDescription() - Method in interface com.quartetfs.biz.pivot.definitions.IMeasuresDescription
Returns the list of aggregates measure descriptions.
getAggregatedMeasuresDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
 
getAggregatedParsingTime() - Method in class com.qfs.msg.csv.impl.ParsingInfo
 
getAggregatedParsingTime() - Method in interface com.qfs.msg.csv.IParsingInfo
Gets the total aggregated amount of time spent parsing in nanoseconds.
getAggregatedPublicationTime() - Method in class com.qfs.msg.csv.impl.ParsingInfo
 
getAggregatedPublicationTime() - Method in interface com.qfs.msg.csv.IParsingInfo
Gets the total aggregated amount of time spent publishing in nanoseconds.
getAggregatedReadingTime() - Method in class com.qfs.msg.csv.impl.ParsingInfo
 
getAggregatedReadingTime() - Method in interface com.qfs.msg.csv.IParsingInfo
Gets the total aggregated amount of time spent reading in nanoseconds.
getAggregatedTime() - Method in class com.qfs.msg.csv.impl.ParsingInfo
 
getAggregatedTime() - Method in interface com.qfs.msg.csv.IParsingInfo
Gets the total aggregated amount of time spent by all the worker threads in nanoseconds.
getAggregatedType(int) - Method in class com.qfs.agg.impl.AGenericBaseAggregationFunction
Deprecated.
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.AvgFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.CopyFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.CountFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.DistinctCountFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.DistinctCountSupportingRemovalsFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.GrossSumFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.LongFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.MaxFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.MaxHistoryFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.MinFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.MinHistoryFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.MultiplyFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.ShortFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.SingleValueFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.SquareSumFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.SumFunction
 
getAggregatedType(int) - Method in class com.qfs.agg.impl.TimestampFunction
 
getAggregatedType(int[]) - Method in class com.activeviam.agg.impl.AUserDefinedAggregateFunction
 
getAggregatedType(int[]) - Method in class com.activeviam.agg.impl.SerializableUserDefinedAggregateFunction
 
getAggregatedType(int[]) - Method in interface com.qfs.agg.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.qfs.agg.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.qfs.agg.impl.SumProductFunction
 
getAggregateListener(StreamingViewId) - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
getAggregateListener(StreamingViewId) - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
getAggregateListener(StreamingViewId) - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
getAggregateListener(StreamingViewId) - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
getAggregateProvider() - Method in class com.quartetfs.biz.pivot.cube.impl.MultiVersionCube
 
getAggregateProvider() - Method in interface com.quartetfs.biz.pivot.cube.IMultiVersionCube
Returns the aggregate provider holder used to query this pivot's aggregated measures.
getAggregateProvider() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Returns the aggregate provider definition.
getAggregateProvider() - Method in interface com.quartetfs.biz.pivot.definitions.IDistributedActivePivotDescription
 
getAggregateProvider() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
getAggregateProvider() - Method in interface com.quartetfs.biz.pivot.IActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
getAggregateProvider() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getAggregateProvider(ProviderCoordinate) - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderVersion
Returns the aggregate provider at the given coordinate.
getAggregateProvider(ProviderCoordinate) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
getAggregateProvider(ProviderCoordinate) - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Get the aggregate provider, global or partial, at the given coordinate.
getAggregateProvider(ProviderCoordinate) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getAggregateProviderHolder() - Method in interface com.qfs.multiversion.squash.ISquashableCubeVersion
 
getAggregateProviderHolder() - Method in interface com.quartetfs.biz.pivot.cube.ICube
Only the main cube contains an aggregate provider.
getAggregateProviderHolder() - Method in interface com.quartetfs.biz.pivot.cube.ICubeVersion
 
getAggregateProviderHolder() - Method in class com.quartetfs.biz.pivot.cube.impl.CubeBase
getAggregateProviderHolder() - Method in class com.quartetfs.biz.pivot.cube.impl.CubeVersion
 
getAggregateProviderHolder() - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Returns the aggregate provider holder version associated with this pivot version.
getAggregateProviderHolder() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getAggregateProviderPartition() - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector.ContributionTask
 
getAggregateRetrievals() - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData
The query plan retrievals.
getAggregates() - Method in class com.quartetfs.biz.pivot.cellset.impl.AbstractCellSet
Returns the underlying aggregates.
getAggregates() - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
getAggregates() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Returns the aggregates store that contains the resulting values.
getAggregates() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter
Returns the aggregated values associated with the resulting points.
getAggregates() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter.QueryResult
 
getAggregates() - Method in interface com.quartetfs.biz.pivot.cellset.IScopedCellSet
Get the underlying aggregates.
getAggregates() - Method in class com.quartetfs.biz.pivot.dto.AggregateDTO
Returns the aggregates.
getAggregates() - Method in interface com.quartetfs.biz.pivot.streaming.IAggregatesEvent
 
getAggregates() - Method in class com.quartetfs.biz.pivot.streaming.impl.AggregatesEvent
 
getAggregates() - Method in class com.quartetfs.pivot.mdx.plan.impl.AggregateKey
Returns the aggregate formula.
getAggregates(Map<String, Object>, Collection<String>) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotVersionQueryHelper
Execute a getAggregates query based on a collection of measures and some query parameters.
GetAggregatesAttachedQuery - Class in com.quartetfs.biz.pivot.query.impl
Attached query implementation of the IGetAggregatesQuery.
GetAggregatesAttachedQuery(IGetAggregatesQuery, ActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.query.impl.GetAggregatesAttachedQuery
Constructor.
getAggregatesCache() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData
The cache.
getAggregatesCache() - Method in interface com.quartetfs.biz.pivot.IActivePivot
Returns the underlying aggregates cache (if any).
getAggregatesCache() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getAggregatesCache() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the underlying aggregates cache (if any).
getAggregatesCache() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getAggregatesCache() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getAggregatesCacheDescription() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Returns the aggregate cache description.
getAggregatesCacheDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
getAggregatesCacheDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
getAggregatesCacheStatistics() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
 
GetAggregatesContinuousQuery - Class in com.quartetfs.biz.pivot.query.impl
Continuous query implementation of the IGetAggregatesQuery.
GetAggregatesContinuousQuery(String, IGetAggregatesQuery, IMultiVersionActivePivot, IActivePivotSchemaSelectionSession) - Constructor for class com.quartetfs.biz.pivot.query.impl.GetAggregatesContinuousQuery
Constructor.
getAggregatesContinuousQueryEngine() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Returns the IAggregatesContinuousQueryEngine definition.
getAggregatesContinuousQueryEngine() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
getAggregatesContinuousQueryEngine() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
getAggregatesContinuousQueryEngine() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getAggregatesContinuousQueryEngine() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
GetAggregatesContinuousQueryMonitor - Class in com.quartetfs.biz.pivot.query.monitoring.impl
A crossed-stream monitor for continuous GetAggregates query under a context group.
GetAggregatesContinuousQueryMonitor(IGetAggregatesContinuousQuery, ContextGroupMonitor) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
Constructor.
GetAggregatesContinuousQueryMonitorsGrouper - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Implementation of AContinuousQueryMonitorsGrouper to regroup continuous GAQ monitor under a context group.
GetAggregatesContinuousQueryMonitorsGrouper(ContextGroupMonitor) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitorsGrouper
Constructor.
GetAggregatesContinuousQueryStatistics - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Crossed-stream statistics collector for continuous GetAggregates query.
GetAggregatesContinuousQueryStatistics() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Default constructor.
GetAggregatesContinuousQueryStatistics(String) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Constructor.
getAggregatesEntries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Returns the list of aggregates entries registered to all continuous queries.
getAggregatesEntries() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerMonitor
Returns a string containing the list of aggregates entries on the handler for MBean visualisation.
getAggregatesEntries() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitor
 
getAggregatesEntries() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeMonitor
 
getAggregatesPerScope() - Method in interface com.quartetfs.biz.pivot.streaming.IFullRefreshEvent
 
getAggregatesPerScope() - Method in class com.quartetfs.biz.pivot.streaming.impl.FullRefreshEvent
 
GetAggregatesQuery - Class in com.quartetfs.biz.pivot.query.impl
Implementation of the IGetAggregatesQuery interface.
GetAggregatesQuery() - Constructor for class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
Default constructor.
GetAggregatesQuery(String, Collection<ILocation>, Collection<String>, Collection<IMeasureMemberDescription>, List<? extends IContextValue>) - Constructor for class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
GetAggregatesQuery(String, Collection<ILocation>, Collection<String>, List<? extends IContextValue>) - Constructor for class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
Constructor.
GetAggregatesQuery(Collection<ILocation>, Collection<String>) - Constructor for class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
Simplest constructor for a GetAggregatesQuery : locations and measures we want to get.
GetAggregatesQuery(Collection<ILocation>, Collection<String>, Collection<IMeasureMemberDescription>) - Constructor for class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
Constructor for a GetAggregatesQuery that defines additional measures.
GetAggregatesQueryMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for location-based get aggregates query action.
GetAggregatesQueryMonitor(String, IGetAggregatesQuery, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.GetAggregatesQueryMonitor
Constructor.
GetAggregatesQueryStreamingMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for streaming of location-based get aggregates query action.
GetAggregatesQueryStreamingMonitor(IGetAggregatesQuery, String, String, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.GetAggregatesQueryStreamingMonitor
Constructor.
getAggregateSrc(Class<? extends IAggregationBinding>[]) - Static method in class com.qfs.pivot.agg.impl.AggregateStoreBindingCompiler
Source for the aggregate(int, int) method.
GetAggregatesResultCellset - Class in com.qfs.pivot.testing.impl
Result of GetAggregatesQuery, wrapped for testing and easier reading.
GetAggregatesResultCellset(Collection<? extends HierarchyAndLevelInfo>, ICellSet) - Constructor for class com.qfs.pivot.testing.impl.GetAggregatesResultCellset
Constructor without origin.
GetAggregatesResultCellset(Collection<? extends HierarchyAndLevelInfo>, ICellSet, String) - Constructor for class com.qfs.pivot.testing.impl.GetAggregatesResultCellset
Full constructor.
GetAggregatesResultCellsetTester - Class in com.qfs.pivot.testing.impl
Testable version of ICellSet.
GetAggregatesResultCellsetTester(GetAggregatesResultCellset) - Constructor for class com.qfs.pivot.testing.impl.GetAggregatesResultCellsetTester
Constructor.
GetAggregatesStream - Class in com.quartetfs.biz.pivot.streaming.impl
Stream to handle GetAggregates continuous queries.
GetAggregatesStream(IGetAggregatesQuery, IStreamProperties, IStreamPublisher) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
Constructor from abstract class.
GetAggregatesStream(IGetAggregatesQuery, IStreamProperties, IStreamPublisher, AtomicLong) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
Constructor from abstract class.
GetAggregatesStreamsGrouper - Class in com.quartetfs.biz.pivot.monitoring.impl
For grouping GetAggregates streams on JMX.
GetAggregatesStreamsGrouper(StreamingServiceMonitor) - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamsGrouper
Constructor.
GetAggregatesStreamTranslator - Class in com.quartetfs.biz.pivot.monitoring.impl
A translator for GetAggregates stream.
GetAggregatesStreamTranslator() - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamTranslator
 
getAggregateStore() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
Gets the AIndexedAggregateProviderBase.aggregateStore.
getAggregation() - Method in class com.activeviam.column.LazyChunkedColumnWithAggregation
Returns the aggregation that is used to fill this column.
getAggregationFunction() - Method in class com.activeviam.agg.impl.AUserDefinedAggregation
 
getAggregationFunction() - Method in class com.activeviam.pivot.postprocessing.impl.ABaseDynamicAggregationPostProcessor
Returns the aggregation function used to aggregate leaves.
getAggregationFunction() - Method in interface com.qfs.agg.IAggregation
 
getAggregationFunction() - Method in interface com.qfs.agg.IGenericAggregation
Returns the associated function.
getAggregationFunction() - Method in class com.qfs.agg.impl.AAggregation
 
getAggregationFunction() - Method in class com.qfs.agg.impl.AMultiSourceAggregation
 
getAggregationFunction() - Method in interface com.qfs.agg.IMultiSourceAggregation
 
getAggregationFunction() - Method in interface com.qfs.pivot.agg.IAggregatedElement
Retrieves the aggregation function used to compute values for this aggregated element.
getAggregationFunction() - Method in class com.qfs.pivot.agg.impl.MultiFieldAggregatedElement
Aggregation Function performing the aggregation logic.
getAggregationFunction() - Method in class com.qfs.pivot.agg.impl.SingleFieldAggregatedElement
Aggregation Function performing the aggregation logic.
getAggregationFunction() - Method in interface com.qfs.pivot.agg.IMultiFieldAggregatedElement
 
getAggregationFunction() - Method in interface com.qfs.pivot.agg.ISingleFieldAggregatedElement
 
getAggregationFunction() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyAdvancedAggregatedMeasure
 
getAggregationFunction() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyAggregatedMeasure
 
getAggregationFunction() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AAggregatedMeasure
 
getAggregationFunction() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdvancedAggregatedMeasure
 
getAggregationFunction() - Method in interface com.quartetfs.biz.pivot.postprocessing.ILinearPostProcessor
Gets the aggregation function that the query engine may use to deduce results for that post-processor.
getAggregationOnField() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyAdvancedAggregatedMeasure
 
getAggregationOnField() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyAggregatedMeasure
 
getAggregationOnField() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IAggregatedMeasure
Deprecated, for removal: This API element is subject to removal in a future version.
For removal.
getAggregationOnField() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdvancedAggregatedMeasure
 
getAggregationOnField() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AggregatedMeasure
 
getAggregationOnField() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.JoinAggregatedMeasure
 
getAggregationProcedures() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Gets the description of the aggregation procedures for analysis hierarchies.
getAggregationProcedures() - Method in interface com.quartetfs.biz.pivot.definitions.IDistributedActivePivotDescription
 
getAggregationProcedures() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
getAggregationProcedures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
 
getAggregationProcedureToExport(DataCubeContext) - Method in class com.activeviam.copper.hierarchy.CopperSingleLevelBucketingHierarchy
 
getAggregationProcedureToExport(DataCubeContext) - Method in interface com.activeviam.copper.hierarchy.ICopperBucketingHierarchy
Gets the procedure that needs to be exported in order to make this hierarchy work.
getAggregationRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Returns the column of the primitive aggregation retrievals planned in this ExecutionPlan .
getAggressiveEvaluation() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxFormulaMember
Returns true if the Mdx engine can restrict the tuples set where this formula is evaluated.
getAggressiveEvaluation() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
getAggressiveFormulaEvaluation() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns true if the Mdx engine restricts formula evaluation on tuples existing in the cube, instead of all possible tuples.
getAggressiveFormulaEvaluation() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getAggressiveFormulaEvaluation(IMdxContext) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Returns the default value is none is contained in the context.
getAlert() - Method in interface com.qfs.snl.alerts.IAlertAggregation
Gets the associated alert.
getAlert() - Method in class com.qfs.snl.alerts.impl.SingleEventAggregation
 
getAlert(long) - Method in interface com.qfs.snl.alerts.IAlertService
Get the alert given by id.
getAlert(long) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
getAlert(long) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
getAlert(long) - Method in interface com.qfs.snl.rs.IAlertRestService
Gets an alert by id.
getAlert(long) - Method in class com.qfs.snl.rs.impl.AlertRestServiceController
 
getAlerts() - Method in interface com.qfs.snl.alerts.IAlertCache
Retrieve all the alerts cached.
getAlerts() - Method in class com.qfs.snl.alerts.impl.AlertCache
 
getAlerts(boolean) - Method in interface com.qfs.snl.alerts.IAlertService
Gets all active alerts in the system.
getAlerts(boolean) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
getAlerts(boolean) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
getAlerts(long, String, String, String) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all alerts that occurred for the monitor.
getAlerts(long, String, String, String) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getAlerts(String, long, ITimePeriod) - Method in interface com.qfs.snl.monitors.IMonitorService
Gets all the alerts for a particular monitor id.
getAlerts(String, long, ITimePeriod) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getAlerts(String, long, ITimePeriod) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getAlerts(String, long, ITimePeriod) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getAlerts(String, long, ITimePeriod) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getAlerts(String, String, String) - Method in interface com.qfs.snl.rs.IAlertRestService
Gets all alerts.
getAlerts(String, String, String) - Method in class com.qfs.snl.rs.impl.AlertRestServiceController
 
getAlgorithm() - Method in interface com.activeviam.activepivot.core.api.partitioning.IPartitioningSnapshot
Returns underlying partitioning algorithm.
getAlias() - Method in class com.activeviam.database.api.query.AliasedField
The field's alias.
getAlias() - Method in interface com.activeviam.selection.IFieldFromSelection
Gets the alias of the field in the selection.
getAlias() - Method in class com.qfs.store.impl.FieldFromDatastoreSelection
 
getAlias() - Method in class com.quartetfs.biz.pivot.definitions.impl.NativeMeasureDescription
 
getAlias() - Method in interface com.quartetfs.biz.pivot.definitions.INativeMeasureDescription
Gets the alias of the native measure.
getAlias() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming.JsonSelectionField
 
getAliases() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFunction
 
getAliases() - Method in interface com.quartetfs.pivot.mdx.statement.IFunction
Returns the aliases of the function.
getAll() - Method in class com.qfs.repository.persistence.impl.RepositoryAuditDao
 
getAll() - Method in interface com.qfs.repository.persistence.IRepositoryAuditDao
Get all the elements.
getAll() - Method in interface com.qfs.snl.persistence.IEntityWorkflowDao
Gets all workflow configurations.
getAll() - Method in interface com.qfs.snl.persistence.IIdentifiableReadDao
Get all the elements.
getAll() - Method in class com.qfs.snl.persistence.impl.ARDao
 
getAll() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowDao
 
getAll() - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
getAll() - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all monitors.
getAll() - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getAll() - Method in interface com.quartetfs.biz.pivot.context.IContext
Retrieve a snapshot all the contexts linked to the current thread.
getAll() - Method in class com.quartetfs.biz.pivot.context.impl.Context
 
getAll() - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Gets all the content of the repository related to the StringMapRepositoryAdapter.root.
getAll(boolean) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
getAll(boolean) - Method in interface com.qfs.snl.persistence.ISentinelAlertDao
Get all alerts.
getAll(String) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all monitors.
getAll(String) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getAll(List<Long>) - Method in class com.qfs.snl.persistence.impl.SentinelEventDao
 
getAll(List<Long>) - Method in interface com.qfs.snl.persistence.ISentinelEventDao
Return the events from the given monitor ids.
getAllAddCollectors() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderTransaction
Returns the addCollectors for all the aggregate providers in the holder.
getAllAddCollectors() - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateProviderTransaction
 
getAllAddCollectors() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderTransaction
 
getAllAddCollectors() - Method in class com.qfs.pivot.cube.provider.partition.impl.AIndexedPartitionedAggregateProviderTransaction
 
getAllAggregates() - Method in interface com.quartetfs.biz.pivot.streaming.IFullRefreshEvent
 
getAllAggregates() - Method in class com.quartetfs.biz.pivot.streaming.impl.FullRefreshEvent
 
getAllArgs() - Method in interface com.qfs.pivot.mdx.compil.ICompilationArguments
Retrieve a map of all arguments by name.
getAllArgs() - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.CompilationArguments
 
getAllBaggage() - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
getAllBaggage() - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
getAllBuckets() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.ATimeBucketer
 
getAllBuckets() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IBucketer
Returns the complete list of all buckets known to this bucketer.
getAllDiscoveryHandlerKeys() - Method in class com.quartetfs.biz.xmla.impl.APivotXmlaHandler
 
getAllDiscoveryHandlerKeys() - Method in interface com.quartetfs.biz.xmla.IXmlaHandler
Get all the supported discovery handlers.
getAllDomains() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationServiceMonitor
Gets a string representing all domains for which a long-polling task is running.
getAllEntries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
Returns a string that contains the concatenated values of all the data in the cache.
getAllEpochIds() - Method in interface com.quartetfs.biz.pivot.transaction.ICompositeActivePivotTransactionInfo
Returns the epochs associated with all the underlying infos.
getAllEpochIds() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getAllFields() - Method in class com.qfs.store.impl.ColumnarRecordSet
 
getAllFields() - Method in interface com.qfs.store.IRecordSetBase
Returns an int[] array that contains the indexes of all the record fields in this set.
getAllFields(IDirectedMultiGraph<String, IStoreMetadata, IReferenceMetadata>, String) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Retrieve all fields that can be reached from a store using all available references.
getAllFieldsAndTypes(IDirectedMultiGraph<String, IStoreMetadata, IReferenceMetadata>, String) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Retrieve all fields that can be reached from a store using all available references.
getAllGrantedMembers() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
Gets all the granted members for all hierarchies.
getAllMeasureNames() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasuresProvider
 
getAllMeasureNames() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasuresProvider
Gets all the measure names available in this provider.
getAllMeasureNames() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdditionalMeasuresProvider
 
getAllMeasureNames() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.RestrictedMeasuresProvider
 
getAllMeasureNames() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SimpleMeasuresProvider
 
getAllMember(int) - Method in class com.quartetfs.biz.pivot.impl.LocationConverter
Give, for a hierarchy, the member that should be put in a location to represent all members of this hierarchy.
getAllMember(int) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotVersionQueryHelper
Give, for a hierarchy, the member that should be put in a location to represent all members of this hierarchy.
getAllMessengers() - Method in class com.qfs.messenger.impl.LocalClusterView
Get all the messengers of the current cluster.
getAllocatedMemory(Buffer) - Static method in class com.qfs.buf.impl.DirectBufferAllocator
Computes the amount of bytes made by the Buffer allocation.
getAllocation() - Method in class com.qfs.vector.array.impl.AArrayVector
 
getAllocation() - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
getAllocation() - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
getAllocation() - Method in interface com.qfs.vector.IBlock
Returns whether this vector is allocated on heap.
getAllocation() - Method in interface com.qfs.vector.IBlockVector
 
getAllocation() - Method in class com.qfs.vector.impl.ADelegateReadOnlyVector
 
getAllocation() - Method in class com.qfs.vector.impl.TombStoneBlock
 
getAllocation() - Method in class com.qfs.vector.impl.ZeroVector
 
getAllocation() - Method in interface com.qfs.vector.ITransientVector
 
getAllocation() - Method in interface com.qfs.vector.IVector
Returns where this vector is allocated.
getAllocationSettings() - Method in class com.activeviam.column.impl.ChunkedColumn
 
getAllocationSettings() - Method in class com.activeviam.store.structure.impl.UpdateFieldsAction
 
getAllocationSettings() - Method in class com.activeviam.store.structure.impl.UpdatePartitioningAction
Supplier to the allocation settings for the store.
getAllocationSettings() - Method in interface com.activeviam.store.structure.IUpdateFieldsAction
Gets the up-to-date allocation settings of the store being updated.
getAllocationSettings() - Method in interface com.activeviam.store.structure.IUpdatePartitioningAction
Gets the up-to-date allocation settings of the store being updated.
getAllocationSettings() - Method in class com.qfs.chunk.impl.AChunkAllocator.ThreadLocalVectorAllocator
 
getAllocationSettings() - Method in class com.qfs.chunk.impl.ChunkMarkedVector
 
getAllocationSettings() - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
getAllocationSettings() - Method in class com.qfs.chunk.impl.ChunkVector
 
getAllocationSettings() - Method in interface com.qfs.chunk.IVectorArrayWriter
Returns the allocation settings to be used for the allocation of new vectors in this array.
getAllocationSettings() - Method in interface com.qfs.desc.IFieldDescription
Gets the settings configuring the allocation strategy for storing this field.
getAllocationSettings() - Method in class com.qfs.desc.impl.FieldDescription
 
getAllocationSettings() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
getAllocationSettings() - Method in interface com.qfs.store.IChunkFactory
Gets the allocation settings to be used by this chunk creator.
getAllocationSettings() - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
getAllocationSettings() - Method in class com.qfs.store.impl.ChunkFactory
 
getAllocationSettings() - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
getAllocationSettings() - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
getAllocationSettings() - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
getAllocationSettings() - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
getAllocationSettings() - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
getAllocationSettings() - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
getAllocationSettings() - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
getAllocationSettings() - Method in interface com.qfs.vector.IBlock
Gets the allocation settings used by the block to allocate vectors.
getAllocationSettings() - Method in class com.qfs.vector.impl.AVectorAllocator
 
getAllocationSettings() - Method in class com.qfs.vector.impl.TombStoneBlock
 
getAllocationSettings() - Method in interface com.qfs.vector.IVectorAllocator
Gets the allocation settings used by this vector allocator.
getAllocationSettings() - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedColumnDecorateArray
 
getAllocationSettings(String) - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Gets the array of IAllocationSettings of the given store.
getAllocationSettings(String) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
getAllocationSettings(String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getAllocatorInfos() - Method in class com.qfs.chunk.direct.allocator.impl.NumaNodeBlockAllocator
Gets the memory allocation statistics per size.
getAllowedHeaders() - Method in interface com.activeviam.security.cfg.ICorsConfig
Gets the list of headers allowed in request performed under CORS.
getAllowedHttpHeaders() - Method in class com.qfs.security.impl.SpringCorsFilter
Returns a Set of headers support by resource.
getAllowedHttpMethods() - Method in class com.qfs.security.impl.SpringCorsFilter
Returns a Set of HTTP methods that are allowed to make requests.
getAllowedMethods() - Method in interface com.activeviam.security.cfg.ICorsConfig
Gets the list of allowed methods when using CORS.
getAllowedOrigins() - Method in interface com.activeviam.security.cfg.ICorsConfig
Returns the allowed origins for CORS request to the server.
getAllowedOrigins() - Method in class com.qfs.security.impl.SpringCorsFilter
Returns the Set of allowed origins that are allowed to make requests.
getAllPostProcessorsMeasures() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasuresProvider
 
getAllPostProcessorsMeasures() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasuresProvider
Gets all the measures for which we know the post-processor.
getAllPostProcessorsMeasures() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdditionalMeasuresProvider
 
getAllPostProcessorsMeasures() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.RestrictedMeasuresProvider
 
getAllPostProcessorsMeasures() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SimpleMeasuresProvider
 
getAllProperties() - Method in class com.quartetfs.biz.xmla.impl.APivotXmlaHandler
 
getAllProperties() - Method in interface com.quartetfs.biz.xmla.IXmlaHandler
Get all the xmla properties.
getAllProperties() - Method in class com.quartetfs.pivot.mdx.xmla.impl.MdxXmlaHandler
 
getAllReachableFields(IDatastoreSchemaDescription, String, JoinPath) - Static method in class com.qfs.desc.impl.DatastoreSchemaDescriptionUtil
Returns all the fields reachable from the store described by the base store and reference path.
getAllReachableFields(String, JoinPath) - Method in class com.activeviam.database.api.schema.DatabaseEntityResolver
 
getAllReachableFields(String, JoinPath) - Method in interface com.activeviam.database.api.schema.IDatabaseSchemaEntityResolver
Returns all the fields reachable from the initial table described by the base table and join path.
getAllRegisteredHierarchies() - Method in class com.activeviam.copper.CopperJoinHierarchyAccumulator
Deprecated.
Retrieves the set of registered ICopperJoinHierarchy.
getAllRegisteredQueries() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousQueryEngine
Returns a collection of all currently registered queries.
getAllRegisteredQueries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
getAllRegisteredQueries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Returns the currently registered queries.
getAllRemovalCollectors() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderTransaction
Returns the removalCollectors for all the aggregate providers in the holder.
getAllRemovalCollectors() - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateProviderTransaction
 
getAllRemovalCollectors() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderTransaction
 
getAllRemovalCollectors() - Method in class com.qfs.pivot.cube.provider.partition.impl.AIndexedPartitionedAggregateProviderTransaction
 
getAllResults() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Returns a IScopedCellSet containing the results of all the planned retrievals.
getAllRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Returns a list containing all the retrievals stored in this plan.
getAllSelectionsIncludingDisabled() - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Gets the full list of all selections, even the disabled ones.
getAllStats() - Method in interface com.qfs.pivot.rest.monitoring.IMonitoringRestService
 
getAllStats() - Method in class com.qfs.pivot.rest.monitoring.impl.MonitoringRestServiceController
 
getAllTaskVariables(String) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
getAllTaskVariables(String) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Get all variables associated to a task from the task's scope.
getAllUser() - Method in interface com.quartetfs.biz.pivot.context.IContext
Retrieve a snapshot all the user-contexts linked to the current thread.
getAllUser() - Method in class com.quartetfs.biz.pivot.context.impl.Context
 
getAllUserExcept(IActivePivotContext, Class<? extends IContextValue>...) - Static method in class com.quartetfs.biz.pivot.context.impl.ActivePivotContext
Retrieves a snapshot of all the user context values linked to the current thread, except for the excluded ones.
getAllVariables(String) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
getAllVariables(String) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Get all variables associated to a task from the task's scope or workflow's scope.
getAllVersions() - Method in class com.qfs.versions.service.impl.VersionsRestServiceController
 
getAllVersions() - Method in interface com.qfs.versions.service.IVersionsRestService
Gets a listing of all server versions deployed by this application.
getAnalysisAggregationProcedureDescriptionsToPublish() - Method in class com.activeviam.copper.HierarchyPublisher
Deprecated.
Returns the analysis aggregation procedures which need to be published to the cube.
getAnalysisAggregationProcedures() - Method in interface com.quartetfs.biz.pivot.IActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
getAnalysisAggregationProcedures() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getAncestorAtDepth(IAxisMember, int) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMember
Gets the ancestor of the specified member with the specified depth.
getAndAddInt(Object, long, int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Atomically adds the given value to the current value of a field or array element within the given object o at the given offset.
getAndAddLong(Object, long, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Atomically adds the given value to the current value of a field or array element within the given object o at the given offset.
getAndIncrementMaxOrdinal() - Method in interface com.quartetfs.biz.pivot.dto.IDrillthroughResultDTOState
Gets and increments all the rows seen by the state.
getAndIncrementMaxOrdinal() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
 
getAndSetInt(Object, long, int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Atomically exchanges the given value with the current value of a field or array element within the given object o at the given offset.
getAndSetLong(Object, long, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Atomically exchanges the given value with the current value of a field or array element within the given object o at the given offset.
getAndSetObject(Object, long, Object) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Atomically exchanges the given reference value with the current reference value of a field or array element within the given object o at the given offset.
getAndValidatePivotConditions(IActivePivotSchemaDescription) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaBuilder
Deprecated.
Retrieve the conditions from the cube description and validate them.
getAnnotations() - Method in exception com.activeviam.fwk.ActiveViamParsingException
Returns the annotations set in the constructor.
getAnomalies() - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
getAnomalies() - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Returns the list of the first anomalies found during parsing.
getAnomaliesByType() - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
getAnomaliesByType() - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Returns a map of the first anomalies found during parsing.
getAnomalyCount() - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
getAnomalyCount() - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Returns the number of logged anomalies.
getAnswer() - Method in class com.qfs.messenger.impl.BroadcastResult
 
getAnswer() - Method in interface com.qfs.messenger.message.IBroadcastResult
Returns the remote instance's answer.
getAnswerClass() - Method in class com.qfs.messenger.impl.BroadcastResult
 
getAnswerClass() - Method in interface com.qfs.messenger.message.IBroadcastResult
Returns the class type of the remote instance's answer.
getApis() - Method in class com.qfs.versions.service.ApisDto
Gets registered APIs in the application.
getAppendQueueSize() - Method in interface com.qfs.msg.jdbc.IJDBCTopic
Returns this topic's append queue size.
getAppendQueueSize() - Method in class com.qfs.msg.jdbc.impl.JDBCTopic
 
getApplication() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.AProxyMeasure
 
getApplication() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedPostProcessedMeasure
 
getApplication() - Method in interface com.qfs.pivot.cube.hierarchy.measures.impl.IDistributedMeasureMember
Returns the application that this measure comes from.
getApplication(String) - Method in interface com.qfs.distribution.ILocalityIdentifierFactory
Gets the name of the application the data cube belongs to.
getApplication(String) - Method in class com.qfs.distribution.impl.ClusterLocalityIdentifierFactory
 
getApplicationByAddress() - Method in interface com.qfs.distribution.ILocalityIdentifier
Returns the application ID of all the remote pivot instances, indexed by their addresses..
getApplicationByAddress() - Method in class com.qfs.distribution.impl.ClusterLocalityIdentifier
 
getApplicationId() - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
The applicationId in case the cube is distributed.
getApplicationId() - Method in class com.activeviam.health.monitor.impl.events.ApplicationMemberAccepted
The application that refused this member.
getApplicationId() - Method in class com.activeviam.health.monitor.impl.events.ApplicationMemberRejected
The application that refused this member.
getApplicationId() - Method in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationEvent
 
getApplicationId() - Method in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationFailureEvent
 
getApplicationId() - Method in class com.qfs.distribution.impl.DataNodeIdentifierFactory
Gets the name of the application the data cube belongs to.
getApplicationId() - Method in class com.qfs.messenger.impl.GoodbyeMessage
The id of the application.
getApplicationId() - Method in interface com.qfs.messenger.message.IInitialDiscoveryMessage
Returns the ID of the application to which the pivot that sent this message belongs to.
getApplicationId() - Method in class com.qfs.messenger.message.impl.ATransactionCommittedMessage
 
getApplicationId() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
getApplicationId() - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
getApplicationId() - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
getApplicationId() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
getApplicationId() - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
getApplicationId() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
The ID of the application the sending pivot belongs to.
getApplicationId() - Method in interface com.qfs.messenger.message.ITransactionCommittedMessage
Returns the ID of the application to which the pivot that sent this message belongs to.
getApplicationId() - Method in class com.qfs.pivot.impl.DataNode
Returns the associated application ID.
getApplicationId() - Method in interface com.quartetfs.biz.pivot.definitions.IDataClusterDefinition
Returns the application id.
getApplicationId() - Method in class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
 
getApplicationId() - Method in class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition.DistributedApplicationDefinition
 
getApplicationId() - Method in interface com.quartetfs.biz.pivot.definitions.IQueryClusterDefinition.IDistributedApplicationDefinition
Returns the application Id.
getApplicationMemoryStatistic() - Method in class com.qfs.pivot.monitoring.impl.MemoryAnalysisService
 
getApplicationMemoryStatistic() - Method in interface com.qfs.service.monitoring.IMemoryAnalysisService
Build the global IMemoryStatistic of the whole application.
getApplications() - Method in class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition
 
getApplications() - Method in interface com.quartetfs.biz.pivot.definitions.IQueryClusterDefinition
Returns the applications.
getAppliedTransactions() - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
Returns a map containing the last transactions applied.
getArg() - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncActionQuery
Returns the action's argument.
getArg(String) - Method in interface com.qfs.pivot.mdx.compil.ICompilationArguments
Retrieve the argument with the given name.
getArg(String) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.CompilationArguments
 
getArgs() - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
 
getArgs() - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionCall
Returns the call arguments.
getArgument() - Method in class com.quartetfs.pivot.mdx.func.base.impl.ReturnFunction
 
getArgument() - Method in interface com.quartetfs.pivot.mdx.statement.IReturnFunction
Returns the expression argument of the function.
getArguments() - Method in class com.quartetfs.pivot.mdx.statement.impl.UnresolvedFunctionCall
 
getArguments() - Method in interface com.quartetfs.pivot.mdx.statement.IUnresolvedFunctionCall
Returns the function's arguments.
getArray() - Method in class com.qfs.heap.impl.MaxHeapDouble
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MaxHeapFloat
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MaxHeapInteger
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MaxHeapLong
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MinHeapDouble
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MinHeapFloat
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MinHeapInteger
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MinHeapLong
Retrieves the underlying array.
getArray() - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
Retrieves the underlying array.
getArrayIndices() - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
Retrieves the underlying array of indices.
getArrayIndices() - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
Retrieves the underlying array of indices.
getArrayIndices() - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
Retrieves the underlying array of indices.
getArrayIndices() - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
Retrieves the underlying array of indices.
getArrayIndices() - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
Retrieves the underlying array of indices.
getArrayIndices() - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
Retrieves the underlying array of indices.
getArrayIndices() - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
Retrieves the underlying array of indices.
getArrayIndices() - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
Retrieves the underlying array of indices.
getArrowBatchSize() - Static method in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Number of records in Arrow batches.
getAssignee() - Method in class com.qfs.snl.dtos.TaskDto
Returns the assignee.
getAssignee() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getAssignee() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Gets the user assigned to the task.
getAssociatedRowsetDefinition() - Method in class com.quartetfs.biz.xmla.discovery.impl.APivotDiscoveryHandler
Gets the IRowsetDefinition associated with this handler.
getAssociatedRowsetDefinition() - Method in interface com.quartetfs.biz.xmla.IDiscoveryHandler
 
getAsValueDependency() - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
 
getAsValueDependency() - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependency
 
getAsValueDependency() - Method in interface com.quartetfs.pivot.mdx.IRTExpressionDependency
Gets the dependency of the current expression when evaluated as a value.
getAttachDatabaseCompletion() - Method in interface com.quartetfs.biz.pivot.IActivePivotSchema
Gets the completion to be notified when the schema is attached to its parent database.
getAttachDatabaseCompletion() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
getAttachmentProcess() - Method in interface com.activeviam.database.api.query.IStreamedViewListenerRegistration
Returns a stage completing once the listener is completely registered to the views it listens to.
getAttribute(int) - Method in class com.quartetfs.biz.xmla.servlet.impl.AttributesMarshallingContext
 
getAttribute(String) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatistic
Gets a given attribute from the statistics.
getAttribute(String) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.ADynamicMonitoring
 
getAttribute(String) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
 
getAttributes() - Method in interface com.qfs.monitoring.statistic.IMonitoringStatistic
Gets a map of attributes describing the statistic.
getAttributes() - Method in class com.qfs.monitoring.statistic.impl.MonitoringStatistic
 
getAttributes() - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
 
getAttributes() - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
getAttributes() - Method in class com.qfs.pivot.monitoring.impl.MonitoringStatisticAdapter
 
getAttributes() - Method in class com.quartetfs.biz.xmla.binxml.impl.ElementObject
 
getAttributes() - Method in interface com.quartetfs.biz.xmla.IXmlaComplexType
Returns the list of attributes describing that type.
getAttributes() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
Gets all the attributes of this MBean.
getAttributes(String[]) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
 
getAttributesCount() - Method in class com.quartetfs.biz.xmla.servlet.impl.AttributesMarshallingContext
 
getAuditId() - Method in class com.qfs.repository.dto.PointValueDto.KeyDto
Gets the unique id of the creation audit of the point value.
getAuditId() - Method in interface com.qfs.repository.persistence.model.IPointValue.IKey
Gets the unique id of the creation audit of the point value.
getAuthorizationHeader() - Method in class com.qfs.jwt.service.impl.JwtUserAuthenticator
 
getAuthorizationHeader() - Method in class com.qfs.rest.client.impl.ABasicAuthenticator
 
getAuthorizationHeader() - Method in class com.qfs.security.impl.AAccessTokenAuthenticator
 
getAuthorizationHeader() - Method in class com.qfs.security.impl.AAuthenticator
Retrieves the content for the HTTP Authorization header to authenticate properly.
getAuthorizationHeader() - Method in class com.qfs.security.impl.JwtAuthenticator
 
getAuthorizationHeader() - Method in class com.qfs.security.impl.SpringAuthenticator
 
getAuthValue() - Method in class com.qfs.distribution.security.impl.CustomAuthToken
Gets the Auth value.
getAutoStart() - Method in class com.quartetfs.fwk.impl.AgentStarter
Deprecated.
 
getAvailableAgentNames() - Method in class com.qfs.snl.agent.impl.CacheAgentService
Returns the names of available agents.
getAvailableAgents() - Method in interface com.qfs.snl.agent.IAgentService
Get all the currently registered ActiveMonitor agents' metadata.
getAvailableAgents() - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
getAvailableAgents() - Method in class com.qfs.snl.agent.service.impl.RemoteAgentService
 
getAvailableAgents() - Method in interface com.qfs.snl.rs.IAgentRestService
Get the available ActiveMonitor agents.
getAvailableAgents() - Method in class com.qfs.snl.rs.impl.AgentRestServiceController
 
getAvailableAttributes() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
getAvailableAttributes() - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
 
getAvailableAttributes() - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
getAvailableAttributes() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
 
getAvailableAttributes() - Method in class com.qfs.messenger.impl.NettyMessenger
 
getAvailableAttributes() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
 
getAvailableAttributes() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.MultiVersionBitmapAggregateProvider
 
getAvailableAttributes() - Method in class com.qfs.pivot.cube.provider.DistributedMultiVersionAggregateProviderHolder
 
getAvailableAttributes() - Method in class com.qfs.pivot.cube.provider.impl.DistributedAggregateProvider
 
getAvailableAttributes() - Method in class com.qfs.pivot.cube.provider.impl.MultiVersionAggregateProviderHolder
 
getAvailableAttributes() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
 
getAvailableAttributes() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedAggregateProvider
 
getAvailableAttributes() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedIndexedAggregateProvider
 
getAvailableAttributes() - Method in class com.qfs.pivot.cube.provider.partition.impl.MultiVersionPartitionedBitmapAggregateProvider
 
getAvailableAttributes() - Method in class com.qfs.pivot.impl.DataNode
 
getAvailableAttributes() - Method in class com.qfs.pivot.impl.DataNodeManager
 
getAvailableAttributes() - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
getAvailableAttributes() - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getAvailableAttributes() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
 
getAvailableAttributes() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
getAvailableAttributes() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
 
getAvailableAttributes() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
 
getAvailableAttributes() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryMonitoring
 
getAvailableAttributes() - Method in class com.qfs.snl.monitoring.impl.WebSocketConfigurationMonitoring
 
getAvailableAttributes() - Method in class com.qfs.snl.monitoring.SentinelMonitoringMBean
 
getAvailableAttributes() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
 
getAvailableAttributes() - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamsGrouper
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaServletMonitor
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousGAQMonitor
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerMonitorsGrouper
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryMonitorsGrouper
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitorsGrouper
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodesGrouper
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitor
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeMonitor
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodesGrouper
 
getAvailableAttributes() - Method in class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
 
getAvailableAttributes() - Method in interface com.quartetfs.fwk.monitoring.IAnnotatedMonitoredComponent
 
getAvailableAttributes() - Method in interface com.quartetfs.fwk.monitoring.IMonitoredComponent
Returns the list of available attributes.
getAvailableAttributes() - Method in class com.quartetfs.tech.streaming.impl.AStream
 
getAvailableAttributes() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationServiceMonitor
 
getAvailableAttributes() - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
 
getAvailableAttributes() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
 
getAvailableAttributes() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
 
getAvailableFieldNames() - Method in class com.activeviam.store.structure.impl.StorePartitioningFormat
 
getAvailableFieldNames() - Method in interface com.qfs.store.part.IPartitioningFormat
Gets a list of storage field names available for being used in a partitioning schema.
getAvailableFieldNames() - Method in class com.qfs.store.part.SimplePartitioningFormat
 
getAvailableFields() - Method in class com.activeviam.store.structure.impl.StorePartitioningFormat
 
getAvailableFields() - Method in interface com.qfs.store.part.IPartitioningFormat
Gets a list of storage fields available for being used in a partitioning schema.
getAvailableFields() - Method in interface com.qfs.store.part.IPartitioningFormat.IStorePartitioningFormat
Gets a list of storage fields available for being used in a partitioning schema.
getAvailableFields() - Method in class com.qfs.store.part.SimplePartitioningFormat
 
getAvailableMeasures() - Method in interface com.qfs.pivot.agg.IAggregateStore
Retrieves all the measures available in this aggregate store.
getAvailableMeasures() - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
getAvailableMeasures() - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
getAvailableMeasures() - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
getAvailableMeasures() - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
getAvailableMeasures() - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResult
 
getAvailableMeasures() - Method in interface com.quartetfs.biz.pivot.cellset.IScopedAggregatesRetrievalResult
Returns the names of all the measures available in this result.
getAvailableMonitors() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
getAvailableMonitors() - Method in class com.quartetfs.fwk.monitoring.impl.AbstractStatistics
 
getAvailableMonitors() - Method in interface com.quartetfs.fwk.monitoring.IStatistics
Returns the list of available monitors defined by their names.
getAvailableOperations() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
getAvailableOperations() - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
 
getAvailableOperations() - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
getAvailableOperations() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
 
getAvailableOperations() - Method in class com.qfs.messenger.impl.NettyMessenger
 
getAvailableOperations() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
 
getAvailableOperations() - Method in class com.qfs.pivot.cube.provider.DistributedMultiVersionAggregateProviderHolder
 
getAvailableOperations() - Method in class com.qfs.pivot.cube.provider.impl.DistributedAggregateProvider
 
getAvailableOperations() - Method in class com.qfs.pivot.cube.provider.impl.MultiVersionAggregateProviderHolder
 
getAvailableOperations() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
 
getAvailableOperations() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedAggregateProvider
 
getAvailableOperations() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedIndexedAggregateProvider
 
getAvailableOperations() - Method in class com.qfs.pivot.cube.provider.partition.impl.MultiVersionPartitionedBitmapAggregateProvider
 
getAvailableOperations() - Method in class com.qfs.pivot.impl.DataNode
 
getAvailableOperations() - Method in class com.qfs.pivot.impl.DataNodeManager
 
getAvailableOperations() - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
getAvailableOperations() - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getAvailableOperations() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
 
getAvailableOperations() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
getAvailableOperations() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
 
getAvailableOperations() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
 
getAvailableOperations() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryMonitoring
 
getAvailableOperations() - Method in class com.qfs.snl.monitoring.impl.WebSocketConfigurationMonitoring
 
getAvailableOperations() - Method in class com.qfs.snl.monitoring.SentinelMonitoringMBean
 
getAvailableOperations() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
 
getAvailableOperations() - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamsGrouper
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaServletMonitor
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousGAQMonitor
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AMonitorsGrouper
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitor
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeMonitor
 
getAvailableOperations() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
 
getAvailableOperations() - Method in interface com.quartetfs.fwk.monitoring.IAnnotatedMonitoredComponent
 
getAvailableOperations() - Method in interface com.quartetfs.fwk.monitoring.IMonitoredComponent
Returns the list of available operations.
getAvailableOperations() - Method in class com.quartetfs.tech.streaming.impl.AStream
 
getAvailableOperations() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationServiceMonitor
 
getAvailableOperations() - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
 
getAvailableOperations() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
 
getAvailableOperations() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
 
getAvailablePartitionIds() - Method in class com.qfs.plan.impl.APartitionTransactionContent
 
getAvailablePartitionIds() - Method in class com.qfs.plan.impl.ATransactionContent
 
getAvailablePartitionIds() - Method in class com.qfs.plan.impl.FastForwardTransactionContent
 
getAvailablePartitionIds() - Method in interface com.qfs.plan.ITransactionContent
Get all the partitions' id involved in the transaction.
getAvailableProperties() - Method in class com.qfs.repository.context.impl.LookupBehaviorTranslator
 
getAvailableProperties() - Method in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
Returns the values of all the properties that this translator can put/read as keys from a serialized context values repository, together with the allowed values for these keys.
getAvailableProperties() - Method in class com.quartetfs.biz.pivot.context.impl.ADiscreteRangeContextValueTranslator
 
getAvailableProperties() - Method in class com.quartetfs.biz.pivot.context.impl.AsOfEpochTranslator
 
getAvailableProperties() - Method in class com.quartetfs.biz.pivot.context.impl.DoubleContextValueTranslator
 
getAvailableProperties() - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
 
getAvailableProperties() - Method in class com.quartetfs.biz.pivot.context.impl.IntegerContextValueTranslator
 
getAvailableProperties() - Method in class com.quartetfs.biz.pivot.context.impl.LongContextValueTranslator
 
getAvailableProperties() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContextTranslator
 
getAvailableProperties() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimitTranslator
 
getAvailableProperties() - Method in class com.quartetfs.biz.pivot.context.impl.StringContextValueTranslator
 
getAvailableProperties() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoringTranslator
 
getAvailablePropertiesCategory() - Method in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
Returns the values of all the properties that this translator can put/read as keys from a serialized context values repository, together with the category of these keys.
getAvailablePropertiesCategory() - Method in class com.quartetfs.biz.pivot.context.impl.MultipleContextValueTranslator
 
getAvailablePropertiesDescription() - Method in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
Returns the values of all the properties that this translator can put/read as keys from a serialized context values repository, together with a description for these keys.
getAvailablePropertiesDescription() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimitTranslator
 
getAvailableStatistics() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
getAvailableStatistics() - Method in class com.quartetfs.fwk.monitoring.impl.AbstractStatistics
 
getAvailableStatistics() - Method in interface com.quartetfs.fwk.monitoring.IStatistics
Returns the list of available statistics defined by their names.
getAvailableValuesIfDiscrete() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The list of possible values if the context value is discrete.
getAvailableVirtualMemory() - Method in interface com.qfs.platform.IPlatform
Some usage requires to determine the.
getAvailableVirtualMemory() - Method in class com.qfs.platform.linux.LinuxPlatform
 
getAvailableVirtualMemory() - Method in class com.qfs.platform.share.SharePlatform
 
getAvailableVirtualMemory() - Method in class com.qfs.platform.share.VirtualPlatform
 
getAvailableVirtualMemory() - Method in class com.qfs.platform.solaris.SolarisPlatform
 
getAvailableVirtualMemory() - Method in class com.qfs.platform.win.WindowsPlatform
 
getAverage() - Method in class com.quartetfs.fwk.monitoring.impl.QuantityMonitor
Returns the computed average or null if not a number.
getAverageNbOfPoints() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedIndexedAggregateProvider
Returns average nb of points.
getAverageQueueOccupancyRatio() - Method in interface com.qfs.msg.jdbc.IJdbcFetchingInfo
Returns the average occupancy ratio of the append queue.
getAverageQueueOccupancyRatio() - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The average occupancy ratio of the append queue.
getAvgComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Returns the avg impact computation duration (in ms).
getAvgComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the avg compute impacts time (in ms).
getAvgComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
 
getAvgComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
 
getAvgComputeImpactsDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Returns the avg compute impacts duration (in ms) on the stream, -1 if the continuous query is not impacted by the stream given by streamKey.
getAvgComputeImpactsDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
 
getAvgComputeImpactsDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getAvgComputeImpactsDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getAvgComputeImpactsDurationByStream() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Returns the avg impact computation time (in ms) on each stream.
getAvgDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Returns the avg event duration (in ms).
getAvgDurationInNs() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Returns the avg duration (in ns).
getAvgEventDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the avg event processing duration (in ms).
getAvgEventDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Returns the avg event processing duration (in ms).
getAvgLastXMdxTime() - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaMonitorStatistics
 
getAvgPlanRetrievalsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Returns the max avg retrieval planning duration (in ms).
getAvgPlanRetrievalsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Returns the max retrieval planning duration (in ms).
getAvgPlanRetrievalsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
 
getAvgPlanRetrievalsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
 
getAvgQueryEvaluationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the avg query evaluation time (in ms).
getAvgQueryEvaluationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Returns the avg query evaluation duration (in ms) on the stream, -1 if the continuous query is not impacted by the stream given by streamKey.
getAvgQueryEvaluationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
 
getAvgQueryEvaluationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getAvgQueryEvaluationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getAvgQueryEvaluationDurationByStream() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Returns the avg query evaluation time (in ms) on each stream.
getAvgQueryTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the avg query total time (in ms).
getAvgQueryTotalDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Returns the avg query total event processing duration in ms (update computation + notification time) on the stream, -1 if the continuous query is not impacted by the stream given by streamKey.
getAvgQueryTotalDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
 
getAvgQueryTotalDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getAvgQueryTotalDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getAvgQueryTotalDurationByStream() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Returns the avg query total time (in ms) on each stream.
getAvgQueryUpdateNotificationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Returns the avg query update notification duration (in ms) on the stream, -1 if the continuous query is not impacted by the stream given by streamKey.
getAvgQueryUpdateNotificationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
 
getAvgQueryUpdateNotificationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getAvgQueryUpdateNotificationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getAvgQueryUpdatePublicationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the avg query update publication time (in ms).
getAvgQueryUpdatePublicationDurationByStream() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Returns the avg query update publication time (in ms) on each stream.
getAvgRegistrationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the avg query registration duration (in ms).
getAvgRegistrationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Returns the avg query registration duration (in ms).
getAvgTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Returns the total duration (in ms).
getAvgTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
 
getAvgTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
 
getAvgTransactionTime() - Method in class com.qfs.store.transaction.impl.TransactionManager
Returns the average time of the transactions (in ms).
getAvgUnregistrationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the avg query unregistration duration (in ms).
getAvgUnregistrationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Returns the avg query unregistration duration (in ms).
getAvgUpdateComputationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the avg update computation duration (in ms).
getAvgUpdateNotificationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the avg update notification duration (in ms).
getAxes() - Method in class com.qfs.pivot.json.cellset.JsonCellSetData
 
getAxes() - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
Gets the axes of the cellset.
getAxes() - Method in interface com.quartetfs.biz.pivot.streaming.ICellSetState
 
getAxes() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
getAxes() - Method in class com.quartetfs.pivot.mdx.impl.SubSelectEvaluator
Retrieve the computed axes on this evaluator.
getAxes() - Method in class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet
 
getAxes() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellSet
Get the axes.
getAxes() - Method in class com.quartetfs.pivot.mdx.statement.impl.SelectBase
 
getAxes() - Method in interface com.quartetfs.pivot.mdx.statement.ISelectBase
Returns the list of axis specifications in this select statement.
getAxesCount() - Method in interface com.quartetfs.pivot.mdx.result.IGenericMdxResultInfo
Returns the number of axes.
getAxesCount() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetInfo
 
getAxesIterator() - Method in interface com.quartetfs.biz.xmla.IMDDataSet
Returns an iterator over the axes data.
getAxesIterator() - Method in class com.quartetfs.pivot.mdx.xmla.impl.BasicMDDataSet
 
getAxesMemberChildrenCount() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
getAxis(int) - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetInfo
 
getAxisDimensions() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Gets all active dimension descriptions for the active pivot description.
getAxisDimensions() - Method in interface com.quartetfs.biz.pivot.definitions.IDistributedActivePivotDescription
 
getAxisDimensions() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
getAxisDimensions(IMdxCube) - Static method in class com.qfs.pivot.builder.discovery.impl.CatalogDiscoveryBuilder
Extracts the axis dimensions.
getAxisIndex() - Method in interface com.quartetfs.pivot.mdx.result.IMdxAxesIterator
-1 for slicer 0 for columns 1 for row ...
getAxisIndex() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
 
getAxisName() - Method in interface com.quartetfs.pivot.mdx.result.IMdxAxesIterator
Returns the name of the current axis.
getAxisName() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
 
getAxisName() - Method in interface com.quartetfs.pivot.mdx.statement.IAxisSpecification
Returns the name of the axis.
getAxisName() - Method in class com.quartetfs.pivot.mdx.statement.impl.AxisSpecification
 
getAxisName(int) - Method in interface com.quartetfs.pivot.mdx.result.IGenericMdxResultInfo
Returns the name of the axis.
getAxisName(int) - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetInfo
 
getAxisPositionLimit() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns the axis position limit is the limit of positions allowed per axis in the result.
getAxisPositionLimit() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getAxisPositionLimit(IMdxContext) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Returns -1 if the limit is not defined in the context.
getBackColorExpression() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Returns the expression of the BACK_COLOR cell property.
getBackColorExpression() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
getBaggage(String) - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
getBaggage(String) - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
getBaggage(TraceContext, String) - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
getBaggage(TraceContext, String) - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
getBase() - Method in interface com.activeviam.index.IInternalSecondaryRecordIndexVersion
Gets the base of this object.
getBase() - Method in interface com.activeviam.index.IInternalUniqueRecordIndexVersion
Gets the base of this object.
getBase() - Method in interface com.activeviam.store.IInternalStorePartitionVersion
Gets the base of the partition.
getBase() - Method in interface com.activeviam.store.ref.IInternalConcreteReferenceVersion
 
getBase() - Method in class com.qfs.index.impl.AMultiVersionUniqueRecordIndex
 
getBase() - Method in class com.qfs.index.impl.AUniqueRecordIndexTransaction
Current base on which the MultiVersion index relies in the transaction.
getBase() - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexTransaction
Base index for this transaction.
getBase() - Method in class com.qfs.index.impl.SecondaryRecordIndexTransaction
Base to use for the changed Record index, set into the MultiVersion component at the end of the transaction.
getBase() - Method in interface com.qfs.index.IMultiVersionUniqueRecordIndex
Gets the unique record index base.
getBase() - Method in class com.qfs.multiversion.impl.ABasedVersion
Gets the base of this versioned Object.
getBase() - Method in interface com.qfs.multiversion.squash.ISquashableAggregateProviderHolderVersion
Returns the underlying base associated with this version.
getBase() - Method in interface com.qfs.multiversion.squash.ISquashableAggregateProviderVersion
Returns the base.
getBase() - Method in interface com.qfs.multiversion.squash.ISquashableIntegerArrayVersion
Returns the base of the versioned object.
getBase() - Method in interface com.qfs.multiversion.squash.ISquashableLongArrayVersion
Returns the base of the versioned object.
getBase() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
Returns the base hierarchy.
getBase() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.MultiVersionDistributedMeasureHierarchy
Return the base hierarchy.
getBase() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderTransaction
Returns the base provider.
getBase() - Method in class com.qfs.pivot.cube.provider.DistributedMultiVersionAggregateProviderHolder
 
getBase() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderTransaction
Returns the aggregate provider holder base associated with this transaction.
getBase() - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateProviderTransaction
Returns the aggregate provider base associated with this transaction.
getBase() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateCollector
Returns the associated base.
getBase() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderTransaction
 
getBase() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderTransaction
 
getBase() - Method in class com.qfs.pivot.cube.provider.impl.AGlobalAggregateProviderTransaction
 
getBase() - Method in class com.qfs.pivot.cube.provider.impl.MultiVersionAggregateProviderHolder
 
getBase() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionAggregateProviderHolder
Returns the base held by this MultiVersion object.
getBase() - Method in class com.qfs.pivot.cube.provider.partition.impl.AIndexedPartitionedAggregateProviderTransaction
 
getBase() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedAggregateProvider
Gets the base.
getBase() - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
getBase() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
Returns our base.
getBase() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
Gets the base message without modification.
getBase() - Method in class com.qfs.store.impl.MultiVersionColumnarRecordSet
Gets the base data structure.
getBase() - Method in class com.qfs.store.impl.MultiVersionStore
 
getBase() - Method in class com.qfs.store.impl.MultiVersionStorePartition
Returns the current base.
getBase() - Method in class com.qfs.store.impl.StorePartitionTransaction
The base partition partition.
getBase() - Method in class com.qfs.store.impl.UserRecordSetVersion
 
getBase() - Method in interface com.qfs.store.IMultiVersionRecordSet
Gets the base record set.
getBase() - Method in interface com.qfs.store.IMultiVersionStore
Returns the base store.
getBase() - Method in interface com.qfs.store.IMultiVersionStorePartition
Gets the base of this partition.
getBase() - Method in interface com.qfs.store.IRecordSetVersion
Gets the record set base.
getBase() - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
New base of the reference.
getBase() - Method in class com.qfs.store.ref.impl.AMultiVersionConcreteReference
 
getBase() - Method in interface com.qfs.store.ref.IMultiVersionConcreteReference
Gets the concrete reference base.
getBase() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
Returns the base hierarchy.
getBase() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
getBase() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedRangeAxisHierarchy
Returns the base hierarchy.
getBase() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisHierarchy
Returns the base hierarchy.
getBase() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getBase() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Returns our base.
getBaseDimension() - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeDimension
Returns the original dimension (not filtered).
getBaseDimension() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl.ASubCubeDimension
 
getBaseHierarchy() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeHierarchy
 
getBaseHierarchy() - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeHierarchy
Returns the original hierarchy (not filtered).
getBaseLocation() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.ILocationBuilder
Gets the location on which this builder is based.
getBaseLocation() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
getBaseStore() - Method in class com.activeviam.copper.DatabaseSelectionHelper
Deprecated.
Gets the name of the base store.
getBaseStore() - Method in class com.activeviam.database.api.schema.ReachableField
The table from which the path to the field starts.
getBaseStore() - Method in class com.qfs.store.selection.impl.Selection
 
getBaseStore() - Method in interface com.qfs.store.selection.ISelection
Returns the name of the table from which the fields are being selected.
getBaseStore() - Method in class com.quartetfs.biz.pivot.definitions.impl.SelectionDescription
 
getBaseStore() - Method in interface com.quartetfs.biz.pivot.definitions.ISelectionDescription
Returns the name of the base store.
getBaseStore() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSelectionOptimizer.SelectionDefinition
 
getBaseStoreDescription(IParameterStoreConfiguration) - Static method in class com.qfs.repository.impl.RepositoryCacheUtil
Creates a builder defining all the fields needed by the store for parameters.
getBaseStoreId() - Method in interface com.qfs.store.selection.IContinuousSelection
The base store id.
getBaseStoreId() - Method in class com.qfs.store.selection.impl.ContinuousSelection
 
getBaseStoreId() - Method in class com.qfs.store.selection.impl.SelectionMetadata
 
getBaseStoreId() - Method in interface com.qfs.store.selection.ISelectionMetadata
Gets the base store id.
getBaseStoreId(int) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
The base store id of the given ISelection.
getBaseStoreId(int) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
getBaseTable() - Method in class com.activeviam.database.api.query.DistinctQuery
The table on which to execute the query.
getBaseTable() - Method in class com.activeviam.database.api.query.GetByKeyQuery
The table on which to execute the query.
getBaseTable() - Method in class com.activeviam.database.api.query.ListQuery
The table on which to execute the query.
getBaseTable() - Method in class com.qfs.pivot.json.database.JsonDatabaseAction
Gets the base table to edit.
getBatch(List<String>, Object[]) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Retrieve the provided keys leveraging batching possibilities of the key-value database (if supported).
getBatchAggregateSrc(Class<? extends IAggregationBinding>[]) - Static method in class com.qfs.pivot.agg.impl.AggregateStoreBindingCompiler
Source for the aggregate(int[], int) method.
getBatchAndPublishToChannel(List<String>, Object[], IMessageChannel<String, KeyValueEntry<?>>) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Similar to IKeyValueConnector.getBatch(List, Object[]) method, except whenever an internal batch is received, it is sent to the provided channel.
getBatchCopySrc(Class<? extends IAggregationBinding>[]) - Static method in class com.qfs.pivot.agg.impl.AggregateStoreBindingCompiler
Source for the copy(int[], int) method.
getBatchSize() - Method in interface com.qfs.concurrent.impl.DeferredActionQueue.IBatchExecutionProcedure
Returns the maximum size of a batch.
getBatchSize() - Method in interface com.qfs.msg.keyvalue.IKeyValueSourceConfiguration
 
getBatchSize() - Method in class com.qfs.msg.keyvalue.impl.KeyValueSourceConfiguration
 
getBatchSize() - Method in class com.qfs.store.impl.Batch
Gets the capacity of the batch.
getBefore() - Method in class com.qfs.store.query.plan.impl.QueryPlanToBe
Deprecated.
 
getBefore() - Method in interface com.qfs.store.query.plan.IStoreQueryPlanToBe
Deprecated.
Returns the list of nodes to process before the store node.
getBehavior() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties
Returns the behavior of the ActivePivot query engine when an exception is thrown while performing a drillthrough with calculated columns.
getBehavior() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
getBehavior() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IMissedPrefetchBehavior
Returns the requested behavior.
getBehavior() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.MissedPrefetchBehavior
 
getBehaviorWithDefault(IDrillthroughProperties) - Static method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Returns the behavior of the ActivePivot query engine when an exception is thrown while performing a drillthrough with calculated drillthrough columns.
getBinary() - Method in interface com.quartetfs.biz.pivot.webservices.ILicensingService
 
getBinary() - Method in class com.quartetfs.biz.pivot.webservices.impl.LicensingService
 
getBindAddress() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
Returns the bind address which should be used by the transport protocol, null if the channel is not connected.
getBinding(int, int) - Static method in class com.qfs.vector.binding.impl.VectorBindings
Retrieves the vector binding that goes from the class with the given ID to the class with the target ID.
getBinding(IChunk<?>, IChunk<?>) - Static method in class com.qfs.chunk.impl.ChunkBindingCompiler
Creates a chunk binding specialized for the given peers.
getBinding(IAggregateStore, IAggregationBinding[]) - Static method in class com.qfs.pivot.agg.impl.AggregateStoreBindingCompiler
Creates a binding between a given target store and the bindings of its columns.
getBindingClass(Class<?>, Class<?>) - Static method in class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler
Retrieves and creates the proper binding between two classes.
getBindingClassName(String, String, boolean, boolean) - Static method in class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler
Returns the name of the generated binding class.
getBindingId() - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
getBindingId() - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
getBindingId() - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
getBindingId() - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
getBindingId() - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
getBindingId() - Method in class com.qfs.vector.impl.ABlockVector
 
getBindingId() - Method in class com.qfs.vector.impl.AbsVector
 
getBindingId() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
getBindingId() - Method in class com.qfs.vector.impl.EmptyVector
 
getBindingId() - Method in class com.qfs.vector.impl.NegativeVector
 
getBindingId() - Method in class com.qfs.vector.impl.PositiveVector
 
getBindingId() - Method in class com.qfs.vector.impl.ZeroVector
 
getBindingId() - Method in interface com.qfs.vector.IVector
Returns the id used for creating bindings associated with this vector.
getBindingType() - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
getBindingType() - Method in class com.activeviam.column.impl.EmptyChunk
 
getBindingType() - Method in class com.qfs.agg.impl.ChunkHistory
 
getBindingType() - Method in interface com.qfs.chunk.IChunk
Gets the type for binding transfers of this chunk.
getBindingType() - Method in interface com.qfs.chunk.IChunkBoolean
 
getBindingType() - Method in interface com.qfs.chunk.IChunkDouble
 
getBindingType() - Method in interface com.qfs.chunk.IChunkFloat
 
getBindingType() - Method in interface com.qfs.chunk.IChunkInteger
 
getBindingType() - Method in interface com.qfs.chunk.IChunkLong
 
getBindingType() - Method in class com.qfs.chunk.impl.ChunkComposite
 
getBindingType() - Method in class com.qfs.chunk.impl.ChunkDictionary
 
getBindingType() - Method in class com.qfs.chunk.impl.ChunkMarked
 
getBindingType() - Method in class com.qfs.chunk.impl.ChunkObject
 
getBindingType() - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
getBindingType() - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
getBindingType() - Method in class com.qfs.chunk.impl.TombStoneChunk
 
getBindingType() - Method in interface com.qfs.chunk.IVectorChunk
 
getBindingType() - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
getBindPort() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
Returns the port to which the transport binds
getBitmap(int, int) - Method in interface com.qfs.bitmap.IBitmapIndex
Retrieves the bitmap stored at that position of that level.
getBitmap(int, int) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
getBitmap(int, int) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
getBitmapCheckLevel() - Static method in class com.qfs.pivot.cube.provider.partition.impl.MultiVersionPartitionedBitmapAggregateProvider
Returns the current bitmap check level.
getBitmapIndex() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.MultiVersionBitmapAggregateProvider
Getter for AIndexedAggregateProviderBase.bitmapMatcher.
getBitmapIndexDataSize() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.MultiVersionBitmapAggregateProvider
Returns the data size of the bitmap index in MB.
getBitmapIndexSize() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.MultiVersionBitmapAggregateProvider
Returns the size of the bitmap index in MB.
getBitmapMatcher() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.FilterCache
The underlying LeafBitmapMatcher which performs the actual scanning.
getBitmapMatcherBuilder() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Gets the BitmapMatcherBuilder associated with the bitmap index.
getBitmaps(int, TIntArrayList) - Method in interface com.qfs.bitmap.IBitmapIndex
Returns all the bitmaps stored at the given positions for the given level.
getBitmaps(int, TIntArrayList) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
getBitmaps(int, TIntArrayList) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
getBlock() - Method in interface com.qfs.vector.IBlockVector
Returns the block associated with this vector.
getBlock() - Method in class com.qfs.vector.impl.ABlockVector
 
getBlock() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
getBlockBindingId() - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
getBlockBindingId() - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
getBlockBindingId() - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
getBlockBindingId() - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
getBlockBindingId() - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
getBlockBindingId() - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
getBlockBindingId() - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
getBlockBindingId() - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
getBlockBindingId() - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
getBlockBindingId() - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
getBlockBindingId() - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
getBlockBindingId() - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
getBlockBindingId() - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
getBlockBindingId() - Method in interface com.qfs.vector.IBlock
Returns the id used for creating bindings associated with vectors pointing to this block.
getBlockBindingId() - Method in class com.qfs.vector.impl.TombStoneBlock
 
getBlockedThreadCount() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.ThreadsStatusMonitoringBean
 
getBlockPosition(long) - Static method in class com.qfs.vector.impl.ABlockVector
Returns the actual position of a vector in its associated block.
getBlockSize() - Method in class com.qfs.dic.impl.AChristmasDictionaryArray
Returns the vector block size.
getBlockSize() - Method in class com.qfs.util.tar.impl.TarBuffer
Returns the TAR Buffer's block size.
getBlockSizeInBytes(IAllocationSettings) - Static method in interface com.qfs.vector.IBlock
Returns the size of the block in bytes for the given allocation settings.
getBlockVolatile() - Method in interface com.qfs.vector.IBlockVector
Reads the block in a volatile way.
getBlockVolatile() - Method in class com.qfs.vector.impl.ABlockVector
 
getBlockVolatile() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
getBoolean(byte[], int) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Reads the boolean stored at the given offset in the given byte array.
getBoolean(IActiveViamProperty, boolean) - Method in interface com.activeviam.properties.IActiveViamPropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getBoolean(IActiveViamProperty, boolean) - Method in class com.activeviam.properties.impl.ActiveViamPropertyRegistry
 
getBoolean(ActiveViamProperty, boolean) - Static method in class com.activeviam.properties.PropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getBoolean(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given Java variable.
getBoolean(String) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Gets a boolean associated with a key from the repository.
getBooleanVolatile(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a reference value from a given Java variable, with volatile load semantics.
getBottomComparator() - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Gets a comparator sorting pairs by their values in ascending order.
getBoundary() - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
getBoundary() - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
getBoundary() - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
getBoundary() - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
getBoundary() - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
getBoundary() - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
getBoundary() - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
getBoundary() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
getBoundary() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
getBoundary() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
getBoundary() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
getBoundary() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
getBoundary() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
getBoundary() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
getBoundary() - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
getBoundary() - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
getBoundary() - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
getBoundary() - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
getBoundary() - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
getBoundary() - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
getBoundary() - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
getBoundary() - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
getBoundary() - Method in interface com.qfs.chunk.IChunkPrimitiveInteger
Gets the boundary of this chunk, i.e.
getBoundary() - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
Gets the boundary of this chunk, i.e.
getBoundary() - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
getBoundary(long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.ATimeBucketer.TimeBucket
Gives the smaller instant that represent this bucket.
getBoundary(Long, Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.ATimeBucketer
Finds the lower instant boundary of a bucket.
getBox(String) - Method in interface com.qfs.snl.messages.IMessageService
Gets the instance containing all messages of a give recipient.
getBox(String) - Method in class com.qfs.snl.messages.impl.MessageService
 
getBranch() - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionStarted
The branch on which the transaction has been started.
getBranch() - Method in class com.qfs.distribution.impl.DataNodeIdentifierFactory
Returns the branch the data node refers to.
getBranch() - Method in interface com.qfs.multiversion.IEpoch
Gets the branch of the epoch.
getBranch() - Method in interface com.qfs.multiversion.IHeadInfo
Gets the name of the branch.
getBranch() - Method in interface com.qfs.multiversion.IHistoryNode
Gets the branch of the version.
getBranch() - Method in class com.qfs.multiversion.impl.Epoch
 
getBranch() - Method in class com.qfs.multiversion.impl.HeadInfo
 
getBranch() - Method in class com.qfs.pivot.impl.DataNode
Returns the node's branch.
getBranch() - Method in class com.qfs.pivot.json.database.JsonDatabaseQuery
Gets the branch to perform the query on.
getBranch() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData
The branch.
getBranch() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDrillthroughContinuousQuery
Returns the branch on which the query will receive updates.
getBranch() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
Returns the branch name, for MBean info.
getBranch() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the Epoch.getBranch() branch}.
getBranch() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getBranch() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getBranch() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
 
getBranch() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Returns the branch name as stored in the context values.
getBranch() - Method in interface com.quartetfs.biz.pivot.streaming.IAggregatesEvent
 
getBranch() - Method in interface com.quartetfs.biz.pivot.streaming.IFullRefreshEvent
 
getBranch() - Method in class com.quartetfs.biz.pivot.streaming.impl.AggregatesEvent
 
getBranch() - Method in class com.quartetfs.biz.pivot.streaming.impl.FullRefreshEvent
 
getBranch(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxCubeUtil
Gets the branch represented by this member.
getBranch(Properties) - Static method in class com.qfs.store.transaction.impl.TransactionManagerUtil
Extracts the name of branch to commit to.
getBranchDescription(String) - Method in interface com.qfs.service.store.IDatabaseRestService
Returns description of specific branch.
getBranchDescription(String) - Method in interface com.qfs.store.service.IDatabaseService
Returns the description of a branch.
getBranchDescription(String) - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
getBranchDescription(String) - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
getBranchDescription(String) - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
getBranchDescription(String) - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
getBranches() - Method in class com.qfs.distribution.impl.ClusterElementIndex
Returns the name of branches present in the cluster.
getBranches() - Method in interface com.qfs.multiversion.IEpochHistory
Gets information about the branches.
getBranches() - Method in interface com.qfs.multiversion.IEpochManager
Gets the names of the branches.
getBranches() - Method in class com.qfs.multiversion.impl.AEpochManager
 
getBranches() - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
getBranches() - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getBranches() - Method in class com.qfs.pivot.json.database.JsonDatabaseDiscovery
Gets the discovery for the branches.
getBranches() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getBranches() - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
 
getBranches() - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Gets the set of currently existing branches.
getBranches() - Method in interface com.qfs.store.IReadableDatastore
Deprecated.
Use #getHeads() instead
getBranches() - Method in interface com.qfs.store.service.IDatabaseDiscovery
Gets the discovery for the branches.
getBranches() - Method in class com.qfs.store.service.impl.DatabaseDiscovery
Gets the discovery for the branches.
getBranches() - Method in interface com.quartetfs.biz.pivot.definitions.IAggregatesCacheDescription
Returns the branches for which an aggregates cache will be created.
getBranches() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
 
getBranches() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getBranches() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Gets the set of currently existing branches.
getBranches() - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxEpochManager
Returns all the existing branches' names.
getBranches() - Method in class com.quartetfs.pivot.mdx.epoch.impl.MdxEpochManager
 
getBranches() - Method in class com.quartetfs.pivot.mdx.realtime.impl.CellSetUpdateComputer
Gets all branches targeted by this computer.
getBranchesDescription() - Method in interface com.qfs.service.store.IDatabaseRestService
Returns all the branches that currently exist.
getBranchesDescription() - Method in interface com.qfs.store.service.IDatabaseService
Returns the description of all the branches visible for the current user.
getBranchesDescription() - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
getBranchesDescription() - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
getBranchesDescription() - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
getBranchesDescription() - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
getBranchLevelComparator() - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
Returns the comparator which will be used to sort the branches.
getBranchLevelComparator() - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
getBranchLevelFormatter() - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
Getter for the formatter of the branch level.
getBranchLevelFormatter() - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
getBranchMember(IMdxCube, String) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxCubeUtil
Returns a member representing the specified branch.
getBranchName() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
Gets the name of the branch at which the statistics are displayed.
getBranchNames() - Method in interface com.qfs.multiversion.IEpochHistory
 
getBranchOfElement(String) - Method in class com.qfs.distribution.impl.ClusterElementIndex
Get the branch associated to this address.
getBranchPermissions() - Method in interface com.qfs.store.service.IBranchDescription
Gets the security configuration of the branch.
getBranchPermissions() - Method in class com.qfs.store.service.impl.BranchCreationDescription
 
getBranchPermissions() - Method in class com.qfs.store.service.impl.BranchDescription
 
getBranchPermissions(String) - Method in interface com.qfs.security.IBranchPermissionsManager
Gets the permissions of a specific branch.
getBranchPermissions(String) - Method in class com.qfs.security.impl.BranchPermissionsManager
 
getBranchPermissions(String) - Method in class com.qfs.security.impl.CachedBranchPermissionsManager
 
getBranchPermissions(String) - Method in class com.qfs.security.impl.ContentServiceBranchPermissionsManager
 
getBranchPermissionsManager() - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
 
getBranchPermissionsManager() - Method in interface com.qfs.store.IReadableDatastore
Gets the branch permissions manager for this datastore.
getBranchPermissionsManager() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getBranchPermissionsManager() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Returns the branch permissions manager associated with this pivot.
getBroadcastingAddress() - Method in interface com.qfs.messenger.message.IBroadcastMessage
Returns the address of the originating broadcasting instance.
getBroadcastingAddress() - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
getBroadcastingAddress() - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
getBroadCastingAddress() - Method in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationEvent
 
getBroadCastingAddress() - Method in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationFailureEvent
 
getBroadcastingTime() - Method in class com.qfs.messenger.impl.CompletableFutureMessageAnswer
Gets the broadcasting time.
getBucket() - Method in interface com.activeviam.cloud.entity.ICloudEntity
Gets the bucket of the object.
getBucket() - Method in interface com.activeviam.cloud.entity.ICloudEntityPath
Gets the bucket of the object.
getBucket() - Method in class com.activeviam.cloud.entity.impl.AEntityPath
 
getBucket(Object) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ABucketerPostProcessor
Retrieve the bucket the entry belongs to.
getBucket(NavigableMap<Long, Object>, Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy.TimeBucketProcedure
Attributes a bucket to time entries (entries that expose an absolute time).
getBuffer() - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
Returns the underlying buffer.
getBuffer() - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
Returns the underlying buffer.
getBuffer() - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
Returns the underlying buffer.
getBuffer() - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
Returns the underlying buffer.
getBufferAllocator() - Method in interface com.qfs.chunk.IChunkAllocator
Gets the buffer allocator that is associated with this chunk allocator.
getBufferAllocator() - Method in class com.qfs.chunk.impl.AChunkAllocator
 
getBufferPool() - Method in class com.qfs.msg.keyvalue.impl.AKeyValueConnectionPool
 
getBufferSize() - Method in interface com.qfs.msg.csv.ICSVSourceConfiguration
Gets the size of a byte buffer in kb.
getBufferSize() - Method in class com.qfs.msg.csv.impl.CSVSourceConfiguration
 
getBufferTypes() - Method in class com.activeviam.agg.impl.AUserDefinedAggregation
 
getBufferTypes() - Method in interface com.activeviam.agg.IUserDefinedAggregation
Returns the type of the aggregation buffers.
getBuilder() - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Gets the builder for the query.
getByAggregationType(TimingAggregationType) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.TopKResultHolder
Retrieves the top K results with the given timeType.
getByKey(IDatastoreVersion, String, Object[], String...) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Retrieve the record from a store by giving its key.
getByKey(IDatastoreVersion, String, Object[], List<String>) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Retrieve the record from a store by giving its key.
getByKey(IDatastoreVersion, String, List<AliasedField>, Object[]) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Retrieves the record from a store by giving its key.
getByKey(IDatastoreVersion, String, Map<String, Object>, String...) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Retrieve the record from a store by giving its key.
getByKey(IDatastoreVersion, String, Map<String, Object>, List<String>) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Retrieve the record from a store by giving its key.
getByKeyBehavior() - Method in interface com.activeviam.database.commons.api.settings.IDirectQueryBaseSettings
While Get-by-key queries performed on the datastore are very fast, they can take a long time on external databases, solely due to the networking time.
getByKeyQuery() - Method in interface com.activeviam.database.api.query.IQueryManager
Starts creating an IPreparedGetByKeyQuery.
getByKeyQuery() - Method in class com.activeviam.store.impl.QueryManagerAdapter
 
getByKeyQuery(GetByKeyQuery) - Method in interface com.activeviam.database.api.query.IQueryRunner
Returns a query builder searching a store by key.
getByKeyQuery(GetByKeyQuery) - Method in class com.activeviam.store.impl.DatastoreTransactionQueryRunner
 
getByKeyQuery(GetByKeyQuery) - Method in class com.activeviam.store.impl.QueryRunnerAdapter
 
getByKeyQuery(IPreparedGetByKeyQuery) - Method in interface com.activeviam.database.api.query.IQueryRunner
Returns a query builder searching a store by key.
getByKeyQuery(IPreparedGetByKeyQuery) - Method in class com.activeviam.store.impl.DatastoreTransactionQueryRunner
 
getByKeyQuery(IPreparedGetByKeyQuery) - Method in class com.activeviam.store.impl.QueryRunnerAdapter
 
GetByKeyQuery - Class in com.activeviam.database.api.query
A query to retrieve a single record from its key.
GetByKeyQuery(String, List<AliasedField>) - Constructor for class com.activeviam.database.api.query.GetByKeyQuery
Deprecated, for removal: This API element is subject to removal in a future version.
GetByKeyQuery.builder() should be used instead.
GetByKeyQuery(String, List<AliasedField>, Map<String, String>) - Constructor for class com.activeviam.database.api.query.GetByKeyQuery
Deprecated, for removal: This API element is subject to removal in a future version.
GetByKeyQuery.builder() should be used instead.
GetByKeyQuery.GetByKeyQueryBuilder - Class in com.activeviam.database.api.query
 
getByName(String) - Method in interface com.qfs.snl.agent.IAgentService
Gets an agent description from its name.
getByName(String) - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
getByName(String) - Method in class com.qfs.snl.agent.service.impl.RemoteAgentService
 
getByProcessingStep(TimingAggregationType, ProcessingStepTiming) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.TopKResultHolder
Retrieves the top K results with the given (timeType, timeName).
getByte(long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given memory address.
getByte(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given Java variable.
getByteArray(InputStream) - Static method in class com.quartetfs.biz.xmla.impl.XmlaUtil
Create a byte array from an input stream.
getByteArrayOutputStream() - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeBinXmlHandler
 
getByteBuffer() - Method in class com.qfs.msg.csv.impl.ParserResource
 
getByteBuffer() - Method in interface com.qfs.msg.csv.IParserResource
Returns byte buffer.
getByteCount() - Method in class com.qfs.msg.csv.impl.ParserResult
 
getByteCount() - Method in class com.qfs.msg.csv.impl.ParsingInfo
 
getByteCount() - Method in interface com.qfs.msg.csv.IParserResult
Returns the number of bytes of data that were parsed.
getByteCount() - Method in interface com.qfs.msg.csv.IParsingInfo
Get the number of fetched bytes.
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.Attribute
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.Element
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EncodingToken
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EndAttributes
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EndElement
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.NameDef
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.QNameDef
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLBigInt
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLDateTime
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLFloat
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLInt
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLMoney
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLNChar
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLNVarChar
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLReal
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLSmallInt
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XMLDecl
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDBoolean
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDUnsignedInt
 
getByteId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDUnsignedShort
 
getByteId() - Method in interface com.quartetfs.biz.xmla.binxml.token.IToken
Get the id of the token as a byte.
getByteNumber(long, int) - Static method in class com.quartetfs.biz.xmla.compression.UtilsCompression
 
getBytes(byte) - Static method in class com.quartetfs.biz.xmla.compression.UtilsCompression
 
getBytes(int) - Static method in class com.quartetfs.biz.xmla.compression.UtilsCompression
 
getBytes(long) - Static method in class com.quartetfs.biz.xmla.compression.UtilsCompression
 
getByteVolatile(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a reference value from a given Java variable, with volatile load semantics.
getCache() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.FilterCache
The cache to keep track of the compilation of similar filters.
getCache() - Method in class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
getCache(int) - Method in class com.qfs.index.impl.APartitionDictionaryFactory
 
getCache(int) - Method in interface com.qfs.index.IPartitionDictionaryFactory
Gets the cached dictionary for the provided partition id, or null if there is no cached dictionary for this id.
getCacheCurrentlyInUse() - Method in class com.qfs.chunk.direct.allocator.impl.ASlabMemoryAllocator
getCachedIntersectionFor(ISubCubeProperties) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilter
The cached intersection if the given subcube is the one intersected with this cube filter and null otherwise.
getCachedIntersectionFor(ISubCubeProperties) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
 
getCachedResult() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CachedPpNode
 
getCacheLastUpdateTime() - Method in interface com.activeviam.apm.pivot.monitoring.jmx.ICacheMonitoringBean
Returns Time of the last cache update.
getCacheLastUpdateTime() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.ACacheMonitoringBean
 
getCacheMemory() - Static method in class com.activeviam.tech.core.api.memory.MemoryUtil
Returns total direct memory that is cached (in bytes).
getCacheMemory() - Method in interface com.qfs.chunk.direct.allocator.impl.ISlabMemoryTracker
Gets the memory (in bytes) already reserved that can be used for new allocation.
getCacheMemoryMBean() - Method in class com.qfs.chunk.direct.allocator.impl.NumaNodeBlockAllocator
Gets the amount of memory kept in cache.
getCacheRatio() - Method in interface com.qfs.chunk.direct.allocator.impl.ISlabMemoryTracker
Gets the ratio of memory that can be cached (is not decommitted when not used).
getCacheSize() - Method in class com.qfs.chunk.direct.allocator.impl.ASlabMemoryAllocator
getCacheSize() - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
 
getCacheTimeout() - Method in interface com.activeviam.apm.pivot.monitoring.jmx.ICacheMonitoringBean
Returns cache timeout (in milliseconds).
getCacheTimeout() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.ACacheMonitoringBean
 
getCacheVersion() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Returns the current version of the cache.
getCacheVersion() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache.IQueryContext
Get the version of the cache that was in use when the query was created.
getCacheVersion() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
getCacheVersion() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryContext
 
getCalculatedColumns() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties
Returns the calculated drillthrough columns that will be added to the regular columns of the drillthrough.
getCalculatedColumns() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
getCalculatedColumnSets() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties
Returns the calculated drillthrough column sets that will be computed and added to the regular columns of the drillthrough.
getCalculatedColumnSets() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
getCalculatedMember(String, String) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Retrieves a calculated member description.
getCalculatedMember(String, String) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
getCalculatedMember(String, String) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
getCalculatedMemberCaption(String, String, String, String) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the calculated member caption.
getCalculatedMemberCaption(String, String, String, String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter
 
getCalculatedMembers() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns the calculated members.
getCalculatedMembers() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getCalculatedMembers(String) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Retrieves all the calculated members associated to the specified pivot.
getCalculatedMembers(String) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
getCalculatedMembers(String) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
getCalculatedMembers(String) - Method in interface com.qfs.pivot.rest.configuration.IConfigurationRestService
Gets the calculated members which can be edited or remove by this service.
getCalculatedMembers(String) - Method in class com.qfs.pivot.rest.configuration.impl.ConfigurationRestServiceController
Deprecated.
 
getCalculatedMembers(String) - Method in interface com.quartetfs.biz.pivot.webservices.IConfigurationService
Gets the calculated members added by IConfigurationService.createCalculatedMember(String, ICalculatedMemberDescription, List, List) and associated to the pivot.
getCalculatedMembers(String) - Method in class com.quartetfs.biz.pivot.webservices.impl.ConfigurationService
 
getCall() - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager.IIfPass
Returns the functional call.
getCallAttribute(String) - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
 
getCallAttribute(String) - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionCall
Returns a call parameter.
getCallAttribute(String, Class<T>) - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
 
getCallAttribute(String, Class<T>) - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionCall
Returns a typed call parameter.
getCanDelete() - Method in class com.qfs.pivot.json.database.JsonTableDescription
Gets the security parameter that indicate if the user can delete a line in the table.
getCanDelete() - Method in class com.qfs.store.service.impl.TableSecurityDescription
 
getCanDelete() - Method in interface com.qfs.store.service.ITableSecurityDescription
Gets the security parameter that indicate if the user can delete a line in the table.
getCandidates() - Method in class com.qfs.snl.dtos.TaskDto
Returns the candidates.
getCandidates() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getCandidates() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Gets the candidates of the task.
getCanEdit() - Method in class com.qfs.pivot.json.database.JsonTableDescription
Gets the security parameter that indicate if the user can edit a line in the table.
getCanEdit() - Method in class com.qfs.store.service.impl.TableSecurityDescription
 
getCanEdit() - Method in interface com.qfs.store.service.ITableSecurityDescription
Gets the security parameter that indicate if the user can edit a line in the table.
getCanInsert() - Method in class com.qfs.pivot.json.database.JsonTableDescription
Gets the security parameter that indicate if the user can insert a line in the table.
getCanInsert() - Method in class com.qfs.store.service.impl.TableSecurityDescription
 
getCanInsert() - Method in interface com.qfs.store.service.ITableSecurityDescription
Gets the security parameter that indicate if the user can insert a line in the table.
getCapacity() - Method in class com.activeviam.io.ExposedByteArrayOutputStream
Returns the capacity of the stream.
getCapacity() - Method in class com.qfs.bitmap.impl.Bitmap
Returns the number of allocated words.
getCapacity() - Method in interface com.qfs.column.IColumn
Returns the current capacity of this column.
getCapacity() - Method in class com.qfs.column.impl.AChunkedColumn
 
getCapacity() - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
getCapacity() - Method in class com.qfs.store.impl.ChunkSetRecordBlock
 
getCapacity() - Method in class com.qfs.store.impl.StoreSummaryReport.PartitionSummaryReport
 
getCapacity() - Method in class com.qfs.store.impl.TombstoneColumn
 
getCapacity() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
getCapacity() - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
getCapacity() - Method in class com.qfs.store.record.impl.RecordBlock
 
getCapacity() - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
getCapacity() - Method in interface com.qfs.store.record.IWritableRecordBlock
Returns the current capacity of this record block.
getCapacity() - Method in class com.quartetfs.biz.pivot.cellset.impl.AReplicatedColumn
 
getCapacity() - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Returns the current capacity of the result into which we're writing.
getCapacity() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Returns total the number of (location,measure) pairs that can be stored.
getCapacity() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionCache
Returns the maximum number of entries that this cache can contain.
getCapacity() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
getCapacity() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
getCapacity() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
Returns the capacity of the current cache.
getCapacity() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.LRUEvictionCache
 
getCapacity() - Method in class com.quartetfs.pivot.mdx.utils.impl.CircularBuffer
 
getCaption() - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
getCaption() - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
getCaption() - Method in class com.qfs.pivot.json.discovery.DrillthroughColumnDiscovery
 
getCaption() - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
getCaption() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getCaption() - Method in class com.qfs.pivot.json.discovery.LevelDiscovery
 
getCaption() - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Returns the caption of the measure.
getCaption() - Method in class com.qfs.pivot.json.discovery.MeasureGroupDiscovery
 
getCaption() - Method in class com.qfs.pivot.json.discovery.SetDiscovery
 
getCaption() - Method in class com.qfs.pivot.json.JsonTabularHeader
Getter for JsonTabularHeader.caption.
getCaption() - Method in class com.qfs.snl.data.impl.SentinelState
 
getCaption() - Method in interface com.qfs.snl.data.ISentinelState
Return the caption of the state.
getCaption() - Method in class com.qfs.snl.dtos.StateDto
 
getCaption() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughHeader
Returns the (user based) caption of the header.
getCaption() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughHeader
 
getCaption() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Returns the caption of the member.
getCaption() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiDescription
Returns the caption.
getCaption() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
getCaption() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
 
getCaption() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
getCaption() - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
 
getCaption() - Method in interface com.quartetfs.biz.pivot.definitions.INamedSetDescription
Returns the caption of the member.
getCaption() - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
 
getCaption() - Method in class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
 
getCaption() - Method in class com.quartetfs.biz.xmla.impl.MDProperty
 
getCaption() - Method in interface com.quartetfs.biz.xmla.mdx.IMDProperty
Returns the caption for that property.
getCaption() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxFormulaMember
Returns The caption of the member.
getCaption() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
getCaption(ICubeFormatter, IKpiDescription) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Extracts the caption from a kpi description.
getCaption(IMdxFixedMember) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Extracts the caption of the member.
getCaption(IMdxLevel, IAxisMember, Supplier<IMdxMember>) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
Returns the caption of the member.
getCaption(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
This method returns the caption of the member if it can be generated.
getCaption(IMdxNamedSet, ICubeFormatter) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
 
getCaptionFormatter() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxLevel
Returns the optional formatter for the caption of the element.
getCaptionFormatter() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxLevel
 
getCaptionPath() - Method in class com.qfs.pivot.json.cellset.PositionData
 
getCaptionPath() - Method in class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
 
getCaptionPath() - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
 
getCardinality() - Method in interface com.activeviam.store.structure.impl.IDatastoreNumaNodeSelector
Gets the number of values that INumaNodeSelector.getNumaNode(int) can return.
getCardinality() - Method in class com.qfs.distribution.impl.DistributedPartitioning
 
getCardinality() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedAggregateProviderVersion
 
getCardinality() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderVersion
Gets the maximal number of elements this provider can return.
getCardinality() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
getCardinality() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderVersion
 
getCardinality() - Method in class com.qfs.store.part.impl.AdaptivePartitioning
 
getCardinality() - Method in class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning
 
getCardinality() - Method in class com.qfs.store.part.impl.CartesianProductPartitioning
 
getCardinality() - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
getCardinality() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction
getCardinality() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription
The number of values that this function can possibly return.
getCardinality() - Method in class com.qfs.store.part.impl.NumaNodeUtil.IdentityNumaNodeSelector
 
getCardinality() - Method in class com.qfs.store.part.impl.NumaNodeUtil.InducedNumaNodeSelector
 
getCardinality() - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
getCardinality() - Method in class com.qfs.store.part.impl.PartitioningUtil.ConstantFunction
 
getCardinality() - Method in class com.qfs.store.part.impl.PartitioningUtil.IdentityFunction
 
getCardinality() - Method in class com.qfs.store.part.impl.PartitioningUtil.ModuloFunction
 
getCardinality() - Method in class com.qfs.store.part.impl.SinglePartitioning
 
getCardinality() - Method in interface com.qfs.store.part.IntIntFunction
The number of values that IntIntFunction.compute(int) can possibly return.
getCardinality() - Method in interface com.qfs.store.part.IPartitioning
Indicates the number of distinct values IPartitioning.getPartitionId(IArrayReader) can return.
getCardinality() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getCardinality(long[]) - Static method in class com.qfs.bitmap.impl.Bitmap
Calculates the number of bits that are true.
getCartesianPart() - Method in class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning
Returns the cartesian sub partitioning part of this partitioning.
getCaseSensitive() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Indicates whether the Mdx engine is case-sensitive.
getCaseSensitive() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getCaseSensitive(IMdxContext) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Returns the default value is none is contained in the context.
getCastToClassSource(Class<?>, String) - Static method in class com.quartetfs.fwk.impl.BeanPropertyCompiler
Returns a piece of code that casts the variable into the specified Class.
getCatalog() - Method in class com.activeviam.database.sql.api.schema.SqlTableId
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_CatalogsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DatasourcesDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_EnumeratorsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_InstancesDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_KeywordsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_LiteralsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_PropertiesDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_Schema_RowsetsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_ActionsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_InputDataSourcesDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_SchemataDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
getCatalogNameColumn() - Method in interface com.quartetfs.biz.xmla.rowset.definition.IRowsetDefinition
 
getCatalogNameColumn() - Method in class com.quartetfs.biz.xmla.servlet.impl.TabularRowSetDefinition
 
getCatalogs() - Method in class com.qfs.pivot.json.discovery.JsonDiscovery
 
getCatalogs() - Method in class com.qfs.webservices.ActivePivotDiscovery
The catalogs.
getCatalogs() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotManagerDescription
Returns the catalogs.
getCatalogs() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotManagerDescription
 
getCatalogs() - Method in interface com.quartetfs.biz.pivot.IActivePivotManager
Returns the map of ActivePivot's catalogs.
getCatalogs() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManager
The map of catalogs.
getCatalogs() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
getCategory() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The context value category.
getCategory() - Method in class com.qfs.pivot.json.discovery.ContextValueDiscovery
 
getCategory() - Method in class com.qfs.snl.dtos.MessageDto
Returns the category.
getCategory() - Method in class com.qfs.snl.dtos.TaskDto
Returns the category.
getCategory() - Method in interface com.qfs.snl.messages.IMessage
Gets the category of the message.
getCategory() - Method in class com.qfs.snl.messages.impl.AMessage
 
getCategory() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getCategory() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getCategory() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Get the category of the task.
getCategory() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFunctionDefinition
 
getCategory() - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionDefinition
Get the category of the function definition.
getCause() - Method in class com.activeviam.health.monitor.impl.ActivePivotQueryFailed
The cause of the failure.
getCause() - Method in class com.activeviam.health.monitor.impl.CsvFileParsingFailure
The cause of the file parsing failure.
getCause() - Method in class com.activeviam.health.monitor.impl.CsvLineParsingFailure
The cause of the parsing failure.
getCause() - Method in class com.activeviam.health.monitor.impl.events.ApplicationMemberRejected
Getter.
getCause() - Method in class com.activeviam.health.monitor.impl.JdbcFetchingFailureEvent
The cause for the failure.
getCause() - Method in interface com.quartetfs.biz.xmla.IXmlaError
 
getCause() - Method in class com.quartetfs.biz.xmla.servlet.impl.XmlaError
 
getCause() - Method in interface com.quartetfs.tech.streaming.IFailureEvent
Returns the cause of the failure, in case of cascading failures.
getCause() - Method in class com.quartetfs.tech.streaming.impl.FailureEvent
 
getCause(Throwable) - Static method in class com.qfs.util.impl.ErrorUtil
Deprecated.
Gets the cause of an error.
getCauseStack(Throwable) - Static method in class com.activeviam.apm.logging.impl.LoggingUtils
Deprecated.
Gets the cause stack for the given Throwable.
getCellCount() - Method in class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet
 
getCellCount() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellSet
Get the number of cells (include empty cells) in the results.
getCellCursorSupplier() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellSet
 
getCellDataIterator() - Method in interface com.quartetfs.biz.xmla.IMDDataSet
Returns an iterator over the cell data.
getCellDataIterator() - Method in class com.quartetfs.pivot.mdx.xmla.impl.BasicMDDataSet
 
getCellIsNull() - Method in class com.quartetfs.biz.pivot.mdx.impl.CellDTOIterator
 
getCellIsNull() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper.StreamingCellIterator
 
getCellIsNull() - Method in interface com.quartetfs.pivot.mdx.result.IMdxCellIterator
Returns whether the currently pointed at cell has a null value.
getCellIsNull() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellIterator
 
getCellIsNull() - Method in class com.quartetfs.pivot.mdx.xmla.impl.DummyCellIterator
 
getCellIterator() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateResult
 
getCellOrdinal() - Method in class com.quartetfs.biz.pivot.mdx.impl.CellDTOIterator
 
getCellOrdinal() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper.StreamingCellIterator
 
getCellOrdinal() - Method in interface com.quartetfs.pivot.mdx.result.IMdxCellIterator
Returns the ordinal of the currently pointed at cell.
getCellOrdinal() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellIterator
 
getCellOrdinal() - Method in class com.quartetfs.pivot.mdx.xmla.impl.DummyCellIterator
 
getCellPass() - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
Returns the ExpressionEvaluator.cellPass.
getCellPlanResultHelper() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
getCellProperties() - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
 
getCellProperties() - Method in interface com.quartetfs.biz.pivot.streaming.ICellEvent
 
getCellProperties() - Method in interface com.quartetfs.biz.pivot.streaming.ICellSetState
 
getCellProperties() - Method in class com.quartetfs.biz.pivot.streaming.impl.CellEvent
 
getCellProperties() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper.StreamingCellIterator
 
getCellProperties() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
getCellProperties() - Method in interface com.quartetfs.pivot.mdx.ICellCursor
 
getCellProperties() - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Returns the cell properties.
getCellProperties() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
getCellProperties() - Method in class com.quartetfs.pivot.mdx.impl.PlanContext
 
getCellProperties() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHeader
 
getCellProperties() - Method in interface com.quartetfs.pivot.mdx.result.IGenericMdxResultInfo
Returns the list of md properties for cells.
getCellProperties() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetInfo
 
getCellProperties() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellSet
 
getCellProperties() - Method in class com.quartetfs.pivot.mdx.statement.impl.SelectStatement
 
getCellProperties() - Method in interface com.quartetfs.pivot.mdx.statement.ISelectStatement
Returns the cell properties.
getCellPropertiesPlanned() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.TupleExecTask
 
getCellPropertiesToCompute(List<String>) - Static method in class com.quartetfs.pivot.mdx.impl.ASelectStatementExecutor
Return the IMdxCellProperty associated to the given properties.
getCellProperty(IMdxMember, String, boolean) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Cell property value for a given member.
getCellProperty(IMdxMember, String, boolean) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getCellProperty(String) - Static method in class com.quartetfs.pivot.mdx.xmla.impl.MdxToOlapPropertyMapping
Get a cell property.
getCells() - Method in class com.qfs.pivot.json.cellset.JsonCellData
Gets the cells updated in the cellset.
getCells() - Method in class com.qfs.pivot.json.cellset.JsonCellSetData
 
getCells() - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
Gets all non-null cells of the cellset.
getCells() - Method in interface com.quartetfs.biz.pivot.streaming.ICellEvent
 
getCells() - Method in class com.quartetfs.biz.pivot.streaming.impl.CellEvent
 
getCellsCount() - Method in interface com.qfs.pivot.testing.ICellSetTester
Give the number of cells in the tested CellSet.
getCellsCount() - Method in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
 
getCellsCount() - Method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellsetTester
 
getCellsCount() - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester
 
getCellSet() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingResult
 
getCellSet() - Method in class com.activeviam.pivot.rest.dataexport.converters.MdxSelectQueryResult
 
getCellSet() - Method in interface com.quartetfs.biz.pivot.streaming.ICellSetEvent
 
getCellSet() - Method in class com.quartetfs.biz.pivot.streaming.impl.CellSetEvent
 
getCellSet() - Method in class com.quartetfs.pivot.mdx.impl.SelectStatementEvaluator
 
getCellSet() - Method in class com.quartetfs.pivot.mdx.plan.impl.PassExecutor
 
getCellSet() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateResult
 
getCellSetOrigin() - Method in interface com.qfs.pivot.testing.ICellSetTester
Gives the origin of the tested cellSet.
getCellSetOrigin() - Method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellsetTester
 
getCellSetOrigin() - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester
 
getCellSetState() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
getCellSetState() - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStream
 
getCellSetState() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStream
 
getCellSetState() - Method in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStream
 
getCellsFollower() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
getCellsOnly() - Method in interface com.quartetfs.biz.pivot.query.IMDXQuery
When the cells only flag is enabled, only the cells of the result cell set will be returned, without axis definition and the likes.
getCellsOnly() - Method in class com.quartetfs.biz.pivot.query.impl.MDXQuery
 
getCellValue(int, String) - Method in interface com.quartetfs.biz.pivot.cellset.ICellSet
Gets the value of a cell.
getCellValue(int, String) - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
getCellValue(int, String) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
getCellValue(int, String) - Method in class com.quartetfs.biz.pivot.cellset.impl.LocationCellSet
 
getCellValue(int, String) - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
getCellValue(int, String) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
getCellValue(int, String) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
getCellValue(ILocation, String) - Method in interface com.quartetfs.biz.pivot.cellset.ICellSet
Gets the value of a cell.
getCellValue(ILocation, String) - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
getCellValue(ILocation, String) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
getCellValue(ILocation, String) - Method in class com.quartetfs.biz.pivot.cellset.impl.LocationCellSet
 
getCellValue(ILocation, String) - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
getCellValue(ILocation, String) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
getCellValue(ILocation, String) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
getChanges(List<? extends IPointValueQuery>, boolean) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
getChanges(List<? extends IPointValueQuery>, boolean) - Method in class com.qfs.repository.impl.RepositoryService
 
getChanges(List<? extends IPointValueQuery>, boolean) - Method in interface com.qfs.repository.IRepositoryService
Gets the point values changes between from timestamp and to timestamp.
getChanges(List<? extends IPointValueQuery>, boolean) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getChanges(List<? extends IPointValueQuery>, boolean) - Method in interface com.qfs.repository.persistence.IPointValueDao
Retrieves all the point values updates (insertion, update and deletion) matching the criteria specified in the provided query.
getChanges(List<? extends IPointValueQuery>, boolean) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
getChangeType() - Method in class com.activeviam.database.api.experimental.refresh.TableUpdateDetail
 
getChannel() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
Returns the channel, can be null if the messenger is not connected.
getChannelSpeed() - Method in class com.qfs.msg.keyvalue.impl.KeyValueStatsHandler
Returns the speed in kB/s of data processing and publishing into the channel.
getChannelThroughputSpeed() - Method in class com.qfs.msg.keyvalue.impl.KeyValueStatsHandler
Returns the number of tuples per second published into the channel.
getChar(long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given memory address.
getChar(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given Java variable.
getCharacterCount() - Method in class com.qfs.msg.csv.impl.ParserResult
 
getCharacterCount() - Method in class com.qfs.msg.csv.impl.ParsingInfo
 
getCharacterCount() - Method in interface com.qfs.msg.csv.IParserResult
Returns the number of characters that were parsed.
getCharacterCount() - Method in interface com.qfs.msg.csv.IParsingInfo
Get the count of characters read.
getCharacterEncoding() - Method in class com.quartetfs.biz.xmla.impl.XmlaContext
 
getCharacterEncoding() - Method in interface com.quartetfs.biz.xmla.IXmlaContext
Returns the requested character encoding for the response.
getCharBuffer() - Method in class com.qfs.msg.csv.impl.ParserResource
 
getCharBuffer() - Method in interface com.qfs.msg.csv.IParserResource
Returns char buffer.
getCharBufferInitialPosition() - Method in class com.qfs.msg.csv.impl.ParserResource
Returns the position in the character buffer at which the data begins.
getCharEncoding() - Method in interface com.quartetfs.biz.xmla.IServletProperties
Returns the char encoding of the response.
getCharEncoding() - Method in class com.quartetfs.biz.xmla.servlet.impl.ServletProperties
 
getCharset() - Method in interface com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.IJsonCsvOutputConfiguration
 
getCharset() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvPivotTableOutputConfiguration
 
getCharset() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvTabularOutputConfiguration
 
getCharset() - Method in interface com.qfs.msg.csv.IFileParserConfiguration
Getter.
getCharset() - Method in class com.qfs.msg.csv.impl.FileParserConfiguration
 
getCharset() - Method in class com.qfs.msg.csv.impl.ParserContext
 
getCharVolatile(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a reference value from a given Java variable, with volatile load semantics.
getCheckSumOctalBytes(long, byte[], int, int) - Static method in class com.qfs.util.tar.impl.TarHeader
Parse the checksum octal integer from a header buffer.
getChild(IAxisMember, Object) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
Retrieves a child by its discriminator.
getChild(IAxisMember, Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
getChild(IAxisMember, Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Gets a child by its discriminator.
getChild(IAxisMember, Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
getChild(IAxisMember, Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
getChild(IAxisMember, Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
getChild(IAxisMember, Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
getChild(IAxisMember, Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
getChild(Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
getChild(Object) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisMember
Retrieve a child by its discriminator.
getChild(Predicate<IMultiVersionAxisMember>, IAxisMember, Object) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Retrieves a child member satisfying the given epochPredicate and with the given discriminator.
getChild(Predicate<IMultiVersionAxisMember>, IAxisMember, Object) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
getChild(Predicate<IMultiVersionAxisMember>, IAxisMember, Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
getChild(Node, String) - Static method in class com.quartetfs.fwk.util.impl.XmlUtil
Deprecated.
Get a child of node whose name is childName, or null if it does not exist.
NB: if there are several possible children for the given childName, consider using XmlUtil.getChildren(Node, String).
getChildByName(String) - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
Gets the child of this statistic that has the given name.
getChildByName(String) - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
getChildByName(String) - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
getChildLevel(IHierarchy, IParentAxisMember) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MergeUtils
Get the child level.
getChildLevelName(IHierarchy, IParentAxisMember) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MergeUtils
Get the child level name.
getChildren() - Method in class com.activeviam.copper.graph.CopperNode
 
getChildren() - Method in class com.qfs.chunk.direct.allocator.impl.ASlabMemoryAllocator
Gets the monitored children (the underlying allocators).
getChildren() - Method in class com.qfs.chunk.direct.allocator.impl.TrackerNativeMemoryAllocator
Gets the monitored children (currently only the underlying INativeMemoryAllocator).
getChildren() - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleterWithChildren
Retrieves the collection of tasks that have been added as children of this completer, but haven't been removed yet.
getChildren() - Method in interface com.qfs.content.service.IContentTree
Retrieve the children content sub-trees, each one being associated with its root entry's name.
getChildren() - Method in class com.qfs.content.service.impl.ContentTree
 
getChildren() - Method in class com.qfs.dic.impl.NullableDictionary
Retrieves the children of this monitored element.
getChildren() - Method in interface com.qfs.monitoring.statistic.IMonitoringStatistic
Gets the underlying statistics.
getChildren() - Method in class com.qfs.monitoring.statistic.impl.MonitoringStatistic
 
getChildren() - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
 
getChildren() - Method in class com.qfs.multiversion.impl.AEpochManager
Gets the Jmx children of this component.
getChildren() - Method in class com.qfs.pivot.impl.DistributedEpochManager
 
getChildren() - Method in interface com.qfs.pivot.mdx.compil.ICompilationVisitor
The children of this visitor.
getChildren() - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ACompilationVisitor
 
getChildren() - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
getChildren() - Method in class com.qfs.pivot.monitoring.impl.MonitoringStatisticAdapter
 
getChildren() - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
getChildren() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
Retrieves the children of this JMX bean.
getChildren() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the children MBeans indexed by their name.
getChildren() - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
Gets all monitored children of the datastore.
getChildren() - Method in class com.qfs.store.impl.StoreFieldMonitor
Returns the underlying dictionary of this field.
getChildren() - Method in class com.qfs.store.impl.StoreIndexMonitor
Retrieves the children MBeans of this monitor.
getChildren() - Method in class com.qfs.store.impl.StorePartitionMonitor
Retrieves the children MBeans of this monitor.
getChildren() - Method in class com.qfs.store.part.impl.APartitioningNode
Returns the children of this node, indexed by the decision value.
getChildren() - Method in class com.qfs.store.part.impl.PartitioningNodeDescription
Returns the children nodes.
getChildren() - Method in class com.qfs.store.query.plan.impl.DatastoreQueryMonitor
 
getChildren() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeNode
Returns the children.
getChildren() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
getChildren() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
getChildren() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisMember
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.5, Iterator method ensures no list allocation when not necessary
getChildren() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IParentAxisMember
Deprecated.
Returns the mapping from discriminator representation of children members' discriminators to children members, sorted by the discriminators.
getChildren() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.ITransactionalAxisMember
Deprecated.
 
getChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ADependencyNode
 
getChildren() - Method in interface com.quartetfs.fwk.monitoring.jmx.IDynamicMonitoring
Returns the monitored children of the monitored component.
getChildren() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.ADynamicMonitoring
 
getChildren() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
 
getChildren() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.JmxNode
 
getChildren(IAxisMember) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
Retrieves the children of the specified member.
getChildren(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
getChildren(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Retrieves the children of the specified member.
getChildren(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
getChildren(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
getChildren(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
getChildren(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
getChildren(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
getChildren(Predicate<IMultiVersionAxisMember>, IAxisMember) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Gets the list of all children of a given member at a given epoch.
getChildren(Predicate<IMultiVersionAxisMember>, IAxisMember) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
getChildren(Predicate<IMultiVersionAxisMember>, IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
getChildren(K) - Method in class com.qfs.graph.impl.Tree
 
getChildren(K) - Method in interface com.qfs.graph.ITree
Each node of the tree has potentially children nodes.
getChildren(N) - Method in class com.quartetfs.pivot.mdx.utils.impl.ColoredDirectedAcyclicGraph
Get the node's children.
getChildren(Node, String) - Static method in class com.quartetfs.fwk.util.impl.XmlUtil
Deprecated.
Get the children of node whose names are childName.
getChildrenCount() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
getChildrenCount() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisMember
Returns the number of all the multiversion children.
getChildrenCount(IMdxMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Returns the number of children without the DataMember.
getChildrenCount(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getChildrenGAQs() - Method in class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationQuery
 
getChildrenGAQs() - Method in interface com.quartetfs.biz.pivot.query.IMultiGetAggregatesNotificationQuery
Returns the group of queries.
getChildrenIterator() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
getChildrenIterator() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisMember
Returns all the multiversion children.
getChildrenIterator(IAxisMember) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
Retrieves the children iterator of the specified member.
getChildrenIterator(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
getChildrenIterator(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Retrieves the children iterator of the specified member.
getChildrenIterator(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
getChildrenIterator(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
getChildrenIterator(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
getChildrenIterator(IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
getChildrenIterator(Predicate<IMultiVersionAxisMember>, IAxisMember) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Gets an iterator on the children of a given member at a given epoch.
getChildrenIterator(Predicate<IMultiVersionAxisMember>, IAxisMember) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
getChildrenIterator(Predicate<IMultiVersionAxisMember>, IAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
getChildrenValues() - Method in class com.activeviam.copper.graph.CopperNode
Returns the children values of the children of the given node.
getChildWithName(Node, String) - Static method in class com.quartetfs.fwk.util.impl.XmlUtil
Deprecated.
Example: If xml=<parent><schema/><row><a/></row></parent> and childName="row", will return <row><a/></row>.
getChunk(int) - Method in class com.activeviam.column.LazyChunkedCompositeColumn
 
getChunk(int) - Method in interface com.qfs.column.ICompositeColumn
Gets the chunk containing the given row.
getChunk(int) - Method in class com.qfs.store.impl.AColumnStore.CompositeColumnView
 
getChunkAllocator() - Method in interface com.qfs.store.IChunkFactory
Gets the chunk allocator to be used by this chunk creator.
getChunkAllocator() - Method in class com.qfs.store.impl.ChunkFactory
 
getChunkCompressionFactor() - Method in class com.qfs.multiversion.impl.AEpochManager
getChunkCount() - Method in class com.qfs.column.impl.AChunkedColumn
Returns the number of allocated chunks in this column.
getChunkCount() - Method in class com.qfs.store.impl.StoreSummaryReport.PartitionSummaryReport
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
getChunkCreatorForSparse(IChunkFactory<Integer>) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
getChunkCreatorForSparse(IChunkFactory<K>) - Method in interface com.qfs.chunk.IChunk
Gets the chunk creator to use for the internal smaller chunk when replacing this chunk with a sparse chunk.
getChunkId() - Method in interface com.qfs.chunk.IChunk
Gets the unique ID of this chunk.
getChunkId() - Method in class com.qfs.chunk.impl.AChunk
 
getChunkId() - Method in class com.qfs.chunk.impl.ChunkMarked
 
getChunkId() - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
getChunkId() - Method in class com.qfs.chunk.impl.TombStoneChunk
 
getChunkId() - Method in class com.qfs.monitoring.statistic.memory.impl.ChunkSetStatistic
Retrieves the ID of this chunk set.
getChunkId() - Method in class com.qfs.monitoring.statistic.memory.impl.ChunkStatistic
Retrieves the id of this chunk.
getChunkLength(int) - Static method in class com.qfs.messenger.netty.streaming.impl.NettyStreamUtils
Returns the size of the chunk in bytes, excluding the header.
getChunkMask() - Method in class com.qfs.store.impl.AColumnChunkSet
Gets the chunk mask.
getChunkOrder() - Method in class com.qfs.store.impl.AColumnChunkSet
Gets the chunk order.
getChunks() - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
Returns the underlying aggregateStore chunks.
getChunks() - Method in class com.qfs.store.impl.ChunkSet
Gets the chunks that store the data.
getChunkSetId() - Method in interface com.qfs.store.IChunkSet
Gets the unique ID of this chunkSet.
getChunkSetId() - Method in class com.qfs.store.impl.ChunkSet
 
getChunkSize() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
getChunkSize() - Method in class com.qfs.column.impl.AChunkedColumn
Returns the size of a single chunk in this column.
getChunkSize() - Method in class com.qfs.desc.impl.StoreDescription
 
getChunkSize() - Method in interface com.qfs.desc.IStoreDescription
Gives the chunk size required for this store if using a column storage.
getChunkSize() - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
Gets the chunk size of columns.
getChunkSize() - Method in interface com.qfs.msg.jdbc.IJDBCTopic
Returns this topic's chunk size.
getChunkSize() - Method in class com.qfs.msg.jdbc.impl.JDBCTopic
 
getChunkSize() - Method in interface com.qfs.pivot.agg.IAggregateStore
Returns the size of an underlying chunk in this store.
getChunkSize() - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
getChunkSize() - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
getChunkSize() - Method in class com.qfs.store.impl.AColumnChunkSet
Returns the size of an underlying chunk in this store.
getChunkSize() - Method in class com.qfs.store.impl.MultiVersionColumnarRecordSet
 
getChunkSize() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the size of each record set's chunk.
getChunkSize() - Method in class com.qfs.store.impl.StoreMetadata
 
getChunkSize() - Method in class com.qfs.store.impl.StoreSummaryReport
The size of the chunks within the store.
getChunkSize() - Method in interface com.qfs.store.IMultiVersionRecordSet
Gets the size of a data chunk in this record set.
getChunkSize() - Method in interface com.qfs.store.IStoreMetadata
Gets the chunk size.
getChunkSize() - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
getChunkTransformations() - Method in interface com.activeviam.store.structure.IUpdateFieldsAction
Returns the functions performing the chunk transformations of the fields being updated.
getChunkType() - Method in interface com.qfs.chunk.IChunk
(For debug purpose) Gets the type of the chunk, and, if this chunk has an underlying chunk, the type of its underlying chunks recursively.
getChunkType() - Method in class com.qfs.chunk.impl.AChunkOffset
 
getChunkType() - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
getChunkTypes() - Method in class com.qfs.store.impl.ChunkSet
Gets a String representation of the types of all the chunks in this chunkSet.
getClaims() - Method in class com.qfs.jwt.impl.JwtAuthentication
Returns the content of the JWT.
getClasses(String) - Method in class com.quartetfs.fwk.contributions.impl.ClasspathContributionProvider
Scans all classes accessible from the context class loader which belong to the specified package and its subpackages, skipping the packages and subpackages excluded by the user.
getClassId() - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
getClassId() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
getClassId() - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Returns this visitor's Class ID.
getClassId() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
getClassId() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
getClassificationType() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo
Get the classification type of this level.
getClassificationType() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
getClazz() - Method in interface com.activeviam.health.monitor.IHealthEvent
The name of the class in which the event was created.
getClazz() - Method in class com.activeviam.health.monitor.impl.AHealthEvent
 
getCleansedLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
getCleansedLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
Returns the cleansed version of the underlying location, where all the analysis coordinates have been removed.
getCleansedLocation() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IScopeLocation
Returns a cleansed version of the scope location where wildcards on levels of type ALL have been removed.
getCleansedLocation(ILocation, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Returns a cleansed location of the provided location.
getCleansedScope() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Returns the scope of the point list, which, by construction, is the cleansed version of this PointListRetrievalResult.scope.
getCleansedScope() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointLocationListTransporter
 
getCleansedScope() - Method in interface com.quartetfs.biz.pivot.cellset.IPointLocationListTransporter
Returns the cleansed version of the list's scope.
getClock() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
Gets the time supplier to use in this ActivePivot.
getCluster(String) - Static method in class com.qfs.messenger.impl.LocalCluster
Gets or creates the cluster with the given name.
getCluster(String, String) - Static method in class com.qfs.messenger.impl.LocalCluster
Gets or creates the cluster with the given name.
getClusterDefinition() - Method in class com.qfs.pivot.impl.DataNode
Returns the clusterDefinition of this DataNode.
getClusterDefinition() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotInstanceDescription
Returns the definition of the cluster the cube belongs to.
getClusterDefinition() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
 
getClusterDefinition() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotInstanceDescription
 
getClusterDefinition() - Method in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
Returns the definition of the cluster over which all the members communicate.
getClusterId() - Method in class com.activeviam.health.monitor.impl.events.ClusterMemberChange
Returns the cluster id.
getClusterId() - Method in class com.activeviam.health.monitor.impl.events.ClusterViewChange
Returns the cluster id.
getClusterId() - Method in interface com.qfs.messenger.IClusterView
Returns the id of the cluster the view belongs to.
getClusterId() - Method in class com.qfs.messenger.impl.ClusterView
 
getClusterId() - Method in class com.qfs.messenger.impl.EmptyClusterView
 
getClusterMemberAddresses() - Method in interface com.qfs.messenger.IClusterView
Returns The set of cluster's members' IAddress.
getClusterMemberAddresses() - Method in class com.qfs.messenger.impl.ClusterView
 
getClusterMemberAddresses() - Method in class com.qfs.messenger.impl.EmptyClusterView
 
getClusterMemberAddresses() - Method in class com.qfs.messenger.impl.JGroupsClusterView
 
getClusterMemberId() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData
The cluster member id.
getClusterMemberId() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the cluster member Id within the distributed setting.
getClusterMemberId() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getClusterMemberId() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getClusterMembers() - Method in interface com.qfs.messenger.IClusterView
Returns set of cluster's members' names.
getClusterMembers() - Method in class com.qfs.messenger.impl.ADistributedMessenger
Return the list of the cluster's members as of the last known view.
getClusterMembers() - Method in class com.qfs.messenger.impl.ClusterView
 
getClusterMembers() - Method in class com.qfs.messenger.impl.EmptyClusterView
 
getClusterMembersRestAddresses() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Computes the physical addresses of all the data cubes, using their identifiers within the cluster and the properties ActiveViamProperty.DATA_CUBE_REST_ENDPOINT_PORT_PROPERTY, ActiveViamProperty.DATA_CUBE_REST_ENDPOINT_SUFFIX_PROPERTY.
getClusterMembersRestAddresses() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getClusterSpeed() - Method in class com.qfs.msg.keyvalue.impl.KeyValueStatsHandler
Returns the speed in kB/s of data transfer with the key-value database.
getClusterThroughputSpeed() - Method in class com.qfs.msg.keyvalue.impl.KeyValueStatsHandler
Returns the number of operations per second with the key-value database.
getCode() - Method in exception com.qfs.fwk.services.ServiceException
Gets the error code.
getCode() - Method in enum com.quartetfs.biz.pivot.cube.dimension.IDimension.DimensionType
Returns the XMLA code associated with this type.
getCode() - Method in enum com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
XMLA code associated with this type.
getColumn() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughHeader
Returns the column of the header.
getColumn() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughHeader
 
getColumn(int) - Method in class com.activeviam.column.impl.MultiColumnarTableWrapper
 
getColumn(int) - Method in class com.qfs.chunk.array.impl.ChunkArray
 
getColumn(int) - Method in interface com.qfs.column.IUnnamedColumnarTable
Returns the column stored at the given index.
getColumn(int) - Method in interface com.qfs.dic.IPointList
 
getColumn(int) - Method in interface com.qfs.pivot.agg.IAggregateStore
Returns the column stored at the given index.
getColumn(int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
getColumn(int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
getColumn(int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
getColumn(int) - Method in interface com.qfs.store.IChunkSet
Returns the column stored at the given index.
getColumn(int) - Method in class com.qfs.store.impl.ChunkSet
 
getColumn(int) - Method in interface com.qfs.store.record.IRecordBlock
 
getColumn(int) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Returns the column holding the values for the measure with the given ID.
getColumn(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
getColumn(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
getColumn(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
getColumn(int) - Method in class com.quartetfs.biz.pivot.contribution.impl.RecordBlockMeasureStore
 
getColumnBindings() - Method in interface com.qfs.pivot.agg.IAggregateStoreBinding
Returns the internal bindings between columns of both stores.
getColumnBindings() - Method in class com.qfs.pivot.agg.impl.AAggregateStoreBinding
 
getColumnBindings() - Method in class com.quartetfs.biz.pivot.aggfun.impl.NoOpAggregateStoreBinding
 
getColumnCalculators() - Method in class com.qfs.msg.csv.translator.impl.AColumnarTranslator
Getter.
getColumnCondition() - Method in class com.activeviam.database.api.experimental.refresh.TableUpdateDetail
 
getColumnCount() - Method in interface com.qfs.chunk.IChunkComposite
Gets the number of values that are stored in a position.
getColumnCount() - Method in class com.qfs.chunk.impl.ChunkComposite
 
getColumnCount() - Method in class com.qfs.chunk.impl.ChunkCompositeSparse
 
getColumnCount() - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
Gets the number of columns in the dictionary.
getColumnCount() - Method in interface com.qfs.msg.csv.ICSVParserConfiguration
Gets the expected number of fields in one line of data.
getColumnCount() - Method in interface com.qfs.msg.csv.ILineReader
Gets the column count.
getColumnCount() - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
 
getColumnCount() - Method in class com.qfs.msg.csv.impl.LineReader
 
getColumnCount() - Method in class com.qfs.msg.csv.impl.ParserContext
 
getColumnCount() - Method in interface com.qfs.pivot.agg.IAggregateStore
Returns the number of columns in this store.
getColumnCount() - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
getColumnCount() - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
getColumnCount() - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
getColumnCount() - Method in interface com.qfs.store.IChunkSet
Gets the number of columns in this chunkSet.
getColumnCount() - Method in class com.qfs.store.impl.ChunkSet
 
getColumnCount() - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
getColumnCount() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxDrillthroughRowset
 
getColumnCount() - Method in class com.quartetfs.pivot.mdx.xmla.impl.XmlaDrillthroughRowset
 
getColumnDataType(int) - Method in interface com.qfs.pivot.agg.IAggregateStore
Returns the type of values stored in the column at the given index.
getColumnDataType(int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
getColumnDataType(int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
getColumnDataType(int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
getColumnDataType(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
getColumnFormatters() - Method in interface com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.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.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonArrowOutputConfiguration
 
getColumnFormatters() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvPivotTableOutputConfiguration
 
getColumnFormatters() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvTabularOutputConfiguration
 
getColumnIndex(String) - Method in class com.activeviam.column.impl.MultiColumnarTableWrapper
 
getColumnIndex(String) - Method in class com.qfs.chunk.array.impl.ChunkArray
 
getColumnIndex(String) - Method in interface com.qfs.column.IColumnarTable
Returns the index of the column with that name (or -1 if it does not exist).
getColumnIndex(String) - Method in interface com.qfs.pivot.agg.IAggregateStore
 
getColumnIndex(String) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
getColumnIndex(String) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
getColumnIndex(String) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
getColumnIndex(String) - Method in interface com.qfs.store.record.IRecordBlock
 
getColumnIndex(String) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
getColumnIndex(String) - Method in class com.quartetfs.biz.pivot.contribution.impl.RecordBlockMeasureStore
 
getColumnIndexes() - Method in interface com.qfs.msg.csv.translator.IColumnarTranslator
The column indexes.
getColumnIndexes() - Method in class com.qfs.msg.csv.translator.impl.AColumnarTranslator
 
getColumnIndexes() - Method in class com.qfs.msg.impl.ATranslator
 
getColumnIndexes() - Method in interface com.qfs.msg.ITranslator
Retrieves mapping name to column index in the output.
getColumnIndexes() - Method in class com.qfs.source.impl.AStoreMessage
The column indexes for read and write in the tuple.
getColumnIndexes() - Method in class com.qfs.source.impl.StoreMessage
 
getColumnIndexes() - Method in interface com.qfs.source.IStoreMessage
Retrieves the mapping from column name to column index in tuples of the message.
getColumnInputFieldNames(int) - Method in interface com.qfs.pivot.agg.IAggregateStore
Returns the names of the input fields associated with the aggregation found at the requested index.
getColumnInputFieldNames(int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
getColumnInputFieldNames(int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
getColumnInputFieldNames(int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
getColumnInputFieldNames(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
getColumnName() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvIllegalVectorSizeError
The name of the column containing the faulty vector.
getColumnName() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvParseValueError
The name of the column containing the faulty vector.
getColumnName() - Method in class com.qfs.msg.csv.impl.CSVColumnParser
 
getColumnName() - Method in class com.qfs.msg.csv.translator.impl.AColumnCalculator
Returns the name of the calculated column.
getColumnName() - Method in class com.qfs.msg.csv.translator.impl.FileFullNameCalculator
 
getColumnName() - Method in class com.qfs.msg.csv.translator.impl.FileLastModifiedCalculator
 
getColumnName() - Method in class com.qfs.msg.csv.translator.impl.FileNameCalculator
 
getColumnName() - Method in class com.qfs.msg.csv.translator.impl.LineIndexCalculator
 
getColumnName() - Method in interface com.qfs.msg.IColumnCalculator
Getter.
getColumnName() - Method in class com.qfs.msg.impl.AIndexedColumnCalculator
Returns the name of the calculated column.
getColumnName() - Method in class com.qfs.msg.impl.ConstantCalculator
 
getColumnName() - Method in class com.qfs.msg.impl.EmptyCalculator
 
getColumnName() - Method in class com.qfs.msg.impl.MapFieldParser
 
getColumnName() - Method in class com.qfs.msg.impl.POJOColumnCalculator
 
getColumnName() - Method in class com.qfs.msg.keyvalue.impl.AJsonColumnCalculator
 
getColumnName() - Method in class com.qfs.msg.keyvalue.impl.KeyValueColumnCalculator
 
getColumnName() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughColumn
Returns the name of the column.
getColumnName() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumn
 
getColumnName() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughColumn
 
getColumnName(int) - Method in interface com.qfs.pivot.agg.IAggregateStore
Returns the name of the column stored at the given index.
getColumnName(int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
getColumnName(int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
getColumnName(int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
getColumnName(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
getColumnNames() - Method in class com.activeviam.column.impl.MultiColumnarTableWrapper
 
getColumnNames() - Method in class com.qfs.chunk.array.impl.ChunkArray
 
getColumnNames() - Method in interface com.qfs.column.IColumnarTable
Returns the names of all the columns in this table.
getColumnNames() - Method in interface com.qfs.pivot.agg.IAggregateStore
 
getColumnNames() - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
getColumnNames() - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
getColumnNames() - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
getColumnNames() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the names of the columns of the store.
getColumnNames() - Method in interface com.qfs.store.record.IRecordBlock
 
getColumnNames() - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
getColumnNames() - Method in class com.quartetfs.biz.pivot.contribution.impl.RecordBlockMeasureStore
 
getColumnNamesAndAggregations() - Method in interface com.qfs.pivot.agg.IAggregateStore
Returns a Map containing the names of the columns in this store, together with their associated IGenericAggregation.
getColumnNamesAndAggregations() - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
getColumnNamesAndAggregations() - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
getColumnNamesAndAggregations() - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
getColumnNamesAndAggregations() - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
getColumnOrdinal(String) - Method in class com.quartetfs.biz.xmla.discovery.impl.ARowsetDefinition
 
getColumnOrdinal(String) - Method in interface com.quartetfs.biz.xmla.rowset.definition.IRowsetDefinition
Get the ordinal of a column in the rowset definition.
getColumnPosition(String) - Method in interface com.qfs.msg.csv.translator.IColumnarTranslator
Returns the position of the column name If the columns does not exists, it returns null.
getColumnPosition(String) - Method in class com.qfs.msg.csv.translator.impl.AColumnarTranslator
 
getColumnPosition(String) - Method in class com.qfs.msg.csv.translator.impl.AHeaderTranslator
 
getColumns() - Method in interface com.activeviam.msg.csv.reporting.ICsvTopicParsingReport
Contains a map associating to each column's index its name, assuming they were specified when creating the CSVParserConfiguration.
getColumns() - Method in class com.activeviam.msg.csv.reporting.impl.CsvTopicParsingReport
A map of the columns this topic expects, or null if they were not specified.
getColumns() - Method in interface com.qfs.msg.csv.ICSVParserConfiguration
The names and positions of the column associated to this watcher.
getColumns() - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
 
getColumns() - Method in class com.qfs.msg.csv.impl.ParserContext
 
getColumns() - Method in interface com.qfs.msg.jdbc.IJdbcFetchingInfo
Returns the JDBC source columns.
getColumns() - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The Jdbc source columns.
getColumns() - Method in class com.quartetfs.biz.xmla.discovery.impl.ARowsetDefinition
 
getColumns() - Method in interface com.quartetfs.biz.xmla.rowset.definition.IRowsetDefinition
Columns defining the layout of that rowset definition.
getColumnsMapping(String) - Method in interface com.qfs.msg.csv.ICSVSource
Returns a mapping column index to column name, for the given topic.
getColumnsMapping(String) - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
getColumnsMapping(String) - Method in interface com.qfs.msg.jdbc.IJDBCSource
Retrieves from the database the column mapping (name to index) for the given topic.
getColumnsMapping(String) - Method in class com.qfs.msg.jdbc.impl.AJDBCSource
Deprecated.
 
getCommand() - Method in interface com.quartetfs.biz.xmla.IExecute
Returns the command to execute.
getCommand() - Method in class com.quartetfs.biz.xmla.impl.Execute
 
getCommitDuration() - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionCommitted
The duration of the commit itself, in milliseconds.
getCommitedState() - Method in class com.qfs.msg.csv.impl.ACSVTopic
Return the committed state of the topic (i.e all the files that have been submitted for processing).
getCommittedHeap() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
Returns the amount of committed heap memory at the time of creation of the event, in bytes.
getCommittedMap() - Method in class com.qfs.msg.csv.impl.ACSVTopic
Returns the collection of paths that have been published by this topic already.
getCommittedState(String) - Method in class com.qfs.msg.csv.impl.FileSystemCSVMonitoring
Retrieves the committed state of the given topic.
getCommittedStoreIds() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation
Ids of the stores that will be committed at the end of the transaction.
getCommitTime() - Method in class com.quartetfs.biz.pivot.transaction.impl.SchemaTransactionInfo
 
getCommitTimeUpdateWhereTriggers() - Method in class com.qfs.store.impl.StoreBase
 
getCommitTimeUpdateWhereTriggers() - Method in interface com.qfs.store.IStoreBase
Gets the list of registered commit-time updateWhereTriggers.
getCompanion() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Returns the unique name of a member that will be used by the aggressive formula evaluation optimization.
getCompanion() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
getCompanion() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxFormulaMember
The companion is a non calculated member that is used by Mdx engine to find the tuples where this formula does not need to be evaluated.
getCompanion() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
getComparator() - Method in class com.activeviam.copper.MemberAndValue
Deprecated.
 
getComparator() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo
Get the level comparator.
getComparator() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
getComparator() - Method in interface com.quartetfs.biz.pivot.definitions.IAxisLevelDescription
Gets the IComparatorPivot plugin key and its additional special order from the IComparatorDescription for the axisLevel.
getComparator() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
getComparator() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxLevel
Returns the level comparator.
getComparator() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxLevel
 
getComparatorOrDefault() - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Gets the member comparator of this level.
getComparatorPluginKey() - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Gets the plugin key of the member comparator of this level.
getCompetentUsersFor(Set<String>) - Method in interface com.qfs.snl.workflows.tasks.ITaskAssigner
Get the competent users for the given group id A group id can be a breach, a threshold change, ...
getCompilationTime() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The time needed to compile the query to ICompiledQuery.
getCompiledExpression() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxFormulaMember
An optional compiled expression to use instead of this members expression as returned by IMdxFormulaMember.getExpression().
getCompiledExpression() - Method in class com.quartetfs.pivot.mdx.meta.impl.AliasedSet
 
getCompiledExpression() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
getCompiledExpression() - Method in interface com.quartetfs.pivot.mdx.statement.IFormulaSpecification
An optional compiled expression to use instead of this formulas expression as returned by IFormulaSpecification.getExpression().
getCompiledExpression() - Method in class com.quartetfs.pivot.mdx.statement.impl.FormulaSpecification
 
getCompiledFilter() - Method in class com.qfs.pivot.cube.provider.partition.impl.AIndexedPartitionedAggregateProviderTransaction.BitmapAggregateCollectorExpansionContext
Retrieves the compiled filter from this expansion context.
getCompiledQuery() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
 
getCompletionTime() - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
Returns the completion time in milliseconds.
getCompletionTime() - Method in interface com.qfs.msg.jdbc.IJdbcFetchingInfo
Returns the total completion time (fetching + publication).
getCompletionTime() - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The total completion time (fetching + publication).
getComponentType() - Method in interface com.qfs.chunk.IAllocationSettings
Returns the component type of the vectors to allocate, as in Types.TYPE_*.
getComponentType() - Method in class com.qfs.chunk.impl.VectorsAllocationSettings
 
getComponentType() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
getComponentType() - Method in interface com.qfs.desc.IVectorFieldDescription
Returns the component type of this vector.
getComponentType() - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
getComponentType() - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
getComponentType() - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
getComponentType() - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
getComponentType() - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
getComponentType() - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
getComponentType() - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
getComponentType() - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
getComponentType() - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
getComponentType() - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
getComponentType() - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
getComponentType() - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
getComponentType() - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
getComponentType() - Method in interface com.qfs.vector.IBlock
Returns the component type of the vectors whose data can be stored in this block.
getComponentType() - Method in class com.qfs.vector.impl.ABlockVector
 
getComponentType() - Method in class com.qfs.vector.impl.ADelegateReadOnlyVector
 
getComponentType() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
getComponentType() - Method in class com.qfs.vector.impl.EmptyVector
 
getComponentType() - Method in class com.qfs.vector.impl.TombStoneBlock
 
getComponentType() - Method in class com.qfs.vector.impl.ZeroVector
 
getComponentType() - Method in interface com.qfs.vector.IVector
Returns the component type of this vector as a type, as in Types.TYPE_*.
getComponentType() - Method in interface com.qfs.vector.IVectorAllocator
Returns the component type of the vectors allocated by this pool.
getComponentTypeFromContentType(int) - Static method in class com.qfs.vector.impl.Vectors
Deprecated, for removal: This API element is subject to removal in a future version.
getCompressionThreadCount() - Method in interface com.qfs.multiversion.IEpochManagementPolicy
Returns the maximum number of threads that can perform compression work.
getCompressionThreadPool() - Method in interface com.qfs.multiversion.IEpochManagementPolicy
Returns the maximum number of threads that can perform compression work.
getComputedAxes() - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager.SubSelectPass
Returns the cached computed axes of a SubSelect.
getComputeHelper() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICalculatedDrillthroughColumn
Returns the map of available columns indexed by their name.
getComputeHelper() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumn
 
getComputeImpactTiming() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
Returns the computeImpactTiming.
getComputeImpactTiming() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousMdxTiming
Returns the time to compute the impact.
getComputeUpdatesTiming() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
Returns the computeUpdatesTiming.
getComputeUpdatesTiming() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousMdxTiming
Returns the time to compute the updates.
getComputingQueryId() - Method in interface com.quartetfs.biz.pivot.query.aggregates.ICachedAggregates
Returns the ID of the query that computed these aggregates.
getComputingQueryId() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.CachedAggregatesRetrievalResult
 
getConcealedHierarchies() - Method in interface com.quartetfs.biz.pivot.definitions.IDataClusterDefinition
Returns the list of hierarchies that must be hidden from the distributed application.
getConcealedHierarchies() - Method in class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
 
getConcealedMeasures() - Method in interface com.quartetfs.biz.pivot.definitions.IDataClusterDefinition
Returns the list of measures that must be hidden from the distributed application.
getConcealedMeasures() - Method in class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
 
getConcreteReference(int) - Method in interface com.activeviam.store.IInternalStorePartitionVersion
 
getConcreteReference(int) - Method in class com.qfs.store.impl.ADelegateStorePartitionView
 
getConcreteReference(int) - Method in class com.qfs.store.impl.StorePartitionTransaction
 
getConcreteReference(int) - Method in class com.qfs.store.impl.StorePartitionVersion
 
getConcreteReference(int) - Method in class com.qfs.store.impl.UserStorePartitionVersion
 
getConcreteReference(int) - Method in interface com.qfs.store.IStorePartitionTransaction
 
getConcreteReference(int) - Method in interface com.qfs.store.IStorePartitionVersion
 
getConcreteReference(int) - Method in interface com.qfs.store.IStorePartitionView
Gets a reference materialized between this partition and a referenced partition.
getConcreteReference(int) - Method in class com.qfs.store.transaction.impl.TransactionalStorePartitionView
 
getConcreteReferences() - Method in class com.qfs.store.impl.MultiVersionStorePartition
 
getConcreteReferences() - Method in interface com.qfs.store.IMultiVersionStorePartition
Gets the list of the references materialized between this partition and referenced partitions.
getConcurrentListenTasks() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationService
Gets the number of currently ongoing listen tasks.
getCondition() - Method in class com.activeviam.database.api.query.DistinctQuery
A condition used to filter the records.
getCondition() - Method in class com.activeviam.database.api.query.ListQuery
A condition use to filter the records.
getCondition() - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData
 
getCondition() - Method in interface com.qfs.store.IActivePivotSchemaSelectionSession
Returns the condition filtering the facts.
getCondition() - Method in interface com.qfs.store.IInsertionTimeUpdateWhereInfo
Gets the condition on the base store that decides whether the trigger should be applied.
getCondition() - Method in class com.qfs.store.impl.ActivePivotSchemaSelectionSession
 
getCondition() - Method in class com.qfs.store.impl.InsertionTimeUpdateWhereInfo
Gets the condition on the base store that decides whether the trigger should be applied.
getCondition() - Method in class com.qfs.store.query.condition.impl.RecordQuery
 
getCondition() - Method in interface com.qfs.store.query.IQuery
Gets the criteria of this query.
getCondition() - Method in interface com.quartetfs.biz.pivot.definitions.IFilterDescription
Returns the associated condition.
getCondition() - Method in class com.quartetfs.biz.pivot.definitions.impl.FilterDescription
 
getCondition() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSelectionOptimizer.SelectionDefinition
 
getCondition() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDrillthroughContinuousQuery
Returns the condition associated with this continuous query.
getCondition() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExternalRetrievalInfo
Returns the condition that filters the record of the target store.
getCondition() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
 
getCondition() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
 
getCondition() - Method in class com.quartetfs.fwk.filtering.impl.SubCondition
 
getCondition() - Method in interface com.quartetfs.fwk.filtering.ISubCondition
Returns the underlying condition.
getCondition() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The query's condition.
getConditions() - Method in class com.qfs.pivot.json.database.JsonDatabaseQuery
Gets the query conditions.
getConditions() - Method in class com.qfs.store.impl.DatastoreUpdateWhere
Gets the conditions of the updateWhere.
getConditions() - Method in class com.qfs.store.query.plan.impl.QueriedStore
 
getConditions() - Method in interface com.qfs.store.query.plan.IQueriedStore
 
getConditions() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeNode
Returns the conditions.
getConditions() - Method in interface com.quartetfs.fwk.filtering.ILogicalCondition
Returns the underlying conditions of this logical condition.
getConditions() - Method in class com.quartetfs.fwk.filtering.impl.LogicalCondition
 
getConfig() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueSource
Returns the key-value configuration.
getConfig() - Method in class com.qfs.msg.keyvalue.impl.KeyValueSource
Deprecated.
 
getConfiguration() - Method in interface com.qfs.msg.csv.ICSVSource
Gets the configuration of the source (only available after initialization).
getConfiguration() - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
getConfiguration() - Method in interface com.qfs.msg.keyvalue.IKeyValueConnectionPool
 
getConfiguration() - Method in class com.qfs.msg.keyvalue.impl.AKeyValueConnectionPool
 
getConfiguration() - Method in interface com.qfs.snl.agent.service.IMonitorExecution
Gets the monitoring specific configuration extracted from the definition.
getConfiguration() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
getConfiguration() - Method in class com.qfs.snl.dtos.MonitorDto
 
getConfiguration() - Method in class com.qfs.snl.dtos.ProtocolConfigurationDto
Returns the configuration.
getConfiguration() - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
Gets the configuration.
getConfiguration() - Method in interface com.qfs.snl.monitors.IMonitor
Gets the configuration for this monitor.
getConfiguration() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getConfiguration() - Method in class com.qfs.snl.workflows.impl.WorkflowSchema
 
getConfiguration() - Method in interface com.qfs.snl.workflows.IWorkflowSchema
Gets the mapping of action types to a workflow name.
getConfigurator() - Method in class com.qfs.websocket.client.AuthenticatedClientEndPointConfig
 
getConflationQueueSizeAsString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Returns the size of the conflation queue for each branch and event type.
getConnectionDetails() - Method in interface com.qfs.snl.agent.IAgentDescription
Get the connection details about the agent.
getConnectionDetails() - Method in class com.qfs.snl.dtos.AgentDescriptionDto
 
getConnectionPoolSize() - Method in interface com.qfs.msg.keyvalue.IKeyValueSourceConfiguration
 
getConnectionPoolSize() - Method in class com.qfs.msg.keyvalue.impl.KeyValueSourceConfiguration
 
getConnector() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueSource
Returns the key-value connector.
getConnector() - Method in interface com.qfs.msg.keyvalue.IKeyValueConnectionPool
 
getConnector() - Method in class com.qfs.msg.keyvalue.impl.AKeyValueConnectionPool
 
getConnector() - Method in class com.qfs.msg.keyvalue.impl.KeyValueSource
Deprecated.
The connector to the key-value database.
getConstant() - Method in class com.qfs.msg.impl.ConstantCalculator
Gets the value of the constant.
getConstantMatch() - Method in interface com.qfs.store.record.ISingleFieldRecordProcedure
Indicate if the result of the processing of the rows by this procedure will lead to a constant result and which one.
getConstructorSrc(Class<? extends IAggregationBinding>[]) - Static method in class com.qfs.pivot.agg.impl.AggregateStoreBindingCompiler
Source of the constructor.
getContent() - Method in interface com.qfs.agg.IHistory
Gives the actual object that encapsulates the history.
getContent() - Method in class com.qfs.agg.impl.AvgFunction.DoubleVectorHistory
 
getContent() - Method in class com.qfs.agg.impl.AvgFunction.FloatVectorHistory
 
getContent() - Method in class com.qfs.agg.impl.AvgFunction.IntegerVectorHistory
 
getContent() - Method in class com.qfs.agg.impl.AvgFunction.LongVectorHistory
 
getContent() - Method in class com.qfs.agg.impl.AvgFunction.NumberHistory
 
getContent() - Method in class com.qfs.agg.impl.DistinctCountFunction.History
 
getContent() - Method in class com.qfs.agg.impl.DistinctCountSupportingRemovalsFunction.History
 
getContent() - Method in class com.qfs.agg.impl.MaxHistoryFunction.History
 
getContent() - Method in class com.qfs.agg.impl.MinHistoryFunction.History
 
getContent() - Method in class com.qfs.content.rest.impl.RestContentJsonParams.PostFileJsonParam
Returns the content.
getContent() - Method in class com.qfs.content.rest.impl.RestContentJsonParams.PutFileJsonParam
Returns the content of the file to create (null for a directory).
getContent() - Method in class com.qfs.content.service.audit.impl.AuditableCSEntry
 
getContent() - Method in interface com.qfs.content.service.IBasicPathlessContentEntry
The entry's content, null for a directory.
getContent() - Method in class com.qfs.content.service.impl.BasicPathlessContentEntry
 
getContent() - Method in class com.qfs.content.service.impl.CSEntry
 
getContent() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
getContent() - Method in interface com.qfs.snl.data.ISentinelAlert
Return the information related to that alert.
getContent() - Method in class com.qfs.snl.dtos.AlertDto
 
getContent() - Method in class com.qfs.snl.dtos.MessageDto
Returns the content.
getContent() - Method in interface com.qfs.snl.messages.IMessage
Gets the content of the message.
getContent() - Method in class com.qfs.snl.messages.impl.AMessage
 
getContent() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getContent() - Method in class com.qfs.store.impl.MultiVersionStorePartition
 
getContent() - Method in class com.qfs.store.impl.StorePartitionBase
Content of the partition, lazily allocated the first time something must be written into it.
getContent() - Method in class com.qfs.store.impl.StorePartitionTransaction
Deprecated.
getContent() - Method in interface com.qfs.store.IMultiVersionStorePartition
Gets the multiversion content of this partition.
getContent() - Method in interface com.qfs.util.ui.ICell
Gets the text contained in this cell.
getContent() - Method in class com.qfs.util.ui.impl.CenteredCell
 
getContent() - Method in class com.qfs.util.ui.impl.LeftPaddedCell
 
getContent() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughRow
The content of the row.
getContent() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughRow
 
getContent() - Method in class com.quartetfs.biz.pivot.dto.DrillthroughRowDTO
 
getContent() - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughHeadersQuery
 
getContent() - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughQuery
 
getContent() - Method in class com.quartetfs.biz.pivot.query.impl.MDXQuery
 
getContent() - Method in interface com.quartetfs.biz.pivot.query.IStringQuery
Returns the content of the query.
getContentClass() - Method in interface com.qfs.desc.IFieldDescription
Gets the class this field represents.
getContentClass() - Method in class com.qfs.desc.impl.FieldDescription
 
getContentClass() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
getContentClass() - Method in interface com.qfs.literal.ILiteralType
Returns the content class for this ILiteralType.
getContentClass() - Method in class com.qfs.literal.impl.LiteralType
 
getContentClass(int) - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
getContentClass(int) - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
getContentClass(int) - Method in class com.qfs.store.record.impl.RecordFormat
 
getContentClass(int) - Method in interface com.qfs.store.record.IRecordFormat
Returns the class represented by the field matching the given index, or null if this field does not represent a java object.
getContentOperation() - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
getContentOperation() - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Gets the content operations.
getContentService() - Method in class com.qfs.content.snapshot.impl.ContentServiceSnapshotter
 
getContentService() - Method in interface com.qfs.pivot.content.IActivePivotContentService
The data stored by this IActivePivotContentService is put in the root directory of the returned object.
getContentService() - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
getContentService() - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
getContentTree() - Method in class com.qfs.content.rest.impl.RestContentJsonParams.ImportSubtreeJsonParam
Returns the IContentTree to import.
getContentType() - Method in class com.activeviam.type.FieldType
 
getContentType() - Method in interface com.activeviam.type.IFieldType
Gets the content type of this type.
getContentType() - Method in interface com.qfs.literal.ILiteralType
Returns the content type as an int.
getContentType() - Method in class com.qfs.literal.impl.LiteralType
 
getContentType() - Method in class com.qfs.store.impl.StoreFieldMonitor
 
getContentType(int) - Static method in class com.qfs.store.Types
Returns the java type that is represented in the stored data.
getContentTypeString(int) - Static method in class com.qfs.store.Types
Returns the string name of the type content class.
getContext() - Method in class com.activeviam.copper.recast.CubeStructureChange
The context of the new structure, with formatters of measures defined in Copper added into SharedContext.
getContext() - Method in interface com.qfs.distribution.IDistributedActivePivot
 
getContext() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
 
getContext() - Method in class com.qfs.msg.csv.impl.FileTask
Returns the context.
getContext() - Method in interface com.qfs.msg.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.qfs.msg.impl.ColumnCalculationContext
Returns the current context.
getContext() - Method in interface com.qfs.pivot.cube.provider.IAggregateProvider
Returns the current ActivePivot context held in this aggregate provider.
getContext() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderBase
Returns the associated ActivePivot instance context.
getContext() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderBase
Returns the current ActivePivot context for the aggregate providers.
getContext() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderBase
 
getContext() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderVersion
 
getContext() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderBase
 
getContext() - Method in class com.qfs.pivot.cube.provider.impl.AMultiVersionAggregateProvider
 
getContext() - Method in class com.qfs.pivot.cube.provider.impl.AMultiVersionGlobalAggregateProvider
 
getContext() - Method in class com.qfs.pivot.cube.provider.impl.MultiVersionAggregateProviderHolder
 
getContext() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionAggregateProvider
Get the current ActivePivot context.
getContext() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionGlobalAggregateProvider
Get the current ActivePivot context.
getContext() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
getContext() - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
 
getContext() - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
 
getContext() - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
getContext() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getContext() - Method in class com.qfs.pivot.json.database.JsonDatabaseEdit
Gets the context values containing the statistics option.
getContext() - Method in class com.qfs.pivot.json.query.JsonMdxQuery
Gets the context of the query.
getContext() - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Returns the list of context values..
getContext() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
getContext() - Method in interface com.qfs.store.IStorePartitionTransaction
Gets the transaction context of the datastore.
getContext() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughQueryContext
Returns the context bound to the ActivePivot's instance on which the query is performed.
getContext() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughQueryContext
 
getContext() - Method in interface com.quartetfs.biz.pivot.IActivePivot
Returns the context.
getContext() - Method in interface com.quartetfs.biz.pivot.IActivePivotTransaction
Returns the context.
getContext() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
Returns the associated context.
getContext() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotTransaction
 
getContext() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getContext() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getContext() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Returns the context.
getContext() - Method in interface com.quartetfs.biz.pivot.postprocessing.IPrefetchRequest
An arbitrary context, set by you (the user) when constructing a prefetch request.
getContext() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode.Snapshot
Returns the context of this snapshot.
getContext() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.PrefetchRequest
 
getContext() - Method in interface com.quartetfs.pivot.mdx.IExpressionExecutor
Returns the execution context.
getContext() - Method in interface com.quartetfs.pivot.mdx.IExpressionResolver
Gets the resolution context.
getContext() - Method in class com.quartetfs.pivot.mdx.impl.ExpressionExecutor
 
getContext() - Method in class com.quartetfs.pivot.mdx.impl.SelectStatementResolver
 
getContext() - Method in class com.quartetfs.pivot.mdx.plan.impl.Pass
 
getContext(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Gets the context associated with the given group id.
getContext(int) - Method in class com.quartetfs.biz.xmla.servlet.impl.AttributesMarshallingContext
 
getContext(Class<? extends IContextValue>) - Method in class com.quartetfs.biz.pivot.security.impl.AEntitlement
Returns a context by its type.
getContextDependencies() - Method in class com.activeviam.copper.hierarchy.BucketingAnalysisAggregationProcedure
Deprecated.
 
getContextDependencies() - Method in class com.activeviam.pivot.postprocessing.impl.AAdvancedPostProcessor
Returns the unmodifiable set of context dependencies defined in this post-processor.
getContextDependencies() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.AProxyMeasure
 
getContextDependencies() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAnalysisAggregationProcedure
Gets the list of context values that the procedure requires to perform its mapping.
getContextDependencies() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAnalysisAggregationProcedure
 
getContextDependencies() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IAggregatedMeasure
 
getContextDependencies() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureMember
Returns the context dependencies.
getContextDependencies() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.PostProcessedMeasure
Returns the context dependencies.
getContextDependencies() - Method in interface com.quartetfs.biz.pivot.formula.IFormula
Get the Context value dependencies.
getContextDependencies() - Method in class com.quartetfs.biz.pivot.formula.impl.AOperand
 
getContextDependencies() - Method in class com.quartetfs.biz.pivot.formula.impl.Formula
Computes the Context Value Dependencies by relying on each operand implementation of getContextDependencies.
getContextDependencies() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandAggregatedValue
 
getContextDependencies() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandChildAggregatedValues
 
getContextDependencies() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandDynamicAggregation
 
getContextDependencies() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandParentAggregatedValue
 
getContextDependencies() - Method in interface com.quartetfs.biz.pivot.formula.IOperand
When an operand depends on a context value, its evaluation may differ from one query to the next, depending on that value in the scope of the query.
Only operands and subsequently formulas that depend on the same value of a context value can share some of their processing during query evaluation.
getContextDependencies() - Method in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor
A post processor exposes its context dependencies.
getContextDependencies(int) - Method in interface com.quartetfs.pivot.mdx.IContextExpressionDependency
This gives the hierarchies that the expression actually depends on.
getContextDependencies(int) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
 
getContextGroup() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousGAQMonitor
Returns the context group id, or MBean info.
getContextGroup() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitor
 
getContextGroup() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
 
getContextGroupId() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Returns the context group Id as registered in ContinuousQueryRegistry.
getContextGroupMonitor() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode.Snapshot
Returns the monitor of the context group.
getContextGroupMonitor(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Returns the monitor corresponding to the context group.
getContextGroupMonitoring() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
Returns the monitor of the context group.
getContextGroupMonitors() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Returns all context group monitors indexed by their context group id.
getContextGroupMonitors() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Returns the registered context groups.
getContextInterface() - Method in class com.qfs.repository.context.impl.LookupBehavior
 
getContextInterface() - Method in class com.qfs.repository.context.impl.LookupBehaviorTranslator
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
getContextInterface() - Method in interface com.quartetfs.biz.pivot.context.IContextValue
Returns the reference interface of the context value.
getContextInterface() - Method in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
Returns the interface that identifies the supported context value.
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.ADiscreteRangeContextValueTranslator
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.AsOfEpoch
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.AsOfEpochTranslator
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.Branch
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.CubeFilterTranslator
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.DiscreteRangeContextValue
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.FlatContextValuesHolder
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContextTranslator
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimitTranslator
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimit
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimitTranslator
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.SubCubePropertiesTranslator
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.UserAuthentication
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.impl.UserAuthenticationTranslator
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.MissedPrefetchBehavior
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.query.impl.QueryCache
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
getContextInterface() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoringTranslator
 
getContextKey(IMdxContext, String, String) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Gets the key in the given context of the element whose prefix and uniqueName are given.
getContextMaintainer() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RealTimeSelectExecutor
 
getContextNode(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Gets a context node by its contextGroupId.
getContextNodes() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Returns the context nodes having continuous queries depending on some handlers of the stream, indexed by their name.
getContexts() - Method in class com.quartetfs.biz.pivot.impl.ContextsWrapper
Gets the context values.
getContexts() - Method in interface com.quartetfs.biz.pivot.security.IEntitlement
Returns the list of context values in the entitlement.
getContexts() - Method in class com.quartetfs.biz.pivot.security.impl.AEntitlement
Returns all the context values.
getContextSnapshot() - Method in interface com.quartetfs.biz.pivot.query.IActivePivotContinuousQuery
Returns the contexts snapshoted when the continuous query has been created.
getContextSnapshot() - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
getContextSnapshot() - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStreamIdentifier
 
getContextSnapshot() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamIdentifier
 
getContextSnapshots() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode.Snapshot
Returns list of context nodes of the snapshot.
getContextType() - Method in class com.qfs.distribution.impl.NotificationMessage
 
getContextType() - Method in class com.qfs.messenger.impl.GoodbyeMessage
 
getContextType() - Method in class com.qfs.messenger.impl.HelloMessage
 
getContextType() - Method in class com.qfs.messenger.impl.RestartOrderMessage
 
getContextType() - Method in interface com.qfs.messenger.message.IBroadcastMessage
Returns the type of local context that should be injected to this message.
getContextType() - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
getContextType() - Method in class com.qfs.messenger.message.impl.ATransactionCommittedMessage
 
getContextType() - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
getContextType() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
getContextType() - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
getContextType() - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
getContextType() - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
getContextType() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
 
getContextType() - Method in class com.qfs.query.impl.AMessageWithCountedCompleter
 
getContextType() - Method in class com.qfs.query.impl.RetrieveAggregatesMessage
 
getContextType() - Method in exception com.quartetfs.biz.pivot.context.UserContextRestrictionException
Gets the type of the wanted context value.
getContextValue() - Method in class com.activeviam.copper.operation.function.ContextValueFunction
Gets the context value represented by this function.
getContextValue(String, Class<? extends T>) - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Returns the stored value for that interface, or null if none is stored.
getContextValue(String, Class<? extends T>) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
 
getContextValue(String, String, Class<? extends T>) - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Return a context value attached to a role and a pivot instance or a global context value (attached to all pivot instances) when pivotId is null.
getContextValue(String, String, Class<? extends T>) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
 
getContextValue(String, String, Class<T>) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Deprecated, for removal: This API element is subject to removal in a future version.
Context Value storing in content service is dropped in 6.1
getContextValue(String, String, Class<T>) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
getContextValue(String, String, Class<T>) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
getContextValue(List<? extends IContextValue>, Class<T>) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextUtils
Returns the (first) context value of the list whose type is equals to the specified one.
getContextValueAdapter() - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Returns a context value adapter that can translate series of context values from and to a repository of Properties.
getContextValueAdapter() - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
 
getContextValueDescriptionCreator(IContextValueDescriptionCreatorFactory, IContextValueTranslator<IContextValue>) - Method in class com.activeviam.contextservice.local.MetadataRepository
getContextValueIndex(List<? extends IContextValue>, Class<? extends IContextValue>) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextUtils
Returns the index of the (first) context value of the list whose type is equals to the specified one.
getContextValueKey() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The context value key.
getContextValueKey() - Method in exception com.quartetfs.biz.pivot.context.ContextValueTranslationException
 
getContextValueName() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The context value name.
getContextValues() - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
getContextValues() - Method in class com.qfs.pivot.json.discovery.JsonDiscovery
 
getContextValues() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData
The context values.
getContextValues() - Method in interface com.quartetfs.biz.pivot.context.IContextSnapshot
Returns a map of all the context values that are part of this snapshot.
getContextValues() - Method in class com.quartetfs.biz.pivot.context.impl.ContextSnapshot
 
getContextValues() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
getContextValues() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
Returns the context values represented as strings..
getContextValues() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the context values for the retrievals execution.
getContextValues() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getContextValues() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getContextValues() - Method in interface com.quartetfs.biz.pivot.query.IContextualQuery
Returns the optional list of context values.
getContextValues() - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
Gets the context values to use for the query.
getContextValues() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersQuery
 
getContextValues() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
 
getContextValues() - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
getContextValues() - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
 
getContextValues() - Method in class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
 
getContextValues() - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughHeadersQuery
 
getContextValues() - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughQuery
 
getContextValues() - Method in class com.quartetfs.biz.pivot.query.impl.MDXQuery
 
getContextValues() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryMonitor
For MBean info.
getContextValues() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Returns the context values of the monitored context group.
getContextValues() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
Returns the context values.
getContextValues() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousMdxTiming
Returns the context values.
getContextValues() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitor
 
getContextValues() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
 
getContextValues() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
 
getContextValues() - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStreamNode
 
getContextValues() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamNode
 
getContextValues() - Method in class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
Returns the context values of the underlying query.
getContextValues() - Method in class com.quartetfs.fwk.logging.impl.GaqTiming
Returns the context values.
getContextValues() - Method in class com.quartetfs.fwk.logging.impl.MdxTiming
Returns the context values.
getContextValues() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
Returns the context values of the continuous query.
getContextValues(IActivePivotVersion) - Static method in class com.qfs.pivot.builder.discovery.impl.CatalogDiscoveryBuilder
The context values.
getContextValues(String) - Method in class com.activeviam.contextservice.distributed.DistributedContextValueGetter
 
getContextValues(String) - Method in interface com.activeviam.contextservice.IContextValueGetter
Returns the context values that are associated with a given ActivePivot and which also have IAdditionalContextMetadata.
getContextValues(String) - Method in class com.activeviam.contextservice.local.LocalContextValueGetter
 
getContextValues(String) - Method in class com.activeviam.contextservice.remote.RemoteContextValueGetter
 
getContextValues(String) - Method in interface com.activeviam.contextservice.service.ISpreadsheetRestService
Gets the context values defined for the cube pivot.
getContextValues(String) - Method in class com.activeviam.contextservice.service.metadata.ContextValueMetadataService
Gets the context values for an ActivePivot.
getContextValues(String) - Method in class com.activeviam.contextservice.service.SpreadsheetRestServiceController
 
getContextValues(String) - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Retrieves all the context values associated with the current user and its roles.
getContextValues(String) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
Return contextValues for currentUser.
getContextValueType() - Method in class com.activeviam.copper.measure.ContextValueMeasure
Returns the type of the context value.
getContextValueValue() - Method in exception com.quartetfs.biz.pivot.context.ContextValueTranslationException
 
getContinuousGAQMonitor(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Returns the continuous GAQ monitor corresponding to the given queryName.
getContinuousGAQMonitor(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Returns the continuous GAQ monitor for the given name.
getContinuousGAQMonitors() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
Returns the continuous GAQ monitors registered on this context node.
getContinuousGAQMonitors() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Returns the list of continuous GAQ monitors indexed by the query name.
getContinuousGAQMonitors() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Returns the list of continuous GAQ monitors under this context group.
getContinuouslyQueryable() - Method in interface com.quartetfs.biz.pivot.streaming.IActivePivotStreamIdentifier
 
getContinuouslyQueryable() - Method in class com.quartetfs.biz.pivot.streaming.impl.ActivePivotQueryStreamIdentifier
 
getContinuouslyQueryable() - Method in interface com.quartetfs.tech.streaming.sharing.IStreamOnContinuouslyQueryableIdentifier
Returns the underlying IContinuouslyQueryable.
getContinuousQuery() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry.QueryRegistrationInfo
Returns the continuous query that this utility represents.
getContinuousQuery() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.RegisteredContinuousQuery
 
getContinuousQuery() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRegisteredGetAggregatesContinuousQuery
Returns the continuous query that has been registered.
getContinuousQuery() - Method in interface com.quartetfs.fwk.query.IContinuousQueryUpdate
Get the continuous query which registration is the origin of this continuous update.
getContinuousQuery() - Method in class com.quartetfs.fwk.query.impl.ContinuousQueryUpdate
 
getContinuousQuery(String) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getContinuousQuery(String) - Method in interface com.quartetfs.fwk.query.IContinuouslyQueryable
Retrieves a continuous query given its name.
getContinuousQueryHandlerKeys() - Method in class com.activeviam.pivot.postprocessing.impl.AAdvancedPostProcessor
Returns the unmodifiable list of continuous query handler keys.
getContinuousQueryHandlerKeys() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureMember
Returns the handlers' plugin keys to use for processing a "GET_AGGREGATES" continuous query.
getContinuousQueryHandlerKeys() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AMeasureMember
 
getContinuousQueryHandlerKeys() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.PostProcessedMeasure
 
getContinuousQueryHandlerKeys() - Method in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor
Returns handlers' plugin keys to use for processing a "GET_AGGREGATES" continuous query.
getContinuousQueryHandlers() - Method in class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
 
getContinuousQueryHandlers() - Method in interface com.quartetfs.biz.pivot.definitions.IPostProcessorDescription
Returns the handlers associated with this description.
getContinuousQueryMonitor(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
Returns the continuous GAQ monitor.
getContinuousQueryMonitor(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode.Snapshot
Returns the continuous GAQ monitor.
getContinuousQueryName() - Method in interface com.quartetfs.biz.pivot.streaming.IDrillthroughStreamNode
 
getContinuousQueryName() - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStreamNode
 
getContinuousQueryName() - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStream
 
getContinuousQueryName() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStream
 
getContinuousQueryName() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamNode
 
getContinuousQueryName() - Method in class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
 
getContinuousQueryName() - Method in class com.quartetfs.biz.pivot.streaming.impl.MapDrillthroughStream
 
getContinuousQueryName() - Method in class com.quartetfs.biz.pivot.streaming.impl.MapGetAggregatesStream
 
getContinuousQueryName() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxDrillthroughStream
 
getContinuousQueryName() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStream
 
getContinuousQueryName() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamNode
 
getContinuousQueryName() - Method in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStream
 
getContinuousQueryName() - Method in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStreamNode
 
getContinuousQueryName() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
Returns the name of the registered continuous mdx query.
getContinuousQueryName() - Method in class com.quartetfs.tech.streaming.impl.AStream
Returns the name of the continuous query to which the stream is listening.
getContinuousQueryName() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
Returns the continuous query name (if it is registered).
getContributingChildren() - Method in class com.qfs.query.impl.DistributedAggregatesRetrievalCreator.DistributedAggregatesRetrieval
 
getContributingChildren() - Method in class com.qfs.query.impl.DistributedAggregatesRetrievalCreator.DistributedPostProcessedRetrieval
 
getContributingChildren() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
For statistics calculation.
getContributingChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
getContributingChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APostProcessedRetrievalMerger
 
getContributingChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveRetrievalMerger
 
getContributingChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
getContributingChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.JITPrimitiveAggregatesRetrieval
 
getContributingChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpPrimitiveAggregatesRetrieval
 
getContributingChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingLinearPostProcessorAggregatesRetrieval
 
getContribution() - Method in exception com.quartetfs.biz.pivot.cellset.RetrievalResultSizeException
Returns the contribution size.
getContributionChannel() - Method in interface com.qfs.repository.IDatastoreRepositoryCacheConfiguration
Get the channel to use to contribute data into the repository cache.
getContributionChannel() - Method in class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
 
getContributionCollector() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderTransaction
Returns the IAggregateCollector in charge of collecting all the new contributions to the aggregate provider.
getContributionCollector() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderTransaction
 
getContributionCount() - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotSchemaTransactionInfo
Returns the number of contributions that have been inserted in the schema during that transaction.
getContributionCount() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
Getter.
getContributionCount() - Method in class com.quartetfs.biz.pivot.transaction.impl.SchemaTransactionInfo
 
getContributionFilter() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderBase
Filter incoming contributions in the aggregate pipeline.
getContributionFilter() - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationParts
 
getContributions() - Method in class com.qfs.messenger.message.impl.EmptyTransactionCommittedMessage
 
getContributions() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
getContributions() - Method in class com.qfs.messenger.message.impl.TransactionCommittedMessage
 
getContributions() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
The hierarchies containing only the new members.
getContributions() - Method in interface com.qfs.messenger.message.ITransactionCommittedMessage
Returns a list of hierarchies representing members that have been added by this transaction within the data node sending this message.
getContributions() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction.RemoteHierarchyTransactionData
 
getContributions() - Method in interface com.quartetfs.biz.pivot.contribution.IGlobalContributionHolder
Gets a record with all collected contributions hold by this instance.
getContributions() - Method in class com.quartetfs.biz.pivot.contribution.impl.GlobalContributionHolder
 
getContributionsNames() - Method in class com.activeviam.health.monitor.impl.ADistributedHierarchyHealthEvent
The names for the hierarchies containing additional contributions in the message.
getContributors() - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.IDistributedAxisHierarchyBase
Returns the addresses of all the members contributing to this hierarchy.
getContributors() - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.DistributedVirtualAxisHierarchyBase
 
getContributors() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension
Returns all the current members that are contributing to this dimension.
getContributors() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchy
 
getContributors() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchyVersion
 
getContributors() - Method in interface com.quartetfs.biz.pivot.cube.dimension.IMultiVersionDistributedDimension
Get the addresses of the members contributing to this dimension.
getContributors() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
getContributors() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
getContributors() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IDistributedHierarchy
Returns the addresses of all the members contributing to this hierarchy.
getContributorsCount() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
The number of contributors.
getContributorsCount() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
getContributorsCount() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisMember
Returns the current contributors count.
getContributorsCount() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.ITransactionalAxisMember
Deprecated.
Returns the number of objects that are classified under this member.
getConversionCost() - Method in class com.quartetfs.pivot.mdx.func.base.impl.MatchResult
 
getConversionCost() - Method in interface com.quartetfs.pivot.mdx.statement.IMatchResult
Returns the cost to completely convert the arguments to match the function's signature.
getConversionWaitingTime() - Method in interface com.qfs.msg.keyvalue.IKeyValueBatchInfo
Returns the time to convert data from their type to ByteBuffer (as nanoseconds).
getConversionWaitingTime() - Method in class com.qfs.msg.keyvalue.impl.KeyValueBatchInfo
 
getConversionWaitingTime() - Method in class com.qfs.msg.keyvalue.impl.KeyValueStatsHandler
Returns the time spent waiting for conversion tasks to finish (as nanoseconds).
getConvertedLocations() - Method in class com.quartetfs.biz.pivot.impl.LocationUtil.ConvertLocationsResult
Getter.
getConverterParameters() - Method in interface com.qfs.msg.keyvalue.IKeyValueTopic
 
getConverterParameters() - Method in class com.qfs.msg.keyvalue.impl.KeyValueTopic
 
getCookies() - Method in class com.qfs.rest.client.impl.CookiesClientCache
 
getCookies() - Method in interface com.qfs.rest.client.impl.ICookieCache
Returns the cookies set by the server if any available.
getCoordinate() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.ProviderFilterKey
 
getCoordinate(int) - Method in class com.qfs.dic.impl.Point
 
getCoordinate(int) - Method in interface com.qfs.dic.IPoint
Returns the coordinate at this position.
getCoordinate(int, int) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocation
 
getCoordinate(int, int) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocationWithParent
 
getCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.contribution.impl.FactContributionHolder
Gets the wanted coordinate of a given contribution point.
getCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
getCoordinate(int, int) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Retrieves the coordinate, in a point location that this mapping can handle, associated with the given level in the given hierarchy.
getCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
getCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.PointLocation
Return the parent coordinate or the expressed coordinate when appropriate.
getCoordinate(int, int) - Method in interface com.quartetfs.biz.pivot.ILocation
Returns the coordinate at the given hierarchy and given level depth.
getCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.impl.APointLocationListReader
 
getCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
getCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.impl.Location
 
getCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.impl.ModifiedLocation
 
getCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.impl.MutableSubLocation
 
getCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.impl.RestrictedLocation
 
getCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.impl.SubLocation
Return the parent coordinate or the expressed coordinate when appropriate.
getCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
getCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
 
getCoordinate(int, int, int) - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesRetrievalResult
Returns the value of the selected coordinate for the point location at the given row in this result.
getCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AbstractCellSet
 
getCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
getCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
getCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
getCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
getCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
 
getCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
 
getCoordinate(int, int, int) - Method in interface com.quartetfs.biz.pivot.ILocationList
Returns the location at the specified position and return its coordinate at that hierarchy and level.
getCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.impl.ArrayLocationList
 
getCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.impl.BoundedLocationList
 
getCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.impl.LocationDictionary
 
getCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
getCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
getCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.impl.SingletonLocationList
 
getCoordinate(int, int, int) - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Returns the value of the selected coordinate for the point location at the given position in this list.
getCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
getCoordinate(ILocation, ILevelInfo) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Returns the coordinate of a location for a given level.
getCoordinate(IMdxMember, int) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Gets the i-th discriminator on a member path.
getCoordinateCount() - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Retrieves the total count of levels stored in the diverse hierarchies represented in this mapping.
getCoordinateCount() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
getCoordinates() - Method in class com.qfs.dic.impl.Point
 
getCoordinates() - Method in interface com.qfs.dic.IPoint
Returns array of coordinates.
getCoordinates() - Method in class com.qfs.repository.dto.CoordinatesDto
Retrieve the coordinates.
getCoordinates() - Method in class com.qfs.repository.dto.PointValueDto
 
getCoordinates() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getCoordinates() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getCoordinates() - Method in interface com.qfs.repository.persistence.model.IPointValue
Returns the coordinates on which this applies.
getCoordinates() - Method in interface com.quartetfs.biz.pivot.query.IMapQuery
Get the coordinates involved in the query.
getCoordinates() - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
 
getCoordinates() - Method in class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
 
getCoordinates(IActivePivot, ILocation) - Static method in class com.qfs.repository.impl.LookUpPostProcessor
Extracts the coordinates from the location.
getCoordinatesFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getCoordinatesFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the field used to store the ICoordinates of a point value.
getCopperCalculations() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Gets the consumer defining the Copper calculations.
getCopperCalculations() - Method in interface com.quartetfs.biz.pivot.definitions.IDistributedActivePivotDescription
 
getCopperCalculations() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
getCopperCalculations() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
getCopySrc(IChunk<?>, IChunk<?>, String) - Static method in class com.qfs.chunk.impl.ChunkBindingCompiler
Gets the source code for the copy(int, int, int) method.
getCopySrc(Class<? extends IAggregationBinding>[]) - Static method in class com.qfs.pivot.agg.impl.AggregateStoreBindingCompiler
Source for the copy(int, int) method.
getCoreLimit() - Method in interface com.quartetfs.biz.pivot.webservices.ILicensingService
 
getCoreLimit() - Method in class com.quartetfs.biz.pivot.webservices.impl.LicensingService
 
getCost() - Method in class com.qfs.store.query.plan.impl.BackReferenceRows
 
getCost() - Method in class com.qfs.store.query.plan.impl.QueryPlan
 
getCost() - Method in class com.qfs.store.query.plan.impl.RowReferenceMerge
 
getCost() - Method in class com.qfs.store.query.plan.impl.StoreSearch
 
getCost() - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder.ConditionFullScan
 
getCost() - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder.ReturnAllPartitionOperation
 
getCost() - Method in interface com.qfs.store.query.plan.IOperation
Returns the cost of this operation.
getCost() - Method in interface com.qfs.store.query.plan.IPartitionOperation
Gets the cost of this operation used to determine in which order IPartitionOperation are performed within a IMultiVersionStorePartition.
getCost() - Method in interface com.qfs.store.query.plan.IQueryPlan
Returns the total cost of following this plan.
getCost(int, boolean) - Method in interface com.qfs.store.query.IFieldCriterion
Deprecated.
Give the cost of this criterion when applied on a given field.
getCount() - Method in class com.qfs.concurrent.impl.ConcurrentStack.ANode
 
getCount() - Method in interface com.qfs.concurrent.impl.ConcurrentStack.INode
Returns the number of nodes in the stack below us, including this node.
getCount() - Method in class com.qfs.util.timing.impl.NoopTimer
 
getCount() - Method in class com.qfs.util.timing.impl.Timer
 
getCount() - Method in interface com.qfs.util.timing.ITimer
Returns the number of times this timer was ITimer.start()ed.
getCount() - Method in class com.quartetfs.pivot.mdx.eval.impl.CountProcedure
 
getCountColumnIndex() - Method in interface com.qfs.pivot.agg.IAggregateStore
Returns the index of the column that holds the number of aggregates accumulated at each row (i.e.
getCountColumnIndex() - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
getCountColumnIndex() - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
getCountColumnIndex() - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
getCountColumnIndex() - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
getCoveringLocations(IScopeLocation) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.RangeLocationPlan
Returns the locations in this plan that cover the input location.
getCpuLoad() - Method in interface com.qfs.pivot.rest.monitoring.IMonitoringRestService
 
getCpuLoad() - Method in class com.qfs.pivot.rest.monitoring.impl.MonitoringRestServiceController
 
getCreated() - Method in class com.qfs.msg.csv.impl.ACSVTopic.PendingState
Returns the identifiers of the created files.
getCreatedAt() - Method in class com.qfs.repository.dto.PointValueDto
 
getCreatedAt() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getCreatedAt() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getCreatedAt() - Method in interface com.qfs.repository.persistence.model.IPointValue
Gets the audit when the point value has been created.
getCreatedAt() - Method in class com.qfs.snl.dtos.MonitorDto
 
getCreatedAt() - Method in interface com.qfs.snl.monitors.IMonitor
Gets the auditId when the monitor has been created.
getCreatedAt() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getCreationAudit() - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
getCreationAudit() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
getCreationAudit() - Method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Gets the audit at which the configuration was created.
getCreationContext() - Method in class com.qfs.store.impl.Datastore
Deprecated, for removal: This API element is subject to removal in a future version.
hack
getCreationContext() - Method in interface com.qfs.store.IReadableDatastore
Deprecated, for removal: This API element is subject to removal in a future version.
hack
getCreationTime() - Method in class com.qfs.msg.csv.impl.ParsingInfo
 
getCreationTime() - Method in interface com.qfs.msg.csv.IParsingInfo
Returns time when the publication queue was created.
getCreator() - Method in class com.qfs.snl.dtos.MonitorDto
 
getCreator() - Method in interface com.qfs.snl.monitors.IMonitor
Gets the name of the user that created the monitor.
getCreator() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getCredentials() - Method in class com.qfs.jwt.impl.JwtAuthentication
 
getCredentials() - Method in interface com.qfs.security.IJwtAuthentication
Gets the JWT that proves the principal is correct.
getCriteria() - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Gets the criteria query under construction.
getCrossedContextMonitor() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeMonitor
Returns the crossed-context monitor for this handler.
getCSVSource() - Method in class com.qfs.msg.csv.impl.ParserContext
Returns the parent source.
getCube() - Method in class com.activeviam.pivot.rest.dataexport.converters.MdxSelectQueryResult
 
getCube() - Method in class com.qfs.pivot.json.cellset.JsonCellSetData
 
getCube() - Method in class com.qfs.pivot.json.drillthrough.JsonDrillthroughData
 
getCube() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
Returns the underlying cube.
getCube() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
The underlying cube.
getCube() - Method in interface com.quartetfs.biz.pivot.streaming.ICellSetEvent
 
getCube() - Method in class com.quartetfs.biz.pivot.streaming.impl.CellSetEvent
 
getCube() - Method in interface com.quartetfs.pivot.mdx.IContextBase
Returns the cube reader.
getCube() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingContextBase
 
getCube() - Method in class com.quartetfs.pivot.mdx.impl.ARootContextBase
 
getCube() - Method in class com.quartetfs.pivot.mdx.impl.ASelectStatementExecutor
Returns the underlying MDX Cube.
getCube() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxDimension
Returns the cube to which this dimension belongs.
getCube() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxHierarchy
Returns Cube to which this hierarchy belongs.
getCube() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxDimension
 
getCube() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxHierarchy
 
getCube() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHeader
 
getCube() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RealTimeSelectExecutor
 
getCube() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellSet
Get the cube associated with the query.
getCube() - Method in interface com.quartetfs.pivot.mdx.statement.IFromClause
Returns the cube name.
getCube() - Method in class com.quartetfs.pivot.mdx.statement.impl.FromClause
 
getCube(String) - Static method in class com.qfs.snl.agent.impl.SiteUtils
Parses a generated site to extract the cube name.
getCubeCaption() - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the caption of this cube.
getCubeCaption() - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter
 
getCubeFormatter() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
 
getCubeFormatter() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getCubeFormatter() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Gets the formatter for this cube.
getCubeFormatter() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getCubeId() - Method in interface com.qfs.messenger.IAddress
Returns the unique cube identifier on which the address is based.
getCubeId() - Method in class com.qfs.messenger.impl.LocalMessenger.LocalAddress
 
getCubeId() - Method in class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
 
getCubeIdWithBranch() - Method in class com.qfs.pivot.impl.DataNodeManager.CubeEndPointInfo
 
getCubeMeasureDescription(String) - Method in class com.activeviam.copper.AMeasurePublisher
Deprecated.
 
getCubeName() - Method in class com.activeviam.copper.HierarchySchemaCoordinate
The name of the cube containing the hierarchy.
getCubeName() - Method in interface com.quartetfs.biz.pivot.streaming.ICellSetState
 
getCubeName() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
getCubeName() - Method in interface com.quartetfs.pivot.mdx.result.IGenericMdxResultInfo
Returns the cube name.
getCubeName() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetInfo
 
getCubeName() - Method in interface com.quartetfs.pivot.mdx.statement.ICreateStatement
Returns the cube name.
getCubeName() - Method in interface com.quartetfs.pivot.mdx.statement.IDropStatement
Returns the name of the cube the element to drop belongs to.
getCubeName() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateStatement
 
getCubeName() - Method in class com.quartetfs.pivot.mdx.statement.impl.DropStatement
 
getCubeName(ISelectStatement) - Static method in class com.quartetfs.pivot.mdx.parser.impl.MdxParsingUtils
Retrieve the cube's name which is referenced by the statement.
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_CatalogsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DatasourcesDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_EnumeratorsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_InstancesDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_KeywordsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_LiteralsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_PropertiesDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_Schema_RowsetsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_ActionsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_InputDataSourcesDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_SchemataDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
getCubeNameColumn() - Method in interface com.quartetfs.biz.xmla.rowset.definition.IRowsetDefinition
 
getCubeNameColumn() - Method in class com.quartetfs.biz.xmla.servlet.impl.TabularRowSetDefinition
 
getCubeNotifier() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Returns the entry point for registering to MDX cube changes.
getCubeNotifier() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getCubes() - Method in class com.qfs.pivot.json.discovery.CatalogDiscovery
 
getCubes() - Method in class com.qfs.webservices.ActivePivotDiscovery
The cubes in the catalog.
getCubes() - Method in class com.qfs.webservices.CatalogDiscovery
The cubes in the catalog.
getCubeSelection() - Method in interface com.activeviam.selection.IApplicationDataStream
Gets the underlying fact selection upon which an ActivePivot is built.
getCubeSelection() - Method in class com.qfs.store.impl.ActivePivotSchemaSelectionSession
 
getCubeSelection() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughSession
Returns the underlying cube selection.
getCubeStreamedView() - Method in interface com.activeviam.selection.IApplicationDataStream
Returns the underlying stream upon which an ActivePivot is built.
getCubeStreamedView() - Method in class com.qfs.store.impl.ActivePivotSchemaSelectionSession
 
getCumulatedDuration() - Method in class com.qfs.util.timing.impl.NoopTimer
 
getCumulatedDuration() - Method in class com.qfs.util.timing.impl.Timer
 
getCumulatedDuration() - Method in interface com.qfs.util.timing.ITimer
Returns the sum of all measured durations up to the last call of ITimer.clearAccumulated() or creation of this timer.
getCumulatedDuration(String) - Method in class com.qfs.util.timing.impl.StopWatch
Gets the cumulative sum of the durations recorded by a given timer.
getCumulativeDecodingTime() - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
getCumulativeDecodingTime() - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Returns the sum of the time spent decoding characters by all the parsing threads, in nanoseconds.
getCumulativeReadingTime() - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
getCumulativeReadingTime() - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Returns the sum of the time spent reading from files by all the parsing threads, in nanoseconds.
getCumulativeSplittingTime() - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
getCumulativeSplittingTime() - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Returns the sum of the time spent stripping text by all the parsing threads, in nanoseconds.
getCumulativeWaitingTime() - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
getCumulativeWaitingTime() - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Returns the sum of the time spent waiting for other tasks by all the parsing threads, in nanoseconds.
getCurrentAddress() - Method in interface com.qfs.messenger.ICurrentInstanceAware
Returns The address of the instance where this code is currently running.
getCurrentAddress() - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
getCurrentAxis(AMdxCellSetAxesIterator<P, F>) - Static method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
Return the current axis of the iterator.
getCurrentBlockNum() - Method in class com.qfs.util.tar.impl.TarBuffer
Get the current block number, zero based.
getCurrentClusterView() - Method in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationEvent
 
getCurrentClusterView() - Method in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationFailureEvent
 
getCurrentDictionaryTransaction() - Method in interface com.activeviam.store.structure.IInternalDatastoreSchemaUpdater
Returns the current transaction of the dictionary provider.
getCurrentDictionaryTransaction() - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
getCurrentEpoch() - Method in interface com.qfs.multiversion.IEpochHistory
Gets epoch id of the latest version (can be shadow) that exists (cross branches).
getCurrentEpoch() - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
getCurrentEpoch() - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getCurrentEpoch() - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
Gets the most recent version for this Datastore.
getCurrentFile() - Method in interface com.qfs.msg.csv.ILineReader
Returns the current file this line belongs to.
getCurrentFile() - Method in class com.qfs.msg.csv.impl.LineReader
 
getCurrentInterruptor() - Static method in class com.qfs.concurrent.cancellable.impl.CancellationUtils
Returns the current interruptor.
getCurrentMember(AMdxCellSetAxesIterator<P, F>) - Static method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
Return the current member of the iterator.
getCurrentMessageBySession() - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint
Deprecated.
Store for each session the current message that will be built by concatenating partial messages.
getCurrentNumaNode() - Static method in class com.qfs.chunk.direct.allocator.impl.NativeMemoryAllocatorUtil
Gets the current NUMA node id that will be used to choose the underlying allocator.
getCurrentNumaNode() - Method in interface com.qfs.platform.IPlatform
Returns the id of the NUMA node on which the current thread is running.
getCurrentNumaNode() - Method in class com.qfs.platform.linux.LinuxPlatform
 
getCurrentNumaNode() - Method in class com.qfs.platform.share.SharePlatform
 
getCurrentNumaNode() - Method in class com.qfs.platform.share.VirtualPlatform
 
getCurrentNumaNode() - Method in class com.qfs.platform.solaris.SolarisPlatform
 
getCurrentNumaNode() - Method in class com.qfs.platform.win.WindowsPlatform
 
getCurrentOrdinalIteration(String) - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Used by CurrentOrdinal function.
getCurrentOrdinalIteration(String) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
getCurrentOrdinalIteration(String) - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
getCurrentPage() - Method in class com.qfs.pivot.json.database.JsonPagination
Gets the current page.
getCurrentPassOrdinal() - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Gets the current pass ordinal.
getCurrentPassOrdinal() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
getCurrentPassOrdinal() - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
getCurrentProcessId() - Method in interface com.qfs.platform.IPlatform
Returns the pid of the current java process.
getCurrentProcessId() - Method in class com.qfs.platform.linux.LinuxPlatform
 
getCurrentProcessId() - Method in class com.qfs.platform.share.SharePlatform
 
getCurrentProcessId() - Method in class com.qfs.platform.share.VirtualPlatform
 
getCurrentProcessId() - Method in class com.qfs.platform.solaris.SolarisPlatform
 
getCurrentProcessId() - Method in class com.qfs.platform.win.WindowsPlatform
 
getCurrentProcessorId() - Method in interface com.qfs.platform.IPlatform
Returns the id of the processor on which the current thread is running.
getCurrentProcessorId() - Method in class com.qfs.platform.linux.LinuxPlatform
 
getCurrentProcessorId() - Method in class com.qfs.platform.share.SharePlatform
 
getCurrentProcessorId() - Method in class com.qfs.platform.share.VirtualPlatform
 
getCurrentProcessorId() - Method in class com.qfs.platform.solaris.SolarisPlatform
 
getCurrentProcessorId() - Method in class com.qfs.platform.win.WindowsPlatform
 
GetCurrentProcessorNumber() - Method in interface com.qfs.platform.win.Kernel32
Deprecated, for removal: This API element is subject to removal in a future version.
GetCurrentProcessorNumberEx(WinDef.DWORDByReference) - Method in interface com.qfs.platform.win.Kernel32
Retrieves the processor group and number of the logical processor in which the calling thread is running.
getCurrentRecordNum() - Method in class com.qfs.util.tar.impl.TarBuffer
Get the current record number, within the current block, zero based.
getCurrentRootQueryId() - Method in class com.activeviam.apm.pivot.query.impl.QueryMonitoringHelper
Gets the root query's id of the current tracing stack.
getCurrentRootQueryMonitor() - Method in class com.activeviam.apm.pivot.query.impl.QueryMonitoringHelper
Gets the root query's executor monitor.
getCurrentRow() - Method in class com.activeviam.arrow.read.ArrowCursor
 
getCurrentRow() - Method in interface com.qfs.store.query.ICursor
Gets the current row of the cursor.
getCurrentRow() - Method in class com.qfs.store.query.impl.ConditionCursor
 
getCurrentRow() - Method in class com.qfs.store.query.impl.EmptyResultCursor
 
getCurrentRow() - Method in class com.qfs.store.query.impl.MergeCursor
 
getCurrentRow() - Method in class com.qfs.store.query.impl.RecordArrayCursor
 
getCurrentRow() - Method in class com.qfs.store.query.impl.RowListFlattenerCursor.ABatchRecordIterator
Gets the current rows.
getCurrentRow() - Method in class com.qfs.store.query.impl.RowListFlattenerCursor
 
getCurrentRow() - Method in class com.qfs.store.query.impl.SizeLimitCursor
 
getCurrentSchema() - Method in interface com.activeviam.store.structure.IInternalDatastoreSchemaUpdater
 
getCurrentSchema() - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
getCurrentTime() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
getCurrentTime() - Method in class com.qfs.snl.impl.TimePeriod
 
getCurrentTime() - Method in interface com.qfs.snl.ITimePeriod
Gets the resolved current time.
getCurrentTransaction() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransactionManager
Checks that a transaction was started and returns it.
getCurrentTupleIteration(String) - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Used by Current function.
getCurrentTupleIteration(String) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
getCurrentTupleIteration(String) - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
getCurrentUnsafeTuple() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper.StreamingCellIterator
 
getCurrentUnsafeTuple() - Method in interface com.quartetfs.pivot.mdx.ICellCursor
Get the current tuple.
getCurrentUser() - Method in interface com.qfs.distribution.IDistributedActivePivotContext
Returns the name of the currently authenticated user.
getCurrentUser() - Method in class com.qfs.distribution.impl.DistributedActivePivotContext
Returns the name of the currently authenticated user.
getCurrentValue() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The current value.
getCurrentView() - Method in class com.activeviam.health.monitor.impl.events.ClusterMemberChange
Returns the view responsible of this health event.
getCurrentView() - Method in class com.activeviam.health.monitor.impl.events.ClusterViewChange
Returns the view responsible of this health event.
getCurrentView() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
getCurrentView() - Method in class com.quartetfs.biz.pivot.streaming.impl.ADelegateStream
 
getCurrentView() - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStream
 
getCurrentView() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStream
 
getCurrentView() - Method in class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
 
getCurrentView() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxDrillthroughStream
 
getCurrentView() - Method in interface com.quartetfs.tech.streaming.IStream
Gets the current view of the stream.
getCurrentView(String) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getCurrentView(String) - Method in class com.quartetfs.tech.streaming.impl.StreamingService
 
getCurrentView(String) - Method in interface com.quartetfs.tech.streaming.IStreamingService
Get the current view of a stream.
getCursor() - Method in class com.qfs.store.query.impl.DatastoreQueryHelper.CursorCreator
Return a result cursor.
getCursor(long) - Method in class com.quartetfs.pivot.mdx.impl.LazyTupleCollection.CrossJoinLazyTupleCollection
 
getCursor(long) - Method in class com.quartetfs.pivot.mdx.impl.LazyTupleCollection
Cursor for iteration.
getCursor(long) - Method in class com.quartetfs.pivot.mdx.impl.LazyTupleCollection.RandomAccessSetLazyTupleCollection
 
getCursorConditions() - Method in class com.qfs.store.query.plan.condition.impl.ParsedCondition
The conditions that must be evaluated on the cursor.
getCursorSize(ICursor) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Gets the number of results contained in a record by iterating on it.
getCustomFormatter(String) - Method in interface com.qfs.service.store.IDatabaseServiceConfiguration
Custom formatter enable formatting on the UI side.
getCustomFormatters() - Method in interface com.qfs.service.store.IDatabaseServiceConfiguration
Custom formatters enable formatting on the UI side.
getCustomFormatters() - Method in class com.qfs.service.store.impl.ADatabaseServiceConfig
 
getCustomParser(String) - Method in interface com.qfs.service.store.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.qfs.service.store.IDatabaseServiceConfiguration
Custom parsers are needed to be able to build complex object from the input String provided by the user.
getCustomParsers() - Method in class com.qfs.service.store.impl.ADatabaseServiceConfig
 
getCustomProperties() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
 
getCustomProperties() - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamInfoHolder
Returns the custom properties of the stream.
getCustomProperties() - Method in class com.quartetfs.tech.streaming.impl.AStream
Returns the custom properties of the stream.
getCycles() - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
Retrieve the collection of cycle in the graph.
getCycles() - Method in class com.qfs.graph.impl.DirectedGraph
Retrieve the collection of cycle in the graph.
getDaemon() - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
getDaemon() - Method in class com.qfs.repository.impl.RepositoryService
 
getDaemon() - Method in interface com.qfs.repository.IRepositoryService
Gets the IRespositoryServiceDaemon used by the service.
getDaemon() - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
getData() - Method in class com.qfs.jackson.impl.JsonResponse
Returns the actual data.
getData() - Method in class com.qfs.pivot.json.database.JsonDatabaseQueryResult
Gets the result of the query.
getData() - Method in class com.qfs.pivot.json.query.JsonStreamingRequest
Gets the data of this message.
getData() - Method in class com.qfs.snl.dtos.ws.ATypedDto
 
getData() - Method in interface com.qfs.snl.dtos.ws.ITypedDto
Returns the data of the message.
getData() - Method in class com.qfs.websocket.endpoint.impl.JsonTopicMessageDto
Gets the data of the message.
getData() - Method in class com.quartetfs.biz.pivot.dto.VectorDTO
Retrieves the array representation of the vector for which this DTO was built.
getDatabase() - Method in interface com.qfs.store.IActivePivotSchemaSelectionSession
Gets the Database containing the underlying data.
getDatabase() - Method in class com.qfs.store.impl.ActivePivotSchemaSelectionSession
 
getDatabase() - Method in class com.qfs.store.impl.SchemaSelectionSession
 
getDatabase() - Method in interface com.qfs.store.ISchemaSelectionSession
Gets the Database containing the underlying data.
getDatabase() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManagerBuilder
Deprecated.
 
getDatabaseGeneratedReferencedColumnValue() - Method in class com.qfs.content.service.timestamp.InDatabaseTimestampGenerationAtInsertTime
 
getDatabaseId() - Method in interface com.activeviam.database.api.schema.IDatabaseSchema
Returns owning database unique identifier.
getDatabasePrefetch(ILocation, ICubeFilter) - Method in class com.activeviam.copper.agg.InnerJoinAnalysisAggregationProcedure
 
getDatabasePrefetch(ILocation, ICubeFilter) - Method in class com.activeviam.copper.hierarchy.BucketingAnalysisAggregationProcedure
Deprecated.
 
getDatabasePrefetch(ILocation, ICubeFilter) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy.TimeBucketProcedure
 
getDatabasePrefetches(ILocation, ICubeFilter) - Method in class com.activeviam.copper.agg.LeftJoinAnalysisAggregationProcedure
 
getDatabasePrefetches(ILocation, ICubeFilter) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAnalysisAggregationProcedure
Returns a group of named requests to perform on the Database to execute this procedure.
getDatabasePrefetches(ILocation, ICubeFilter) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAnalysisAggregationProcedure
Returns a group of named requests to perform on the Database to execute this procedure.
getDatabaseRetrievalResults() - Method in class com.quartetfs.biz.pivot.query.aggregates.ExternalResult
 
getDatabaseRollBackEpochId() - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionRolledBackEvent
Getter.
getDatabaseSelection() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotSchemaDescription
Returns the database fields that will be pushed to this schema.
getDatabaseSelection() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaDescription
 
getDatabaseTransaction() - Method in class com.quartetfs.biz.pivot.impl.StructuralManagerTransaction
 
getDatabaseTransactionId() - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionStartedEvent
Getter.
getDatabaseTransactionId() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
Getter.
getDatabaseVersion() - Method in class com.quartetfs.biz.pivot.query.impl.QueryCache
The database version associated with this query cache.
getDatabaseVersion() - Method in class com.quartetfs.biz.pivot.query.impl.SnapshotProcessingTask
The database version for this snapshot.
getDatabaseVersion() - Method in class com.quartetfs.biz.pivot.query.impl.StreamEventProcessingQuery
The database version associated with the execution of the query.
getDatabaseVersion() - Method in class com.quartetfs.biz.pivot.query.impl.VersionedContinuousQueryUpdate
 
getDatabaseVersion() - Method in interface com.quartetfs.biz.pivot.query.IQueryCache
Returns the database version associated with this cache.
getDatabaseVersion() - Method in interface com.quartetfs.biz.pivot.query.IVersionedContinuousQueryUpdate
Returns the database version associated with the ActivePivot version that was used to compute the update to the continuous query.
getDataClass() - Method in class com.activeviam.type.FieldType
 
getDataClass() - Method in interface com.activeviam.type.IFieldType
Returns the class of the data for this field.
getDataClass() - Method in enum com.qfs.pivot.json.query.JsonStreamingRequest.StreamingAction
Gets the class representing the data content.
getDataContributor() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
getDataCubeAdapterMap() - Method in interface com.qfs.distribution.IMultiVersionDataActivePivot
Returns this data cube's map that holds, for each query node in the cluster's address, the associated IDataCubeAdapter.
getDataCubeAdapterMap() - Method in class com.qfs.messenger.impl.DataInstanceDistributionManager
Returns this data cube's map that holds, for each query node in the cluster's address, the associated IDataCubeAdapter.
getDataCubeAdapterMap() - Method in class com.qfs.pivot.impl.MultiVersionDataActivePivot
Deprecated.
 
getDataCubeIdsForMeasure(String) - Method in interface com.qfs.distribution.ILocalityIdentifier
Returns the names of the cubes that declare containing the provided measure.
getDataCubeIdsForMeasure(String) - Method in class com.qfs.distribution.impl.ClusterLocalityIdentifier
 
getDataCubeLevelCount() - Method in class com.qfs.distribution.impl.HierarchyTopologyDelta
 
getDataLoadingStatus(String) - Method in interface com.activeviam.apm.pivot.rest.services.IDataLoadingRestService
Returns the feed loading statistics of the specified file.
getDataLoadingStatus(String) - Method in class com.activeviam.apm.pivot.rest.services.impl.DataLoadingRestServiceController
 
getDataMember(IMdxFixedMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Returns the specified member if the specified member is a leaf member, or if the non-leaf member does not have an associated data member.
getDataMember(IMdxFixedMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getDataMemberAncestor(IMdxFixedMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Returns the first ancestor of the given member that is not a data member.
getDataNodeBranchManager() - Method in interface com.qfs.distribution.IMultiVersionDataActivePivot
Getter.
getDataNodeBranchManager() - Method in class com.qfs.pivot.impl.MultiVersionDataActivePivot
Deprecated.
 
getDataNodes() - Method in class com.qfs.pivot.impl.DataNodeManager
Returns the existing nodes.
getDataReplicationPolicy() - Method in interface com.qfs.distribution.IDistributedActivePivot
Returns the IDistributedActivePivot.DataReplication policy for handling hierarchies that do not appear in all local cubes.
getDataReplicationPolicy() - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
Returns the IDistributedActivePivot.DataReplication policy for handling hierarchies that do not appear in all local cubes.
getDataReplicationPolicy() - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
getDataSize() - Method in interface com.qfs.msg.keyvalue.IKeyValueBatchInfo
Returns the size of the data in bytes that was transferred between the client and the KeyValue cluster (in bytes).
getDataSize() - Method in class com.qfs.msg.keyvalue.impl.KeyValueBatchInfo
 
getDataSize() - Method in class com.qfs.msg.keyvalue.impl.KeyValueStatsHandler
 
getDatastore() - Method in class com.activeviam.builders.ApplicationWithDatastore
 
getDatastore() - Method in interface com.qfs.repository.IDatastoreRepositoryCacheConfiguration
Gets the datastore used by the repository cache to create new point values.
getDatastore() - Method in class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
 
getDatastore() - Method in class com.qfs.source.impl.AStoreMessageChannelFactory
 
getDatastore() - Method in class com.qfs.source.impl.TuplePublisher
Transactional writer interface.
getDatastore() - Method in interface com.qfs.source.IStoreMessageChannelFactory
Returns the underlying datastore.
getDatastoreId() - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Returns owning datastore identifier.
getDatastoreId() - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getDatastoreQueryManager() - Method in interface com.qfs.store.IDatastoreVersion
Deprecated, for removal: This API element is subject to removal in a future version.
getDatastoreQueryManager() - Method in class com.qfs.store.impl.DatastoreVersion
 
getDatastoreQueryRunner() - Method in interface com.qfs.store.IDatastoreVersion
Deprecated, for removal: This API element is subject to removal in a future version.
getDatastoreQueryRunner() - Method in class com.qfs.store.impl.DatastoreVersion
 
getDatastoreQueryRunner() - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
getDatastoreQueryRunner() - Method in class com.qfs.store.transaction.impl.TransactionManager
 
getDatastoreQueryRunner() - Method in interface com.qfs.store.transaction.ITransactionManager
Deprecated, for removal: This API element is subject to removal in a future version.
getDatastoreSchema() - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Gets the underlying schema.
getDatastoreSchema() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
getDatastoreStructure() - Method in class com.qfs.store.impl.DatastoreSchemaBase
Instance managing changes to the Datastore structure.
getDatastoreStructure() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
Gets the structure of the Datastore.
getDataStreamer() - Method in interface com.activeviam.database.api.IDatabase
Returns the component responsible for managing streaming from this Database.
getDataStreamer() - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
getDataTransactionManager() - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
getDataType() - Method in class com.activeviam.type.FieldType
 
getDataType() - Method in interface com.activeviam.type.IFieldType
Returns the data type of this field (defaults to Object).
getDataType() - Method in interface com.qfs.desc.IFieldDescription
Indicates the data type of the field.
getDataType() - Method in class com.qfs.desc.impl.FieldDescription
 
getDataType() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
getDataType() - Method in interface com.qfs.pivot.agg.IAggregatedElement
Gets the type of the values returned by this measure.
getDataType() - Method in class com.qfs.pivot.agg.impl.MultiFieldAggregatedElement
Type of the aggregated value.
getDataType() - Method in class com.qfs.pivot.agg.impl.SingleFieldAggregatedElement
Type of the aggregated value.
getDataType() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.AProxyAggregatedMeasure
 
getDataType() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.AProxyMeasure
 
getDataType() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo
Gets the type of the data stored by this level.
getDataType() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
getDataType() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureMember
Returns the type of the values returned by this measure.
getDataType() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AMeasureMember
 
getDataType() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.PostProcessedMeasure
 
getDataType() - Method in interface com.quartetfs.biz.pivot.postprocessing.ILinearPostProcessor
Gets the data type of the aggregates calculated by this post-processor.
getDataType() - Method in class com.quartetfs.biz.xmla.impl.MDProperty
 
getDataType() - Method in interface com.quartetfs.biz.xmla.mdx.IMDProperty
Returns the property type.
getDate() - Method in class com.qfs.agg.impl.Timestamp
 
getDate() - Method in interface com.qfs.agg.ITimestamp
Returns this timestamp as a date.
getDate() - Method in interface com.qfs.content.service.audit.IAuditAction
The date at which this action was made.
getDate() - Method in class com.qfs.content.service.audit.impl.AuditAction
 
getDBType() - Method in class com.quartetfs.biz.xmla.impl.XmlaTypes.SimpleType
 
getDBType() - Method in interface com.quartetfs.biz.xmla.IXmlaSimpleType
Returns the DBType.
getDecoders() - Method in class com.qfs.websocket.client.AuthenticatedClientEndPointConfig
 
getDecodingContext() - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlDecoder
 
getDecodingTime() - Method in class com.qfs.msg.csv.impl.ParserResult
 
getDecodingTime() - Method in interface com.qfs.msg.csv.IParserResult
Returns the amount of time (in nanoseconds) spent by the worker thread decoding characters.
getDecoratedValue(int) - Method in class com.activeviam.column.impl.ChunkedColumn
 
getDecoratedValue(int) - Method in class com.activeviam.column.impl.EmptyChunk
 
getDecoratedValue(int) - Method in class com.qfs.agg.impl.ChunkHistory
 
getDecoratedValue(int) - Method in class com.qfs.agg.impl.ChunkHistory.SparseChunkHistory
 
getDecoratedValue(int) - Method in interface com.qfs.chunk.IDecoratedArray
Reads the decorated value stored at the given position.
getDecoratedValue(int) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
getDecoratedValue(int) - Method in class com.qfs.store.impl.AColumnStore.CompositeColumnView
 
getDecoratedValue(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedColumnDecorateArray
 
getDecoratorPluginKey() - Method in class com.qfs.repository.mdx.impl.ParameterStoreStream
 
getDecoratorPluginKey() - Method in class com.quartetfs.pivot.mdx.func.impl.ALinRegFunction.LinRegCache
 
getDecoratorPluginKey() - Method in interface com.quartetfs.pivot.mdx.IMdxAddon
Gets the plugin key of the decorator to create upon query registration.
getDecoratorPluginKey() - Method in class com.quartetfs.pivot.mdx.realtime.impl.PastPeriodsAddon
 
getDeepestLevel() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
getDeepestLevel() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.ITransactionalAxisMember
Deprecated.
Returns the deepest level of the hierarchy.
getDefaulDefaultMember(IMdxHierarchy) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Gets the default member of the hierarchy when it is not defined in the IMdxContext.
getDefaulDefaultMember(IMdxHierarchy) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getDefault() - Static method in enum com.qfs.agg.impl.PercentileFunction.IndexCalculationMode
Deprecated.
 
getDefault() - Static method in enum com.qfs.agg.impl.PercentileFunction.InterpolationMode
Deprecated.
 
getDefault() - Method in interface com.qfs.desc.IFieldDescription
Gets the default value for this field.
getDefault() - Method in class com.qfs.desc.impl.FieldDescription
 
getDefault() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
getDefault(int) - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
getDefault(int) - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
getDefault(int) - Method in class com.qfs.store.record.impl.RecordFormat
 
getDefault(int) - Method in interface com.qfs.store.record.IRecordFormat
Returns the default value of a specific field.
getDefaultAllocationSettings(int) - Static method in class com.qfs.vector.impl.Vectors
Deprecated, for removal: This API element is subject to removal in a future version.
getDefaultAllocationSettings(String) - Static method in class com.qfs.desc.impl.FieldDescription
Retrieves the default allocation settings for a given dataType.
getDefaultBranch() - Method in class com.qfs.distribution.impl.ClusterElementIndex
Returns the defaultBranch value.
getDefaultColumnsSizes() - Method in class com.activeviam.apm.utils.impl.TimingUtils.CustomStopWatch
 
getDefaultColumnsSizes() - Method in class com.qfs.util.timing.impl.StopWatch
Set default column sizes.
getDefaultContentClass(String) - Static method in class com.qfs.desc.impl.FieldDescription
Retrieves the default content class from a field description for a given dataType.
getDefaultContext() - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Returns the 'current' default members.
getDefaultContext() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
getDefaultContext() - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
getDefaultDelimiter() - Static method in class com.quartetfs.fwk.format.impl.AVectorParser
Returns the default delimiter or read the system property.
getDefaultFormatter() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo
Returns the default plugin key of the formatter used for the caption.
getDefaultFormatter() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
getDefaultFormatter() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureMember
Returns the default plugin key of the formatter of this measure.
getDefaultFormatter() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AMeasureMember
 
getDefaultFormatter() - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughExecutor
It looks in the registry for a formatter whose type is ToStringFormatter.TYPE.
getDefaultHierarchy() - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
getDefaultHierarchy() - Method in class com.qfs.webservices.DimensionDiscovery
The default hierarchy of the dimension.
getDefaultHierarchy() - Method in interface com.quartetfs.biz.pivot.cube.dimension.IDimension
The default hierarchy in this dimension.
getDefaultHierarchy() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.ADimension
 
getDefaultHierarchy() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionVersion
 
getDefaultHierarchy() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.MultiVersionDimension
 
getDefaultHierarchy() - Method in interface com.quartetfs.biz.pivot.cube.dimension.IMultiVersionDimension
Returns the default (multi-version) hierarchy of this dimension.
getDefaultHierarchy() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl.SubCubeAxisDimension
 
getDefaultHierarchy() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl.SubCubeMeasureDimension
 
getDefaultHierarchy() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxDimension
Returns the default hierarchy.
getDefaultHierarchy() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxDimension
 
getDefaultHierarchyIndex() - Method in interface com.quartetfs.biz.pivot.definitions.IAxisDimensionDescription
Get the default hierarchy for this dimension If two default hierarchies are defined in this dimension, an error is thrown If one default hierarchy is defined in this dimension, this hierarchy is used as the default one If zero default hierarchies are defined in this dimension, we use the hierarchy at position zero by default.
getDefaultHierarchyIndex() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
getDefaultMaxSize() - Method in enum com.qfs.messenger.netty.streaming.impl.NettyStreamUtils.MessageType
Returns the default max size for the given message type.
getDefaultMeasures() - Method in interface com.quartetfs.biz.pivot.definitions.IMeasuresDescription
Gets the list of the measure names that will be used to define the default measures.
getDefaultMeasures() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
 
getDefaultMeasuresProvider() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the default measure provider used by this aggregates' retriever.
getDefaultMember() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
 
getDefaultMember() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
getDefaultMember() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Gets the default member of the hierarchy.
getDefaultMember() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
getDefaultMember() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
getDefaultMember() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedRangeAxisHierarchy
 
getDefaultMember() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
getDefaultMember() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
getDefaultMember() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
Returns the default member of the hierarchy.
getDefaultMember() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
 
getDefaultMember() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxHierarchy
Returns the default member of this hierarchy.
getDefaultMember() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxHierarchy
 
getDefaultMember(IAxisHierarchy) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Get the default member of a hierarchy.
getDefaultMember(Predicate<IMultiVersionAxisMember>) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Gets the default member.
getDefaultMember(Predicate<IMultiVersionAxisMember>) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
getDefaultMember(Predicate<IMultiVersionAxisMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
getDefaultMemberNameWhenEmpty() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxHierarchy
Gets the name of the hierarchy's default member when this hierarchy is empty.
getDefaultMemberNameWhenEmpty() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxHierarchy
 
getDefaultMembers() - Method in class com.qfs.pivot.json.cellset.JsonCellSetData
 
getDefaultMembers() - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
getDefaultMembers() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
For each hierarchy it is possible to define a collection of default member candidates.
getDefaultMembers() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getDefaultMembers() - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Returns the default members of this hierarchy.
getDefaultMembers() - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
List of the names of default members for this hierarchy, sorted by highest precedence.
getDefaultMembers() - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
 
getDefaultMembers() - Method in interface com.quartetfs.biz.pivot.streaming.ICellSetState
 
getDefaultMembers() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
getDefaultMembers() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellSet
 
getDefaultMembers(IMdxCube) - Static method in class com.qfs.pivot.builder.discovery.impl.CatalogDiscoveryBuilder
Extracts the default members dimensions.
getDefaultMembers(String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxContextHelper
Gets the default members of a hierarchy.
getDefaultMembers(List<IAxisDimensionDescription>) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
Retrieve the defaultMembers from a list of dimensions.
getDefaultMemberUniqueName(IMdxHierarchy) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
The default member unique name.
getDefaultName() - Static method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
 
getDefaultPartitioningFunctions() - Method in class com.qfs.store.part.impl.APartitioningNode
Returns the partitioning functions used in the default partitioning rule of this node.
getDefaultPartitioningFunctions() - Method in class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModulo
Returns the partitioning functions used in the default partitioning rule of this node.
getDefaultQueryTimeout() - Method in interface com.qfs.service.store.IDatabaseServiceConfiguration
 
getDefaultQueryTimeout() - Method in class com.qfs.service.store.impl.ADatabaseServiceConfig
 
getDefaultSchema(String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
getDefaultSchema(String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
getDefaultSchema(String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Gets the default schema for a given entity type.
getDefaultSwapDirectory() - Static method in class com.qfs.desc.impl.VectorFieldDescription
Retrieves the default swap directory.
getDefaultTimeout() - Method in interface com.qfs.messenger.IDistributedMessenger
Returns the default timeout in milliseconds to use for the messages sent by this messenger.
getDefaultTimeout() - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
getDefaultTuple() - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager.TopSelectPass
Returns the default members at the time the pass was created.
getDefaultValue() - Method in class com.activeviam.type.FieldType
 
getDefaultValue() - Method in interface com.activeviam.type.IFieldType
Returns this field's default value.
getDefaultValue() - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
Gets the default value of the field.
getDefaultValue() - Method in class com.qfs.store.impl.StoreFieldMonitor
Returns the default value of the field.
getDefaultValue() - Method in interface com.qfs.store.service.IDatabaseFieldDescription
Gets the default value of the field.
getDefaultValue() - Method in class com.qfs.store.service.impl.DatabaseFieldDescription
 
getDefaultValue() - Method in interface com.quartetfs.biz.pivot.definitions.IJoinMeasureDescription
Returns the default value for the join, used when no store record matches a cube fact.
getDefaultValue() - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
getDefaultValue() - Method in class com.quartetfs.biz.xmla.impl.XmlaProperty
 
getDefaultValue() - Method in class com.quartetfs.biz.xmla.impl.XmlaPropertyOverride
 
getDefaultValue() - Method in interface com.quartetfs.biz.xmla.IXmlaProperty
Returns the default value of the property.
getDefaultValue(FieldPath) - Method in class com.activeviam.copper.store.JoinCopperStore
Returns the default value returned by a missed join on a given field for this join operation.
getDefaultValue(ReachableField) - Method in class com.activeviam.copper.DatabaseHelper
Deprecated.
 
getDefaultValue(ReachableField) - Method in interface com.activeviam.copper.IDatabaseHelper
Deprecated.
Returns the default value of the given field.
getDefaultValue(IFieldDescription, ILiteralType) - Static method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
Gets the effective default value for the given field.
getDefaultVisibility() - Method in interface com.quartetfs.biz.pivot.cube.dimension.IDimensionInfo
Returns true if the dimension is visible by default (can be changed in the Mdx context).
getDefaultVisibility() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo
 
getDefaultVisibility() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchyInfo
Returns true when the hierarchy is visible.
getDefaultVisibility() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
 
getDefinedProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Gets a set of all defined properties.
getDefinedType() - Method in class com.quartetfs.pivot.mdx.meta.impl.AliasedSet
 
getDefinedType() - Method in interface com.quartetfs.pivot.mdx.statement.ICreateStatement
Returns the type of the formula.
getDefinedType() - Method in interface com.quartetfs.pivot.mdx.statement.IFormulaSpecification
Returns the type of the formula.
getDefinedType() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateStatement
 
getDefinedType() - Method in class com.quartetfs.pivot.mdx.statement.impl.FormulaSpecification
 
getDefinedType() - Method in class com.quartetfs.pivot.mdx.statement.impl.StringFormulaSpecification
 
getDefinedType() - Method in interface com.quartetfs.pivot.mdx.statement.IStringFormulaSpecification
Returns the type of the formula.
getDefiningInterface() - Method in class com.quartetfs.fwk.types.impl.Plugin
Gets plugin defining interface.
getDefiningInterface() - Method in interface com.quartetfs.fwk.types.IPlugin
Returns the interface defining this plugin.
getDefinition() - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationParts
 
getDefinition() - Method in class com.quartetfs.biz.xmla.rowset.impl.RowSet
 
getDefinition() - Method in interface com.quartetfs.biz.xmla.rowset.IRowset
Returns the rowset definition.
getDefinition() - Method in class com.quartetfs.pivot.mdx.xmla.impl.XmlaDrillthroughRowset
 
getDefinition(Syntax, List<IExpression>) - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFunction
 
getDefinition(Syntax, List<IExpression>) - Method in interface com.quartetfs.pivot.mdx.statement.IFunction
Returns the definition (and the match result) that best matches the arguments.
getDefinitions() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFunction
 
getDefinitions() - Method in interface com.quartetfs.pivot.mdx.statement.IFunction
Returns all the function definitions of the function.
getDelegate() - Method in class com.qfs.multiversion.impl.AVersionDelegate
For internal use only.
getDelegate() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
 
getDelegate() - Method in interface com.qfs.pivot.cube.provider.multi.IPartialAggregateProvider
Returns the delegate aggregate provider storage.
getDelegate() - Method in interface com.qfs.store.selection.IDelegateCompositeSelectionListener
Returns the delegate IAsyncCompositeSelectionListener.
getDelegate() - Method in class com.qfs.store.selection.impl.ACatchUpListener
 
getDelegate() - Method in class com.qfs.store.selection.impl.DelegateCompositeSelectionListener
 
getDelegate() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
getDelegates() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
getDelegates() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
getDelegates() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
getDeleted() - Method in class com.qfs.msg.csv.impl.ACSVTopic.PendingState
Returns The identifiers of the deleted files.
getDeletedAt() - Method in class com.qfs.repository.dto.PointValueDto
 
getDeletedAt() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getDeletedAt() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getDeletedAt() - Method in interface com.qfs.repository.persistence.model.IPointValue
Gets the audit when the point value has been deleted.
getDeletedAt() - Method in class com.qfs.snl.dtos.MonitorDto
 
getDeletedAt() - Method in interface com.qfs.snl.monitors.IMonitor
Gets the auditId when the monitor has been deleted.
getDeletedAt() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getDeletedMonitorIds() - Method in class com.qfs.snl.dtos.MonitorUpdatesDto
 
getDeletedMonitorIds() - Method in interface com.qfs.snl.monitors.IMonitorUpdates
The deleted monitors.
getDeletedMonitorIds() - Method in class com.qfs.snl.monitors.impl.MonitorUpdates
 
getDeletedPointValues() - Method in class com.qfs.repository.dto.PointValueUpdatesDto
 
getDeletedPointValues() - Method in class com.qfs.repository.impl.PointValueUpdates
 
getDeletedPointValues() - Method in interface com.qfs.repository.IPointValueUpdates
Get the deleted point values.
getDeletedRecordsStream() - Method in class com.qfs.plan.impl.DropPartitionTransactionContentReader
 
getDeletedRecordsStream() - Method in class com.qfs.plan.impl.IncrementalPartitionTransactionContentReader
 
getDeletedRecordsStream() - Method in class com.qfs.plan.impl.InitialPartitionTransactionContentReader
 
getDeletedRecordsStream() - Method in interface com.qfs.plan.IPartitionTransactionContentReader
Gets the stream responsible for providing the records deleted in the partition by the transaction.
getDeletedRows() - Method in class com.qfs.pivot.json.database.JsonTableResult
Gets the number of deleted rows.
getDeletedRows() - Method in class com.qfs.store.impl.ARecordSetTransaction
 
getDeletedRows() - Method in interface com.qfs.store.IRecordSetTransaction
Returns the rows deleted during that transaction, or null if there are none.
getDeletionAudit() - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
getDeletionAudit() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
getDeletionAudit() - Method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Gets the audit at which the configuration was deleted.
getDeletions() - Method in class com.qfs.repository.dto.ParameterUpdateDto
 
getDeletions() - Method in class com.qfs.repository.params.impl.ParameterUpdate
 
getDeletions() - Method in interface com.qfs.repository.params.IParameterUpdate
Returns the point values to remove.
getDelta() - Method in interface com.qfs.index.IIntegerArrayTransaction
Returns the delta object containing the old values for this transaction.
getDelta() - Method in interface com.qfs.index.ILongArrayTransaction
Returns the delta object containing the old values for this transaction.
getDelta() - Method in class com.qfs.index.impl.IntegerArrayTransaction
 
getDelta() - Method in class com.qfs.index.impl.IntegerArrayVersion.IntegerArrayTransition
 
getDelta() - Method in class com.qfs.index.impl.LongArrayTransaction
 
getDelta() - Method in class com.qfs.index.impl.LongArrayVersion.LongArrayTransition
 
getDelta() - Method in interface com.qfs.multiversion.squash.IIntegerArrayTransition
Gets the delta object for the transaction that has created the version.
getDelta() - Method in interface com.qfs.multiversion.squash.ILongArrayTransition
Gets the delta object for the transaction that has created the version.
getDependencies() - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
getDependencies() - Method in interface com.activeviam.copper.measure.IInternalCopperMeasure
Deprecated.
The measures to export to make this one work.
getDependencies() - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData
The query plan retrievals dependencies.
getDependencies() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the dependencies map between the query plan IAggregateRetrievalInfo.
getDependencies() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getDependencies() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getDependencies() - Method in class com.quartetfs.pivot.mdx.plan.impl.AggregateKey
 
getDependencies() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanPivotDependency
 
getDependencies(IExpression, int) - Static method in class com.quartetfs.pivot.mdx.plan.impl.ExecUtils
Computes the dependencies of an expression.
getDependenciesToPasses() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanPivotDependency
Gets the mapping between dependencies and the passes that created them.
getDepth() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisMember
The AllMember node is the root and has depth of 0.
getDepth() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMember
 
getDepth() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
The allmember node is the root and has depth=0.
getDepth() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
getDepth() - Method in interface com.quartetfs.fwk.monitoring.jmx.IDynamicMonitoring
Returns the depth of that monitoring bean within its hierarchy of parent-child relationships.
getDepth() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
 
getDepth() - Method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup.UnknownMdxMember
 
getDepth() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMember
Returns The depth of this member (it is the length of its path or the ordinal of its level + 1 i.e not equal to the depth of an IAxisMember).
getDepth() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMember
 
getDepth(IBasicContentEntry) - Static method in class com.qfs.content.service.impl.ContentServiceHelper
Retrieve the depth (the number of ancestor directories, up to IContentService.ROOT_DIRECTORY) of an entry.
getDepth(ILocation, IHierarchyInfo) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Retrieves the depth of the hierarchy information.
getDepth(Object) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.HierarchyComparator
Gets the depth of a "supported" object.
getDepth(String) - Static method in class com.qfs.content.service.impl.ContentServiceHelper
Retrieve the depth (the number of ancestor directories, up to IContentService.ROOT_DIRECTORY) of a path.
getDescendantIndex(IMdxFixedMember, IMdxLevel) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Gets the index of the given member in all the descendants of it's parent at the given level.
getDescendantIndex(IMdxFixedMember, IMdxLevel) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getDescription() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The context value description.
getDescription() - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Gets the description of this hierarchy.
getDescription() - Method in class com.activeviam.copper.MeasureMetadata
Gets this measure's description.
getDescription() - Method in interface com.activeviam.copper.recast.ISchemaSelectionSessionHolder
Retrieve the description of the selection.
getDescription() - Method in interface com.qfs.distribution.IDistributedActivePivot
Gets the distributed pivot's description.
getDescription() - Method in class com.qfs.distribution.impl.ActivePivotSchemaDist.DistributedActivePivotContainer
 
getDescription() - Method in class com.qfs.distribution.impl.ActivePivotSchemaDist
 
getDescription() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Gets the IDistributedActivePivotDescription, that is valid for all versions of the distributed pivot.
getDescription() - Method in interface com.qfs.pivot.content.IActivePivotContentService.IDescriptionWithPermissions
 
getDescription() - Method in class com.qfs.pivot.content.impl.DescriptionWithPermissions
 
getDescription() - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
Gets the IDistributedActivePivotDescription that defined this instance.
getDescription() - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
getDescription() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getDescription() - Method in class com.qfs.pivot.json.discovery.ContextValueDiscovery
 
getDescription() - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
getDescription() - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
getDescription() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getDescription() - Method in class com.qfs.pivot.json.discovery.LevelDiscovery
 
getDescription() - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Returns the description of the measure.
getDescription() - Method in class com.qfs.pivot.json.discovery.MeasureGroupDiscovery
 
getDescription() - Method in class com.qfs.pivot.json.discovery.SetDiscovery
 
getDescription() - Method in class com.qfs.pivot.json.queryplan.FilterData
The filter description.
getDescription() - Method in class com.qfs.snl.dtos.MonitorDto
 
getDescription() - Method in class com.qfs.snl.dtos.TaskDto
Returns the description.
getDescription() - Method in interface com.qfs.snl.monitors.IMonitor
Gets the description of the monitor.
getDescription() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getDescription() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getDescription() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Gets the description of the task.
getDescription() - Method in interface com.qfs.store.IDatastoreSchemaVersion
Gets a description that would generate the same schema as the current one.
getDescription() - Method in class com.qfs.store.impl.DatastoreSchemaVersion
 
getDescription() - Method in class com.qfs.store.part.impl.PartitioningUtil.ConstantFunction
 
getDescription() - Method in class com.qfs.store.part.impl.PartitioningUtil.IdentityFunction
 
getDescription() - Method in class com.qfs.store.part.impl.PartitioningUtil.ModuloFunction
 
getDescription() - Method in interface com.qfs.store.part.IntIntFunction
Get the description of this function.
getDescription() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAnalysisAggregationProcedure
Gets the description of the procedure, used to create this instance.
getDescription() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAnalysisAggregationProcedure
 
getDescription() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchyDescriptionProvider
 
getDescription() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IAnalysisHierarchyDescriptionProvider
Returns the IAnalysisHierarchyDescription corresponding to the current analysis hierarchy.
getDescription() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Returns the description.
getDescription() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiDescription
Returns a human-readable description of the KPI.
getDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
getDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
 
getDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
getDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
 
getDescription() - Method in interface com.quartetfs.biz.pivot.definitions.INamedSetDescription
Returns the description.
getDescription() - Method in interface com.quartetfs.biz.pivot.IActivePivot
Get the ActivePivot's description.
getDescription() - Method in interface com.quartetfs.biz.pivot.IActivePivotManager
Retrieves the manager description.
getDescription() - Method in interface com.quartetfs.biz.pivot.IActivePivotSchema
Get the schema dynamic description.
getDescription() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotContainer
Deprecated, for removal: This API element is subject to removal in a future version.
getDescription() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManager
Read the current configuration of the manager and return it as a description object.
getDescription() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
Read the current description of the schema and serialize it into a description object.
getDescription() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getDescription() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
getDescription() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getDescription() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Gets the ActivePivot description, that is valid for all the versions of ActivePivot.
getDescription() - Method in enum com.quartetfs.biz.pivot.query.aggregates.IQueryPlan.GlobalTimings
 
getDescription() - Method in class com.quartetfs.biz.pivot.source.impl.SchemaSelectionSessionHolder
 
getDescription() - Method in interface com.quartetfs.biz.xmla.IEnumeratorValue
Returns the description of the value.
getDescription() - Method in class com.quartetfs.biz.xmla.impl.MDProperty
 
getDescription() - Method in interface com.quartetfs.biz.xmla.mdx.IMDProperty
Returns the description of the property.
getDescription() - Method in class com.quartetfs.biz.xmla.rowset.impl.RowsetColumn
 
getDescription() - Method in interface com.quartetfs.biz.xmla.rowset.IRowsetColumn
A brief description of the purpose of the column.
getDescription() - Method in interface com.quartetfs.fwk.contributions.IContribution
Returns the description of the contribution.
getDescription() - Method in class com.quartetfs.fwk.contributions.impl.Contribution
 
getDescription() - Method in class com.quartetfs.fwk.monitoring.impl.OperationInfo
 
getDescription() - Method in interface com.quartetfs.fwk.monitoring.IOperationInfo
Returns the human readable description of the operation.
getDescription() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxFormulaMember
Returns The description (if defined) of the member.
getDescription() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
getDescription(IOlapElement, String, ICubeFormatter) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Get the description of an olap element.
getDescription(IMeasureMemberDescription) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
Deprecated, for removal: This API element is subject to removal in a future version.
getDescription(IMdxFixedMember, String, ICubeFormatter) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Extract the description of the measure.
getDescription(IMdxNamedSet, String, ICubeFormatter) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Extract the description of the namedSet.
getDescription(String) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets translation of the given description.
getDescription(String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter
 
getDetails() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo
Gets a detailed toString of this level.
getDetails() - Method in class com.quartetfs.fwk.logging.impl.ATiming
Returns query details.
getDetails() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The extra properties.
getDetailTypeString(int) - Static method in class com.qfs.store.Types
Returns the name of the class the provided type represents, with information on if the type is dictionarized and on if the type is nullable.
getDictionaries() - Method in interface com.qfs.store.IDatastoreSchemaQueryMetadata
Gets read-only version of IDictionaryManager that gives accesses to the dictionaries of the schema and read their content.
getDictionaries() - Method in interface com.qfs.store.IDatastoreSchemaVersion
Read-only version of IDictionaryManager that gives accesses to the dictionaries of the schema and read their content.
getDictionaries() - Method in interface com.qfs.store.IDroppedPartitionInformation
Gets the unique indexes' dictionaries mapped with their corresponding position.
getDictionaries() - Method in class com.qfs.store.impl.DatastoreSchemaQueryMetadata
 
getDictionaries() - Method in class com.qfs.store.impl.DatastoreSchemaVersion
 
getDictionaries() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getDictionaries() - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Gets read-only version of IDictionaryManager that gives accesses to the dictionaries of the schema and read their content.
getDictionaries() - Method in interface com.qfs.store.selection.IContinuousSelection
Find the dictionaries associated with the selection of id selectionId.
getDictionaries() - Method in class com.qfs.store.selection.impl.ContinuousSelection
 
getDictionaries() - Method in class com.qfs.store.selection.impl.SelectionMetadata
 
getDictionaries() - Method in interface com.qfs.store.selection.ISelectionMetadata
Gets the dictionaries for the underlying selection.
getDictionaries() - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Returns the coordinate dictionaries.
getDictionaries() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
getDictionaries(int) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Find the dictionaries associated with the selection of id selectionId.
getDictionaries(int) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
getDictionaries(String) - Method in class com.activeviam.store.structure.impl.StructureDictionaryManager
 
getDictionaries(String) - Method in interface com.qfs.store.IDictionaryManager
Retrieves the dictionaries of the store.
getDictionarizedCoordinate(int) - Method in class com.quartetfs.biz.pivot.impl.APointLocationListReader
 
getDictionarizedCoordinate(int) - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
getDictionarizedCoordinate(int) - Method in interface com.quartetfs.biz.pivot.IPointLocationReader
Returns the dictionarized value of the coordinate identified by the given mapping index.
getDictionarizedCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
getDictionarizedCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
getDictionarizedCoordinate(int, int) - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Returns the dictionarized value of the selected coordinate for the point location at the given position in this list.
getDictionarizedRecord() - Method in class com.qfs.store.record.impl.PlainRecordReaderFromDictionarized
Returns the underlying dictionarized record.
getDictionarizedRecordFormat() - Method in interface com.activeviam.database.api.query.IQueryResultFormat
Returns the format exposing the physical types of the values returned by the query.
getDictionary() - Method in class com.qfs.index.impl.AMultiVersionSecondaryRecordIndex
 
getDictionary() - Method in class com.qfs.index.impl.AMultiVersionUniqueRecordIndex
 
getDictionary() - Method in class com.qfs.index.impl.ASecondaryRecordIndexBase
Dictionary of the indexed records, represented as points of their indexed fields.
getDictionary() - Method in class com.qfs.index.impl.AUniqueRecordIndexBase
Dictionary of the indexed records, represented as points of their indexed fields.
getDictionary() - Method in class com.qfs.index.impl.SecondaryRecordIndexVersion
 
getDictionary() - Method in class com.qfs.index.impl.UniqueRecordIndexVersion
 
getDictionary() - Method in interface com.qfs.index.IMultiVersionRecordIndex
Gets the mapping between points and keys.
getDictionary() - Method in interface com.qfs.index.ISecondaryRecordIndexVersion
Returns a dictionary of Integer if there is only one field, or a dictionary of int arrays if there is more than one field.
getDictionary() - Method in interface com.qfs.index.IUniqueRecordIndexVersion
Returns the dictionary that will be a dictionary of Integer if there is only one field, or a dictionary of int arrays if there is more than one field.
getDictionary() - Method in interface com.qfs.store.query.plan.condition.IDictionarySetOperand
Returns the field dictionary of the corresponding operand.
getDictionary() - Method in class com.qfs.store.query.plan.condition.impl.DictionaryConstantSetOperand
 
getDictionary() - Method in class com.qfs.store.query.plan.condition.impl.DictionaryDynamicSetOperand
 
getDictionary(int) - Method in class com.qfs.store.query.impl.QueryDictionaryProvider
 
getDictionary(int) - Method in class com.qfs.store.record.impl.DictionaryProviderFromArray
 
getDictionary(int) - Method in class com.qfs.store.record.impl.DictionaryProviderFromSelection
 
getDictionary(int) - Method in interface com.qfs.store.record.impl.IDictionaryProvider
Gets the dictionary of the given field.
getDictionary(int, int) - Method in class com.qfs.dic.impl.SchemaDictionaryProvider
 
getDictionary(int, int) - Method in interface com.qfs.dic.ISchemaDictionaryProvider
Gets the dictionary of a field.
getDictionary(StoreField) - Method in class com.qfs.dic.impl.SchemaDictionaryProvider
 
getDictionary(StoreField) - Method in interface com.qfs.dic.ISchemaDictionaryProvider
Gets the dictionary of a field.
getDictionary(IApplicationDictionaryProvider.GlobalDictionaryKey) - Method in interface com.activeviam.dic.provider.IApplicationDictionaryProvider
Returns the dictionary corresponding to the provided key.
getDictionary(IApplicationDictionaryProvider.GlobalDictionaryKey) - Method in class com.activeviam.dic.provider.impl.BasicApplicationDictionaryProvider
 
getDictionary(IApplicationDictionaryProvider.IDomainDictionaryKey) - Method in interface com.activeviam.dic.provider.IDomainDictionaryProvider
Returns the current state of a dictionary that was declared in this domain.
getDictionary(IApplicationDictionaryProvider.IDomainDictionaryKey) - Method in class com.activeviam.dic.provider.impl.DomainDictionaryProvider
 
getDictionary(IDatastoreSchemaQueryMetadata, ReachableField) - Static method in class com.qfs.store.impl.SchemaHelper
Gets the dictionary of a field.
getDictionary(String) - Method in interface com.activeviam.database.api.query.IQueryResultFormat
Returns the dictionary encoding the values of a given field.
getDictionary(String, String) - Method in interface com.qfs.dic.ISchemaDictionaryProvider
Gets the dictionary of a field.
getDictionaryFactory() - Method in class com.activeviam.store.structure.impl.SetIndexDictionariesConcurrentAction
The dictionary factory of the target store unique index.
getDictionaryFactory() - Method in interface com.activeviam.store.structure.ISetIndexDictionariesConcurrentAction
Returns the factory used to create the dictionaries of the unique index for each partition of the target store.
getDictionaryFactoryCache(int, int) - Method in class com.qfs.index.impl.UniqueIndexesPartitionFactory
Gets the cached dictionary of the underlying dictionary factory of the factory corresponding to the given position for the given partition id, or null if there is no cached dictionary for this id.
getDictionaryGroups() - Method in interface com.qfs.desc.IDatastoreSchemaDescription
Returns the fields that need to share the same dictionary.
getDictionaryGroups() - Method in class com.qfs.desc.impl.DatastoreSchemaDescription
getDictionaryId() - Method in interface com.qfs.dic.IDictionary
Gets the unique ID of this dictionary useful for monitoring).
getDictionaryId() - Method in class com.qfs.dic.impl.AbstractDictionary
 
getDictionaryId() - Method in class com.qfs.dic.impl.AChristmasDictionary
 
getDictionaryId() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
getDictionaryId() - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
getDictionaryId() - Method in class com.qfs.dic.impl.NullableDictionary
 
getDictionaryId() - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
getDictionaryId() - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
getDictionaryKey() - Method in class com.activeviam.dic.provider.IApplicationDictionaryProvider.GlobalDictionaryKey
 
getDictionaryKey(StoreField) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
getDictionaryManager() - Method in class com.qfs.store.impl.DatastoreSchemaBase
 
getDictionaryManager() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getDictionaryManager() - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Gets the dictionary manager of this schema.
getDictionaryMemoryStatisticForTable(String) - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
getDictionaryProvider() - Method in class com.qfs.store.impl.DatastoreSchemaBase
 
getDictionaryProvider() - Method in class com.qfs.store.impl.StoreInternals
 
getDictionaryProvider() - Method in class com.qfs.store.impl.StoreTransaction
 
getDictionaryProvider() - Method in class com.qfs.store.impl.StoreVersion
 
getDictionaryProvider() - Method in class com.qfs.store.impl.UserStoreVersion
 
getDictionaryProvider() - Method in interface com.qfs.store.IStore
Returns the dictionary provider associated with this store.
getDictionaryProvider() - Method in exception com.qfs.store.record.DuplicateKeyException
The dictionaries of the store for which the duplicate key was observed.
getDictionaryProvider() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
 
getDictionarySize() - Method in class com.qfs.store.part.impl.StorePartitionIndexMonitor
Returns the size of the dictionary.
getDictionaryTransaction() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteDimensionTransactionData
 
getDictionaryTransaction() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction.RemoteHierarchyTransactionData
 
getDictionizedValueMap(IMultiVersionDatastoreSchema, String, Collection<? extends Map.Entry<String, Object>>) - Static method in class com.qfs.store.transaction.impl.TransactionManager
Gets the dictionarized values by field index map from a value by field name map.
getDimension() - Method in class com.qfs.pivot.json.cellset.HierarchyData
 
getDimension() - Method in class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
 
getDimension() - Method in class com.qfs.pivot.json.queryplan.LocationData
The location dimension.
getDimension() - Method in class com.quartetfs.biz.pivot.dto.HierarchyDTO
 
getDimension() - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
 
getDimension() - Method in class com.quartetfs.biz.pivot.query.aggregates.IAggregateRetrievalInfo.RetrievalLocation
 
getDimension() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxHierarchy
Returns dimension to which this hierarchy belongs.
getDimension() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMemberProperty
Returns the associated dimension if applicable, null otherwise.
getDimension() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMemberProperty
 
getDimension() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxHierarchy
 
getDimension(int) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Returns the dimension with the specified ordinal.
getDimension(int) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getDimension(IActivePivot, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Returns the dimension with the specified name from the pivot.
getDimensionality() - Method in interface com.quartetfs.pivot.mdx.result.IMdxCellSetAxis
Returns the dimensionality.
getDimensionality() - Method in class com.quartetfs.pivot.mdx.result.impl.BasicMdxCellSetAxis
 
getDimensionality() - Method in class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet.EmptyMdxCellSetAxis
 
getDimensionalityInfo() - Method in class com.quartetfs.biz.pivot.impl.DimensionsFactory
Deprecated.
 
getDimensionCaption(String) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the caption for the given dimension.
getDimensionCaption(String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter
 
getDimensionCount() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Returns the number of dimensions.
getDimensionCount() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getDimensionDescriptionsToPublish(DataCubeContext) - Method in class com.activeviam.copper.CopperJoinHierarchyAccumulator
Deprecated.
Returns a list of dimension descriptions that are ready for publication, and containing all the hierarchies accumulated in this object.
getDimensionInfo() - Method in interface com.quartetfs.biz.pivot.cube.dimension.IDimension
The dimension info that contains the dimension ordinal.
getDimensionInfo() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.ADimension
 
getDimensionInfo() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionVersion
 
getDimensionInfo() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.MultiVersionDimension
 
getDimensionInfo() - Method in interface com.quartetfs.biz.pivot.cube.dimension.IMultiVersionDimension
Returns the immutable information about this dimension.
getDimensionInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl.ASubCubeDimension
 
getDimensionInfo() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchyInfo
The underlying dimension info of the dimension holding this hierarchy.
getDimensionInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
 
getDimensionInfo() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxDimension
Returns the dimension info of this hierarchy.
getDimensionInfo() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxDimension
 
getDimensionInfo(String) - Method in interface com.qfs.messenger.IDataCubeAdapter
Returns the dimension information of the exposed dimension.
getDimensionInfo(String) - Method in class com.qfs.messenger.impl.DataCubeAdapter
 
getDimensionInfo(String) - Method in class com.qfs.messenger.impl.IdentityDataCubeAdapter
 
getDimensionName() - Method in class com.activeviam.copper.hierarchy.ACopperAnalysisHierarchy
 
getDimensionName() - Method in class com.activeviam.copper.hierarchy.ACopperJoinHierarchy
 
getDimensionName() - Method in class com.activeviam.copper.hierarchy.CopperHierarchyIdentifier
 
getDimensionName() - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Gets the name of the dimension to which this hierarchy belongs.
getDimensionName() - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
getDimensionName() - Method in interface com.activeviam.copper.hierarchy.IInternalCopperHierarchy
Deprecated.
Returns the name of the dimension this hierarchy belongs to.
getDimensionName() - Method in interface com.activeviam.copper.hierarchy.IInternalCopperLevel
Deprecated.
Returns the name of the dimension this level belongs to.
getDimensionName() - Method in class com.activeviam.copper.HierarchyInformation
Returns the name of the dimension this hierarchy belongs to.
getDimensionName() - Method in class com.activeviam.copper.LevelInformation
Returns the name of the dimension this level belongs to.
getDimensions() - Method in interface com.qfs.messenger.message.IInitialDiscoveryMessage
Returns the list of exposed hierarchies of the sender.
getDimensions() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
getDimensions() - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
getDimensions() - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
getDimensions() - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
getDimensions() - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
getDimensions() - Method in class com.qfs.webservices.CubeDiscovery
The dimensions of the cube.
getDimensions() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughQueryContext
Returns map containing list of ILevelInfo indexed by hierarchy name indexed by dimension name.
getDimensions() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughQueryContext
 
getDimensions() - Method in interface com.quartetfs.biz.pivot.cube.ICube
Returns all the dimensions of which fully define the cube structure.
getDimensions() - Method in interface com.quartetfs.biz.pivot.cube.ICubeVersion
 
getDimensions() - Method in class com.quartetfs.biz.pivot.cube.impl.CubeVersion
 
getDimensions() - Method in class com.quartetfs.biz.pivot.cube.impl.MultiVersionCube
 
getDimensions() - Method in interface com.quartetfs.biz.pivot.cube.IMultiVersionCube
Returns all the multi-version dimensions of this cube.
getDimensions() - Method in interface com.quartetfs.biz.pivot.IActivePivot
Returns the list of dimensions.
getDimensions() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getDimensionsToPublish() - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
Computes and returns the list of dimensions which need to be published to the cube.
getDimensionToAdd() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteDimensionTransactionData
 
getDimensionToRemove() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteDimensionTransactionData
 
getDimensionType() - Method in interface com.quartetfs.biz.pivot.cube.dimension.IDimensionInfo
Returns the type of the dimension.
getDimensionType() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo
 
getDimensionType() - Method in interface com.quartetfs.biz.pivot.definitions.IAxisDimensionDescription
Returns the dimension type.
getDimensionType() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
getDimensionVisibilities() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns a mapping between a dimension's name and its eventual visibility override.
getDimensionVisibilities() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getDimensionVisibilityOverride(String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxContextHelper
Gets the visibility override for a dimension, if it is overridden by the MDX context.
getDirectAllocationsCount() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
Returns the number of direct memory allocations that are active at the time of creation of this event.
getDirectContextDependencies() - Method in class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger.MergeCopperFunction
 
getDirectContextDependencies() - Method in class com.activeviam.copper.operation.function.ACopperFunction
Deprecated.
 
getDirectContextDependencies() - Method in class com.activeviam.copper.operation.function.ContextValueFunction
 
getDirectMemoryMxBean() - Static method in class com.qfs.memory.impl.DirectMemoryTracker
Gets the BufferPoolMXBean for direct memory.
getDirectMemoryReport() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Produces a quick summary memory report for a store, per-partition.
getDirectMemorySize() - Static method in class com.activeviam.health.monitor.impl.JvmHealthCheck
Returns the maximum direct memory size.
getDirectory(String) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Retrieves the directory provided in the path parameter.
getDirectoryEntries() - Method in class com.qfs.util.tar.impl.TarEntry
If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's children.
getDirectoryName() - Method in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Returns the desired file name.
getDisableEpochDimension() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
This setting can be used to disable the epoch dimension for some users.
getDisableEpochDimension() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getDisableEpochDimension(IMdxContext) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Returns the default value is none is contained in the context.
getDisableMdxCompilation() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
This setting can be used to disable MDX compilation.
getDisableMdxCompilation() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getDisableMdxCompilation(IMdxContext) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Returns the default value is none is contained in the context.
getDisaggregateSrc(Class<? extends IAggregationBinding>[]) - Static method in class com.qfs.pivot.agg.impl.AggregateStoreBindingCompiler
Source for the disaggregate(int, int) method.
getDiscardedRanges() - Method in interface com.qfs.multiversion.IEpochHistory
Gets the ranges of epochs whose used resources have been cleaned up during a discard.
getDiscardedRanges() - Method in class com.qfs.multiversion.impl.VersionHistory
 
getDiscardedRanges() - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getDiscardedStreams() - Method in class com.qfs.spring.websocket.impl.SessionData.JsonDiscardedStreamsData
Deprecated.
Returns the list of id of the streams that have been garbage-collected.
getDiscardProcedure() - Method in class com.qfs.index.impl.AIntegerArray
Gets the procedure to apply on discarded rows.
getDiscardProcedure() - Method in class com.qfs.index.impl.ALongArray
Gets the procedure to apply on discarded rows.
getDiscoveryHandler(String) - Method in class com.quartetfs.biz.xmla.impl.APivotXmlaHandler
 
getDiscoveryHandler(String) - Method in interface com.quartetfs.biz.xmla.IXmlaHandler
Get a discovery handler.
getDiscriminator() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisMember
Returns the discriminator of this activeMember.
getDiscriminator() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMember
 
getDiscriminator() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
getDiscriminator() - Method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup.UnknownMdxMember
 
getDiscriminator() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMember
Returns the member discriminator.
getDiscriminator() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxActiveMeasureMember
 
getDiscriminator() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
getDiscriminator() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxPastPeriodRangeEpochMember
 
getDiscriminator() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxPivotMember
 
getDiscriminator() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxRangeMember
 
getDiscriminator() - Method in class com.quartetfs.pivot.mdx.xmla.impl.XmlaSelectExecutor.EmptyMember
 
getDisplayFolder() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiDescription
A string that identifies the path of the display folder that the client application uses to show the member.
getDisplayFolder() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
 
getDisplayFolder() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
getDisplayInfo() - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
Gets the MDX display info for this member.
getDisplayInfo(AMdxCellSetAxesIterator<P, F>) - Static method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
Return the display info of the member.
getDistributedActivePivotDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotInstanceDescription
 
getDistributedActivePivotDescription() - Method in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
getDistributedActivePivotInstanceDescriptions() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotSchemaDescription
getDistributedActivePivotInstanceDescriptions() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaDescription
 
getDistributedApplicationInformation() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Returns The distributing fields index by their application name.
getDistributedApplicationInformation() - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
Returns the distributing fields index by their application name.
getDistributedApplicationInformation() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getDistributedApplicationInformations() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
getDistributedHierarchyManager() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Returns the distributedHierarchyManager used to forward the remote transactions to the pivot.
getDistributedHierarchyManager() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getDistributedPivotVersion() - Method in class com.qfs.query.impl.DistributedActivePivotAggregatesRetriever
Returns The pivot version on which the retrievals will be executed.
getDistributedProperties() - Method in interface com.qfs.distribution.IDistributedActivePivot
Gets the Properties specific to the distributed pivot's configuration.
getDistributedProperties() - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
Gets the Properties specific to the distributed pivot's configuration (from IDistributedActivePivotInstanceDescription).
getDistributedProperties() - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
getDistributedProvider() - Method in class com.qfs.query.impl.DistributedActivePivotAggregatesRetriever
Returns the full, distributed aggregates provider.
getDistributingFields() - Method in class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition.DistributedApplicationDefinition
 
getDistributingFields() - Method in interface com.quartetfs.biz.pivot.definitions.IQueryClusterDefinition.IDistributedApplicationDefinition
Returns the distributing fields.
getDomain() - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Gets the domain in which query results are sent.
getDomain() - Method in interface com.quartetfs.tech.streaming.IDomainEvent
Returns the domain identifier the underlying events belong to.
getDomain() - Method in class com.quartetfs.tech.streaming.impl.DomainEvent
 
getDomainEvents() - Method in interface com.quartetfs.tech.streaming.IBulkedEvents
Gets domain events.
getDomainEvents() - Method in class com.quartetfs.tech.streaming.impl.BulkedEvents
 
getDomainKey() - Method in class com.activeviam.dic.provider.IApplicationDictionaryProvider.GlobalDictionaryKey
 
getDomainKey() - Method in interface com.activeviam.dic.provider.IDomainDictionaryProvider
Returns the key of the current domain in its global dictionary provider.
getDomainKey() - Method in class com.activeviam.dic.provider.impl.DomainDictionaryProvider
The domain' key.
getDouble(byte[], int) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Reads the double stored at the given offset in the given byte array.
getDouble(long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given memory address.
getDouble(IActiveViamProperty, double) - Method in interface com.activeviam.properties.IActiveViamPropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getDouble(IActiveViamProperty, double) - Method in class com.activeviam.properties.impl.ActiveViamPropertyRegistry
 
getDouble(ActiveViamProperty, double) - Static method in class com.activeviam.properties.PropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getDouble(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given Java variable.
getDoubleArray(String) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Retrieve an double array from the database.
getDoubleArrayVector(Array) - Static method in class com.activeviam.source.jdbc.api.calculator.JdbcCalculatorUtils
Deprecated.
Converts a JDBC Array to an Atoti IVector of doubles.
getDoublePosition(double) - Method in interface com.qfs.dic.IDictionary
Searches for a double in the dictionary.
getDoublePosition(double) - Method in class com.qfs.dic.impl.AbstractDictionary
 
getDoublePosition(double) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
getDoublePosition(double) - Method in class com.qfs.dic.impl.ChristmasDictionaryDouble
 
getDoublePosition(double) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
getDoublePosition(double) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
getDoublePosition(double) - Method in class com.qfs.dic.impl.NullableDictionary
 
getDoublePosition(double) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
getDoublePosition(double) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
getDoublePosition(double, int) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Returns the position of the given double key in this dictionary, or -1 if it is not present.
getDoubleVolatile(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a reference value from a given Java variable, with volatile load semantics.
getDrillthoughCaption(String) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the caption of the given drill-though column.
getDrillthoughCaption(String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter
 
getDrillthroughContinuousQueryEngine() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getDrillthroughContinuousQueryEngine() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
getDrillthroughExecutor() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Returns the executor responsible for executing drillthrough attached queries on this pivot.
getDrillthroughExecutor() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
getDrillthroughExecutor() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
getDrillthroughExecutor() - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Gets the unique instance of the drillthrough executor.
getDrillthroughExecutor() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getDrillthroughProperties(List<? extends IContextValue>) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
Retrieve the IDrillthroughProperties from a list of context.
getDrillthroughRows() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughPartitionAcceptor
Returns the result of the drillthrough query.
getDrillthroughState() - Method in interface com.quartetfs.biz.pivot.streaming.IDrillthroughStream
 
getDrillthroughState() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStream
 
getDriverClassName() - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
Returns the driver class name.
getDropConditionFields() - Method in interface com.activeviam.store.IInternalStoreVersion.IDropHistory
Gets the groups of fields used in the conditions that triggered the drop.
getDropConditionFields() - Method in interface com.qfs.plan.IDroppedRecordStream
Get the list of fields that have been used to perform drop operations.
getDropConditionFields() - Method in class com.qfs.plan.impl.IncrementalDroppedRecordsStream
 
getDropConditionFields() - Method in interface com.qfs.store.IDroppedPartitionInformation
Gets the drop condition fields.
getDropConditionsFields() - Method in interface com.quartetfs.biz.pivot.contribution.IGlobalContributionHolder
Gets conditions fields representing the conditions that triggered drops of whole partitions in the underlying storage.
getDropConditionsFields() - Method in class com.quartetfs.biz.pivot.contribution.impl.GlobalContributionHolder
 
getDropHistory() - Method in interface com.activeviam.store.IInternalStoreVersion.IStoreTransition
Gets a map containing for each partition its drop history.
getDroppedContentStream() - Method in class com.qfs.plan.impl.DropPartitionTransactionContentReader
 
getDroppedContentStream() - Method in class com.qfs.plan.impl.IncrementalPartitionTransactionContentReader
 
getDroppedContentStream() - Method in class com.qfs.plan.impl.InitialPartitionTransactionContentReader
 
getDroppedContentStream() - Method in interface com.qfs.plan.IPartitionTransactionContentReader
Gets the stream responsible for providing the records that have been dropped.
getDroppedPartitions() - Method in class com.qfs.store.impl.StoreTransaction
 
getDroppedPartitions() - Method in interface com.qfs.store.IStoreTransaction
Gets the partitions dropped during the transaction and the associated drop conditions fields, given as a map by partition id.
getDropType() - Method in interface com.quartetfs.pivot.mdx.statement.IDropStatement
Returns the type of the element to from.
getDropType() - Method in class com.quartetfs.pivot.mdx.statement.impl.DropStatement
 
getDuplicateKeyHandler() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
getDuplicateKeyHandler() - Method in class com.qfs.desc.impl.StoreDescription
 
getDuplicateKeyHandler() - Method in interface com.qfs.desc.IStoreDescription
Returns how to handle adding two records with the same key fields.
getDuplicateKeyHandler() - Method in class com.qfs.store.impl.StoreInternals
 
getDuplicateRecord() - Method in exception com.qfs.store.record.DuplicateKeyException
Returns the duplicateRecord the record that could not be added.
getDuration() - Method in class com.activeviam.health.monitor.impl.ActivePivotQueryDone
The duration of the query, in milliseconds.
getDuration() - Method in class com.activeviam.health.monitor.impl.ActivePivotQueryFailed
The duration of the query, in milliseconds.
getDuration() - Method in class com.activeviam.health.monitor.impl.SlowActivePivotQuery
The duration of the query, in milliseconds.
getDurationCount() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Returns the number of events recorded.
getDuring() - Method in class com.qfs.snl.dtos.MonitorDto
 
getDuring() - Method in interface com.qfs.snl.monitors.IMonitor
Get the during time in milliseconds of the monitor.
getDuring() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getDuring() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiDescription
Gets the string representing the value for the during time.
getDuring() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
 
getDuring() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
getEdge(String, String) - Method in class com.qfs.store.impl.UserStoreGraph
 
getEdge(K, K) - Method in interface com.qfs.graph.IDirectedGraph
Retrieves the edge linking a node to another.
getEdge(K, K) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
getEdge(K, K) - Method in class com.qfs.graph.impl.DirectedGraph
 
getEdge(K, K) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
getEdges() - Method in interface com.qfs.graph.IDirectedGraph
Retrieves the (unordered) list of all edges in the graph.
getEdges() - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
It is strong advised to not call this method while modifying the graph structure.
getEdges() - Method in class com.qfs.graph.impl.DirectedGraph
 
getEdges() - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
getEdges() - Method in class com.qfs.store.impl.UserStoreGraph
 
getEdgesFrom(String) - Method in class com.qfs.store.impl.UserStoreGraph
 
getEdgesFrom(K) - Method in interface com.qfs.graph.IDirectedGraph
Retrieves all edges starting from a node and returns them along with the node they reach.
getEdgesFrom(K) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
getEdgesFrom(K) - Method in class com.qfs.graph.impl.DirectedGraph
 
getEdgesFrom(K) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
getEdgesTo(String) - Method in class com.qfs.store.impl.UserStoreGraph
 
getEdgesTo(K) - Method in interface com.qfs.graph.IDirectedGraph
A lot slower than IDirectedGraph.getEdgesFrom(Object) since edges are indexed by their from node.
getEdgesTo(K) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
It is strong advised to not call this method while modifying the graph structure.
getEdgesTo(K) - Method in class com.qfs.graph.impl.DirectedGraph
 
getEdgesTo(K) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
getEffectiveChanges(List<? extends IPointValueQuery>) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
getEffectiveChanges(List<? extends IPointValueQuery>) - Method in class com.qfs.repository.impl.RepositoryService
 
getEffectiveChanges(List<? extends IPointValueQuery>) - Method in interface com.qfs.repository.IRepositoryService
Gets the effective changes for parameter in the queries time windows.
getEffectiveChanges(List<? extends IPointValueQuery>) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getEffectiveChanges(List<? extends IPointValueQuery>) - Method in interface com.qfs.repository.persistence.IPointValueDao
Retrieves all the point values updates (insertion, update and deletion) matching the criteria specified in the provided query.
getEffectiveChanges(List<? extends IPointValueQuery>) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
getEffectiveParameter(String) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
getEffectiveParameter(String) - Method in class com.qfs.repository.impl.RepositoryService
 
getEffectiveParameter(String) - Method in interface com.qfs.repository.IRepositoryService
Gets the effective definition of a parameter.
getEffectiveParameter(String) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
getEffectiveParameter(String, String, String) - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
getEffectiveParameter(String, String, String) - Method in interface com.qfs.repository.rs.IRepositoryRestService
Gets the definition of a parameter with all effective point values.
getEffectivePointValue(String, ICoordinates) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getEffectivePointValue(String, ICoordinates) - Method in interface com.qfs.repository.persistence.IPointValueDao
Gets the effective point value for a parameter on particular coordinates.
getEffectivePointValues(String) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getEffectivePointValues(String) - Method in interface com.qfs.repository.persistence.IPointValueDao
Retrieves effective point values of a parameter.
getElapsedTime() - Method in class com.qfs.msg.csv.impl.ParsingInfo
 
getElapsedTime() - Method in interface com.qfs.msg.csv.IParsingInfo
Returns the elapsed time.
getElapsedTime() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderBase.ExecutionContextTask
Returns the time elapsed to run this task.
getElapsedTime() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrieval
Returns the aggregates' retrieval duration.
getElapsedTime() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
getElapsedTime() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
getElapsedTime() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval
 
getElapsedTime() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpExternalDatabaseRetrieval
 
getElContext(VariableScope) - Method in class com.qfs.snl.activiti.SentinelExpressionManager
 
getElement(String) - Method in class com.qfs.distribution.impl.ClusterElementIndex
Get an element from its address.
getElementName() - Method in interface com.quartetfs.pivot.mdx.statement.IDropStatement
Returns the name of the element to drop.
getElementName() - Method in class com.quartetfs.pivot.mdx.statement.impl.DropStatement
 
getElements(String) - Method in class com.qfs.distribution.impl.ClusterElementIndex
Same as ClusterElementIndex.getElements(String, boolean, Predicate) with a true predicate and with withFallback set to true.
getElements(String, boolean) - Method in class com.qfs.distribution.impl.ClusterElementIndex
getElements(String, boolean, Predicate<T>) - Method in class com.qfs.distribution.impl.ClusterElementIndex
Returns a set consisting of the elements that belong to the given branch that match the given predicate.
For a given referent, if there is no element associated to the given branch but there is one for associated to the ClusterElementIndex.defaultBranch and if withFallback is true, this element is tested against the given predicate and added to the result if it matches.
getElse() - Method in interface com.quartetfs.pivot.mdx.statement.ICaseExpression
 
getElse() - Method in class com.quartetfs.pivot.mdx.statement.impl.CaseExpression
 
getEmptyDependency() - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Returns the empty dependency.
getEmptyDependency() - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
getEmptyDependency() - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
getEmptyResult() - Method in class com.quartetfs.biz.tree.impl.ATreeProcedure
 
getEmptyResult() - Method in interface com.quartetfs.biz.tree.ITreeProcedure
Returns an object which represent no result.
getEmptyValue() - Method in interface com.qfs.index.IIntegerArray
Returns the value that marks an empty spot in this array.
getEmptyValue() - Method in interface com.qfs.index.ILongArray
Returns the value that marks an empty spot in this array.
getEmptyValue() - Method in class com.qfs.index.impl.AIntegerArray
 
getEmptyValue() - Method in class com.qfs.index.impl.ALongArray
 
getEmptyValue() - Method in class com.qfs.index.impl.IntegerArrayTransaction
 
getEmptyValue() - Method in class com.qfs.index.impl.IntegerArrayVersion
 
getEmptyValue() - Method in class com.qfs.index.impl.LongArrayTransaction
 
getEmptyValue() - Method in class com.qfs.index.impl.LongArrayVersion
 
getEncoders() - Method in class com.qfs.websocket.client.AuthenticatedClientEndPointConfig
 
getEncoding() - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXMLHandler
 
getEncoding() - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
getEncryptedPassword(Object) - Static method in class com.qfs.security.impl.SecurityUtil
Returns the encrypted password.
getEnd() - Method in interface com.qfs.content.service.audit.IAuditable
Returns the action that made this entry obsolete.
getEnd() - Method in class com.qfs.content.service.audit.impl.AuditableCSEntry
 
getEnd() - Method in interface com.qfs.multiversion.IBranchInfo
Gets the id latest epoch of the branch.
getEnd() - Method in class com.qfs.multiversion.impl.BranchInfo
 
getEndDate() - Method in interface com.quartetfs.biz.pivot.webservices.ILicensingService
 
getEndDate() - Method in class com.quartetfs.biz.pivot.webservices.impl.LicensingService
 
getEndOfFile() - Method in class com.qfs.msg.csv.impl.ParserResult
 
getEndOfFile() - Method in interface com.qfs.msg.csv.IParserResult
Returns flag to indicate whether this result is the last one for the source file.
getEndOfLineManagement() - Method in class com.qfs.msg.csv.impl.ParserContext
Returns end of line management.
getEndPointAddress() - Method in interface com.qfs.messenger.IAddress
Returns the endpoint address of the cube this address is based on if exposed.
getEndPointAddress() - Method in class com.qfs.messenger.impl.LocalMessenger.LocalAddress
 
getEndPointAddress() - Method in class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
 
getEndPointSuffix() - Method in class com.qfs.pivot.impl.DataNodeManager.CubeEndPointInfo
 
getEndRowRange() - Method in class com.qfs.store.impl.StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo
Gets the endRowRange.
getEnricher(List<String>) - Method in interface com.quartetfs.fwk.util.IMappedTuple
Get (or create) a mapped tuple enricher that can enrich this tuple with additional enrichment keys.
getEnricher(List<String>) - Method in interface com.quartetfs.fwk.util.IMappedTupleFactory
Get (or create) a mapped tuple enricher that can enrich the tuples created by this factory with additional enrichment keys.
getEnricher(List<String>) - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
getEnricher(List<String>) - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
getEnricher(List<String>) - Method in class com.quartetfs.fwk.util.impl.MappedTupleFactory
 
getEnrichmentKeys() - Method in interface com.quartetfs.fwk.util.IMappedTupleEnricher
Returns the enrichment keys.
getEnrichmentKeys() - Method in class com.quartetfs.fwk.util.impl.MappedTupleEnricher
Returns the enrichment keys this enricher was configured with (the list may contain duplicates that already exist in the base factory).
getEntities(String) - Method in class com.qfs.snl.rs.impl.WorkflowRestServiceController
 
getEntities(String) - Method in interface com.qfs.snl.rs.IWorkflowRestService
Gets schemes configured for a particular entity type.
getEntities(String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
getEntities(String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
getEntities(String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Gets a list of all entities of a given type having a configured workflow schema.
getEntitlement(String, String) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Get the entitlement containing the calculated members, the KPIs, the pivot and global context values which are associated to the specified pivot and role.
getEntitlement(String, String) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
getEntitlement(String, String) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
getEntitlement(String, String) - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
 
getEntity(String) - Method in interface com.activeviam.cloud.entity.ICloudDirectory
Gets the entity located inside this directory.
getEntityConfiguration(String, String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
getEntityConfiguration(String, String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
getEntityConfiguration(String, String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Gets the schema configured for a given entity.
getEntityId() - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
getEntityId() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
getEntityId() - Method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Gets the id of the configured entity.
getEntityId(long, String) - Static method in class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
Gets the entity id for workflow configuration from monitor id and site.
getEntityId(IMonitor) - Static method in class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
Gets the entity id for workflow configuration from monitor id and site.
getEntityResolver() - Method in interface com.activeviam.database.api.IDatabase
Returns a component resolving names and descriptions into actual Objects in this database's schema.
getEntityResolver() - Method in interface com.activeviam.database.api.IDatabaseVersion
Returns a component that resolves names and descriptions into actual Objects in this database's schema.
getEntityResolver() - Method in interface com.qfs.store.IDatastoreVersion
Deprecated.
 
getEntityResolver() - Method in class com.qfs.store.impl.DatastoreVersion
 
getEntityResolver() - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
 
getEntityResolver() - Method in interface com.qfs.store.IReadableDatastore
 
getEntitySchema(String, String) - Method in class com.qfs.snl.rs.impl.WorkflowRestServiceController
 
getEntitySchema(String, String) - Method in interface com.qfs.snl.rs.IWorkflowRestService
Gets the scheme configured for a particular entity.
getEntityType() - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
getEntityType() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
getEntityType() - Method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Gets the entity type name.
getEntityType() - Method in class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
 
getEntityType() - Method in interface com.qfs.snl.workflows.IWorkflowEntityResolver
Gets the type name of entities resolved by this instance.
getEntry() - Method in interface com.qfs.content.service.IContentTree
Retrieves the entry node which is the root of this content tree.
getEntry() - Method in class com.qfs.content.service.impl.ContentTree
 
getEntry() - Method in class com.qfs.content.service.impl.ContentUpdate
Returns the updated entry.
getEntry() - Method in class com.qfs.content.ws.impl.JsonContentUpdate
Gets the updated entry.
getEntry(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode.Snapshot
Returns the aggregates entry at the given index.
getEntryPosition() - Method in class com.qfs.util.tar.impl.TarInputStream
Get the number of bytes into the current TarEntry.
getEntrySize() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionCache.IEvictionCacheEntry
Gets the size of this entry in the cache.
getEntrySize() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AEvictionCacheEntry
 
getEnumValue() - Method in interface com.quartetfs.biz.xmla.ILiteral
The index associated with that literal.
getEnumValue() - Method in class com.quartetfs.biz.xmla.impl.Literal
 
getEnvironment() - Method in interface com.quartetfs.biz.pivot.webservices.ILicensingService
 
getEnvironment() - Method in class com.quartetfs.biz.pivot.webservices.impl.LicensingService
 
getEpoch() - Method in class com.activeviam.health.monitor.impl.ADistributedEpochHealthEvent
The epoch of the message.
getEpoch() - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionCommitted
The epoch of the committed transaction.
getEpoch() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
getEpoch() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
 
getEpoch() - Method in interface com.qfs.messenger.message.IInitialDiscoveryMessage
Returns the epoch at which the discovery has been made.
getEpoch() - Method in class com.qfs.messenger.message.impl.ATransactionCommittedMessage
 
getEpoch() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
getEpoch() - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
getEpoch() - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
getEpoch() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
getEpoch() - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
getEpoch() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
Epoch of the committed component.
getEpoch() - Method in interface com.qfs.messenger.message.ITransactionCommittedMessage
Returns the epoch of the commit this transaction message represents.
getEpoch() - Method in interface com.qfs.multiversion.IHistoryNode
Gets the epoch of the version.
getEpoch() - Method in class com.qfs.multiversion.impl.AVersion
Deprecated.
 
getEpoch() - Method in class com.qfs.multiversion.impl.AVersionDelegate
 
getEpoch() - Method in interface com.qfs.multiversion.IVersion
Gets the epoch at which this version was created.
getEpoch() - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition.AggregateProviderPartitionVersion
 
getEpoch() - Method in class com.qfs.pivot.json.cellset.JsonCellData
Gets the epoch of the cellset update.
getEpoch() - Method in class com.qfs.pivot.json.cellset.JsonCellSetData
 
getEpoch() - Method in class com.qfs.pivot.json.database.JsonDatabaseQuery
Gets the epoch to perform the update on.
getEpoch() - Method in class com.qfs.pivot.json.database.JsonDatabaseQueryResult
Gets the epochId of the database at which the query was performed.
getEpoch() - Method in class com.qfs.pivot.json.drillthrough.JsonDrillthroughData
 
getEpoch() - Method in class com.qfs.pivot.json.drillthrough.JsonDrillthroughUpdateData
 
getEpoch() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData
The epoch.
getEpoch() - Method in class com.qfs.repository.impl.FilteredParameterEvent
 
getEpoch() - Method in class com.qfs.repository.impl.ParameterEvent
 
getEpoch() - Method in interface com.qfs.repository.IParameterEvent
Get the epoch of the event.
getEpoch() - Method in class com.qfs.store.impl.DatastoreVersion
 
getEpoch() - Method in class com.qfs.store.query.impl.QueryManager
 
getEpoch() - Method in interface com.qfs.store.query.IQueryManager
Returns the epoch of this query manager.
getEpoch() - Method in interface com.qfs.store.service.IBranchDescription
Gets the expected epoch of creation of the branch.
getEpoch() - Method in class com.qfs.store.service.impl.BranchCreationDescription
 
getEpoch() - Method in class com.qfs.store.service.impl.BranchDescription
 
getEpoch() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation
The epoch of the transaction commit.
getEpoch() - Method in interface com.quartetfs.biz.pivot.context.IAsOfEpoch
Get the target epoch id.
getEpoch() - Method in class com.quartetfs.biz.pivot.context.impl.AsOfEpoch
 
getEpoch() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getEpoch() - Method in interface com.quartetfs.biz.pivot.dto.IDrillthroughResultDTOState
 
getEpoch() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotTransaction
Returns the epoch at which the transaction was committed (or null if the transaction has not yet been committed).
getEpoch() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the epoch.
getEpoch() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getEpoch() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getEpoch() - Method in interface com.quartetfs.biz.pivot.query.IDrillthroughUpdate
Get the epoch of the update.
getEpoch() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughUpdate
 
getEpoch() - Method in interface com.quartetfs.biz.pivot.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 interface com.quartetfs.biz.pivot.streaming.ICellSetState
 
getEpoch() - Method in class com.quartetfs.biz.pivot.streaming.impl.ActivePivotEvent
 
getEpoch() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
 
getEpoch() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getEpoch() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
getEpoch() - Method in class com.quartetfs.biz.pivot.transaction.impl.SchemaTransactionInfo
 
getEpoch() - Method in interface com.quartetfs.biz.pivot.transaction.ITransactionInfo
The epoch at which the impact of the transaction becomes visible.
getEpoch() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
getEpoch() - Method in class com.quartetfs.pivot.mdx.impl.DefaultRTImpactCalculator
 
getEpoch() - Method in interface com.quartetfs.pivot.mdx.IRTImpactCalculator
Get the pivot's epoch at which the update occurs.
getEpoch() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateSource
 
getEpoch() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellSet
 
getEpoch(IVersion) - Static method in class com.qfs.multiversion.impl.SquashUtil
Gets the epochId of a version object.
getEpoch(IMdxCube, ITuple) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxCubeUtil
Retrieve the correct epoch given an IMdxCube and a ITuple or null if the epoch can not be extracted.
getEpochCreator() - Method in class com.qfs.store.impl.DatastoreSchemaBase
 
getEpochCreator() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getEpochCreator() - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Gets the epoch creator for this schema.
getEpochDimensionDescription() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Returns the IEpochDimensionDescription for this description.
getEpochDimensionDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
getEpochDimensionDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
getEpochHierarchyOrdinal() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Returns the ordinal of the epoch hierarchy or -1 if it is not enabled.
getEpochHierarchyOrdinal() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getEpochId() - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionCommittedEvent
Getter.
getEpochId() - Method in interface com.qfs.multiversion.IVersion
Gets the id of the epoch at which this version was created.
getEpochId() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.ProviderFilterKey
 
getEpochId() - Method in class com.quartetfs.fwk.logging.impl.ATiming
Gets the epoch id of the query.
getEpochId() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The datastore epoch on which the query was executed.
getEpochLevelComparator() - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
Returns the comparator which will be used to sort the epochs.
getEpochLevelComparator() - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
getEpochLevelFormatter() - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
Getter for the formatter of the epoch level.
getEpochLevelFormatter() - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
getEpochManager() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Get the epoch manager of this distributed ActivePivot.
getEpochManager() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getEpochManager() - Method in class com.qfs.store.impl.DatastoreSchemaBase
 
getEpochManager() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getEpochManager() - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
 
getEpochManager() - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Gets the epoch manager for this schema.
getEpochManager() - Method in interface com.qfs.store.IReadableDatastore
Gets the epoch manager of the datastore.
getEpochManager() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Returns an IMdxEpochManager containing all the available epochs.
getEpochManager() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getEpochMapper() - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
 
getEpochs(String) - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxEpochManager
Gets all the epochs which belong to the specified branch.
getEpochs(String) - Method in class com.quartetfs.pivot.mdx.epoch.impl.MdxEpochManager
 
getEpochsDependencies() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanPivotDependency
 
getEpochsUsage() - Method in class com.qfs.multiversion.impl.AEpochManager
Gets some statistics about deleted and discarded epochs.
getEpochsUsage() - Method in class com.qfs.multiversion.impl.VersionHistory
Gets some statistics about deleted and discarded epochs.
getEquivalentFieldType(int) - Static method in class com.activeviam.type.FieldType
Static constructor for a generic type.
getEquivalentFieldType(int, Class<?>, Object) - Static method in class com.activeviam.type.FieldType
Static constructor for a generic type.
getEquivalentFieldType(int, Object) - Static method in class com.activeviam.type.FieldType
Static constructor for a generic type.
getErasure() - Method in interface com.qfs.repository.coordinates.IErasure
The erasure of the coordinates is the concatenation in alpha numeric order of the different levels present in the coordinates.
getErasure() - Method in interface com.qfs.repository.coordinates.IIndexableCoordinates
The erasure of the coordinates.
getErasure() - Method in class com.qfs.repository.coordinates.impl.AIndexableCoordinates
 
getErasure() - Method in class com.qfs.repository.coordinates.impl.Erasure
 
getErasureFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getErasureFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the field used to store the erasure of a point value.
getErroneousLinesCount() - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
getErroneousLinesCount() - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Returns the number of lines that we failed to parse.
getError() - Method in class com.qfs.content.ws.impl.ListenerNotification
Gets the error that occurred on the server.
getError() - Method in class com.qfs.jackson.impl.JsonResponse
Returns the error object, must be null if data is present, and must be present if status is "error".
getError() - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Gets the error that prevented the query definition.
getError() - Method in class com.qfs.spring.websocket.impl.StreamState
Deprecated.
 
getErrorChain() - Method in class com.qfs.jackson.impl.JsonError
The error chain.
getErrorClass() - Method in interface com.quartetfs.tech.streaming.IFailureEvent
Returns simple name of the Throwable class that created this failure event.
getErrorClass() - Method in class com.quartetfs.tech.streaming.impl.FailureEvent
 
getErrorCodes() - Method in exception com.qfs.store.query.InvalidQueryException
Returns the bitwise OR of all errors found.
getEvaluationType() - Method in interface com.quartetfs.pivot.mdx.statement.ICreateSetStatement
Returns the evaluation type.
getEvaluationType() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateSetStatement
 
getEvent() - Method in class com.quartetfs.biz.pivot.query.impl.StreamEventProcessingQuery
Returns the event processed by this instance.
getEvent() - Method in interface com.quartetfs.fwk.query.IContinuousQueryUpdate
Get the event that caused this continuous update.
getEvent() - Method in class com.quartetfs.fwk.query.impl.ContinuousQueryUpdate
 
getEvent(long, String, long) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all events that occurred for the monitor.
getEvent(long, String, long) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getEvent(String, long, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Gets a specific event for a particular monitor id.
getEvent(String, long, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getEvent(String, long, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getEvent(String, long, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getEvent(String, long, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getEventBranch(Object, IEpoch) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamEventUtil
Returns the branch associated with the given event.
getEventCount() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the number of processed events.
getEventCount() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Returns the number of processed events.
getEventCount() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Returns the number of processed events.
getEventDuration() - Method in class com.quartetfs.fwk.logging.impl.AggregatesContinuousQueryTiming
Returns the eventDuration.
getEventHeads(Object) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamEventUtil
Returns the heads of all the branches associated with the given event, or null if the heads cannot be retrieved.
getEventId() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
getEventId() - Method in interface com.qfs.snl.data.ISentinelAlert
Gets the id of the event that created the alert.
getEventId() - Method in class com.qfs.snl.dtos.AlertDto
 
getEventId() - Method in interface com.quartetfs.biz.pivot.query.IContinuousQueryUpdateWithId
Returns a pseudo-unique ID associated with the event.
getEventId() - Method in class com.quartetfs.biz.pivot.query.impl.StreamEventProcessingQuery
Returns the Id of the event processed by this instance.
getEventId() - Method in class com.quartetfs.biz.pivot.query.impl.VersionedContinuousQueryUpdate
 
getEventPivotVersion(Object, IEpoch, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamEventUtil
Returns the pivot version against which the given event should be evaluated.
getEventProperties() - Method in interface com.activeviam.health.monitor.IHealthEvent
Returns a map containing event properties.
getEventProperties() - Method in class com.activeviam.health.monitor.impl.AHealthEvent
 
getEvents() - Method in class com.qfs.snl.agent.mdx.impl.SentinelStreamEvent
Gest the events published.
getEvents() - Method in interface com.quartetfs.tech.streaming.IDomainEvent
Returns the list of contained stream events.
getEvents() - Method in class com.quartetfs.tech.streaming.impl.DomainEvent
 
getEvents(long, String, long, long) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all events that occurred for the monitor.
getEvents(long, String, long, long) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getEvents(String, long, long, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Gets all the events for a particular monitor id.
getEvents(String, long, long, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getEvents(String, long, long, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getEvents(String, long, long, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getEvents(String, long, long, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getEventsPerParameter() - Method in class com.qfs.repository.impl.RepositoryListenerManager
Get the event queues per parameter.
getEventsThreshold() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
Get the current threshold for event publishing.
getEventsThreshold() - Method in interface com.qfs.snl.agent.service.ISentinelPublisher
Provides the current event threshold that triggers actual publishing of events.
getEventType() - Method in class com.qfs.repository.impl.LookupStream
 
getEventType() - Method in class com.quartetfs.biz.pivot.postprocessing.streams.impl.CommitStoreStream
 
getEventType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Returns the type of event processed on the stream.
getEventType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStream
 
getEventType() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IStream
Returns the type of event published by the stream.
getExactVersion(long) - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
getExactVersion(long) - Method in interface com.qfs.multiversion.IVersionHistory
Gets the recorded version that matches the epochId.
getExactVersion(long) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getException() - Method in class com.qfs.concurrent.cancellable.impl.CancellableForkJoinTask.TimedInterruptor
 
getException() - Method in class com.qfs.concurrent.cancellable.impl.ExceptionInterruptor
Gets the stored exception or null if no exception is stored.
getException() - Method in class com.quartetfs.pivot.mdx.func.impl.GenerateFunction.GenerateEvaluator
 
getException(IMdxFixedMember, IMdxFixedMember) - Method in class com.quartetfs.pivot.mdx.func.impl.CousinFunction
Retrieves an exception giving a reason why the cousin function might have failed to return.
getExceptions() - Method in class com.qfs.msg.csv.impl.ParsingInfo
 
getExceptions() - Method in interface com.qfs.msg.csv.IParsingInfo
Returns all the exceptions that have been seen during the parsing.
getExceptionStack(Throwable) - Static method in class com.activeviam.apm.logging.impl.LoggingUtils
Deprecated.
Return the full exception stack as a String instance.
getExecContextCreationDuration() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the computation time spent creating the execution context by this retriever.
getExecuteHandler() - Method in interface com.quartetfs.biz.xmla.IXmlaHandler
Returns the execute handler.
getExecuteHandler() - Method in class com.quartetfs.pivot.mdx.xmla.impl.MdxXmlaHandler
 
getExecuteInDataCube() - Method in class com.activeviam.copper.MeasureMetadata
Returns true if the measure should be executed in the data cube.
getExecutionDuration() - Method in class com.qfs.messenger.impl.CompletableFutureMessageAnswer
Gets the execution duration.
getExecutionPlan() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Returns the execution plan on which the retrieval is planned.
getExecutionPlan() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
getExecutionPlan() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
getExecutionPlan(IPartitioningSnapshot, ICubeFilter, IMeasuresProvider) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Retrieves the execution plan associated with the given partitioning and ICubeFilter.
getExecutionPlans() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Gets the map of all execution plans in this retriever, indexed by their keys.
getExecutionPlans(IPartitioningSnapshot, Collection<? extends IMeasureMember>, ICubeFilter, IMeasuresProvider) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Gets the plans that correspond to the given partitioning and fit the given measures, for the given filter.
getExecutionTime() - Method in class com.qfs.messenger.impl.BroadcastResult
 
getExecutionTime() - Method in interface com.qfs.messenger.message.IBroadcastResult
Returns the remote instance's execution time.
getExecutionTime() - Method in interface com.qfs.msg.jdbc.IJDBCPublicationInfo
Returns the time spent fetching the result from the JDBC database (as nanoseconds).
getExecutionTime() - Method in class com.qfs.msg.jdbc.impl.JDBCPublicationInfo
 
getExecutionTime() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The execution time.
getExecutor() - Method in class com.quartetfs.pivot.mdx.impl.ASelectStepExecutor
 
getExecutorService() - Method in interface com.qfs.messenger.IDistributedMessenger
Returns the ExecutorService used by the messenger.
getExecutorService() - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
getExistingAggregationProcedure(JoinKey) - Method in class com.activeviam.copper.DataCubeHelper
Deprecated.
Returns an existing IAnalysisAggregationProcedureDescription that has already been published in the cube by an earlier Copper run.
getExpandedLocations() - Method in interface com.qfs.pivot.cube.provider.IExpandLocationsResult
Returns all the expanded locations.
getExpandedLocations() - Method in class com.qfs.pivot.cube.provider.impl.ExpandLocationResult
 
getExpandedLocationsMaxSize() - Method in interface com.qfs.pivot.cube.provider.IExpandLocationsResult
Returns the maximum allowed size of the expanded locations set.
getExpandedLocationsMaxSize() - Method in class com.qfs.pivot.cube.provider.impl.ExpandLocationResult
 
getExpander(boolean) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
 
getExpansionLevels() - Method in interface com.quartetfs.biz.pivot.ILocationExpansionProcedure
The levels that are being expanded.
getExpectedColumns() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvNotEnoughColumnsAnomaly
The expected number of columns to be parsed.
getExpectedColumns() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvTooManyColumnsAnomaly
The expected number of columns to be parsed.
getExpectedEpoch() - Method in class com.qfs.pivot.json.branch.JsonBranchCreation
Gets the expected epoch of creation of the branch.
getExpectedEpoch() - Method in class com.qfs.pivot.json.database.JsonDatabaseEdit
Gets the expected epoch of the query.
getExpectedSize() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvIllegalVectorSizeError
The expected size of the vector.
getExpectedType() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvParseValueError
The type to which CsvParseValueError.sequence could not be parsed.
getExpiration() - Method in class com.qfs.repository.dto.PointValueDto
 
getExpiration() - Method in class com.qfs.repository.dto.RepositoryResultDto
 
getExpiration() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getExpiration() - Method in class com.qfs.repository.impl.RepositoryResult
 
getExpiration() - Method in interface com.qfs.repository.IRepositoryResult
The date time in milliseconds at which this value will expires.
getExpiration() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getExpiration() - Method in interface com.qfs.repository.persistence.model.IPointValue
Gets the timestamp when the point value expires.
getExpirationFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getExpirationFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the field used to store the expiration of a point value.
getExpirationTime() - Method in class com.qfs.jwt.impl.JwtAuthentication
 
getExpirationTime() - Method in interface com.qfs.security.IJwtAuthentication
Gets the expiration time of the token.
getExpiry() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getExpiry() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
getExplicitContextDependencies() - Method in class com.activeviam.copper.measure.CalculatedMeasure
 
getExposedDimensions() - Method in interface com.qfs.messenger.IDataCubeAdapter
Gets the list of dimensions exposed to the distributed application.
getExposedDimensions() - Method in class com.qfs.messenger.impl.DataCubeAdapter
 
getExposedDimensions() - Method in class com.qfs.messenger.impl.IdentityDataCubeAdapter
 
getExposedHeaders() - Method in interface com.activeviam.security.cfg.ICorsConfig
Returns the list of allowed headers with CORS requests.
getExposedHeaders() - Method in class com.qfs.security.impl.SpringCorsFilter
Returns a Set of headers that should be exposed by browser.
getExposedHierarchiesOfDimension(String) - Method in interface com.qfs.messenger.IDataCubeAdapter
Gets the list of hierarchies of the given dimension exposed to the distributed application.
getExposedHierarchiesOfDimension(String) - Method in class com.qfs.messenger.impl.DataCubeAdapter
 
getExposedHierarchiesOfDimension(String) - Method in class com.qfs.messenger.impl.IdentityDataCubeAdapter
 
getExposedMeasures() - Method in interface com.qfs.messenger.IDataCubeAdapter
Gets the list of measures exposed to the distributed application.
getExposedMeasures() - Method in class com.qfs.messenger.impl.DataCubeAdapter
 
getExposedMeasures() - Method in class com.qfs.messenger.impl.IdentityDataCubeAdapter
 
getExpressedCoordinates() - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
Returns the positions of the coordinates expressed in the location points (that are range in the scope location).
getExpressedValues() - Method in class com.quartetfs.biz.pivot.impl.APointLocationListReader
 
getExpressedValues() - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
getExpressedValues() - Method in interface com.quartetfs.biz.pivot.IPointLocationReader
Returns the dictionarized values of our pattern's expressed coordinates.
getExpression() - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Returns the expression of the measure.
getExpression() - Method in class com.qfs.pivot.json.discovery.SetDiscovery
 
getExpression() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Returns the expression of the member.
getExpression() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiExpression
Gets the expression.
getExpression() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiGraphicExpression
Gets the expression.
getExpression() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
getExpression() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiGoalDescription
Returns the expression.
getExpression() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiStatusDescription
Returns the expression.
getExpression() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiTrendDescription
Returns the expression.
getExpression() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiValueDescription
Returns the expression.
getExpression() - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
 
getExpression() - Method in interface com.quartetfs.biz.pivot.definitions.INamedSetDescription
Returns the expression of the member.
getExpression() - Method in class com.quartetfs.fwk.impl.AProperty
 
getExpression() - Method in class com.quartetfs.fwk.impl.CustomProperty
 
getExpression() - Method in class com.quartetfs.fwk.impl.PropertyInfo
 
getExpression() - Method in interface com.quartetfs.fwk.IProperty
Gets the expression defining this property.
getExpression() - Method in interface com.quartetfs.fwk.IPropertyInfo
The expression of the property.
getExpression() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming.JsonSelectionField
 
getExpression() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxFormulaMember
Returns the expression of the calculated member.
getExpression() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxNamedSet
Returns the expression of this set.
getExpression() - Method in class com.quartetfs.pivot.mdx.meta.impl.AliasedSet
 
getExpression() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
getExpression() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxNamedSet
 
getExpression() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.TupleExecTask
Returns the expression of this task.
getExpression() - Method in interface com.quartetfs.pivot.mdx.statement.IAxisSpecification
Returns the expression of the axis.
getExpression() - Method in interface com.quartetfs.pivot.mdx.statement.ICreateStatement
 
getExpression() - Method in interface com.quartetfs.pivot.mdx.statement.IFormulaSpecification
Returns the formula's expression.
getExpression() - Method in class com.quartetfs.pivot.mdx.statement.impl.AxisSpecification
 
getExpression() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateStatement
 
getExpression() - Method in class com.quartetfs.pivot.mdx.statement.impl.FormulaSpecification
 
getExpression(IMdxFixedMember) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Get the expression of the measure.
getExpressionEvaluator() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RealTimeSelectExecutor
 
getExtendedClassesAndImplementedInterfaces(Class<?>) - Static method in class com.qfs.util.impl.QfsClass
Deprecated.
Retrieves all classes and interfaces that are reachable from the given class, via inheritance.
getExtendedPlugin(Class<T>) - Method in class com.quartetfs.fwk.impl.QFSRegistry
 
getExtendedPlugin(Class<T>) - Method in interface com.quartetfs.fwk.IRegistry
Returns the extended plugin instance registered with the extended plugin value interface.
getExtendedPlugin(Class<T>) - Static method in class com.quartetfs.fwk.Registry
Retrieves the extended plugin instance for a given extended plugin interface.
getExtendedPluginContribution(Class<T>) - Method in interface com.quartetfs.fwk.contributions.IContributionProvider
Returns the extended plugin contribution associated with the given interface.
getExtendedPluginContribution(Class<T>) - Method in class com.quartetfs.fwk.contributions.impl.ContributionProvider
 
getExtendedPluginContribution(Class<T>) - Method in class com.quartetfs.fwk.contributions.impl.ContributionProviderChain
 
getExtendedPluginContribution(Class<T>) - Method in class com.quartetfs.fwk.contributions.impl.DefaultContributionProvider
 
getExtendedPluginValue(Class<T>, Object) - Static method in class com.quartetfs.fwk.Registry
Retrieves the extended plugin instance for a given extended plugin interface.
getExtendedPluginValueContributions(Class<T>) - Method in interface com.quartetfs.fwk.contributions.IContributionProvider
Returns the extended plugin value contribution associated with the given interface.
getExtendedPluginValueContributions(Class<T>) - Method in class com.quartetfs.fwk.contributions.impl.ContributionProvider
 
getExtendedPluginValueContributions(Class<T>) - Method in class com.quartetfs.fwk.contributions.impl.ContributionProviderChain
 
getExtendedPluginValueContributions(Class<T>) - Method in class com.quartetfs.fwk.contributions.impl.DefaultContributionProvider
 
getExtensions() - Method in class com.qfs.websocket.client.AuthenticatedClientEndPointConfig
 
getExternalAddress() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
Returns the public address that may be different than AJGroupsMessenger.getBindAddress(); for instance if hosts on different networks.
getExternalDependencies() - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData
The query plan external retrievals dependencies.
getExternalDependencies() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the dependency map between retrievals and external retrievals.
getExternalDependencies() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getExternalDependencies() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getExternalParentToNotify() - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector.ContributionTask
 
getExternalRequests() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
 
getExternalRetrievals() - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData
The query plan externals retrievals.
getExternalRetrievals() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns all the retrievals of the query plan.
getExternalRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getExternalRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getFactFeed() - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
 
getFactFeed() - Method in interface com.quartetfs.biz.pivot.IActivePivotTransaction
Retrieve the fact feed from the feed holder.
getFactory() - Method in class com.qfs.pool.impl.PoolUtil.PoolConfig
 
getFactory() - Method in interface com.quartetfs.fwk.util.IMappedTuple
Returns the factory that has created this tuple.
getFactory() - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
getFactory() - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
getFactory(String) - Static method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Gets the factory to create IMultiVersionDistributedActivePivot of the given key.
getFactory(String) - Static method in interface com.qfs.pivot.cube.provider.IAggregateProviderBase
Gets the factory to create IAggregateProviderBase of the given key.
getFactory(String) - Static method in interface com.qfs.pivot.cube.provider.IMultiVersionAggregateProvider
Gets the factory to create IMultiVersionAggregateProvider of the given key.
getFactory(String) - Static method in interface com.qfs.pivot.cube.provider.IMultiVersionGlobalAggregateProvider
Gets the factory to create IMultiVersionGlobalAggregateProvider of the given key.
getFactory(String) - Static method in class com.qfs.pool.impl.PoolFactoryPlugin
Returns the factory associated with this plugin using the input key.
getFactory(String) - Static method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAnalysisAggregationProcedure.IFactory
Gets the factory registered for a given plugin value.
getFactory(String) - Static method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
getFactSelectionField(int) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Deprecated, for removal: This API element is subject to removal in a future version.
getFactSelectionFields() - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Deprecated, for removal: This API element is subject to removal in a future version.
getFactSelectionFields() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
getFailureCount() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Gets the number of failures to update.
getFakeMember() - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.IDistributedAxisHierarchyBase
Returns the fake member to use if this hierarchy has a one.
getFakeMember() - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.DistributedVirtualAxisHierarchyBase
 
getFakeMember() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
getFallbackProvider() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderBase
Returns the multi-version default provider in the holder.
getFallbackProvider() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderVersion
Returns the version of the default provider associated with this version of the holder.
getFallbackProvider() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderBase
 
getFallbackProvider() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
getFallbackProviderCoordinate() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderBase
Returns the coordinate of the fallback provider.
getFallbackProviderCoordinate() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderBase
 
getFastForwardQueryListener(IEpoch) - Method in interface com.qfs.store.selection.ICatchUpListenerSingleBranch
Creates a new listener.
getFastForwardQueryListener(IEpoch) - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
getFeedingContext() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase
 
getFeedingPolicy() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManagerBuilder
Deprecated.
 
getFeedingViews() - Method in interface com.activeviam.selection.IApplicationDataStream
Deprecated.
getFeedingViews() - Method in class com.qfs.store.impl.ActivePivotSchemaSelectionSession
 
getFeedingViews() - Method in class com.qfs.store.impl.SchemaSelectionSession
 
getFeedingViews() - Method in interface com.qfs.store.ISchemaSelectionSession
Deprecated.
getFetchingInfo() - Method in class com.activeviam.health.monitor.impl.JdbcFetchingDoneEvent
Statistics about a fetch operation on a JDBC topic.
getFetchingInfo() - Method in class com.activeviam.health.monitor.impl.JdbcFetchingFailureEvent
Statistics about a fetch operation on a JDBC topic.
getFetchingMode() - Method in interface com.qfs.repository.params.IParameterChangeListener
Return the parameter fetching mode expected by this listener.
getFetchingMode() - Method in class com.qfs.repository.ws.ParameterWsConfigurationDto
Returns the fetching mode.
getFetchingTime() - Method in interface com.qfs.msg.jdbc.IJdbcFetchingInfo
Returns the duration spent fetching data.
getFetchingTime() - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The duration spent fetching data.
getFetchSize() - Method in interface com.qfs.msg.jdbc.IJDBCTopic
Returns this topic's fetch size for the SQL query.
getFetchSize() - Method in class com.qfs.msg.jdbc.impl.JDBCTopic
 
getField() - Method in class com.activeviam.copper.LevelToField
 
getField() - Method in class com.activeviam.database.api.schema.FieldPath
 
getField() - Method in class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction.DictionaryChange
 
getField(ReachableField) - Method in class com.activeviam.database.api.schema.DatabaseEntityResolver
 
getField(ReachableField) - Method in interface com.activeviam.database.api.schema.IDatabaseSchemaEntityResolver
Gets the actual field of the schema from its path from any table.
getField(ReachableField) - Method in interface com.activeviam.datastore.api.schema.IDatastoreSchemaEntityResolver
 
getField(StoreField) - Method in class com.activeviam.database.api.schema.DatabaseEntityResolver
 
getField(StoreField) - Method in interface com.activeviam.database.api.schema.IDatabaseSchemaEntityResolver
Gets the actual field of the schema from its name.
getField(StoreField) - Method in interface com.activeviam.datastore.api.schema.IDatastoreSchemaEntityResolver
 
getField(String) - Method in interface com.activeviam.database.api.schema.IDataTable
Gets a field from this table.
getField(String) - Method in interface com.activeviam.datastore.api.schema.IDatastoreTable
 
getField(String) - Method in class com.qfs.desc.impl.StoreDescription
 
getField(String) - Method in interface com.qfs.desc.IStoreDescription
Retrieves the description of a field by its name.
getFieldCount() - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
getFieldCount() - Method in class com.qfs.store.impl.StoreSummaryReport
The number of fields of the store.
getFieldCount() - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
getFieldCount() - Method in class com.qfs.store.record.impl.RecordFormat
 
getFieldCount() - Method in interface com.qfs.store.record.IRecordFormat
Returns the number of fields in the record.
getFieldDictionary() - Method in interface com.activeviam.store.structure.IInitializeFieldAction
Returns the dictionary of the field to initialize.
getFieldDictionary() - Method in class com.activeviam.store.structure.impl.InitializeFieldAction
 
getFieldDictionary(String) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDatabaseRetrievalResult
Gets the dictionary corresponding to a field expression.
getFieldDictionary(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ADatabaseRetrievalResult
 
getFieldDictionary(String, String) - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Gets the key of the dictionary associated to this field if it is dictionarized.
getFieldDictionary(String, String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getFieldDictionary(String, String) - Method in class com.activeviam.store.structure.impl.StructureDictionaryManager
 
getFieldDictionary(String, String) - Method in interface com.qfs.store.IDictionaryManager
Retrieves the dictionary created for a field.
getFieldExpression() - Method in class com.activeviam.copper.store.BasicStoreField
Deprecated.
getFieldExpression() - Method in class com.activeviam.copper.store.JoinedStoreField
Deprecated.
getFieldExpressions() - Method in interface com.qfs.store.selection.ISelection
Deprecated, for removal: This API element is subject to removal in a future version.
getFieldIndex() - Method in interface com.qfs.store.record.IRecordProperty
Returns the index of the record field this property accesses.
getFieldIndex(String) - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
getFieldIndex(String) - Method in interface com.qfs.store.IStore
Retrieves the index of a field in this store.
getFieldIndex(String) - Method in interface com.qfs.store.IStoreFormat
Retrieves the index of a field in this store.
getFieldIndex(String) - Method in interface com.qfs.store.IStoreMetadata
Retrieves the index of a field in this store.
getFieldIndex(String) - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
getFieldIndex(String) - Method in class com.qfs.store.record.impl.RecordFormat
 
getFieldIndex(String) - Method in interface com.qfs.store.record.IRecordFormat
Returns the index of the given field, or -1 if not found.
getFieldIndex(String...) - Method in interface com.qfs.store.IStoreFormat
Gets the index of the selected fields.
getFieldIndex(String, String) - Method in interface com.qfs.store.IDatastoreSchemaMetadata
Retrieves the index of a field in a given store.
getFieldIndex(Collection<String>) - Method in interface com.qfs.store.IStoreFormat
Gets the index of the selected fields.
getFieldIndexes() - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder.ConditionFullScan
 
getFieldIndexes() - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder.ReturnAllPartitionOperation
 
getFieldIndexes() - Method in interface com.qfs.store.query.plan.IPartitionContentOperation
Returns the indexes in the processed store of the fields that are being looked up by this operation.
getFieldIndexes(IRecordFormat, List<String>) - Static method in interface com.qfs.store.record.IRecordFormat
Gets the indexes (i.e.
getFieldMapping() - Method in class com.activeviam.store.impl.PreparedAggregateQuery
 
getFieldMapping() - Method in class com.qfs.store.query.impl.CompiledQuery
The mapping between the store partitioning and the query partitioning.
getFieldMappings() - Method in interface com.activeviam.database.api.schema.ITableJoin
Returns the mappings between the fields of the source table to the fields of the target table.
getFieldMappings() - Method in class com.activeviam.database.api.schema.TableJoin
 
getFieldMappings() - Method in class com.activeviam.database.sql.api.schema.SqlJoin
 
getFieldMappings() - Method in class com.qfs.pivot.json.database.JsonDatabaseJoin
Gets the field mapping of the join.
getFieldMappings() - Method in interface com.qfs.store.service.IDatabaseJoinDescription
Gets the field mapping of the join.
getFieldMappings() - Method in class com.qfs.store.service.impl.DatabaseJoinDescription
 
getFieldName() - Method in class com.activeviam.database.api.schema.ReachableField
Name of the reached field.
getFieldName() - Method in interface com.activeviam.store.structure.IFieldTransformer
Returns the name of the transformed field.
getFieldName() - Method in interface com.activeviam.store.structure.IInitializeFieldAction
Returns the name of the field to initialize.
getFieldName() - Method in class com.activeviam.store.structure.impl.FieldTransformer
 
getFieldName() - Method in class com.activeviam.store.structure.impl.InitializeFieldAction
 
getFieldName() - Method in interface com.qfs.agg.IAggregation
Returns the name of the input field on which this aggregation is being performed.
getFieldName() - Method in class com.qfs.agg.impl.AAggregation
 
getFieldName() - Method in class com.qfs.pivot.agg.impl.SingleFieldAggregatedElement
Expression of the field to aggregate.
getFieldName() - Method in interface com.qfs.pivot.agg.ISingleFieldAggregatedElement
Gets the name of aggregated field.
getFieldName() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyAggregatedMeasure
 
getFieldName() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AggregatedMeasure
 
getFieldName() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.JoinAggregatedMeasure
 
getFieldName() - Method in interface com.quartetfs.biz.pivot.definitions.IAggregatedMeasureDescription
Returns the field name for the AggregatedMeasure.
getFieldName() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
 
getFieldName(int) - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
getFieldName(int) - Method in interface com.qfs.store.part.IPartitioningFormat
Gets the name of the field having the provided index.
getFieldName(int) - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
getFieldName(int) - Method in class com.qfs.store.record.impl.RecordFormat
 
getFieldName(int) - Method in interface com.qfs.store.record.IRecordFormat
Returns the name of the field matching the given index.
getFieldNames() - Method in interface com.activeviam.database.api.schema.IDataTable
Gets the field names.
getFieldNames() - Method in interface com.activeviam.store.structure.IInitializeIndexAction
Returns the fields to index.
getFieldNames() - Method in class com.activeviam.store.structure.impl.IndexDefinition
The name of the fields used by this index, aligned with IndexDefinition.fieldPositions.
getFieldNames() - Method in class com.qfs.index.impl.ASecondaryRecordIndexBase
The name of the fields aligned with the index.
getFieldNames() - Method in class com.qfs.index.impl.AUniqueRecordIndexBase
The name of the fields aligned with the index.
getFieldNames() - Method in interface com.qfs.pivot.agg.IAggregatedElement
Gets the fields read by this aggregation.
getFieldNames() - Method in class com.qfs.pivot.agg.impl.MultiFieldAggregatedElement
Expressions of the fields to aggregate.
getFieldNames() - Method in interface com.qfs.pivot.agg.ISingleFieldAggregatedElement
 
getFieldNames() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyAdvancedAggregatedMeasure
 
getFieldNames() - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
getFieldNames() - Method in interface com.qfs.store.IStoreFormat
Gets the list of all field names in this store, ordered by their index.
getFieldNames() - Method in interface com.qfs.store.IStoreMetadata
Retrieves the names of the fields in this store, ordered by their index.
getFieldNames() - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
getFieldNames() - Method in class com.qfs.store.record.impl.RecordFormat
 
getFieldNames() - Method in interface com.qfs.store.record.IRecordFormat
Retrieves the names of the fields in this format, ordered by their index.
getFieldNames() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IAdvancedAggregatedMeasure
Returns the names of the underlying fields that will be used by the UDAF.
getFieldNames() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdvancedAggregatedMeasure
 
getFieldNames() - Method in interface com.quartetfs.biz.pivot.definitions.IAdvancedAggregatedMeasureDescription
Returns the names of the fields that will read by the UDAF.
getFieldNames() - Method in class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
 
getFieldNames(TIntCollection) - Method in interface com.qfs.store.IStore
Creates a string containing the name of fields of this store from their ids.
getFieldNames(TIntCollection) - Method in interface com.qfs.store.IStoreMetadata
Produces the comma-separated names of the fields of this store.
getFieldNames(TIntCollection) - Method in interface com.qfs.store.record.IRecordFormat
Returns the comma-separated names of the fields of this format.
getFieldNamesToIndexes() - Method in class com.qfs.store.service.impl.DatabaseServiceTableMetadata
Returns the mapping between field names and indexes.
getFieldOffset(Class<?>, String) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Returns the offset of a field in the given class.
getFieldPath() - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Gets the path of the field in the store where the members of this level are found.
getFieldPath() - Method in class com.activeviam.copper.store.BasicStoreField
Gets the path of this field.
getFieldPath() - Method in class com.activeviam.copper.store.JoinedStoreField
Gets the path of this field.
getFieldPath() - Method in class com.activeviam.database.api.query.AliasedField
The field's expression (a path of references that ends with the name).
getFieldPath() - Method in interface com.quartetfs.biz.pivot.definitions.IJoinMeasureDescription
Returns the path (relative to IJoinMeasureDescription.getStore()) of the field used by this measure.
getFieldPath() - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
getFieldPaths() - Method in interface com.qfs.condition.ICondition
Retrieves the list of fields needed for evaluation of this condition.
getFieldPaths() - Method in class com.qfs.condition.impl.FieldComparisonCondition
 
getFieldPosition() - Method in class com.qfs.store.query.plan.impl.FieldLookupCompiledOperation
 
getFieldPosition(int) - Method in interface com.qfs.msg.csv.ILineReader
Returns the beginning of the field's position relative to the beginning of the current line.
getFieldPosition(int) - Method in class com.qfs.msg.csv.impl.LineReader
 
getFieldPositions() - Method in class com.activeviam.store.structure.impl.IndexDefinition
Gets the positions of the fields used by this index.
getFieldPositions() - Method in class com.qfs.index.impl.AMultiVersionSecondaryRecordIndex
 
getFieldPositions() - Method in class com.qfs.index.impl.AMultiVersionUniqueRecordIndex
 
getFieldPositions() - Method in class com.qfs.index.impl.APartitionIndexesFactory
 
getFieldPositions() - Method in class com.qfs.index.impl.APartitionIndexFactory
 
getFieldPositions() - Method in class com.qfs.index.impl.ASecondaryRecordIndexBase
The position of the indexed fields.
getFieldPositions() - Method in class com.qfs.index.impl.AUniqueRecordIndexBase
The position of the indexed fields.
getFieldPositions() - Method in class com.qfs.index.impl.AUniqueRecordIndexBase.UniqueRecordIndexStructuralTransactionView
 
getFieldPositions() - Method in class com.qfs.index.impl.AUniqueRecordIndexTransaction
 
getFieldPositions() - Method in class com.qfs.index.impl.SecondaryRecordIndexTransaction
 
getFieldPositions() - Method in class com.qfs.index.impl.SecondaryRecordIndexVersion
 
getFieldPositions() - Method in class com.qfs.index.impl.UniqueRecordIndexVersion
 
getFieldPositions() - Method in interface com.qfs.index.IMultiVersionRecordIndex
Gets the position of the indexed fields.
getFieldPositions() - Method in interface com.qfs.index.ISecondaryRecordIndex
Gets the position of the indexed fields.
getFieldPositions() - Method in interface com.qfs.index.IUniqueRecordIndex
Gets the position of the indexed fields.
getFieldPositions() - Method in interface com.qfs.store.IPartitionIndexesFactory
Gets the position of the indexed fields of the underlying factories.
getFieldPositions() - Method in interface com.qfs.store.IPartitionIndexFactory
Gets the position of the indexed fields.
getFields() - Method in class com.activeviam.database.api.query.DistinctQuery
The fields to return.
getFields() - Method in class com.activeviam.database.api.query.GetByKeyQuery
The fields to return.
getFields() - Method in class com.activeviam.database.api.query.ListQuery
The fields to return.
getFields() - Method in class com.activeviam.database.api.schema.DataTable
 
getFields() - Method in interface com.activeviam.database.api.schema.IDataTable
Gets the field of this table.
getFields() - Method in class com.activeviam.database.commons.api.numa.desc.impl.NumaSelectorFromTableDescription
 
getFields() - Method in interface com.activeviam.datastore.api.schema.IDatastoreTable
 
getFields() - Method in class com.activeviam.store.structure.graph.IndexKey
The group of field being indexed.
getFields() - Method in class com.qfs.desc.impl.StoreDescription
 
getFields() - Method in interface com.qfs.desc.IStoreDescription
Returns the list of fields for this store, ordered by field index.
getFields() - Method in class com.qfs.pivot.json.database.JsonDatabaseQuery
Gets the fields that should be retrieved in the query.
getFields() - Method in class com.qfs.pivot.json.database.JsonTableDescription
Gets the field descriptions.
getFields() - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData
 
getFields() - Method in class com.qfs.store.part.impl.APartitioningNode
Returns the partitioning fields used in the default partitioning rule of this node.
getFields() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction
Returns the partitioning fields in this multiple field modulo function.
getFields() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription
Returns the partitioning fields of this function.
getFields() - Method in class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModulo
Returns the partitioning fields used in the default partitioning rule of this node.
getFields() - Method in class com.qfs.store.selection.impl.Selection
 
getFields() - Method in interface com.qfs.store.selection.ISelection
Returns the selected fields.
getFields() - Method in class com.qfs.store.service.impl.TableSecurityDescription
 
getFields() - Method in interface com.qfs.store.service.ITableSecurityDescription
Gets the field descriptions.
getFields() - Method in class com.quartetfs.biz.pivot.definitions.impl.SelectionDescription
 
getFields() - Method in interface com.quartetfs.biz.pivot.definitions.ISelectionDescription
Returns all the fields of this selection.
getFields() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSelectionOptimizer.SelectionDefinition
 
getFields() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDatabaseRetrievalResult
Gets the fields requested by the request.
getFields() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExternalRetrievalInfo
Returns which fields were requested.
getFields() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ADatabaseRetrievalResult
 
getFields() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval.ExternalAggregator
Returns the list of fields in the query.
getFields() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
 
getFields(String) - Method in interface com.qfs.store.IDatastoreSchemaMetadata
Retrieves the list of all field names on a store, ordered by field index.
getFieldsByAlias() - Method in interface com.qfs.store.selection.ISelection
Returns the fields of this selection indexed by their alias.
getFieldsDescription() - Method in class com.qfs.store.service.impl.DatabaseServiceTableMetadata
Returns the fields description.
getFieldsMapping() - Method in class com.qfs.desc.impl.ReferenceDescription
 
getFieldsMapping() - Method in interface com.qfs.desc.IReferenceDescription
Keys: fields in owner store.
getFieldsNames() - Method in class com.qfs.desc.impl.OptimizationDescription
 
getFieldsNames() - Method in interface com.qfs.desc.IOptimizationDescription
Returns the names of the fields targeted by the optimization.
getFieldsPosition() - Method in class com.qfs.store.query.plan.impl.ConditionScanCompiledOperation
Returns the indexes of the store's fields scanned by this operation.
getFieldTransformationSupplier() - Method in class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction.DictionaryChange
 
getFieldTransformers() - Method in class com.activeviam.store.structure.impl.UpdateFieldsAction
 
getFieldTransformers() - Method in interface com.activeviam.store.structure.IUpdateFieldsAction
Gets the IFieldTransformers related to the fields that are being updated by this action.
getFieldType(int) - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
getFieldType(int) - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
getFieldType(int) - Method in class com.qfs.store.record.impl.RecordFormat
 
getFieldType(int) - Method in interface com.qfs.store.record.IRecordFormat
Returns the type description of the field at the given position.
getFieldType(String) - Method in class com.activeviam.store.structure.impl.StorePartitioningFormat
 
getFieldType(String) - Method in interface com.qfs.store.part.IPartitioningFormat.IStorePartitioningFormat
Gets the undictionarized type of values of a field in the store.
getFieldTypes() - Method in interface com.qfs.pivot.agg.ITypedAggregatedElement
Gets the types of the fields read by this aggregation.
getFieldTypes() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyAdvancedAggregatedMeasure
 
getFieldTypes() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyAggregatedMeasure
 
getFieldTypes() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdvancedAggregatedMeasure
 
getFieldTypes() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AggregatedMeasure
 
getFieldTypes() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.JoinAggregatedMeasure
 
getFile() - Method in class com.qfs.util.tar.impl.TarEntry
Get this entry's file.
getFileAttributes() - Method in class com.qfs.msg.csv.filesystem.impl.FileSystemFileInfo
Returns the BasicFileAttributes of the file at the time the file info was created.
getFileComparator() - Method in interface com.qfs.msg.csv.ICSVSourceConfiguration
Retrieves the comparator used by the associated ICSVSource to order the files it is parsing.
getFileComparator() - Method in class com.qfs.msg.csv.impl.CSVSourceConfiguration
 
getFileConfiguration() - Method in interface com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.IJsonOutputConfiguration
Returns the desired file configuration.
getFileConfiguration() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonArrowOutputConfiguration
 
getFileConfiguration() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvPivotTableOutputConfiguration
 
getFileConfiguration() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvTabularOutputConfiguration
 
getFileInfo() - Method in class com.activeviam.msg.csv.impl.CloudCsvDataProvider
 
getFileInfo() - Method in class com.qfs.msg.csv.filesystem.impl.PathCsvDataProvider
 
getFileInfo() - Method in interface com.qfs.msg.csv.ICsvDataProvider
Returns The IFileInfo of this data provider.
getFileInfo() - Method in class com.qfs.msg.csv.impl.ParserResult
 
getFileInfo() - Method in interface com.qfs.msg.csv.IParserResult
Returns the source file.
getFileLine() - Method in class com.activeviam.health.monitor.impl.CsvLineParsingFailure
The content of the line of which the parsing failed.
getFileLineNumber() - Method in class com.activeviam.health.monitor.impl.CsvLineParsingFailure
The line number of the line we failed to parse.
getFileName() - Method in class com.activeviam.health.monitor.impl.CsvFileParsingFailure
The name of the file being parsed.
getFileName() - Method in class com.activeviam.health.monitor.impl.CsvFileParsingProgress
The name of the file being parsed.
getFileName() - Method in class com.activeviam.health.monitor.impl.CsvLineParsingFailure
The name of the line being parsed.
getFileName() - Method in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Returns the desired file name.
getFileNameBytes(String, byte[]) - Static method in class com.qfs.util.tar.impl.TarHeader
This method, like getNameBytes(), is intended to place a name into a TarHeader's buffer.
getFilePath() - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
getFilePath() - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Returns the path to the parsed file.
getFilePath(String) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.AFileOutputManager
 
getFilePath(String) - Method in interface com.activeviam.pivot.rest.dataexport.outputmanagers.IOutputManager.IFileOutputManager
Computes the full path for this manager's files.
getFiles(String) - Method in interface com.qfs.content.service.IContentService
Returns all the stored files which are in the directory with the specified path or the file with the specified path.
getFiles(String) - Method in class com.qfs.content.service.impl.AContentService
 
getFiles(String) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
getFiles(String) - Method in class com.qfs.content.service.impl.RemoteContentService
 
getFiles(String, String, String) - Method in class com.qfs.content.rest.impl.RestContentServerController
Retrieves data from the content server.
getFiles(String, String, Map<String, Integer>) - Method in class com.qfs.content.rest.impl.RestBulkApiServerController
A specialized version of the GET method that retrieves the structure and the content of several entries.
getFileTarHeader(TarHeader, File) - Method in class com.qfs.util.tar.impl.TarEntry
Fill in a TarHeader with information from a File.
getFileType() - Method in class com.activeviam.msg.csv.impl.CloudFileInfo
 
getFileType() - Method in class com.qfs.msg.csv.filesystem.impl.FileSystemFileInfo
 
getFileType() - Method in interface com.qfs.msg.csv.IFileInfo
Returns the type of the file represented by this file info.
getFileType() - Method in class com.qfs.msg.csv.impl.ACompressedEntryFileInfo
 
getFilter() - Method in class com.qfs.dic.impl.FilteredPointList
 
getFilter() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Gets the filter associated with the query.
getFilter() - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Gets the name of the filter applied on the monitoring results.
getFilter() - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
The filter used to calculate this result, hiding the aggregates we didn't want to see.
getFilter() - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
getFilter() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
getFilter() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache.IAggregatesCacheKey
Return this key's filter.
getFilter() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrievalDescription
Returns the filter that hides the aggregates we don't want to see.
getFilter() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Returns this plan's filter.
getFilter() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever.ExecutionPlanKey
Gets the filter of this key.
getFilter() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDefinition
Retrieval filter.
getFilter() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDescription
 
getFilter() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ARetrievalNode
The filter associated with this node's retrieval.
getFilter() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
getFilter() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
getFilter() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Each plan is created for one and only one filter, and all of its associated retrievals use this filter.
getFilter() - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager.SubSelectPass
Returns the cached visual subcube of a SubSelect.
getFilter() - Method in class com.quartetfs.pivot.mdx.plan.impl.VisualTotalsContainer
Get the filter that represents the VisualTotals.
getFilter(FilteredMdxCellSetAxis) - Static method in class com.quartetfs.pivot.mdx.result.impl.FilteredMdxCellSetAxis
Gets the filter applied to the members of this axis.
getFilter(MdxCellSetAxis) - Static method in class com.quartetfs.pivot.mdx.impl.SelectStatementEvaluator
 
getFilterCache(IQueryCache, long) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderBase
Retrieves the local partition cache corresponding to this partition in the global IQueryCache.
getFilterDescription() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotInstanceDescription
Returns the filter description.
getFilterDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
 
getFilteredMemberProperties() - Method in interface com.quartetfs.pivot.mdx.result.IMdxAxesIterator
Returns a mapping 'property' -> 'property value' for the current member, based on the accepted properties called through IMdxAxesIterator.filterProperties(IPropertyFilter).
getFilteredMemberProperties() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
 
getFilterId() - Method in class com.qfs.pivot.json.queryplan.RetrievalData
The retrieval filter id.
getFilterId() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregateRetrievalInfo
Returns the retrieval filter.
getFilterId() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
getFilterName() - Method in class com.qfs.security.impl.DetachedFilterConfig
getFilters() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
 
getFilters() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
getFilters() - Method in interface com.qfs.pivot.cube.provider.multi.IPartialProvider
Returns the filters applied to this Aggregate Provider.
getFilters() - Method in interface com.quartetfs.biz.pivot.definitions.IAggregateProviderDefinition
Returns the filters applied to this provider.
getFilters() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
 
getFilters() - Method in interface com.quartetfs.biz.pivot.definitions.IPartialProviderDefinition
Returns the filter on which the provider is defined.
getFiltersAsSubCube() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
 
getFiltersAsSubCube() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
getFiltersAsSubCube() - Method in interface com.qfs.pivot.cube.provider.multi.IPartialProvider
Returns an ISubCubeProperties representing the restrictions enforced by the provider's filters.
getFinalizationDuration() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the computation time spent in the finalization phase by this retriever.
getFinishTimestamp() - Method in class com.activeviam.pivot.json.tracing.JsonTracingInfo
Returns the span end time.
getFirst() - Method in interface com.quartetfs.pivot.mdx.statement.ICompoundIdentifier
Returns the first identifier of the compound identifier.
getFirst() - Method in class com.quartetfs.pivot.mdx.statement.impl.CompoundIdentifier
 
getFirst() - Method in class com.quartetfs.pivot.mdx.statement.impl.ReturnElement
 
getFirst() - Method in interface com.quartetfs.pivot.mdx.statement.IReturnElement
Returns the first identifier of the compound identifier.
getFirst(Function<E, Optional<R>>) - Method in interface com.activeviam.collections.ImmutableCollection
When all the items of this collection can produce an optional result via a method, returns the first non empty result.
getFirstArg(int) - Static method in class com.qfs.store.record.flatten.impl.RecordFlattener
Retrieves the first argument from an instruction having two arguments.
getFirstElements() - Method in interface com.qfs.dic.IDictionary
MONITORING:
The list of the first 100 elements.
getFirstElements() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
getFirstElements() - Method in class com.qfs.store.part.impl.StorePartitionIndexMonitor
Returns the first 100 elements of the dictionary.
getFirstInfoAddTime() - Method in interface com.quartetfs.biz.pivot.transaction.ICompositeActivePivotTransactionInfo
Returns the time (as of System.nanoTime()) at which the first info was added to this composite info.
getFirstInfoAddTime() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getFirstLine() - Method in class com.qfs.msg.csv.impl.ParserTaskInitialState
Returns the first line index of the parser task.
getFirstObjects() - Method in interface com.quartetfs.fwk.ordering.ICustomComparator
Returns the list of objects to be ordered in first positions.
getFirstObjects() - Method in class com.quartetfs.fwk.ordering.impl.CustomComparator
 
getFirstRealSinglePartitioning(int[], int) - Method in class com.qfs.store.part.impl.AdaptivePartitioning
Gets a single partitioning with the first provided field which matches a partitioning field.
getFirstResult() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
Gets the result of the first retrieval that completed.
getFirstResult() - Method in interface com.quartetfs.fwk.query.IListQuery
Returns the number of rows that should be skipped from the top of the result collection.
getFirstResult() - Method in class com.quartetfs.fwk.query.impl.AListQuery
 
getFirstRow() - Method in interface com.quartetfs.pivot.mdx.statement.IDrillthroughStatement
 
getFirstRow() - Method in class com.quartetfs.pivot.mdx.statement.impl.DrillthroughStatement
 
getFirstTimeDimension(IMdxCube) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Returns the first time dimension in the cube, or null if none was found.
getFlags() - Method in interface com.qfs.messenger.message.IBroadcastMessage
Returns the flags to set when sending this message.
getFlags() - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
getFlags() - Method in class com.qfs.messenger.message.impl.AQueryBroadcastMessage
 
getFlags() - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
getFlatContextValueProperties() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getFlatContextValueProperties() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
 
getFlatContextValueProperties() - Method in interface com.quartetfs.biz.pivot.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.
getFlatStandardPoint() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
Returns the point version of the cleansed location for the standard (i.e.
getFlattenerFactory() - Method in interface com.qfs.store.IInsertionTimeUpdateWhereInfo
Gets the flattener factory.
getFlattenerFactory() - Method in class com.qfs.store.impl.InsertionTimeUpdateWhereInfo
Gets the flattener factory.
getFlattenRecord() - Method in interface com.qfs.store.query.IRecordMatcher
Deprecated.
 
getFloat(byte[], int) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Reads the float stored at the given offset in the given byte array.
getFloat(long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given memory address.
getFloat(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given Java variable.
getFloatArrayVector(Array) - Static method in class com.activeviam.source.jdbc.api.calculator.JdbcCalculatorUtils
Deprecated.
Converts a JDBC Array to an Atoti IVector of float.
getFloatPosition(float) - Method in interface com.qfs.dic.IDictionary
Searches for a float in the dictionary.
getFloatPosition(float) - Method in class com.qfs.dic.impl.AbstractDictionary
 
getFloatPosition(float) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
getFloatPosition(float) - Method in class com.qfs.dic.impl.ChristmasDictionaryFloat
 
getFloatPosition(float) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
getFloatPosition(float) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
getFloatPosition(float) - Method in class com.qfs.dic.impl.NullableDictionary
 
getFloatPosition(float) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
getFloatPosition(float) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
getFloatPosition(float, int) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Returns the position of the given double key in this dictionary, or -1 if it is not present.
getFloatVolatile(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a reference value from a given Java variable, with volatile load semantics.
getFolder() - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Gets the folder name of this hierarchy.
getFolder() - Method in class com.activeviam.copper.MeasureMetadata
Gets the folder for a measure.
getFolder() - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
getFolder() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getFolder() - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Returns the folder of the measure.
getFolder() - Method in class com.qfs.pivot.json.discovery.SetDiscovery
 
getFolder() - Method in class com.qfs.webservices.HierarchyDiscovery
The folder of the hierarchy.
getFolder() - Method in class com.qfs.webservices.MeasureDiscovery
The folder of the measure.
getFolder() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchyInfo
The folder to which this hierarchy belongs to.
getFolder() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
 
getFolder() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureMember
Returns the name of the folder this measure belongs to (optional - default: null).
getFolder() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AMeasureMember
 
getFolder() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Returns the folder (only used by the measures).
getFolder() - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
Defines the folder of the epoch dimension hierarchy.
getFolder() - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Get the folder for this hierarchy.
getFolder() - Method in interface com.quartetfs.biz.pivot.definitions.IMeasureMemberDescription
Gets the folder name (MEASURE_DISPLAY_FOLDER property of MDSCHEMA_MEASURES rowset in XMLA).
getFolder() - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
The AxisHierarchy folder.
getFolder() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
getFolder() - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
getFolder() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
getFolder() - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
 
getFolder() - Method in interface com.quartetfs.biz.pivot.definitions.INamedSetDescription
Returns the folder (only used by the measures).
getFolder(IMdxFixedMember) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Get the folder of the measure.
getFolderCaption(IMdxFixedMember, ICubeFormatter) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Get the folder caption of the measure.
getFolderCaption(IMdxNamedSet, ICubeFormatter) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
 
getFolderCaption(String) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the folder caption.
getFolderCaption(String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter
 
getFollowers() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
Returns the streams registered under the stream node.
getFontFlagsExpression() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Returns an MDX expression which returns the bitmask detailing effects on the font.
getFontFlagsExpression() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
getFontNameExpression() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Returns the font to be used to display the VALUE or FORMATTED_VALUE property.
getFontNameExpression() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
getFontSizeExpression() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Returns the font size to be used to display the VALUE or FORMATTED_VALUE property.
getFontSizeExpression() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
getForbiddenPartitioningLevels() - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IHavePartitioningAndForbiddenLevels
Gets the levels on which a node CANNOT be partitioned.
getForbiddenPartitioningLevels() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
 
getForcedOuterReferences() - Method in class com.qfs.store.query.condition.impl.RecordQuery.AutoDetectOuterReference
 
getForcedOuterReferences() - Method in class com.qfs.store.query.condition.impl.RecordQuery.OuterReferencePolicy
 
getForcedOuterReferences() - Method in class com.qfs.store.query.condition.impl.RecordQuery.WithoutOuterReference
 
getForcedOuterReferences() - Method in interface com.qfs.store.query.IOuterReferencePolicy
Gets the references defined by the user as outer references.
getForcedOuterReferences() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The explicit outer reference given by user.
getForeColorExpression() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Returns the expression of the FORE_COLOR cell property.
getForeColorExpression() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
getForkPoint() - Method in interface com.qfs.multiversion.IBranchInfo
Gets the epoch on which this branch was created.
getForkPoint() - Method in class com.qfs.multiversion.impl.BranchInfo
 
getFormat() - Method in interface com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.IJsonOutputConfiguration
Returns the desired format for the output.
getFormat() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonArrowOutputConfiguration
 
getFormat() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvPivotTableOutputConfiguration
 
getFormat() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvTabularOutputConfiguration
 
getFormat() - Method in class com.activeviam.records.impl.RecordReaderFromArrayReader
 
getFormat() - Method in class com.qfs.pivot.json.discovery.DrillthroughColumnDiscovery
 
getFormat() - Method in class com.qfs.pivot.util.impl.AObjectRecordReader
 
getFormat() - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
getFormat() - Method in class com.qfs.store.record.impl.AChunkReader
 
getFormat() - Method in class com.qfs.store.record.impl.ArrayRecordReader
 
getFormat() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
getFormat() - Method in class com.qfs.store.record.impl.ChunkRecordReader
 
getFormat() - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
getFormat() - Method in class com.qfs.store.record.impl.DictionarizedRecordReaderFromPlain
 
getFormat() - Method in class com.qfs.store.record.impl.KeyRecord
 
getFormat() - Method in class com.qfs.store.record.impl.PlainRecordReaderFromDictionarized
 
getFormat() - Method in class com.qfs.store.record.impl.Record
 
getFormat() - Method in class com.qfs.store.record.impl.RecordReaderMapper
 
getFormat() - Method in class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
getFormat() - Method in interface com.qfs.store.record.IRecordReader
Gets the format of the record.
getFormat(IDatastoreSchemaQueryMetadata, ISelection) - Static method in class com.qfs.store.impl.SchemaHelper
Returns the record format associated to an ISelection.
getFormat(IStoreMetadata, List<String>) - Static method in class com.qfs.store.impl.SchemaHelper
Deprecated, for removal: This API element is subject to removal in a future version.
getFormat(List<AliasedField>, IStoreMetadata) - Static method in class com.qfs.store.impl.SchemaHelper
Creates a format from a base store and the list of the fields that need to be in the resulting records.
getFormatString() - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Return the format string of the measure.
getFormatString() - Method in class com.qfs.webservices.MeasureDiscovery
The format string of the measure.
getFormatString() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiExpression
Gets an optional format string for the expression numeric value.
getFormatString() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiGoalDescription
Returns the format string.
getFormatString() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiValueDescription
Returns the format string.
getFormatString() - Method in enum com.quartetfs.fwk.format.impl.NamedNumericFormats
Returns the name of the format.
getFormatString(IMdxFixedMember) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Extract the formatter.
getFormatStringExpression() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Returns the expression of the FORMAT_STRING cell property.
getFormatStringExpression() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
getFormattedValue() - Method in class com.qfs.pivot.json.cellset.CellData
 
getFormattedValue() - Method in class com.qfs.snl.data.impl.SentinelState
 
getFormattedValue() - Method in interface com.qfs.snl.data.ISentinelState
Return the formatted value of the state.
getFormattedValue() - Method in class com.qfs.snl.dtos.StateDto
 
getFormattedValue() - Method in class com.quartetfs.biz.pivot.dto.CellDTO
Gets the cell formatted value.
getFormattedValue() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper.StreamingCellIterator
Returns the formatted value.
getFormatter() - Method in class com.activeviam.copper.MeasureMetadata
Gets the formatter of this measure.
getFormatter() - Method in interface com.quartetfs.biz.pivot.definitions.IAxisLevelDescription
Returns the plugin key defining the level formatter.
getFormatter() - Method in interface com.quartetfs.biz.pivot.definitions.IMeasureMemberDescription
This method is intended to return the formatter defined initially in the XML &lt measure field="pnl" formatter ="DOUBLE" &gt and &lt postProcessor name="pnl.FOREX" formatter ="DOUBLE" &gt .
getFormatter() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
getFormatter() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
getFormatter() - Method in class com.quartetfs.fwk.format.impl.ATemporalParser
Get the underlying DateTimeFormatter.
getFormatter(String) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Deprecated, for removal: This API element is subject to removal in a future version.
getFormatter(String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.CubeFormatter
 
getFormatter(String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.IdentityCubeFormatter
 
getFormatterOrDefault() - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Gets the formatter of this level.
getFormatters() - Method in class com.qfs.store.service.impl.DatabaseServiceTableMetadata
Returns the formatters.
getFormatters() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns the map which links the OLAP unique name (measure or level) to its formatter.
getFormatters() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getFormatters() - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the formatters map.
getFormatters() - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.CubeFormatter
 
getFormatters() - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.IdentityCubeFormatter
 
getFormatters(ICubeFormatter) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughExecutor
Extracts a map of formatter from a IMdxContext.
getFormatters(ICubeFormatter, Collection<IDrillthroughHeader>) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughExecutor
Retrieves the formatters associated to each column of an IDrillthroughQuery.
getFormatters(IMdxCube) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxContextHelper
Gets the formatters for the levels.
getFormFields() - Method in class com.qfs.snl.dtos.TaskDto
Returns the fields.
getFormFields() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getFormFields() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Gets the fields defined by the form.
getFormula() - Method in enum com.qfs.agg.impl.PercentileFunction.InterpolationMode
Deprecated.
The function returning the interpolated value.
getFormulae() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
Gets a collection of all formulae defined by the KPI.
getFormulaMember(IMdxLevel, List<? extends IIdentifier>, int) - Static method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup
Retrieves a formula member.
getFormulas() - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
Returns the list of formulas.
getFormulaSpecification() - Method in interface com.quartetfs.pivot.mdx.meta.IHasFormulaSpecification
Returns the associated formula specification.
getFormulaSpecification() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
getFormulaSpecification() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxNamedSet
 
getForType(String) - Method in interface com.qfs.snl.persistence.IEntityWorkflowDao
Gets all configurations for a given entity type.
getForType(String) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowDao
 
getForValue(int) - Method in interface com.qfs.jna.IJnaEnum
Returns the Java enum object associated to the given native integer ID.
getForValue(int) - Method in enum com.qfs.platform.solaris.lgrp_affinity
 
getForValue(int) - Method in enum com.qfs.platform.solaris.lgrp_content
 
getForValue(int) - Method in enum com.qfs.platform.solaris.lgrp_lat_between
 
getForValue(int) - Method in enum com.qfs.platform.solaris.lgrp_mem_size_flag
 
getForValue(int) - Method in enum com.qfs.platform.solaris.lgrp_view
 
getFreeRows() - Method in interface com.qfs.chunk.IHasDeletableRows
Gives the number of rows in this chunk that were logically deleted.
getFreeRows() - Method in class com.qfs.store.impl.ChunkSet
 
getFreeRows() - Method in class com.qfs.store.impl.ColumnarRecordSet
 
getFrequencyCompressionWord() - Static method in class com.activeviam.chunk.helpers.impl.ChunkCompressionUtil
Gets the control word configuring frequency compression from properties.
getFrom() - Method in class com.qfs.pivot.json.query.JsonRange
 
getFrom() - Method in class com.qfs.repository.dto.UpdateRequestDto
 
getFrom() - Method in class com.qfs.repository.persistence.impl.UpdateRequest
 
getFrom() - Method in interface com.qfs.repository.persistence.IUpdateRequest
Returns the origin version of the data, or null if unknown.
getFrom() - Method in class com.qfs.snl.dtos.TimePeriodDto
Gets the raw 'from' boundary.
getFrom() - Method in class com.quartetfs.tech.streaming.impl.RangeProperty
 
getFrom() - Method in interface com.quartetfs.tech.streaming.IRangeProperty
Gets the first index of the range.
getFromClause() - Method in class com.quartetfs.pivot.mdx.statement.impl.SelectBase
 
getFromClause() - Method in interface com.quartetfs.pivot.mdx.statement.ISelectBase
Returns the from clause.
getFromContext(IContext) - Static method in interface com.quartetfs.biz.pivot.context.IBranch
Gets the configured branches from the context.
getFromContext(IContext) - Static method in interface com.quartetfs.biz.pivot.context.IQueriesResultLimit
Reads the configured limit from the context.
getFromContext(IContext) - Static method in interface com.quartetfs.biz.pivot.context.IQueriesTimeLimit
Reads the configured limit from the context.
getFromContext(IContext) - Static method in class com.quartetfs.biz.pivot.query.impl.QueryCache
Sugar method to access a query cache from a context.
getFromContext(IContextSnapshot) - Static method in interface com.quartetfs.biz.pivot.context.IBranch
Gets the configured branches from the context snapshot.
getFromContext(IContextSnapshot) - Static method in interface com.quartetfs.biz.pivot.context.IQueriesResultLimit
Reads the configured limit from the context.
getFromContext(IContextSnapshot) - Static method in interface com.quartetfs.biz.pivot.context.IQueriesTimeLimit
Reads the configured limit from the context.
getFromContext(IContextValueStore) - Static method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter
Retrieves the filter stored in the given context.
getFromContext(IContextValueStore) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
Retrieves the filter stored in the given context.
getFromContext(IContextValueStore) - Static method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeProperties
Retrieve the subcube from the context.
getFromMonitorId(long) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
getFromMonitorId(long) - Method in class com.qfs.snl.persistence.impl.SentinelEventDao
 
getFromMonitorId(long) - Method in interface com.qfs.snl.persistence.ISentinelAlertDao
Gets all the alerts for a particular monitor id.
getFromMonitorId(long) - Method in interface com.qfs.snl.persistence.ISentinelEventDao
Gets all the events for a particular monitor id.
getFromNode() - Method in interface com.qfs.store.query.plan.ICompiledReferenceOperation
Gets the node whose matching rows should be used to filter the rows of the current node.
getFromNode() - Method in class com.qfs.store.query.plan.impl.ABackReferenceRows.ACompiledBackReferenceRows
 
getFromSite(String) - Method in interface com.qfs.snl.persistence.IMonitorDao
Gets all monitors belonging to a specific repository.
getFromSite(String) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
getFromTime() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
getFromTime() - Method in class com.qfs.snl.impl.TimePeriod
 
getFromTime() - Method in interface com.qfs.snl.ITimePeriod
Gets the resolved 'from' timestamp.
getFullDiscovery() - Method in interface com.qfs.service.store.IDatabaseRestService
Gets the full discovery.
getFullDiscovery() - Method in interface com.qfs.store.service.IDatabaseService
Does the full discovery of the database.
getFullDiscovery() - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
getFullDiscovery() - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
getFullDiscovery() - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
getFullDiscovery() - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
getFullName() - Method in class com.activeviam.msg.csv.impl.CloudFileInfo
 
getFullName() - Method in class com.qfs.msg.csv.filesystem.impl.FileSystemFileInfo
 
getFullName() - Method in interface com.qfs.msg.csv.IFileInfo
Returns the full name that identifies the file entry.
getFullName() - Method in class com.qfs.msg.csv.impl.ACompressedEntryFileInfo
 
getFullProvider() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the global provider to consider for this retriever.
getFullResult() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDatabaseRetrievalResult.ICompiledQuery
Gets the underlying result on which the query is built.
getFullResult() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IPrimitiveRetrieval
Returns the unfiltered underlying result associated with this retrieval.
getFullResult() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveAggregatesRetrieval
 
getFullResult() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.CompiledDatastoreRetrievalResultQuery
 
getFullResult() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
getFullResult(ILocation, int, Collection<? extends IMeasureMember>, List<IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Returns the full result for the given location and partition if any.
getFunction(String) - Static method in interface com.activeviam.agg.IUserDefinedAggregateFunction
Returns the IUserDefinedAggregateFunction associated with this plugin using the input key.
getFunction(String) - Static method in interface com.qfs.agg.IGenericAggregationFunction
Returns the IGenericAggregationFunction associated with this plugin using the input key.
getFunctionDefinition() - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
 
getFunctionDefinition() - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionDefinitionMatch
 
getFunctionDefinition() - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionCall
Returns the function definition.
getFunctionDefinition() - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionDefinitionMatch
Returns a function definition.
getGAQs() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
Returns the continuous GAQ originating from this query.
getGarbageCollectionFactor() - Method in class com.qfs.store.impl.StoreSummaryReport
The garbage collection factor at the time this summary was produced.
getGarbageCollections() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.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.
getGarbageRatio() - Method in class com.qfs.store.impl.StoreSummaryReport.PartitionSummaryReport
 
getGcCollectionCounts() - Method in class com.activeviam.apm.pivot.monitoring.impl.MemoryMonitoringUtils.MemoryManagementStats
 
getGcCollectionTimes() - Method in class com.activeviam.apm.pivot.monitoring.impl.MemoryMonitoringUtils.MemoryManagementStats
 
getGcStats() - Method in interface com.qfs.pivot.rest.monitoring.IMonitoringRestService
 
getGcStats() - Method in class com.qfs.pivot.rest.monitoring.impl.MonitoringRestServiceController
 
getGenerationTiming() - Method in class com.qfs.content.service.timestamp.InDatabaseTimestampGenerationAtInsertTime
 
getGenericLog(IHealthEvent) - Method in interface com.activeviam.health.monitor.ILoggingHealthEventHandler
Retrieves the log message that makes sense for all health events, regardless of their types.
getGenericLog(IHealthEvent) - Method in class com.activeviam.health.monitor.impl.LoggingClusterHealthEventHandler
 
getGlobalContextValues() - Method in interface com.qfs.pivot.content.IActivePivotContentService
Deprecated, for removal: This API element is subject to removal in a future version.
Context Value storing in content service is dropped in 6.1
getGlobalContextValues() - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
getGlobalContextValues() - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
getGlobalDefaultValue(int) - Static method in class com.qfs.store.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.qfs.store.TypeValues
Get the default value used for this kind of field, when no default value is explicitly configured.
getGlobalEntitlement() - Method in class com.quartetfs.biz.pivot.security.impl.UserEntitlement
 
getGlobalEvent() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanUpdater
Returns the summary of the update.
getGlobalMeasureName(String, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Returns the "globalized" name of this native measure, i.e.
getGlobalScope() - Method in class com.activeviam.distributed.pivot.impl.PointLocationListTransporterTranslator
 
getGlobalScope() - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTransporterTranslator
 
getGlobalScope() - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator
Gets the global scope.
getGlobalTiming(long, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Return the global timing information for this retriever as defined in IQueryPlan.GlobalTimings.
getGlobalTimings() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData
The query planning timing information.
getGlobalTimings() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns timing information for planning the query.
getGlobalTimings() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getGlobalTimings() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getGlobalToPartialMapping() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
 
getGlobalToPartialMapping() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
getGlobalToPartialMapping() - Method in interface com.qfs.pivot.cube.provider.multi.IPartialProvider
Returns the mapping of the parent hierarchy ordinal into the child hierarchy ordinal as [<hierarchy index in the parent hierarchical mapping>] = <hierarchy index in the delegate hierarchical mapping>.
getGoal() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getGoal() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiDescription
Returns the description of the KPI goal.
getGoal() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Returns an MDX numeric expression that returns the actual value of the KPI.
getGoal() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
getGrammarFileName() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
getGrammarFileName() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
getGrammarFileName() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
getGrantedAuthorities() - Method in class com.quartetfs.fwk.security.impl.SecurityDetails
 
getGrantedAuthorities() - Method in interface com.quartetfs.fwk.security.ISecurityDetails
Returns the granted authorities associated to current security token.
getGrantedMeasures() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
Returns set of names of granted measures.
getGrantedMembers(String, String) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
Returns the axis members that are granted by this intersection.
getGrantedMembers(String, String) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
getGrantedMembers(String, String) - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeProperties
Get all the granted members for a given hierarchy.
getGrantedRoles() - Method in class com.qfs.security.impl.SpringSecurityFacade
Returns all the roles granted to the current thread.
getGrantedRoles(Collection<? extends GrantedAuthority>) - Static method in class com.qfs.security.impl.SecurityUtil
Sets the granted authorities to the current thread.
getGraph() - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
Return a graph representing the relationships between components of the datastore.
getGraphic() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiGraphicExpression
Gets a string representing the graphic to use to display the expression value.
getGraphic() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiStatusDescription
Returns the graphic.
getGraphic() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiTrendDescription
Returns the graphic.
getGreatestCommonPartitioning(Collection<IPartitioning>, int[]) - Static method in class com.qfs.store.part.impl.PartitioningUtil
Computes the greatest partitioning that is implied by all provided partitionings.
getGroup() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureMember
Returns the name of the measure group this measure belongs to (optional - default: null).
getGroup() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AMeasureMember
 
getGroup() - Method in interface com.quartetfs.biz.pivot.definitions.IMeasureMemberDescription
Gets the measure group name (MEASUREGROUP_NAME property of MDSCHEMA_MEASURES rowset in XMLA).
getGroup() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
getGroupId() - Method in class com.qfs.util.tar.impl.TarEntry
Get this entry's group id.
getGroupName() - Method in class com.qfs.util.tar.impl.TarEntry
Get this entry's group name.
getGroups() - Method in interface com.quartetfs.biz.pivot.cube.dimension.IDimensionInfo
Returns the name of the measure groups this dimension belongs to.
getGroups() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo
 
getGroups(String, String, List<String>) - Static method in class com.qfs.content.rest.impl.JsonContentEntry
Extracts the non-null users/groups from either the single-element or the collection property.
getGuid() - Method in class com.quartetfs.biz.xmla.discovery.impl.ARowsetDefinition
 
getGuid() - Method in interface com.quartetfs.biz.xmla.rowset.definition.IRowsetDefinition
Get the definition GUID.
getHandledHierarchies() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAnalysisAggregationProcedure
Gets the list of hierarchies this procedure can handle.
getHandledHierarchies() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAnalysisAggregationProcedure
 
getHandledHierarchies() - Method in interface com.quartetfs.biz.pivot.definitions.IAnalysisAggregationProcedureDescription
Gets the hierarchies handled by the procedure.
getHandledHierarchies() - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
 
getHandler(IAggregatesContinuousHandlerInfo) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousHandlerRegistry
Returns the handler described by the given info.
getHandler(IAggregatesContinuousHandlerInfo) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesContinuousHandlerRegistry
 
getHandlerEntries(IAggregatesContinuousHandlerInfo) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
Gets the aggregate entries indexes that are concerned by the given hadler.
getHandlerInfo() - Method in interface com.quartetfs.biz.pivot.query.IImpactComputationTask
Returns the continuous handler that provoques the impact computation.
getHandlerInfo() - Method in class com.quartetfs.biz.pivot.query.impl.ImpactComputationTask
 
getHandlerInfo(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
Gets the handler info corresponding to the aggregate entry given by its entry index.
getHandlerMonitor(IAggregatesContinuousHandlerInfo) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
Gets the monitor corresponding to the handler.
getHandlerMonitor(IAggregatesContinuousHandlerInfo) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode.Snapshot
Returns the monitor corresponding to handlerInfo.
getHandlerMonitor(IAggregatesContinuousHandlerInfo) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Returns the monitor corresponding to the handler given by handlerInfo.
getHandlerMonitors() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Returns the handler monitors on this stream.
getHandlerMonitors() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode.Snapshot
Returns the handler monitors on this stream.
getHandlerRegistry() - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Returns the continuous query handlers registry associated with this version.
getHandlerRegistry() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getHandlersDependencies() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousHandlerRegistry
Returns a mapping from the available measure names to their associated continuous query handlers.
getHandlersDependencies() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesContinuousHandlerRegistry
 
getHandlersIndexation() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode.Snapshot
Returns the continuous handlers and the entries indexed against them.
getHandlersInfoDependencies() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousHandlerRegistry
Returns a mapping from the available measure names to their associated continuous query handlers information.
getHandlersInfoDependencies() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesContinuousHandlerRegistry
 
getHashType() - Method in class com.qfs.distribution.security.impl.CustomAuthToken
Gets the type of hash key.
getHasParser() - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
Gets the indicate if the field has a parser.
getHasParser() - Method in interface com.qfs.store.service.IDatabaseFieldDescription
Gets the indicate if the field has a parser.
getHasParser() - Method in class com.qfs.store.service.impl.DatabaseFieldDescription
 
getHead() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Get the latest version of the distributed ActivePivot in the master branch.
getHead() - Method in interface com.qfs.multiversion.IBranchInfo
Gets the epoch of the head of the branch (i.e.
getHead() - Method in class com.qfs.multiversion.impl.BranchInfo
 
getHead() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getHead() - Method in interface com.qfs.store.IReadableDatastore
Deprecated, for removal: This API element is subject to removal in a future version.
getHead() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getHead() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Gets the latest version of ActivePivot in the master branch.
getHead(String) - Method in interface com.activeviam.database.api.IDatabase
Gets the latest version in the given branch.
getHead(String) - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Get the latest version of the distributed ActivePivot in the master branch.
getHead(String) - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
getHead(String) - Method in interface com.qfs.multiversion.IVersionHistory
Gets the latest version in the given branch.
getHead(String) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getHead(String) - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getHead(String) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getHead(String) - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
Gets the latest version in the given branch.
getHead(String) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Gets the latest version in the given branch.
getHead(String) - Method in interface com.qfs.store.IReadableDatastore
Deprecated, for removal: This API element is subject to removal in a future version.
getHead(String) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getHead(String) - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Gets the latest version of ActivePivot in the specified branch.
getHead(Handler) - Method in class com.qfs.pivot.logging.impl.CSVStyleLogFormatter
Deprecated.
 
getHead(V) - Static method in class com.qfs.multiversion.impl.SquashUtil
Gets the latest version by following the next pointers.
getHeader() - Method in class com.qfs.util.tar.impl.TarEntry
Get this entry's header.
getHeader(int) - Method in class com.quartetfs.pivot.mdx.result.impl.MdxDrillthroughRowset
 
getHeader(int) - Method in class com.quartetfs.pivot.mdx.xmla.impl.XmlaDrillthroughRowset
 
getHeaders() - Method in class com.qfs.pivot.json.JsonTabularData
Getter for JsonTabularData.headers.
getHeaders() - Method in class com.qfs.pivot.json.query.JsonStreamingRequest
Gets the headers of the message.
getHeaders() - Method in class com.quartetfs.biz.pivot.dto.DrillthroughResultDTO
 
getHeaders() - Method in interface com.quartetfs.biz.pivot.dto.IDrillthroughResultDTOState
The properties of the drillthrough.
getHeaders() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDrillthroughContinuousQuery
Returns the list of headers of the continuous query.
getHeaders() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
 
getHeaders() - Method in interface com.quartetfs.biz.pivot.streaming.IDrillthroughEvent
 
getHeaders() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughEvent
 
getHeaders() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
 
getHeaders() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxDrillthroughRowset
 
getHeadersComparator() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties
Returns the IComparator used to sort the drillthrough header.
getHeadersComparator() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
getHeadInfos() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getHeadInfos() - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
 
getHeadInfos() - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Gets information about branch heads.
getHeadInfos() - Method in interface com.qfs.store.IReadableDatastore
Gets information about branch heads.
getHeads() - Method in interface com.activeviam.database.api.IDatabase
Returns the latest version of each branch.
getHeads() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
getHeads() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
This implementation always throws an UnsupportedOperationException.
getHeads() - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
getHeads() - Method in interface com.qfs.multiversion.IVersionHistory
This method guarantee that all returned versions have existed at the same time.
getHeads() - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getHeads() - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
Returns the latest version of each branch.
getHeads() - Method in interface com.quartetfs.biz.pivot.IActivePivotVersionAware
Returns all the associated versions.
getHeads() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getHeads() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Gets information about branch heads.
getHeads() - Method in interface com.quartetfs.biz.pivot.query.IContinuousQueryUpdateWithBranches
Returns the heads which existed when the update occurred on the (included) pivot.
getHeads() - Method in class com.quartetfs.biz.pivot.query.impl.ContinuousQueryUpdateWithBranches
 
getHeads() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getHeads() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
getHeapCommittedMb() - Method in class com.activeviam.apm.pivot.monitoring.impl.MemoryMonitoringUtils.MemoryManagementStats
 
getHeapMaxMb() - Method in class com.activeviam.apm.pivot.monitoring.impl.MemoryMonitoringUtils.MemoryManagementStats
 
getHeapUsedMb() - Method in class com.activeviam.apm.pivot.monitoring.impl.MemoryMonitoringUtils.MemoryManagementStats
 
getHeartBeatPeriod() - Method in interface com.qfs.websocket.IWebSocketEngineConfig
Returns the number of milliseconds between heartbeats.
getHelloMessageNumberTrials() - Method in class com.qfs.messenger.impl.ADistributedMessenger
Getter for the Hello Message Number of Trials.
getHelloMessageTimeout() - Method in class com.qfs.messenger.impl.ADistributedMessenger
Getter for the Hello Message Timeout.
getHiddenColumns() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties
Returns the list of columns that should be hidden from the drillthrough.
getHiddenColumns() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
getHiddenGrandTotals() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns the ordinals (in increasing order) of the axes whose grand totals must be excluded.
getHiddenGrandTotals() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getHiddenSubtotals() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns the unique names of the levels whose subtotals must be excluded from the axes.
getHiddenSubtotals() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getHiddenSubtotals(IMdxCube) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxContextHelper
Convert the level unique names from MdxContext.getHiddenSubtotals() into a map whose keys are the hierarchy ordinals and the values are the level ordinals.
getHierarchicalMapping() - Method in class com.activeviam.copper.recast.CubeStructureChange
The hierarchical mapping after the change.
getHierarchicalMapping() - Method in interface com.qfs.pivot.cube.provider.IAggregateProvider
Returns the hierarchical mapping associated with this aggregate provider.
getHierarchicalMapping() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderBase
Returns the hierarchical mapping associated with this aggregate provider.
getHierarchicalMapping() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderBase
Returns the full mapping.
getHierarchicalMapping() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderVersion
Returns the hierarchical mapping used by this provider.
getHierarchicalMapping() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderBase
 
getHierarchicalMapping() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderVersion
 
getHierarchicalMapping() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderBase
 
getHierarchicalMapping() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
getHierarchicalMapping() - Method in class com.qfs.pivot.cube.provider.impl.AMultiVersionAggregateProvider
 
getHierarchicalMapping() - Method in class com.qfs.pivot.cube.provider.impl.AMultiVersionGlobalAggregateProvider
 
getHierarchicalMapping() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionAggregateProvider
Returns the hierarchical mapping associated with this aggregate provider.
getHierarchicalMapping() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionGlobalAggregateProvider
Returns the hierarchical mapping associated with this aggregate provider.
getHierarchicalMapping() - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationParts
 
getHierarchicalMapping() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider.PartialPrimitiveAggregatesRetrieval
 
getHierarchicalMapping() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
getHierarchicalMapping() - Method in class com.qfs.query.impl.DistributedAggregatesRetrievalCreator.DistributedAggregatesRetrieval
 
getHierarchicalMapping() - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesLocationResult
Returns the hierarchical mapping associated with this result.
getHierarchicalMapping() - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Returns the hierarchical mapping associated with this result.
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
getHierarchicalMapping() - Method in interface com.quartetfs.biz.pivot.contribution.IGlobalContributionHolder
Gets the hierarchical mapping related this contribution.
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.contribution.impl.GlobalContributionHolder
 
getHierarchicalMapping() - Method in interface com.quartetfs.biz.pivot.IActivePivot
Gets an object used to do advanced operations on ILocation.
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
getHierarchicalMapping() - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Returns the hierarchical mapping.
getHierarchicalMapping() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Returns the pivot's hierarchical mapping.
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the top-level hierarchical mapping.
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
getHierarchicalMapping() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IPrimitiveRetrieval
Returns the hierarchical mapping associated with this retrieval's result.
getHierarchicalMapping() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IScopeLocation
Returns the associated hierarchical mapping.
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveRetrievalMerger
 
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.BitmapPrimitiveAggregatesRetrieval
 
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
 
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.JITPrimitiveAggregatesRetrieval
 
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpPrimitiveAggregatesRetrieval
 
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PrimitiveAnalysisAggregationRetrieval
 
getHierarchicalMapping() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
getHierarchies() - Method in class com.activeviam.copper.recast.CubeStructureChange
The list of hierarchies in the cube after the change.
getHierarchies() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderVersion
Returns the list of hierarchies in the cube version associated with this holder.
getHierarchies() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
getHierarchies() - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationParts
 
getHierarchies() - Method in class com.qfs.pivot.json.cellset.AxisData
Gets the hierarchies present in the axis.
getHierarchies() - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
getHierarchies() - Method in class com.qfs.webservices.DimensionDiscovery
The hierarchies of the dimension.
getHierarchies() - Method in interface com.quartetfs.biz.pivot.cube.dimension.IDimension
The list of hierarchies in this dimension.
getHierarchies() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.ADimension
 
getHierarchies() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionVersion
 
getHierarchies() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.MultiVersionDimension
 
getHierarchies() - Method in interface com.quartetfs.biz.pivot.cube.dimension.IMultiVersionDimension
The list of (multi-version) hierarchies in this (multi-version) dimension.
getHierarchies() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl.SubCubeAxisDimension
 
getHierarchies() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl.SubCubeMeasureDimension
 
getHierarchies() - Method in interface com.quartetfs.biz.pivot.cube.ICube
Returns all the hierarchies of which fully define the cube structure.
getHierarchies() - Method in interface com.quartetfs.biz.pivot.cube.ICubeVersion
 
getHierarchies() - Method in class com.quartetfs.biz.pivot.cube.impl.CubeVersion
 
getHierarchies() - Method in class com.quartetfs.biz.pivot.cube.impl.MultiVersionCube
 
getHierarchies() - Method in interface com.quartetfs.biz.pivot.cube.IMultiVersionCube
Returns all the he multi-version hierarchies of the cube.
getHierarchies() - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Returns the underlying list of hierarchies.
getHierarchies() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
getHierarchies() - Method in interface com.quartetfs.biz.pivot.definitions.IAxisDimensionDescription
Gets the axis hierarchy description list for the axis dimension description.
getHierarchies() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
getHierarchies() - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
getHierarchies() - Method in interface com.quartetfs.biz.pivot.IActivePivot
Return the hierarchies.
getHierarchies() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getHierarchies() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getHierarchies() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Returns all the multi-version hierarchies of the pivot.
getHierarchiesCount(int) - Method in interface com.quartetfs.pivot.mdx.result.IGenericMdxResultInfo
Returns the number of hierarchies in the given axis.
getHierarchiesCount(int) - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetInfo
 
getHierarchiesInfo() - Method in class com.activeviam.pivot.postprocessing.impl.ABaseDynamicAggregationPostProcessor
Returns the information about the hierarchy of each leaf level.
getHierarchiesInfo() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.LeafLevelsPrefetcher
 
getHierarchiesToExport(IInternalCopperContext) - Method in interface com.activeviam.copper.measure.IInternalCopperMeasure
Deprecated.
Returns the list of analysis hierarchies that have to be published for that measure to be properly used.
getHierarchiesToExport(IInternalCopperContext) - Method in class com.activeviam.copper.measure.StoreFieldAggregatedMeasure
 
getHierarchiesWithNewMember() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
getHierarchiesWithNewMember() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
This implementation always throws an UnsupportedOperationException.
getHierarchiesWithNewMember() - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotTransactionInfo
Get the ordinals of the hierarchies that received new members in this transaction.
getHierarchiesWithNewMember() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getHierarchiesWithNewMember() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
getHierarchiesWithRemovedMember() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
getHierarchiesWithRemovedMember() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
This implementation always throws an UnsupportedOperationException.
getHierarchiesWithRemovedMember() - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotTransactionInfo
Get the ordinals of the hierarchies that lost members in this transaction.
getHierarchiesWithRemovedMember() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getHierarchiesWithRemovedMember() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
getHierarchiesWithRemovedMembers() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateSource
 
getHierarchy() - Method in class com.activeviam.copper.LevelIdentifier
Gets the hierarchy of the level.
getHierarchy() - Method in class com.activeviam.copper.operation.operator.HierarchyValueOperator
Returns the read hierarchy.
getHierarchy() - Method in class com.qfs.pivot.json.cellset.HierarchyData
 
getHierarchy() - Method in class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
 
getHierarchy() - Method in class com.qfs.pivot.json.queryplan.LocationData
The location hierarchy.
getHierarchy() - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
 
getHierarchy() - Method in class com.quartetfs.biz.pivot.query.aggregates.IAggregateRetrievalInfo.RetrievalLocation
 
getHierarchy() - Method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup.UnknownMdxMember
 
getHierarchy() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxLevel
Returns the level's hierarchy.
getHierarchy() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMember
Returns The associated hierarchy.
getHierarchy() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMemberProperty
Returns the associated hierarchy if applicable, null otherwise.
getHierarchy() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMember
 
getHierarchy() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMemberProperty
 
getHierarchy() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxLevel
 
getHierarchy(int) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Retrieves the IHierarchyInfo which ordinal corresponds to the given ordinal, if it is contained in this mapping.
getHierarchy(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
getHierarchy(int) - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Returns the hierarchy index associated with an expressed position index.
getHierarchy(int) - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
getHierarchy(int) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
getHierarchy(int) - Method in interface com.quartetfs.biz.pivot.IPointLocationPattern
Returns the index of the hierarchy associated with the given range coordinate position.
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.eval.impl.ATuple
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.eval.impl.MutableMaskTuple
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalitySet
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.CrossjoinSet
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.DictionarySet
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.EmptySet
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedSet
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.RandomShuffledSet
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ReducedDimensionalitySet
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingleMemberSet
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingletonSet
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SubSet
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.UnionSet
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.func.impl.NonEmptyCrossjoinSet
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.impl.LazyTupleCollection.CrossJoinLazyTupleCollection
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.impl.LazyTupleCollection.RandomAccessSetLazyTupleCollection
 
getHierarchy(int) - Method in interface com.quartetfs.pivot.mdx.meta.IHasDimensionality
Returns the hierarchy with the specified index.
getHierarchy(int) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxDimension
Returns the i-th hierarchy (0 based)..
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.meta.impl.Dimensionality
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxDimension
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
Gets the ordinal hierarchy at the specified coordinate.
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.result.impl.BasicMdxCellSetAxisIterator
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet.EmptyMdxCellSetAxisIterator
 
getHierarchy(int) - Method in class com.quartetfs.pivot.mdx.result.impl.FilteredMdxCellSetAxisIterator
 
getHierarchy(IActivePivot, IHierarchyInfo) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Returns the hierarchy with the specified identifier.
getHierarchy(IActivePivot, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Retrieves a hierarchy for the given pivot instance specified by a hierarchy description string.
getHierarchy(IActivePivot, String, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Returns the hierarchy with the specified name from the pivot.
getHierarchyCaption(String, String) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the caption for the given hierarchy.
getHierarchyCaption(String, String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter
 
getHierarchyCardinality(IMdxHierarchy) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Gets the cumulated count of members for all levels of the hierarchy.
getHierarchyCardinality(IMdxHierarchy) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getHierarchyCoordinate(IInternalCopperHierarchy) - Method in class com.activeviam.copper.DataCubeHelper
Deprecated.
Gets the HierarchyIdentifier of the given levels.
getHierarchyCount() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocation
 
getHierarchyCount() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocationWithParent
 
getHierarchyCount() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
getHierarchyCount() - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Returns the number of mapped hierarchies (including the measure hierarchy).
getHierarchyCount() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
getHierarchyCount() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.PointLocation
 
getHierarchyCount() - Method in interface com.quartetfs.biz.pivot.ILocation
Returns the number of hierarchies expressed in that location.
getHierarchyCount() - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Returns the number of hierarchies expressed in the pattern.
getHierarchyCount() - Method in class com.quartetfs.biz.pivot.impl.AbstractSubLocation
 
getHierarchyCount() - Method in class com.quartetfs.biz.pivot.impl.APointLocationListReader
 
getHierarchyCount() - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
getHierarchyCount() - Method in class com.quartetfs.biz.pivot.impl.Location
 
getHierarchyCount() - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
Returns the number of hierarchies expressed in the pattern.
getHierarchyCount() - Method in class com.quartetfs.biz.pivot.impl.ModifiedLocation
 
getHierarchyCount() - Method in class com.quartetfs.biz.pivot.impl.RestrictedLocation
 
getHierarchyCount() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
getHierarchyCount() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.impl.MutableJoinTuple
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.impl.MutableMaskTuple
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.impl.Tuple
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalitySet
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.CrossjoinSet
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.DictionarySet
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.EmptySet
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedSet
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.RandomShuffledSet
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ReducedDimensionalitySet
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingleMemberSet
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingletonSet
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SubSet
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.UnionSet
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.func.impl.NonEmptyCrossjoinSet
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.impl.LazyTupleCollection.CrossJoinLazyTupleCollection
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.impl.LazyTupleCollection.RandomAccessSetLazyTupleCollection
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.impl.MutableTuple
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.impl.MutableTupleLocation
 
getHierarchyCount() - Method in interface com.quartetfs.pivot.mdx.meta.IHasDimensionality
Returns the number of hierarchies.
getHierarchyCount() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxDimension
Returns the hierarchy count.
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.meta.impl.Dimensionality
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxDimension
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHeader
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.result.impl.BasicMdxCellSetAxisIterator
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet.EmptyMdxCellSetAxisIterator
 
getHierarchyCount() - Method in class com.quartetfs.pivot.mdx.result.impl.FilteredMdxCellSetAxisIterator
 
getHierarchyCount(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AbstractCellSet
 
getHierarchyCount(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
getHierarchyCount(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
getHierarchyCount(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
getHierarchyCount(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
 
getHierarchyCount(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
 
getHierarchyCount(int) - Method in interface com.quartetfs.biz.pivot.ILocationList
Returns the number of hierarchies expressed in the location.
getHierarchyCount(int) - Method in class com.quartetfs.biz.pivot.impl.ArrayLocationList
 
getHierarchyCount(int) - Method in class com.quartetfs.biz.pivot.impl.BoundedLocationList
 
getHierarchyCount(int) - Method in class com.quartetfs.biz.pivot.impl.LocationDictionary
 
getHierarchyCount(int) - Method in class com.quartetfs.biz.pivot.impl.SingletonLocationList
 
getHierarchyCount(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
getHierarchyIdentifier(IInternalCopperHierarchy) - Method in interface com.activeviam.copper.IInternalCopperContext
Deprecated.
Returns the HierarchyIdentifier corresponding to the given IInternalCopperHierarchy for the given context.
getHierarchyIdentifier(IInternalCopperHierarchy) - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
 
getHierarchyIndex(int) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Retrieves the ordinal of the hierarchy at the given coordinate of a point location handled by this mapping.
getHierarchyIndex(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
getHierarchyInfo() - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Gets the info about this hierarchy.
getHierarchyInfo() - Method in class com.qfs.distribution.impl.HierarchyTopologyDelta
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeHierarchy
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeLevel
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAnalysisHierarchy
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Get the info of the hierarchy.
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisHierarchyBase
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMember
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
getHierarchyInfo() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
Returns the info about this hierarchy.
getHierarchyInfo() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchyAndLevelInfo
Gets the info about the hierarchy itself.
getHierarchyInfo() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevel
Gets the hierarchy info about the hierarchy this level belongs to.
getHierarchyInfo() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo
Get the hierarchy info about the hierarchy this level belongs to.
getHierarchyInfo() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IMember
Get the IHierarchyInfo about the hierarchy this member belongs to.
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.AHierarchy
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.ALevel
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyAndLevelInfo
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyDescription
Returns the hierarchy info.
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AMeasureMember
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
getHierarchyInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
getHierarchyInfo() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxHierarchy
Returns the IHierarchyInfo.
getHierarchyInfo() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxHierarchy
 
getHierarchyInfo() - Method in class com.quartetfs.pivot.mdx.plan.impl.ExcludedMember
 
getHierarchyInfo(String, String) - Method in interface com.qfs.messenger.IDataCubeAdapter
Returns the hierarchy information of the exposed hierarchy.
getHierarchyInfo(String, String) - Method in class com.qfs.messenger.impl.DataCubeAdapter
 
getHierarchyInfo(String, String) - Method in class com.qfs.messenger.impl.IdentityDataCubeAdapter
 
getHierarchyInfo(List<? extends IHierarchy>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
getHierarchyInformation(IInternalCopperHierarchy) - Method in class com.activeviam.copper.DataCubeHelper
Deprecated.
Gets the HierarchyInformation of the given hierarchy.
getHierarchyName() - Method in class com.activeviam.copper.hierarchy.ACopperAnalysisHierarchy
 
getHierarchyName() - Method in class com.activeviam.copper.hierarchy.ACopperJoinHierarchy
 
getHierarchyName() - Method in class com.activeviam.copper.hierarchy.CopperHierarchyIdentifier
 
getHierarchyName() - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Gets the name of this hierarchy.
getHierarchyName() - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
getHierarchyName() - Method in interface com.activeviam.copper.hierarchy.IInternalCopperHierarchy
Deprecated.
Returns the name of the hierarchy.
getHierarchyName() - Method in interface com.activeviam.copper.hierarchy.IInternalCopperLevel
Deprecated.
Returns the name of the hierarchy this level belongs to.
getHierarchyName() - Method in class com.activeviam.copper.HierarchyInformation
Returns the name of the hierarchy.
getHierarchyName() - Method in class com.activeviam.copper.LevelInformation
Returns the name of the hierarchy this level belongs to.
getHierarchyOrdinal() - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
 
getHierarchyOrdinal(IHierarchyInfo) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Returns the ordinal of the given hierarchy in this specific mapping.
getHierarchyOrdinal(IHierarchyInfo) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
getHierarchyOrdinal(IHierarchyInfo) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.RestrictedHierarchicalMapping
 
getHierarchyOrdinalsToIndices(ISet) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
 
getHierarchyUniqueName(int, int) - Method in interface com.quartetfs.pivot.mdx.result.IGenericMdxResultInfo
Returns the name of the hierarchy.
getHierarchyUniqueName(int, int) - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetInfo
 
getHierarchyVisibilities() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns a mapping between a hierarchy's unique name and its eventual visibility override.
getHierarchyVisibilities() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getHierarchyVisibilityOverride(String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxContextHelper
Gets the visibility override for a hierarchy, if it is overridden by the MDX context.
getHierarchyWithNewMembers() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateSource
 
getHighestAncestor(IAxisMember) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMember
Gets the highest ancestor of the specified member.
getHistories() - Method in interface com.qfs.multiversion.IAdvancedEpochManager
 
getHistories() - Method in interface com.qfs.multiversion.IEpochManager
Gets the underlying histories indexed by their ids.
getHistories() - Method in class com.qfs.multiversion.impl.AEpochManager
 
getHistory(String) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
getHistory(String) - Method in class com.qfs.repository.impl.RepositoryService
 
getHistory(String) - Method in interface com.qfs.repository.IRepositoryService
Retrieves all the history of point values for a given parameters.
getHistory(String) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getHistory(String) - Method in interface com.qfs.repository.persistence.IPointValueDao
Gets the history of all point values inserted for the given parameter.
getHistory(String) - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
getHistory(String) - Method in interface com.qfs.repository.rs.IRepositoryRestService
Returns all the point values history for a given parameter name.
getHistory(String) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
getHistory(String, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Return the history of a given monitor, which are the list of actions performed successively on a monitor.
getHistory(String, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getHistory(String, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getHistory(String, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getHistory(String, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getHistory(String, long) - Method in interface com.qfs.snl.persistence.IMonitorDao
Get the history of a given monitory.
getHistory(String, long) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
getHistory(String, long) - Method in interface com.qfs.snl.rs.IMonitorRestService
Retrieve the history for a given monitorId and a site.
getHistory(String, long) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getHistory(String, ICoordinates) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getHistory(String, ICoordinates) - Method in interface com.qfs.repository.persistence.IPointValueDao
Gets the history of all point values inserted for the given parameter name and the coordinates.
getHistoryAfter(String, Date) - Method in class com.qfs.content.service.audit.impl.AuditableHibernateContentService
Retrieves the history of all changes for a given path after a given date.
getHistoryNode() - Method in class com.qfs.multiversion.impl.VersionNode
 
getHistoryNode() - Method in interface com.qfs.multiversion.IVersionNode
The epoch node associated with this version node.
getHolder() - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.13, exposing an internal attribute for no reason
getHostname() - Method in class com.qfs.snl.dtos.AuditDto
 
getHostname() - Method in interface com.qfs.snl.persistence.IAudit
The hostname of the computer that created the action.
getHostname() - Method in class com.qfs.snl.persistence.impl.AAudit
 
getHostname() - Method in interface com.quartetfs.biz.pivot.webservices.ILicensingService
 
getHostname() - Method in class com.quartetfs.biz.pivot.webservices.impl.LicensingService
 
getHumanRepresentationOfCellSet() - Method in interface com.qfs.pivot.testing.ICellSetTester
Gives a string representation of the tested cellSet.
getHumanRepresentationOfCellSet() - Method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellsetTester
 
getHumanRepresentationOfCellSet() - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester
 
getId() - Method in class com.activeviam.database.api.schema.DatabaseId
 
getId() - Method in class com.activeviam.store.structure.impl.StoreDefinition
Unique id of the store.
getId() - Method in interface com.qfs.chunk.IAllocationSettings
The ID, that uniquely identifies those allocation settings.
getId() - Method in class com.qfs.chunk.impl.VectorsAllocationSettings
 
getId() - Method in interface com.qfs.content.service.audit.IAuditAction
The id of the action.
getId() - Method in class com.qfs.content.service.audit.impl.AuditAction
 
getId() - Method in class com.qfs.content.ws.impl.ListenerNotification
Gets the unique id of the listener.
getId() - Method in class com.qfs.content.ws.impl.ListenerRegistration
Returns the id.
getId() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
getId() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
 
getId() - Method in interface com.qfs.messenger.message.IBroadcastMessage
Returns a globally (i.e.
getId() - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
getId() - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
getId() - Method in class com.qfs.messenger.netty.impl.ANettyMessage
Gets the unique identifier of the message.
getId() - Method in interface com.qfs.multiversion.IEpoch
Gets the id of the epoch.
getId() - Method in interface com.qfs.multiversion.IHasId
Gets the id.
getId() - Method in class com.qfs.multiversion.impl.Epoch
 
getId() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderBase
Gets the unique id assigned to this Provider base.
getId() - Method in class com.qfs.pivot.impl.DataNode
 
getId() - Method in class com.qfs.pivot.json.cellset.AxisData
Gets the id of the axis.
getId() - Method in class com.qfs.pivot.json.queryplan.FilterData
The filter id.
getId() - Method in class com.qfs.repository.dto.PointValueDto
 
getId() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getId() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getId() - Method in interface com.qfs.repository.persistence.model.IPointValue
Returns the id of the point value.
getId() - Method in interface com.qfs.snl.agent.IRegisteredAgentDescription
Get the id of the agent within the ActiveMonitor server.
getId() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getId() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getId() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
getId() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getId() - Method in class com.qfs.snl.data.impl.SentinelState
 
getId() - Method in interface com.qfs.snl.data.ISentinelState
Gets the id of the state.
getId() - Method in class com.qfs.snl.dtos.AlertDto
 
getId() - Method in class com.qfs.snl.dtos.AuditDto
 
getId() - Method in class com.qfs.snl.dtos.EventDto
 
getId() - Method in class com.qfs.snl.dtos.FormFieldDto
Returns the id.
getId() - Method in class com.qfs.snl.dtos.MessageDto
Returns the id.
getId() - Method in class com.qfs.snl.dtos.MonitorDto
 
getId() - Method in class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
 
getId() - Method in class com.qfs.snl.dtos.StateDto
 
getId() - Method in class com.qfs.snl.dtos.TaskDto
Returns the id.
getId() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
Gets the configured monitor id.
getId() - Method in interface com.qfs.snl.messages.form.IFormField
The key used to submit the property in FormService#submitStartFormData(String, java.util.Map) or FormService#submitTaskFormData(String, java.util.Map).
getId() - Method in class com.qfs.snl.messages.form.impl.FormField
 
getId() - Method in interface com.qfs.snl.messages.IMessage
Gets the unique id of the message.
getId() - Method in class com.qfs.snl.messages.impl.AMessage
 
getId() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getId() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getId() - Method in interface com.qfs.snl.persistence.IIdentifiable
Gets the resource id.
getId() - Method in class com.qfs.snl.persistence.impl.AAudit
 
getId() - Method in interface com.qfs.snl.workflows.IWorkflowProcess
Gets the unique id of the process.
getId() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getId() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Gets the id of the task.
getId() - Method in class com.qfs.spring.websocket.impl.WsSession
Deprecated.
 
getId() - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
getId() - Method in class com.qfs.store.impl.DatastoreSchemaBase
The datastore unique id.
getId() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getId() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the id of the store.
getId() - Method in class com.qfs.store.impl.StoreMetadata
 
getId() - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Gets the datastore unique id.
getId() - Method in interface com.qfs.store.IStoreMetadata
Gets the unique id of this store within its parent schema.
getId() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation
Transaction id.
getId() - Method in class com.qfs.vector.array.impl.AArrayVector
Always return 0.
getId() - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
getId() - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
getId() - Method in interface com.qfs.vector.IBlock
Returns the id of the block.
getId() - Method in class com.qfs.vector.impl.TombStoneBlock
 
getId() - Method in class com.qfs.versions.service.VersionDto
Gets a version ID of an API.
getId() - Method in class com.qfs.websocket.endpoint.impl.AWsSessionMultiplexer
 
getId() - Method in class com.qfs.websocket.endpoint.impl.MultiplexedJsonWsSession
 
getId() - Method in interface com.qfs.websocket.endpoint.IWsSession
Gets the id of the websocket session.
getId() - Method in interface com.qfs.websocket.endpoint.IWsSessionMultiplexer
Gets the id of the websocket session multiplexer.
getId() - Method in interface com.quartetfs.biz.pivot.cube.ICubeVersion
Returns the cube Id.
getId() - Method in class com.quartetfs.biz.pivot.cube.impl.CubeVersion
 
getId() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotInstanceDescription
Returns the id of the underlying ActivePivot instance.
getId() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotSchemaInstanceDescription
Return the id.
getId() - Method in interface com.quartetfs.biz.pivot.definitions.ICatalogDescription
Returns the id.
getId() - Method in interface com.quartetfs.biz.pivot.definitions.IClusterDefinition
Returns the clusterId.
getId() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
 
getId() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaInstanceDescription
 
getId() - Method in class com.quartetfs.biz.pivot.definitions.impl.CatalogDescription
 
getId() - Method in class com.quartetfs.biz.pivot.definitions.impl.ClusterDefinition
Returns the cluster ID.
getId() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotInstanceDescription
Return the Id of the underlying distributed pivot instance.
getId() - Method in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
Returns the id of the distributed activepivot instance.
getId() - Method in interface com.quartetfs.biz.pivot.IActivePivot
Returns the id of this ActivePivot instance.
getId() - Method in interface com.quartetfs.biz.pivot.IActivePivotSchema
Returns the id of the schema.
getId() - Method in interface com.quartetfs.biz.pivot.ICatalog
Returns the id of the catalog.
getId() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
Returns this pivot's ID.
getId() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
getId() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getId() - Method in class com.quartetfs.biz.pivot.impl.Catalog
 
getId() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getId() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Returns the id of this ActivePivot instance.
getId() - Method in interface com.quartetfs.biz.pivot.IVersionProvider
Returns the id of this provider.
getId() - Method in class com.quartetfs.biz.pivot.security.impl.PivotEntitlement
Return the pivot id.
getId() - Method in interface com.quartetfs.biz.pivot.security.IPivotEntitlement
Returns the id of the target pivot.
getId() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getId() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
Getter.
getId() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransactionManager
 
getId() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
getId() - Method in class com.quartetfs.biz.pivot.transaction.impl.SchemaTransactionInfo
 
getId() - Method in interface com.quartetfs.biz.pivot.transaction.ITransactionInfo
Returns the id of the underlying transaction.
getId() - Method in interface com.quartetfs.biz.pivot.transaction.ITransactionManager
Returns the id of the transaction manager.
getId() - Method in interface com.quartetfs.pivot.mdx.statement.IMemberExpression
 
getId() - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression
 
getId() - Method in class com.quartetfs.pivot.mdx.statement.impl.RefreshStatement
 
getId() - Method in interface com.quartetfs.pivot.mdx.statement.IOlapElementExpression
Returns the identifier or the element.
getId() - Method in interface com.quartetfs.pivot.mdx.statement.IRefreshStatement
Returns the id of he cube.
getId() - Method in class com.quartetfs.tech.streaming.impl.AStream
 
getId() - Method in class com.quartetfs.tech.streaming.impl.StreamEvent
 
getId() - Method in interface com.quartetfs.tech.streaming.IStream
Gets the id of the stream.
getId() - Method in interface com.quartetfs.tech.streaming.IStreamEvent
Gets the id of this event.
getId(String) - Static method in class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
Gets a monitor logical id from its workflow entity id.
getIdByRows() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
 
getIdentifier() - Method in class com.activeviam.copper.HierarchySchemaCoordinate
The identifier of the hierarchy in the cube.
getIdentifier() - Method in class com.activeviam.msg.csv.impl.CloudFileInfo
 
getIdentifier() - Method in class com.qfs.msg.csv.filesystem.impl.FileSystemFileInfo
 
getIdentifier() - Method in interface com.qfs.msg.csv.IFileInfo
Returns the identifier of the base file (e.g.
getIdentifier() - Method in class com.qfs.msg.csv.impl.ACompressedEntryFileInfo
 
getIdentifier() - Method in interface com.qfs.msg.IMessage
Returns the identifier of the message.
getIdentifier() - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
Returns the identifier.
getIdentifier() - Method in class com.qfs.source.impl.AStoreMessage
 
getIdentifier() - Method in class com.qfs.source.impl.StoreMessage
 
getIdentifier() - Method in class com.qfs.websocket.endpoint.impl.JsonTopicMessageDto
Returns the identifier.
getIdentifier() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchyInfo
Returns an object uniquely identifying the hierarchy within the cube.
getIdentifier() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo
Returns the level identifier for this level.
getIdentifier() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
 
getIdentifier() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
getIdentifier() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.TimingWithIdentifier
Returns the identifier.
getIdentifier() - Method in interface com.quartetfs.biz.pivot.streaming.IActivePivotStreamNode
 
getIdentifier() - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStreamNode
Get the identifier.
getIdentifier() - Method in class com.quartetfs.biz.pivot.streaming.impl.AActivePivotStreamNode
 
getIdentifier() - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStreamNode
 
getIdentifier() - Method in class com.quartetfs.pivot.mdx.meta.impl.AliasedSet
 
getIdentifier() - Method in interface com.quartetfs.pivot.mdx.statement.IFormulaSpecification
Returns the identifier of the formula.
getIdentifier() - Method in class com.quartetfs.pivot.mdx.statement.impl.FormulaSpecification
 
getIdentifier() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationServiceMonitor
Gets this service identifier.
getIdentifier() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
 
getIdentifier() - Method in interface com.quartetfs.tech.streaming.sharing.IStreamNode
Returns the identifier determining uniquely this node.
getIgnoreInvalidMembers() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns false if the Mdx engine throws an MdxException when resolution of members in a query fail.
getIgnoreInvalidMembers() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getIgnoreInvalidMembers(IMdxContext) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Returns the default value is none is contained in the context.
getIgnoreQueriedMeasure() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties
Returns whether the drillthrough query will be sent to all the members of a distributed cluster (if true) or only to the member that contains the measure specified in the drillthrough.
getIgnoreQueriedMeasure() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
getImpact() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
getImpact() - Method in interface com.qfs.store.IStorePartitionTransaction
Gets the rows that are added/removed/updated within the current transaction.
getImpact() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IImpact
Returns all the points or range locations which are impacted by an event.
getImpact() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.Impact
 
getImpactData() - Method in class com.activeviam.dic.provider.impl.LocalDictionaryTransactionResult
 
getImpactedBranches() - Method in class com.qfs.distribution.impl.DistributedHistoryImpact
Returns the set of branches impacted by a transaction.
getImpactedKeys() - Method in class com.activeviam.dic.provider.impl.GlobalDictionaryTransactionResult
 
getImpactType() - Method in class com.activeviam.dic.provider.impl.DictionaryUpdateImpact
 
getImplementationClass() - Method in interface com.quartetfs.fwk.contributions.IContribution
Returns the implementation class defined by this contribution.
getImplementationClass() - Method in class com.quartetfs.fwk.contributions.impl.Contribution
 
getImplementationClass() - Method in interface com.quartetfs.fwk.types.IFactoryValue
Returns the implementation class of this factory.
getImplementationClass() - Method in class com.quartetfs.fwk.types.impl.Factory
Get the implemented Class.
getImplementationClass() - Method in class com.quartetfs.fwk.types.impl.FactoryValue
 
getImplementationClass() - Method in class com.quartetfs.fwk.types.impl.VariableFactoryValue
 
getImplicitNamingStrategy(Properties) - Static method in class com.qfs.snl.cfg.impl.HibernateProperties
Instanciates an Hibernate ImplicitNamingStrategy from the given properties.
getIncludeHierarchies() - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
 
getIncludeHierarchies() - Method in interface com.quartetfs.biz.pivot.definitions.IPartialProviderDefinition
Returns true if the hierarchies will be included or false if they will be excluded.
getIncludeMeasures() - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
 
getIncludeMeasures() - Method in interface com.quartetfs.biz.pivot.definitions.IPartialProviderDefinition
Returns true if the measures will be included or false if they will be excluded.
getIncludeMode() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
Returns true if the aggregates cache is defined by inclusion, otherwise it returns false.
getIncomingReferences() - Method in class com.qfs.store.impl.StoreTransaction
 
getIncomingReferences() - Method in interface com.qfs.store.IStoreTransaction
Gets the list of references from stores to this store.
getIncrements() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The increments.
getIndex() - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
Gets the index of the field in the table.
getIndex() - Method in class com.qfs.store.impl.StoreFieldMonitor
 
getIndex() - Method in interface com.qfs.store.service.IDatabaseFieldDescription
Gets the index of the field in the table.
getIndex() - Method in class com.qfs.store.service.impl.DatabaseFieldDescription
 
getIndex() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughColumn
 
getIndex() - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
getIndex() - Method in class com.quartetfs.pivot.mdx.plan.impl.Pass
 
getIndex() - Method in enum com.quartetfs.pivot.mdx.statement.IAxisName.Default
 
getIndex() - Method in interface com.quartetfs.pivot.mdx.statement.IAxisName
Gets the unique index representing this axis.
getIndex() - Method in class com.quartetfs.pivot.mdx.statement.impl.AxisName
 
getIndex(ILocation) - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
getIndex(ILocation) - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
getIndex(ILocation) - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Returns the index of the given location in this list, or -1 if it does not belong to the list.
getIndexedFields() - Method in interface com.qfs.store.IStoreMetadata
Gets a list of fields belonging to indexes.
getIndexedFields() - Method in class com.qfs.store.part.impl.StorePartitionIndexMonitor
Returns the indexed fields.
getIndexes(String, IInternalDatastoreStructure.IndexType) - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Gets the keys for all indexes of the given type belonging to the given store.
getIndexes(String, IInternalDatastoreStructure.IndexType) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getIndexesOnField(StoreField, IInternalDatastoreStructure.IndexType) - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Gets the keys for all indexes of the given type using a specific field.
getIndexExtractor(IInternalDatastoreStructure.IndexType, int) - Static method in class com.qfs.store.impl.PartitionOperationUtil
Gets a function extracting a given index from a store partition, the index being identified by its position.
getIndexId() - Method in class com.qfs.index.impl.AMultiVersionSecondaryRecordIndex
 
getIndexId() - Method in class com.qfs.index.impl.AMultiVersionUniqueRecordIndex
 
getIndexId() - Method in class com.qfs.index.impl.ASecondaryRecordIndexBase
Unique id of this index.
getIndexId() - Method in class com.qfs.index.impl.AUniqueRecordIndexBase
Unique id of this index.
getIndexId() - Method in interface com.qfs.index.IMultiVersionRecordIndex
Gets the unique ID of this index.
getIndexId() - Method in interface com.qfs.store.query.plan.condition.IIndexOperation
Gets the index position in the store.
getIndexId() - Method in class com.qfs.store.query.plan.impl.AIndexDisjoinedLookupCompiledOperation
 
getIndexId() - Method in class com.qfs.store.query.plan.impl.AIndexRangeDisjoinedLookupCompiledOperation
 
getIndexInLine() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.ACsvCharacterAnomaly
The index in the line of the character at which the anomaly was found, or -1 if such a position couldn't be determined.
getIndexInLine() - Method in interface com.activeviam.msg.reporting.ICsvLineParsingAnomaly
Returns the index relative to the line start at which the anomaly occurred, or -1 if we are unable to determine it.
getIndexKey() - Method in class com.activeviam.store.structure.impl.InitializeIndexAction
 
getIndexKey() - Method in class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction
 
getIndexKey() - Method in class com.activeviam.store.structure.impl.SetIndexDictionariesConcurrentAction
Identifier of the index.
getIndexKey() - Method in interface com.activeviam.store.structure.IUpdateIndexAction
Gets the identifier of the index.
getIndexOfField(String) - Method in class com.qfs.store.service.impl.JsonUpdateWhereCompiler
Gets the index of field.
getIndexPos() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.SecondaryIndexKey
 
getIndexPos() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.UniqueIndexKey
 
getIndexRecommendations() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the list of fields or field groups which are looked up in queries but which don't belong to unique indexes or secondary indexes.
getIndexType() - Method in class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction
 
getIndexType() - Method in interface com.activeviam.store.structure.IRebuildIndexDictionaryAction
Return the type of the index.
getIndicator(String) - Method in interface com.quartetfs.fwk.monitoring.IMonitor
Returns the indicator associated with the given key.
getIndicator(String) - Method in class com.quartetfs.fwk.monitoring.impl.CounterMonitor
Admissible key values are CounterMonitor.MAP or CounterMonitor.ARRAY.
getIndicator(String) - Method in class com.quartetfs.fwk.monitoring.impl.MultiSourcesQuantityMonitor
 
getIndicator(String) - Method in class com.quartetfs.fwk.monitoring.impl.QuantityMonitor
 
getIndicator(String) - Method in class com.quartetfs.fwk.monitoring.impl.ThroughputMonitor
 
getIndicatorClass(String) - Method in interface com.quartetfs.fwk.monitoring.IMonitor
Returns the class of the indicator associated with the given key.
getIndicatorClass(String) - Method in class com.quartetfs.fwk.monitoring.impl.CounterMonitor
 
getIndicatorClass(String) - Method in class com.quartetfs.fwk.monitoring.impl.MultiSourcesQuantityMonitor
 
getIndicatorClass(String) - Method in class com.quartetfs.fwk.monitoring.impl.QuantityMonitor
 
getIndicatorClass(String) - Method in class com.quartetfs.fwk.monitoring.impl.ThroughputMonitor
 
getInfo() - Method in interface com.qfs.msg.keyvalue.IKeyValueBatchResult
Returns the KeyValueBatchInfo about the batch execution.
getInfo() - Method in class com.qfs.msg.keyvalue.impl.KeyValueBatchResult
 
getInfo() - Method in class com.qfs.msg.keyvalue.impl.KeyValueRawBatchResult
 
getInfo() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughColumn
Returns the IDrillthroughColumn.INFO of the column.
getInfo() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumn
 
getInfo() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughColumn
 
getInfo() - Method in class com.quartetfs.biz.pivot.mdx.impl.CellSetEventToMdxResult
 
getInfo() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousHandler
Returns the information that describes this handler.
getInfo() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAsyncAggregatesContinuousHandler
 
getInfo() - Method in interface com.quartetfs.pivot.mdx.result.IMdxResult
Returns the meta information about the result.
getInfo() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxResult
 
getInfo(int, long, int) - Method in interface com.qfs.msg.csv.policy.ICsvParserConfigPolicy
Gets the reading info based on the info of the batch.
getInfo(int, long, int) - Method in class com.qfs.msg.csv.policy.impl.LineAndFileLimitCsvParserPolicy
 
getInfo(int, long, int) - Method in class com.qfs.msg.csv.policy.impl.NoRestrictionCsvParserConfigPolicy
 
getInfo(AxisMemberDTO, boolean) - Method in class com.qfs.snl.agent.mdx.impl.AStreamInfo
 
getInfo(AxisMemberDTO, boolean) - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Gets the value of a particular information.
getInformation(String) - Method in interface com.qfs.snl.messages.form.IFormField.IType
Retrieve type specific extra information like the list of values for enum types or the format for date types.
getInformation(String) - Method in class com.qfs.snl.messages.form.impl.BooleanFieldType
Retrieve type specific extra information like the list of values for enum types or the format for date types.
getInformation(String) - Method in class com.qfs.snl.messages.form.impl.DateFieldType
Retrieve type specific extra information like the list of values for enum types or the format for date types.
getInformation(String) - Method in class com.qfs.snl.messages.form.impl.EnumFieldType
 
getInformation(String) - Method in class com.qfs.snl.messages.form.impl.NumberFieldType
Retrieve type specific extra information like the list of values for enum types or the format for date types.
getInformation(String) - Method in class com.qfs.snl.messages.form.impl.StringFieldType
Retrieve type specific extra information like the list of values for enum types or the format for date types.
getInformationKeys() - Method in interface com.qfs.snl.messages.form.IFormField.IType
Gets a list of all information keys that can be passed to IFormField.IType.getInformation(String).
getInformationKeys() - Method in class com.qfs.snl.messages.form.impl.BooleanFieldType
 
getInformationKeys() - Method in class com.qfs.snl.messages.form.impl.DateFieldType
 
getInformationKeys() - Method in class com.qfs.snl.messages.form.impl.EnumFieldType
 
getInformationKeys() - Method in class com.qfs.snl.messages.form.impl.NumberFieldType
 
getInformationKeys() - Method in class com.qfs.snl.messages.form.impl.StringFieldType
 
getInformations() - Method in class com.qfs.snl.dtos.FormFieldTypeDto
Returns the field information.
getInfoTypes() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteTransactionInformation
Distributed Transaction types.
getInitialDefaultContext() - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Returns the default members at the beginning of the execution of the query.
getInitialDefaultContext() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
getInitialDefaultContext() - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
getInitializedFieldPredicate() - Method in class com.activeviam.store.structure.impl.UpdateFieldsAction
 
getInitializedFieldPredicate() - Method in interface com.activeviam.store.structure.IUpdateFieldsAction
Returns a predicate that given an index determines if the corresponding field is initialized.
getInitialPublicationMode() - Method in class com.qfs.pivot.json.query.JsonStreamRegistration
 
getInitialPublicationMode() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
 
getInitialPublicationMode() - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamInfoHolder
Returns the initial publication mode of the stream.
getInitialPublicationMode() - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
 
getInitialPublicationMode() - Method in interface com.quartetfs.tech.streaming.IStreamProperties
Returns the initial publication mode.
getInitialPublicationModeProperty() - Static method in class com.quartetfs.tech.streaming.impl.StreamProperties
getInitialState() - Method in class com.qfs.pivot.json.query.JsonStreamRegistration
 
getInitialState() - Method in class com.quartetfs.tech.streaming.impl.AStream
Returns the stream initial state (at creation time).
getInitialState() - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
 
getInitialState() - Method in interface com.quartetfs.tech.streaming.IStreamProperties
The initial state of the stream.
getInitiator() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getInitiator() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Get the name of the initiator of the workflow that creates this task.
getInitParameter(String) - Method in class com.qfs.security.impl.DetachedFilterConfig
 
getInitParameterNames() - Method in class com.qfs.security.impl.DetachedFilterConfig
 
getInitPeriod() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Gets the initial period between updates.
getInMemoryCompression() - Method in interface com.quartetfs.biz.xmla.IServletProperties
Returns whether in-memory compression of the XMLA response is enabled (while building it).
getInMemoryCompression() - Method in class com.quartetfs.biz.xmla.servlet.impl.ServletProperties
 
getInPlaceUpdatableRecordSet() - Method in class com.qfs.store.impl.ColumnarRecordSet
Obtains a writable array instance to perform in-place operations on a specific row.
getInPlaceUpdatableRecordSet() - Method in class com.qfs.store.impl.ColumnarRecordSetTransaction
 
getInPlaceUpdatableRecordSet() - Method in interface com.qfs.store.IRecordSetTransaction
Gets an (in-place) writable version of the set.
getInputDataType() - Method in interface com.qfs.agg.IAggregation
Returns the type of the source data.
getInputDataType() - Method in class com.qfs.agg.impl.AAggregation
 
getInputStream() - Method in interface com.activeviam.cloud.entity.ICloudEntity
Returns the input stream containing the content of this object.
getInsertedRows() - Method in class com.qfs.pivot.json.database.JsonTableResult
Gets the number of inserted rows.
getInsertionTimeUpdateWhereTriggers() - Method in class com.qfs.store.impl.StoreBase
 
getInsertionTimeUpdateWhereTriggers() - Method in interface com.qfs.store.IStoreBase
Gets the list of registered insertion-time updateWhereTriggers.
getInstance() - Static method in class com.activeviam.apm.pivot.monitoring.jmx.impl.PrintDataLoadTimingEnabler
Returns the monitoring instance.
getInstance() - Static method in class com.activeviam.apm.pivot.query.impl.QueryMonitoringHelper
Returns the singleton instance of QueryExecutorMonitorHelper.
getInstance() - Static method in class com.activeviam.copper.api.ExperimentalCopper
Experimental API.
getInstance() - Static method in enum com.activeviam.tracing.tracer.impl.NoopTracer
Returns the noop tracer.
getInstance() - Method in class com.qfs.distribution.impl.ActivePivotSchemaDist.DistributedActivePivotContainer
 
getInstance() - Static method in class com.qfs.messenger.impl.EmptyClusterView
Returns the singleton instance of the EmptyClusterView class.
getInstance() - Static method in class com.qfs.messenger.jgroups.impl.GossipRouter
Returns the global instance of GossipRouter (lazily created) using default values (wilcard address + port defined by -Dactiveviam.gossip.router.port).
getInstance() - Static method in class com.qfs.platform.linux.LinuxPlatform
Returns the singleton Linux Platform.
getInstance() - Static method in class com.qfs.platform.share.SharePlatform
Returns the singleton Share Platform.
getInstance() - Static method in class com.qfs.platform.solaris.SolarisPlatform
Returns the Linux Platform singleton.
getInstance() - Static method in class com.qfs.platform.win.WindowsPlatform
Returns the Windows Platform singleton.
getInstance() - Static method in class com.qfs.rest.server.impl.CachePolicyInterceptor
The singleton cache policy.
getInstance() - Static method in class com.qfs.rest.server.impl.JsonExceptionMapper
The singleton exception mapper.
getInstance() - Static method in class com.qfs.vector.binding.impl.GenericVectorBinding
Returns the singleton instance of Generic vector binding.
getInstance() - Static method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
Returns unique instance of the empty cellset.
getInstance() - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.AllExcludedSubCubeTree
Returns the singleton instance for this class.
getInstance() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotContainer
Returns the associated pivot instance.
getInstance() - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.UnLimitedRetrievalResultTracker
 
getInstance() - Static method in class com.quartetfs.pivot.mdx.impl.MdxQueryBouncer
 
getInstance(IAsyncAttachedQuery<?>) - Static method in class com.activeviam.apm.pivot.monitoring.impl.QueryExecutorMonitor
Gets an instance of query executor monitor.
getInstantiationCount() - Method in class com.quartetfs.biz.pivot.server.util.impl.AServiceFactory
Deprecated.
 
getInstantiationCount() - Method in interface com.quartetfs.fwk.types.IFactory
Return the number of objects instantiated by this factory.
getInstantiationCount() - Method in class com.quartetfs.fwk.types.impl.AInstantiationCountingFactory
 
getInstantiationCount() - Method in class com.quartetfs.fwk.types.impl.ASingletonFactory
 
getInstantiationCount() - Method in class com.quartetfs.fwk.types.impl.Factory
 
getInstantiationCount() - Method in class com.quartetfs.fwk.types.impl.FactoryValue
 
getInstantiationCount() - Method in class com.quartetfs.fwk.types.impl.VariableFactoryValue
 
getInstruction() - Method in class com.qfs.content.ws.impl.ListenerNotification
Gets the type of the event.
getInstruction() - Method in class com.qfs.content.ws.impl.ListenerRegistration
Returns the registration instruction.
getInstructionPair() - Method in class com.qfs.store.record.flatten.impl.TwoStepsFlattenInstructionCreator
Gets the instructions of the two flatteners.
getInstructions() - Method in class com.qfs.store.record.flatten.impl.FlattenInstructionCreator
Returns the created instructions.
getInstructions() - Method in class com.qfs.store.record.flatten.impl.TwoStepsFlattenInstructionCreator
 
getInt(byte[], int) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Reads the int stored at the given offset in the given byte array.
getInt(long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given memory address.
getInt(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given Java variable.
getInt(String) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Retrieve an integer object from the database.
getIntArray(String) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Retrieve an integer array from the database.
getIntArrayVector(Array) - Static method in class com.activeviam.source.jdbc.api.calculator.JdbcCalculatorUtils
Deprecated.
Converts a JDBC Array to an Atoti IVector of integers.
getInteger(IActiveViamProperty, int) - Method in interface com.activeviam.properties.IActiveViamPropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getInteger(IActiveViamProperty, int) - Method in class com.activeviam.properties.impl.ActiveViamPropertyRegistry
 
getInteger(ActiveViamProperty, int) - Static method in class com.activeviam.properties.PropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getInteger(String) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Gets an integer associated with a key from the repository.
getIntensity() - Method in interface com.activeviam.health.monitor.IHealthCheck
How computationally intensive this health check is.
getIntensity() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck
 
getInterface() - Method in interface com.quartetfs.fwk.contributions.IContribution
Returns the Type contribution reference interface.
getInterface() - Method in class com.quartetfs.fwk.contributions.impl.Contribution
 
getIntermediateLimit() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
 
getIntermediateLimit() - Method in interface com.quartetfs.biz.pivot.context.IQueriesResultLimit
Returns the limit number of locations for a single intermediate result.
getIntermediateResults() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.ProviderPartitionFilterCache
 
getInternal(CopperMeasure) - Static method in class com.activeviam.copper.ContextUtils
Deprecated.
Returns the internal version of the given measure.
getInternal(ICopperContext) - Static method in class com.activeviam.copper.ContextUtils
Deprecated.
Returns the internal version of the given context.
getInternalAddress() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
Returns to string of IAddress.
getInternalChunk() - Method in interface com.qfs.chunk.IChunkPositiveInteger
Gets the internal (fixed bit length) chunk.
getInternalChunk() - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
getInternalDatabase() - Method in interface com.activeviam.selection.IApplicationDataStream
Gets the underlying database with the internal interface.
getInternalDatabase() - Method in class com.qfs.store.impl.ActivePivotSchemaSelectionSession
 
getInternalDatabase() - Method in class com.qfs.store.impl.SchemaSelectionSession
 
getInternalDatabase() - Method in interface com.qfs.store.ISchemaSelectionSession
Gets the underlying database with the internal interface.
getInternalId() - Method in class com.qfs.repository.persistence.model.impl.PointValue
Gets the internal id of the point value.
getInternalId() - Method in class com.qfs.snl.monitors.impl.Monitor
Returns the unique id of the monitor.
getInternalStreamId() - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Gets the id of the underlying stream running the query.
getInterruptor() - Method in interface com.qfs.concurrent.cancellable.ICancellableTask
Retrieves the interruptor associated with the computation tree this task belongs to.
getInterruptor() - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleter
 
getInterruptor() - Method in class com.qfs.concurrent.cancellable.impl.CancellableForkJoinTask
 
getInterruptor() - Method in class com.qfs.concurrent.impl.ForkJoinPoolNonStealableCompletionSync
 
getIntersectedSubCubeProperties() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
Returns the Set of underlying properties that are intersected with an AND.
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.Attribute
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.Element
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EncodingToken
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EndAttributes
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EndElement
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.NameDef
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.QNameDef
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLBigInt
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLDateTime
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLFloat
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLInt
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLMoney
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLNChar
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLNVarChar
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLReal
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLSmallInt
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XMLDecl
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDBoolean
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDUnsignedInt
 
getIntId() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDUnsignedShort
 
getIntId() - Method in interface com.quartetfs.biz.xmla.binxml.token.IToken
Get the id of the token as an integer.
getIntPosition(int) - Method in interface com.qfs.dic.IDictionary
Searches for an integer in the dictionary.
getIntPosition(int) - Method in class com.qfs.dic.impl.AbstractDictionary
 
getIntPosition(int) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
getIntPosition(int) - Method in class com.qfs.dic.impl.BufferIntegerDictionary
 
getIntPosition(int) - Method in class com.qfs.dic.impl.ChristmasDictionaryInteger
 
getIntPosition(int) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
getIntPosition(int) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
getIntPosition(int) - Method in class com.qfs.dic.impl.IntegerDictionary
Find the position of a key in the dictionary, or return -1 if the key is not in the dictionary.
getIntPosition(int) - Method in class com.qfs.dic.impl.NullableDictionary
 
getIntPosition(int) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
getIntPosition(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
getIntPosition(int, int) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Returns the position of the given long key in this dictionary, or -1 if it is not present.
getIntValue() - Method in interface com.qfs.jna.IJnaEnum
Retrieve the integer ID associated with this element in native code.
getIntValue() - Method in enum com.qfs.platform.solaris.lgrp_affinity
 
getIntValue() - Method in enum com.qfs.platform.solaris.lgrp_content
 
getIntValue() - Method in enum com.qfs.platform.solaris.lgrp_lat_between
 
getIntValue() - Method in enum com.qfs.platform.solaris.lgrp_mem_size_flag
 
getIntValue() - Method in enum com.qfs.platform.solaris.lgrp_view
 
getIntValue() - Method in enum com.quartetfs.biz.xmla.constants.DBTYPEENUM
 
getIntVolatile(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a reference value from a given Java variable, with volatile load semantics.
getInvalidChars() - Method in interface com.quartetfs.biz.xmla.ILiteral
Returns the characters that are not valid in the literal.
getInvalidChars() - Method in class com.quartetfs.biz.xmla.impl.Literal
 
getInvalidResultPaths() - Method in exception com.qfs.store.query.InvalidQueryException
Returns the invalidSelectionPaths.
getInvalidSelectionPaths() - Method in exception com.qfs.store.query.InvalidQueryException
Returns the invalidMatchPaths.
getInvalidStartingChars() - Method in interface com.quartetfs.biz.xmla.ILiteral
Returns the characters that are not valid as the first character of the literal.
getInvalidStartingChars() - Method in class com.quartetfs.biz.xmla.impl.Literal
 
getInvertedBoundary(long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.ATimeBucketer.TimeBucket
Gives the largest instant that represent this bucket.
getInvertedBoundary(Long, Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.ATimeBucketer
Finds the upper instant boundary of a bucket.
getInvokeInterval() - Method in interface com.qfs.multiversion.IEpochManagementPolicy
Gets time interval (in ms) between two invocations of IEpochManagementPolicy.invoke(com.qfs.multiversion.IEpochManager).
getInvokeInterval() - Method in class com.qfs.multiversion.impl.ADefaultEpochPolicy
 
getInvokeInterval() - Method in class com.qfs.multiversion.impl.KeepAllEpochPolicy
 
getIp() - Method in class com.qfs.snl.dtos.AuditDto
 
getIp() - Method in interface com.qfs.snl.persistence.IAudit
Return the ip of the computer that created the action.
getIp() - Method in class com.qfs.snl.persistence.impl.AAudit
 
getIpAddress() - Method in class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
 
getIPAddress() - Method in interface com.quartetfs.biz.pivot.webservices.ILicensingService
 
getIPAddress() - Method in class com.quartetfs.biz.pivot.webservices.impl.LicensingService
 
getIsContinuous() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns whether this retriever is used for continuous queries.
getIsContinuous() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getIsContinuous() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getIsDictionary() - Method in class com.qfs.store.impl.StoreFieldMonitor
 
getIsEnabled() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AStream
 
getIsEnabled() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStream
 
getIsEnabled() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IStream
Returns true if the stream is enabled.
getIsExcel() - Method in class com.quartetfs.biz.xmla.impl.XmlaContext
 
getIsExcel() - Method in interface com.quartetfs.biz.xmla.IXmlaContext
Returns whether the request is coming from Excel.
getIsFormatted() - Method in interface com.quartetfs.biz.pivot.query.IDrillthroughQuery
Returns true if the content of the rows must be formatted.
getIsFormatted() - Method in interface com.quartetfs.biz.pivot.query.IMapDrillthroughQuery
Returns true if the content of the rows must be formatted.
getIsFormatted() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
 
getIsFormatted() - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
 
getIsNonEmpty() - Method in interface com.quartetfs.pivot.mdx.statement.IAxisSpecification
Returns whether the axis expression contains NON EMPTY.
getIsNonEmpty() - Method in class com.quartetfs.pivot.mdx.statement.impl.AxisSpecification
 
getIsNonVisual() - Method in class com.quartetfs.pivot.mdx.statement.impl.SubSelect
 
getIsNonVisual() - Method in interface com.quartetfs.pivot.mdx.statement.ISubSelect
Returns whether the sub-select is non-visual.
getIsNullable() - Method in class com.qfs.store.impl.StoreFieldMonitor
 
getIsPrimitive() - Method in class com.qfs.store.impl.StoreFieldMonitor
 
getIsRequired() - Method in class com.quartetfs.biz.xmla.impl.XmlaProperty
 
getIsRequired() - Method in class com.quartetfs.biz.xmla.impl.XmlaPropertyOverride
 
getIsRequired() - Method in interface com.quartetfs.biz.xmla.IXmlaProperty
Returns if the property is required.
getItem() - Method in interface com.qfs.concurrent.impl.SingleConsumerQueue.INode
Gets the item in this node.
getIterator() - Method in interface com.qfs.bitmap.IBitmap
Returns an iterator.
getIterator() - Method in class com.qfs.bitmap.impl.Bitmap
 
getIterator() - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
getIterator() - Method in class com.qfs.bitmap.impl.QFSBitmap
 
getIterator() - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope
Returns an iterator over the flagged positions of this scope.
getIterator() - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope
 
getJmxDumpFolder() - Method in class com.qfs.pivot.monitoring.impl.MemoryAnalysisService
 
getJoin(String, String) - Method in class com.activeviam.database.api.schema.DatabaseEntityResolver
 
getJoin(String, String) - Method in interface com.activeviam.database.api.schema.IDatabaseSchemaEntityResolver
Gets the join with the given name defined on the given table.
getJoinDescription(String) - Method in interface com.qfs.service.store.IDatabaseRestService
 
getJoinDescription(String) - Method in interface com.qfs.store.service.IDatabaseService
Returns all the join descriptions of a specific owner table.
getJoinDescription(String) - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
getJoinDescription(String) - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
getJoinDescription(String) - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
getJoinDescription(String) - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
getJoinDescriptions() - Method in interface com.qfs.service.store.IDatabaseRestService
Returns all the joins defined in the database.
getJoinDescriptions() - Method in interface com.qfs.store.service.IDatabaseService
Returns all the join descriptions, in a map indexed by owner table name.
getJoinDescriptions() - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
getJoinDescriptions() - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
getJoinDescriptions() - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
getJoinDescriptions() - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
getJoinedFields() - Method in class com.activeviam.copper.hierarchy.CopperJoinHierarchy
 
getJoinedFields() - Method in interface com.activeviam.copper.hierarchy.ICopperJoinHierarchy
Retrieves the list of fields used to create this hierarchy.
getJoinedMeasure() - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData
 
getJoinedMeasure() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExternalRetrievalInfo
Returns the list of measures materialized form this external retrieval.
getJoinedMeasure() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
 
getJoinHierarchiesToExport(JoinCopperStore) - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
Returns the minimum set of hierarchies required for a join operation to function (i.e all key fields that are not the mapping).
getJoinKey() - Method in class com.activeviam.copper.hierarchy.CopperJoinHierarchy
 
getJoinKey() - Method in interface com.activeviam.copper.hierarchy.ICopperJoinHierarchy
Returns the key which uniquely identifies the join this hierarchy comes from.
getJoinKey() - Method in class com.activeviam.copper.store.JoinedStoreField
Returns the join key uniquely identifying this joined field.
getJoinMapping(IDictionaryOperand[]) - Static method in class com.qfs.store.query.plan.impl.IndexCompiledOperations.RangeOperands
Gets the positions of the operands with many values.
getJoinMeasure() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.AggregationNodeParts
Join measure.
getJoinMeasures() - Method in interface com.quartetfs.biz.pivot.definitions.IAnalysisAggregationProcedureDescription
Gets the join measures this procedure supports.
getJoinMeasures() - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
 
getJoinPath() - Method in class com.activeviam.database.api.schema.ReachableField
Path from the base store to the field.
getJoins() - Method in interface com.activeviam.database.api.schema.IDatabaseSchema
Returns the joins between the table of the Database.
getJoins() - Method in class com.qfs.pivot.json.database.JsonDatabaseDiscovery
Gets the descriptions of all joins.
getJoins() - Method in interface com.qfs.store.service.IDatabaseDiscovery
Gets the descriptions of all joins.
getJoins() - Method in class com.qfs.store.service.impl.DatabaseDiscovery
 
getJoinType() - Method in class com.activeviam.copper.store.JoinCopperStore
Returns the type of this join.
getJoinType() - Method in class com.activeviam.copper.store.JoinKey
 
getJoinType() - Method in class com.activeviam.database.sql.api.schema.SqlJoin
Deprecated, for removal: This API element is subject to removal in a future version.
getJoinType() - Method in interface com.quartetfs.biz.pivot.definitions.IJoinMeasureDescription
Returns the type of join operation used for this measure.
getJoinType() - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
getJsonMdxQuery() - Method in class com.activeviam.pivot.json.dataexport.JsonDataExportOrder
Gets JSON MDX query.
getJsonMdxQuery() - Method in class com.qfs.pivot.json.export.JsonMdxQueryExport
Get JSON MDX query.
getJwt() - Method in class com.qfs.jwt.impl.JwtAuthentication
Returns the user JWT (might be null.
getKey() - Method in class com.activeviam.pivot.json.tracing.JsonTraceLog
Returns the key.
getKey() - Method in interface com.activeviam.properties.IActiveViamProperty
Gets the string of the property.
getKey() - Method in enum com.activeviam.properties.impl.ActiveViamProperty
 
getKey() - Method in class com.activeviam.store.structure.IUpdatePartitioningAction.SubPartitionVersion
 
getKey() - Method in enum com.qfs.messenger.netty.streaming.impl.NettyStreamUtils.MessageType
Returns the key of the corresponding message type.
getKey() - Method in class com.qfs.msg.KeyValueEntry
Returns the key of the entry.
getKey() - Method in class com.qfs.repository.dto.PointValueDto
 
getKey() - Method in class com.qfs.repository.dto.RepositoryResultDto
 
getKey() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getKey() - Method in class com.qfs.repository.impl.RepositoryResult
 
getKey() - Method in interface com.qfs.repository.IRepositoryResult
Gets the key identifying a point value.
getKey() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getKey() - Method in interface com.qfs.repository.persistence.model.IPointValue
Returns the key uniquely identifying a version of the point value.
getKey() - Method in interface com.qfs.snl.messages.form.IInformationReader
Gets the key representing the information.
getKey() - Method in class com.qfs.snl.messages.form.InformationReader
 
getKey() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionConcurrentMap.IEvictionConcurrentMapValue
Returns the key associated with this value.
getKey() - Method in interface com.quartetfs.fwk.contributions.IExtendedPluginValueContribution
Returns the key under which this plugin value is contributed in the plugin.
getKey() - Method in class com.quartetfs.fwk.contributions.impl.ExtendedPluginValueContribution
 
getKey() - Method in class com.quartetfs.fwk.impl.Pair
 
getKey() - Method in class com.quartetfs.fwk.util.impl.StringProperty
 
getKey() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.AggregateKeyTask
Returns the key.
getKey(byte) - Static method in enum com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil.SerializationKey
Gets the corresponding value from the key.
getKey(int) - Method in interface com.quartetfs.fwk.util.IMappedTuple
Returns the key associated with this tuple position.
getKey(int) - Method in interface com.quartetfs.fwk.util.IMappedTupleFactory
Returns the key associated with the given tuple position.
getKey(int) - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
getKey(int) - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
getKey(int) - Method in class com.quartetfs.fwk.util.impl.MappedTupleFactory
 
getKey(K, List<E>, IDirectedMultiGraph<K, V, E>, String, String) - Static method in class com.qfs.graph.impl.GraphUtils
Start from a node of a graph and follow edges to return the node reached when having used all given edges.
getKey(K, List<EdgeToFollowT>, IDirectedGraph<K, V, E>, Function<E, EdgeToFollowT>) - Static method in class com.qfs.graph.impl.GraphUtils
getKey(K, List<EdgeToFollowT>, IDirectedMultiGraph<K, V, E>, Function<E, EdgeToFollowT>, String, String) - Static method in class com.qfs.graph.impl.GraphUtils
Same than GraphUtils.getKey(Object, List, IDirectedMultiGraph, String, String) but takes a transformer that will transform edges of the graph before comparing them to the edges of edges.
getKeyAuditIdFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getKeyAuditIdFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Gets the name of the field holding the id of the audit of the point value creation time.
getKeyColumnNames() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the names of the key fields of the store.
getKeyConditionMatcher() - Method in interface com.qfs.msg.keyvalue.IKeyValueTopic
 
getKeyConditionMatcher() - Method in class com.qfs.msg.keyvalue.impl.KeyValueTopic
 
getKeyCount() - Method in interface com.quartetfs.fwk.util.IMappedTuple
Returns the number of keys in the mapped tuple.
getKeyCount() - Method in interface com.quartetfs.fwk.util.IMappedTupleFactory
Returns the number of keys mapped in this factory.
getKeyCount() - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
getKeyCount() - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
getKeyCount() - Method in class com.quartetfs.fwk.util.impl.MappedTupleFactory
 
getKeyFieldNames() - Method in class com.activeviam.database.api.schema.DataTable
 
getKeyFieldNames() - Method in interface com.activeviam.database.api.schema.IDataTable
Gets the key fields of this table.
getKeyFieldNames() - Method in interface com.qfs.store.IStoreFormat
Gets the list of key field names of this store.
getKeyFields() - Method in class com.activeviam.store.structure.impl.StorePartitioningFormat
 
getKeyFields() - Method in class com.qfs.desc.impl.StoreDescription
 
getKeyFields() - Method in interface com.qfs.desc.IStoreDescription
Returns the list of the key fields of this store.
getKeyFields() - Method in class com.qfs.pivot.json.database.JsonTableDescription
Gets the key fields indexes.
getKeyFields() - Method in class com.qfs.store.impl.StoreFormat
 
getKeyFields() - Method in interface com.qfs.store.IStoreFormat
Gets the position of the key fields.
getKeyFields() - Method in interface com.qfs.store.part.IPartitioningFormat.IStorePartitioningFormat
Gets the key fields of the store.
getKeyFields() - Method in exception com.qfs.store.record.DuplicateKeyException
Returns the fields for which the new records have the same value as a previous record.
getKeyFields() - Method in class com.qfs.store.service.impl.TableSecurityDescription
 
getKeyFields() - Method in interface com.qfs.store.service.ITableSecurityDescription
Gets the key fields indexes.
getKeyFields(String) - Method in class com.activeviam.copper.DatabaseHelper
Deprecated.
 
getKeyFields(String) - Method in interface com.activeviam.copper.IDatabaseHelper
Deprecated.
Returns the key fields of a given store.
getKeyFields(String) - Method in interface com.activeviam.store.structure.IDatastoreStructure
Returns the key fields of the store.
getKeyFields(String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getKeyFields(String) - Method in interface com.qfs.store.IDatastoreSchemaMetadata
Retrieves the list of the key field names on a store, ordered by field index.
getKeyFieldsIndexes() - Method in class com.qfs.store.service.impl.DatabaseServiceTableMetadata
Returns the key field indexes.
getKeyIndex() - Method in interface com.activeviam.store.IInternalStorePartitionVersion
 
getKeyIndex() - Method in class com.qfs.store.impl.StorePartitionContent
 
getKeyIndex() - Method in class com.qfs.store.impl.StorePartitionVersion
 
getKeyIndex() - Method in class com.qfs.store.impl.UserStorePartitionVersion
 
getKeyIndex() - Method in interface com.qfs.store.IStorePartitionContent
Gets the key index if the store is not append only.
getKeyIndex() - Method in interface com.qfs.store.IStorePartitionVersion
Gets the key index of the partition.
getKeyIndexPosition() - Method in class com.qfs.store.impl.StoreInternals
Position of the unique index to use as Key Index.
getKeyMapping() - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexBase
The mapping between index keys, and the first row matching the key.
getKeyMapping() - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexVersion
Gets the key mapping.
getKeyPointValueIdFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getKeyPointValueIdFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Gets the name of the field holding the id of the stored point value.
getKeyPosition(Object) - Method in interface com.quartetfs.fwk.util.IMappedTuple
Returns the position of the given key in the tuple coordinates, or -1 if not found.
getKeyPosition(Object) - Method in interface com.quartetfs.fwk.util.IMappedTupleFactory
Returns the position of the key in the underlying tuples.
getKeyPosition(Object) - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
getKeyPosition(Object) - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
getKeyPosition(Object) - Method in class com.quartetfs.fwk.util.impl.MappedTupleFactory
 
getKeyQuick(int) - Method in class com.qfs.pivot.util.impl.EntryList
Returns the key of the entry stored at the given index, without any size checking.
getKeyRecordFormat() - Method in class com.qfs.store.impl.StoreFormat
 
getKeyRecordFormat() - Method in interface com.qfs.store.IStoreFormat
Gets the key record format if key fields are defined.
getKeys() - Method in class com.activeviam.dic.provider.impl.DictionaryUpdateImpact
 
getKeys() - Method in interface com.qfs.msg.keyvalue.IKeyValueTopic
 
getKeys() - Method in class com.qfs.msg.keyvalue.impl.KeyValueRawBatchResult
 
getKeys() - Method in class com.qfs.msg.keyvalue.impl.KeyValueTopic
 
getKeyword() - Method in enum com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
getKeyword() - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionKeyword
Returns the keyword.
getKeyword() - Method in class com.quartetfs.pivot.mdx.statement.impl.FunctionKeyword
 
getKeyword(String) - Static method in enum com.qfs.pivot.mdx.compil.impl.AMdxCompilationPatternParser.Keyword
Retrieves the keyword that has the given name, ignoring the case.
getKpi(String) - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Gets a specific KPI description found by its name.
getKpi(String) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getKpi(String, String) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Retrieves a KPI description.
getKpi(String, String) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
getKpi(String, String) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
getKpiCaption(String) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the caption of the given kpi.
getKpiCaption(String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter
 
getKpiDescriptions(IActivePivotVersion) - Static method in class com.qfs.pivot.builder.discovery.impl.CatalogDiscoveryBuilder
Extract the kpi descriptions from the context.
getKpis() - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
getKpis() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Gets the list of all kpis defined in this MDX context.
getKpis() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getKpis(String) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Retrieves all the KPIs associated to the specified pivot.
getKpis(String) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
getKpis(String) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
getKpis(String) - Method in interface com.qfs.pivot.rest.configuration.IConfigurationRestService
Gets the KPIs which can be edited or remove by this service.
getKpis(String) - Method in class com.qfs.pivot.rest.configuration.impl.ConfigurationRestServiceController
Deprecated.
 
getKpis(String) - Method in interface com.quartetfs.biz.pivot.webservices.IConfigurationService
Gets the KPIs added by IConfigurationService.createKpi(String, IKpiDescription, List, List) and associated to the pivot.
getKpis(String) - Method in class com.quartetfs.biz.pivot.webservices.impl.ConfigurationService
 
getLanguage() - Method in class com.quartetfs.biz.xmla.impl.MDProperty
 
getLanguage() - Method in interface com.quartetfs.biz.xmla.mdx.IMDProperty
 
GetLargePageMinimum() - Method in interface com.qfs.platform.win.Kernel32
Retrieves the minimum size of a large page.
getLast() - Method in interface com.qfs.bitmap.IBitmap
Gets the position of the last bit set in the bitmap.
getLast() - Method in class com.qfs.bitmap.impl.Bitmap
 
getLast() - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
getLast() - Method in class com.qfs.bitmap.impl.QFSBitmap
 
getLast() - Method in interface com.quartetfs.pivot.mdx.statement.ICompoundIdentifier
Returns the last identifier of the compound identifier.
getLast() - Method in class com.quartetfs.pivot.mdx.statement.impl.CompoundIdentifier
 
getLast() - Method in class com.quartetfs.pivot.mdx.statement.impl.ReturnElement
 
getLast() - Method in interface com.quartetfs.pivot.mdx.statement.IReturnElement
Returns the last identifier of the compound identifier.
getLast(List<? extends T>) - Static method in class com.qfs.util.impl.QfsLists
Deprecated.
Returns the last element of the given list.
getLastActivityTime() - Method in class com.qfs.snl.dtos.MonitorReportDto
Returns the timestamp of the last activity recorded for this monitor.
getLastActivityTime() - Method in interface com.qfs.snl.monitors.IMonitorReport
Gets the timestamp of the last activity for the monitor.
getLastActivityTime() - Method in class com.qfs.snl.monitors.impl.MonitorReport
Returns the timestamp of the last activity recorded for this monitor.
getLastActivityTime() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getLastActivityTime() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Returns the timestamp of this pivot's last activity.
getLastClusterView() - Method in class com.qfs.messenger.impl.ADistributedMessenger
Gets the last cluster view known to this messenger.
getLastEditor() - Method in class com.qfs.content.service.audit.impl.AuditableCSEntry
 
getLastEditor() - Method in class com.qfs.content.service.impl.CSEntry
 
getLastEditor() - Method in class com.qfs.content.service.impl.PathlessContentEntry
 
getLastEditor() - Method in interface com.qfs.content.service.ITimestampedPathlessContentEntry
The user-name of the last editor of the entry.
getLastEpoch() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the last committed epoch of the store.
getLastError() - Static method in class com.qfs.jna.impl.SaferNative
Retrieve last error set by the OS.
getLastEventTime() - Method in class com.qfs.snl.dtos.MonitorReportDto
Returns the lastEventTime.
getLastEventTime() - Method in interface com.qfs.snl.monitors.IMonitorReport
Gets the timestamp of the last event for the monitor.
getLastEventTime() - Method in class com.qfs.snl.monitors.impl.MonitorReport
Returns the timestamp of the last event.
getLastFillWordPos() - Method in class com.qfs.bitmap.impl.QFSBitmap
Gets the position of the last fill word or last word that counts the number of literals.
getLastKnownEpoch() - Method in class com.qfs.messenger.impl.HelloMessage.HelloMessageAnswer
 
getLastMessageSize() - Method in class com.activeviam.apm.websocket.impl.MonitoredWebSocketSessionDecorator
Get the size of the last message being proceed.
getLastMessageSize() - Method in class com.activeviam.apm.websocket.impl.MonitoredWsSession
Get the size of the last message being proceed by the underlying WebSocket session.
getLastModified() - Method in interface com.activeviam.cloud.entity.ICloudEntity
Gets the last modified time for the object.
getLastModifiedTime() - Method in interface com.activeviam.cloud.entity.ICloudEntityPath
Gets the last modified time of the entity.
getLastModifiedTime() - Method in class com.activeviam.msg.csv.impl.CloudFileInfo
 
getLastModifiedTime() - Method in class com.qfs.msg.csv.filesystem.impl.FileSystemFileInfo
 
getLastModifiedTime() - Method in interface com.qfs.msg.csv.IFileInfo
Returns the last modified time of the file entry.
getLastModifiedTime() - Method in class com.qfs.msg.csv.impl.TarEntryFileInfo
 
getLastModifiedTime() - Method in class com.qfs.msg.csv.impl.ZipEntryFileInfo
 
getLastModifiedTime(ICloudEntityPath<E>) - Method in class com.activeviam.cloud.source.csv.impl.ACloudCSVTopic
 
getLastModifiedTime(I) - Method in class com.qfs.msg.csv.impl.ACSVTopic
Get the last modified time in milliseconds for a given file.
getLastModifiedTime(File) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Returns a file's last modified time.
getLastModifiedTime(Path) - Method in class com.qfs.msg.csv.filesystem.impl.AFileSystemCSVTopic
 
getLastModifiedTime(Path) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Returns a file's last modified time.
getLastNumberOfComputeImpacts() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
Returns the number of impact computations in the latest event, which is the number of impacted aggregates entries.
getLastObjects() - Method in interface com.quartetfs.fwk.ordering.ICustomComparator
Returns the list of objects to be ordered in last positions.
getLastObjects() - Method in class com.quartetfs.fwk.ordering.impl.CustomComparator
 
getLastPublishSize(String) - Method in class com.qfs.spring.websocket.impl.MonitoredStreamPublisher
Gets the total size of the last published message.
getLastRebuildException() - Method in class com.quartetfs.biz.pivot.impl.AActivePivotSchemaRebuilder
Returns the exception that was caught during the last rebuild, or null if everything went fine.
getLatest() - Method in class com.qfs.pivot.impl.DataNode
 
getLatest() - Method in interface com.quartetfs.biz.pivot.IVersionProvider
Returns the latest pivot version.
getLatest(String) - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxEpochManager
Returns the most recent epoch of the specified branch.
getLatest(String) - Method in class com.quartetfs.pivot.mdx.epoch.impl.MdxEpochManager
 
getLatestComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Returns the latest impact computation duration (in ms).
getLatestComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ACrossedStreamContinuousQueryStatistics
Returns the latest compute impacts duration (in ms) and its stream.
getLatestComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the latest compute impacts time (in ms).
getLatestComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
 
getLatestComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getLatestComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
 
getLatestComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getLatestComputeImpactsDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Returns the latest compute impacts duration (in ms) on the stream, -1 if the continuous query is not impacted by the stream given by streamKey.
getLatestComputeImpactsDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
 
getLatestComputeImpactsDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getLatestComputeImpactsDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getLatestComputeImpactsDurationByStream() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Returns the latest impact computation time (in ms) on each stream.
getLatestDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Returns the last event duration (in ms).
getLatestDurationInNs() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Returns the last duration (in ns).
getLatestEpoch() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
 
getLatestEpoch() - Method in class com.qfs.pivot.cube.provider.impl.AMultiVersionAggregateProvider
Returns the epoch of the latest version.
getLatestEpoch() - Method in class com.qfs.pivot.cube.provider.impl.AMultiVersionGlobalAggregateProvider
Gets the most recent epoch known by this provider.
getLatestEpoch() - Method in class com.qfs.pivot.json.branch.JsonBranchDescription
Gets the latest epoch of the branch.
getLatestEpoch() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Returns the epoch of the latest (and current) version.
getLatestEpochId() - Method in interface com.quartetfs.biz.pivot.transaction.ICompositeActivePivotTransactionInfo
Returns the epoch of the last added transaction info.
getLatestEpochId() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getLatestEpochs() - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxEpochManager
Returns the latest epoch for each branch.
getLatestEventDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the latest event processing duration.
getLatestEventDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Returns the latest event processing duration (in ms) on the context group.
getLatestEventDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Returns the latest event processing duration (in ms).
getLatestEventDurationInNs() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Returns the latest event duration (in ns).
getLatestGranted(String) - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxEpochManager
Gets the epoch of the most recent version of the pivot which can be queried in the specified branch.
getLatestGranted(String) - Method in class com.quartetfs.pivot.mdx.epoch.impl.MdxEpochManager
 
getLatestHierarchies() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderBase
Returns the list of hierarchies in their latest version.
getLatestHierarchies() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderBase
 
getLatestPlanRetrievalsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Returns the latest retrieval planning duration (in ms).
getLatestPlanRetrievalsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Returns the latest retrieval planning duration (in ms).
getLatestPlanRetrievalsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
 
getLatestPlanRetrievalsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
 
getLatestQueryEvaluationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ACrossedStreamContinuousQueryStatistics
Returns the latest query evaluation duration (in ms) and its stream.
getLatestQueryEvaluationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the latest query evaluation time (in ms).
getLatestQueryEvaluationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getLatestQueryEvaluationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getLatestQueryEvaluationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Returns the latest query evaluation duration (in ms) on the stream, -1 if the continuous query is not impacted by the stream given by streamKey.
getLatestQueryEvaluationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
 
getLatestQueryEvaluationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getLatestQueryEvaluationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getLatestQueryEvaluationDurationByStream() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Returns the latest query evaluation time (in ms) on each stream.
getLatestQueryTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ACrossedStreamContinuousQueryStatistics
Returns the latest query total duration (in ms) and its stream.
getLatestQueryTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the latest query total time (in ms).
getLatestQueryTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getLatestQueryTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getLatestQueryTotalDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Returns the latest query total event processing duration in ms (update computation + notification time) on the stream, -1 if the continuous query is not impacted by the stream given by streamKey.
getLatestQueryTotalDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
 
getLatestQueryTotalDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getLatestQueryTotalDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getLatestQueryTotalDurationByStream() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Returns the latest query total time (in ms) on each stream.
getLatestQueryUpdateNotificationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Returns the latest query update notification duration (in ms) on the stream, -1 if the continuous query is not impacted by the stream given by streamKey.
getLatestQueryUpdateNotificationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
 
getLatestQueryUpdateNotificationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getLatestQueryUpdateNotificationDuration(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getLatestQueryUpdateNotificationEpochId(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Returns the latest query update notification epoch id on the stream, -1 if the continuous query is not impacted by the stream given by streamKey.
getLatestQueryUpdateNotificationEpochId(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
 
getLatestQueryUpdateNotificationEpochId(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getLatestQueryUpdateNotificationEpochId(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getLatestQueryUpdatePublicationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ACrossedStreamContinuousQueryStatistics
Returns the latest query update publication duration (in ms) and its stream.
getLatestQueryUpdatePublicationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the latest query update publication time (in ms).
getLatestQueryUpdatePublicationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getLatestQueryUpdatePublicationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getLatestQueryUpdatePublicationDurationByStream() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Returns the latest query update publication time on each stream.
getLatestQueryUpdatePublicationEpochId() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ACrossedStreamContinuousQueryStatistics
Returns the latest query update publication epoch id.
getLatestQueryUpdatePublicationEpochId() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the latest query update publication epoch id.
getLatestQueryUpdatePublicationEpochId() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getLatestQueryUpdatePublicationEpochId() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getLatestQueryUpdatePublicationEpochIdByStream() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Returns the latest query update publication epoch id on each stream.
getLatestRegistrationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the latest query registration duration (in ms).
getLatestRegistrationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Returns the latest query registration duration (in ms).
getLatestRegistrationDurationInNs() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Returns the latest registration duration (in ns).
getLatestTimestampBySite() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
Gets the latest update time for each site.
getLatestTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Returns the total duration (in ms).
getLatestTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
 
getLatestTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
 
getLatestTransactionTime() - Method in class com.qfs.store.transaction.impl.TransactionManager
Returns the time that took the last transaction (in ms).
getLatestUnregistrationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the latest query unregistration duration (in ms).
getLatestUnregistrationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Returns the latest query unregistration duration (in ms).
getLatestUnregistrationDurationInNs() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Returns the latest unregistration duration (in ns).
getLatestUpdateComputationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the latest update computation duration (in ms).
getLatestUpdateNotificationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the latest update notification duration (in ms).
getLeafCount() - Method in class com.quartetfs.pivot.mdx.utils.impl.ColoredDirectedAcyclicGraph
 
getLeafLevels() - Method in class com.activeviam.copper.measure.LeafAggregationMeasure
Gets the leaf levels (those on which the leaf aggregation will be performed) for this measure.
getLeafLevels() - Method in class com.activeviam.copper.measure.UserDefinedLeafAggregationMeasure
Gets the leaf levels (those on which the leaf aggregation will be performed) for this measure.
getLeafLevelsInfo() - Method in class com.activeviam.pivot.postprocessing.impl.ABaseDynamicAggregationPostProcessor
Returns the information about each leaf level.
getLeafLevelsInfo() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.LeafLevelsPrefetcher
 
getLeaves() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeNode.SubCubeNodeIntersection
Get the intersect result leaves.
getLeaves(ITree<K, V, E>) - Static method in class com.qfs.graph.impl.TreeUtils
Gets the leaves of the tree i.e all nodes that do not have any child.
getLeft() - Method in class com.quartetfs.fwk.impl.Pair
 
getLeft() - Method in interface com.quartetfs.fwk.IPair
Gets the left element.
getLength() - Method in interface com.activeviam.cloud.entity.ICloudEntity
Gets the size in bytes of the object.
getLength() - Method in interface com.activeviam.cloud.entity.ICloudEntityPath
Gets the size in bytes of the object.
getLength() - Method in class com.qfs.messenger.impl.BroadcastResult
 
getLength() - Method in interface com.qfs.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.qfs.store.impl.Batch
Gets the size of the batch (number of records inserted in the batch).
getLength(int) - Method in interface com.qfs.msg.csv.ILineReader
Returns the number of characters in the line at the given column index.
getLength(int) - Method in class com.qfs.msg.csv.impl.LineReader
Returns the number of characters in the line at the given column index.
getLength(int) - Static method in class com.qfs.store.Types
Gets the number of bytes to store the type.
getLengthOnStorage() - Method in interface com.activeviam.cloud.entity.ICloudEntity
Gets the size in bytes of the object on the storage.
getLevel() - Method in class com.activeviam.copper.LevelToField
 
getLevel() - Method in class com.activeviam.copper.operation.operator.LevelValueOperator
Returns the read level.
getLevel() - Method in interface com.activeviam.health.monitor.IHealthCheck
The level of the health event generated by this health check.
getLevel() - Method in interface com.activeviam.health.monitor.IHealthEvent
How important the health event is.
getLevel() - Method in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryRegistered
 
getLevel() - Method in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryUnregistered
 
getLevel() - Method in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryUpdated
 
getLevel() - Method in class com.activeviam.health.monitor.impl.ActivePivotQueryDone
 
getLevel() - Method in class com.activeviam.health.monitor.impl.ActivePivotQueryFailed
 
getLevel() - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionCommittedEvent
 
getLevel() - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionRolledBackEvent
 
getLevel() - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionStartedEvent
 
getLevel() - Method in class com.activeviam.health.monitor.impl.CsvFileParsingDone
 
getLevel() - Method in class com.activeviam.health.monitor.impl.CsvFileParsingFailure
 
getLevel() - Method in class com.activeviam.health.monitor.impl.CsvFileParsingProgress
 
getLevel() - Method in class com.activeviam.health.monitor.impl.CsvLineParsingFailure
 
getLevel() - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionCommitted
 
getLevel() - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionStarted
 
getLevel() - Method in class com.activeviam.health.monitor.impl.events.ApplicationMemberAccepted
 
getLevel() - Method in class com.activeviam.health.monitor.impl.events.ApplicationMemberRejected
 
getLevel() - Method in class com.activeviam.health.monitor.impl.events.ClusterMemberChange
 
getLevel() - Method in class com.activeviam.health.monitor.impl.events.ClusterViewChange
 
getLevel() - Method in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationEvent
 
getLevel() - Method in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationFailureEvent
 
getLevel() - Method in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageApplicationFailureEvent
 
getLevel() - Method in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageAppliedEvent
 
getLevel() - Method in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageSendingFailureEvent
 
getLevel() - Method in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageSentEvent
 
getLevel() - Method in class com.activeviam.health.monitor.impl.JdbcFetchingDoneEvent
 
getLevel() - Method in class com.activeviam.health.monitor.impl.JdbcFetchingFailureEvent
 
getLevel() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck
 
getLevel() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
 
getLevel() - Method in class com.activeviam.health.monitor.impl.SlowActivePivotQuery
 
getLevel() - Method in class com.qfs.pivot.json.queryplan.LocationData
The path to the location level.
getLevel() - Method in class com.qfs.snl.dtos.MessageDto
Returns the level.
getLevel() - Method in interface com.qfs.snl.messages.IMessage
Gets the level of the message.
getLevel() - Method in class com.qfs.snl.messages.impl.AMessage
 
getLevel() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getLevel() - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
 
getLevel() - Method in class com.quartetfs.biz.pivot.query.aggregates.IAggregateRetrievalInfo.RetrievalLocation
 
getLevel() - Method in class com.quartetfs.pivot.mdx.impl.MdxEvent
 
getLevel() - Method in interface com.quartetfs.pivot.mdx.impl.OlapElementLookup.IUnknownMdxMember
Returns The (non null) associated level.
getLevel() - Method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup.UnknownMdxMember
 
getLevel() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMember
Returns the associated level.
getLevel() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMemberProperty
Returns the associated level if applicable, null otherwise.
getLevel() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMember
 
getLevel() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMemberProperty
 
getLevel() - Method in interface com.quartetfs.pivot.mdx.statement.IUnknownMemberExpression
Returns the level of the member, if this member would exist.
getLevel(int) - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Returns the level index associated with an expressed position index.
getLevel(int) - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
getLevel(int) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
getLevel(int) - Method in interface com.quartetfs.biz.pivot.IPointLocationPattern
Returns the index of the level associated with the given range coordinate position.
getLevel(int) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxHierarchy
Returns the i-th level (0 based).
getLevel(int) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxHierarchy
 
getLevel(long) - Method in class com.qfs.util.timing.impl.ConstantLevelLoggingPolicy
 
getLevel(long) - Method in class com.qfs.util.timing.impl.TwoLevelLoggingPolicy
 
getLevel(long) - Method in interface com.qfs.util.timing.IStopWatchLoggingPolicy
 
getLevel(IActivePivot, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Retrieves a level for the given pivot instance specified by a level description string.
getLevel(IActivePivot, String, String, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Retrieves the level of name levelName from the given hierarchy and dimension if they are specified.
getLevelCaption() - Method in class com.activeviam.pivot.rest.dataexport.converters.LevelTypePair
 
getLevelCaption(String, String, String) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the caption for the given level.
getLevelCaption(String, String, String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter
 
getLevelCardinality(int) - Method in interface com.qfs.bitmap.IBitmapIndex
Returns the cardinality (i.e the number of distinct values) of a given level.
getLevelCardinality(int) - Method in class com.qfs.bitmap.impl.ABitmapIndex
Returns the cardinality of the given level.
getLevelCardinality(int) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
getLevelCardinality(IMdxLevel) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Gets the number of members in the given level.
getLevelCardinality(IMdxLevel) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getLevelComparator(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAnalysisHierarchy
Deprecated.
Returns the default comparator.
getLevelComparator(int) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.HierarchyComparator
Returns the Comparator of the level at index i.
getLevelComparator(LevelIdentifier) - Method in class com.activeviam.copper.DataCubeHelper
Deprecated.
For a given level, it retrieves its comparator from the cube description.
getLevelCoordinate(ILevelInfo) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Gets the level coordinate within this hierarchical mapping.
getLevelCount() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxHierarchy
Returns the level count.
getLevelCount() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxHierarchy
 
getLevelDepth(int) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocation
 
getLevelDepth(int) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocationWithParent
 
getLevelDepth(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
getLevelDepth(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.PointLocation
 
getLevelDepth(int) - Method in interface com.quartetfs.biz.pivot.ILocation
Returns the number of expressed levels within a hierarchy.
getLevelDepth(int) - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Compute the level depth of this pattern along a given hierarchy.
getLevelDepth(int) - Method in class com.quartetfs.biz.pivot.impl.AbstractSubLocation
 
getLevelDepth(int) - Method in class com.quartetfs.biz.pivot.impl.APointLocationListReader
 
getLevelDepth(int) - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
getLevelDepth(int) - Method in class com.quartetfs.biz.pivot.impl.Location
 
getLevelDepth(int) - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
getLevelDepth(int) - Method in class com.quartetfs.biz.pivot.impl.ModifiedLocation
 
getLevelDepth(int) - Method in class com.quartetfs.biz.pivot.impl.RestrictedLocation
 
getLevelDepth(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
getLevelDepth(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
 
getLevelDepth(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AbstractCellSet
 
getLevelDepth(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
getLevelDepth(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
getLevelDepth(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
getLevelDepth(int, int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
 
getLevelDepth(int, int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
 
getLevelDepth(int, int) - Method in interface com.quartetfs.biz.pivot.ILocationList
Returns the location at the specified position and return its level depth for the specified hierarchy.
getLevelDepth(int, int) - Method in class com.quartetfs.biz.pivot.impl.ArrayLocationList
 
getLevelDepth(int, int) - Method in class com.quartetfs.biz.pivot.impl.BoundedLocationList
 
getLevelDepth(int, int) - Method in class com.quartetfs.biz.pivot.impl.LocationDictionary
 
getLevelDepth(int, int) - Method in class com.quartetfs.biz.pivot.impl.SingletonLocationList
 
getLevelDepth(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
getLevelDictionaries() - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.IDistributedAxisHierarchyBase
Returns the dictionaries of all levels.
getLevelDictionaries() - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.DistributedVirtualAxisHierarchyBase
 
getLevelDictionaries() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
getLevelFilters() - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderFilters
 
getLevelFilters() - Method in interface com.quartetfs.biz.pivot.definitions.IPartialProviderDefinition.IPartialProviderFilters
Returns the filters defined on levels.
getLevelFormatter(String, String, String) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the formatter of the given level.
getLevelFormatter(String, String, String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter
 
getLevelFromSelectionField(List<? extends IHierarchy>, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
getLevelId() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.LevelDomainDictionaryKey
 
getLevelIdentifier(IInternalCopperLevel) - Method in class com.activeviam.copper.DataCubeHelper
Deprecated.
Returns the LevelIdentifier corresponding to the given IInternalCopperLevel for the given context.
getLevelIdentifier(IInternalCopperLevel) - Method in interface com.activeviam.copper.IInternalCopperContext
Deprecated.
Returns the LevelIdentifier corresponding to the given IInternalCopperLevel for the given context.
getLevelIdentifier(IInternalCopperLevel) - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
 
getLevelIdentifiers(List<IInternalCopperLevel>) - Method in interface com.activeviam.copper.IInternalCopperContext
Deprecated.
Returns the list of LevelIdentifier corresponding to the given list of IInternalCopperLevel for this context.
getLevelIndex(int) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Retrieves the ordinal of the level in its own hierarchy, at the given coordinate of a point location that can be handled by this mapping.
getLevelIndex(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
getLevelInfo() - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Gets the level infos regarding the levels contained in this hierarchy.
getLevelInfo() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeLevel
 
getLevelInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase
 
getLevelInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMember
 
getLevelInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
getLevelInfo() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevel
Gets the info about this level.
getLevelInfo() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IMember
Get the info about the level this member belongs to.
getLevelInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.ALevel
 
getLevelInfo() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AMeasureMember
 
getLevelInfo() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxLevel
Gets the information about this level.
getLevelInfo() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxLevel
 
getLevelInfo(int) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Returns the level info associated with the given coordinate.
getLevelInfo(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
getLevelInfo(IHierarchy) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
getLevelInfo(String, String, String) - Method in interface com.qfs.messenger.IDataCubeAdapter
Returns the level information of the exposed level.
getLevelInfo(String, String, String) - Method in class com.qfs.messenger.impl.DataCubeAdapter
 
getLevelInfo(String, String, String) - Method in class com.qfs.messenger.impl.IdentityDataCubeAdapter
 
getLevelInfo(Collection<? extends IHierarchyAndLevelInfo>, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyAndLevelInfo
Gets the info of a given level from its specification.
getLevelInfo(Collection<? extends HierarchyDescription>, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyDescription
Gets the level info from a given level specification.
getLevelInfo(List<? extends ILevel>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
getLevelInformation(IInternalCopperLevel) - Method in class com.activeviam.copper.DataCubeHelper
Deprecated.
Gets the LevelInformation of the given level.
getLevelInfos() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase.MultiVersionAxisMemberFactory
Returns The level infos.
getLevelMetadata(String) - Method in class com.activeviam.copper.hierarchy.CopperSingleLevelBucketingHierarchy
 
getLevelMetadata(String) - Method in interface com.activeviam.copper.hierarchy.ICopperBucketingHierarchy
Gets the metadata of the specified level.
getLevelName() - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
getLevelName() - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Gets the name of the level.
getLevelName() - Method in interface com.activeviam.copper.hierarchy.IInternalCopperLevel
Deprecated.
Returns the name of the level.
getLevelName() - Method in class com.activeviam.copper.LevelInformation
Returns the name of the level.
getLevelName() - Method in class com.activeviam.pivot.rest.dataexport.converters.LevelTypePair
The unique name of the level.
getLevelName() - Method in interface com.quartetfs.biz.pivot.definitions.IAxisLevelDescription
Returns the level name.
getLevelName() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
getLevelName() - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
 
getLevelNameOrDefault(String) - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Gets the name of the level.
getLevelOrdinalsCache() - Method in interface com.quartetfs.biz.pivot.ILocationConverter
Returns a Map indexed by level names (including levelName@hierarchyName@dimensionName keys) which contains [hierarchyOrdinal, levelOrdinal] arrays.
getLevelOrdinalsCache() - Method in interface com.quartetfs.biz.pivot.ILocationConverterFactory
Returns a Map indexed by level names (including levelName@hierarchyName@dimensionName keys) which contains [hierarchyOrdinal, levelOrdinal] arrays.
getLevelOrdinalsCache() - Method in class com.quartetfs.biz.pivot.impl.LocationConverter
 
getLevelOrdinalsCache() - Method in class com.quartetfs.biz.pivot.impl.LocationConverterFactory
 
getLevelOutputType() - Method in class com.activeviam.copper.LevelInformation
Returns the type of the member belonging to the level.
getLevels() - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Returns the levels contained in this hierarchy.
getLevels() - Method in interface com.qfs.bitmap.IBitmapIndex
Gets the number of indexed levels.
getLevels() - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
getLevels() - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
getLevels() - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
getLevels() - Method in interface com.qfs.repository.coordinates.ICoordinates
The levels that are present in this coordinates.
getLevels() - Method in class com.qfs.repository.coordinates.impl.AIndexableCoordinates
 
getLevels() - Method in class com.qfs.repository.coordinates.impl.Coordinates
 
getLevels() - Method in class com.qfs.repository.dto.CoordinatesDto
 
getLevels() - Method in class com.qfs.webservices.HierarchyDiscovery
The levels of the hierarchy.
getLevels() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeHierarchy
 
getLevels() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase
 
getLevels() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
getLevels() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Gets the levels of this hierarchy (on the most recent version).
getLevels() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
getLevels() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
getLevels() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
getLevels() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
Get all the levels contained in the hierarchy.
getLevels() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchyAndLevelInfo
Gets the list of ILevelInfo indexed by the level ordinal.
getLevels() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyAndLevelInfo
 
getLevels() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyDescription
Returns the levels.
getLevels() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
Get all the levels contained in the hierarchy.
getLevels() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
 
getLevels() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
getLevels() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
getLevels() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy
 
getLevels() - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Gets the axis level description list for the axis hierarchy description.
getLevels() - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
All axis level descriptions for the axis hierarchy description.
getLevels(int) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Gets all levels under a given hierarchy.
getLevels(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
getLevels(IInternalCopperContext) - Method in class com.activeviam.copper.hierarchy.InternalCopperLevelValues
Computes the level identifiers for all the underlying levels of this hierarchy.
getLevels(Properties, String) - Static method in class com.activeviam.pivot.postprocessing.PostProcessorUtils
Read a list of LevelIdentifier in the properties.
getLevels(Properties, String, IActivePivot) - Static method in class com.activeviam.pivot.postprocessing.PostProcessorUtils
Read a list of ILevelInfo in the properties.
getLevelsPublishedThroughBucketingHierarchyPublisher() - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
Gets the levels published by DataCubeContext.hierarchyPublisher.
getLevelType() - Method in class com.activeviam.pivot.rest.dataexport.converters.LevelTypePair
 
getLevelType() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo
Get the type of the level.
getLevelType() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
getLevelType() - Method in interface com.quartetfs.biz.pivot.definitions.IAxisLevelDescription
Returns the level type.
getLevelType() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
getLevelType(ILevelInfo) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
getLevelTypeForMember(int) - Method in class com.activeviam.pivot.rest.dataexport.converters.LevelTypesList
Returns the list of level types for one tuple member.
getLevelTypeOrDefault() - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Gets the type of the level.
getLevelUniqueName(HierarchyDTO, AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Computes the level unique name of a given member of the tuple.
getLevelUniqueName(HierarchyDTO, AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Computes the level unique name of a given member of the tuple.
getLicenseId() - Method in interface com.quartetfs.biz.pivot.webservices.ILicensingService
 
getLicenseId() - Method in class com.quartetfs.biz.pivot.webservices.impl.LicensingService
 
getLicenseStatus() - Method in interface com.quartetfs.biz.pivot.webservices.ILicensingService
 
getLicenseStatus() - Method in class com.quartetfs.biz.pivot.webservices.impl.LicensingService
 
getLightCrossJoinEnabled() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns whether light crossjoin is enabled.
getLightCrossJoinEnabled() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getLightCrossJoinEnabled(IMdxContext) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Returns the default value is none is contained in the context.
getLimit() - Method in class com.activeviam.database.api.query.DistinctQuery
The maximum number of records to return.
getLimit() - Method in class com.activeviam.database.api.query.ListQuery
The maximum number of records to return.
getLimit() - Method in class com.qfs.store.query.condition.impl.RecordQuery
 
getLimit() - Method in interface com.qfs.store.query.IRecordQuery
Indicate how many records should be returned at most.
getLimit() - Method in exception com.quartetfs.biz.pivot.cellset.RetrievalResultSizeException
Returns the max result size limit.
getLine() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.ACsvAnomaly
The index of the line where the anomaly was found, or -1 if such a line could not be determined.
getLine() - Method in interface com.activeviam.msg.reporting.ICsvAnomaly
Returns the line at which the anomaly occurred, or -1 if the anomaly is not associated with a particular line.
getLineCount() - Method in class com.qfs.msg.csv.impl.ParserResource
Returns number of lines detected in the current char buffer.
getLineCount() - Method in class com.qfs.msg.csv.impl.ParserResult
 
getLineCount() - Method in class com.qfs.msg.csv.impl.ParsingInfo
 
getLineCount() - Method in interface com.qfs.msg.csv.IParserResult
Returns the number of lines of data that were parsed.
getLineCount() - Method in interface com.qfs.msg.csv.IParsingInfo
Get the count of lines.
getLineEnd(int) - Method in class com.qfs.msg.csv.impl.ParserResource
Returns the line end index.
getLineIndex() - Method in interface com.qfs.msg.csv.ILineReader
Gets the line index in the current chunks returns -1 if it does not know which line it is.
getLineIndex() - Method in class com.qfs.msg.csv.impl.LineReader
 
getLineNumber() - Method in interface com.activeviam.health.monitor.IHealthEvent
The line number at which the event was created.
getLineNumber() - Method in class com.activeviam.health.monitor.impl.AHealthEvent
 
getLineReader(ICSVParserConfiguration) - Method in class com.qfs.msg.csv.impl.ParserResource
Returns the LineReader associated to the configuration.
getLines() - Method in class com.qfs.pivot.json.database.JsonDatabaseAction
Gets the lines to insert.
getLineStart(int) - Method in class com.qfs.msg.csv.impl.ParserResource
Returns the line start index.
getLinkedIndex() - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexBase
Array used to create linked lists of all rows for a given dictionarized key.
getLinkedIndex() - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexVersion
Gets the version of the array used to create linked lists of all rows.
getListener() - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Gets the instance that listens the stream for results.
getListener() - Method in interface com.qfs.store.selection.IListenerPartitionedResultAcceptor
Gets the listener instance to notify of the result of a selection.
getListener() - Method in interface com.quartetfs.biz.pivot.query.missing.IMissingLocationsQuery
Return the IMissingLocationsQueryListener registered to this query.
getListener() - Method in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsQuery
 
getListeners() - Method in class com.qfs.repository.impl.RepositoryListenerManager
 
getListeners() - Method in interface com.qfs.repository.IRepositoryListenerManager
Get the registered listeners, indexed by their internal id.
getListeners() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getListeners() - Method in class com.qfs.store.impl.SelectionManager
 
getListeners() - Method in interface com.qfs.store.ISelectionManager
Get all listeners.
getListeners() - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
Returns an unmodifiable view of the listeners associated with this continuous selection.
getListeners() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotListenersManager
Returns all the transactions listeners.
getListeners() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getListeners() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Returns all the transactions listeners.
getListeners() - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
getListeners() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransactionManager
 
getListeners() - Method in interface com.quartetfs.biz.pivot.transaction.ITransactionManager
Returns all the transactions listeners.
It is safe to add new listeners directly into this list, for which a thread safe implementation is internally used.
getListeners() - Method in interface com.quartetfs.fwk.query.IContinuousQuery
Listeners to that query.
getListenersExceptionsHandler() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getListenersExceptionsHandler() - Method in class com.qfs.store.impl.SelectionManager
The listeners exceptions handler.
getListenersExceptionsHandler() - Method in interface com.qfs.store.ISelectionManager
Returns the listener exceptions handler.
getListenersIdsPerParameter() - Method in class com.qfs.repository.impl.RepositoryListenerManager
Get the listeners ids per parameter.
getListenersManager() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
The ActivePivotListenersManager that manages the life cycle and notifications of our transaction listeners.
getListenPoolSize() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationService
Gets the size of the listen pool.
getListenPullSize() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationServiceMonitor
Gets the size of the listen pool.
getListListener(StreamingViewId) - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
getListListener(StreamingViewId) - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
getListListener(StreamingViewId) - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
getListListener(StreamingViewId) - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
getListWriters() - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
getLiteral() - Method in interface com.qfs.literal.ILiteralType
Returns the literal.
getLiteral() - Method in class com.qfs.literal.impl.LiteralType
 
getLiteralPluginKey(Class<?>) - Static method in class com.qfs.literal.impl.LiteralType
 
getLiteralType() - Method in class com.qfs.store.impl.StoreFieldMonitor
 
getLiteralType(IFieldDescription) - Static method in interface com.qfs.desc.IFieldDescription
Extracts the type from a field description.
getLiteralType(IFieldDescription, boolean) - Static method in interface com.qfs.desc.IFieldDescription
Extracts the type from a field description.
getLiveUrl() - Method in interface com.qfs.snl.agent.IAgentConnectionDetails
Get the APLive url to use when interacting with the agent.
getLiveUrl() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
Gets the URL of the Live instance associated with the agent.
getLiveUrl() - Method in class com.qfs.snl.dtos.AgentConnectionDetailsDto
Get the url of APLive to use when interacting with this agent.
getLoadAverage(double[], int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Gets the load average in the system run queue assigned to the available processors averaged over various periods of time.
getLocalContext() - Method in interface com.qfs.messenger.message.IBroadcastMessage
Returns the local context associated with this type of messages.
getLocalContext() - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
getLocalContext() - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
getLocalContext() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
getLocale() - Method in class com.qfs.pivot.json.configuration.JsonDefinitionLocale
 
getLocale() - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the locale of the cube formatter.
getLocale() - Method in class com.quartetfs.fwk.format.impl.ALocalizable
Returns the locale.
getLocale() - Method in class com.quartetfs.fwk.format.impl.DateFormatter
getLocalFence() - Method in interface com.qfs.memory.IThreadWithFence
Returns the fence stored in this thread, if any.
getLocalFence() - Method in class com.qfs.pool.impl.NamedThread
 
getLocalHierarchies() - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslator
 
getLocalHierarchies() - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTranslator
 
getLocalHierarchies() - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator
Gets information about local data cube hierarchies.
getLocality(ILocation, Collection<? extends IMeasureMember>) - Method in interface com.qfs.distribution.ILocalityIdentifier
Returns a collection of addresses as strings, to know which cube in the cluster are relevant for this location or measures.
getLocality(ILocation, Collection<? extends IMeasureMember>) - Method in class com.qfs.distribution.impl.ClusterLocalityIdentifier
 
getLocality(Collection<? extends ILocation>, Collection<String>) - Method in interface com.qfs.distribution.ILocalityIdentifier
Returns a collection of addresses as strings, to know which cube in the cluster are relevant for these locations or measures.
getLocality(Collection<? extends ILocation>, Collection<String>) - Method in class com.qfs.distribution.impl.ClusterLocalityIdentifier
 
getLocalityIdentifier() - Method in interface com.qfs.distribution.IDistributedActivePivot
Gets the locality identifier.
getLocalityIdentifier() - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
getLocalName(long) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Gets the local name from the qName.
getLocalProperties() - Method in class com.quartetfs.biz.xmla.impl.XmlaPropertyHelper
Get all the properties defined in the request (i.e.
getLocalSchemaTransaction() - Method in class com.qfs.store.transaction.impl.DatastoreStructuralSchemaTransaction
 
getLocalScope() - Method in class com.activeviam.distributed.pivot.impl.PointLocationListTransporterTranslator
 
getLocalScope() - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTransporterTranslator
 
getLocalScope() - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator
Gets the local scope.
getLocalToGlobalMapping() - Method in class com.activeviam.distributed.pivot.impl.PointLocationListTransporterTranslator
 
getLocalToGlobalMapping() - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTransporterTranslator
 
getLocalToGlobalMapping() - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator
Returns the mapping that links the local indices of the range coordinates to the global indices.
getLocation() - Method in class com.qfs.pivot.json.queryplan.RetrievalData
The retrieval location.
getLocation() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Gets tuple location.
getLocation() - Method in class com.qfs.snl.agent.mdx.impl.AStreamInfo
 
getLocation() - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Gets the tuple location concerned by the information.
getLocation() - Method in class com.quartetfs.biz.pivot.dto.AggregateDTO
Returns the location.
getLocation() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregateRetrievalInfo
Returns the retrieval location.
getLocation() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache.IAggregatesCacheKey
Returns this key's location.
getLocation() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrievalDescription
Returns the location for which we are requesting aggregated values.
getLocation() - Method in interface com.quartetfs.biz.pivot.query.aggregates.ICachedAggregates
Returns the scope of these cached aggregates.
getLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesEntry
Returns the location that this entry represents.
getLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDefinition
The location for which we are requesting aggregates.
getLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDescription
 
getLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.CachedAggregatesRetrievalResult
 
getLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopedAggregatesRetrievalDescription
 
getLocation() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IScopedAggregatesRetrievalDescription
 
getLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
getLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregateRetrievalInfo
 
getLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
getLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
getLocation(int) - Method in interface com.quartetfs.biz.pivot.cellset.ICellSet
Gets the location from a certain rowId.
getLocation(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
getLocation(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
getLocation(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.LocationCellSet
 
getLocation(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
getLocation(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
getLocation(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
 
getLocation(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
 
getLocation(int) - Method in interface com.quartetfs.biz.pivot.ILocationList
Returns the location at that position.
getLocation(int) - Method in class com.quartetfs.biz.pivot.impl.ArrayLocationList
 
getLocation(int) - Method in class com.quartetfs.biz.pivot.impl.BoundedLocationList
 
getLocation(int) - Method in class com.quartetfs.biz.pivot.impl.LocationDictionary
 
getLocation(int) - Method in class com.quartetfs.biz.pivot.impl.SingletonLocationList
 
getLocation(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
getLocationAffinity(ILocation) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
 
getLocationAffinity(ILocation) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
getLocationAffinity(ILocation) - Method in interface com.qfs.pivot.cube.provider.multi.IPartialProvider
Computes the affinity of this storage with respect to a given location.
getLocationConverter() - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Returns the ILocationConverter associated with this version.
getLocationConverter() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getLocationCount() - Method in class com.quartetfs.biz.pivot.cellset.impl.AbstractCellSet
 
getLocationCount() - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
getLocationCount() - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
getLocationCount() - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
getLocationCount() - Method in interface com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet.IScope
Retrieves the number of locations in the scope.
getLocationCount() - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet.RangeScope
 
getLocationCount() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
 
getLocationCount() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
 
getLocationCount() - Method in interface com.quartetfs.biz.pivot.ILocationList
This count correspond to the number of locations that are going to get iterated through when calling ILocationList.forEachLocation(ILocationProcedure).
getLocationCount() - Method in class com.quartetfs.biz.pivot.impl.ArrayLocationList
 
getLocationCount() - Method in class com.quartetfs.biz.pivot.impl.BoundedLocationList
 
getLocationCount() - Method in class com.quartetfs.biz.pivot.impl.LocationDictionary
 
getLocationCount() - Method in class com.quartetfs.biz.pivot.impl.SingletonLocationList
 
getLocationCount() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
getLocationCount(ILocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
getLocationCount(ILocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
getLocationCount(ILocation) - Method in interface com.quartetfs.biz.pivot.cellset.IScopedCellSet
Returns the number of point locations that belong to the given scope in this cell set.
getLocationFormatter() - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Gets the global location formatter of the application.
getLocationId(ILocation) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Returns the ID of the input location in this plan.
getLocationId(ILocation) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
 
getLocationId(ILocation, Map<ILocation, IScopeLocation>, IDictionary<ILocation>) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the ID to which the given location has been mapped.
getLocationIndex() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ARetrievalNode
The index of the ARetrievalNode.scopeLocation associated with this node's retrieval within the planning graph's dictionary of locations.
getLocationPattern() - Method in class com.quartetfs.biz.pivot.impl.AbstractSubLocation
Get the location pattern that created this sub-location.
getLocations() - Method in interface com.quartetfs.biz.pivot.cellset.ICellSet
The retrieved locations will be the same as the one retrieved when calling ILocationList.forEachLocation(ILocationProcedure).
getLocations() - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
getLocations() - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
getLocations() - Method in class com.quartetfs.biz.pivot.cellset.impl.LocationCellSet
 
getLocations() - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
getLocations() - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
getLocations() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughQueryContext
Returns collection of locations on which a drillthrough query is performed.
getLocations() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughQueryContext
 
getLocations() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
getLocations() - Method in interface com.quartetfs.biz.pivot.query.IDrillthroughHeadersQuery
Returns a collection of locations on which the drillthrough header query is performed.
getLocations() - Method in interface com.quartetfs.biz.pivot.query.IDrillthroughQuery
Returns the range of selected locations.
getLocations() - Method in interface com.quartetfs.biz.pivot.query.IExpandLocationsQuery
Returns the locations to expand.
getLocations() - Method in interface com.quartetfs.biz.pivot.query.IGetAggregatesQuery
Gets the locations for which we ask the measures in the query.
getLocations() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersQuery
 
getLocations() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
 
getLocations() - Method in class com.quartetfs.biz.pivot.query.impl.ExpandLocationsQuery
 
getLocations() - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
getLocations() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousGAQMonitor
For MBean info.
getLocations() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
Returns the locations.
getLocations() - Method in class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
 
getLocations() - Method in class com.quartetfs.fwk.logging.impl.GaqTiming
Returns the locations.
getLocationsToScope() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the stored mapping between a given location and its corresponding scope location.
getLock() - Method in class com.qfs.dic.impl.SharedDelegateDictionary
Gets the lock used to share the dictionary.
getLockedStoreIds() - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionInformation
Gets the ids of the stores that are locked by the transaction.
getLockedStoreIds() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation
Stores that are locked within the transaction.
This variable is not serialized to the transaction log.
getLockedStores() - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionInformation
Gets the ids of the stores that are locked by the transaction.
getLogger() - Static method in class com.qfs.logging.MessagesStreaming
Return the logger for streaming package.
getLogger(Class<?>) - Static method in class com.activeviam.logging.MessagesMvcc
Deprecated.
Returns the logger for the given class.
getLogger(Class<?>) - Static method in class com.qfs.logging.MessagesActiveViamWeb
Deprecated.
Gets a logger by a class.
getLogger(Class<?>) - Static method in class com.qfs.logging.MessagesComposer
Deprecated.
Create a logger.
getLogger(Class<?>) - Static method in class com.qfs.logging.MessagesCore
Deprecated.
Return the logger for the given class.
getLogger(Class<?>) - Static method in class com.qfs.logging.MessagesDatastore
Deprecated.
Return the logger for the given class.
getLogger(Class<?>) - Static method in class com.qfs.logging.MessagesDistribution
Deprecated.
Returns the logger for the given class.
getLogger(Class<?>) - Static method in class com.qfs.logging.MessagesQueries
Deprecated.
Return the logger for the given class.
getLogger(Class<?>) - Static method in class com.qfs.logging.MessagesServer
Deprecated.
Gets a logger for a given class.
getLogger(Class<?>) - Static method in class com.qfs.logging.MessagesTransactions
Deprecated.
Return the logger for the given class.
getLoggingConfig() - Method in class com.activeviam.pivot.rest.dataexport.DataExportRestServiceController
 
getLoggingEnabled() - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaServletMonitor
 
getLoggingLevel(Throwable) - Static method in exception com.qfs.fwk.services.ServiceException
Finds the logging level which could be used to log to the specified throwable.
getLoggingPolicy() - Method in class com.qfs.util.timing.impl.NoopTimer
 
getLoggingPolicy() - Method in class com.qfs.util.timing.impl.Timer
 
getLoggingPolicy() - Method in interface com.qfs.util.timing.ITimer
Returns the logging policy set by ITimer.setLoggingPolicy(IStopWatchLoggingPolicy).
getLoggingThreshold() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Gets the interval between log prints of errors.
GetLogicalProcessorInformation(Pointer, WinDef.DWORDByReference) - Method in interface com.qfs.platform.win.Kernel32
Deprecated, for removal: This API element is subject to removal in a future version.
getLogLevel(IHealthEvent) - Method in interface com.activeviam.health.monitor.ILoggingHealthEventHandler
Retrieves the log level to use to log the given event.
getLogs() - Method in class com.activeviam.pivot.json.tracing.JsonTracingInfo
Returns the span logs.
getLogType() - Method in class com.quartetfs.fwk.logging.impl.ATiming
Gets the log type of the query.
getLogType() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
Attribute for logging purposes, when getting serialized.
getLong(byte[], int) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Reads the long stored at the given offset in the given byte array.
getLong(long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given memory address.
getLong(IActiveViamProperty, long) - Method in interface com.activeviam.properties.IActiveViamPropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getLong(IActiveViamProperty, long) - Method in class com.activeviam.properties.impl.ActiveViamPropertyRegistry
 
getLong(ActiveViamProperty, long) - Static method in class com.activeviam.properties.PropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getLong(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given Java variable.
getLong(String) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Gets a long associated with a key from the repository.
getLongArray(String) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Retrieve a long array from the database.
getLongArrayVector(Array) - Static method in class com.activeviam.source.jdbc.api.calculator.JdbcCalculatorUtils
Deprecated.
Converts a JDBC Array to an Atoti IVector of longs.
getLongOctalBytes(long, byte[], int, int) - Static method in class com.qfs.util.tar.impl.TarHeader
Parse an octal long integer from a header buffer.
getLongPosition(long) - Method in interface com.qfs.dic.IDictionary
Searches for a long in the dictionary.
getLongPosition(long) - Method in class com.qfs.dic.impl.AbstractDictionary
 
getLongPosition(long) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
getLongPosition(long) - Method in class com.qfs.dic.impl.ChristmasDictionaryLong
 
getLongPosition(long) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
getLongPosition(long) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
getLongPosition(long) - Method in class com.qfs.dic.impl.LongDictionary
Find the position of a key in the dictionary, or return -1 if the key is not in the dictionary.
getLongPosition(long) - Method in class com.qfs.dic.impl.NullableDictionary
 
getLongPosition(long) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
getLongPosition(long) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
getLongPosition(long, int) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Returns the position of the given long key in this dictionary, or -1 if it is not present.
getLongRunningQueryCount() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.QueriesStatusMonitoringBean
 
getLongRunningQueryCount(long) - Method in class com.activeviam.apm.pivot.query.impl.QueryMonitoringHelper
Gets number of long running queries.
getLongRunningQueryThreshold() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.QueriesStatusMonitoringBean
 
getLongVolatile(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a reference value from a given Java variable, with volatile load semantics.
getMacAddress() - Method in interface com.quartetfs.biz.pivot.webservices.ILicensingService
 
getMacAddress() - Method in class com.quartetfs.biz.pivot.webservices.impl.LicensingService
 
getMacros(Class<?>, Class<?>) - Static method in class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler
Retrieves the Map of all Macros and how to replace them, depending on the binding.
getManager() - Method in class com.activeviam.builders.ApplicationWithDatastore
 
getManagerAttachCompletion(IActivePivotManager) - Static method in class com.activeviam.pivot.contribution.impl.WaitForFeedingUtil
Returns a promise in a form of a CompletionStage completing when all ActivePivot instances of the given manager are initialized with data.
getMandatoryHierarchiesForStore(DataCubeContext, JoinCopperStore) - Method in class com.activeviam.copper.CopperJoinHierarchyAccumulator
Deprecated.
Returns the necessary hierarchies for a join procedure for the given store to function properly.
getMap(String) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Gets all the content of the repository related to the StringMapRepositoryAdapter.root and a suffix.
getMapMap(String) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Same as StringMapRepositoryAdapter.getMap(String) but with a second Map level.
getMapping() - Method in class com.activeviam.copper.store.JoinCopperStore
Returns the mapping of this join operation.
getMapping() - Method in class com.activeviam.copper.store.JoinKey
 
getMapping() - Method in interface com.activeviam.index.IInternalUniqueRecordIndexVersion
Gets the delegate version.
getMapping() - Method in class com.activeviam.store.structure.impl.ReferenceDefinition
 
getMapping() - Method in class com.qfs.index.impl.ASecondaryRecordIndexBase
Mapping from a dictionarized point to the rows matching that point.
getMapping() - Method in class com.qfs.index.impl.AUniqueRecordIndexBase
Mapping from a dictionarized point to the unique corresponding row in the store.
getMapping() - Method in class com.qfs.index.impl.UniqueRecordIndexVersion
 
getMapping() - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
Gets the rows mapping from the #getColumns() sparse chunks to their underlying direct chunks.
getMapping() - Method in class com.qfs.store.impl.StoreUtils.TranslationResult
Deprecated.
The mapping.
getMapping() - Method in interface com.quartetfs.biz.pivot.context.IFlatContextValuesHolder
Returns the content of this holder in a Map of String form since IFlatContextValue exists only on ActivePivot Live.
getMapping() - Method in class com.quartetfs.biz.pivot.context.impl.FlatContextValuesHolder
 
getMapping() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest
Returns the level/field mapping for the request.
getMapping() - Method in interface com.quartetfs.biz.pivot.definitions.IJoinMeasureDescription
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.3, for removal in 6.1.0
getMapping() - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
getMapping() - Method in class com.quartetfs.biz.pivot.impl.APointLocationListReader
 
getMapping() - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
getMapping() - Method in interface com.quartetfs.biz.pivot.IPointLocationReader
Returns the hierarchical mapping of the ActivePivot instance that this location belongs to.
getMappingToCube() - Method in interface com.quartetfs.biz.pivot.definitions.IJoinMeasureDescription
Returns the mapping used to join an isolated store to the cube.
getMappingToCube() - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
getMappingTransaction() - Method in class com.qfs.index.impl.AUniqueRecordIndexTransaction
Transaction on the mapping between the dictionarized values of the points and their corresponding rows in the storage.
getMappingTransaction() - Method in class com.qfs.index.impl.SecondaryRecordIndexTransaction
Transaction on the mapping between the dictionarized values of the points and their corresponding rows in the storage.
getMarkedEpochs() - Method in interface com.qfs.multiversion.IEpochHistory
Returns the Set of the IDs of currently marked epochs.
getMarkedEpochs() - Method in class com.qfs.multiversion.impl.VersionHistory
 
getMarkedEpochs() - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getMasterBranchNonTransactionalEventsQueueSize() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Returns the number of non-transactional events in the master branch waiting to be processed.
getMasterBranchTransactionalEventsQueueSize() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Returns the number of transactional events in the master branch waiting to be processed.
getMasterHead() - Method in interface com.activeviam.database.api.IDatabase
Gets the latest version of the default (i.e.
getMatch() - Method in interface com.quartetfs.pivot.mdx.statement.ICaseExpression
 
getMatch() - Method in class com.quartetfs.pivot.mdx.statement.impl.CaseExpression
 
getMatchingParameter() - Method in interface com.quartetfs.fwk.filtering.IMatchingCondition
Returns the matching parameter.
getMatchingParameter() - Method in class com.quartetfs.fwk.filtering.impl.MatchingCondition
 
getMatchingParameter() - Method in class com.quartetfs.fwk.filtering.impl.ToStringEqualCondition
 
getMatchingRows(ITreeStoreNode, int) - Method in interface com.qfs.store.query.plan.IMatchingRowsHolder
Retrieves matching rows for a partition - node.
getMatchingRows(ITreeStoreNode, int) - Method in class com.qfs.store.query.plan.impl.MatchingRowsHolder
 
getMatchingScope(ILocation) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Returns the mapped scope corresponding the input location.
getMatchingScope(ILocation) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
 
getMatchResult() - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionDefinitionMatch
 
getMatchResult() - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionDefinitionMatch
Returns the result of the match.
getMaxAvgComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Returns the max avg compute impacts duration (in ms) and its stream.
getMaxAvgEventDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Returns the max avg event processing duration (in ms) on the context group.
getMaxAvgQueryEvaluationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Returns the max avg query evaluation duration (in ms) and its stream.
getMaxAvgQueryTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Returns the max avg query total duration (in ms) and its stream.
getMaxAvgQueryUpdatePublicationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Returns the max avg query update publication duration (in ms) and its stream.
getMaxBatchesPerFile() - Method in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Returns the desired format fileName.
getMaxBinaryMessageBufferSize() - Method in interface com.qfs.websocket.IWebSocketEngineConfig
The maximum length of incoming binary messages that this Session can buffer.
getMaxBufferSize() - Method in class com.qfs.snl.monitoring.impl.WebSocketConfigurationMonitoring
Gets the maximal size of the buffer for a single message.
getMaxComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Returns the max impact computation duration (in ms).
getMaxComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ACrossedStreamContinuousQueryStatistics
Returns the max compute impacts duration (in ms) and its stream.
getMaxComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the max compute impacts time (in ms).
getMaxComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
 
getMaxComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getMaxComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
 
getMaxComputeImpactsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getMaxDataBlockSize() - Method in interface com.quartetfs.biz.xmla.compression.ICompressor
 
getMaxDataBlockSize() - Method in class com.quartetfs.biz.xmla.compression.impl.LZFCompressor
 
getMaxDataBlockSize() - Method in class com.quartetfs.biz.xmla.compression.impl.StandardCompressor
 
getMaxDirectMemory() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
Returns the maximum number of bytes of direct memory that can allocated by this JVM.
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.qfs.chunk.direct.allocator.impl.SlabMemoryAllocator
Gets the value set by: -XX:MaxDirectMemorySize parameter.
getMaxDirectMemory() - Static method in class com.qfs.memory.impl.PlatformOperations
Gets the value set by: -XX:MaxDirectMemorySize parameter.
getMaxDuration() - Method in class com.qfs.util.timing.impl.NoopTimer
 
getMaxDuration() - Method in class com.qfs.util.timing.impl.StatTimer
 
getMaxDuration() - Method in class com.qfs.util.timing.impl.Timer
 
getMaxDuration() - Method in interface com.qfs.util.timing.ITimer
The maximum measured duration.
getMaxDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Returns the maximum duration (in ms).
getMaxDurationInNs() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Returns the max duration (in ns).
getMaxEventDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the max event processing duration (in ms).
getMaxEventDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Returns the max event processing duration (in ms) on the context group.
getMaxEventDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Returns the max event processing duration (in ms).
getMaxEvents() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
Get the current maximum size for ActiveMonitor events queues.
getMaxEvents() - Method in interface com.qfs.snl.agent.service.ISentinelPublisher
Provides the current number of events a publisher can hold.
getMaxEventWaitInterval() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Returns the maximum amount of time (in milliseconds) that a non-transactional event can wait before being forced to be processed.
getMaxHeap() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
Returns the maximum permitted size of the heap, in bytes.
getMaxIdleTimeout() - Method in class com.qfs.snl.monitoring.impl.WebSocketConfigurationMonitoring
Gets the max time that the websocket remains open without activity.
getMaxIdleTimeout() - Method in interface com.qfs.websocket.IWebSocketEngineConfig
Returns the number of milliseconds before this conversation may be closed by the container if it is inactive, i.e.
getMaxImpactSize() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AStoredMeasureHandler
Returns the maximum impact size above which a full (range) impact is returned.
getMaxLength() - Method in interface com.quartetfs.biz.xmla.ILiteral
Returns the maximum number of characters in the literal.
getMaxLength() - Method in class com.quartetfs.biz.xmla.impl.Literal
 
getMaxLevelPerHierarchy() - Method in class com.qfs.pivot.json.cellset.AxisData
Gets the maximum number of levels per hierarchy.
getMaxLevelPerHierarchy() - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
getMaxLinesPerFile() - Method in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Returns the max number of lines per file.
getMaxMemory() - Method in interface com.qfs.chunk.direct.allocator.impl.ISlabMemoryTracker
Gets the maximum amount of memory (in bytes) that can be explicitly allocated by the allocator.
getMaxNumPartitions() - Method in class com.qfs.query.impl.DistributedExecutionPlan
 
getMaxNumPartitions() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Returns the maximum number of partitions for our partitioning.
getMaxNumPartitions() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Returns the maximum possible number of partitions in our partitioning.
getMaxPartitionId() - Method in interface com.activeviam.activepivot.core.api.partitioning.IPartitioningSnapshot
Returns maximal visible partition id.
getMaxPartitionId() - Method in class com.qfs.distribution.impl.DistributedPartitioning
 
getMaxPartitionId() - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateProviderVersion
Retrieve the zero based maximum partition id for this provider.
getMaxPartitionId() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
getMaxPartitionId() - Method in class com.qfs.store.impl.StoreTransaction
 
getMaxPartitionId() - Method in class com.qfs.store.impl.StoreVersion
 
getMaxPartitionId() - Method in class com.qfs.store.impl.UserStoreVersion
 
getMaxPartitionId() - Method in interface com.qfs.store.IStore
Retrieves the zero based maximum partition id for this store.
getMaxPartitionId() - Method in class com.qfs.store.part.impl.AdaptivePartitioning
 
getMaxPartitionId() - Method in class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning
 
getMaxPartitionId() - Method in class com.qfs.store.part.impl.CartesianProductPartitioning
 
getMaxPartitionId() - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
getMaxPartitionId() - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
getMaxPartitionId() - Method in class com.qfs.store.part.impl.SinglePartitioning
 
getMaxPartitionId() - Method in interface com.qfs.store.part.IPartitioning
Deprecated, for removal: This API element is subject to removal in a future version.
Use PartitioningSnapshot#getMaxPartitionId instead.
getMaxPartitionId() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getMaxPartitionId(IPreparedAggregateQuery) - Method in class com.activeviam.store.impl.DatastoreTransactionQueryRunner
 
getMaxPartitionId(IPreparedAggregateQuery) - Method in class com.activeviam.store.impl.QueryRunnerAdapter
 
getMaxPartitionIdInTransaction() - Method in class com.qfs.store.impl.StoreTransaction
 
getMaxPartitionIdInTransaction() - Method in interface com.qfs.store.IStoreTransaction
Returns the maximal partition id of all the partitions that have ever existed within this transaction, or -1 if there was no such partition.
getMaxPeriod() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Gets the max period between two consecutive retries.
getMaxPlanRetrievalsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Returns the max retrieval planning duration (in ms).
getMaxPlanRetrievalsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Returns the max avg retrieval planning duration (in ms).
getMaxPlanRetrievalsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
 
getMaxPlanRetrievalsDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
 
getMaxQueryEvaluationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ACrossedStreamContinuousQueryStatistics
Returns the max query evaluation duration (in ms) and its stream.
getMaxQueryEvaluationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the max query evaluation time (in ms).
getMaxQueryEvaluationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getMaxQueryEvaluationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getMaxQueryTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ACrossedStreamContinuousQueryStatistics
Returns the max query total duration (in ms) and its stream.
getMaxQueryTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the max query total time.
getMaxQueryTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getMaxQueryTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getMaxQueryUpdatePublicationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ACrossedStreamContinuousQueryStatistics
Returns the max query update publication duration (in ms) and its stream.
getMaxQueryUpdatePublicationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the max query update publication time (in ms).
getMaxQueryUpdatePublicationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getMaxQueryUpdatePublicationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getMaxQueryUpdatePublicationEpochId() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ACrossedStreamContinuousQueryStatistics
Returns the max query update publication epoch id.
getMaxQueryUpdatePublicationEpochId() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the max query update publication epoch id.
getMaxQueryUpdatePublicationEpochId() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getMaxQueryUpdatePublicationEpochId() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getMaxQueueSizeForNonTransactionalEvents() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Returns the maximum size of the transaction queue for a single branch above which non-transactional events may be dropped.
getMaxResults() - Method in interface com.quartetfs.fwk.query.IListQuery
Returns the maximum number of rows to return as result of query execution.
getMaxResults() - Method in class com.quartetfs.fwk.query.impl.AListQuery
 
getMaxRetryCount() - Static method in class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Gets the maximal number of retries to count to schedule the retry of the monitoring.
getMaxRowId() - Method in class com.activeviam.database.api.query.PartitionStatistics
Max row id of the partition, -1 if the partition is completely empty.
getMaxRowId() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the maximum number of rows by this store.
getMaxRowId() - Method in class com.qfs.store.impl.StorePartitionMonitor
Returns the number of rows in the partition.
getMaxRowId() - Method in class com.qfs.store.impl.StoreSummaryReport.PartitionSummaryReport
 
getMaxRowRecord(int, int) - Static method in class com.quartetfs.biz.pivot.query.impl.DrillthroughUtils
Calculates the maximum number of rows the drillthrough query can return.
getMaxRows() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties
Returns the maximum number of rows that are allowed to be returned by a drillthrough query .
getMaxRows() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
getMaxRows() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughUtils.MaxRowsRecord
 
getMaxRows() - Method in interface com.quartetfs.pivot.mdx.statement.IDrillthroughStatement
 
getMaxRows() - Method in class com.quartetfs.pivot.mdx.statement.impl.DrillthroughStatement
 
getMaxRowsWithDefault(IDrillthroughProperties) - Static method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Returns the maximum number of rows that are allowed to be returned by a drillthrough query.
getMaxSize() - Method in class com.qfs.messenger.netty.impl.ANettyMessage
Returns the max number of bytes to be written during the serialization process.
getMaxSize() - Method in class com.qfs.store.impl.StoreVersion
 
getMaxSize() - Method in class com.qfs.store.impl.UserStoreVersion
 
getMaxSize() - Method in interface com.qfs.store.IStoreVersion
Retrieves the maximum size of this store.
getMaxSize(Object) - Static method in class com.qfs.messenger.netty.streaming.impl.NettyStreamUtils
Gets the max size (in bytes) of the message.
getMaxStoreId() - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Returns the highest value returned by IInternalDatastoreStructure.getStoreId(String).
getMaxStoreId() - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getMaxStoreId() - Method in interface com.qfs.store.IDatastoreSchemaMetadata
Gets the highest id considering all stores in this Datastore.
getMaxStoreId() - Method in interface com.qfs.store.IDatastoreTransactionContext
Gets the highest store id.
getMaxStoreId() - Method in class com.qfs.store.impl.DatastoreSchemaBase
Gets the highest id considering all stores in this Datastore.
getMaxStoreId() - Method in class com.qfs.store.impl.DatastoreSchemaMetadata
 
getMaxStoreId() - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
Gets the highest store id.
getMaxStoreId() - Method in class com.qfs.store.impl.DatastoreTransactionContext
 
getMaxTextMessageBufferSize() - Method in interface com.qfs.websocket.IWebSocketEngineConfig
The maximum length of incoming text messages that this Session can buffer.
getMaxTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Returns the total duration (in ms).
getMaxTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
 
getMaxTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
 
getMaxUpdateComputationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the max update computation duration (in ms).
getMaxUpdateNotificationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the max update notification duration (in ms).
getMaxValue() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The max of the context value.
getMaxWaitHeaderTime() - Method in class com.qfs.msg.csv.translator.impl.AHeaderTranslator
Returns the maximum time to wait for configuration header lines.
getMaxWaitMs() - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
 
getMBean() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.JMXEnabler
 
getMBeanInfo() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.ADynamicMonitoring
 
getMBeanInfo() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
 
getMDSchema(IXmlaContext) - Method in class com.quartetfs.biz.xmla.servlet.impl.SchemaCache
 
getMdx() - Method in class com.qfs.pivot.json.query.JsonMdxQuery
Gets the mdx statement.
getMdx() - Method in interface com.qfs.pivot.rest.query.IExecuteStatement
Returns the underlying Mdx query.
getMdx() - Method in class com.qfs.pivot.rest.query.impl.AJsonQueryService.JsonDrillthroughExecutor
 
getMdx() - Method in class com.qfs.pivot.rest.query.impl.AJsonQueryService.JsonDrillthroughHeadersExecutor
 
getMdx() - Method in class com.qfs.pivot.rest.query.impl.AJsonQueryService.JsonSelectExecutor
 
getMdx() - Method in class com.qfs.pivot.rest.query.impl.AJsonQueryService.JsonSelectPlanExecutor
 
getMdx() - Method in interface com.quartetfs.biz.pivot.query.IDrillthroughQuery
Returns the originating mdx query (if any).
getMdx() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Returns the originating MDX query.
getMdx() - Method in class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationQuery
 
getMdx() - Method in interface com.quartetfs.biz.pivot.query.IMultiGetAggregatesNotificationQuery
Returns the originating mdx.
getMdx() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryMonitor
Returns the originating mdx of the continuous query (if any).
getMdx() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
Returns the MDX.
getMdx() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousMdxTiming
Returns the MDX.
getMdx() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitor
 
getMdx() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
 
getMdx() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
 
getMdx() - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStreamNode
 
getMdx() - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStreamNode
 
getMdx() - Method in interface com.quartetfs.biz.xmla.ICommand
Returns the MDX.
getMdx() - Method in class com.quartetfs.biz.xmla.servlet.impl.CancelCommand
Deprecated.
 
getMdx() - Method in class com.quartetfs.biz.xmla.servlet.impl.SimpleCommand
Deprecated.
The underlying mdx.
getMdx() - Method in class com.quartetfs.biz.xmla.servlet.impl.StatementCommand
Deprecated.
The underlying mdx.
getMdx() - Method in class com.quartetfs.fwk.logging.impl.MdxTiming
Returns the MDX.
getMdx() - Method in interface com.quartetfs.pivot.mdx.IExecutor
Returns the MDX statement.
getMdx() - Method in class com.quartetfs.pivot.mdx.impl.AExecutor
 
getMdx() - Method in class com.quartetfs.pivot.mdx.impl.ASelectStatementExecutor
 
getMdx() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
Gets the MdxRegistration.mdx statement.
getMdxContext() - Method in interface com.quartetfs.pivot.mdx.IContextBase
Get the mdx context.
getMdxContext() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingContextBase
 
getMdxContext() - Method in class com.quartetfs.pivot.mdx.impl.ARootContextBase
 
getMdxContext() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Gets the associated IMdxContext.
getMdxContext() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getMdxContext(List<? extends IContextValue>) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
Retrieve the IMdxContext from a list of context.
getMdxInfo() - Method in class com.quartetfs.pivot.mdx.xmla.impl.OlapMdxCellSetInfo
Returns the equivalent mdx info without the addition intrinsic member properties.
getMdxIntValue(Number) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
In Mdx null == 0.
getMdxLeafMemberCount() - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Returns the mdx leaf member count (aligned with levels).
getMdxLeafMemberCount() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase
 
getMdxLeafMemberRange(int) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Returns the time ranges where the corresponding level had Mdx leaf members.
getMdxLeafMemberRange(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase
 
getMdxPass() - Method in class com.qfs.pivot.json.queryplan.EmptyPlanInfoData
The mdx pass.
getMdxPass() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData
The mdx pass.
getMdxPass() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the corresponding query plan mdx pass.
getMdxPass() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getMdxPass() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getMdxQuery() - Method in class com.qfs.pivot.json.query.JsonContinuousMdxQuery
 
getMdxQuery() - Method in class com.qfs.spring.websocket.impl.StreamState
Deprecated.
 
getMeanDuration() - Method in class com.qfs.util.timing.impl.NoopTimer
 
getMeanDuration() - Method in class com.qfs.util.timing.impl.Timer
 
getMeanDuration() - Method in interface com.qfs.util.timing.ITimer
Returns the mean measured duration, equal to ITimer.getCumulatedDuration() / ITimer.getCount(), or null if ITimer.getCount() is null.
getMeasure() - Method in class com.activeviam.copper.graph.CopperNode
Returns this node's measure.
getMeasure() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Gets the measure member of the tuple.
getMeasure() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiFormula
Gets the generated measure replacing the KPI member.
getMeasure() - Method in class com.quartetfs.biz.pivot.definitions.impl.BasicKpiFormula
 
getMeasure() - Method in class com.quartetfs.biz.pivot.definitions.impl.DuringExpiryFormula
 
getMeasure() - Method in class com.quartetfs.biz.pivot.definitions.impl.DuringStartFormula
 
getMeasure() - Method in class com.quartetfs.biz.pivot.definitions.impl.DuringStatusFormula.DuringInstantStatusFormula
 
getMeasure() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache.IAggregatesCacheKey
Return this key's measure.
getMeasure() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesEntry
Returns the measure that this entry represents.
getMeasure() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IPostProcessedRetrieval
Returns the post-processed measure for which we are requesting aggregated values.
getMeasure() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
Returns the post-processed measure associated with this node.
getMeasure() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APostProcessedRetrieval
 
getMeasure() - Method in interface com.quartetfs.biz.pivot.query.IMapDrillthroughQuery
Returns the measure used for polymorphic drillthrough.
getMeasure() - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
 
getMeasure(String) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasuresProvider
 
getMeasure(String) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasuresProvider
Gets the measure member that has the given measureName.
getMeasure(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdditionalMeasuresProvider
 
getMeasure(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.RestrictedMeasuresProvider
 
getMeasure(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SimpleMeasuresProvider
 
getMeasure(String) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAdvancedAggregatesRetriever
Retrieves the measure member corresponding to the given measure name.
getMeasure(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
getMeasureAliases() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns the map of aliases.
getMeasureAliases() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getMeasureByName(List<T>, String) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
Retrieve a IMeasureMemberDescription from a list by specifying its name.
getMeasureCaption(String) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the measure caption.
getMeasureCaption(String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.IdentityCubeFormatter
 
getMeasureCaptions() - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Deprecated, for removal: This API element is subject to removal in a future version.
getMeasureCaptions() - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.CubeFormatter
 
getMeasureCaptions() - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.IdentityCubeFormatter
 
getMeasureColumnIndex(String) - Method in interface com.qfs.pivot.agg.IAggregateStore
Deprecated.
since 6.0.3, because it duplicates IAggregateStore.getColumnIndex(String).
getMeasureColumnIndex(String) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
getMeasureColumnIndex(String) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
getMeasureColumnIndex(String) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
getMeasureColumnIndex(String) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
getMeasureDependencies() - Method in class com.qfs.query.impl.DistributedAggregatesRetrievalCreator.DistributedAggregatesRetrieval
 
getMeasureDependencies() - Method in class com.qfs.query.impl.DistributedAggregatesRetrievalCreator.DistributedPostProcessedRetrieval
 
getMeasureDependencies() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Returns the retrieval descriptions corresponding to all the measures required for this retrieval to perform its computation.
getMeasureDependencies() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APostProcessedRetrievalMerger
 
getMeasureDependencies() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveAggregatesRetrieval
 
getMeasureDependencies() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveRetrievalMerger
 
getMeasureDependencies() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PostProcessedAggregatesRetrieval
 
getMeasureDependencies() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PrimitiveAnalysisAggregationRetrieval
 
getMeasureDependencies() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingLinearPostProcessorAggregatesRetrieval
 
getMeasureDependencies() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
getMeasureDictionaries() - Method in interface com.quartetfs.biz.pivot.contribution.IGlobalContributionHolder
 
getMeasureDictionaries() - Method in class com.quartetfs.biz.pivot.contribution.impl.GlobalContributionHolder
 
getMeasureFormatter(String) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the formatter of the given measure.
getMeasureFormatter(String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter
 
getMeasureGroup() - Method in class com.activeviam.copper.MeasureMetadata
Gets this measure's group.
getMeasureGroup() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getMeasureGroup() - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Returns the measure group of the measure.
getMeasureGroup() - Method in class com.qfs.webservices.MeasureDiscovery
The measure's group.
getMeasureGroup() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiDescription
Returns the measure group.
getMeasureGroup() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
 
getMeasureGroup() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
getMeasureGroup(IMdxFixedMember) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Extract the measure group.
getMeasureGroupCaption(String) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the caption of the given measure group.
getMeasureGroupCaption(String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter
 
getMeasureGroups() - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Gets the names of the measure groups to which this hierarchy belongs.
getMeasureGroups() - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
getMeasureGroups() - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
getMeasureGroups() - Method in class com.qfs.webservices.DimensionDiscovery
The measure groups of the dimension.
getMeasureGroups() - Method in interface com.quartetfs.biz.pivot.definitions.IAxisDimensionDescription
Returns the measure groups associated to this dimension.
getMeasureGroups() - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
Defines the measure groups of the epoch dimension.
getMeasureGroups() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
getMeasureGroups() - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
getMeasureGroups(List<IMdxFixedMember>, ICubeFormatter) - Static method in class com.qfs.pivot.builder.discovery.impl.CatalogDiscoveryBuilder
Gets the measures' groups.
getMeasureId(String) - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesLocationResult
Returns the id of the measure with the given name.
getMeasureId(String) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Returns the id of the measure with the given name.
getMeasureId(String) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
getMeasureId(String) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
getMeasureId(String) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
getMeasureId(String) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDatabaseRetrievalResult
Returns the id of the measure with the given name.
getMeasureId(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatabaseRetrievalResult
 
getMeasureId(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyDatabaseRetrievalResult
 
getMeasureIds(String...) - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesLocationResult
Returns the ids of the measures with the given names.
getMeasureIds(String...) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Deprecated, for removal: This API element is subject to removal in a future version.
getMeasureIds(String...) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
getMeasureIds(List<String>) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Returns the ids of the measures with the given names.
getMeasureIds(List<String>, Consumer<String>) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Returns the ids of the measures with the given names.
getMeasureIds(List<String>, Consumer<String>) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
getMeasureIds(List<String>, Consumer<String>) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
getMeasureMember() - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
Gets the measure member of the write operation associated to this orchestrator.
getMeasureMembers(List<? extends IHierarchy>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Returns all the measure members available in a pivot, indexed by name.
getMeasureMembersByName(Collection<String>, IMeasuresProvider) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDescription
Retrieves the measure members using their names.
getMeasureName() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandDynamicAggregation
Returns the underlying measure's name.
getMeasureName() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandParentAggregatedValue
Returns the measureName.
getMeasureName(IInternalCopperMeasure) - Method in interface com.activeviam.copper.IInternalCopperContext
Deprecated.
Returns the name of the given measure.
getMeasureNameProvider() - Method in class com.activeviam.copper.AMeasurePublisher
Deprecated.
Returns the name provider.
getMeasureNames() - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationParts
 
getMeasureNames() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase
Returns the measures contained in this partition aggregate provide base.
getMeasureNames(Collection<? extends IMeasureMember>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Retrieves the names of all the given measures.
getMeasureProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Gets all defined properties that may hold a measure value or an MDX expression.
getMeasureProvider() - Method in class com.qfs.pivot.json.queryplan.RetrievalData
The retrieval measure provider.
getMeasureProvider() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregateRetrievalInfo
Returns the measure provider.
getMeasureProvider() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregateRetrievalInfo
 
getMeasureProvider() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
getMeasurePublisher() - Method in interface com.activeviam.copper.IInternalCopperContext
Deprecated.
For testing purpose, exposes the IMeasurePublisher.
getMeasurePublisher() - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
 
getMeasures() - Method in class com.qfs.pivot.cube.provider.impl.DistributedAggregateProvider
 
getMeasures() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionGlobalAggregateProvider
Returns the measures contained in this aggregate provider.
getMeasures() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
 
getMeasures() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
getMeasures() - Method in interface com.qfs.pivot.cube.provider.multi.IPartialProvider
Returns the measures provider.
getMeasures() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedIndexedAggregateProvider
 
getMeasures() - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
getMeasures() - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData
List of all measures retrieved by this query.
getMeasures() - Method in class com.qfs.pivot.json.queryplan.RetrievalData
The retrieval measures.
getMeasures() - Method in class com.qfs.webservices.CubeDiscovery
The measures of the cube.
getMeasures() - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesLocationResult
Returns the names of all the measures that are available in this result.
getMeasures() - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Returns the names of all the measures that are available in this result.
getMeasures() - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
getMeasures() - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
getMeasures() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
getMeasures() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughQueryContext
Returns a collection of measure names on which a drillthrough query is performed.
getMeasures() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughQueryContext
 
getMeasures() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getMeasures() - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
 
getMeasures() - Method in interface com.quartetfs.biz.pivot.definitions.IPartialProviderDefinition
Returns the measures defined in the pivot description for this provider definition.
getMeasures() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregateRetrievalInfo
Returns the retrieval measures.
getMeasures() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrievalDescription
Returns the measures for which we are requesting aggregated values.
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDefinition
The measures for which we are requesting aggregated values.
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDescription
 
getMeasures() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IPostProcessedRetrieval
Returns the singleton post-processed measure for which we are requesting aggregated values.
getMeasures() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns all the measures seen in this plan's retrievals.
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ARetrievalNode
Returns the measures retrieved by the node.
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.EmptyExternalNode
The measures to retrieve.
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.EmptyNode
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveNode
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AExternalDatabaseRetrieval
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregateRetrievalInfo
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APostProcessedRetrieval
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveAggregatesRetrieval
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval
Gets the list of measures to create from the datastore query result.
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpExternalDatabaseRetrieval
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PrimitiveAnalysisAggregationRetrieval
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
getMeasures() - Method in interface com.quartetfs.biz.pivot.query.IDrillthroughHeadersQuery
The measures used for polymorphic drillthrough If null, there is no measures.
getMeasures() - Method in interface com.quartetfs.biz.pivot.query.IDrillthroughQuery
Returns the measures used for polymorphic drillthrough.
getMeasures() - Method in interface com.quartetfs.biz.pivot.query.IExpandLocationsQuery
Returns the context of measures in which we want to expand the locations (used to determine potential unconstrained hierarchies).
getMeasures() - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
The requested measures.
getMeasures() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersQuery
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.impl.ExpandLocationsQuery
 
getMeasures() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousGAQMonitor
For MBean info.
getMeasures() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
Returns the measures.
getMeasures() - Method in class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
Returns the list of measures of the underlying query.
getMeasures() - Method in class com.quartetfs.fwk.logging.impl.GaqTiming
Returns the measures of the query.
getMeasures(MdxCube) - Static method in class com.qfs.pivot.builder.discovery.impl.CatalogDiscoveryBuilder
Extracts the measures members.
getMeasuresDescription() - Method in class com.activeviam.copper.DataCubeHelper
Deprecated.
Gets the pivot measure description.
getMeasuresDescription() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Returns the measures descriptions for this description.
getMeasuresDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
getMeasuresDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
getMeasuresDetail() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
Returns the lists of available, additional and post-processed measure.
getMeasureSelections() - Method in interface com.quartetfs.biz.pivot.query.IGetAggregatesQuery
Gets the names of the measures that we ask for in the query.
getMeasureSelections() - Method in interface com.quartetfs.biz.pivot.query.IMapGetAggregatesQuery
Returns the measures selected by this query .
getMeasureSelections() - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
getMeasureSelections() - Method in class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
 
getMeasuresProvider() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedPostProcessorCreationContext
 
getMeasuresProvider() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.PostProcessorCreationContext
 
getMeasuresProvider() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IPostProcessorCreationContext
Returns the measures provider that allows finding an actual IMeasureMember from a measure name.
getMeasuresProvider() - Method in interface com.quartetfs.biz.pivot.IActivePivot
Returns the measures provider that allows getting the actual IMeasureMember from a measure name or finding the IPostProcessor associated with a IPostProcessedMeasure.
getMeasuresProvider() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getMeasuresProvider() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Returns this plan's IMeasuresProvider.
getMeasuresProvider() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Gets the measures provider that contains all measures available to this retriever.
getMeasuresProvider() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
getMeasuresProvider() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
The IMeasuresProvider that our PpNode.measure belongs to.
getMeasuresProvider() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
 
getMeasuresProvider(IRegisteredGetAggregatesContinuousQuery) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode.Snapshot
Returns the query specific measures provider corresponding to the given registered query.
getMeasuresToExport() - Method in class com.activeviam.copper.hierarchy.InternalCopperLevelValues
Computes the underlying measures of this hierarchy.
getMeasuresToExport(DataCubeContext) - Method in class com.activeviam.copper.hierarchy.CopperSingleLevelBucketingHierarchy
 
getMeasuresToExport(DataCubeContext) - Method in interface com.activeviam.copper.hierarchy.ICopperBucketingHierarchy
Returns the measures that need to be exported in order to make this hierarchy work.
getMeasuresToPublish() - Method in class com.activeviam.copper.AMeasurePublisher
Deprecated.
 
getMeasuresToUseInProcedure(DataCubeContext) - Method in class com.activeviam.copper.hierarchy.InternalCopperLevelValues
Computes the underlying measures of this hierarchy that will end up in the cube.
getMeasuresWithoutReplication() - Method in interface com.qfs.distribution.IDistributedActivePivot
Set of measure names which mustn't be retrieved if the queried location causes replication.
getMeasuresWithoutReplication() - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
Returns the set of measure names which mustn't be evaluated for locations which would cause replication.
getMeasuresWithoutReplication() - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
getMeasureType(IInternalCopperMeasure) - Method in interface com.activeviam.copper.IInternalCopperContext
Deprecated.
Gets the output type of the measure.
getMember(int) - Method in class com.quartetfs.pivot.mdx.eval.impl.MutableJoinTuple
 
getMember(int) - Method in class com.quartetfs.pivot.mdx.eval.impl.MutableMaskTuple
 
getMember(int) - Method in class com.quartetfs.pivot.mdx.eval.impl.Tuple
 
getMember(int) - Method in interface com.quartetfs.pivot.mdx.eval.ITuple
Get the i-th hierarchy location in the tuple.
getMember(int) - Method in class com.quartetfs.pivot.mdx.impl.LazyTupleCollection.Cursor
Read member at a given dimension index.
getMember(int) - Method in class com.quartetfs.pivot.mdx.impl.MutableTuple
 
getMember(int) - Method in class com.quartetfs.pivot.mdx.impl.MutableTupleLocation
 
getMember(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ARandomAccessSet
 
getMember(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalityRandomAccessSet
 
getMember(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet
 
getMember(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.RandomShuffledSet
 
getMember(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SubSet
 
getMember(int, int) - Method in interface com.quartetfs.pivot.mdx.eval.set.IRandomAccessSet
Get the hierarchy member of the i-th tuple.
getMember(HierarchyDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Gets a particular member of the location.
getMember(IMdxCube, IEpoch) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxCubeUtil
Returns a member representing the specified epoch.
getMember(String) - Method in interface com.qfs.repository.coordinates.ICoordinates
Get the member for a specific level The level is is specified by its name.
getMember(String) - Method in class com.qfs.repository.coordinates.impl.Coordinates
 
getMember(String) - Method in class com.qfs.repository.coordinates.impl.IndexableCoordinates
 
getMember(String) - Method in class com.qfs.repository.dto.CoordinatesDto
 
getMemberHierarchyIndex() - Method in interface com.quartetfs.pivot.mdx.result.IMdxAxesIterator
Returns the hierarchy index of the current member.
getMemberHierarchyIndex() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
 
getMemberHierarchyUniqueName() - Method in interface com.quartetfs.pivot.mdx.result.IMdxAxesIterator
Returns the hierarchy of the current member.
getMemberHierarchyUniqueName() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
 
getMemberLevelOrdinal() - Method in interface com.quartetfs.pivot.mdx.result.IMdxAxesIterator
Returns the ordinal of the current member's level.
getMemberLevelOrdinal() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
 
getMemberNamed(List<? extends IMeasureMember>, Object) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Retrieve the first member with the given name in a given list of members.
getMemberNamePathStyleEnabled() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns True if the members unique name should be given using the format [dim].[hier].[level3].&[member3] instead of [dim].[hier].[level1].[member1].[member2].[member3].
getMemberNamePathStyleEnabled() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getMemberNamePathStyleEnabled(IMdxContext) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Returns the default value is none is contained in the context.
getMemberProperties() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo
Get the mapping (propertyName -> IProperty) of the introspecting properties applicable on the members of this level.
getMemberProperties() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
getMemberProperties() - Method in interface com.quartetfs.biz.pivot.definitions.IAxisLevelDescription
Get the list of IProperty of the introspecting properties applicable on the members of this level.
getMemberProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
getMemberProperties() - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
getMemberProperties() - Method in interface com.quartetfs.pivot.mdx.statement.IAxisSpecification
 
getMemberProperties() - Method in class com.quartetfs.pivot.mdx.statement.impl.AxisSpecification
 
getMemberProperties(int, int) - Method in interface com.quartetfs.pivot.mdx.result.IGenericMdxResultInfo
Returns the list of properties for members of the specified axis/hierarchy/level.
getMemberProperties(int, int) - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetInfo
 
getMemberProperty(String) - Static method in class com.quartetfs.pivot.mdx.xmla.impl.MdxToOlapPropertyMapping
Get an intrinsic member property.
getMembers() - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Gets the explicit list of the members of this level.
getMembers() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Gets the mapping of all members and their hierarchies.
getMembers() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Gets the mapping of all members and their hierarchies.
getMembers() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureLevel
Gets the measure members.
getMembers() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureLevel
 
getMembers() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy.SubCubeMeasureLevel
 
getMembers() - Method in class com.quartetfs.biz.pivot.dto.AxisPositionDTO
Gets the list of members for this position along an axis.
getMembers() - Method in interface com.quartetfs.biz.pivot.formula.IFormula
Returns the list of parsed members (operands and operators).
getMembers() - Method in class com.quartetfs.biz.pivot.formula.impl.Formula
 
getMembersInCluster() - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.IDistributedAxisHierarchyBase
Returns the dictionary used to encode the remote addresses.
getMembersInCluster() - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.DistributedVirtualAxisHierarchyBase
 
getMembersInCluster() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
getMembersRange(int, IMdxMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
The N members that lags from the member, including the member, and starting from member.
getMembersRange(int, IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getMemberUniqueName(HierarchyDTO, AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Computes the unique name of a given member of the tuple.
getMemberUniqueName(HierarchyDTO, AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Computes the unique name of a given member of the tuple.
getMemoryFootprint() - Method in class com.qfs.dic.impl.BucketedIntegerArrayDictionary
Returns an estimation of the memory footprint, in bytes.
getMemoryFootprint() - Method in class com.qfs.dic.impl.FixedLengthIntegerArrayDictionary
Returns an estimate of the memory footprint, in bytes.
getMemoryFootprint() - Method in class com.qfs.dic.impl.IntegerArrayDictionary
Returns estimate of the memory footprint.
getMemoryStatistic() - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
getMemoryStatistic() - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
getMemoryStatistic() - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
getMemoryStatistic() - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
getMemoryStatistic() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
getMemoryStatistic() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
getMemoryStatistic() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
getMemoryStatistic() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
getMemoryStatistic() - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
getMemoryStatistic() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
getMemoryStatistic() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
getMemoryStatistic() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
getMemoryStatistic() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
getMemoryStatistic() - Method in class com.qfs.agg.impl.AvgFunction.AVectorHistory
 
getMemoryStatistic() - Method in class com.qfs.agg.impl.ChunkHistory
 
getMemoryStatistic() - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
getMemoryStatistic() - Method in class com.qfs.bitmap.impl.QFSBitmapIndex
 
getMemoryStatistic() - Method in class com.qfs.chunk.direct.impl.ADirectChunk
 
getMemoryStatistic() - Method in class com.qfs.chunk.impl.AChunk
 
getMemoryStatistic() - Method in class com.qfs.chunk.impl.AChunkOffset
 
getMemoryStatistic() - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
getMemoryStatistic() - Method in class com.qfs.chunk.impl.ChunkDictionary
 
getMemoryStatistic() - Method in class com.qfs.chunk.impl.ChunkMarked
 
getMemoryStatistic() - Method in class com.qfs.chunk.impl.ChunkObject
 
getMemoryStatistic() - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
getMemoryStatistic() - Method in class com.qfs.chunk.impl.ColumnIntegerRowMapping
 
getMemoryStatistic() - Method in class com.qfs.chunk.impl.HashMapRowMapping
 
getMemoryStatistic() - Method in class com.qfs.chunk.impl.IdentityRowMapping
 
getMemoryStatistic() - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
getMemoryStatistic() - Method in class com.qfs.chunk.impl.TombStoneChunk
 
getMemoryStatistic() - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
getMemoryStatistic() - Method in class com.qfs.column.impl.AChunkedColumn
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.AbstractDictionary
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.AbstractHash.BufferHashTable
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.AbstractHash
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.AbstractHash.LargeBufferHashTable
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.AbstractHash.LargeHashTable
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.AbstractHash.StandardHashTable
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.AbstractHash.VeryLargeHashTable
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.AChristmasDictionary
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.BucketedIntegerArrayDictionary
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.BufferIntegerDictionary
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.Dictionary
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.InnerChristmasDictionary
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.IntegerDictionary
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.LongDictionary
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.NullableDictionary
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.PointReferenceDictionary
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
getMemoryStatistic() - Method in class com.qfs.dic.impl.StringDictionary
 
getMemoryStatistic() - Method in class com.qfs.distribution.impl.DistributedPartitioning
 
getMemoryStatistic() - Method in class com.qfs.index.impl.AIntegerArray
 
getMemoryStatistic() - Method in class com.qfs.index.impl.ALongArray
 
getMemoryStatistic() - Method in class com.qfs.index.impl.AMultiVersionSecondaryRecordIndex
 
getMemoryStatistic() - Method in class com.qfs.index.impl.AMultiVersionUniqueRecordIndex
 
getMemoryStatistic() - Method in class com.qfs.index.impl.IntegerArrayVersion
 
getMemoryStatistic() - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexVersion
 
getMemoryStatistic() - Method in class com.qfs.index.impl.LongArrayVersion
 
getMemoryStatistic() - Method in class com.qfs.index.impl.MultiVersionIntegerArray
 
getMemoryStatistic() - Method in class com.qfs.index.impl.MultiVersionLazyDeleteLinkedIndex
 
getMemoryStatistic() - Method in class com.qfs.index.impl.MultiVersionLongArray
 
getMemoryStatistic() - Method in class com.qfs.index.impl.SecondaryRecordIndexVersion
 
getMemoryStatistic() - Method in class com.qfs.index.impl.UniqueRecordIndexVersion
 
getMemoryStatistic() - Method in interface com.qfs.monitoring.memory.IMemoryMonitored
Gets the IMemoryStatistic of the component being monitored.
getMemoryStatistic() - Method in interface com.qfs.multiversion.squash.ISquashableAggregateProviderPartitionVersion
 
getMemoryStatistic() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
 
getMemoryStatistic() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedAggregateProviderVersion
 
getMemoryStatistic() - Method in class com.qfs.pivot.cube.provider.DistributedMultiVersionAggregateProviderHolder
 
getMemoryStatistic() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
getMemoryStatistic() - Method in class com.qfs.pivot.cube.provider.impl.DistributedAggregateProvider
 
getMemoryStatistic() - Method in class com.qfs.pivot.cube.provider.impl.MultiVersionAggregateProviderHolder
 
getMemoryStatistic() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
getMemoryStatistic() - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition
 
getMemoryStatistic() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedAggregateProvider
 
getMemoryStatistic() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderVersion
 
getMemoryStatistic() - Method in interface com.qfs.store.IDatastoreVersion
Deprecated, for removal: This API element is subject to removal in a future version.
getMemoryStatistic() - Method in class com.qfs.store.impl.AColumnChunkSet
 
getMemoryStatistic() - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
getMemoryStatistic() - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableArray
 
getMemoryStatistic() - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
getMemoryStatistic() - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
getMemoryStatistic() - Method in class com.qfs.store.impl.ChunkSet
 
getMemoryStatistic() - Method in class com.qfs.store.impl.ColumnarRecordSet
 
getMemoryStatistic() - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
getMemoryStatistic() - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
getMemoryStatistic() - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
getMemoryStatistic() - Method in class com.qfs.store.impl.DatastoreSchemaVersion
 
getMemoryStatistic() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the memory statistics for all partitions of the current store.
getMemoryStatistic() - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
getMemoryStatistic() - Method in class com.qfs.store.impl.StorePartitionMonitor
Returns the IMemoryStatistic for the given partition of the current store.
getMemoryStatistic() - Method in class com.qfs.store.impl.StorePartitionVersion
 
getMemoryStatistic() - Method in class com.qfs.store.impl.StoreVersion
 
getMemoryStatistic() - Method in class com.qfs.store.impl.TombstoneColumn
 
getMemoryStatistic() - Method in class com.qfs.store.impl.UserRecordSetVersion
 
getMemoryStatistic() - Method in class com.qfs.store.impl.UserStorePartitionVersion
 
getMemoryStatistic() - Method in class com.qfs.store.impl.UserStoreVersion
 
getMemoryStatistic() - Method in class com.qfs.store.part.impl.AdaptivePartitioning
 
getMemoryStatistic() - Method in class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning
 
getMemoryStatistic() - Method in class com.qfs.store.part.impl.CartesianProductPartitioning
 
getMemoryStatistic() - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
getMemoryStatistic() - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
getMemoryStatistic() - Method in class com.qfs.store.part.impl.SinglePartitioning
 
getMemoryStatistic() - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
getMemoryStatistic() - Method in class com.qfs.store.record.impl.KeyRecord
 
getMemoryStatistic() - Method in class com.qfs.store.record.impl.Record
 
getMemoryStatistic() - Method in class com.qfs.store.ref.impl.AConcreteReferenceVersion
 
getMemoryStatistic() - Method in class com.qfs.store.ref.impl.AMultiVersionConcreteReference
 
getMemoryStatistic() - Method in class com.qfs.vector.array.impl.AArrayVector
 
getMemoryStatistic() - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
getMemoryStatistic() - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
getMemoryStatistic() - Method in class com.qfs.vector.impl.ABlockVector
 
getMemoryStatistic() - Method in class com.qfs.vector.impl.ADelegateReadOnlyVector
 
getMemoryStatistic() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
getMemoryStatistic() - Method in class com.qfs.vector.impl.EmptyVector
 
getMemoryStatistic() - Method in class com.qfs.vector.impl.TombStoneBlock
 
getMemoryStatistic() - Method in class com.qfs.vector.impl.ZeroVector
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.cellset.impl.AReplicatedColumn
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAnalysisHierarchy
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisHierarchy
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.cube.impl.CubeVersion
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.cube.impl.MultiVersionCube
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManager
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
getMemoryStatistic() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getMemoryStatistic(LazyDeleteLinkedIndexVersion) - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexBase
Gets the memory statistic for a particular version of this index.
getMemoryStatistic(IAxisHierarchyVersion) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Gets the memory statistics for a given version of the hierarchy.
getMemoryStatistic(IAxisHierarchyVersion) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase
 
getMemoryStatistic(IAxisHierarchyVersion) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisHierarchyBase
 
getMemoryStatistic(IAxisHierarchyVersion) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
getMemoryStatistic(IMeasureHierarchyVersion) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
Gets the memory statistics for a given version of the hierarchy.
getMemoryStatisticForStore(int) - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
 
getMemoryStatisticForStore(int) - Method in interface com.qfs.store.IReadableDatastore
Deprecated, for removal: This API element is subject to removal in a future version.
getMemoryStatisticForStore(String) - Method in class com.activeviam.store.structure.impl.StructureDictionaryManager
 
getMemoryStatisticForStore(String) - Method in interface com.qfs.store.IDictionaryManager
Gets a filtered stat that only exports the dictionaries that concern a given store.
getMemoryStatisticForTable(String) - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
getMemoryStatisticsForTable(String) - Method in class com.qfs.store.impl.DatastoreVersion
 
getMemoryStatisticWithLimit(int, int) - Method in class com.qfs.column.impl.AChunkedColumn
Gets the memory statistic of this column considering a given row range as being part a given version.
getMergedMessages() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
Returns the messages that was merged.
getMessage() - Method in exception com.qfs.fwk.services.ServiceException
 
getMessage() - Method in class com.qfs.jackson.impl.JsonErrorMinimalInfo
Returns the error message.
getMessage() - Method in interface com.quartetfs.tech.streaming.IFailureEvent
Returns the message for this event.
getMessage() - Method in class com.quartetfs.tech.streaming.impl.FailureEvent
 
getMessage(long) - Method in class com.qfs.snl.messages.impl.MessageBox
Gets a particular message from the box.
getMessage(long, IAttachedQuery<ResultT>) - Static method in class com.quartetfs.biz.pivot.impl.TimerActivePivotQueryExecutor
Creates the message reporting the end of a query.
getMessageAnswerClass() - Method in class com.activeviam.contextservice.distributed.message.ContextValueRequest
 
getMessageAnswerClass() - Method in class com.qfs.distribution.impl.NotificationMessage
 
getMessageAnswerClass() - Method in class com.qfs.messenger.impl.GoodbyeMessage
 
getMessageAnswerClass() - Method in class com.qfs.messenger.impl.HelloMessage
 
getMessageAnswerClass() - Method in class com.qfs.messenger.impl.RestartOrderMessage
 
getMessageAnswerClass() - Method in interface com.qfs.messenger.message.IBroadcastMessage
Returns the answer type of this message, that is the class of the generic type IBroadcastMessage.
getMessageAnswerClass() - Method in class com.qfs.messenger.message.impl.ATransactionCommittedMessage
 
getMessageAnswerClass() - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
getMessageAnswerClass() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
getMessageAnswerClass() - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
getMessageAnswerClass() - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
getMessageAnswerClass() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
getMessageAnswerClass() - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
getMessageAnswerClass() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
 
getMessageAnswerClass() - Method in class com.qfs.query.impl.DrillthroughHeadersMessage
 
getMessageAnswerClass() - Method in class com.qfs.query.impl.DrillthroughMessageWithHeaders
 
getMessageAnswerClass() - Method in class com.qfs.query.impl.RetrieveAggregatesMessage
 
getMessageChannel() - Method in class com.qfs.msg.csv.impl.ParserContext
Returns The channel where we transmit the data.
getMessageClass() - Method in interface com.qfs.messenger.message.IBroadcastMessage
Returns the base class representing this message type (e.g.
getMessageClass() - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
getMessageClass() - Method in class com.qfs.messenger.message.impl.ATransactionCommittedMessage
 
getMessageClass() - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
getMessageClass() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
getMessageClass() - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
getMessageClass() - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
getMessageClass() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
getMessageClass() - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
getMessageClass() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
 
getMessageClass() - Method in enum com.qfs.messenger.netty.streaming.impl.NettyStreamUtils.MessageType
Returns the Class of the corresponding message type.
getMessageContext(Class<ContextT>) - Method in interface com.qfs.messenger.IDistributedMessenger
Returns the local message context of the given kind.
getMessageContext(Class<ContextT>) - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
getMessageCount(Level) - Method in class com.quartetfs.fwk.util.impl.CountingLogHandler
Returns the number of messages published at the given level.
getMessageFormat() - Static method in class com.quartetfs.biz.pivot.impl.TimerActivePivotQueryExecutor
Returns the format of the message to be logged.
getMessageMaxSize() - Method in class com.qfs.messenger.impl.NettyMessenger
Returns the message max size configuration.
getMessageReceived() - Method in class com.qfs.messenger.impl.DistributedMessengerStatistics
Returns the number of messages received index by type index by remote instance.
getMessages() - Method in interface com.qfs.snl.messages.IMessageService.IMessageBox
Gets all messages received by a given recipient.
getMessages() - Method in class com.qfs.snl.messages.impl.MessageBox
 
getMessages() - Method in interface com.qfs.snl.rs.IMessageRestService
Gets the messages for the currently logged user.
getMessages() - Method in class com.qfs.snl.rs.impl.MessageRestServiceController
 
getMessageTimeout() - Method in class com.qfs.query.impl.DistributedActivePivotAggregatesRetriever
Returns the messageTimeout.
getMessageWithRootCauseDetail(Throwable) - Static method in class com.activeviam.apm.logging.impl.LoggingUtils
Deprecated.
Generates a message with detailed description of the root cause (if any) for the specified throwable.
getMessenger() - Method in interface com.qfs.distribution.IDistributedActivePivot
Gets the messenger for distributed communication.
getMessenger() - Method in interface com.qfs.distribution.IDistributedComponent
Returns the messenger associated to this component that is used for communicating with the other instances.
getMessenger() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Returns The messenger used for communicating with the other instances.
getMessenger() - Method in class com.qfs.pivot.impl.DataNode
 
getMessenger() - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
Returns the messenger used for communicating with the other instances.
getMessenger() - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
getMessenger() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getMessenger(String) - Method in class com.qfs.messenger.impl.LocalClusterView
Get the LocalMessenger associated to this localAddress.
getMessengerDefinition() - Method in interface com.quartetfs.biz.pivot.definitions.IClusterDefinition
getMessengerDefinition() - Method in class com.quartetfs.biz.pivot.definitions.impl.ClusterDefinition
 
getMetadata() - Method in class com.activeviam.copper.hierarchy.ACopperAnalysisHierarchy
 
getMetadata() - Method in interface com.activeviam.copper.hierarchy.ICopperAnalysisHierarchy
Returns the hierarchy metadata.
getMetadata() - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
getMetadata() - Method in interface com.activeviam.copper.measure.IInternalCopperMeasure
Deprecated.
Returns the measure metadata.
getMetadata() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
getMetadata() - Method in interface com.qfs.store.IDatastoreSchemaQueryMetadata
Gets the schema metadata.
getMetadata() - Method in interface com.qfs.store.IDatastoreSchemaVersion
Returns the schema metadata.
getMetadata() - Method in class com.qfs.store.impl.DatastoreSchemaQueryMetadata
 
getMetadata() - Method in class com.qfs.store.impl.MultiVersionStore
 
getMetadata() - Method in class com.qfs.store.impl.MultiVersionStorePartition
 
getMetadata() - Method in class com.qfs.store.impl.StoreBase
The store metadata.
getMetadata() - Method in class com.qfs.store.impl.StorePartitionBase
Parent store's metadata.
getMetadata() - Method in class com.qfs.store.impl.StoreTransaction
 
getMetadata() - Method in class com.qfs.store.impl.StoreVersion
 
getMetadata() - Method in class com.qfs.store.impl.UserStoreVersion
 
getMetadata() - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Gets the schema metadata.
getMetadata() - Method in interface com.qfs.store.IMultiVersionStore
Returns this store's metadata.
getMetadata() - Method in interface com.qfs.store.IMultiVersionStorePartition
Gets the store metadata.
getMetadata() - Method in interface com.qfs.store.IStore
Returns this store's metadata.
getMetadata() - Method in interface com.qfs.store.ref.IConcreteReference
Gets the metadata of the reference.
getMetadata() - Method in interface com.qfs.store.ref.IConcreteReferenceBase
Gets the metadata for this concrete reference.
getMetadata() - Method in interface com.qfs.store.ref.IConcreteReferenceFactory
Gets the metadata of the reference created by this factory.
getMetadata() - Method in class com.qfs.store.ref.impl.AConcreteReferenceBase.ConcreteReferenceStructuralTransactionView
 
getMetadata() - Method in class com.qfs.store.ref.impl.AConcreteReferenceBase
The reference metadata.
getMetadata() - Method in class com.qfs.store.ref.impl.AConcreteReferenceFactory
The metadata of the reference.
getMetadata() - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
 
getMetadata() - Method in class com.qfs.store.ref.impl.AConcreteReferenceVersion
 
getMetadata() - Method in class com.qfs.store.ref.impl.AMultiVersionConcreteReference
 
getMetadata() - Method in interface com.qfs.store.ref.IMultiVersionConcreteReference
Gets the metadata for this concrete reference.
getMetadata() - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
getMetadata() - Method in class com.qfs.store.transaction.impl.DelegatingOpenedTransaction
 
getMetadata() - Method in class com.qfs.store.transaction.impl.TransactionManager
 
getMetadata() - Method in interface com.qfs.store.transaction.ITransactionalWriter
Gives meta data information about the schema that is written to.
getMetadata(String) - Method in class com.qfs.store.service.impl.DatabaseServiceTableMetadataBuilder
Builds the tables metadata.
getMetaData(String) - Method in interface com.qfs.msg.jdbc.IJDBCSource
Returns the metadata for the given channel topic, e.g.
getMetaData(String) - Method in class com.qfs.msg.jdbc.impl.AJDBCSource
Deprecated.
Returns the metadata for the given channel topic, e.g.
getMethod() - Method in interface com.activeviam.health.monitor.IHealthEvent
The name of the method in which the event was created.
getMethod() - Method in class com.activeviam.health.monitor.impl.AHealthEvent
 
getMinDuration() - Method in class com.qfs.util.timing.impl.NoopTimer
 
getMinDuration() - Method in class com.qfs.util.timing.impl.StatTimer
 
getMinDuration() - Method in class com.qfs.util.timing.impl.Timer
 
getMinDuration() - Method in interface com.qfs.util.timing.ITimer
The minimum measured duration.
getMinimumLevel() - Method in class com.activeviam.health.monitor.impl.TagAcceptor
 
getMinimumLevel() - Method in interface com.activeviam.health.monitor.ITagAcceptor
The minimum level this tag acceptor is interested in, regardless of the level.
getMinValue() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The min of the context value.
getMissedPrefetchBehavior() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData
The missed prefetch behavior.
getMissedPrefetchBehavior() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the IMissedPrefetchBehavior.Behavior of the retriever when encountering missed prefetches when executing the inderlying retrievals.
getMissedPrefetchBehavior() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the IMissedPrefetchBehavior.Behavior to apply to a missed prefetch.
getMissedPrefetchBehavior() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getMissedPrefetchBehavior() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PostProcessedAggregatesRetrieval
Returns the behavior to adopt when the post-processor requires measures that have not been correctly pre-fetched.
getMissedPrefetchBehavior() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getMissingHierarchiesMember() - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslator
 
getMissingHierarchiesMember() - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTranslator
 
getMissingHierarchiesMember() - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator
Returns a map giving the ordinal of the missing hierarchy and its default member.
getMissingLevels() - Method in class com.qfs.distribution.impl.HierarchyTopologyDelta
 
getMissingLevelsCount() - Method in class com.qfs.distribution.impl.HierarchyTopologyDelta
 
getMissingLocationsSolver() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getMissingLocationsSolver() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Return the IMissingLocationsSolver associated with this pivot.
getMixedWorkloadPool() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider.PartialPrimitiveAggregatesRetrieval
 
getMixedWorkloadPool() - Method in class com.qfs.store.impl.ADelegateStorePartitionView
 
getMixedWorkloadPool() - Method in class com.qfs.store.impl.MultiVersionStorePartition
 
getMixedWorkloadPool() - Method in class com.qfs.store.impl.StorePartitionBase
(Shared) mixed-workload thread pool attributed to this partition.
getMixedWorkloadPool() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
getMixedWorkloadPool() - Method in class com.qfs.store.impl.StorePartitionVersion
 
getMixedWorkloadPool() - Method in class com.qfs.store.impl.UserStorePartitionVersion
 
getMixedWorkloadPool() - Method in interface com.qfs.store.IMultiVersionStorePartition
Returns the pool that this partition is linked to.
getMixedWorkloadPool() - Method in interface com.qfs.store.IStorePartitionView
Returns the pool that this partition is linked to.
getMixedWorkloadPool() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IPrimitiveRetrieval
Returns the mixed workload pool this retrieval is supposed to execute on.
getMixedWorkloadPool() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveAggregatesRetrieval
 
getMixedWorkloadPool() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.BitmapPrimitiveAggregatesRetrieval
 
getMixedWorkloadPool() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PrimitiveAnalysisAggregationRetrieval
 
getMixedWorkloadPool() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
getMixedWorkloadPool(int) - Static method in class com.qfs.pool.impl.QFSPools
Gets the mixed workload thread pools associated with the given pool id.
getMixedWorkloadPool(int) - Method in class com.qfs.pool.impl.StoreThreadPoolFactory
 
getMixedWorkloadPool(int) - Method in interface com.qfs.pool.IPartitionThreadPoolProvider
Returns the pool the given partition is associated with.
getMixedWorkloadThreadCount() - Static method in class com.qfs.pool.impl.QFSPools
Returns the maximum number of threads for queries within the mixed workload pools (or the maximum of threads for transactions, since a mixed workload pool is made of two pools, one for queries and one for transactions, of the same size).
getMode() - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Returns the monitor mode.
getModified() - Method in class com.qfs.msg.csv.impl.ACSVTopic.PendingState
Returns the identifiers of the modified files.
getModTime() - Method in class com.qfs.util.tar.impl.TarEntry
Set this entry's modification time.
getModulo() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction
Returns the modulo.
getMonitor() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Gets the monitor underlying the query.
getMonitor() - Method in interface com.qfs.snl.agent.service.IMonitorExecution
Gets the definition of the monitoring.
getMonitor() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
getMonitor() - Method in class com.qfs.snl.dtos.MonitorReportDto
 
getMonitor() - Method in interface com.qfs.snl.monitors.IMonitorReport
The monitor.
getMonitor() - Method in class com.qfs.snl.monitors.impl.MonitorReport
 
getMonitor() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesExecutor
 
getMonitor() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
Returns the underlying service monitor.
getMonitor() - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesExecutor
Returns the underlying service monitor.
getMonitoredChildren() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
getMonitoredChildren() - Method in class com.qfs.distribution.impl.ActivePivotSchemaDist
 
getMonitoredChildren() - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
 
getMonitoredChildren() - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
getMonitoredChildren() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
 
getMonitoredChildren() - Method in class com.qfs.pivot.cube.provider.DistributedMultiVersionAggregateProviderHolder
 
getMonitoredChildren() - Method in class com.qfs.pivot.cube.provider.impl.DistributedAggregateProvider
 
getMonitoredChildren() - Method in class com.qfs.pivot.cube.provider.impl.MultiVersionAggregateProviderHolder
 
getMonitoredChildren() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
 
getMonitoredChildren() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedAggregateProvider
 
getMonitoredChildren() - Method in class com.qfs.pivot.impl.DataNode
 
getMonitoredChildren() - Method in class com.qfs.pivot.impl.DataNodeManager
 
getMonitoredChildren() - Method in class com.qfs.pivot.impl.MultiVersionDataActivePivot
Deprecated.
 
getMonitoredChildren() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getMonitoredChildren() - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
getMonitoredChildren() - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getMonitoredChildren() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
 
getMonitoredChildren() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
getMonitoredChildren() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
 
getMonitoredChildren() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
 
getMonitoredChildren() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryMonitoring
 
getMonitoredChildren() - Method in class com.qfs.snl.monitoring.impl.WebSocketConfigurationMonitoring
 
getMonitoredChildren() - Method in class com.qfs.snl.monitoring.SentinelMonitoringMBean
 
getMonitoredChildren() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
 
getMonitoredChildren() - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamsGrouper
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaServletMonitor
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousGAQMonitor
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AMonitorsGrouper
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitorsGrouper
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodesGrouper
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitorsGrouper
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitor
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitorsGrouper
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitorsGrouper
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeMonitor
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeMonitorsGrouper
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitorsGrouper
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamContinuousQueryNodeMonitorsGrouper
 
getMonitoredChildren() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodesGrouper
 
getMonitoredChildren() - Method in interface com.quartetfs.fwk.monitoring.IAnnotatedMonitoredComponent
 
getMonitoredChildren() - Method in interface com.quartetfs.fwk.monitoring.IMonitoredComponent
Returns the map of children, the map key is the name of the child.
getMonitoredChildren() - Method in class com.quartetfs.tech.streaming.impl.AStream
 
getMonitoredChildren() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationServiceMonitor
 
getMonitoredChildren() - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
One monitoring bean per local listener.
getMonitoredChildren() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
 
getMonitoredChildren() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
 
getMonitoredChildren() - Method in interface com.quartetfs.tech.streaming.sharing.IStreamNode
 
getMonitoredChildren() - Method in interface com.quartetfs.tech.streaming.sharing.IStreamRegister
 
getMonitorId() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getMonitorId() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getMonitorId() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
getMonitorId() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getMonitorId() - Method in interface com.qfs.snl.data.ISentinelAlert
Return the id of the monitor that produced the alert.
getMonitorId() - Method in interface com.qfs.snl.data.ISentinelEvent
Return the id of the monitor that produced the event.
getMonitorId() - Method in class com.qfs.snl.dtos.AlertDto
 
getMonitorId() - Method in class com.qfs.snl.dtos.EventDto
 
getMonitorId() - Method in class com.qfs.snl.dtos.ProtocolConfigurationDto
Returns the monitor unique id.
getMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Gets the monitoring running for a given definition.
getMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getMonitorings() - Method in interface com.qfs.snl.agent.IMonitoringService
Gets the current list of registered monitorings.
getMonitorings() - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getMonitoringState() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
 
getMonitoringStatuses(Boolean) - Method in class com.qfs.snl.agent.impl.MonitoringService
Gets a table of monitorings and their statuses.
getMonitors() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Gets a list of monitor sources to consider.
getMonitors() - Method in interface com.qfs.snl.monitors.IMonitorService
Gets all monitors in the application.
getMonitors() - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getMonitors() - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getMonitors() - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getMonitors() - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getMonitors(String) - Method in interface com.qfs.snl.monitors.IMonitorService
Gets the list of all existing monitors from a given repository.
getMonitors(String) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getMonitors(String) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getMonitors(String) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getMonitors(String) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getMonitors(String, long, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Gets the list of monitor updates which occurs on a given repository between a time window.
getMonitors(String, long, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getMonitors(String, long, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getMonitors(String, long, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getMonitors(String, long, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getMonitors(String, long, long) - Method in interface com.qfs.snl.persistence.IMonitorDao
Get all the monitors which have been created or deleted within the given time frame exclusive ]from,to[.
getMonitors(String, long, long) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
getMonitorState(String, long) - Method in class com.qfs.snl.persistence.impl.SentinelEventDao
 
getMonitorState(String, long) - Method in interface com.qfs.snl.persistence.ISentinelEventDao
Retrieve the minimum set of events able to explain the current state of a given monitor, i.e.
getMostRecentAcknowledgedEpoch(String, long) - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
Please see DistributedHierarchyManager.lastAppliedTransactions.
getMostRecentAcknowledgedEpoch(String, long) - Method in interface com.qfs.messenger.IDistributedHierarchyManager
Returns the last known epoch of the remote cube or null if no message between the two instances has been sent & applied.
getMostRecentHead(Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxCubeUtil
Get the most recent version in the input collection of heads.
getMostRecentVersion() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
 
getMostRecentVersion() - Method in interface com.qfs.index.IMultiVersionIndex
 
getMostRecentVersion() - Method in interface com.qfs.index.IMultiVersionIntegerArray
 
getMostRecentVersion() - Method in interface com.qfs.index.IMultiVersionLongArray
 
getMostRecentVersion() - Method in interface com.qfs.index.IMultiVersionSecondaryRecordIndex
 
getMostRecentVersion() - Method in interface com.qfs.index.IMultiVersionUniqueRecordIndex
 
getMostRecentVersion() - Method in class com.qfs.multiversion.impl.AMultiVersion
Deprecated.
 
getMostRecentVersion() - Method in class com.qfs.multiversion.impl.ATransactionalMultiVersion
Deprecated.
 
getMostRecentVersion() - Method in interface com.qfs.multiversion.IMultiVersion
Retrieves the latest (i.e.
getMostRecentVersion() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.MultiVersionDistributedMeasureHierarchy
 
getMostRecentVersion() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionAggregateProvider
 
getMostRecentVersion() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionAggregateProviderHolder
 
getMostRecentVersion() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionGlobalAggregateProvider
 
getMostRecentVersion() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getMostRecentVersion() - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
 
getMostRecentVersion() - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
/!\ For internal use only.
getMostRecentVersion() - Method in interface com.qfs.store.IMultiVersionRecordSet
 
getMostRecentVersion() - Method in interface com.qfs.store.IMultiVersionStore
 
getMostRecentVersion() - Method in interface com.qfs.store.IMultiVersionStorePartition
 
getMostRecentVersion() - Method in interface com.qfs.store.IReadableDatastore
Deprecated, for removal: This API element is subject to removal in a future version.
getMostRecentVersion() - Method in interface com.qfs.store.ref.IMultiVersionConcreteReference
 
getMostRecentVersion() - Method in interface com.quartetfs.biz.pivot.cube.dimension.IMultiVersionDimension
 
getMostRecentVersion() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisHierarchy
 
getMostRecentVersion() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IMultiVersionDistributedHierarchy
 
getMostRecentVersion() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IMultiVersionHierarchy
 
getMostRecentVersion() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMultiVersionDistributedAxisHierarchy
 
getMostRecentVersion() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMultiVersionDistributedMeasureHierarchy
 
getMostRecentVersion() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMultiVersionMeasureHierarchy
 
getMostRecentVersion() - Method in interface com.quartetfs.biz.pivot.cube.IMultiVersionCube
 
getMostRecentVersion() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getMostRecentVersion() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
getMovingHierarchies() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlan
 
getMsg() - Method in class com.qfs.messenger.netty.impl.ANettyMessage
Returns the (content of the) message.
getMultiFieldFunction() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription
Gets the description of the multi-fields function of the partitioning.
getMultiFieldModuloFunction() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
Returns the multiple field modulo function.
getMultiFieldModuloFunction() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription
Returns The modulo function to used over multiple fields.
getMultiGetAggregatesContinuousQuery(IGetAggregatesContinuousQuery) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Retrieve the parent multi query of the given query.
getMultiListener() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Returns the stream listener of this engine.
getMultiQuery() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousGAQMonitor
Returns the parent continuous mdx query (if any) of the continuous GAQ.
getMultiQuery() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitor
Returns the parent multi query.
getMultiQuery() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
 
getMultiQuery() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
Returns the monitored multi query.
getMultiQueryMonitor(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Retrieve the monitor of the given multiQueryName.
getMultiQueryMonitors() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Returns the list of multi queries.
getMultiVersion() - Method in class com.quartetfs.pivot.mdx.meta.impl.RTMdxCube
 
getMultiVersion() - Method in interface com.quartetfs.pivot.mdx.meta.IRTMdxCube
Returns the multiversion associated to IMdxCube.getVersion().
getMultiVersionId() - Method in interface com.qfs.multiversion.IEpochHistory
Gets the id of the multiversion object whose versions is managed by this history.
getMultiVersionId() - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
getMultiVersionId() - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getMultiVersionPartition(int) - Method in class com.qfs.store.impl.StoreTransaction
 
getMultiVersionPartition(int) - Method in interface com.qfs.store.IStoreTransaction
Gets a partition using its id.
getMutableLocation() - Method in class com.quartetfs.pivot.mdx.impl.MutableTupleLocation
 
getName() - Method in interface com.activeviam.cloud.entity.ICloudEntity
Gets the name of the object.
getName() - Method in interface com.activeviam.cloud.entity.ICloudEntityPath
Gets the name of the object.
getName() - Method in class com.activeviam.cloud.entity.impl.AEntityPath
 
getName() - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
getName() - Method in interface com.activeviam.copper.measure.IInternalCopperMeasure
Deprecated.
DO NOT CALL THIS METHOD.
getName() - Method in class com.activeviam.copper.measure.NamedMeasure
 
getName() - Method in class com.activeviam.copper.measure.NativeCopperMeasure
 
getName() - Method in class com.activeviam.copper.MeasureMetadata
Gets the name of this measure.
getName() - Method in class com.activeviam.copper.pivot.pp.AnalyticFunctionPrefetcher
 
getName() - Method in class com.activeviam.copper.pivot.pp.ShiftPrefetcher
 
getName() - Method in class com.activeviam.database.api.schema.DataTable
 
getName() - Method in class com.activeviam.database.api.schema.DataTableField
 
getName() - Method in interface com.activeviam.database.api.schema.IDataTable
 
getName() - Method in interface com.activeviam.database.api.schema.IDataTableField
Returns the name of this column.
getName() - Method in interface com.activeviam.database.api.schema.ITableJoin
Returns the name of the join.
getName() - Method in class com.activeviam.database.api.schema.StoreField
The name of the field.
getName() - Method in class com.activeviam.database.api.schema.TableJoin
 
getName() - Method in class com.activeviam.database.sql.api.schema.SqlJoin
 
getName() - Method in class com.activeviam.msg.csv.impl.CloudFileInfo
 
getName() - Method in class com.activeviam.pivot.json.tracing.JsonTracingInfo
Returns the span name.
getName() - Method in class com.activeviam.pivot.postprocessing.impl.AAdvancedPostProcessor
 
getName() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.VersionReferenceKey
 
getName() - Method in class com.activeviam.store.structure.graph.FieldKey
The name of the field.
getName() - Method in class com.activeviam.store.structure.graph.ReferenceKey
The name of the reference.
getName() - Method in class com.activeviam.store.structure.graph.StoreKey
The name of the store.
getName() - Method in class com.activeviam.store.structure.impl.ReferenceDefinition
 
getName() - Method in class com.activeviam.store.structure.impl.StoreDefinition
The name of the store.
getName() - Method in interface com.qfs.desc.IFieldDescription
Indicates the name of the field.
getName() - Method in class com.qfs.desc.impl.FieldDescription
 
getName() - Method in class com.qfs.desc.impl.ReferenceDescription
 
getName() - Method in class com.qfs.desc.impl.StoreDescription
 
getName() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
getName() - Method in interface com.qfs.desc.IReferenceDescription
Returns the name of the description.
getName() - Method in interface com.qfs.desc.IStoreDescription
Returns the name of this store.
getName() - Method in class com.qfs.distribution.security.impl.CustomAuthToken
 
getName() - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
Gets the name of this statistics.
getName() - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
getName() - Method in class com.qfs.msg.csv.filesystem.impl.FileSystemFileInfo
 
getName() - Method in interface com.qfs.msg.csv.IFileInfo
Returns the simple name of the file entry.
getName() - Method in class com.qfs.msg.csv.impl.ACSVTopic
 
getName() - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
getName() - Method in class com.qfs.msg.csv.impl.TarEntryFileInfo
 
getName() - Method in class com.qfs.msg.csv.impl.ZipEntryFileInfo
 
getName() - Method in interface com.qfs.msg.ISource
Returns the name of the source.
getName() - Method in interface com.qfs.msg.ITopic
Returns the topic name.
getName() - Method in class com.qfs.msg.jdbc.impl.AJDBCSource
Deprecated.
The name of the Jdbc source.
getName() - Method in class com.qfs.msg.jdbc.impl.JDBCTopic
 
getName() - Method in class com.qfs.msg.keyvalue.impl.KeyValueSource
Deprecated.
Source name.
getName() - Method in class com.qfs.msg.keyvalue.impl.KeyValueTopic
 
getName() - Method in interface com.qfs.multiversion.IBranchInfo
Gets the name of the branch.
getName() - Method in interface com.qfs.multiversion.IEpoch
Gets the (optional) name of this epoch.
getName() - Method in class com.qfs.multiversion.impl.BranchInfo
 
getName() - Method in class com.qfs.multiversion.impl.Epoch
 
getName() - Method in interface com.qfs.pivot.agg.IAggregatedElement
Gets the name of this element.
getName() - Method in class com.qfs.pivot.agg.impl.MultiFieldAggregatedElement
Name of the Aggregated Element.
getName() - Method in class com.qfs.pivot.agg.impl.SingleFieldAggregatedElement
Name of the Aggregated Element.
getName() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
 
getName() - Method in interface com.qfs.pivot.cube.provider.multi.IPartialAggregateProvider
Returns the partial name.
getName() - Method in class com.qfs.pivot.json.branch.JsonBranchCreation
Gets the name of the branch to create.
getName() - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
Gets the name of the field.
getName() - Method in class com.qfs.pivot.json.discovery.CatalogDiscovery
 
getName() - Method in class com.qfs.pivot.json.discovery.ContextValueDiscovery
 
getName() - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
getName() - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
getName() - Method in class com.qfs.pivot.json.discovery.DrillthroughColumnDiscovery
 
getName() - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
getName() - Method in class com.qfs.pivot.json.discovery.JsonContextValue
 
getName() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getName() - Method in class com.qfs.pivot.json.discovery.LevelDiscovery
 
getName() - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Returns the name of the measure.
getName() - Method in class com.qfs.pivot.json.discovery.MeasureGroupDiscovery
 
getName() - Method in class com.qfs.pivot.json.discovery.SetDiscovery
 
getName() - Method in class com.qfs.pivot.json.JsonTabularHeader
Getter for JsonTabularHeader.name.
getName() - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
getName() - Method in class com.qfs.plan.impl.operations.ATransactionOperation
 
getName() - Method in class com.qfs.plan.impl.operations.ParallelTransactionOperations
 
getName() - Method in interface com.qfs.plan.ITransactionOperation
Deprecated.
Returns the name of this operation.
getName() - Method in class com.qfs.repository.dto.ParameterDto
 
getName() - Method in class com.qfs.repository.dto.PointValueDto
 
getName() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getName() - Method in class com.qfs.repository.params.impl.Parameter
 
getName() - Method in interface com.qfs.repository.params.IParameter
Gets the name of the parameter.
getName() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getName() - Method in interface com.qfs.repository.persistence.model.IPointValue
Returns the name of the parameter owning this.
getName() - Method in class com.qfs.snl.dtos.FormFieldDto
Returns the name.
getName() - Method in class com.qfs.snl.dtos.FormFieldTypeDto
Returns the name.
getName() - Method in class com.qfs.snl.dtos.MonitorDto
 
getName() - Method in class com.qfs.snl.dtos.TaskDto
Returns the name.
getName() - Method in class com.qfs.snl.dtos.UserDto
Gets the name of the user.
getName() - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
Gets the name of the workflow scheme.
getName() - Method in interface com.qfs.snl.messages.form.IFormField
The display label.
getName() - Method in interface com.qfs.snl.messages.form.IFormField.IType
Gets the name of the type.
getName() - Method in class com.qfs.snl.messages.form.impl.BooleanFieldType
 
getName() - Method in class com.qfs.snl.messages.form.impl.DateFieldType
 
getName() - Method in class com.qfs.snl.messages.form.impl.EnumFieldType
 
getName() - Method in class com.qfs.snl.messages.form.impl.FormField
 
getName() - Method in class com.qfs.snl.messages.form.impl.NumberFieldType
 
getName() - Method in class com.qfs.snl.messages.form.impl.StringFieldType
 
getName() - Method in interface com.qfs.snl.monitors.IMonitor
Gets the name of the monitor.
getName() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getName() - Method in class com.qfs.snl.persistence.impl.ADbInfo
Gets the name of the info.
getName() - Method in class com.qfs.snl.workflows.impl.WorkflowConfig
 
getName() - Method in class com.qfs.snl.workflows.impl.WorkflowSchema
 
getName() - Method in interface com.qfs.snl.workflows.IWorkflowConfig
Returns the name of this workflow configuration.
getName() - Method in interface com.qfs.snl.workflows.IWorkflowSchema
Gets the name of the schema.
getName() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getName() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Gets the name of the task.
getName() - Method in enum com.qfs.snl.ws.IMessageWsService.FetchMessageMode
 
getName() - Method in class com.qfs.store.impl.AUpdateWhereInfo
 
getName() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the name of the store.
getName() - Method in class com.qfs.store.impl.StoreFieldMonitor
 
getName() - Method in class com.qfs.store.impl.StoreMetadata
 
getName() - Method in interface com.qfs.store.IStoreMetadata
Gets the name of the store within its parent schema.
getName() - Method in interface com.qfs.store.IUpdateWhereInfo
Gets the trigger's name.
getName() - Method in interface com.qfs.store.part.IPartitioningFormat
Gets a name for this format provider.
getName() - Method in interface com.qfs.store.part.IPartitioningFormat.IStorePartitioningFormat
 
getName() - Method in class com.qfs.store.part.SimplePartitioningFormat
 
getName() - Method in class com.qfs.store.ref.impl.AConcreteReferenceFactory
 
getName() - Method in class com.qfs.store.ref.impl.ReferenceMetadata
The name of this reference.
getName() - Method in interface com.qfs.store.ref.IReferenceMetadata
Gets the name of the reference.
getName() - Method in interface com.qfs.store.service.IBranchCreationDescription
Gets the name of the branch.
getName() - Method in interface com.qfs.store.service.IDatabaseFieldDescription
Gets the name of the field.
getName() - Method in class com.qfs.store.service.impl.BranchCreationDescription
 
getName() - Method in class com.qfs.store.service.impl.DatabaseFieldDescription
 
getName() - Method in class com.qfs.util.tar.impl.TarEntry
Get this entry's name.
getName() - Method in class com.qfs.util.tar.impl.TarHeader
Get the name of this entry.
getName() - Method in class com.qfs.webservices.CatalogDiscovery
The name of the catalog.
getName() - Method in class com.qfs.webservices.CubeDiscovery
The cube's name.
getName() - Method in class com.qfs.webservices.DimensionDiscovery
The name of the dimension.
getName() - Method in class com.qfs.webservices.HierarchyDiscovery
The name of the hierarchy.
getName() - Method in class com.qfs.webservices.LevelDiscovery
The name of the level.
getName() - Method in class com.qfs.webservices.MeasureDiscovery
The name of the measure.
getName() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughHeader
Returns the name of the header.
getName() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughHeader
 
getName() - Method in interface com.quartetfs.biz.pivot.context.IBranch
Get the name of the branch.
getName() - Method in class com.quartetfs.biz.pivot.context.impl.Branch
 
getName() - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnDto
 
getName() - Method in class com.quartetfs.biz.pivot.context.impl.UserAuthentication
 
getName() - Method in interface com.quartetfs.biz.pivot.context.IUserAuthentication
Returns the name of the currently authenticated user.
getName() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeElement
 
getName() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.ADimension
 
getName() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo
 
getName() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionVersion
 
getName() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
getName() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Returns the name of this hierarchy.
getName() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
getName() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
getName() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl.ASubCubeDimension
 
getName() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.AHierarchy
 
getName() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.ALevel
 
getName() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
 
getName() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
getName() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.OlapElement
 
getName() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IOlapElement
Returns the name of the element.
getName() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
getName() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
getName() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotManagerDescription
Returns the name of the manager.
getName() - Method in interface com.quartetfs.biz.pivot.definitions.IAxisDimensionDescription
Returns the hierarchy name for the axis dimension.
getName() - Method in interface com.quartetfs.biz.pivot.definitions.IBasicAggregatedMeasureDescription
Gets the aggregated measure name.
getName() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedDrillthroughColumnDescription
Returns name of the column.
getName() - Method in interface com.quartetfs.biz.pivot.definitions.IComparatorOrderDescription
This is the attribute order for the special order, like "firstObjects".
getName() - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Returns the hierarchy name for the AxisHierarchy.
getName() - Method in interface com.quartetfs.biz.pivot.definitions.IMeasureMemberDescription
Returns the name of the AggregatedMeasure/PostProcessedMeasure.
getName() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotManagerDescription
Returns the name of the manager.
getName() - Method in class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
 
getName() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
 
getName() - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
The AxisHierarchy name.
getName() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
getName() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
 
getName() - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorOrderDescription
 
getName() - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
getName() - Method in enum com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Gets the name of the property.
getName() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
getName() - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
 
getName() - Method in interface com.quartetfs.biz.pivot.definitions.IPartialProviderDefinition
Returns the name of this partial.
getName() - Method in class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
 
getName() - Method in class com.quartetfs.biz.pivot.dto.HierarchyDTO
 
getName() - Method in interface com.quartetfs.biz.pivot.IActivePivotManager
Gets the unique name of this manager.
getName() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManager
Name of the Manager.
getName() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
getName() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.NeighborValuePostProcessor.NeighborValuePrefetcher
 
getName() - Method in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor
Post-processor name.
getName() - Method in interface com.quartetfs.biz.pivot.postprocessing.IPrefetcher
The name of the prefetcher that will allow to retrieve all of it's generated prefetches in the compute method of the post-processor, via IAdvancedAggregatesRetriever.getPrefechRequests(String).
getName() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Gets the name of this retriever.
getName() - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
getName() - Method in interface com.quartetfs.biz.xmla.IEnumeratorValue
Returns the name of the value.
getName() - Method in class com.quartetfs.biz.xmla.impl.MDProperty
 
getName() - Method in class com.quartetfs.biz.xmla.impl.XmlaAttribute
 
getName() - Method in interface com.quartetfs.biz.xmla.IXmlaAttribute
The name of the attribute.
getName() - Method in interface com.quartetfs.biz.xmla.mdx.IMDProperty
Returns the name of the property.
getName() - Method in class com.quartetfs.fwk.impl.AProperty
 
getName() - Method in class com.quartetfs.fwk.impl.CustomProperty
 
getName() - Method in class com.quartetfs.fwk.impl.PropertyInfo
 
getName() - Method in class com.quartetfs.fwk.impl.QFSRegistry
 
getName() - Method in interface com.quartetfs.fwk.IProperty
Gets the name of this property.
getName() - Method in interface com.quartetfs.fwk.IPropertyInfo
The name of the property.
getName() - Method in interface com.quartetfs.fwk.IRegistry
Gets the name of this instance of Registry.
getName() - Method in interface com.quartetfs.fwk.monitoring.IMonitor
Returns the name of this monitor instance.
getName() - Method in class com.quartetfs.fwk.monitoring.impl.AbstractMonitor
 
getName() - Method in class com.quartetfs.fwk.monitoring.impl.OperationInfo
 
getName() - Method in interface com.quartetfs.fwk.monitoring.IOperationInfo
Returns the name of the operation.
getName() - Method in interface com.quartetfs.fwk.monitoring.jmx.IDynamicMonitoring
Returns the name of the monitored component.
getName() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
 
getName() - Method in interface com.quartetfs.fwk.query.IContinuousQuery
Returns the name of the query.
getName() - Method in class com.quartetfs.fwk.types.impl.PluginValue
Gets plugin name, mainly used to identify the plugin when persisting the plugin value.
getName() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFunctionDefinition
 
getName() - Method in class com.quartetfs.pivot.mdx.func.base.impl.ReturnFunction
 
getName() - Method in interface com.quartetfs.pivot.mdx.IDefinedSet
Returns the name of the set.
getName() - Method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup.UnknownMdxMember
 
getName() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxOlapElement
Returns the name of the element.
getName() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMember
 
getName() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMemberProperty
 
getName() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxOlapElement
 
getName() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
getName() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxPivotMember
 
getName() - Method in interface com.quartetfs.pivot.mdx.property.IMdxProperty
Returns the name of the property.
getName() - Method in enum com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
getName() - Method in interface com.quartetfs.pivot.mdx.result.IMdxCellSetAxis
Returns the name of the axis.
getName() - Method in class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet.EmptyMdxCellSetAxis
 
getName() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellSetAxis
 
getName() - Method in enum com.quartetfs.pivot.mdx.statement.IAxisName.Default
 
getName() - Method in interface com.quartetfs.pivot.mdx.statement.IAxisName
Gets the unique name of this axis.
getName() - Method in interface com.quartetfs.pivot.mdx.statement.ICreateStatement
Returns the name of the set or the name of the member.
getName() - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionDefinition
Name of the function.
getName() - Method in class com.quartetfs.pivot.mdx.statement.impl.AxisName
 
getName() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateStatement
 
getName() - Method in class com.quartetfs.pivot.mdx.statement.impl.NamedSetReference
 
getName() - Method in class com.quartetfs.pivot.mdx.statement.impl.StringFormulaSpecification
 
getName() - Method in class com.quartetfs.pivot.mdx.statement.impl.UnresolvedFunctionCall
 
getName() - Method in interface com.quartetfs.pivot.mdx.statement.IReturnFunction
Returns the name of the function.
getName() - Method in interface com.quartetfs.pivot.mdx.statement.IStringFormulaSpecification
Returns the name of the set or the name of the member.
getName() - Method in interface com.quartetfs.pivot.mdx.statement.IUnresolvedFunctionCall
Returns the function's name.
getName() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
 
getName() - Method in interface com.quartetfs.tech.streaming.sharing.IStreamNode
Returns the name of the node.
getName(String) - Static method in class com.qfs.content.service.impl.ContentServiceHelper
Returns the name of the entry located at the given normalized path.
getNameBytes(StringBuffer, byte[], int, int) - Static method in class com.qfs.util.tar.impl.TarHeader
Copies the bytes of the name into the buffer.
getNamedNumericFormat(String) - Static method in enum com.quartetfs.fwk.format.impl.NamedNumericFormats
Returns the format with the specified name.
getNamedSet() - Method in interface com.quartetfs.pivot.mdx.INamedSetReference
Get the named set object.
getNamedSet() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.NamedSetExecTask
 
getNamedSet() - Method in class com.quartetfs.pivot.mdx.statement.impl.NamedSetReference
 
getNamedSetIds() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Gets all named set names.
getNamedSetIds() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getNamedSets() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns the named sets.
getNamedSets() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getNamePath() - Method in class com.qfs.pivot.json.cellset.PositionData
 
getNamespace() - Method in class com.activeviam.spring.config.activeui.ActiveUIResourceServerConfig
Gets the relative path where the UI is exposed.
getNamespace() - Method in class com.activeviam.spring.config.adminui.AdminUIResourceServerConfig
Gets the relative path where the UI is exposed.
getNamespace() - Method in class com.qfs.content.cfg.impl.ContentServerWebSocketServicesConfig
 
getNamespace() - Method in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
 
getNamespace() - Method in class com.qfs.server.cfg.ASpringVersionedRestServerConfig
Gets the namespace of the rest endpoint.
getNamespace() - Method in class com.qfs.server.cfg.impl.ActivePivotWebSocketServicesConfig
 
getNamespace() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
 
getNamespace() - Method in class com.qfs.websocket.server.cfg.impl.AWebSocketServiceConfig
If your 'bar' service should be available at '/foo/bar' address, this method should return 'foo'.
getNameSpace() - Method in enum com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
getNamespacePrefix() - Method in class com.activeviam.apm.cfg.impl.MonitoredDataLoadingRestServicesConfig
 
getNamespacePrefix() - Method in class com.qfs.content.cfg.impl.ContentServerRestServicesConfig
 
getNamespacePrefix() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryCacheRestServiceConfiguration
 
getNamespacePrefix() - Method in class com.qfs.repository.cfg.impl.RepositoryRestServiceConfiguration
 
getNamespacePrefix() - Method in class com.qfs.server.cfg.ASpringVersionedRestServerConfig
Gets the prefix of the rest server for the version rest service.
getNamespacePrefix() - Method in class com.qfs.server.cfg.impl.ActivePivotRestServicesConfig
 
getNamespacePrefix() - Method in class com.qfs.server.cfg.impl.DatabaseRestServicesConfig
 
getNamespacePrefix() - Method in class com.qfs.server.cfg.impl.JwtRestServiceConfig
 
getNamespacePrefix() - Method in class com.qfs.server.cfg.impl.MonitoringRestServicesConfig
 
getNamespacePrefix() - Method in class com.qfs.server.cfg.impl.TracingRestServiceConfig
 
getNamespacePrefix() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
 
getNameToDiscriminatorConverter() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo
Returns a function that can find the discriminator of a member of this level from the name of the member.
getNameToDiscriminatorConverter() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
getNameToken() - Method in interface com.quartetfs.biz.xmla.binxml.IDecodingContext
Get the dictionary of names.
getNameToken() - Method in class com.quartetfs.biz.xmla.binxml.impl.DecodingContext
 
getNameToken() - Method in class com.quartetfs.biz.xmla.binxml.impl.EncodingContext
 
getNativeMeasures() - Method in interface com.quartetfs.biz.pivot.definitions.IMeasuresDescription
Returns the list of native measures.
getNativeMeasures() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
 
getNativeMemoryAllocator() - Method in interface com.qfs.chunk.IChunkAllocator
Gets the native memory allocator associated with this chunk allocator.
getNativeMemoryAllocator() - Method in class com.qfs.chunk.impl.AChunkAllocator
 
getNbAdded() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation.StoreTransactionStatistics
 
getNbAdded() - Method in interface com.qfs.store.transaction.IStoreTransactionStatistics
Returns the number of added records.
getNbAddedFacts() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
getNbAddedFacts() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
This implementation always throws an UnsupportedOperationException.
getNbAddedFacts() - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotTransactionInfo
Returns the nb of facts added.
getNbAddedFacts() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getNbAddedFacts() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
getNbAllowedConcurrentQueries() - Method in class com.quartetfs.pivot.mdx.impl.MdxQueryBouncer
Returns the total number of allowed concurrently running queries.
getNbAppendThreads() - Method in interface com.qfs.msg.jdbc.IJDBCTopic
Returns this topic's number of threads which process the raw rows and put them in the datastore.
getNbAppendThreads() - Method in class com.qfs.msg.jdbc.impl.JDBCTopic
 
getNbAvailablePermits() - Method in class com.quartetfs.pivot.mdx.impl.MdxQueryBouncer
Returns the number of allowed queries to run.
getNbDeleted() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation.StoreTransactionStatistics
 
getNbDeleted() - Method in interface com.qfs.store.transaction.IStoreTransactionStatistics
Returns the number of deleted records.
getNbDiscardedMessage() - Method in class com.qfs.messenger.impl.NettyMessenger
Returns the number of discarded messages due to exceeding message max size limit.
getNbDiscardedMessage() - Static method in class com.qfs.messenger.netty.streaming.impl.NettyOutputStream
Returns the number of discarded messages due to exceeding message max size limit.
getNbListeners() - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
 
getNbListenTasks() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationServiceMonitor
Gets the number of tasks running a listen operation on a domain.
getNbMonitorings() - Method in class com.qfs.snl.agent.impl.MonitoringService
Gets the number of monitorings stopped for technical reasons.
getNbOfCachedAlerts() - Method in class com.qfs.snl.cfg.impl.AlertMonitoringBean
Gets the number of alerts in the cache.
getNbOfContextGroups() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
For MBean info.
getNbOfContextGroups() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Returns the number of distinct contexts for the registered queries.
getNbOfContextGroups() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitorsGrouper
Returns the number of context groups under this grouper (under the parent query engine of the grouper.
getNbOfContextNodes() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Returns the number of context nodes, for MBean.
getNbOfContextNodes() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodesGrouper
Returns the number of context nodes under this grouper (i.e.
getNbOfContinuousGetAggregatesQueries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
For MBean info.
getNbOfContinuousGetAggregatesQueries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Returns the number of registered GetAggregates queries.
getNbOfContinuousHandlers() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Returns the number of associated continuous handlers, for MBean.
getNbOfContinuousHandlers() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerMonitorsGrouper
For MBean info.
getNbOfContinuousHandlers() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitorsGrouper
 
getNbOfContinuousHandlers() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeMonitorsGrouper
 
getNbOfContinuousQueries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
For MBean info.
getNbOfContinuousQueries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Returns the number of continuous GAQs registered on this stream node.
getNbOfContinuousQueries() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryMonitorsGrouper
For MBean info.
getNbOfContinuousQueries() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Returns the number of continuous queries registered to the context group.
getNbOfContinuousQueries() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitorsGrouper
 
getNbOfContinuousQueries() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitorsGrouper
 
getNbOfContinuousQueries() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitorsGrouper
 
getNbOfContinuousQueries() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamContinuousQueryNodeMonitorsGrouper
 
getNbOfEntries() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Gets the number of {location,measure} entries that are currently stored in this cache.
getNbOfEntries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
For MBean info.
getNbOfEntries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
getNbOfEntries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
Returns the number of {location,measure} entries in this cache (in the master branch).
getNbOfEntries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Returns the number of aggregates entries (e.g.
getNbOfEntries(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
Returns the number of {location,measure} entries in this cache (in the specified branch).
getNbOfEntriesProcessed() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Returns nb of impacted entries in latest event.
getNbOfImpactComputations() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Returns nb of impact computations in latest event.
getNbOfMultiContinuousQueries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
For MBean info.
getNbOfMultiQueries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Returns the number of multi query registered to the query engine.
getNbOfOperands() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorAbsoluteValue
 
getNbOfOperands() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorAdd
 
getNbOfOperands() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorAggregation
 
getNbOfOperands() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorConcatenation
 
getNbOfOperands() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorDisaggregation
 
getNbOfOperands() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorDivide
 
getNbOfOperands() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorMinus
 
getNbOfOperands() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorMultiply
 
getNbOfOperands() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorPercentile
 
getNbOfOperands() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorSquareRoot
 
getNbOfOperands() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorSubVector
 
getNbOfOperands() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorTernaryDivide
 
getNbOfOperands() - Method in interface com.quartetfs.biz.pivot.formula.IOperator
Returns the number of operands required by the operator.
getNbOfPlannedRetrievals() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Returns nb of planned retrievals in latest event.
getNbOfPointEntries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
Returns the number of point aggregates in the cache (in the master branch).
getNbOfPointEntriesInBranch(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
Returns the number of point aggregates in the cache (in the specified branch).
getNbOfPoints() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
Gets the number of points.
getNbOfRegisteredHandlers() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
For MBean info.
getNbOfStreams() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
For MBean info.
getNbOfStreams() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Returns the number of registered streams.
getNbOfStreams() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodesGrouper
For MBean info.
getNbPublishers() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
Gets the number of publishers currently allocated.
getNbRecordsAdded() - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
 
getNbRecordsAdded() - Method in class com.qfs.plan.impl.StorePartitionUpdateForDeltaQueries
 
getNbRecordsAdded() - Method in interface com.qfs.plan.IStorePartitionUpdate
Gets the number of added records.
getNbRecordsDeleted() - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
 
getNbRecordsDeleted() - Method in class com.qfs.plan.impl.StorePartitionUpdateForDeltaQueries
 
getNbRecordsDeleted() - Method in interface com.qfs.plan.IStorePartitionUpdate
Gets the number of removed records.
getNbRecordsUpdated() - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
 
getNbRecordsUpdated() - Method in class com.qfs.plan.impl.StorePartitionUpdateForDeltaQueries
 
getNbRecordsUpdated() - Method in interface com.qfs.plan.IStorePartitionUpdate
Gets the number of updated records.
getNbRegisteredSessions() - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
Gets the number of active sessions.
getNbRemovedFacts() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
getNbRemovedFacts() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
This implementation always throws an UnsupportedOperationException.
getNbRemovedFacts() - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotTransactionInfo
Returns the nb of facts removed.
getNbRemovedFacts() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getNbRemovedFacts() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
getNbResult() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.TopKResultHolder
Returns the number of topK results.
getNbRunningProcesses() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
Gets the number of running processes in Activiti.
getNbStreamNodes() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
Returns the nb of stream nodes under this stream register.
getNbStreams() - Method in class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamsGrouper
Returns the number of GetAggregates streams.
getNbStreams() - Method in class com.quartetfs.tech.streaming.impl.StreamingService
Returns the number of registered streams.
getNbTuples() - Method in interface com.qfs.msg.keyvalue.IKeyValueBatchInfo
Returns the number of tuples processed.
getNbTuples() - Method in class com.qfs.msg.keyvalue.impl.KeyValueBatchInfo
 
getNbTuples() - Method in class com.qfs.msg.keyvalue.impl.KeyValueStatsHandler
Returns the number of tuples processed.
getNbUpdated() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation.StoreTransactionStatistics
 
getNbUpdated() - Method in interface com.qfs.store.transaction.IStoreTransactionStatistics
Returns the number of updated records.
getNearestCoveringLocations(IScopeLocation) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.RangeLocationPlan
Returns the nearest locations in this plan that cover the input location.
getNewDelta() - Method in interface com.qfs.index.IIntegerArrayTransaction
Returns the delta object containing the new values for this transaction.
getNewDelta() - Method in interface com.qfs.index.ILongArrayTransaction
Returns the delta object containing the new values for this transaction.
getNewDelta() - Method in class com.qfs.index.impl.IntegerArrayTransaction
 
getNewDelta() - Method in class com.qfs.index.impl.LongArrayTransaction
 
getNewDictionary(int) - Method in class com.activeviam.store.structure.impl.RebindTargetDictionaryAction
 
getNewDictionary(int) - Method in class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction
 
getNewDictionary(int) - Method in interface com.activeviam.store.structure.IRebindTargetDictionaryAction
 
getNewDictionary(int) - Method in interface com.activeviam.store.structure.IRebuildIndexDictionaryAction
Gets the new dictionary to use for a given partition of the index.
getNewMembers() - Method in class com.activeviam.health.monitor.impl.events.ClusterMemberChange
Returns the addresses of the new comers.
getNewMembers() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
getNewMembers() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
This implementation always throws an UnsupportedOperationException.
getNewMembers() - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotTransactionInfo
Returns the new members that were created by this transaction, indexed by their associated hierarchy.
getNewMembers() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getNewMembers() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
getNewQuery() - Method in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryUpdated
The new query that has been registered.
getNewRows() - Method in class com.qfs.plan.impl.operations.IncrementalSubmitUpdateWhereTriggersOperation.UpdatesRowsCollectorProcedure
Returns the newRows.
getNewStoreIds() - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
Gets the ids of the new stores.
getNext() - Method in class com.qfs.concurrent.impl.ConcurrentStack.ANode
 
getNext() - Method in interface com.qfs.concurrent.impl.ConcurrentStack.INode
Returns the next node in the stack, i.e.
getNext() - Method in interface com.qfs.concurrent.impl.SingleConsumerQueue.INode
Gets the next node in the queue.
getNext() - Method in interface com.qfs.multiversion.squash.ISquashableAggregateProviderHolderVersion
Returns the next version.
getNext() - Method in interface com.qfs.multiversion.squash.ISquashableAggregateProviderVersion
Returns the next version.
getNext() - Method in interface com.qfs.multiversion.squash.ISquashableGlobalAggregateProviderVersion
Returns the next version.
getNext() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedAggregateProviderVersion
 
getNext() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderVersion
 
getNext() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
getNext() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getNextDictionarySupplier() - Method in class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction.DictionaryChange
 
getNextEntry() - Method in class com.qfs.util.tar.impl.TarInputStream
Get the next entry in this tar archive.
getNextEntry() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionCache.IEvictionCacheEntry
Returns the entry following this one in the eviction list.
getNextEntry() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AEvictionCacheEntry
 
getNextPage() - Method in class com.qfs.pivot.json.database.JsonPagination
Gets the next page.
getNextPageUrl() - Method in class com.qfs.pivot.json.database.JsonPagination
Gets the URL to query the next page.
getNextSchema() - Method in class com.qfs.store.transaction.impl.DatastoreStructuralSchemaTransaction
 
getNextStoreBase(String) - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Gets the next base of the store with the given name.
getNextTriggerDelay() - Method in class com.quartetfs.pivot.mdx.realtime.impl.PastTriggerTimeProcedure
Gets the delay to the time at which an update of the data must be triggered.
getNextValidRow(int) - Method in class com.qfs.store.impl.ARecordSetTransaction
 
getNextValidRow(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
getNextValidRow(int) - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
getNextValidRow(int) - Method in class com.qfs.store.impl.EmptyRecordSetView
 
getNextValidRow(int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
getNextValidRow(int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetVersion
 
getNextValidRow(int) - Method in class com.qfs.store.impl.UserRecordSetVersion
 
getNextValidRow(int) - Method in interface com.qfs.store.IRecordSetView
Returns the next row that is valid after this row, including this row, or -1 if no row is valid after this one.
getNextValidRow(int, long, int) - Method in class com.qfs.store.impl.ColumnarRecordSet
Returns the next row that is valid after this row, including this row, or -1 if no row is valid after this one.
getNiceMessage() - Method in interface com.quartetfs.biz.xmla.IXmlaError
 
getNiceMessage() - Method in class com.quartetfs.biz.xmla.servlet.impl.XmlaError
 
getNode() - Method in class com.qfs.chunk.direct.allocator.impl.ASlabMemoryAllocator
 
getNode() - Method in class com.qfs.chunk.direct.allocator.impl.MmapNativeMemoryAllocator
 
getNode() - Method in class com.qfs.chunk.direct.allocator.impl.NumaNodeBlockAllocator
 
getNode() - Method in class com.qfs.chunk.direct.allocator.impl.TrackerNativeMemoryAllocator
 
getNode() - Method in class com.qfs.chunk.direct.allocator.impl.UnsafeNativeMemoryAllocator
 
getNode() - Method in interface com.qfs.chunk.INativeMemoryAllocator
Deprecated.
Gets the Id of the node on which the current thread runs.
getNodeId() - Method in interface com.qfs.platform.IThreadOnNumaNode
Returns the id of the NUMA node on which this thread is placed, or -1 if the thread is not placed on any node.
getNodeId() - Method in class com.qfs.pool.impl.QFSThread
 
getNodeIdentifier() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ADependencyNode
Uniquely identify the node, much like the dependency key, but without any of the added overhead of attributes.
getNodeIdentifier() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
Returns the identifier of the node.
getNodes() - Method in interface com.qfs.graph.IDirectedGraph
 
getNodes() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeTree
Gets the nodes of this subcube tree.
getNodesToMergeWith(IQueryStoreTree, ITreeStoreNode, Collection<ITreeStoreNode>, Collection<ITreeStoreNode>) - Method in class com.qfs.store.query.plan.impl.MatchRowMergingPolicy
 
getNodesToMergeWith(IQueryStoreTree, ITreeStoreNode, Collection<ITreeStoreNode>, Collection<ITreeStoreNode>) - Method in interface com.qfs.store.query.plan.IRowMergingPolicy
Give the list of stores (having already been processed) that needs their resulting rows to be reverified based on the found rows on the last updated store.
getNodeType() - Method in interface com.qfs.messenger.IAddress
Returns the type of the node in the cluster.
getNodeType() - Method in class com.qfs.messenger.impl.LocalMessenger
Returns the node type.
getNodeType() - Method in class com.qfs.messenger.impl.LocalMessenger.LocalAddress
 
getNodeType() - Method in class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
 
getNodeType() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
getNodeType() - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStream
Gets the type of the underlying IStreamNode to create.
getNodeType() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStream
 
getNodeType() - Method in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStream
 
getNoEntryValue() - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
getNoEntryValue() - Method in class com.qfs.trove.impl.QIntEmptySet
 
getNoEntryValue() - Method in class com.qfs.trove.impl.QIntSingletonSet
 
getNonDecodableMembers() - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
 
getNonDictionarizedTypes() - Method in interface com.qfs.store.record.IRecordFormat
Extracts the non-dictionarized types from the record format.
getNonFlatStandardPoint() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
Returns the point version of the cleansed location for the standard (i.e.
getNonUniqueLevels() - Method in interface com.quartetfs.biz.pivot.ILocationConverter
Returns the set of all non unique and valid level identifiers.
getNonUniqueLevels() - Method in interface com.quartetfs.biz.pivot.ILocationConverterFactory
Returns the set of all non unique and valid level identifiers.
getNonUniqueLevels() - Method in class com.quartetfs.biz.pivot.impl.LocationConverter
 
getNonUniqueLevels() - Method in class com.quartetfs.biz.pivot.impl.LocationConverterFactory
 
getNonVisualCubeFilter() - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager.SubSelectPass
Returns the cached non visual filter of a SubSelect.
getNonVisualFilteredHierarchies() - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
 
getNonWrittenRows() - Method in class com.qfs.store.impl.StoreSummaryReport.PartitionSummaryReport
 
getNotGarbageCollectedEpochs() - Method in class com.qfs.multiversion.impl.VersionHistory
Retrieves the list of epochs that have not been garbage collected yet.
getNotificationDuration() - Method in class com.quartetfs.fwk.logging.impl.AggregatesContinuousQueryTiming
Returns the notificationDuration.
getNotificationTime(Properties) - Static method in class com.qfs.distribution.impl.NotificationMessage
From the properties search for the notification time if there is any.
getNotifyUpdatesTiming() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
Returns the notifyUpdatesTiming.
getNotifyUpdatesTiming() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousMdxTiming
Returns the time spent notifying of the updates.
getNotReleasedEpochs() - Method in interface com.qfs.multiversion.IEpochHistory
Gets the list of all epochs in the history (i.e.
getNotReleasedEpochs() - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
getNotReleasedEpochs() - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getNthOperandWithMultipleValues(int) - Method in class com.qfs.store.query.plan.impl.IndexCompiledOperations.RangeOperands
Gets the nth operand with multiple values.
getNullable() - Method in class com.quartetfs.biz.xmla.impl.XmlaAttribute
 
getNullable() - Method in interface com.quartetfs.biz.xmla.IXmlaAttribute
Indicates whether the data must be returned.
getNullFlags() - Method in interface com.qfs.store.record.IByteRecord
Get the primitive data null flags (as a bitmap).
getNullFlags() - Method in interface com.qfs.store.record.IByteRecordBlock
Get the primitive data null flags (as a bitmap).
getNullFlags() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
getNullFlags() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
getNullFlags() - Method in class com.qfs.store.record.impl.Record
 
getNullFlagsOffset() - Method in interface com.qfs.store.record.IByteRecord
Get the offset at which the null flags are stored in the global null flag offset.
getNullFlagsOffset() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
getNullFlagsOffset() - Method in class com.qfs.store.record.impl.Record
 
getNullSingletonCollection() - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Gets a singleton collection with FunctionUtil.NULL_SINGLETON_COLLEC.
getNullValue() - Method in class com.qfs.dic.impl.AChristmasDictionary
Gets the value representing a "null" for a dictionarized value.
getNullValue() - Method in class com.qfs.dic.impl.ChristmasDictionaryDouble
 
getNullValue() - Method in class com.qfs.dic.impl.ChristmasDictionaryFloat
 
getNullValue() - Method in class com.qfs.dic.impl.ChristmasDictionaryInteger
 
getNullValue() - Method in class com.qfs.dic.impl.ChristmasDictionaryLong
 
getNumaConfiguration(int) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderBase
Prints to a string NUMA configuration for this bitmap partitioning.
getNumAdds() - Method in class com.quartetfs.biz.pivot.contribution.impl.AggregatesContributionPipeline
 
getNumAdds() - Method in interface com.quartetfs.biz.pivot.transaction.feed.IActivePivotDataFeedHolder
Returns the number of added records in the main pipeline.
getNumAdds() - Method in class com.quartetfs.biz.pivot.transaction.feed.impl.ActivePivotFeedHolder
 
getNumaNode() - Method in interface com.qfs.pool.IMixedWorkloadPool
Returns the id of the NUMA node the threads in this thread pool run on.
getNumaNode() - Method in class com.qfs.pool.impl.QFSPools.MixedWorkloadPool
 
getNumaNode(int) - Method in interface com.qfs.platform.IPlatform
Returns the id of the node on which a given CPU is.
getNumaNode(int) - Method in class com.qfs.platform.linux.LinuxPlatform
 
getNumaNode(int) - Method in class com.qfs.platform.share.SharePlatform
 
getNumaNode(int) - Method in class com.qfs.platform.share.VirtualPlatform
 
getNumaNode(int) - Method in class com.qfs.platform.solaris.SolarisPlatform
 
getNumaNode(int) - Method in class com.qfs.platform.win.ProcessorInformationHolder
Returns NUMA node id that contains processor with id processorId.
getNumaNode(int) - Method in class com.qfs.platform.win.WindowsPlatform
 
getNumaNode(int) - Method in class com.qfs.store.part.impl.NumaNodeUtil.IdentityNumaNodeSelector
 
getNumaNode(int) - Method in class com.qfs.store.part.impl.NumaNodeUtil.InducedNumaNodeSelector
 
getNumaNode(int) - Method in interface com.qfs.store.part.INumaNodeSelector
Gets the Numa node on which the partition of the given id should be located.
getNUMANodeCount() - Method in interface com.qfs.platform.IPlatform
Retrieves the number of NUMA nodes on this machine.
getNUMANodeCount() - Method in class com.qfs.platform.linux.LinuxPlatform
 
getNUMANodeCount() - Method in class com.qfs.platform.share.SharePlatform
 
getNUMANodeCount() - Method in class com.qfs.platform.share.VirtualPlatform
 
getNUMANodeCount() - Method in class com.qfs.platform.solaris.SolarisPlatform
 
getNUMANodeCount() - Method in class com.qfs.platform.win.WindowsPlatform
 
getNUMANodes() - Method in class com.qfs.platform.win.ProcessorInformationHolder
Builds a set of NUMA node ids.
getNUMANodes() - Method in class com.qfs.platform.win.WindowsPlatform
List the ids of the NUMA nodes of the machine.
getNumaNodeSelector() - Method in interface com.activeviam.database.api.query.IPreparedListQuery
Returns the NUMA selector of the underlying query.
getNumaNodeSelector() - Method in class com.activeviam.database.api.query.ListQuery
 
getNumaNodeSelector() - Method in class com.qfs.store.query.impl.CompiledQuery
 
getNumaNodeSelector() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
The NUMA selector.
getNumaNodeSelectorPlugin() - Method in interface com.quartetfs.biz.pivot.definitions.IAggregateProviderDefinition
Gets the plugin key for NUMA selector for provider partitions.
getNumaNodeSelectorPlugin() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
 
GetNumaProcessorNode(byte, ByteByReference) - Method in interface com.qfs.platform.win.Kernel32
Deprecated, for removal: This API element is subject to removal in a future version.
getNumaSelector() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
getNumaSelector() - Method in class com.qfs.desc.impl.StoreDescription
 
getNumaSelector() - Method in interface com.qfs.desc.IStoreDescription
Gets the numa selector.
getNumaSelector() - Method in class com.qfs.pool.impl.StoreThreadPoolFactory
 
getNumaSelector() - Method in interface com.qfs.pool.IPartitionThreadPoolProvider
 
getNumaSelector() - Method in class com.qfs.store.impl.StoreMetadata
 
getNumaSelector() - Method in interface com.qfs.store.IStoreMetadata
Gets the NUMA node selector.
getNumaSelector(String) - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Gets the NUMA selector to apply to a given store.
getNumaSelector(String) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
getNumaSelector(String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getNumaSelectorDescription() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
getNumaSelectorDescription(String) - Method in interface com.activeviam.store.structure.IDatastoreSchema
Deprecated, for removal: This API element is subject to removal in a future version.
Internal usage only.
getNumaSelectorDescription(String) - Method in interface com.activeviam.store.structure.IDatastoreStructure
Gets the NUMA selector of the given store.
getNumaSelectorDescription(String) - Method in class com.activeviam.store.structure.impl.DatastoreSchema
 
getNumaSelectorDescription(String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getNumber(byte[]) - Static method in class com.quartetfs.biz.xmla.compression.UtilsCompression
 
getNumberOfListeners(String) - Method in class com.qfs.spring.websocket.impl.MonitoredStreamPublisher
Gets the number of listeners in this stream for a domain.
getNumberOfOperandsWithMultipleValues() - Method in class com.qfs.store.query.plan.impl.IndexCompiledOperations.RangeOperands
Gets the number of operands with multiple values.
getNumberOfParents() - Method in class com.qfs.concurrent.cancellable.impl.MultiCancellableCountedCompleter
Returns the number of completers that will complete this task.
getNumberOfWhiteSpaces(int, int) - Method in class com.quartetfs.biz.xmla.compression.impl.ByteString
 
getNumberSkippedLines() - Method in interface com.qfs.msg.csv.IFileParserConfiguration
Get the number of (header) lines to skip at the beginning at the file.
getNumberSkippedLines() - Method in class com.qfs.msg.csv.impl.FileParserConfiguration
 
getNumberSkippedLines() - Method in class com.qfs.msg.csv.impl.ParserContext
 
getNumberSkippedLines() - Method in class com.qfs.msg.csv.impl.ParsingInfo
 
getNumberSkippedLines() - Method in interface com.qfs.msg.csv.IParsingInfo
The number of skipped lines.
getNumberTransactions() - Method in class com.qfs.store.transaction.impl.TransactionManager
Returns the number of transactions.
getNumChunks() - Method in class com.qfs.store.impl.AColumnChunkSet
Gets the current number of chunks.
getNumDigits(long) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphPrinter
Returns the number of digits that are needed to write a String representation of this long with a 10 radix.
getNumericPrecision() - Method in enum com.quartetfs.biz.xmla.constants.DBTYPEENUM
Returns the maximum number of digits in base 10.
getNumericScale() - Method in enum com.quartetfs.biz.xmla.constants.DBTYPEENUM
Returns the number of digits to the right of the decimal point.
getNumFreedRows() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
Gets the number of freed rows.
getNumFreedRows() - Method in class com.qfs.store.impl.AColumnChunkSet
Gives the number of free rows.
getNumOfListeners() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingResult
 
getNumPlannedExternalRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Gets the count of planned external retrievals in this plan.
getNumPlannedPrimitiveRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Returns the number of planned primitive retrievals in this plan.
getNumPlannedRetrievals() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Returns the number of aggregates retrievals that have been planned because of calls to IInternalActivePivotAggreggatesRetriever.prefetch(IMeasuresProvider, Collection).
getNumPlannedRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
getNumPlannedRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Returns the number of planned retrievals in this plan.
getNumRemovals() - Method in class com.quartetfs.biz.pivot.contribution.impl.AggregatesContributionPipeline
 
getNumRemovals() - Method in interface com.quartetfs.biz.pivot.transaction.feed.IActivePivotDataFeedHolder
Returns the number of removed records in the main pipeline.
getNumRemovals() - Method in class com.quartetfs.biz.pivot.transaction.feed.impl.ActivePivotFeedHolder
 
getObject(int) - Method in class com.qfs.msg.impl.QfsResultSetRow
Returns the object associated with the columnIndex.
getObject(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a reference value from a given Java variable.
getObject(String) - Method in class com.qfs.msg.impl.QfsResultSetRow
Returns the object associated with the columnName.
getObjectData() - Method in interface com.qfs.store.record.IByteRecord
Returns the array containing the objects of this record at the position IByteRecord.getObjectDataOffset().
getObjectData() - Method in interface com.qfs.store.record.IByteRecordBlock
Returns the array containing the objects of this record.
getObjectData() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
getObjectData() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
getObjectData() - Method in class com.qfs.store.record.impl.Record
 
getObjectDataOffset() - Method in interface com.qfs.store.record.IByteRecord
Returns the position where reading for objects of this IRecord should start.
getObjectDataOffset() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
getObjectDataOffset() - Method in class com.qfs.store.record.impl.Record
 
getObjectMapper() - Static method in class com.qfs.jackson.impl.JacksonSerializer
Returns ActivePivot standard JSON object mapper.
getObjectMapper(boolean) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Returns the JSON object mapper.
getObjectName() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.PrintDataLoadTimingEnabler
 
getObjectName() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.QueriesStatusMonitoringBean
 
getObjectName() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.ThreadsStatusMonitoringBean
 
getObjectName() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredDataExportRestServiceController
Deprecated.
 
getObjectName() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
getObjectName() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getObjectName() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getObjectName() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
getObjectName() - Method in class com.activeviam.pivot.rest.dataexport.DataExportRestServiceController
 
getObjectName() - Method in interface com.quartetfs.fwk.monitoring.jmx.IDynamicMonitoring
Returns the ObjectName of this monitoring bean.
getObjectName() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.ADynamicMonitoring
 
getObjectName() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
 
getObjectPath() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisMember
Returns the object path.
getObjectPath() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMember
 
getObjectPath() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
getObjectPath() - Method in class com.quartetfs.pivot.mdx.plan.impl.ExcludedMember
 
getObjectPosition(K, int) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Returns the position of the given key in this dictionary, or -1 if it is not present.
getObjectSignature() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFixedFunctionDefinition
 
getObjectSignature() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AOptionalArgumentsInSerieFunctionDefinition
 
getObjectSignature() - Method in class com.quartetfs.pivot.mdx.func.base.impl.ASingleOptionalArgFunctionDefinition
 
getObjectSignature() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AVarArgSingleTypeFunctionDefinition
 
getObjectSignature() - Method in class com.quartetfs.pivot.mdx.func.custom.impl.ActiveMeasureFunction.ActiveMeasureFunctionDefinition
 
getObjectSignature() - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionDefinition
Get a formatted string representing the underlying object.
getObjectVolatile(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a reference value from a given Java variable, with volatile load semantics.
getOctalBytes(long, byte[], int, int) - Static method in class com.qfs.util.tar.impl.TarHeader
Parse an octal integer from a header buffer.
getOffHeapAggregateStoreSize() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
Gets the size of the aggregate store in MB.
getOffHeapMemoryAddress(Buffer) - Static method in class com.qfs.memory.impl.PlatformOperations
Gets the off-heap memory address where the data of a direct buffer is stored.
getOffHeapMemoryUsed() - Method in class com.qfs.chunk.impl.ChunkObject
 
getOffHeapVectorFields() - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
getOlapElement() - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression
 
getOlapElement() - Method in interface com.quartetfs.pivot.mdx.statement.IOlapElementExpression
Returns the associated element.
getOlapElementName() - Method in interface com.quartetfs.biz.pivot.postprocessing.IUnknownOlapElementException
Returns the name of the missing olap element.
getOlapElementName() - Method in exception com.quartetfs.biz.pivot.postprocessing.UnknownOlapElementException
 
getOlapElementName() - Method in exception com.quartetfs.biz.pivot.postprocessing.UnknownOlapElementRuntimeException
 
getOlapInfo() - Method in interface com.quartetfs.biz.xmla.IMDDataSet
Returns the OLAP info.
getOlapInfo() - Method in class com.quartetfs.pivot.mdx.xmla.impl.BasicMDDataSet
 
getOldest(String) - Method in class com.quartetfs.pivot.mdx.epoch.impl.MdxEpochManager
Gets the very first existing version of the branch.
getOldestEpoch() - Method in interface com.qfs.multiversion.IEpochHistory
Gets epoch id of the oldest version in the history (cross branches).
getOldestEpoch() - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
getOldestEpoch() - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getOldestEpoch() - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
Gets the oldest recorded epoch for this Datastore.
getOldestEpoch() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Returns the epoch of the oldest maintained version.
getOldestEpoch() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Returns the oldest epoch which is in the Epoch hierarchy.
getOldestEpoch() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getOldestEpochId() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
Returns the epoch of the first transaction info in the list.
getOldestVersion() - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
getOldestVersion() - Method in class com.qfs.multiversion.impl.TransactionalBase
 
getOldestVersion() - Method in interface com.qfs.multiversion.ITransactionalBase
Gets the oldest version linked to this base.
getOldestVersion() - Method in interface com.qfs.multiversion.IVersionHistory
Gets the oldest version that is recorded and not released yet in this history.
getOldestVersion() - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getOldMarkedValuesRecord() - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
Returns the old record's marked positions if wentThroughMarkedPositions has been called.
getOldQuery() - Method in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryUpdated
The old query that has been de-registered.
getOnHeapAggregateStoreSize() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
Gets the size of the aggregate store in MB.
getOperands() - Method in class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger.MergeCopperFunction
Returns this function's operands.
getOperations() - Method in class com.qfs.store.query.plan.impl.QueryPlan
 
getOperations() - Method in interface com.qfs.store.query.plan.IQueryPlan
Returns the list of operations in this plan.
getOperations() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
Gets all the operations of this MBean.
getOperationTime() - Method in interface com.qfs.msg.keyvalue.IKeyValueBatchInfo
Returns the time to publish the message (as nanoseconds).
getOperationTime() - Method in class com.qfs.msg.keyvalue.impl.KeyValueBatchInfo
 
getOperationTime() - Method in class com.qfs.msg.keyvalue.impl.KeyValueStatsHandler
Returns the time spent in methods (get/getBatch/put/putBatch/etc.) (as nanoseconds).
getOperator() - Method in class com.activeviam.copper.measure.CalculatedMeasure
Gets the operator for this calculated measure.
getOperator() - Method in class com.activeviam.copper.measure.HierarchyValueMeasure
 
getOperator() - Method in class com.activeviam.copper.measure.LevelValueMeasure
 
getOptimizationDescriptions() - Method in class com.qfs.desc.impl.StoreDescription
 
getOptimizationDescriptions() - Method in interface com.qfs.desc.IStoreDescription
Returns the optimizations to use on fields of this schema.
getOrComputeMeasureType(IInternalCopperMeasure) - Method in class com.activeviam.copper.AMeasurePublisher
Deprecated.
Gets the type of a measure if present, else computes it.
getOrCreate(String, String) - Method in class com.qfs.messenger.impl.DistributedMessengerStatistics.MessageCounterStatisticHolder
Gets or creates a new item in DistributedMessengerStatistics.MessageCounterStatisticHolder.messagesByTypeByRemoteInstance for the given entries.
getOrCreateActualSwapDirectory() - Method in class com.qfs.desc.impl.VectorFieldDescription
Gets or create the actual swap directory.
getOrCreateBucketerFunction(DataCubeContext, Map<Integer, Integer>) - Method in class com.activeviam.copper.hierarchy.InternalCopperLevelValues
Computes the bucketer function.
getOrCreateChildrenList() - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleterWithChildren
Creates the List used to hold this completer's children and assign it to the CancellableCountedCompleterWithChildren.children member.
getOrCreateDictionaryDomain(String) - Method in interface com.activeviam.dic.provider.IApplicationDictionaryProvider
Returns the existing named dictionary domain or create a new one.
getOrCreateDictionaryDomain(String) - Method in class com.activeviam.dic.provider.impl.BasicApplicationDictionaryProvider
 
getOrCreateDirectory(String, String...) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Creates a Path to the given directory (similar to Paths.get(String, String...), and create the directory if it doesn't exist yet.
getOrCreateExecutionContext(IGlobalAggregateProviderVersion, ICubeFilter, CancellableCountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Retrieves or creates the execution context associated with the given provider.
getOrCreateExecutionPlan(IPartitioningSnapshot, ICubeFilter, IMeasuresProvider) - Method in class com.qfs.query.impl.DistributedActivePivotAggregatesRetriever
 
getOrCreateExecutionPlan(IPartitioningSnapshot, ICubeFilter, IMeasuresProvider) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Retrieves or creates the execution plan associated with the given partitioning, ICubeFilter and IMeasuresProvider.
getOrCreateExecutionPlan(IPartitioningSnapshot, ICubeFilter, IMeasuresProvider, boolean) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Retrieves or creates the ExecutionPlan associated with the given partitioning, ICubeFilter and IMeasuresProvider.
getOrCreateExecutionPlan(IPartitioningSnapshot, ICubeFilter, IMeasuresProvider, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Retrieves or creates the execution plan associated with the given partitioning, ICubeFilter and IMeasuresProvider.
getOrCreateFile(String, String) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Create a file under the given parentDirectory.
getOrCreateMeasuresProvider(IRegisteredGetAggregatesContinuousQuery) - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Either gets the measuresProvider previously registered with this registeredQuery, or if it was not previously registered, creates and registers it.
getOrCreateMeasuresProvider(IRegisteredGetAggregatesContinuousQuery) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getOrCreateMetadata(DatastoreStructure) - Method in class com.activeviam.store.structure.impl.ReferenceDefinition
 
getOrCreatePartition(int, IEpoch) - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase
Gets or creates the partition associated with the given ID.
getOrCreatePartitionExecutionContext(int) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.IndexedPartitionedExecutionContext
Get the execution context for the input partition after creating it if it does not already exist.
getOrCreateQueryContext(IContext, IAggregatesCache<?>) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryContext
Retrieves the QueryContext associated with the current query, or creates it if it does not exist.
getOrCreateSession(String) - Method in class com.qfs.websocket.endpoint.impl.AWsSessionMultiplexer
 
getOrCreateSession(String) - Method in interface com.qfs.websocket.endpoint.IWsSessionMultiplexer
Gets or creates a session defined by the input identifier.
getOrCreateTransaction() - Method in interface com.activeviam.dic.provider.IApplicationDictionaryProvider
Returns the ongoing transaction of this dictionary provider or create it if there was none.
getOrCreateTransaction() - Method in interface com.activeviam.dic.provider.IDomainDictionaryProvider
Returns the ongoing transaction of this dictionary provider or create it if there was none.
getOrCreateTransaction() - Method in class com.activeviam.dic.provider.impl.BasicApplicationDictionaryProvider
 
getOrCreateTransaction() - Method in class com.activeviam.dic.provider.impl.DomainDictionaryProvider
 
getOrCreateTransaction() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
 
getOrCreateTransaction() - Method in interface com.qfs.index.IMultiVersionIndex
 
getOrCreateTransaction() - Method in interface com.qfs.index.IMultiVersionIntegerArray
 
getOrCreateTransaction() - Method in interface com.qfs.index.IMultiVersionLongArray
 
getOrCreateTransaction() - Method in interface com.qfs.index.IMultiVersionSecondaryRecordIndex
 
getOrCreateTransaction() - Method in interface com.qfs.index.IMultiVersionUniqueRecordIndex
 
getOrCreateTransaction() - Method in class com.qfs.multiversion.impl.ATransactionalMultiVersion
Deprecated.
Gets the current transaction, lazily creates a new transaction when it does not yet exist.
getOrCreateTransaction() - Method in interface com.qfs.multiversion.ITransactionalMultiVersion
Returns the current transaction.
The result is never null contrary to ITransactionalMultiVersion.getTransaction().
getOrCreateTransaction() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.MultiVersionDistributedMeasureHierarchy
 
getOrCreateTransaction() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionAggregateProvider
 
getOrCreateTransaction() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionAggregateProviderHolder
 
getOrCreateTransaction() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionGlobalAggregateProvider
 
getOrCreateTransaction() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedAggregateProvider
 
getOrCreateTransaction() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getOrCreateTransaction() - Method in interface com.qfs.store.IMultiVersionRecordSet
 
getOrCreateTransaction() - Method in interface com.qfs.store.IMultiVersionStore
 
getOrCreateTransaction() - Method in interface com.qfs.store.IMultiVersionStorePartition
 
getOrCreateTransaction() - Method in interface com.qfs.store.ref.IMultiVersionConcreteReference
 
getOrCreateTransaction() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisHierarchy
 
getOrCreateTransaction() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IMultiVersionDistributedHierarchy
 
getOrCreateTransaction() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IMultiVersionHierarchy
 
getOrCreateTransaction() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMultiVersionDistributedAxisHierarchy
 
getOrCreateTransaction() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMultiVersionDistributedMeasureHierarchy
 
getOrCreateTransaction() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMultiVersionMeasureHierarchy
 
getOrCreateTransaction() - Method in interface com.quartetfs.biz.pivot.cube.IMultiVersionCube
 
getOrCreateTransaction() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getOrCreateTransaction() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
 
getOrCreateTransformation() - Method in interface com.activeviam.store.structure.IFieldTransformer
Gets or creates the compiled transformation changing the values of a field.
getOrCreateTransformation() - Method in class com.activeviam.store.structure.impl.FieldTransformer
 
getOrCreateUnderlyingPartition(int) - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderTransaction
Returns the provider partition associated with the given partition ID.
getOrCreateWorker() - Method in class com.qfs.store.impl.StorePartitionTransaction
Returns the current worker on this transaction.
getOrDefault(int, int) - Method in class com.qfs.chunk.impl.ColumnIntegerRowMapping
 
getOrDefault(int, int) - Method in class com.qfs.chunk.impl.HashMapRowMapping
 
getOrDefault(int, int) - Method in class com.qfs.chunk.impl.IdentityRowMapping
 
getOrDefault(int, int) - Method in interface com.qfs.chunk.IRowMapping
Gets the mapped row or returns the default value if not mapped.
getOrDefault(K, V) - Method in interface com.activeviam.collections.ImmutableMap
Gets a value from the map if the key exists or a default value instead.
getOrder() - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
getOrder() - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
getOrder() - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
getOrder() - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
getOrder() - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
getOrder() - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
getOrder() - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
getOrder() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
getOrder() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
getOrder() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
getOrder() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
getOrder() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
getOrder() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
getOrder() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
getOrder() - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
getOrder() - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
getOrder() - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
getOrder() - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
getOrder() - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
getOrder() - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
getOrder() - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
getOrder() - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
getOrder() - Method in interface com.qfs.chunk.IChunkInteger
Gets this chunk order, i.e.
getOrder() - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
getOrder() - Method in class com.qfs.chunk.impl.ChunkOffsetInteger
 
getOrder() - Method in class com.qfs.chunk.impl.ChunkOffsetLong
Gets the underlying chunk order.
getOrder() - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
getOrder() - Method in interface com.qfs.dic.IDictionary
Gets the order of that dictionary.
getOrder() - Method in class com.qfs.dic.impl.AbstractDictionary
 
getOrder() - Method in class com.qfs.dic.impl.AChristmasDictionary
Returns the order of the dictionary.
getOrder() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
getOrder() - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
getOrder() - Method in class com.qfs.dic.impl.NullableDictionary
 
getOrder() - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
getOrder() - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
getOrder() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet
 
getOrder() - Method in interface com.quartetfs.pivot.mdx.eval.set.IOrderedSet
Returns the comparator used to sort the set.
getOrder(int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Returns the smallest integer k such as 2^k ≥ value.
getOrders() - Method in interface com.quartetfs.biz.pivot.definitions.IComparatorDescription
Returns the list of the special orders for the IComparatorPivot.
getOrders() - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorDescription
 
getOrdinal() - Method in class com.qfs.pivot.json.cellset.CellData
 
getOrdinal() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughRow
Returns the ordinal of this drillthrough row within the drillthrough result set.
getOrdinal() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughRow
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter.NonVisualFilteredHierarchy
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeHierarchy
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeLevel
 
getOrdinal() - Method in interface com.quartetfs.biz.pivot.cube.dimension.IDimension
Returns the ordinal of the dimension.
getOrdinal() - Method in interface com.quartetfs.biz.pivot.cube.dimension.IDimensionInfo
Return the ordinal of the dimension.
getOrdinal() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.ADimension
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionVersion
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Returns the ordinal of the hierarchy.
getOrdinal() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl.ASubCubeDimension
 
getOrdinal() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
Returns the ordinal of the hierarchy.
getOrdinal() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchyInfo
The absolute ordinal of the hierarchy with respect with all hierarchies in the cube.
getOrdinal() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevel
Gets the ordinal of this level.
getOrdinal() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo
Get the ordinal of this level.
getOrdinal() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.AHierarchy
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.ALevel
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.dto.CellDTO
Gets the cell ordinal.
getOrdinal() - Method in class com.quartetfs.biz.pivot.dto.DrillthroughRowDTO
 
getOrdinal() - Method in class com.quartetfs.biz.pivot.dto.HierarchyDTO
 
getOrdinal() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxDimension
Returns the ordinal of this dimension.
getOrdinal() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxHierarchy
Returns the ordinal of this hierarchy.
getOrdinal() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxLevel
Returns the ordinal of this level.
getOrdinal() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxDimension
 
getOrdinal() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxHierarchy
 
getOrdinal() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxLevel
 
getOrElse(K, V) - Method in class com.qfs.fwk.cache.impl.TtlCache
Retrieve the value corresponding to a key, or a specified default value if there is no value or it is invalid (i.e.
getOrigin() - Method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellset
 
getOrigin() - Method in class com.qfs.pivot.testing.impl.MdxResultCellSet
 
getOrigin() - Method in interface com.quartetfs.biz.pivot.cellset.ICellSetResult
Gives the origin of the query.
getOriginalCount() - Method in exception com.quartetfs.biz.pivot.cellset.RetrievalResultSizeException
Returns the result size before contribution.
getOriginalLocation() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IImpact
Returns the original location (possibly range) for which the impact is computed.
getOriginalLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.Impact
 
getOriginalMeasureInstance(IInternalCopperMeasure) - Method in class com.activeviam.copper.AMeasurePublisher
Deprecated.
 
getOriginalMeasures() - Method in interface com.quartetfs.biz.pivot.cellset.IFullRefreshCellSet
Retrieve the original measures for which this cell set was built, as specified in the corresponding query.
getOriginalMeasures() - Method in class com.quartetfs.biz.pivot.cellset.impl.FullRefreshCellSet
 
getOriginalMeasures() - Method in class com.quartetfs.biz.pivot.cellset.impl.FullRefreshPartialCellSet
 
getOriginalPartitionId(int) - Method in class com.qfs.store.part.impl.PartitioningUtil.ReducedPartitioningFunction
Gets the partition id following the original partitioning from a partition id of the reduced partitioning.
getOriginalPartitionIds(int[], int[]) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
Get the ids of the partitions that may contain records contained in a partition of a reduced partitioning of this partitioning.
getOriginalPartitionIds(IPartitioning, int) - Method in interface com.qfs.store.part.IPartitioning
Gets the ids of the partitions that may contain records contained in the given PartitionId.
getOriginalScopeLocations() - Method in interface com.quartetfs.biz.pivot.cellset.IFullRefreshCellSet
Retrieve the original scope locations for which this cell set was built, as specified in the corresponding query.
getOriginalScopeLocations() - Method in class com.quartetfs.biz.pivot.cellset.impl.FullRefreshCellSet
 
getOriginalScopeLocations() - Method in class com.quartetfs.biz.pivot.cellset.impl.FullRefreshPartialCellSet
 
getOriginalStreamNode(String) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
Retrieve the stream node corresponding to a continuous query.
getOriginatingQuery() - Method in interface com.qfs.store.query.ICompiledGetByKey
Returns the original query.
getOriginatingQuery() - Method in interface com.qfs.store.query.ICompiledQuery
Returns the query that was submitted to the IQueryPlanner that created this query.
getOriginatingQuery() - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
getOriginatingQuery() - Method in class com.qfs.store.query.impl.CompiledQuery
 
getOriginatingQuery() - Method in interface com.quartetfs.fwk.query.IAttachedQuery
Returns the query that was attached to create this one.
getOriginatingQuery() - Method in class com.quartetfs.fwk.query.impl.AAttachedQuery
 
getOriginColumnFor(String) - Static method in class com.quartetfs.biz.xmla.discovery.mdp.impl.CommonColumnsDefinition
 
getOrNull(K) - Method in class com.qfs.fwk.cache.impl.TtlCache
Produce the value (possibly null) corresponding to a key or null if there is no value, or it is invalid (i.e.
getOtherBitmaps(int, TIntArrayList) - Method in interface com.qfs.bitmap.IBitmapIndex
Returns all the bitmaps for the given level whose positions are not in the excludedValues list.
getOtherBitmaps(int, TIntArrayList) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
getOtherBitmaps(int, TIntArrayList) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
getOuterReferencePolicy() - Method in class com.qfs.store.query.condition.impl.RecordQuery
 
getOuterReferencePolicy() - Method in interface com.qfs.store.query.IQuery
Gets the outer reference policy.
getOuterReferences() - Method in class com.qfs.store.query.plan.impl.QueryStoreTree
 
getOuterReferences() - Method in interface com.qfs.store.query.plan.IQueryStoreTree
Returns the map of outer references.
getOuterReferencingRows(IStorePartitionView, IStorePartitionView, IBitmap) - Method in interface com.qfs.store.ref.IConcreteReference
Retrieves the rows of the owner store that either do not reference any row, or reference one of the given rows of the target store.
getOuterReferencingRows(IStorePartitionView, IStorePartitionView, IBitmap) - Method in class com.qfs.store.ref.impl.AConcreteReferenceBase.ConcreteReferenceStructuralTransactionView
 
getOuterReferencingRows(IStorePartitionView, IStorePartitionView, IBitmap) - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
 
getOuterReferencingRows(IStorePartitionView, IStorePartitionView, IBitmap) - Method in class com.qfs.store.ref.impl.AConcreteReferenceVersion
 
getOutput() - Method in class com.qfs.pivot.testing.impl.MarkdownPrinter
Gives the markdown representation of MarkdownPrinter.toPrint.
getOutputConfiguration() - Method in class com.activeviam.pivot.json.dataexport.JsonDataExportOrder
Gets the output options.
getOutputStream() - Method in interface com.activeviam.cloud.entity.ICloudEntityPath
Creates an output stream to write at the entity path.
getOutputStream() - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXMLHandler
 
getOutputType() - Method in class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger.MergeCopperFunction
 
getOutputType() - Method in class com.activeviam.copper.measure.window.WindowBuilder.ConstantPartitionByValueProvider
 
getOutputType() - Method in class com.activeviam.copper.measure.window.WindowBuilder.PartitionByParentProvider
 
getOutputType() - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.ConstantCopperFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.ContextValueFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.CopperHierarchyValueFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.CopperLevelValueFunction
 
getOutputType() - Method in interface com.activeviam.copper.operation.function.ICopperFunction
Returns the type of the results returned by this post-processor.
getOutputType() - Method in class com.activeviam.copper.operation.function.ReaderCopperFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.ToBooleanRecordMapFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.ToDoubleRecordMapFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.ToDoubleUnaryFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.ToFloatRecordMapFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.ToFloatUnaryFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.ToIntRecordMapFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.ToIntUnaryFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.ToLongRecordMapFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.ToLongUnaryFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.ToObjectRecordMapFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.function.ToObjectUnaryFunction
 
getOutputType() - Method in class com.activeviam.copper.operation.operator.ToBooleanUnaryFunction
 
getOutputType() - Method in class com.activeviam.pivot.postprocessing.impl.AAdvancedPostProcessor
 
getOutputType() - Method in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor
Returns the type of the values computed by this post-processor.
getOutputTypeFromProperties(Properties) - Static method in class com.activeviam.pivot.postprocessing.impl.AAdvancedPostProcessor
Retrieves the output type from the given properties, and verifies it is valid.
getOwnedBranches(Set<String>) - Method in interface com.qfs.security.IBranchPermissionsManager
Gets the set of branches (registered in this service) that the user with the given roles own.
getOwnedBranches(Set<String>) - Method in class com.qfs.security.impl.BranchPermissionsManager
 
getOwnedBranches(Set<String>) - Method in class com.qfs.security.impl.CachedBranchPermissionsManager
 
getOwnedBranches(Set<String>) - Method in class com.qfs.security.impl.ContentServiceBranchPermissionsManager
 
getOwnerFieldNames() - Method in class com.qfs.store.ref.impl.AConcreteReferenceFactory
Gets the name of the fields of the owner store used for the reference.
getOwnerFieldNames() - Method in class com.qfs.store.ref.impl.ReferenceMetadata
Names of the fields considered in the owner store.
getOwnerFieldNames() - Method in interface com.qfs.store.ref.IReferenceMetadata
Gets the fields from the owner store used by this reference.
getOwnerFieldPositions() - Method in class com.qfs.store.ref.impl.ReferenceMetadata
The owner fields the reference is based on.
getOwnerFieldPositions() - Method in interface com.qfs.store.ref.IReferenceMetadata
Gets the positions of the owner fields the reference is based on.
getOwnerFields() - Method in class com.activeviam.store.structure.impl.ReferenceDefinition
Gets the fields from the owner store used by this reference.
getOwnerIndexType(String, String) - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Gets the type of index induced by the reference in the owner store.
getOwnerIndexType(String, String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getOwnerName() - Method in class com.qfs.store.ref.impl.AConcreteReferenceFactory
Gets the name of the owner store.
getOwnerPartitionId() - Method in interface com.qfs.store.ref.IConcreteReference
Gets the partition id of the owner partition linked by this reference.
getOwnerPartitionId() - Method in interface com.qfs.store.ref.IConcreteReferenceBase
Gets the partition id of the owner partition linked by this reference.
getOwnerPartitionId() - Method in class com.qfs.store.ref.impl.AConcreteReferenceBase.ConcreteReferenceStructuralTransactionView
 
getOwnerPartitionId() - Method in class com.qfs.store.ref.impl.AConcreteReferenceBase
Partition id of the owner partition linked by this reference.
getOwnerPartitionId() - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
 
getOwnerPartitionId() - Method in class com.qfs.store.ref.impl.AConcreteReferenceVersion
 
getOwnerPartitionId() - Method in class com.qfs.store.ref.impl.AMultiVersionConcreteReference
 
getOwnerPartitionId() - Method in interface com.qfs.store.ref.IMultiVersionConcreteReference
Gets the id of the owner partition of this concrete reference.
getOwners() - Method in class com.qfs.content.rest.impl.RestBulkApiJsonParams.PutJsonParam
Returns the owners.
getOwners() - Method in class com.qfs.content.rest.impl.RestContentJsonParams.PostFileJsonParam
Returns the owners.
getOwners() - Method in class com.qfs.content.rest.impl.RestContentJsonParams.PutFileJsonParam
Returns the owners.
getOwners() - Method in class com.qfs.content.rest.impl.RestContentJsonParams.UpdatePermissionsJsonParam
Returns the owners.
getOwners() - Method in class com.qfs.content.service.audit.impl.AuditableCSEntry
 
getOwners() - Method in interface com.qfs.content.service.IBasicPathlessContentEntry
The list of users / groups that owns this entry.
getOwners() - Method in class com.qfs.content.service.impl.BasicPathlessContentEntry
 
getOwners() - Method in class com.qfs.content.service.impl.CSEntry
 
getOwners() - Method in interface com.qfs.pivot.content.IActivePivotContentService.IDescriptionWithPermissions
 
getOwners() - Method in class com.qfs.pivot.content.impl.DescriptionWithPermissions
 
getOwners() - Method in class com.qfs.pivot.json.branch.JsonBranchDescription
Get owners of the branch.
getOwners() - Method in class com.qfs.pivot.json.branch.JsonBranchPermissions
Gets the set of users and roles which can edit this branch.
getOwners() - Method in class com.qfs.pivot.json.configuration.JsonMdxDefinitionStatement
 
getOwners() - Method in interface com.qfs.security.IBranchPermissions
Gets the owners of the branch.
getOwners() - Method in class com.qfs.security.impl.BranchPermissions
 
getOwnerStore() - Method in class com.qfs.desc.impl.ReferenceDescription
 
getOwnerStore() - Method in interface com.qfs.desc.IReferenceDescription
Returns the name of the owner store.
getOwnerStoreName() - Method in class com.activeviam.store.structure.graph.ReferenceKey
The name of the owner store.
getOwnerStoreName() - Method in class com.activeviam.store.structure.impl.ReferenceDefinition
 
getOwnerStoreName() - Method in class com.qfs.store.ref.impl.ReferenceMetadata
Name of the store owning this reference.
getOwnerStoreName() - Method in interface com.qfs.store.ref.IReferenceMetadata
Gets the name of the store owning this reference.
getPage() - Method in class com.qfs.pivot.json.database.JsonDatabaseQuery
Gets the current page of the results.
getPageSize() - Method in class com.qfs.pivot.json.database.JsonDatabaseQuery
Gets the maximum number of results.
getPagination() - Method in class com.qfs.pivot.json.database.JsonDatabaseQueryResult
Gets the pagination information.
getParallelism() - Method in class com.qfs.pool.impl.PoolUtil.PoolConfig
 
getParallelism() - Method in class com.qfs.util.timing.impl.NoopTimer
 
getParallelism() - Method in class com.qfs.util.timing.impl.Timer
Returns the maximum number of concurrent start on this timer.
getParallelism() - Method in interface com.qfs.util.timing.ITimer
Returns the maximum number of calls to ITimer.start() with no correspondent ITimer.stop() called yet that happened on this timer.
getParameter() - Method in class com.qfs.repository.dto.PointValueQueryDto
 
getParameter() - Method in class com.qfs.repository.persistence.model.impl.PointValueQuery
 
getParameter() - Method in interface com.qfs.repository.persistence.model.IPointValueQuery
Gets the name of the parameter on which the query is related.
getParameter(String, boolean) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
getParameter(String, boolean) - Method in class com.qfs.repository.impl.RepositoryService
 
getParameter(String, boolean) - Method in interface com.qfs.repository.IRepositoryService
Retrieves all the details of the given parameter id.
getParameter(String, boolean) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
getParameter(String, String, String) - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
getParameter(String, String, String) - Method in interface com.qfs.repository.rs.IRepositoryRestService
Gets the definition of a parameter.
getParameterFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getParameterFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the field used to store the name of a point value.
getParameterName() - Method in class com.qfs.repository.dto.ParameterUpdateDto
 
getParameterName() - Method in class com.qfs.repository.params.impl.ParameterUpdate
 
getParameterName() - Method in interface com.qfs.repository.params.IParameterUpdate
Returns the name of the parameter to modify.
getParameterNames() - Method in interface com.activeviam.database.api.query.IPreparedQuery
Returns the names of the parameters to fill for the query.
getParameterNames() - Method in class com.activeviam.store.impl.PreparedAggregateQuery
 
getParameterNames() - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
getParameterNames() - Method in class com.qfs.store.query.impl.CompiledQuery
 
getParameters() - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
getParameters() - Method in class com.qfs.repository.impl.RepositoryListenerManager
 
getParameters() - Method in class com.qfs.repository.impl.RepositoryService
 
getParameters() - Method in interface com.qfs.repository.IRepositoryListenerManager
Get all the parameters that have registered listeners.
getParameters() - Method in interface com.qfs.repository.IRepositoryService
Gets the list of parameters name.
getParameters() - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getParameters() - Method in interface com.qfs.repository.persistence.IPointValueDao
Gets the list of parameters.
getParameters() - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
getParameters() - Method in interface com.qfs.repository.rs.IRepositoryRestService
Gets the name of all parameters ever having a rule.
getParameters() - Method in class com.qfs.repository.ws.ParameterWsConfigurationDto
Returns The parameters to fetch.
getParameters() - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
getParameters(String) - Method in class com.qfs.repository.impl.FilteredParameterEvent
 
getParameters(String) - Method in class com.qfs.repository.impl.ParameterEvent
 
getParameters(String) - Method in interface com.qfs.repository.IParameterEvent
Get the names of the parameters which have changed.
getParametersNames() - Method in class com.quartetfs.fwk.monitoring.impl.OperationInfo
 
getParametersNames() - Method in interface com.quartetfs.fwk.monitoring.IOperationInfo
Return the array of parameters names.
getParametersSignature() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFixedFunctionDefinition
 
getParametersSignature() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AOptionalArgumentsInSerieFunctionDefinition
 
getParametersSignature() - Method in class com.quartetfs.pivot.mdx.func.base.impl.ASingleOptionalArgFunctionDefinition
 
getParametersSignature() - Method in class com.quartetfs.pivot.mdx.func.base.impl.ASingleOptionalKeywordFunctionDefinition
 
getParametersSignature() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AVarArgSingleTypeFunctionDefinition
 
getParametersSignature() - Method in class com.quartetfs.pivot.mdx.func.custom.impl.ActiveMeasureFunction.ActiveMeasureFunctionDefinition
Get a formatted string representing the signature of parameters of the function.
getParametersSignature() - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionDefinition
Get a formatted string representing the signature of parameters of the function.
getParameterStoreConfiguration() - Method in interface com.qfs.repository.IDatastoreRepositoryCacheConfiguration
Get the configuration of the store holding the point values inserted into the repository cache.
getParameterStoreConfiguration() - Method in class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
 
getParametersToWatch() - Method in interface com.qfs.repository.params.IParameterChangeListener
Get the parameters the listener is interested in.
getParametersType() - Method in class com.quartetfs.fwk.monitoring.impl.OperationInfo
 
getParametersType() - Method in interface com.quartetfs.fwk.monitoring.IOperationInfo
Return the array of parameters types.
getParameterWithPending(String, String, String) - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
getParameterWithPending(String, String, String) - Method in interface com.qfs.repository.rs.IRepositoryRestService
Gets the definition of a parameter, including pending value.
getParent() - Method in class com.activeviam.copper.graph.CopperNode
 
getParent() - Method in class com.activeviam.database.api.schema.JoinPath
Gets the path to the previous table in the path.
getParent() - Method in interface com.qfs.monitoring.statistic.IMonitoringStatistic
Gets the parent statistic.
getParent() - Method in class com.qfs.monitoring.statistic.impl.MonitoringStatistic
 
getParent() - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
 
getParent() - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
getParent() - Method in class com.qfs.pivot.json.branch.JsonBranchCreation
Gets the parent branch.
getParent() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getParent() - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
getParent() - Method in class com.qfs.pivot.monitoring.impl.MonitoringStatisticAdapter
 
getParent() - Method in interface com.qfs.store.service.IBranchCreationDescription
Gets the parent branch.
getParent() - Method in class com.qfs.store.service.impl.BranchCreationDescription
 
getParent() - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
Returns the parent (i.e.
getParent() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisMember
Returns the parent activeMember.
getParent() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMember
 
getParent() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
getParent() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
getParent() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisMember
Returns the parent member.
getParent() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IParentAxisMember
Deprecated.
Returns the parent activeMember or NULL if this activeMember is a root.
getParent() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiDescription
For later use.
getParent() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
 
getParent() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
getParent() - Method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup.UnknownMdxMember
 
getParent() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxFixedMember
Returns the parent of the member.
getParent() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMember
Returns the parent of the member.
getParent() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxPivotMember
 
getParent() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMember
 
getParent() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxActiveMeasureMember
 
getParent(IMdxMember, int) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Gets the i-th parent of a member.
getParent(String) - Static method in class com.qfs.content.service.impl.ContentServiceHelper
Get the path of the parent directory.
getParent(K) - Method in class com.qfs.graph.impl.Tree
 
getParent(K) - Method in interface com.qfs.graph.ITree
Each node of a tree but the root has a parent.
getParentBranch() - Method in interface com.qfs.multiversion.IBranchInfo
Gets the branch on which this branch was created.
getParentBranch() - Method in interface com.qfs.multiversion.IHeadInfo
Gets the branch on which this version's branch was created.
getParentBranch() - Method in interface com.qfs.multiversion.IHistoryNode
Gets the branch on which the branch of the associated version was created.
getParentBranch() - Method in class com.qfs.multiversion.impl.BranchInfo
 
getParentBranch() - Method in class com.qfs.multiversion.impl.HeadInfo
 
getParentBranch(String) - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
getParentBranch(String) - Method in interface com.qfs.multiversion.IVersionHistory
Gets the parent branch.
getParentBranch(String) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getParentBranch(String) - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxEpochManager
Returns the branch on which the specified branch was created.
getParentBranch(String) - Method in class com.quartetfs.pivot.mdx.epoch.impl.MdxEpochManager
 
getParentBranch(Properties) - Static method in class com.qfs.store.transaction.impl.TransactionManagerUtil
Extracts the name of the branch on which new branches will be started.
getParentId() - Method in class com.qfs.distribution.impl.TraceableBroadcastContext
The parent's spanId or null if this the root span in a trace.
getParentMultiQueryMonitor(IGetAggregatesContinuousQuery) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Returns the multi query monitor whose multi query is the parent of the continuous query query.
getParents() - Method in class com.qfs.concurrent.cancellable.impl.MultiCancellableCountedCompleter
Gets an unmodifiable view of the completers for this multi-completer.
getParents() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Gets an unmodifiable view of the completers for this multi-completer.
getParents() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ADependencyNode
 
getParentSpanId() - Method in class com.activeviam.pivot.json.tracing.JsonTracingInfo
Returns the parent span id.
getParentTransaction() - Method in class com.qfs.store.impl.StorePartitionTransaction
Gets the transaction on the store owning the partition this transaction modifies.
getParentVersion() - Method in class com.activeviam.store.structure.IUpdatePartitioningAction.SubPartitionVersion
 
getParsedColumns() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvNotEnoughColumnsAnomaly
The actual number of columns found in the CSV file.
getParsedColumns() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvTooManyColumnsAnomaly
The actual number of columns found in the CSV file.
getParsedDouble(CharSequence) - Static method in class com.quartetfs.fwk.format.impl.DoubleParser
Returns the parsed char sequence into a double primitive.
getParsedLinesCount() - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
getParsedLinesCount() - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Returns the number of lines that were loaded into the datastore.
getParsedQuery() - Method in class com.qfs.spring.websocket.impl.StreamState
Deprecated.
The parsed query if it exists or null otherwise.
getParsedRanges() - Method in class com.qfs.spring.websocket.impl.StreamState
Deprecated.
The parsed ranges if it exists or null otherwise.
getParser() - Method in interface com.activeviam.datastore.api.schema.IDatastoreField
Gets the parser corresponding to this field's type, if any.
getParser() - Method in interface com.qfs.literal.ILiteralType
Returns the parser for this string.
getParser() - Method in class com.qfs.literal.impl.LiteralType
 
getParserConfiguration() - Method in interface com.qfs.msg.csv.ICSVTopic
Return the parser configuration to be used when parsing the files associated with this topic.
getParserConfiguration() - Method in class com.qfs.msg.csv.impl.ACSVTopic
 
getParserConfiguration() - Method in class com.qfs.msg.csv.impl.LineReader
 
getParserPlugins() - Method in class com.qfs.store.impl.StoreMetadata
 
getParserPlugins() - Method in interface com.qfs.store.IStoreMetadata
Gets the parser plugins for each field.
getParserPolicy() - Method in interface com.qfs.msg.csv.ICSVParserConfiguration
Gets the parser policy that explains how to parse the lines.
getParserPolicy() - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
 
getParserPolicy() - Method in class com.qfs.msg.csv.impl.ParserContext
 
getParsers() - Method in class com.qfs.store.service.impl.DatabaseServiceTableMetadata
Returns the parsers.
getParserThreads() - Method in interface com.qfs.msg.csv.ICSVSourceConfiguration
Gets the number of concurrent parser threads.
getParserThreads() - Method in class com.qfs.msg.csv.impl.CSVSourceConfiguration
 
getParsingInfo() - Method in class com.activeviam.health.monitor.impl.CsvFileParsingFailure
Various information about the parsing.
getParsingInfo() - Method in class com.activeviam.health.monitor.impl.CsvFileParsingProgress
Various information about the parsing.
getParsingInfo() - Method in class com.qfs.msg.csv.impl.PublicationQueue
Create information about what at the current time has been parsed in this publication .
getParsingReport() - Method in interface com.qfs.msg.csv.ILineReader
Gets the report in which parsing errors related to this LineReader should be logged.
getParsingReport() - Method in class com.qfs.msg.csv.impl.LineReader
 
getParsingSeparator() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
getParsingSeparator() - Method in interface com.qfs.desc.IVectorFieldDescription
Returns the separator to parse the vectors from the csv source.
getParsingTime() - Method in class com.qfs.msg.csv.impl.ParserResult
 
getParsingTime() - Method in interface com.qfs.msg.csv.IParserResult
Returns the amount of time (in nanoseconds) spent by the worker thread parsing text.
getPartialCellSet(Collection<ILocation>, Collection<String>) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
getPartialCellSet(Collection<ILocation>, Collection<String>) - Method in class com.quartetfs.biz.pivot.cellset.impl.FullRefreshCellSet
 
getPartialCellSet(Collection<ILocation>, Collection<String>) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
getPartialCellSet(Collection<ILocation>, Collection<String>) - Method in interface com.quartetfs.biz.pivot.cellset.IScopedCellSet
Gets a partial cell set focusing on a collections of scopes and measures.
getPartialCollectors() - Method in class com.qfs.pivot.cube.provider.multi.impl.GlobalMultipleAggregateCollector
The list of partial collectors.
getPartialHierarchies() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
 
getPartialHierarchies() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
getPartialHierarchies() - Method in interface com.qfs.pivot.cube.provider.multi.IPartialProvider
Returns partial hierarchy names.
getPartialPoint(Map<String, Object>) - Method in class com.qfs.store.query.plan.impl.IndexCompiledOperations.RangeOperands
Builds a partial point for the query containing only the unitary values.
getPartialProviderName() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider.PartialPrimitiveAggregatesRetrieval
Returns the name of the partial provider handling these retrievals.
getPartialProviderName() - Method in class com.qfs.pivot.json.queryplan.RetrievalData
The retrieval measure provider.
getPartialProviderName() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregateRetrievalInfo
Returns the partial provider name for this retrieval if it applies.
getPartialProviderName() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
getPartialProviderName() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PartialProviderRetrievalInfo
 
getPartialProviders() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderBase
Returns the partial providers contained in the holder by coordinate.
getPartialProviders() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderBase
 
getPartialProviders() - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData
The used partial providers.
getPartialProviders() - Method in interface com.quartetfs.biz.pivot.definitions.IAggregateProviderDefinition
Returns the optional list of partial storage definitions.
getPartialProviders() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
 
getPartialProviders() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Returns the map of partial aggregate providers and the corresponding version for this retriever.
getPartialProviders() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
getPartialProviders() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the used provider's names.
getPartialProviders() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getPartialProviders() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getPartialProviderSelector() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderVersion
Returns the partial provider selector.
getPartialProviderSelector() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
getPartialProviderSelector() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the IPartialProviderSelector of this retriever.
getPartialProvidersMap() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderVersion
Returns the partial provider versions associated with this version of the holder.
getPartialProvidersMap() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
Returns all the partial providers that belong to this multiple provider.
getPartialResult() - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
 
getPartition() - Method in interface com.qfs.store.IDroppedPartitionInformation
Gets the dropped partition.
getPartition() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
Returns the aggregates retrieval partition.
getPartition(int) - Method in interface com.activeviam.store.IInternalStoreVersion
 
getPartition(int) - Method in class com.qfs.store.impl.StoreBase
Returns the partition with the given ID.
getPartition(int) - Method in class com.qfs.store.impl.StoreTransaction
 
getPartition(int) - Method in class com.qfs.store.impl.StoreVersion
 
getPartition(int) - Method in class com.qfs.store.impl.UserStoreVersion
 
getPartition(int) - Method in interface com.qfs.store.IStore
Returns the partition with the given ID.
getPartition(String, int) - Method in interface com.activeviam.store.IDatastoreView
Deprecated, for removal: This API element is subject to removal in a future version.
getPartition(String, int) - Method in interface com.qfs.store.IDatastoreSchemaVersion
 
getPartition(String, int) - Method in class com.qfs.store.impl.DatastoreSchemaVersion
 
getPartition(String, int) - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
 
getPartition(String, int) - Method in class com.qfs.store.impl.DatastoreTransactionContext
 
getPartition(String, int) - Method in class com.qfs.store.impl.DatastoreVersion
 
getPartition(String, int) - Method in class com.qfs.store.query.impl.DatastoreTransactionQueryRunner
 
getPartition(String, int) - Method in class com.qfs.store.query.impl.TransactionQueryRunnerWithTimeout
 
getPartitionCapacity() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedAggregateProvider
Gets the count of allocated partition slots.
getPartitionContent(int) - Method in class com.qfs.plan.impl.APartitionTransactionContent
 
getPartitionContent(int) - Method in class com.qfs.plan.impl.ATransactionContent
 
getPartitionContent(int) - Method in class com.qfs.plan.impl.FastForwardTransactionContent
 
getPartitionContent(int) - Method in interface com.qfs.plan.ITransactionContent
Get the content of the transaction for a specific partition.
getPartitionCoordinates(int) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning
 
getPartitionCoordinates(int) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
 
getPartitionCoordinates(int) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
 
getPartitionCoordinates(int) - Method in interface com.qfs.store.part.IPartitioning.IPartitioningWithMultipleSubPartitionings
Gets the coordinates of the given partitionId in this partitioning.
getPartitionCount() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedAggregateProvider
Gets the number of partitions that are allocated in the partition array.
getPartitionCount() - Method in class com.qfs.store.impl.StoreSummaryReport
Returns the number of partitions in the store summary report.
getPartitionCount() - Method in class com.qfs.store.impl.StoreTransaction
 
getPartitionCount() - Method in class com.qfs.store.impl.StoreVersion
 
getPartitionCount() - Method in class com.qfs.store.impl.UserStoreVersion
 
getPartitionCount() - Method in interface com.qfs.store.IStore
Retrieves the number of non-null partitions of this store.
getPartitionedByValue() - Method in class com.qfs.store.impl.StorePartitionMonitor
Gets the value of the by-value partitioning fields.
getPartitionedByValueFields(int) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
 
getPartitionedByValueFields(int) - Method in interface com.qfs.store.part.IPartitioning
Gets the partitioned by-value fields of the given partition.
getPartitionedByValueFields(int[]) - Method in class com.qfs.store.part.impl.APartitioningNode
Considers the given fields and see which are associated with a partitioning by value in the tree defined by this partitioning node and its children.
getPartitionedByValueMap() - Method in class com.qfs.store.impl.MultiVersionColumnarRecordSet
 
getPartitionedByValueMap() - Method in interface com.qfs.store.IMultiVersionRecordSet
Gets the map from partitioned by value fields, and the corresponding values.
getPartitionedByValueMap(int) - Method in class com.qfs.distribution.impl.DistributedPartitioning
 
getPartitionedByValueMap(int) - Method in class com.qfs.store.part.impl.AdaptivePartitioning
 
getPartitionedByValueMap(int) - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
getPartitionedByValueMap(int) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
 
getPartitionedByValueMap(int) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
 
getPartitionedByValueMap(int) - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
getPartitionedByValueMap(int) - Method in class com.qfs.store.part.impl.SinglePartitioning
 
getPartitionedByValueMap(int) - Method in interface com.qfs.store.part.IPartitioning
Gets the values of the partitioned by-value fields.
getPartitionedByValueMap(int) - Method in interface com.qfs.store.part.IPartitioning.IPartitioningWithMultipleSubPartitionings
 
getPartitionedByValueMap(IPartitioning, int) - Static method in class com.qfs.store.part.impl.PartitioningUtil
Gets the values of the partitioned by-value fields.
getPartitionId() - Method in class com.activeviam.database.api.query.PartitionStatistics
Id of the partition.
getPartitionId() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.VersionPartitionKey
 
getPartitionId() - Method in interface com.qfs.multiversion.squash.ISquashableAggregateProviderPartitionVersion
Gets id of the partition.
getPartitionId() - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition.AggregateProviderPartitionVersion
Returns the ID of the associated partition.
getPartitionId() - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition
Returns the ID of the associated partition.
getPartitionId() - Method in class com.qfs.plan.impl.APartitionTransactionContent
 
getPartitionId() - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
 
getPartitionId() - Method in class com.qfs.plan.impl.StorePartitionUpdateForDeltaQueries
 
getPartitionId() - Method in interface com.qfs.plan.IPartitionTransactionContent
The id of the partition this content belongs to.
getPartitionId() - Method in interface com.qfs.plan.IStorePartitionUpdate
Gets the partition index, within the store, for which this update is computed.
getPartitionId() - Method in interface com.qfs.store.IDroppedPartitionInformation
Gets the id of the dropped partition.
getPartitionId() - Method in class com.qfs.store.impl.ADelegateStorePartitionView
 
getPartitionId() - Method in class com.qfs.store.impl.MultiVersionStorePartition
 
getPartitionId() - Method in class com.qfs.store.impl.StorePartitionBase
Partition id.
getPartitionId() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
getPartitionId() - Method in class com.qfs.store.impl.StorePartitionVersion
 
getPartitionId() - Method in class com.qfs.store.impl.StoreSummaryReport.PartitionSummaryReport
 
getPartitionId() - Method in class com.qfs.store.impl.UserStorePartitionVersion
 
getPartitionId() - Method in interface com.qfs.store.IMultiVersionStorePartition
Gets the partition id of this store.
getPartitionId() - Method in interface com.qfs.store.IStorePartitionView
Gets the id of the partition within its store.
getPartitionId() - Method in class com.qfs.store.query.condition.impl.RecordQuery
 
getPartitionId() - Method in interface com.qfs.store.query.IQuery
Indicates if this query needs to be run on only one partition or the whole store.
getPartitionId() - Method in interface com.qfs.store.query.IRecordMatcher
Deprecated.
 
getPartitionId() - Method in exception com.qfs.store.record.DuplicateKeyException
Returns the id of the partition in the store where the insertion failed.
getPartitionId() - Method in interface com.quartetfs.biz.pivot.contribution.IContributionHolder
Get the identifier of the partition contributions come from.
getPartitionId() - Method in interface com.quartetfs.biz.pivot.contribution.IGlobalContributionHolder
Gets the identifier of the partition contributions come from.
getPartitionId() - Method in class com.quartetfs.biz.pivot.contribution.impl.AggregatedContributionHolder
 
getPartitionId() - Method in class com.quartetfs.biz.pivot.contribution.impl.FactContributionHolder
 
getPartitionId() - Method in class com.quartetfs.biz.pivot.contribution.impl.GlobalContributionHolder
 
getPartitionId() - Method in class com.quartetfs.biz.pivot.contribution.impl.SimpleAggregatedContributionHolder
Id of the partition for which the data is prepared.
getPartitionId(IArrayReader) - Method in class com.activeviam.store.part.impl.PartitionMapperWithPermutation
 
getPartitionId(IArrayReader) - Method in interface com.activeviam.store.part.IPartitionMapper
Computes the corresponding partition id from the values exposed by the reader.
getPartitionId(IArrayReader) - Method in class com.qfs.distribution.impl.DistributedPartitioning
 
getPartitionId(IArrayReader) - Method in class com.qfs.store.part.impl.AdaptivePartitioning
 
getPartitionId(IArrayReader) - Method in class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning
 
getPartitionId(IArrayReader) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning
 
getPartitionId(IArrayReader) - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
getPartitionId(IArrayReader) - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
getPartitionId(IArrayReader) - Method in class com.qfs.store.part.impl.SinglePartitioning
 
getPartitionId(IArrayReader) - Method in interface com.qfs.store.part.IPartitioning
Computes a partition id for a record.
getPartitionId(IStoreMetadata, TIntIntMap) - Static method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
Gets the id of the partitions whose values at some fields are given.
getPartitionId(IPartitioning, TIntIntMap, int) - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
getPartitionId(IPartitioning, TIntIntMap, int) - Method in interface com.qfs.store.part.IPartitioning
Gives the result of IPartitioning.getPartitionId(IArrayReader) for a record whose partition id in another partitioning is given.
getPartitionIds() - Method in interface com.qfs.store.IStore
Lists all existing partitions of this store.
getPartitioning() - Method in interface com.activeviam.database.api.query.IPreparedListQuery
Returns the partitioning of the underlying query.
getPartitioning() - Method in class com.activeviam.database.api.query.ListQuery
 
getPartitioning() - Method in class com.activeviam.database.commons.api.numa.desc.impl.CustomNumaSelectorDescription
 
getPartitioning() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
getPartitioning() - Method in class com.qfs.desc.impl.StoreDescription
 
getPartitioning() - Method in interface com.qfs.desc.IStoreDescription
Gets the description of the partitioning on this store ('null' if there is no partitioning in place).
A partitioning expression contains the partition key (one or several fields that belongs to a store) and a partitioning policy (will there be one partition per distinct value of the partition key, or some bucketing based on the hash of the partition key)
The schema can be partitioned by several such expressions, one per store at most.
getPartitioning() - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateProviderBase
Returns the internal partitioning of this provider.
getPartitioning() - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateProviderVersion
Returns the internal partitioning of this provider.
getPartitioning() - Method in class com.qfs.pivot.cube.provider.impl.AGlobalAggregateProviderVersion
 
getPartitioning() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
getPartitioning() - Method in interface com.qfs.pivot.cube.provider.multi.IPartialAggregateProviderVersion
Returns the internal partitioning of this provider.
getPartitioning() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedIndexedAggregateProvider
Returns a string representing the partitioning of the bitmap.
getPartitioning() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase
The Partitioning for this Aggregate Provider.
getPartitioning() - Method in class com.qfs.pivot.json.queryplan.RetrievalData
The retrieval partitioning.
getPartitioning() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the partitioning of the store.
getPartitioning() - Method in class com.qfs.store.impl.StoreMetadata
 
getPartitioning() - Method in class com.qfs.store.impl.StoreUtils.TranslationResult
Deprecated.
The partitioning.
getPartitioning() - Method in interface com.qfs.store.IStoreMetadata
Gets the partitioning policy of this store.
getPartitioning() - Method in class com.qfs.store.query.impl.CompiledQuery
 
getPartitioning() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getPartitioning() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregateRetrievalInfo
Returns the retrieval partitioning.
getPartitioning() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Returns the partitioning associated with this plan.
getPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever.ExecutionPlanKey
Gets the partitioning of this key.
getPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ADependencyNode
Gets the partitioning of this node.
getPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CachedPpNode
Gets the partitioning of this node.
getPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.EmptyExternalNode
 
getPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.EmptyNode
 
getPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
 
getPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
Gets the partitioning of this node.
getPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
 
getPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveNode
Gets the partitioning of this node.
getPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.RootNode
 
getPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.SharingPrimitiveNode
Gets the partitioning of this node.
getPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Gets the partitioning associated with this execution plan.
getPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
getPartitioning(String) - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Gets the partitioning to use for a store.
getPartitioning(String) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
getPartitioning(String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getPartitioningCountByType() - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData
The number of partitioning by type.
getPartitioningDescription() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
getPartitioningDescription() - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateProviderBase
Creates a description of the underlying partitioning of this provider.
getPartitioningDescription() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedAggregateProvider
Gets a string description of the partitioning definition by the provider.
getPartitioningDescription() - Method in interface com.quartetfs.biz.pivot.definitions.IAggregateProviderDefinition
Gets the partitioning to use for this provider.
getPartitioningDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
 
getPartitioningDescription(String) - Method in interface com.activeviam.store.structure.IDatastoreSchema
Deprecated, for removal: This API element is subject to removal in a future version.
Internal usage only.
getPartitioningDescription(String) - Method in interface com.activeviam.store.structure.IDatastoreStructure
Gets the partitioning of the given store.
getPartitioningDescription(String) - Method in class com.activeviam.store.structure.impl.DatastoreSchema
 
getPartitioningDescription(String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getPartitioningFields() - Method in class com.qfs.distribution.impl.DistributedPartitioning
 
getPartitioningFields() - Method in class com.qfs.store.part.impl.AdaptivePartitioning
 
getPartitioningFields() - Method in class com.qfs.store.part.impl.AdaptivePartitioningDescription
 
getPartitioningFields() - Method in class com.qfs.store.part.impl.APartitioningWithMultipleStandalonePartitionings
Returns the partitioning fields.
getPartitioningFields() - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
getPartitioningFields() - Method in class com.qfs.store.part.impl.ConstantPartitioningDescription
 
getPartitioningFields() - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
 
getPartitioningFields() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
 
getPartitioningFields() - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
Gets the list of fields used for partitioning, limited to known fields.
getPartitioningFields() - Method in class com.qfs.store.part.impl.PartitioningDescription
 
getPartitioningFields() - Method in class com.qfs.store.part.impl.PartitioningNodeDescription
Returns the partitioning fields of this node's default partitioning rule.
getPartitioningFields() - Method in class com.qfs.store.part.impl.SinglePartitioning
 
getPartitioningFields() - Method in interface com.qfs.store.part.IPartitioning
Indicates which fields from the records are read in order to determine the id of the partition the record will be stored.
getPartitioningFields() - Method in interface com.qfs.store.part.IPartitioningDescription
Gets the partitioning fields.
getPartitioningFieldsIdentityMapping() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the mapping between partitioning fields of the underlying selection of this retriever.
getPartitioningFunction() - Method in class com.qfs.store.part.impl.SinglePartitioning
Returns the partitioning function.
getPartitioningFunctions() - Method in class com.qfs.store.part.impl.AdaptivePartitioningDescription
 
getPartitioningFunctions() - Method in class com.qfs.store.part.impl.APartitioningWithMultipleStandalonePartitionings
Returns the partitioning functions.
getPartitioningFunctions() - Method in class com.qfs.store.part.impl.ConstantPartitioningDescription
 
getPartitioningFunctions() - Method in class com.qfs.store.part.impl.HierarchicalPartitioningDescription
 
getPartitioningFunctions() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
Retrieves the partitioning functions of this partitioning.
getPartitioningFunctions() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription
 
getPartitioningFunctions() - Method in class com.qfs.store.part.impl.PartitioningDescription
 
getPartitioningFunctions() - Method in class com.qfs.store.part.impl.PartitioningNodeDescription
Returns the partitioning functions of this node's default partitioning rule.
getPartitioningFunctions() - Method in interface com.qfs.store.part.IPartitioningDescription
Gets the partitioning functions, aligned to the result returned by IPartitioningDescription.getPartitioningFields().
getPartitioningFunctions(int) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
Retrieve the partitioning functions that have been used to decide a record should be in the given partitionId.
getPartitioningLevels() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
 
getPartitioningLevels() - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IHavePartitioningLevels
Gets the levels on which a node can be partitioned.
getPartitioningLevels() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
 
getPartitioningLevels() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveNode
The levels on which a node can be partitioned if the partitioning can be chosen.
getPartitioningManager() - Method in class com.activeviam.copper.recast.CubeStructureChange
 
getPartitioningManager() - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationContext
 
getPartitioningManager() - Method in interface com.quartetfs.biz.pivot.IActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
getPartitioningManager() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
Gets the manager to use to create new partitionings related to this ActivePivot.
getPartitioningManager() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getPartitioningSnapshot() - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateProviderVersion
Returns the view (or snapshot) of the provider partitioning corresponding to this provider version.
getPartitioningSnapshot() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
getPartitioningSnapshot() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderVersion
 
getPartitioningSnapshot() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getPartitionLock() - Method in class com.qfs.store.impl.MultiVersionStore
 
getPartitionLock() - Method in class com.qfs.store.impl.StoreTransaction
 
getPartitionLock() - Method in interface com.qfs.store.IMultiVersionStore
Returns the lock acquired to allocate and drop partitions.
getPartitionLock() - Method in interface com.qfs.store.IStoreTransaction
Gets the lock required to allocate and drop partition.
getPartitionPool() - Method in class com.qfs.plan.impl.APartitionTransactionContent
 
getPartitionPool() - Method in interface com.qfs.plan.IPartitionTransactionContent
Get the IMixedWorkloadPool attached to the partition this content belongs to.
getPartitions() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase
Get the partitions hold by this base.
getPartitions() - Method in class com.qfs.store.impl.StoreSummaryReport
The summary information for each partition of the store.
getPartitions(IStore<?>, TIntSet) - Static method in class com.qfs.store.impl.StoreUtils
Deprecated.
Gets the partitions of given partitionIds.
getPartitions(String) - Method in interface com.activeviam.store.IDatastoreView
Deprecated, for removal: This API element is subject to removal in a future version.
getPartitions(String) - Method in interface com.qfs.store.IDatastoreSchemaVersion
Gets all the non-null partitions of the wanted store.
getPartitions(String) - Method in class com.qfs.store.impl.DatastoreSchemaVersion
 
getPartitions(String) - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
 
getPartitions(String) - Method in class com.qfs.store.impl.DatastoreTransactionContext
 
getPartitions(String) - Method in class com.qfs.store.impl.DatastoreVersion
Gets all the non-null partitions of the wanted store.
getPartitions(String) - Method in class com.qfs.store.query.impl.DatastoreTransactionQueryRunner
 
getPartitions(String) - Method in class com.qfs.store.query.impl.TransactionQueryRunnerWithTimeout
 
getPartitionSelector() - Method in interface com.qfs.store.query.ICompiledQuery
Retrieve the partition selector in use by this query.
getPartitionSelector() - Method in class com.qfs.store.query.impl.CompiledQuery
Instance selecting the partition on which a query is executed.
getPartitionSizes(IStore<?>) - Static method in class com.qfs.store.impl.StoreUtils
Deprecated.
Retrieves the actual sizes of each partition of the store.
getPartitionsMaxRowIds() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the maximum number of rows of each partitions of this store.
getPartitionsSizes() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the rows that are actually used by the partitions of latest version of this store.
getPartitionsToRunOn() - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartitionSelector
Selects the subset of partitions that can contain necessary values for the query's location.
getPartitionsToRunOn(TIntSet, Map<String, Object>) - Method in class com.qfs.store.part.impl.AndPartitionSelector
 
getPartitionsToRunOn(TIntSet, Map<String, Object>) - Method in class com.qfs.store.part.impl.MultiPositionUniquePartitionSelector
 
getPartitionsToRunOn(TIntSet, Map<String, Object>) - Method in class com.qfs.store.part.impl.MultiRangePartitionSelector
 
getPartitionsToRunOn(TIntSet, Map<String, Object>) - Method in class com.qfs.store.part.impl.PositionMultiplePartitionSelector
 
getPartitionsToRunOn(TIntSet, Map<String, Object>) - Method in class com.qfs.store.part.impl.SkipNonePartitionSelector
 
getPartitionsToRunOn(TIntSet, Map<String, Object>) - Method in interface com.qfs.store.part.IPartitionSelector
Selects from a set of partitions the subset of them that can contain values for its parent query.
getPartitionsWithoutCreatingTransactions(String) - Method in interface com.qfs.store.IDatastoreTransactionContext
Gets the partitions of the requested store.
getPartitionsWithoutCreatingTransactions(String) - Method in class com.qfs.store.impl.DatastoreTransactionContext
 
getPartitionThreadPoolProvider() - Method in class com.qfs.store.impl.StoreMetadata
 
getPartitionThreadPoolProvider() - Method in interface com.qfs.store.IStoreMetadata
Gets the IPartitionThreadPoolProvider that can provide the thread pools associated with each of this store's partitions.
getPartitionVersion() - Method in class com.activeviam.store.structure.IUpdatePartitioningAction.SubPartitionVersion
 
getPartitionVersions() - Method in class com.activeviam.store.structure.impl.UpdatePartitioningAction
The sub-versions to record in the VersionRewriteContext.
getPartitionVersions() - Method in interface com.activeviam.store.structure.IUpdatePartitioningAction
getPartitionWithoutCreatingTransaction(int) - Method in class com.qfs.store.impl.StoreTransaction
 
getPartitionWithoutCreatingTransaction(int) - Method in interface com.qfs.store.IStoreTransaction
Returns the partition with the given id without creating a transaction object.
getPartLength() - Method in class com.activeviam.cloud.fetch.impl.CloudFetchingConfig
Gets the maximum size of each individual part that will be downloaded.
getParts() - Method in interface com.quartetfs.pivot.mdx.statement.ICompoundIdentifier
Returns all the identifiers of the compound identifier.
getParts() - Method in class com.quartetfs.pivot.mdx.statement.impl.CompoundIdentifier
 
getParts() - Method in class com.quartetfs.pivot.mdx.statement.impl.ReturnElement
 
getParts() - Method in interface com.quartetfs.pivot.mdx.statement.IReturnElement
 
getPass(int) - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager
Get the pass which has the specified index.
getPassManager() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RealTimeSelectExecutor
 
getPassword() - Method in class com.qfs.rest.client.impl.UserAuthenticator
 
getPassword() - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
Returns the password.
getPastUsages() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
The parsed parameter names.
getPath() - Method in class com.activeviam.copper.MemberAndValue
Deprecated.
 
getPath() - Method in class com.activeviam.database.api.schema.FieldPath
 
getPath() - Method in class com.qfs.content.service.audit.impl.AuditableCSEntry
 
getPath() - Method in interface com.qfs.content.service.IBasicContentEntry
The path to the entry.
getPath() - Method in class com.qfs.content.service.impl.ContentEntry
 
getPath() - Method in class com.qfs.content.service.impl.ContentUpdate
Returns the updated path.
getPath() - Method in class com.qfs.content.service.impl.CSEntry
 
getPath() - Method in class com.qfs.content.ws.impl.JsonContentUpdate
Gets the path of this updated entry.
getPath() - Method in class com.qfs.content.ws.impl.ListenerRegistration
Returns the path.
getPath() - Method in class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
 
getPath() - Method in class com.qfs.pivot.json.export.JsonExportInfo
Get the path.
getPath() - Method in class com.qfs.pivot.json.export.JsonMdxQueryExport
Get the path.
getPath() - Method in class com.qfs.pivot.json.queryplan.LocationData
Returns the location path.
getPath() - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
 
getPath() - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
 
getPath() - Method in class com.quartetfs.biz.pivot.dto.Path
Gets the complete path.
getPath() - Method in class com.quartetfs.biz.pivot.query.aggregates.IAggregateRetrievalInfo.RetrievalLocation
 
getPath(InMemoryContentService.IEntry) - Static method in class com.qfs.content.service.impl.InMemoryContentService
Returns the full path of an entry.
getPath(IAxisMember) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMember
Returns a list that contains all the members from the highest ancestor to the specified member.
getPathSeparator() - Method in interface com.qfs.service.store.IDatabaseRestService
Gets the separator used to concatenate the elements of a FieldPath into a String.
getPathSeparator() - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
getPathToContent() - Method in class com.qfs.content.rest.impl.RestBulkApiJsonParams.PutJsonParam
Returns the mapping from the entries' paths to their new content.
getPattern() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.APatternMatcher
 
getPattern() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.APatternMatcherFactory.MatchAllStringMatcher
 
getPattern() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IPatternMatcher
Returns the pattern of this matcher.
getPattern() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
Returns the pattern built on top of the cleansed location.
getPattern() - Method in class com.quartetfs.fwk.format.impl.APatternFormatter
 
getPattern() - Method in class com.quartetfs.fwk.format.impl.DateFormatter
 
getPattern() - Method in interface com.quartetfs.fwk.format.IPatternFormatter
Returns the pattern this formatter relies on.
getPatternCount() - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Returns the number of elements in the pattern (the number of expressed coordinates in partial locations).
getPatternCount() - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
getPatternIndex(int, int) - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Returns the pattern index associated with the given hierarchy/level (-1 if not applicable).
getPatternIndex(int, int) - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
getPausedTopics() - Method in class com.qfs.msg.impl.WatcherService
Gets the list of paused watchers.
getPauseOnFailureValue() - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
getPauseOnFailureValue() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
getPeakThreadCount() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
Returns the peak thread count since the JVM was started.
getPending() - Method in interface com.qfs.util.ILatch
Returns the pending count.
getPending() - Method in class com.qfs.util.impl.Latch
 
getPercentGarbage() - Method in class com.qfs.vector.array.impl.AArrayVector
 
getPercentGarbage() - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
getPercentGarbage() - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
getPercentGarbage() - Method in interface com.qfs.vector.IBlock
Gets the percentage of garbage in a block, as a double between 0 and 1.
getPercentGarbage() - Method in class com.qfs.vector.impl.TombStoneBlock
 
getPeriod() - Method in class com.qfs.repository.dto.PointValueQueryDto
 
getPeriod() - Method in class com.qfs.repository.persistence.model.impl.PointValueQuery
 
getPeriod() - Method in interface com.qfs.repository.persistence.model.IPointValueQuery
Gets the time period of the query.
getPeriod() - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Returns the period in seconds.
getPermissions() - Method in class com.qfs.pivot.json.branch.JsonBranchCreation
Gets the security configuration of the branch.
getPermissions() - Method in class com.qfs.pivot.json.branch.JsonBranchDescription
Get the permissions (set of owners and readers) of the branch.
getPermissions() - Method in class com.quartetfs.biz.pivot.dto.PermissionsMapDTO
 
getPhysicalChunkSize() - Method in class com.qfs.store.impl.ChunkSet
Gets the physical chunk size, i.e., the number of rows each of its chunk are allocated to store.
getPhysicalCoreCount() - Method in class com.qfs.platform.win.ProcessorInformationHolder
Returns number of physical cores available to the system.
getPhysicalCoreCount() - Method in class com.qfs.platform.win.WindowsPlatform
Gets the count of physical cores in the platform.
getPhysicalNamingStrategy(Properties) - Static method in class com.qfs.snl.cfg.impl.HibernateProperties
Instanciates an Hibernate PhysicalNamingStrategy from the given properties.
getPhysicalSize(IRowMapping) - Method in interface com.qfs.chunk.IChunk
Returns the physical size of chunk before the chunk was compressed, if the chunk have not been compressed, it returns the chunk capacity.
getPhysicalType(int) - Static method in class com.qfs.store.Types
Returns the data type that is really used to store this data.
getPipelineMapping() - Method in class com.quartetfs.biz.pivot.transaction.feed.impl.ActivePivotFeedHolder
 
getPipelines() - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
 
getPipelines() - Method in interface com.quartetfs.biz.pivot.IActivePivotTransaction
 
getPipelines() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotTransaction
 
getPipelines() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
 
getPivot() - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
 
getPivot() - Method in interface com.qfs.messenger.IDistributedHierarchyManager
Returns the QUERY cube the manager belongs to.
getPivot() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.PostProcessorCreationContext
 
getPivot() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IPostProcessorCreationContext
Returns the pivot on which the constructor is instantiated.
getPivot() - Method in interface com.quartetfs.biz.pivot.IFutureQueryResult
Returns the ActivePivot version on which this query was executed.
getPivot() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager.QueryExecutionTask
 
getPivot() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IGetAggregatesContinuousQuery
Returns the pivot this query is registered to.
getPivot() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Returns the pivot of the query engine }.
getPivot() - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesContinuousQuery
 
getPivot() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
Returns the pivot.
getPivot() - Method in class com.quartetfs.fwk.logging.impl.GaqTiming
Returns the pivot name.
getPivotContext() - Method in interface com.quartetfs.pivot.mdx.IContextBase
Returns the underlying ActivePivot.
getPivotContext() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingContextBase
 
getPivotContext() - Method in class com.quartetfs.pivot.mdx.impl.ARootContextBase
 
getPivotContextValues() - Method in interface com.qfs.pivot.content.IActivePivotContentService
Deprecated, for removal: This API element is subject to removal in a future version.
Context Value storing in content service is dropped in 6.1
getPivotContextValues() - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
getPivotContextValues() - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
getPivotDependencies() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.AggregateKeyTask
Returns the dependencies.
getPivotDependencies() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTScope
 
getPivotDependency() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Gets the pivot dependency.
getPivotDependency() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHeader
Get the pivot dependency.
getPivotDependency() - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager
Returns the dependencies of all passes.
getPivotEntitlements() - Method in class com.quartetfs.biz.pivot.security.impl.UserEntitlement
 
getPivotFactViews(IActivePivotSchemaDescription, ISelectionMapping, Map<StreamingViewId, IStreamedView>) - Static method in class com.activeviam.pivot.contribution.impl.ActivePivotFeedingPolicies
Collects all views used as underlying List Views by all the ActivePivot instances present in the described schema.
getPivotFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getPivotFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the field used to store the pivotId of an IPivotPointValue.
getPivotId() - Method in class com.activeviam.copper.ProviderCoordinate
Name of the pivot owning the provider.
getPivotId() - Method in interface com.qfs.messenger.message.IInitialDiscoveryMessage
Returns the name of the pivot that sent this message.
getPivotId() - Method in class com.qfs.messenger.message.impl.ATransactionCommittedMessage
 
getPivotId() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
getPivotId() - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
getPivotId() - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
getPivotId() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
getPivotId() - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
getPivotId() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
The id of the pivot that sent this message.
getPivotId() - Method in interface com.qfs.messenger.message.ITransactionCommittedMessage
Returns the name of the pivot that sent this message.
getPivotId() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData
The pivot id.
getPivotId() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getPivotId() - Method in interface com.qfs.repository.IPivotPointValue
Get the id of the IActivePivot this point value is made for.
getPivotId() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughQueryContext
Returns the name of the pivot.
getPivotId() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughQueryContext
 
getPivotId() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the id.
getPivotId() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getPivotId() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getPivotId() - Method in interface com.quartetfs.biz.pivot.query.IActivePivotContinuousQuery
Returns the underlying pivot id.
getPivotId() - Method in interface com.quartetfs.biz.pivot.query.IDrillthroughHeadersQuery
Returns the id of the target ActivePivot instance.
getPivotId() - Method in interface com.quartetfs.biz.pivot.query.IDrillthroughQuery
Returns the id of the target ActivePivot instance.
getPivotId() - Method in interface com.quartetfs.biz.pivot.query.IGetAggregatesQuery
Gets the id of the ActivePivot instance on which the query is executed.
getPivotId() - Method in interface com.quartetfs.biz.pivot.query.IMapQuery
Returns the id of the target ActivePivot instance.
getPivotId() - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
getPivotId() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersQuery
 
getPivotId() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
 
getPivotId() - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
getPivotId() - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
 
getPivotId() - Method in class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
 
getPivotId() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousGAQMonitor
For MBean info.
getPivotId() - Method in class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
Returns the pivot id of the underlying query.
getPivotId() - Method in class com.quartetfs.pivot.mdx.statement.impl.StringFormulaSpecification
 
getPivotId() - Method in interface com.quartetfs.pivot.mdx.statement.IStringFormulaSpecification
Returns the pivot id.
getPivotIdentifier(IMultiVersionDistributedActivePivot) - Static method in class com.qfs.repository.util.RepositoryDaemonDistributionAwareStarter
Gets an identifying string representing an distributed ActivePivot.
getPivotIdentifier(IMultiVersionDistributedActivePivot) - Static method in class com.qfs.snl.agent.util.ActiveMonitorDaemonDistributionAwareStarter
Gets an identifying string representing an distributed ActivePivot.
getPivotIds() - Method in class com.qfs.distribution.impl.ActivePivotSchemaDist
 
getPivotIds() - Method in interface com.quartetfs.biz.pivot.IActivePivotSchema
Retrieves the Set of ActivePivot's instances ids running inside the schema.
getPivotIds() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
getPivotIds() - Method in class com.quartetfs.biz.pivot.webservices.impl.AManagerService
Gets the list of running pivots under this manager.
getPivotKey() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteDimensionTransactionData
 
getPivotKey() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction.RemoteHierarchyTransactionData
 
getPivotsLastActivityTimes() - Method in interface com.qfs.pivot.rest.monitoring.IMonitoringRestService
 
getPivotsLastActivityTimes() - Method in class com.qfs.pivot.rest.monitoring.impl.MonitoringRestServiceController
 
getPivotType() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData
The pivot type.
getPivotType() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the type of the pivot.
getPivotType() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getPivotType() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getPivotUpdate(int) - Method in class com.quartetfs.pivot.mdx.impl.DefaultRTImpactCalculator
Get the ActivePivot's update matching the input dependency id.
getPivotUpdate(int) - Method in interface com.quartetfs.pivot.mdx.IRTImpactCalculator
Get the ActivePivot's update matching the input dependency id.
getPivotUpdate(int) - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateSource
 
getPlainRecord() - Method in class com.qfs.store.record.impl.DictionarizedRecordReaderFromPlain
Returns the underlying plain record.
getPlainRecordFormat() - Method in interface com.activeviam.database.api.query.IQueryResultFormat
Returns the format exposing the original types of the values returned by the query.
getPlan(IQuery, IQueryStoreTree) - Method in class com.qfs.store.query.plan.impl.SimpleQueryPlanner
 
getPlan(IQuery, IQueryStoreTree) - Method in interface com.qfs.store.query.plan.IQueryPlanner
Finds the plan with the minimal cost for the given query.
getPlan(IExpression, boolean) - Method in interface com.quartetfs.pivot.mdx.IEvaluationContext
Gets the plan of an expression in the sliced context.
getPlan(IExpression, boolean) - Method in class com.quartetfs.pivot.mdx.impl.EvaluationContext
 
getPlan(IExpression, boolean) - Method in class com.quartetfs.pivot.mdx.impl.PlanContext
 
getPlan(IExpression, boolean) - Method in interface com.quartetfs.pivot.mdx.IPlanContext
Gets the plan of an expression in the sliced context.
getPlanInfo() - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData
The query plan general information.
getPlannedSet() - Method in interface com.quartetfs.pivot.mdx.INamedSetReference
Returns the result of the plan step.
getPlannedSet() - Method in class com.quartetfs.pivot.mdx.statement.impl.NamedSetReference
 
getPlanningDuration() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the computation time spent in the planning phase by this retriever.
getPlanningGraph() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the planning graph of this retriever.
getPlugin() - Method in class com.quartetfs.fwk.types.impl.PluginValue
Returns the plugin owner of this value.
getPlugin() - Method in interface com.quartetfs.fwk.types.IPluginValue
Returns the parent plugin this plugin value is attached to.
getPlugin() - Method in enum com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
getPlugin() - Method in enum com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
getPlugin(Class<T>) - Method in class com.quartetfs.fwk.impl.QFSRegistry
 
getPlugin(Class<T>) - Method in interface com.quartetfs.fwk.IRegistry
Returns the plugin instance registered with the plugin value interface.
getPlugin(Class<T>) - Static method in class com.quartetfs.fwk.Registry
Retrieves the plugin instance for a given plugin interface.
getPluginContribution(Class<T>) - Method in interface com.quartetfs.fwk.contributions.IContributionProvider
Returns the plugin contribution associated with the given interface.
getPluginContribution(Class<T>) - Method in class com.quartetfs.fwk.contributions.impl.ContributionProvider
 
getPluginContribution(Class<T>) - Method in class com.quartetfs.fwk.contributions.impl.ContributionProviderChain
 
getPluginContribution(Class<T>) - Method in class com.quartetfs.fwk.contributions.impl.DefaultContributionProvider
 
getPluginKey() - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnDto
 
getPluginKey() - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnSetDto
 
getPluginKey() - Method in interface com.quartetfs.biz.pivot.definitions.IAnalysisAggregationProcedureDescription
Gets key of a IAnalysisAggregationProcedure.IFactory plugin to use to create the procedure.
getPluginKey() - Method in interface com.quartetfs.biz.pivot.definitions.IAnalysisHierarchyDescription
Gets the plugin key of the implementation of the hierarchy.
getPluginKey() - Method in interface com.quartetfs.biz.pivot.definitions.IComparatorDescription
Gets the IComparatorPivot plugin key, so that we can create the IComparatorPivot with the plugin key.
getPluginKey() - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
 
getPluginKey() - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisHierarchyDescription
Identifier of the plugin value used by this analysis hierarchy.
getPluginKey() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
 
getPluginKey() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnSetDescription
 
getPluginKey() - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorDescription
 
getPluginKey() - Method in class com.quartetfs.biz.pivot.definitions.impl.MessengerDefinition
 
getPluginKey() - Method in class com.quartetfs.biz.pivot.definitions.impl.PluginDefinition
 
getPluginKey() - Method in class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
 
getPluginKey() - Method in interface com.quartetfs.biz.pivot.definitions.IPluginDefinition
Gets the key to the Plugin to be instantiated by the Registry.
getPluginKey() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousHandlerInfo
The plugin key of the actual handler.
getPluginKey() - Method in class com.quartetfs.fwk.impl.PropertyInfo
 
getPluginKey() - Method in interface com.quartetfs.fwk.IPropertyInfo
The plugin key, if one wants to instantiate a custom property.
getPluginKey(String) - Static method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryMonitoringUtil
Retrieve the component plugin key in the given identifier.
getPluginKeyFrom(int) - Static method in class com.activeviam.arrow.write.ArrowVectorsUtil
 
getPluginKeyFrom(Class<?>) - Static method in class com.activeviam.arrow.write.ArrowVectorsUtil
 
getPluginValue(Class<T>, Object) - Static method in class com.quartetfs.fwk.Registry
Retrieves the plugin value for a given plugin interface.
getPluginValueContributions(Class<T>) - Method in interface com.quartetfs.fwk.contributions.IContributionProvider
Returns the plugin value contribution associated with the given interface.
getPluginValueContributions(Class<T>) - Method in class com.quartetfs.fwk.contributions.impl.ContributionProvider
 
getPluginValueContributions(Class<T>) - Method in class com.quartetfs.fwk.contributions.impl.ContributionProviderChain
 
getPluginValueContributions(Class<T>) - Method in class com.quartetfs.fwk.contributions.impl.DefaultContributionProvider
 
getPoint() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
getPoint() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IScopeLocation
Returns a point version of this location.
getPoint(int) - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesRetrievalResult
Returns the point location that is stored at the given row .
getPoint(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
getPoint(int) - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Returns the point location that is stored at the given row .
getPoint(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
getPoint(IRecordReader) - Method in interface com.qfs.index.ISecondaryRecordIndex
Gets the indexed point from a given record.
getPointerNode(long) - Method in interface com.qfs.platform.IPlatform
Returns the node of a given native memory pointer, or -1 in case of in case of non critical failure.
getPointerNode(long) - Method in class com.qfs.platform.linux.LinuxPlatform
 
getPointerNode(long) - Method in class com.qfs.platform.share.SharePlatform
 
getPointerNode(long) - Method in class com.qfs.platform.share.VirtualPlatform
 
getPointerNode(long) - Method in class com.qfs.platform.solaris.SolarisPlatform
 
getPointerNode(long) - Method in class com.qfs.platform.win.WindowsPlatform
 
getPointFields() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval.ExternalAggregator
Returns the list of point fields in the query, that is the query fields without the fields queried as measures.
getPointIndex() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderBase
Returns the underlying Point Index.
getPointIndex() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
Gets the AIndexedAggregateProviderBase.pointIndex.
getPointIndexSize() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
Gets the size of the point index in MB.
getPointLength() - Method in interface com.qfs.dic.IFixedLengthArrayDictionary
Returns the fixed point length.
getPointLength() - Method in class com.qfs.dic.impl.AFixedLengthIntegerArrayDictionary
 
getPointLength() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
getPointLength() - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
getPointLocationList() - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator.ITranslatorResult
Returns the point location list that is valid in the query cube.
getPointLocationList() - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatorResult
 
getPointLocationPattern() - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
getPointLocationPattern() - Method in class com.quartetfs.biz.pivot.impl.PointLocationListReader
 
getPointLocationPattern() - Method in class com.quartetfs.biz.pivot.impl.PointLocationListReader.ImmutablePointLocationListReader
 
getPointLocationPattern() - Method in interface com.quartetfs.biz.pivot.IPointLocationReader
Returns the point location pattern that generated this point location.
getPointLocationPattern() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
getPointLocationPattern() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IScopeLocation
Returns the pattern associated with this location if it is a range location.
getPoints() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter.QueryResult
 
getPoints() - Method in interface com.quartetfs.biz.pivot.contribution.IContributionHolder
All the points.
getPoints() - Method in class com.quartetfs.biz.pivot.contribution.impl.AggregatedContributionHolder
 
getPoints() - Method in class com.quartetfs.biz.pivot.contribution.impl.FactContributionHolder
 
getPoints() - Method in class com.quartetfs.biz.pivot.contribution.impl.SimpleAggregatedContributionHolder
Contributed points.
getPoints() - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
Returns the expressed coordinates of the actual location points.
getPointsList() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Returns the point locations list of this result.
getPointValueId() - Method in class com.qfs.repository.dto.PointValueDto.KeyDto
Gets the unique id of the point value.
getPointValueId() - Method in interface com.qfs.repository.persistence.model.IPointValue.IKey
Gets the unique id of the point value.
getPointValues() - Method in class com.qfs.repository.dto.ParameterDto
 
getPointValues() - Method in class com.qfs.repository.params.impl.Parameter
 
getPointValues() - Method in interface com.qfs.repository.params.IParameter
Gets the point values of the parameter.
getPointValues(String, boolean) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getPointValues(String, boolean) - Method in interface com.qfs.repository.persistence.IPointValueDao
Gets the point values owned by a given parameter.
getPointValues(String, ICoordinates, boolean) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getPointValues(String, ICoordinates, boolean) - Method in interface com.qfs.repository.persistence.IPointValueDao
Gets the point values of a parameter for given coordinates.
getPool() - Method in class com.qfs.messenger.impl.DistributedExecutorService
Mainly use in test to wait for every tasks to be completed.
getPool() - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector.ContributionTask
 
getPoolCount() - Static method in class com.qfs.pool.impl.QFSPools
Returns the number of shared thread pools.
getPoolFactory() - Method in class com.qfs.store.impl.StoreBase
The factory for the partition thread pools.
getPoolFactory() - Method in interface com.qfs.store.IStoreBase
Gets the thread pool factory used to create the thread pools associated with the store partitions.
getPoolFactory(int) - Method in interface com.qfs.pool.IPartitionThreadPoolFactoryProvider
Give the IPartitionThreadPoolFactory to use to get the ForkJoinPool for each partition of a given store.
getPoolId() - Method in interface com.qfs.pool.IMixedWorkloadPool
Returns the pool id.
getPoolId() - Method in class com.qfs.pool.impl.QFSPools.MixedWorkloadPool
 
getPoolId() - Method in class com.qfs.pool.impl.QFSThread
The id of the parent pool.
getPoolId() - Method in class com.qfs.pool.impl.QFSWorkerThreadFactory
Returns the id of the parent pool.
getPoolId(INumaNodeSelector, int) - Static method in interface com.qfs.store.part.INumaNodeSelector
Computes the thread pool id from a partition id.
getPortRange() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
Returns the range of valid ports, from port to port+ AJGroupsMessenger.getPortRange().
getPosition() - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
getPosition() - Method in class com.activeviam.chunks.cells.impl.ReadableArrayCursor
 
getPosition() - Method in interface com.activeviam.chunks.cells.IReadableArrayCursor
Returns the current position of the cursor within the array it exposes.
getPosition() - Method in interface com.activeviam.selection.IFieldFromSelection
Gets the position of the field in the selection it comes from.
getPosition() - Method in interface com.activeviam.store.structure.IInitializeIndexAction
Returns the position of the index to initialize among the list containing all the indexes of the same type.
getPosition() - Method in class com.activeviam.store.structure.impl.InitializeIndexAction
 
getPosition() - Method in class com.qfs.store.impl.arrays.AArrayCursorWithDefaultValue
 
getPosition() - Method in class com.qfs.store.impl.FieldFromDatastoreSelection
 
getPosition() - Method in interface com.qfs.vector.IBlockVector
Returns the position of this vector in the block.
getPosition() - Method in class com.qfs.vector.impl.ABlockVector
 
getPosition() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
getPosition(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
Find the position in that dictionary of a reduced point associated with a point from the source, or return -1 if the reduced point is not in the dictionary.
getPosition(int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
getPosition(int[]) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
Finds the position of a key in the dictionary, or returns -1 if the key is not in the dictionary.
getPosition(int[]) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
getPosition(int, int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
Find the position of a (reduced) source point inside the reduced dictionary.
getPosition(int, int[]) - Method in class com.qfs.dic.impl.PointReferenceDictionary
Find the position of a (reduced) source point inside the reduced dictionary.
getPosition(int, Object[]) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
Find the position in that dictionary of a reduced point associated with a point from the source, or return -1 if the reduced point is not in the dictionary.
getPosition(IPointList, int) - Method in class com.qfs.dic.impl.AFixedLengthIntegerArrayDictionary
Find the position of a key in the dictionary, or return -1 if the key is not in the dictionary.
getPosition(ICompoundIdentifier) - Method in class com.quartetfs.pivot.mdx.utils.impl.IdentifierDictionary
 
getPosition(IIdentifier) - Method in class com.quartetfs.pivot.mdx.utils.impl.IdentifierDictionary
 
getPosition(Double) - Method in class com.qfs.dic.impl.ChristmasDictionaryDouble
 
getPosition(Float) - Method in class com.qfs.dic.impl.ChristmasDictionaryFloat
 
getPosition(Integer) - Method in class com.qfs.dic.impl.ChristmasDictionaryInteger
 
getPosition(Integer) - Method in class com.qfs.dic.impl.IntegerDictionary
Find the position of a key in the dictionary, or return -1 if the key is not in the dictionary.
getPosition(Long) - Method in class com.qfs.dic.impl.ChristmasDictionaryLong
 
getPosition(Long) - Method in class com.qfs.dic.impl.LongDictionary
Find the position of a key in the dictionary, or return -1 if the key is not in the dictionary.
getPosition(Object) - Method in class com.qfs.dic.impl.AChristmasDictionaryArray
Searches for a key in the dictionary.
getPosition(K) - Method in interface com.qfs.dic.IDictionary
Searches for a key in the dictionary.
getPosition(K) - Method in class com.qfs.dic.impl.AbstractDictionary
Finds the position of a key in the dictionary, or returns -1 if the key is not in the dictionary.
getPosition(K) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
getPosition(K) - Method in class com.qfs.dic.impl.NullableDictionary
 
getPosition(K) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
getPosition(K, int) - Method in class com.qfs.dic.impl.AbstractDictionary
Lookups a key in the dictionary, knowing the hash code of the key in advance.
getPosition(LeftT, RightT) - Method in class com.qfs.dic.impl.PairDictionary
Returns the address at which the given pair is stored in this dictionary, or -1 if it is not stored in it.
getPosition(LeftT, RightT, int) - Method in class com.qfs.dic.impl.PairDictionary
Returns the address at which the given pair is stored in this dictionary, or -1 if it is not stored in it.
getPositions() - Method in class com.qfs.pivot.json.cellset.AxisData
Gets the positions.
getPositions() - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
getPositions(IDictionary<Object>, Set<Object>) - Static method in class com.qfs.store.query.plan.condition.impl.DictionaryConstantSetOperand
Retrieves from the dictionary the positions of each element in the given set.
getPositions(Map<String, Object>) - Method in interface com.qfs.store.query.plan.condition.IDictionaryOperand
Extracts the operand values from the runtime-provided parameters.
getPositions(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.AAndOperand
 
getPositions(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.DictionaryConstantOperand
 
getPositions(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.DictionaryConstantSetOperand
 
getPositions(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.DictionaryDynamicOperand
 
getPositions(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.DictionaryDynamicSetOperand
 
getPositions(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.StaticOperand
 
getPositions(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.StaticSetOperand
 
getPositionType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
Returns the positionType.
getPositionType() - Method in interface com.quartetfs.biz.pivot.query.aggregates.ITimeLinePostProcessor
Return the positionType of this.
getPositionVolatile() - Method in interface com.qfs.vector.IBlockVector
Reads the position in a volatile way.
getPositionVolatile() - Method in class com.qfs.vector.impl.ABlockVector
 
getPositionVolatile() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
getPossiblePartitionIds(int[], int[]) - Method in class com.qfs.distribution.impl.DistributedPartitioning
 
getPossiblePartitionIds(int[], int[]) - Method in class com.qfs.store.part.impl.AdaptivePartitioning
 
getPossiblePartitionIds(int[], int[]) - Method in class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning
 
getPossiblePartitionIds(int[], int[]) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning
 
getPossiblePartitionIds(int[], int[]) - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
getPossiblePartitionIds(int[], int[]) - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
getPossiblePartitionIds(int[], int[]) - Method in class com.qfs.store.part.impl.SinglePartitioning
 
getPossiblePartitionIds(int[], int[]) - Method in interface com.qfs.store.part.IPartitioning
Gets the ids of the partitions that may contain a record whose values at the given fields are known.
getPostProArgs(ICompilationArguments<IExpression>, List<IExpression>) - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilers.GenericTransformer
Retrieve the posprocessor arguments given the arguments stored in the ICompilationArguments, and store them into the given IExpression list.
getPostProcessedProcedures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.AggregationNodeParts
Procedures that rely on at least one postprocessed measure.
getPostProcessedRetrievalResults() - Method in class com.quartetfs.biz.pivot.query.aggregates.ExternalResult
 
getPostProcessedRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Returns the column of post-processed retrievals planned in this ExecutionPlan.
getPostProcessor() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IPostProcessedRetrieval
Returns the post-processor used to compute the aggregated values.
getPostProcessor() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
Gets the post-processor for this node measure.
getPostProcessor() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APostProcessedRetrieval
 
getPostProcessor(IPostProcessedMeasure) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasuresProvider
 
getPostProcessor(IPostProcessedMeasure) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasuresProvider
Gets the post-processor corresponding to the given measure.
getPostProcessor(IPostProcessedMeasure) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdditionalMeasuresProvider
 
getPostProcessor(IPostProcessedMeasure) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.RestrictedMeasuresProvider
 
getPostProcessor(IPostProcessedMeasure) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SimpleMeasuresProvider
 
getPostProcessorOutputType(IPostProcessorDescription) - Static method in class com.activeviam.copper.DataCubeHelper
Deprecated.
Retrieves the output type of a postprocessor.
getPostProcessorsDescription() - Method in interface com.quartetfs.biz.pivot.definitions.IMeasuresDescription
Returns the list of post-processor measure descriptions.
getPostProcessorsDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
 
getPostProcessorType() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyPostProcessedMeasure
 
getPostProcessorType() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.PostProcessedMeasure
 
getPostProcessorType() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IPostProcessedMeasure
Returns the type of post-processors created by this measure.
getPreCalculatedBitmaps() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.ProviderPartitionFilterCache
 
getPrefechRequests(String) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAdvancedAggregatesRetriever
Retrieve all the prefetch requests returned by the prefetcher with the given name, for the current location (ie, the one passed as argument to IPostProcessor.compute(com.quartetfs.biz.pivot.ILocation, com.quartetfs.biz.pivot.query.aggregates.IAdvancedAggregatesRetriever)).
getPrefechRequests(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
getPreferredCompletionPoolId() - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleter
 
getPreferredSubprotocols() - Method in class com.qfs.websocket.client.AuthenticatedClientEndPointConfig
 
getPrefetchedPartsLimit() - Method in class com.activeviam.cloud.fetch.impl.CloudFetchingConfig
Gets the maximum number of parts which can be downloaded before being read.
getPrefetchers() - Method in class com.activeviam.pivot.postprocessing.impl.AAdvancedPostProcessor
Returns the unmodifiable list of prefetchers defined in the initialization phase of this post processor.
getPrefetchers() - Method in interface com.quartetfs.biz.pivot.formula.IFormula
Get all the prefetchers for that formula.
getPrefetchers() - Method in class com.quartetfs.biz.pivot.formula.impl.Formula
Calculates the prefetchers needed for the formula relying on each operand scopePrefetcher.
getPrefetchers() - Method in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor
Get the prefetchers associated with that post-processor.
getPrefetchers() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
Returns the prefetchers requested by this node.
getPrefetchLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.AggregationNodeParts
Original prefetch location of the created node.
getPrefetchLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
 
getPrefetchLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PrimitiveAnalysisAggregationRetrieval
The location processed by the aggregation procedures i.e the requested location.
getPrefetchRequests(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PostProcessedAggregatesRetrieval
Returns the child retrieval for the prefetcher with the given name.
getPrefix() - Method in interface com.activeviam.cloud.entity.ICloudDirectory
Returns the prefix for this directory.
getPrefix() - Method in class com.activeviam.cloud.entity.impl.ACloudDirectory
 
getPrefix() - Method in class com.qfs.content.service.impl.PrefixedContentService
 
getPrefix() - Method in interface com.qfs.content.service.IPrefixedContentService
Returns the root-subdirectory where all the entries of this content service are stored.
getPrefix(long) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Gets the prefix from the qName.
getPreflightMaxAge() - Method in class com.qfs.security.impl.SpringCorsFilter
Returns the preflight response cache time in seconds.
getPreparedStatement() - Method in interface com.qfs.msg.jdbc.IJdbcFetchingInfo
Returns the prepared statement.
getPreparedStatement() - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The prepared statement.
getPreProcessedAggregation() - Method in interface com.quartetfs.biz.pivot.definitions.IBasicAggregatedMeasureDescription
Gets the aggregationFunction PluginKey of the AggregatedMeasure.
getPreProcessedAggregation() - Method in class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
 
getPreProcessedAggregation() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
 
getPreProcessedAggregation() - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
getPrettyId(IMonitor) - Static method in class com.qfs.snl.dtos.MonitorDto
Gets the full id of the monitor along with its name.
getPrettyString(ICubeFilter) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilterUtil
Generates a prettier description of the CubeFilter.
getPrevious() - Method in class com.qfs.multiversion.impl.VersionNode
 
getPrevious() - Method in interface com.qfs.multiversion.IVersionNode
Gets the IVersionNode that precedes this version node.
getPreviousBase() - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
 
getPreviousBranches() - Method in class com.quartetfs.pivot.mdx.impl.DefaultRTImpactCalculator
 
getPreviousBranches() - Method in interface com.quartetfs.pivot.mdx.IRTImpactCalculator
Get the branches which existed before the update.
getPreviousBranches() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateSource
 
getPreviousDatastoreMetadata() - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
Gets the metadata of the previous datastore.
getPreviousDictionary() - Method in class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction.DictionaryChange
 
getPreviousEntry() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionCache.IEvictionCacheEntry
Returns the entry before this one in the eviction list.
getPreviousEntry() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AEvictionCacheEntry
 
getPreviousEpoch() - Method in class com.qfs.messenger.message.impl.ATransactionCommittedMessage
 
getPreviousEpoch() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
getPreviousEpoch() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
The Epoch of the previous sent ITransactionCommittedMessage.
getPreviousEpoch() - Method in interface com.qfs.messenger.message.ITransactionCommittedMessage
Returns the epoch of the previous sent commit.
getPreviousPage() - Method in class com.qfs.pivot.json.database.JsonPagination
Gets the previous page.
getPreviousPageUrl() - Method in class com.qfs.pivot.json.database.JsonPagination
Gets the URL to query the previous page.
getPreviousRecord() - Method in exception com.qfs.store.record.DuplicateKeyException
Returns The previousRecord.
getPreviousSchema() - Method in class com.qfs.store.transaction.impl.DatastoreStructuralSchemaTransaction
 
getPreviousStatus() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getPreviousStatus() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getPreviousStatus() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getPreviousStatus() - Method in interface com.qfs.snl.data.ISentinelEvent
Return the previous status of this event If null it means that the state has started.
getPreviousStatus() - Method in class com.qfs.snl.dtos.EventDto
 
getPreviousStore(String) - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
Gets the previous 'version' of the store.
getPreviousStoreBase(String) - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Gets the previous base of the store with the given name.
getPreviousStorePartitionBases() - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Gets the previous store partition bases for all stores.
getPreviousStorePartitionBases(String) - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Gets the previous store partition bases of the store with the given name.
getPreviousStorePartitionBases(String, int) - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Gets the previous store partition bases of the store with the given name for the given partition id.
getPreviousStorePartitionVersions(String) - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Gets the previous store partition versions of the given store, mapped by partition id.
getPreviousStoreVersions(String) - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Gets the previous store versions of the specified store sorted by epoch id.
getPreviousValidRow(int) - Method in class com.qfs.store.impl.ARecordSetTransaction
 
getPreviousValidRow(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
getPreviousValidRow(int) - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
getPreviousValidRow(int) - Method in class com.qfs.store.impl.EmptyRecordSetView
 
getPreviousValidRow(int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
getPreviousValidRow(int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetVersion
 
getPreviousValidRow(int) - Method in class com.qfs.store.impl.UserRecordSetVersion
 
getPreviousValidRow(int) - Method in interface com.qfs.store.IRecordSetView
Returns the next row that is valid before this row, including this row, or -1 if no row is valid before this one.
getPreviousValidRow(int, long, int) - Method in class com.qfs.store.impl.ColumnarRecordSet
Returns the next row that is valid before this row, including this row or -1 if no row is valid before this one.
getPreviousValue() - Method in class com.quartetfs.biz.pivot.dto.CellDTO
Gets the previous value of the cell.
getPrimitiveData() - Method in interface com.qfs.store.record.IByteRecord
Returns the byte array including the primitive data of this record at the position IByteRecord.getPrimitiveDataOffset().
getPrimitiveData() - Method in interface com.qfs.store.record.IByteRecordBlock
Returns the byte array including the primitive data of this record.
getPrimitiveData() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
getPrimitiveData() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
getPrimitiveData() - Method in class com.qfs.store.record.impl.Record
 
getPrimitiveDataOffset() - Method in interface com.qfs.store.record.IByteRecord
Returns the index in IByteRecord.getPrimitiveData() where the data related to this instance is stored.
getPrimitiveDataOffset() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
getPrimitiveDataOffset() - Method in class com.qfs.store.record.impl.Record
 
getPrimitiveMethodName(String) - Static method in class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler
Returns the suffix applied to read/write methods associated with the given primitive class.
getPrimitiveProcedures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.AggregationNodeParts
Procedures that only rely on primitive measures.
getPrimitiveRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Gets the primitive retrievals for all the locations of this plan.
getPrincipal() - Method in class com.qfs.jwt.impl.JwtAuthentication
 
getPrintDataLoadTiming() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.PrintDataLoadTimingEnabler
 
getPriority() - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
getPriority() - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
getPriority() - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
getPriority() - Method in enum com.activeviam.store.structure.IInternalDatastoreStructure.IndexType
 
getPriority() - Method in class com.qfs.snl.dtos.TaskDto
Returns the priority.
getPriority() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getPriority() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Gets the task priority.
getPriority() - Method in class com.qfs.store.impl.AUpdateWhereInfo
 
getPriority() - Method in interface com.qfs.store.IUpdateWhereInfo
Gets the trigger execution's priority.
getPriority() - Method in interface com.qfs.store.selection.ICompositeSelection
Returns the priority of the selection.
getPriority() - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Returns the priority of the selection.
getPriority() - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
getPriority() - Method in class com.qfs.store.selection.impl.CompositeSelection
 
getPriority() - Method in enum com.quartetfs.pivot.mdx.realtime.impl.UpdateState
 
getProcedure() - Method in interface com.activeviam.store.structure.IInitializeFieldAction
Returns the procedure that performs the initialization.
getProcedure() - Method in class com.activeviam.store.structure.impl.InitializeFieldAction
 
getProcedure() - Method in class com.qfs.store.service.impl.UpdateWhereSelectionAndProcedure
 
getProcess() - Method in class com.qfs.snl.workflows.impl.WorkflowConfig
 
getProcess() - Method in interface com.qfs.snl.workflows.IWorkflowConfig
Returns the process name.
getProcessedAggregateQueriesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getProcessedAggregateQueriesCount() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor.MonitoredQueriesServiceStatistics
Returns the total number of processed GAQ queries.
getProcessedAggregateStreamCreationsCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getProcessedAggregateStreamUpdatesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getProcessedDiscoveryQueriesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getProcessedDiscoveryQueriesCount() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
getProcessedDiscoveryQueriesCount() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor.MonitoredQueriesServiceStatistics
Returns the total number of processed discovery queries.
getProcessedDtHeadersQueriesCount() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
getProcessedDtHeadersQueriesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getProcessedDtHeadersQueriesCount() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor.MonitoredQueriesServiceStatistics
Returns the total number of processed Drillthrough header queries.
getProcessedDtQueriesCount() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
getProcessedDtQueriesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getProcessedDtQueriesCount() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor.MonitoredQueriesServiceStatistics
Returns the total number of processed Drillthrough queries.
getProcessedDtStreamCreationsCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getProcessedDtStreamUpdatesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getProcessedMdxQueriesCount() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
getProcessedMdxQueriesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getProcessedMdxQueriesCount() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
getProcessedMdxQueriesCount() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor.MonitoredQueriesServiceStatistics
Returns the total number of processed MDX queries.
getProcessedMdxStreamCreationsCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getProcessedMdxStreamUpdatesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getProcessedQueriesTotalCount() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
getProcessedQueriesTotalCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getProcessedQueriesTotalCount() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
getProcessedQueriesTotalCount() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor.MonitoredQueriesServiceStatistics
Returns the total number of processed queries.
getProcessedStreamEventsTotalCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
Returns the total processed stream events count.
getProcessFactory(Class<T>, String) - Static method in class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins
Gets the factory for process executors for the needed process type.
getProcessId() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
Gets the id of the Activiti process that created the task.
getProcessingMessage() - Method in class com.qfs.messenger.impl.CompletableFutureMessageAnswer
Returns the message used for processing the replies.
getProcessingTime() - Method in class com.qfs.messenger.impl.CompletableFutureMessageAnswer
Gets the processing time.
getProcessorCount() - Method in interface com.qfs.platform.IPlatform
Returns the number of logical processors in the platform.
getProcessorCount() - Method in class com.qfs.platform.linux.LinuxPlatform
 
getProcessorCount() - Method in class com.qfs.platform.share.SharePlatform
 
getProcessorCount() - Method in class com.qfs.platform.share.VirtualPlatform
 
getProcessorCount() - Method in class com.qfs.platform.solaris.SolarisPlatform
 
getProcessorCount() - Method in class com.qfs.platform.win.WindowsPlatform
 
getProcessorId(int, int) - Method in class com.qfs.platform.win.ProcessorInformationHolder
Maps (groupId, memberId) to flat id.
getProcessors() - Method in class com.qfs.platform.win.ProcessorInformationHolder
Builds a set of flat ids for processors.
getProcessors() - Method in class com.qfs.platform.win.WindowsPlatform
List the ids of the processors of this machine.
getProcessQuotes() - Method in interface com.qfs.msg.csv.ICSVParserConfiguration
Get the behavior of the CSV source regarding quotes.
getProcessQuotes() - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
 
getProcessQuotes() - Method in class com.qfs.msg.csv.impl.ParserContext
 
getProducedHierarchies() - Method in interface com.quartetfs.pivot.mdx.IExpressionDependency
Get the hierarchies defined by an expression.
getProducedHierarchies() - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
 
getProducedHierarchies() - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
 
getProducedHierarchies() - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependency
 
getProperties() - Method in class com.activeviam.pivot.postprocessing.impl.AAdvancedPostProcessor
 
getProperties() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
getProperties() - Method in class com.qfs.desc.impl.StoreDescription
 
getProperties() - Method in interface com.qfs.desc.IStoreDescription
Returns some additional properties.
getProperties() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
getProperties() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
 
getProperties() - Method in class com.qfs.messenger.message.impl.ATransactionCommittedMessage
 
getProperties() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
getProperties() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
 
getProperties() - Method in interface com.qfs.messenger.message.ITransactionCommittedMessage
Returns the properties of the transaction committed in the data node.
getProperties() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteTransactionInformation
Properties of the transaction.
getProperties() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderBase
Returns the properties associated with this provider.
getProperties() - Method in class com.qfs.pivot.json.cellset.CellData
 
getProperties() - Method in class com.qfs.pivot.json.cellset.PositionData
 
getProperties() - Method in class com.qfs.repository.dto.PointValueDto
 
getProperties() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getProperties() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getProperties() - Method in interface com.qfs.repository.persistence.model.IPointValue
Gets properties set on a point value.
getProperties() - Method in class com.qfs.snl.dtos.MonitorDto
 
getProperties() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryMonitoring
Provide the connection properties.
getProperties() - Method in interface com.qfs.snl.monitors.IMonitor
Gets properties set on a monitor.
getProperties() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getProperties() - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
Returns the properties.
getProperties() - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Gets the configuration for a stream running this query.
getProperties() - Method in class com.qfs.store.impl.StoreInternals
 
getProperties() - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnDto
 
getProperties() - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnSetDto
 
getProperties() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeElement
 
getProperties() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.ADimension
 
getProperties() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo
 
getProperties() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionVersion
 
getProperties() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
getProperties() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Returns the properties of this hierarchy, or null if none are defined.
getProperties() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
getProperties() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
getProperties() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
getProperties() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl.ASubCubeDimension
 
getProperties() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.ALevel
 
getProperties() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
 
getProperties() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
getProperties() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.OlapElement
 
getProperties() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IOlapElement
Returns properties of the element, or null if none are defined.
getProperties() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
 
getProperties() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
getProperties() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
getProperties() - Method in interface com.quartetfs.biz.pivot.definitions.IAnalysisAggregationProcedureDescription
Gets properties defined for this procedure.
getProperties() - Method in interface com.quartetfs.biz.pivot.definitions.IClusterDefinition
Returns the extra properties used to configure the cluster.
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
 
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
 
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
Hierarchy properties, it will store the configuration.
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
 
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
 
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnSetDescription
 
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.ClusterDefinition
 
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotInstanceDescription
 
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Gets a set of all properties of the KPI.
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.MessengerDefinition
 
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.PluginDefinition
 
getProperties() - Method in class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
 
getProperties() - Method in interface com.quartetfs.biz.pivot.definitions.IPropertiesDefinition
Get the custom properties.
getProperties() - Method in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
Returns the extra properties used to configure the distribution.
getProperties() - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
 
getProperties() - Method in class com.quartetfs.biz.pivot.dto.CellDTO
Gets the properties linked to the cell.
getProperties() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
Returns this pivot's initialization properties.
getProperties() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
getProperties() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getProperties() - Method in class com.quartetfs.biz.pivot.impl.PivotMetadata
Deprecated.
 
getProperties() - Method in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor
Returns the properties that were used to initialize this post-processor.
getProperties() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getProperties() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
getProperties() - Method in class com.quartetfs.biz.pivot.transaction.impl.SchemaTransactionInfo
 
getProperties() - Method in interface com.quartetfs.biz.pivot.transaction.ITransactionInfo
Return the properties that were passed the transaction manager when the transaction was created.
getProperties() - Method in class com.quartetfs.biz.xmla.impl.Request
 
getProperties() - Method in interface com.quartetfs.biz.xmla.IRequest
Returns the properties associated to the request.
getProperties() - Method in class com.quartetfs.fwk.filtering.impl.MultipleAccessor
 
getProperties() - Method in interface com.quartetfs.fwk.filtering.IMultipleAccessor
Returns the underlying properties of this accessor.
getProperties() - Method in interface com.quartetfs.fwk.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.quartetfs.fwk.impl.AAtomicAgent
 
getProperties() - Method in class com.quartetfs.fwk.impl.AgentStarter
Deprecated.
 
getProperties() - Method in class com.quartetfs.fwk.util.impl.StringPropertyList
Returns the entries.
getProperties() - Method in interface com.quartetfs.pivot.mdx.IExecutor
 
getProperties() - Method in class com.quartetfs.pivot.mdx.impl.AExecutor
 
getProperties() - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
 
getProperties() - Method in interface com.quartetfs.tech.streaming.IStreamProperties
Returns the custom properties (key value pairs) attached to the stream.
getPropertiesDefinition() - Method in interface com.quartetfs.pivot.mdx.statement.ICreateStatement
 
getPropertiesDefinition() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateStatement
 
getPropertiesMap() - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
Get the map from fieldName to property to introspect objects.
getProperty() - Method in class com.quartetfs.fwk.filtering.impl.SingleAccessor
 
getProperty() - Method in interface com.quartetfs.fwk.filtering.ISingleAccessor
Returns the underlying property this accessor represents.
getProperty(IXmlaProperty, Class<T>) - Method in class com.quartetfs.biz.xmla.impl.XmlaPropertyHelper
Get a property with expected type.
getProperty(Object) - Method in class com.quartetfs.biz.xmla.impl.APivotXmlaHandler
 
getProperty(Object) - Method in interface com.quartetfs.biz.xmla.IXmlaHandler
Get a particular property.
getProperty(Object) - Method in class com.quartetfs.pivot.mdx.xmla.impl.MdxXmlaHandler
 
getProperty(Object, Class<T>) - Method in class com.quartetfs.biz.xmla.impl.XmlaPropertyHelper
Get a property with expected type.
getProperty(String) - Method in interface com.quartetfs.pivot.mdx.meta.IHasFormulaSpecification
Gets the expression of a property.
getProperty(String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
getProperty(String) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
Get an intrinsic member property.
getProperty(String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxNamedSet
 
getProperty(Properties, String) - Static method in class com.qfs.util.impl.QfsProperties
Deprecated.
Gets a given property from a set of properties.
getPropertyChain() - Method in class com.quartetfs.fwk.impl.AProperty
 
getPropertyChain() - Method in class com.quartetfs.fwk.impl.BaseProperty
 
getPropertyChain() - Method in class com.quartetfs.fwk.impl.CompiledProperty
 
getPropertyChain() - Method in class com.quartetfs.fwk.impl.CustomProperty
 
getPropertyChain() - Method in interface com.quartetfs.fwk.IProperty
Get the property chain corresponding to this property, that is the chain of atomic properties defining this property.
getPropertyContentType() - Method in class com.quartetfs.biz.xmla.impl.MDProperty
 
getPropertyContentType() - Method in interface com.quartetfs.biz.xmla.mdx.IMDProperty
Returns the content type.
getPropertyDefinitions() - Method in class com.quartetfs.pivot.mdx.meta.impl.AliasedSet
 
getPropertyDefinitions() - Method in interface com.quartetfs.pivot.mdx.statement.IFormulaSpecification
 
getPropertyDefinitions() - Method in class com.quartetfs.pivot.mdx.statement.impl.FormulaSpecification
 
getPropertyValue(IMessengerDefinition, String, boolean) - Static method in class com.qfs.distribution.impl.MessengerUtil
Extract from the properties of the given IMessengerDefinition for the specified key.
getPropertyValue(IMessengerDefinition, String, String) - Static method in class com.qfs.distribution.impl.MessengerUtil
Extract from the properties of the given IMessengerDefinition for the specified key.
getPropertyValue(String) - Method in class com.quartetfs.biz.pivot.mdx.impl.CellDTOIterator
 
getPropertyValue(String) - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper.StreamingCellIterator
 
getPropertyValue(String) - Method in interface com.quartetfs.pivot.mdx.ICellCursor
Get the value associated to this property in the current cell.
getPropertyValue(String) - Method in interface com.quartetfs.pivot.mdx.result.IMdxCellIterator
Returns the value of the property.
getPropertyValue(String) - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellIterator
 
getPropertyValue(String) - Method in class com.quartetfs.pivot.mdx.xmla.impl.DummyCellIterator
 
getProtocol() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
Returns some specifications about the protocol used to communicate
getProtocol() - Method in class com.qfs.snl.dtos.ProtocolConfigurationDto
Returns the protocol to use.
getProtocol(String) - Static method in class com.qfs.QfsWebUtils
Get the protocol used by the given url.
getProtocolPath() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
Returns the protocol file's path used to initialize the messenger
getProtocolPath() - Method in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The distribution protocol file's path (e.g.
getProtocolPath() - Method in class com.quartetfs.biz.pivot.definitions.impl.MessengerDefinition
 
getProviderCoordinate() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderBase
Gets the coordinate identifying this Aggregate Provider.
getProviderCoordinate() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderBase
 
getProviderCoordinate() - Method in class com.qfs.pivot.cube.provider.impl.AMultiVersionGlobalAggregateProvider
 
getProviderCoordinate() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionGlobalAggregateProvider
Gets the coordinate identifying an Aggregate Provider among the list of providers of an ActivePivot.
getProviderCoordinate() - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationParts
 
getProviderName() - Method in class com.activeviam.copper.ProviderCoordinate
 
getProviderToStreamMapping() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase.FeedingContext
Returns the mapping from the base store partitioning fields to this partitioning fields.
getPublicationDomain() - Method in class com.quartetfs.tech.streaming.impl.AStream
Returns the publication domain of the stream.
getPublicationDomain() - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
 
getPublicationDomain() - Method in interface com.quartetfs.tech.streaming.IStreamProperties
The publication domain.
getPublicationLock() - Method in class com.qfs.repository.impl.RepositoryListenerManager
Get the publication lock object.
getPublicationSubject(IFileInfo<I>) - Method in class com.qfs.msg.csv.impl.ParserContext
Determines the publication subject associated with this file.
getPublicationTime() - Method in interface com.qfs.msg.jdbc.IJdbcFetchingInfo
Returns the duration spent publishing data.
getPublicationTime() - Method in interface com.qfs.msg.jdbc.IJDBCPublicationInfo
Returns the time to publish the messages (as nanoseconds).
getPublicationTime() - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The duration spent publishing data.
getPublicationTime() - Method in class com.qfs.msg.jdbc.impl.JDBCPublicationInfo
 
getPublicKey() - Method in class com.qfs.server.cfg.impl.JwtConfig
Returns the public key used to verify the integrity of the tokens.
getPublishableMeasure(IInternalCopperMeasure) - Method in class com.activeviam.copper.MeasureOptimizer
Deprecated.
Returns the publishable version of the given measure i.e the one that underwent some optimization.
getPublishedInstance(IInternalCopperMeasure) - Method in class com.activeviam.copper.DataCubeMeasurePublisher
Returns the published version of the given measure i.e the one that underwent some optimization.
getPublishedLevels() - Method in class com.activeviam.copper.HierarchyPublisher
Deprecated.
Returns a Set of the levels which were already published for the context.
getPublishedLevels() - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
Gets the Set of levels which were already published.
getPublishedMeasureDescription(String) - Method in class com.activeviam.copper.AMeasurePublisher
Deprecated.
Returns the description of the measure or null if it has not been published.
getPublishedObjectCount() - Method in class com.qfs.msg.csv.impl.ParsingInfo
 
getPublishedObjectCount() - Method in interface com.qfs.msg.csv.IParsingInfo
Get the count of published objects.
getPublishedResultSize() - Method in interface com.qfs.msg.jdbc.IJDBCPublicationInfo
Returns the size of data that was loaded.
getPublishedResultSize() - Method in class com.qfs.msg.jdbc.impl.JDBCPublicationInfo
 
getPublisher() - Method in class com.quartetfs.tech.streaming.impl.AStream
 
getPublisher() - Method in interface com.quartetfs.tech.streaming.IStream
Gets the publisher that the stream is using.
getPublishingTime() - Method in class com.qfs.msg.csv.impl.ParserResult
 
getPublishingTime() - Method in interface com.qfs.msg.csv.IParserResult
Returns the amount of time (in nanoseconds) spent by the worker thread publishing messages.
getPublishPoolSize() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationService
Gets the size of the publish pool.
getPublishPullSize() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationServiceMonitor
Gets the size of the publish pool.
getPushData() - Method in class com.qfs.pivot.json.query.JsonStreamRegistration
 
getPushData() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
 
getPushData() - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamInfoHolder
Returns the push data flag.
getPushData() - Method in class com.quartetfs.tech.streaming.impl.AStream
Returns the Push data flag.
getPushData() - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
 
getPushData() - Method in interface com.quartetfs.tech.streaming.IStreamProperties
Get whether data should actually be pushed (or empty events).
getQNameDef() - Method in class com.quartetfs.biz.xmla.binxml.impl.ElementObject
 
getQNameToken() - Method in interface com.quartetfs.biz.xmla.binxml.IDecodingContext
Get the dictionary of qualified names.
getQNameToken() - Method in class com.quartetfs.biz.xmla.binxml.impl.DecodingContext
 
getQNameToken() - Method in class com.quartetfs.biz.xmla.binxml.impl.EncodingContext
 
getQueriesIndexation() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode.Snapshot
Returns the continuous queries and the entries indexed against them.
getQueriesInfo(List<String>) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryMonitorsGrouper
Retrieve information about children continuous queries.
getQueriesInfo(List<String>) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitorsGrouper
 
getQueriesInfo(List<String>) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitorsGrouper
 
getQueriesInfo(List<String>) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitorsGrouper
 
getQueriesInfo(List<String>) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamContinuousQueryNodeMonitorsGrouper
 
getQueriesTimeLimit() - Method in class com.qfs.pivot.json.query.JsonMdxQueryPlan
Returns the query time limit.
getQueriesTimeLimit() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
Get the current IQueriesTimeLimit time limit in seconds.
getQuery() - Method in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryRegistered
The query that has been registered.
getQuery() - Method in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryUnregistered
The query that has been de-registered.
getQuery() - Method in class com.activeviam.health.monitor.impl.ActivePivotQueryDone
The query that has been executed.
getQuery() - Method in class com.activeviam.health.monitor.impl.ActivePivotQueryFailed
The query that has been executed.
getQuery() - Method in class com.activeviam.health.monitor.impl.SlowActivePivotQuery
The query that has been executed.
getQuery() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
getQuery() - Method in class com.qfs.store.impl.InsertionTimeUpdateWhereInfo
 
getQuery() - Method in class com.qfs.store.impl.UpdateWhereInfo
Gets the query.
getQuery() - Method in interface com.qfs.store.IUpdateWhereInfo
Gets the query.
getQuery() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
 
getQuery() - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamInfoHolder
Returns the query of the stream.
getQuery() - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
getQuery() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
 
getQuery() - Method in interface com.quartetfs.biz.pivot.query.missing.IMissingLocationsQueryHandler
Returns the associated IMissingLocationsQuery.
getQuery() - Method in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsQueryHandler
 
getQuery() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousGAQMonitor
Returns the monitored continuous GAQ.
getQuery() - Method in interface com.quartetfs.biz.pivot.streaming.IDrillthroughStreamNode
 
getQuery() - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStreamIdentifier
 
getQuery() - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStreamNode
 
getQuery() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamNode
 
getQuery() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamIdentifier
 
getQuery() - Method in interface com.quartetfs.fwk.query.IContinuousQuery
Returns the query that is used to provide the objects from the source.
getQuery() - Method in exception com.quartetfs.fwk.query.QueryException
Get the query that caused the exception.
getQuery() - Method in class com.quartetfs.tech.streaming.impl.AStream
 
getQuery() - Method in interface com.quartetfs.tech.streaming.IStream
Gets the underlying query of the stream.
getQuery() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
Returns the continuous query attached to this stream node.
getQuery(IMultiVersionDatastoreSchema, String, ICondition, List<AliasedField>) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Builds a compiled query from a condition.
getQueryCount() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.QueriesStatusMonitoringBean
 
getQueryCubeLevelCount() - Method in class com.qfs.distribution.impl.HierarchyTopologyDelta
 
getQueryEngine() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
Returns the query engine on which the continuous queries are executed.
getQueryEngine() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Returns the associated continuous query engine.
getQueryExecutedCount() - Method in class com.activeviam.apm.pivot.query.impl.QueryMonitoringHelper
Returns count of executed queries.
getQueryExecutor() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Returns the executor responsible for executing attached queries on this pivot.
getQueryExecutor() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
getQueryExecutor() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
getQueryFilters() - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData
The query filters.
getQueryFilters() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the list of filters used across the query.
getQueryFilters() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getQueryFilters() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getQueryId() - Method in class com.activeviam.apm.pivot.monitoring.impl.QueryExecutorMonitor
Returns query id.
getQueryId() - Method in class com.qfs.pivot.json.query.JsonContinuousMdxQuery
 
getQueryId() - Method in class com.qfs.pivot.json.websocket.JsonResponseWithQueryId
 
getQueryId() - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint.StreamIds
Deprecated.
Gets the user-defined query id.
getQueryId() - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Gets the id of the query as given by ActiveUI.
getQueryId() - Method in class com.qfs.spring.websocket.impl.StreamState
Deprecated.
 
getQueryId() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryContext
Returns an ID associated with this query that is unique among all currently active queries.
getQueryId() - Method in class com.quartetfs.biz.pivot.query.impl.StreamEventProcessingQuery.StreamEventProcessingAttachedQuery
Returns the query task's ID.
getQueryId() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryTiming
Returns the queryId.
getQueryId() - Method in interface com.quartetfs.biz.pivot.streaming.IActivePivotEvent
The id of the query for which the event is to be published.
getQueryId() - Method in class com.quartetfs.tech.streaming.impl.AStream
 
getQueryId() - Method in class com.quartetfs.tech.streaming.impl.StreamEvent
 
getQueryId() - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
 
getQueryId() - Method in interface com.quartetfs.tech.streaming.IStream
Returns the id of the query, as given by ActiveUI.
getQueryId() - Method in interface com.quartetfs.tech.streaming.IStreamEvent
Gets the query id of the stream impacted by the event.
getQueryId() - Method in interface com.quartetfs.tech.streaming.IStreamProperties
Returns the id of the query that is attached to the stream.
getQueryInfo() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousGAQMonitor
 
getQueryInfo() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryMonitor
Returns the underlying query info.
getQueryInfo() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
 
getQueryManager() - Method in interface com.activeviam.database.api.IDatabase
Returns a component capable of compiling queries to run in the future or registering subscriptions to data.
getQueryManager() - Method in interface com.activeviam.database.api.IDatabaseVersion
Returns a component capable of preparing queries.
getQueryManager() - Method in class com.qfs.store.impl.DatastoreVersion
 
getQueryManager() - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
 
getQueryMetadata() - Method in interface com.qfs.store.IDatastoreSchemaVersion
 
getQueryMetadata() - Method in class com.qfs.store.impl.DatastoreSchemaBase
The query metadata.
getQueryMetadata() - Method in class com.qfs.store.impl.DatastoreSchemaVersion
 
getQueryMetadata() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getQueryMetadata() - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
 
getQueryMetadata() - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Gets the query metadata.
getQueryMetadata() - Method in interface com.qfs.store.IReadableDatastore
Deprecated, for removal: This API element is subject to removal in a future version.
getQueryMonitor() - Method in interface com.qfs.store.IDatastoreSchemaQueryMetadata
Gets the query monitor.
getQueryMonitor() - Method in class com.qfs.store.impl.DatastoreSchemaBase
 
getQueryMonitor() - Method in class com.qfs.store.impl.DatastoreSchemaQueryMetadata
 
getQueryPlan() - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResultTransporter
Returns the query plan for this result.
getQueryPlan() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Return the query plan for this retriever.
getQueryPlan() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
getQueryPlanMonitoring() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
 
getQueryPlanMonitoring() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getQueryPlans() - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
getQueryPlans() - Method in interface com.quartetfs.biz.pivot.cellset.IWithQueryPlans
Returns the list of query plans.
getQueryPlans() - Method in class com.quartetfs.pivot.mdx.impl.ASelectStatementExecutor
Sets the mdx pass for each query plan then collects all the resulting query plans.
getQueryPlans() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Return the collection of query plans for this result.
getQueryPool() - Method in interface com.qfs.pool.IMixedWorkloadPool
Returns the underlying query pool.
getQueryPool() - Method in class com.qfs.pool.impl.QFSPools.MixedWorkloadPool
 
getQueryResultFormat() - Method in interface com.activeviam.database.api.query.IPreparedQuery
Gets the format of the result of this query.
getQueryResultFormat() - Method in class com.activeviam.store.impl.PreparedAggregateQuery
 
getQueryResultFormat() - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
getQueryResultFormat() - Method in class com.qfs.store.query.impl.CompiledQuery
The query result format.
getQueryRunner() - Method in interface com.activeviam.database.api.IDatabaseVersion
Returns a component capable of running queries on this version of the data.
getQueryRunner() - Method in class com.qfs.store.impl.DatastoreVersion
 
getQueryRunner() - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
getQueryRunner() - Method in class com.qfs.store.transaction.impl.DelegatingOpenedTransaction
 
getQueryRunner() - Method in class com.qfs.store.transaction.impl.TransactionManager
 
getQueryRunner() - Method in interface com.qfs.store.transaction.IOpenedTransaction
Retrieves a transaction query runner able to run a query in the datastore resulting from the current transaction before it is committed.
getQueryRunner() - Method in interface com.qfs.store.transaction.ITransactionManager
Retrieves a transaction query runner able to run a query in the datastore resulting from the current transaction before it is committed.
getQueryString() - Method in class com.activeviam.apm.pivot.monitoring.impl.QueryExecutorMonitor
Returns query string.
getQueryString(RetrieveAggregatesMessage) - Static method in class com.qfs.query.impl.QueryExecutionMonitoringHelper
Forms a given RetrieveAggregatesMessage, create a query string that contains all retrievals (locations and measures) and their shared ICubeFilter.
getQuerySubmissionWaitLimit() - Method in class com.quartetfs.pivot.mdx.impl.MdxQueryBouncer
Returns the maximum waiting time while trying to acquire a permit for execution a query.
getQuerySummary() - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData
The query plan summary.
getQueryTags() - Method in class com.activeviam.database.api.query.DistinctQuery
Tags used to label the query such as the name of the pivot triggering the query.
getQueryTags() - Method in class com.activeviam.database.api.query.GetByKeyQuery
Tags used to label the query such as the name of the pivot triggering the query.
getQueryTags() - Method in class com.activeviam.database.api.query.ListQuery
Tags used to label the query such as the name of the pivot triggering the query.
getQueryTask() - Method in class com.qfs.util.impl.QfsConcurrency.BlockingQueryHolder
Deprecated.
 
getQueryTime() - Method in class com.quartetfs.fwk.logging.impl.GaqTiming
Returns the query time.
getQueryTime() - Method in class com.quartetfs.fwk.logging.impl.MdxTiming
Returns the query time.
getQueryType() - Method in class com.activeviam.apm.pivot.monitoring.impl.QueryExecutorMonitor
Returns query type.
getQueueLoad() - Method in class com.qfs.msg.csv.impl.ParserThreadPool
Returns the size of the queue ThreadPoolExecutor.getQueue().
getQuick(int) - Method in interface com.qfs.trove.QIntList
Returns the value at the specified offset without doing any bounds checking.
getQuoting() - Method in interface com.quartetfs.pivot.mdx.statement.IIdentifier
Returns the quoting of the identifier.
getQuoting() - Method in class com.quartetfs.pivot.mdx.statement.impl.Identifier
 
getRange() - Method in class com.qfs.pivot.json.cellset.AxisData
Gets the range.
getRange() - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
getRange(long, long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAnalysisHierarchy
 
getRange(long, long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
getRange(long, long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisHierarchy
 
getRange(long, long) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisHierarchy
 
getRange(long, long) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IMultiVersionHierarchy
Returns a hierarchy which contains all the members which exist/existed between the specified epochs.
getRange(long, long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
getRange(long, long) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMultiVersionMeasureHierarchy
 
getRangeCoordinates() - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
getRangeCoordinates() - Method in interface com.quartetfs.biz.pivot.IPointLocationPattern
Returns the mapping coordinates of the scope location's range coordinates.
getRangeCoordinates() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
getRangeCoordinates() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
Returns the ranged coordinates (i.e.
getRangeCoordinates() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IScopeLocation
Returns the range coordinates of this location.
getRangeCoordinatesIndex() - Method in interface com.qfs.repository.coordinates.IIndexableCoordinates
The number of range coordinates For example desk : * | AllMember, eur, null is two.
getRangeCoordinatesIndex() - Method in class com.qfs.repository.coordinates.impl.AIndexableCoordinates
 
getRangeCoordIndex(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
getRangeCoordIndex(int) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IScopeLocation
Returns the index in the range coordinates array of the coordinate with the given index in the hierarchical mapping.
getRangeCoordIndex(int, int) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
getRangeCoordIndex(int, int) - Method in interface com.quartetfs.biz.pivot.IPointLocationPattern
Returns the index of the range coordinates identified by the given hierarchy and level indexes.
getRangeCoordsCount() - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
getRangeCoordsCount() - Method in interface com.quartetfs.biz.pivot.IPointLocationPattern
Returns the number of range coordinates in this pattern.
getRanges() - Method in class com.qfs.pivot.json.query.JsonContinuousMdxQuery
 
getRanges() - Method in class com.qfs.util.impl.RangeUnion
Deprecated.
 
getRanges() - Method in interface com.qfs.util.IRangeUnion
Deprecated.
Returns all ranges of the union.
getRanges() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
A non-empty array for which each element are immutable.
getRanges() - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
 
getRanges() - Method in interface com.quartetfs.tech.streaming.IStreamProperties
Returns the ranges associated to each axes.
getRangeSharing() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData
The range sharing.
getRangeSharing() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the range sharing limit.
getRangeSharing() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getRangeSharing() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getRangeSharingLimit() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderBase
Returns the maximum number of indexed locations on which range sharing will be applied when planning a query.
getRangeSharingLimit() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderVersion
Returns the maximum number of indexed locations on which range sharing will be applied when planning a query.
getRangeSharingLimit() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderBase
 
getRangeSharingLimit() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
getRangeSharingLimit() - Method in interface com.quartetfs.biz.pivot.definitions.IAggregateProviderDefinition
The range sharing allows queries to share intermediate results i.e.
getRangeSharingLimit() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
 
getRangeSharingLimit() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Returns the range sharing limit.
getRangeSharingLimit() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the range sharing limit defined for this retriever.
getRatio() - Method in class com.qfs.chunk.direct.allocator.impl.ASlabMemoryAllocator
Gets the ASlabMemoryAllocator.RATIO.
getRawAddedOrUpdatedPointValues() - Method in class com.qfs.repository.dto.PointValueUpdatesDto
Get the raw list new point values dto.
getRawBuffer() - Method in class com.activeviam.io.ExposedByteArrayOutputStream
Returns the underlying byte array.
getRawDeletedPointValues() - Method in class com.qfs.repository.dto.PointValueUpdatesDto
Get the raw list of deleted point values dto.
getRawPointValues() - Method in class com.qfs.repository.dto.ParameterDto
Gets the raw list of point values dto.
getRawResult() - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedRunnable
 
getRawResult() - Method in class com.qfs.concurrent.cancellable.impl.CancellableRecursiveAction
 
getRawResult() - Method in class com.qfs.concurrent.cancellable.impl.CancellableRecursiveTask
 
getRawResult() - Method in class com.qfs.concurrent.impl.CompleterBoundedTask
 
getRawResult() - Method in class com.qfs.concurrent.impl.ExecJoinAction
 
getRawResult() - Method in class com.qfs.concurrent.impl.SharedTaskQueue
Returns the result of the computation, which will be null if it has never been set.
getRawResult() - Method in class com.qfs.concurrent.impl.SharedTaskQueue.SharedTask
 
getRawResult() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderBase.ExecutionContextTask
 
getRawResult() - Method in class com.qfs.query.impl.AMessageAction
 
getRawResult() - Method in class com.quartetfs.biz.pivot.context.impl.ContextualCancellableRecursiveAction
 
getRawResult() - Method in class com.quartetfs.biz.pivot.context.impl.ContextualCancellableRecursiveTask
 
getRawResult() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager.QueryExecutionTask
 
getRawResult() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExternalDatabaseRetrieval
Gets the result of this retrieval.
getRawResult() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ARetrieveAggregatesAction
 
getRawResult() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
getRawResult() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AExternalDatabaseRetrieval
 
getRawResult() - Method in class com.quartetfs.biz.pivot.query.impl.NotificationTaskFuture
 
getRawSession() - Method in class com.qfs.spring.websocket.impl.WsSession
Deprecated.
 
getRawValue(int) - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
Directly accesses this heap's backing array.
getRawValue(int) - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
Directly accesses this heap's backing array.
getRawValue(int) - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
Directly accesses this heap's backing array.
getRawValue(int) - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
Directly accesses this heap's backing array.
getRawValue(int) - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
Directly accesses this heap's backing array.
getRawValue(int) - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
Directly accesses this heap's backing array.
getRawValue(int) - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
Directly accesses this heap's backing array.
getRawValue(int) - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
Directly accesses this heap's backing array.
getReachableFieldsToType() - Method in class com.qfs.store.service.impl.DatabaseServiceTableMetadata
Returns the mapping between field names and type.
getReached(Set<String>) - Method in class com.qfs.store.impl.UserStoreGraph
 
getReached(Set<K>) - Method in interface com.qfs.graph.IDirectedGraph
Returns all the nodes that can be reached from at least one of the included nodes.
getReached(Set<K>) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
getReached(Set<K>) - Method in class com.qfs.graph.impl.DirectedGraph
 
getReached(Set<K>) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
getReachers(Set<String>) - Method in class com.qfs.store.impl.UserStoreGraph
 
getReachers(Set<K>) - Method in interface com.qfs.graph.IDirectedGraph
Returns all the nodes that have at least one of their edges ending in a node included in the given set.
getReachers(Set<K>) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
It is strong advised to not call this method while modifying the graph structure.
getReachers(Set<K>) - Method in class com.qfs.graph.impl.DirectedGraph
 
getReachers(Set<K>) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
getReadableBranches(Set<String>) - Method in interface com.qfs.security.IBranchPermissionsManager
Gets the set of branches (registered in this service) that the given roles can read.
getReadableBranches(Set<String>) - Method in class com.qfs.security.impl.BranchPermissionsManager
 
getReadableBranches(Set<String>) - Method in class com.qfs.security.impl.CachedBranchPermissionsManager
 
getReadableBranches(Set<String>) - Method in class com.qfs.security.impl.ContentServiceBranchPermissionsManager
 
getReadableBranches(Set<String>) - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Gets the set of branches (currently existing or not) which the given user can see.
getReadDictionnaries() - Method in class com.qfs.store.impl.AUpdateWhereInfo
 
getReadDictionnaries() - Method in interface com.qfs.store.IUpdateWhereInfo
Gets the readDictionnaries.
getReader() - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
Gets a reader on the location being built.
getReader(VectorSchemaRoot, List<Integer>, IFieldType, Map<Long, Dictionary>) - Static method in class com.activeviam.arrow.read.ArrowReaderUtils
Get the reader based on the vectors at the given indices.
getReaderRoles() - Method in interface com.qfs.desc.IFieldPermission
Returns all the roles allowed to read this field.
getReaderRoles() - Method in class com.qfs.desc.impl.WritableFieldPermission
 
getReaders() - Method in class com.qfs.content.rest.impl.RestBulkApiJsonParams.PutJsonParam
Returns the readers.
getReaders() - Method in class com.qfs.content.rest.impl.RestContentJsonParams.PostFileJsonParam
Returns the readers.
getReaders() - Method in class com.qfs.content.rest.impl.RestContentJsonParams.PutFileJsonParam
Returns the readers.
getReaders() - Method in class com.qfs.content.rest.impl.RestContentJsonParams.UpdatePermissionsJsonParam
Returns the readers.
getReaders() - Method in class com.qfs.content.service.audit.impl.AuditableCSEntry
 
getReaders() - Method in interface com.qfs.content.service.IBasicPathlessContentEntry
The list of users / groups that can read this entry.
getReaders() - Method in class com.qfs.content.service.impl.BasicPathlessContentEntry
 
getReaders() - Method in class com.qfs.content.service.impl.CSEntry
 
getReaders() - Method in interface com.qfs.pivot.content.IActivePivotContentService.IDescriptionWithPermissions
 
getReaders() - Method in class com.qfs.pivot.content.impl.DescriptionWithPermissions
 
getReaders() - Method in class com.qfs.pivot.json.branch.JsonBranchDescription
Get readers of the branch.
getReaders() - Method in class com.qfs.pivot.json.branch.JsonBranchPermissions
Gets the set of users and roles which can read this branch.
getReaders() - Method in class com.qfs.pivot.json.configuration.JsonMdxDefinitionStatement
 
getReaders() - Method in interface com.qfs.security.IBranchPermissions
Gets the readers of the branch.
getReaders() - Method in class com.qfs.security.impl.BranchPermissions
 
getReadingTime() - Method in class com.qfs.msg.csv.impl.ParserResult
 
getReadingTime() - Method in interface com.qfs.msg.csv.IParserResult
Returns the amount of time (in nanoseconds) spent by the worker thread reading from files.
getReadLimit() - Method in class com.qfs.msg.csv.policy.impl.CsvParserReadingInfo
Gets the limit of line to read.
getReadStart() - Method in class com.qfs.msg.csv.policy.impl.CsvParserReadingInfo
Gets the first line to read.
getReadStep() - Method in class com.qfs.msg.csv.policy.impl.CsvParserReadingInfo
Gets the step.
getReadStream(String) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Open a read stream on a file from the key-value database, if supported.
getRealTimeDependencies() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanPivotDependency
 
getRecipients() - Method in class com.qfs.snl.dtos.MessageDto
Returns the recipients.
getRecipients() - Method in interface com.qfs.snl.messages.IMessage
Gets the recipients of the messages.
getRecipients() - Method in class com.qfs.snl.messages.impl.AMessage
 
getRecipients() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getRecommendedAction() - Method in exception com.qfs.store.ConfigurationException
Gets the recommended action.
getRecord() - Method in class com.activeviam.arrow.read.ArrowCursor
 
getRecord() - Method in interface com.qfs.store.query.ICursor
Returns the current record at the current cursor's position, following the format given by ICursor.getRecordFormat().
getRecord() - Method in class com.qfs.store.query.impl.ConditionCursor
 
getRecord() - Method in class com.qfs.store.query.impl.EmptyResultCursor
 
getRecord() - Method in class com.qfs.store.query.impl.MergeCursor
 
getRecord() - Method in class com.qfs.store.query.impl.RecordArrayCursor
 
getRecord() - Method in class com.qfs.store.query.impl.RowListFlattenerCursor
 
getRecord() - Method in class com.qfs.store.query.impl.SizeLimitCursor
 
getRecord() - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
Returns the lone stored record.
getRecord(int) - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
getRecord(int) - Method in class com.qfs.store.record.impl.RecordBlock
Gets the record at the given row index.
getRecordedEpochs(String, long) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getRecordedEpochs(String, long) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
 
getRecordedEpochs(String, long) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
Get the list of recorded epochs that are available for the given ActivePivot instance.
getRecordFieldIndex(String) - Method in class com.activeviam.store.structure.impl.StorePartitioningFormat
 
getRecordFieldIndex(String) - Method in interface com.qfs.store.part.IPartitioningFormat
Gets the index of a storage field from its name.
getRecordFieldIndex(String) - Method in class com.qfs.store.part.SimplePartitioningFormat
 
getRecordFormat() - Method in class com.activeviam.arrow.read.ArrowCursor
 
getRecordFormat() - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
getRecordFormat() - Method in interface com.activeviam.store.structure.IUpdateFieldsAction
Gets the up-to-date record format of the store being updated.
getRecordFormat() - Method in class com.qfs.store.impl.ARecordSetTransaction
 
getRecordFormat() - Method in class com.qfs.store.impl.ChunkSetRecordBlock
 
getRecordFormat() - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
getRecordFormat() - Method in class com.qfs.store.impl.ColumnarRecordSet
 
getRecordFormat() - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
getRecordFormat() - Method in class com.qfs.store.impl.EmptyRecordSetView
 
getRecordFormat() - Method in class com.qfs.store.impl.StoreFormat
 
getRecordFormat() - Method in class com.qfs.store.impl.UserRecordSetVersion
 
getRecordFormat() - Method in interface com.qfs.store.IRecordSet
Gets the record format of this record set.
getRecordFormat() - Method in interface com.qfs.store.IStore
Gets the format of records stored in this store.
getRecordFormat() - Method in interface com.qfs.store.IStoreFormat
Gets the record format of that store.
getRecordFormat() - Method in interface com.qfs.store.query.ICursor
Gets the format of the records returned by ICursor.getRecord().
getRecordFormat() - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
getRecordFormat() - Method in class com.qfs.store.query.impl.ConditionCursor
 
getRecordFormat() - Method in class com.qfs.store.query.impl.EmptyResultCursor
 
getRecordFormat() - Method in class com.qfs.store.query.impl.MergeCursor
 
getRecordFormat() - Method in class com.qfs.store.query.impl.RecordArrayCursor
 
getRecordFormat() - Method in class com.qfs.store.query.impl.RecordFlattenerFactory
 
getRecordFormat() - Method in class com.qfs.store.query.impl.RowListFlattenerCursor
 
getRecordFormat() - Method in class com.qfs.store.query.impl.SizeLimitCursor
 
getRecordFormat() - Method in interface com.qfs.store.record.flatten.IRecordFlattenerFactory
Deprecated.
 
getRecordFormat() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
getRecordFormat() - Method in class com.qfs.store.record.impl.FilteredRecordBlock
 
getRecordFormat() - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
getRecordFormat() - Method in class com.qfs.store.record.impl.RecordBlock
 
getRecordFormat() - Method in class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
 
getRecordFormat() - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
getRecordFormat() - Method in interface com.qfs.store.record.IRecordBlock
Returns the format of the records stored in this block.
getRecordFormat() - Method in interface com.qfs.store.selection.IContinuousSelection
Returns the format of the records that are sent to our listeners.
getRecordFormat() - Method in class com.qfs.store.selection.impl.ContinuousSelection
 
getRecordFormat() - Method in class com.qfs.store.selection.impl.SelectionMetadata
 
getRecordFormat() - Method in interface com.qfs.store.selection.ISelectionMetadata
Returns the format of the records that are sent to our listeners.
getRecordFormat() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDatabaseRetrievalResult
Returns the format of the records returned by the query.
getRecordFormat() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ADatabaseRetrievalResult
 
getRecordFormat() - Method in class com.quartetfs.biz.pivot.test.util.DummyRecordBlock
 
getRecordFormat(int) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Returns the format of the records that are sent to our listeners, for the given selection.
getRecordFormat(int) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
getRecords() - Method in interface com.activeviam.store.IInternalStorePartitionVersion
 
getRecords() - Method in class com.qfs.store.impl.ADelegateStorePartitionView
 
getRecords() - Method in class com.qfs.store.impl.StorePartitionContent
Records.
getRecords() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
getRecords() - Method in class com.qfs.store.impl.StorePartitionVersion
The records stored in this partition.
getRecords() - Method in class com.qfs.store.impl.UserStorePartitionVersion
 
getRecords() - Method in interface com.qfs.store.IStorePartitionContent
Gets the records in the partition.
getRecords() - Method in interface com.qfs.store.IStorePartitionTransaction
 
getRecords() - Method in interface com.qfs.store.IStorePartitionVersion
 
getRecords() - Method in interface com.qfs.store.IStorePartitionView
Gets the records in the partition.
getRecords() - Method in class com.qfs.store.transaction.impl.TransactionalStorePartitionView
 
getRecords() - Method in class com.quartetfs.fwk.util.impl.GenericList
 
getRecordSetBase(IInternalStorePartitionVersion) - Static method in class com.qfs.store.impl.PartitionOperationUtil
 
getRecordSetFactory() - Method in class com.qfs.store.impl.StoreInternals
Factory to use to create new record sets.
getRecordSize() - Method in class com.qfs.util.tar.impl.TarBuffer
Returns the TAR Buffer's record size.
getRecordSize() - Method in class com.qfs.util.tar.impl.TarInputStream
Get the record size being used by this stream's TarBuffer.
getReducedColumn() - Method in class com.quartetfs.biz.pivot.cellset.impl.AResultReductionProcedure
Returns the column containing the reduced values.
getReducedPartitionId(int) - Method in class com.qfs.store.part.impl.PartitioningUtil.ReducedPartitioningFunction
Gets the id of the partition defined by the reduced partitioning and containing all records from a partition of the original partitioning.
getReducedPartitioning() - Method in class com.qfs.store.part.impl.PartitioningUtil.ReducedPartitioningFunction
Gets the reduced partitioning.
getReducerSupplierOrThrow(String, int[], List<String>, boolean) - Static method in class com.activeviam.copper.measure.window.AggregationToWindowTraversal
Finds the reducer corresponding to an aggregation function.
getRefCount() - Method in class com.qfs.vector.impl.ABlockVector
Returns the current number of references to this vector.
getReference() - Method in class com.qfs.dic.impl.FilteredPointList
 
getReference() - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Retrieve the reference location.
getReference() - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
getReference(IMdxNamedSet) - Method in class com.quartetfs.pivot.mdx.impl.ResolveContext
 
getReference(IMdxNamedSet) - Method in interface com.quartetfs.pivot.mdx.IResolveContext
Find a reference to some named set (if it exists).
getReference(String) - Method in class com.qfs.store.impl.StorePartitionBase
Gets the reference of the given name.
getReferenceBase(IInternalStorePartitionVersion, String) - Static method in class com.qfs.store.impl.PartitionOperationUtil
 
getReferenceCount() - Method in class com.qfs.store.impl.ADelegateStorePartitionView
 
getReferenceCount() - Method in class com.qfs.store.impl.StoreInternals
Gets the number of references owned by this store.
getReferenceCount() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
getReferenceCount() - Method in class com.qfs.store.impl.StorePartitionVersion
 
getReferenceCount() - Method in class com.qfs.store.impl.UserStorePartitionVersion
 
getReferenceCount() - Method in interface com.qfs.store.IStorePartitionView
Gets the number of materialized references which start from this partition.
getReferenceCount() - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
The number of references to this block, i.e.
getReferenceDescriptions() - Method in interface com.qfs.desc.IDatastoreSchemaDescription
Returns the references between stores to create on this schema.
getReferenceDescriptions() - Method in class com.qfs.desc.impl.DatastoreSchemaDescription
Description of the references among stores.
getReferencedRow(IStorePartitionView, int) - Method in interface com.qfs.store.ref.IConcreteReference
Retrieves the row in the partition of the target store referenced by a given row in the partition of the owner store.
getReferencedRow(IStorePartitionView, int) - Method in class com.qfs.store.ref.impl.AConcreteReferenceBase.ConcreteReferenceStructuralTransactionView
 
getReferencedRow(IStorePartitionView, int) - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
 
getReferencedRow(IStorePartitionView, int) - Method in class com.qfs.store.ref.impl.AConcreteReferenceVersion
 
getReferenceFactory(int) - Method in class com.qfs.store.impl.StoreInternals
Gets the factory of the reference with the given position.
getReferenceId() - Method in interface com.qfs.store.query.plan.ICompiledOwnReferenceOperation
Gets the id of the reference in the owner store.
getReferenceId() - Method in class com.qfs.store.query.plan.impl.BackReferenceRows.CompiledOwnReferenceRows
 
getReferenceId() - Method in class com.qfs.store.query.plan.impl.RowReferenceMerge.CompiledOwnReferenceRowMerge
 
getReferenceMetadata() - Method in interface com.activeviam.store.structure.IAddReferenceAction
Returns the metadata of the reference.
getReferenceMetadata() - Method in interface com.activeviam.store.structure.IInitializeReferenceAction
Returns the metadata of the reference.
getReferenceMetadata() - Method in class com.activeviam.store.structure.impl.AddReferenceAction
Metadata of the new reference.
getReferenceMetadata() - Method in class com.activeviam.store.structure.impl.InitializeReferenceAction
Metadata of the reference.
getReferenceMetadata() - Method in class com.activeviam.store.structure.impl.SetIndexDictionariesConcurrentAction
Metadata of the reference.
getReferenceMetadata() - Method in interface com.activeviam.store.structure.ISetIndexDictionariesConcurrentAction
Return the metadata of the reference.
getReferenceMetadata(String, String) - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Gets the metadata of the given reference.
getReferenceMetadata(String, String) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
getReferenceMetadata(String, String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getReferenceMetadatas(String) - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Gets the reference metadatas for the stores targeted by the given store, sorted by reference name.
getReferenceMetadatas(String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getReferenceName() - Method in class com.activeviam.database.commons.api.numa.desc.impl.NumaSelectorFromJoinDescription
 
getReferenceName() - Method in interface com.activeviam.store.structure.IAddReferenceAction
Returns the name of the reference.
getReferenceName() - Method in interface com.activeviam.store.structure.IInitializeReferenceAction
Returns the name of the reference.
getReferenceName() - Method in class com.activeviam.store.structure.impl.AddReferenceAction
Name of the reference to add to the store.
getReferenceName() - Method in class com.activeviam.store.structure.impl.InitializeReferenceAction
Name of the reference to initialize.
getReferenceName() - Method in class com.activeviam.store.structure.impl.RebindTargetDictionaryAction
 
getReferenceName() - Method in interface com.activeviam.store.structure.IRebindTargetDictionaryAction
Gets the name of the reference.
getReferencePosition(String) - Method in interface com.qfs.store.IStoreMetadata
Gets the position of the reference with the given name in IStoreMetadata.getReferencesMetadata().
getReferences() - Method in class com.qfs.store.impl.StorePartitionBase
Owned references.
getReferences() - Method in class com.qfs.store.impl.StoreTransaction
 
getReferences() - Method in class com.qfs.store.impl.StoreVersion
 
getReferences() - Method in class com.qfs.store.impl.UserStoreVersion
 
getReferences() - Method in interface com.qfs.store.IStore
Returns all the metadata of the references owned by this store.
getReferencesMetadata() - Method in class com.qfs.store.impl.StoreMetadata
 
getReferencesMetadata() - Method in interface com.qfs.store.IStoreMetadata
Gets the metadata associated with all the references owned by this store.
getReferenceStoreIds() - Method in class com.qfs.store.query.impl.DeltaQuery
Returns the DeltaQuery.referenceStoreIds, on which a delta query must be performed.
getReferencingRows(IStorePartitionView, List<int[]>) - Method in interface com.qfs.store.ref.IConcreteReference
Retrieves all the rows in the partition of the owner store that reference the given points in the target store.
getReferencingRows(IStorePartitionView, List<int[]>) - Method in class com.qfs.store.ref.impl.AConcreteReferenceBase.ConcreteReferenceStructuralTransactionView
 
getReferencingStores(String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
Gets the store definitions for the stores pointing to the given store, sorted by store name.
getReferencingStores(String) - Method in interface com.qfs.store.IDatastoreTransactionContext
Gets the list of stores having references targeting this store.
getReferencingStores(String) - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
Gets the list of stores having references targeting this store.
getReferencingStores(String) - Method in class com.qfs.store.impl.DatastoreTransactionContext
 
getReferent() - Method in interface com.qfs.messenger.message.IInitialDiscoveryMessage
Returns a string that represents an identifier of the cube a data node refers to.
getReferent() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
getReferent() - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
getReferent() - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
getReferent() - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
getReferent() - Method in class com.qfs.pivot.impl.DataNode
Returns a string that uniquely (hopefully) identified this MultiVersionActivePivot cube in the cluster.
getRefreshed() - Method in interface com.quartetfs.fwk.query.IContinuousQueryUpdate
Get the data that was fully recomputed during this continuous update.
getRefreshed() - Method in class com.quartetfs.fwk.query.impl.ContinuousQueryUpdate
 
getRefreshedMeasures() - Method in interface com.quartetfs.biz.pivot.streaming.IFullRefreshEvent
Returns the set of refreshed measures.
getRefreshedMeasures() - Method in class com.quartetfs.biz.pivot.streaming.impl.FullRefreshEvent
 
getRegisteredAgents() - Method in interface com.qfs.messenger.IDistributedMessenger
Returns all the registered IDistributedAgents.
getRegisteredAgents() - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
getRegisteredContinuousQuery() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesEntry
Returns the continuousQuery corresponding to this entry,
getRegisteredContinuousQuery() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamOnContinuouslyQueryableNode
 
getRegisteredContinuousQuery() - Method in interface com.quartetfs.tech.streaming.sharing.IStreamOnContinuouslyQueryableNode
Returns the registered continuous query This is used only for the drillthrough stream node This node has the update information.
getRegisteredHandlerInfos() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Returns the list of continuous handlers registered to the stream and on which some continuous queries on its children context nodes depend.
getRegisteredHandlers() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
Returns the list of handlers on which continuous queries on this context node depend.
getRegisteredMeasuresProvider(IRegisteredGetAggregatesContinuousQuery) - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Gets the measuresProvider previously registered with this registeredQuery.
getRegisteredMeasuresProvider(IRegisteredGetAggregatesContinuousQuery) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getRegisteredQueries() - Method in class com.qfs.snl.agent.mdx.impl.MdxMonitoringStatistics
Returns the map of mdx queries.
getRegisteredSites() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
Returns the list of sites registered with this agent.
getRegisteredStreams() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Returns the list of streams that have continuous GAQ under this context group.
getRegisteredTopics() - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
Gets the names of registered topics.
getRegisteredTriggeredCommitTimeUpdateWhereInfos() - Method in class com.qfs.store.impl.MultiVersionStore
 
getRegisteredTriggeredCommitTimeUpdateWhereInfos() - Method in interface com.qfs.store.IMultiVersionStore
Gets the list of current registered commit-time update where triggers, sorted by priority.
getRegisteredTriggeredInsertionTimeUpdateWhereInfos() - Method in class com.qfs.store.impl.MultiVersionStore
 
getRegisteredTriggeredInsertionTimeUpdateWhereInfos() - Method in interface com.qfs.store.IMultiVersionStore
Gets the list of current registered insertion-time update where triggers, sorted by priority.
getRegistrationCount() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the number of query registrations.
getRegistrationCount() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Returns the total registrations on the context group.
getRegistrationCount() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Returns the number of query registrations.
getRegistrationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Returns the query registration time (in ms).
getRegistrationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
 
getRegistrationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getRegistrationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getRegistrationDurationInNs() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Returns the registration duration in nanoseconds.
getRegistrationKey() - Method in class com.activeviam.apm.pivot.monitoring.impl.QueryExecutorMonitor
Returns key of the instance registered with MonitoredActivePivotQueryExecutor.
getRegistrationState() - Method in class com.quartetfs.biz.pivot.query.registration.impl.ARegistrationAwareListener
Returns the registration state holder associated with this listener.
getRegistrationVersionId() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.RegisteredContinuousQuery
 
getRegistrationVersionId() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRegisteredGetAggregatesContinuousQuery
Returns the id of the pivot version at the time the query was registered.
getRegistry() - Method in class com.qfs.msg.impl.WatcherService
Gets the list of watchers per watch key.
getRegistry() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Returns the underlying continuous query registery.
getRegistry() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
Returns the registry on which the continuous queries are registered.
getRegistry() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Returns the continuous query registry.
getRegistry() - Static method in class com.quartetfs.fwk.Registry
Gets the current singleton registry.
getRejectedDataNode() - Method in class com.activeviam.health.monitor.impl.events.ApplicationMemberRejected
Getter.
getReleasedBranches() - Method in class com.qfs.distribution.impl.DistributedHistoryImpact
Returns the set of branches removed by a transaction.
getReleasedEpochs() - Method in class com.qfs.multiversion.impl.VersionHistory
Gets the epochs for which either no version has been created, or the version has been released.
getReleaseTimestamp() - Method in interface com.qfs.multiversion.IHistoryNode
Gets the timestamp of the release if the version has been released, -1 otherwise.
getReloadedStreams() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
For MBean.
getRemoteAddress() - Method in class com.qfs.messenger.impl.BroadcastResult
 
getRemoteAddress() - Method in interface com.qfs.messenger.message.IBroadcastResult
Returns the address of the remote instance that sent back this answer.
getRemoteAddress() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteTransactionInformation
Address from which this delta comes from.
getRemoteAddresses() - Method in interface com.qfs.distribution.ILocalityIdentifier
Returns the addresses of the known remote instances.
getRemoteAddresses() - Method in class com.qfs.distribution.impl.ClusterLocalityIdentifier
 
getRemoteAddresses() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
Returns the codes of the remote addresses.
getRemoteBranch() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteTransactionInformation
Name of the branch in the remote cube corresponding to this transaction.
getRemotePivotId() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteTransactionInformation
Remote pivot that sent the delta.
getRemoteViewId() - Method in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationEvent
The remote instance viewId at which the originating GoodbyeMessage was created.
getRemoteViewId() - Method in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationFailureEvent
The remote instance viewId at which the originating GoodbyeMessage was created.
getRemovalChannel() - Method in interface com.qfs.repository.IDatastoreRepositoryCacheConfiguration
Get the channel to use to remove data from the repository cache.
getRemovalChannel() - Method in class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
 
getRemovalCollector() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderTransaction
Returns the IAggregateCollector in charge of collecting all the removals from the aggregate provider.
getRemovalCollector() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderTransaction
 
getRemovalCount() - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotSchemaTransactionInfo
Returns the number of removals that have been sent to the schema during that transaction.
getRemovalCount() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
Getter.
getRemovalCount() - Method in class com.quartetfs.biz.pivot.transaction.impl.SchemaTransactionInfo
 
getRemovalDelay() - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
Getter.
getRemovals() - Method in class com.qfs.messenger.message.impl.EmptyTransactionCommittedMessage
 
getRemovals() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
getRemovals() - Method in class com.qfs.messenger.message.impl.TransactionCommittedMessage
 
getRemovals() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
Returns the hierarchies containing only the removed members.
getRemovals() - Method in interface com.qfs.messenger.message.ITransactionCommittedMessage
Returns a list of hierarchies representing members that have been removed by this transaction within the data node sending this message.
getRemovals() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction.RemoteHierarchyTransactionData
 
getRemovalsCollector() - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateProviderTransaction
Returns the IGlobalAggregateCollector in charge of collecting all the removals from the aggregate provider.
getRemovalsCollector() - Method in class com.qfs.pivot.cube.provider.impl.AGlobalAggregateProviderTransaction
 
getRemovalsNames() - Method in class com.activeviam.health.monitor.impl.ADistributedHierarchyHealthEvent
The names for the hierarchies containing removals in the message.
getRemoved() - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
Gets the set of removed rows.
getRemoved() - Method in interface com.quartetfs.fwk.query.IContinuousQueryUpdate
Get the data that was removed during this continuous update.
getRemoved() - Method in class com.quartetfs.fwk.query.impl.ContinuousQueryUpdate
 
getRemovedDelta() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
 
getRemovedDelta() - Method in interface com.qfs.pivot.hierarchy.IAxisHierarchyTransaction
 
getRemovedDelta() - Method in interface com.qfs.pivot.hierarchy.IDeltaHierarchyContribution
Returns the removed objects for this transaction.
getRemovedDelta() - Method in interface com.qfs.pivot.hierarchy.IHierarchyTransaction
Deprecated.
 
getRemovedDelta() - Method in interface com.qfs.pivot.hierarchy.IMeasureHierarchyTransaction
 
getRemovedDelta() - Method in class com.qfs.pivot.hierarchy.impl.AHierarchyTransaction
 
getRemovedDelta() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy.AxisHierarchyTransaction
 
getRemovedDeltaWithRemovedMembers() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
 
getRemovedDeltaWithRemovedMembers() - Method in interface com.qfs.pivot.hierarchy.IDistributedAxisHierarchyTransaction
Returns the EFFECTIVELY removed objects for this transaction.
getRemovedLocationsCandidates() - Method in interface com.qfs.pivot.cube.provider.IExpandLocationsResult
Returns the expanded locations that have potentially disappeared from their associated cube.
getRemovedLocationsCandidates() - Method in class com.qfs.pivot.cube.provider.impl.ExpandLocationResult
 
getRemovedMembers() - Method in class com.activeviam.health.monitor.impl.events.ClusterMemberChange
Returns the addresses of the leavers.
getRemovedMembers() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
getRemovedMembers() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
This implementation always throws an UnsupportedOperationException.
getRemovedMembers() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
 
getRemovedMembers() - Method in interface com.qfs.pivot.hierarchy.IHierarchyTransaction
Deprecated.
Returns all the members that were fully removed in this transaction.
getRemovedMembers() - Method in class com.qfs.pivot.hierarchy.impl.AHierarchyTransaction
 
getRemovedMembers() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy.AxisHierarchyTransaction
 
getRemovedMembers() - Method in interface com.quartetfs.biz.pivot.transaction.IActivePivotTransactionInfo
Returns the members that were fully removed by this transaction, indexed by their associated hierarchy.
getRemovedMembers() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getRemovedMembers() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
getRemovedPointCandidates() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IImpact
Returns all the point locations likely to be removed from the view.
getRemovedPointCandidates() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.Impact
 
getRemovedRecords() - Method in class com.qfs.store.transaction.impl.TransactionManager
Returns the total removed records (not taking into account the remove where).
getRemovedRows() - Method in class com.qfs.pivot.json.drillthrough.JsonDrillthroughUpdateData
 
getRemovedRows() - Method in interface com.quartetfs.biz.pivot.streaming.IDrillthroughUpdateEvent
 
getRemovedRows() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughUpdateEvent
 
getRemoveUnknownKeyBehavior() - Method in class com.qfs.desc.impl.StoreDescription
 
getRemoveUnknownKeyBehavior() - Method in interface com.qfs.desc.IStoreDescription
Gets the policy handling a remove operation on an unknown key.
getRemoveUnknownKeyListener() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
getRemoveUnknownKeyListener() - Method in class com.qfs.store.impl.StoreInternals
Listener notified when removing an unknown row.
getReorder() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationService
Gets the reorder flag.
getReplicationFactor() - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator.ITranslatorResult
Returns the number of global point locations in the translated point list corresponding to the translation of a single local point location.
getReplicationFactor() - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatorResult
 
getReplicationToGlobalMapping() - Method in class com.activeviam.distributed.pivot.impl.PointLocationListTransporterTranslator
 
getReplicationToGlobalMapping() - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTransporterTranslator
 
getReplicationToGlobalMapping() - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator
Returns the mapping that links the replicate indices of the range coordinates to the global indices.
getReplySize() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingResult
 
getReplySize() - Method in class com.qfs.messenger.impl.CompletableFutureMessageAnswer
Gets the size of the message.
getReport() - Method in class com.qfs.msg.csv.impl.FileTask
 
getReport(long, String) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets a single monitor report.
getReport(long, String) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getReport(String, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Gets the monitor of a given id.
getReport(String, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getReport(String, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getReport(String, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getReport(String, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getReportByFile() - Method in interface com.activeviam.msg.csv.reporting.ICsvTopicParsingReport
A map of all the parsing reports on the files pertaining to this topic.
getReportByFile() - Method in class com.activeviam.msg.csv.reporting.impl.CsvTopicParsingReport
 
getReports() - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all monitor reports from any site.
getReports() - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getReports(String) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all monitor reports from a given site.
getReports(String) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getRepository() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
 
getRepository() - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamInfoHolder
 
getRequest() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExternalDatabaseRetrieval
Gets the underlying request that defined the retrieval.
getRequest() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
 
getRequest() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval
 
getRequest() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpExternalDatabaseRetrieval
 
getRequest() - Method in class com.quartetfs.biz.xmla.impl.XmlaContext
 
getRequest() - Method in interface com.quartetfs.biz.xmla.IXmlaContext
Returns the request being processed.
getRequestedMeasures(int, ICubeFilter, PlanningGraph) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ADependencyNode
Returns a collection containing the measures requested by this node for its computation and considering the input location and cube filter.
getRequestedMeasures(int, ICubeFilter, PlanningGraph) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CachedPpNode
 
getRequestedMeasures(int, ICubeFilter, PlanningGraph) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.EmptyExternalNode
 
getRequestedMeasures(int, ICubeFilter, PlanningGraph) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.EmptyNode
 
getRequestedMeasures(int, ICubeFilter, PlanningGraph) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
 
getRequestedMeasures(int, ICubeFilter, PlanningGraph) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
 
getRequestedMeasures(int, ICubeFilter, PlanningGraph) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
 
getRequestedMeasures(int, ICubeFilter, PlanningGraph) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveNode
 
getRequestedMeasures(int, ICubeFilter, PlanningGraph) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.RootNode
 
getRequestedMeasures(int, ICubeFilter, PlanningGraph) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.SharingPpNode
 
getRequestedMeasures(int, ICubeFilter, PlanningGraph) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.SharingPrimitiveNode
 
getRequestPartitioning(IInternalDatabaseVersion) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
Retrieves the database partitioning algorithm from the compiled query.
getRequestRecordFormat() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
The record format for the request.
getRequestType() - Method in interface com.quartetfs.biz.xmla.IDiscovery
Returns the discovery request type.
getRequestType() - Method in class com.quartetfs.biz.xmla.impl.Discovery
 
getRequiredBoolean(IActiveViamProperty) - Method in interface com.activeviam.properties.IActiveViamPropertyRegistry
Gets the value of the property.
getRequiredBoolean(IActiveViamProperty) - Method in class com.activeviam.properties.impl.ActiveViamPropertyRegistry
 
getRequiredBoolean(ActiveViamProperty) - Static method in class com.activeviam.properties.PropertyRegistry
Gets the value of the property.
getRequiredDouble(IActiveViamProperty) - Method in interface com.activeviam.properties.IActiveViamPropertyRegistry
Gets the value of the property.
getRequiredDouble(IActiveViamProperty) - Method in class com.activeviam.properties.impl.ActiveViamPropertyRegistry
 
getRequiredDouble(ActiveViamProperty) - Static method in class com.activeviam.properties.PropertyRegistry
Gets the value of the property.
getRequiredInteger(IActiveViamProperty) - Method in interface com.activeviam.properties.IActiveViamPropertyRegistry
Gets the value of the property.
getRequiredInteger(IActiveViamProperty) - Method in class com.activeviam.properties.impl.ActiveViamPropertyRegistry
 
getRequiredInteger(ActiveViamProperty) - Static method in class com.activeviam.properties.PropertyRegistry
Gets the value of the property.
getRequiredLong(IActiveViamProperty) - Method in interface com.activeviam.properties.IActiveViamPropertyRegistry
Gets the value of the property.
getRequiredLong(IActiveViamProperty) - Method in class com.activeviam.properties.impl.ActiveViamPropertyRegistry
 
getRequiredLong(ActiveViamProperty) - Static method in class com.activeviam.properties.PropertyRegistry
Gets the value of the property.
getRequiredMeasures() - Method in class com.activeviam.copper.hierarchy.BucketingAnalysisAggregationProcedure
Deprecated.
 
getRequiredMeasures() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAnalysisAggregationProcedure
Gets the set of measures required by this aggregation procedure.
getRequiredString(IActiveViamProperty) - Method in interface com.activeviam.properties.IActiveViamPropertyRegistry
Gets the value of the property (never null).
getRequiredString(IActiveViamProperty) - Method in class com.activeviam.properties.impl.ActiveViamPropertyRegistry
 
getRequiredString(ActiveViamProperty) - Static method in class com.activeviam.properties.PropertyRegistry
Gets the value of the property (never null).
getReservedDirectMemory() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
Returns the number of bytes of direct memory that is reserved at the time of creation of the event.
getReservedDirectMemory() - Static method in class com.activeviam.tech.core.api.memory.MemoryUtil
Returns total direct memory that is reserved (in bytes), i.e.
getReservedMemory() - Method in class com.qfs.chunk.direct.allocator.impl.ASlabMemoryAllocator
getReservedMemory() - Method in interface com.qfs.chunk.direct.allocator.impl.ISlabMemoryTracker
Gets the memory reserved (in bytes).
getResource() - Method in class com.qfs.msg.csv.impl.ParserThread
 
getResource() - Method in class com.quartetfs.biz.pivot.definitions.impl.ResourceDescription
 
getResourceAsStream(String) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Returns an input stream to the given path, either from the context class loader, or from the file system.
getResourceAsStream(Path) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Returns an input stream to the given path, either from the context class loader, or from the file system.
getResourceLocations() - Method in class com.activeviam.spring.config.activeui.ActiveUIResourceServerConfig
 
getResourceLocations() - Method in class com.activeviam.spring.config.adminui.AdminUIResourceServerConfig
 
getResourceUrl(String) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Returns the URL of a resource with the given path, either from the context class loader, or from the file system.
getResponseContentType() - Method in interface com.quartetfs.biz.xmla.IServletProperties
Returns the encoding type of the response.
getResponseContentType() - Method in class com.quartetfs.biz.xmla.servlet.impl.ServletProperties
 
getRestClientBuilder(List<String>, String, String, String, String, String) - Static method in class com.activeviam.apm.utils.impl.ElasticsearchUtils
Get the RestClientBuilder for creating connections to Elasticsearch.
getRestPath() - Method in class com.qfs.versions.service.VersionDto
Gets the prefix to the REST service for this version.
getRestrictedHierarchies() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
 
getRestrictedHierarchies() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
getRestrictedHierarchies() - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeProperties
Retrieves the mapping dimension => restricted hierarchies.
getRestrictedLevelsDescription() - Method in interface com.activeviam.copper.hierarchy.IInternalCopperLevelCondition
Returns a set containing the descriptions of the all LevelIdentifier this condition (and all its underlying sub-conditions) apply a restriction to.
getRestrictedLevelsDescription() - Method in class com.activeviam.copper.hierarchy.LogicalCopperLevelCondition
 
getRestrictedLevelsDescription() - Method in class com.activeviam.copper.hierarchy.SingleCopperLevelCondition
 
getRestrictHierarchicalMapping() - Method in interface com.qfs.messenger.IDataCubeAdapter
Returns a mapping of the hierarchies names, with their depth, indexed by dimensionName ,that can be used to restrict a IHierarchicalMapping to match the topology exposed to the rest of the application.
getRestrictHierarchicalMapping() - Method in class com.qfs.messenger.impl.DataCubeAdapter
 
getRestrictHierarchicalMapping() - Method in class com.qfs.messenger.impl.IdentityDataCubeAdapter
 
getRestriction(IRowsetColumn) - Method in class com.quartetfs.biz.xmla.impl.RestrictionHelper
 
getRestriction(String) - Method in class com.quartetfs.biz.xmla.impl.RestrictionHelper
 
getRestrictionDepth() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.AllExcludedSubCubeTree
 
getRestrictionDepth() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeTree
 
getRestrictionDepth() - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeTree
Returns the maximum depth of all the operands path.
getRestrictionMaximumDepth() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeNode
The maximum depth of restrictions into the tree.
getRestrictions() - Method in interface com.quartetfs.biz.xmla.IDiscovery
Returns the restrictions to that discovery.
getRestrictions() - Method in class com.quartetfs.biz.xmla.impl.Discovery
 
getRestrictionsMask() - Method in class com.quartetfs.biz.xmla.discovery.impl.ARowsetDefinition
 
getRestrictionsMask() - Method in interface com.quartetfs.biz.xmla.rowset.definition.IRowsetDefinition
Get restriction mask.
getResult() - Method in interface com.activeviam.copper.measure.window.WindowReducer
Retrieves the current accumulated value.
getResult() - Method in class com.qfs.graph.impl.ATreeRewriter
Returns the result of the visit.
getResult() - Method in class com.qfs.multiversion.impl.RetrieveVersionsProcedure
Gets the result of the procedure.
getResult() - Method in interface com.qfs.pivot.cube.provider.IIndexedAggregateProviderExecutionContext
This method should only be called once the task is complete.
getResult() - Method in class com.qfs.pivot.json.drillthrough.JsonDrillthroughData
 
getResult() - Method in class com.qfs.query.impl.AMessageWithCountedCompleter
Returns the result of the "local" computation.
getResult() - Method in class com.qfs.store.query.condition.impl.ConditionScanProcedure
Returns the rows which matched the ConditionScanProcedure.condition.
getResult() - Method in class com.qfs.util.impl.QfsConcurrency.BlockingQueryHolder
Deprecated.
 
getResult() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Returns the result of this retrieval.
getResult() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
getResult() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
getResult() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
getResult() - Method in interface com.quartetfs.biz.pivot.query.IImpactComputationTask
Returns the result of the impact computation, per location.
getResult() - Method in class com.quartetfs.biz.pivot.query.impl.ImpactComputationTask
 
getResult() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughEvent
 
getResult() - Method in class com.quartetfs.biz.tree.impl.ATreeProcedure
 
getResult() - Method in interface com.quartetfs.biz.tree.ITreeProcedure
Returns the result of the procedure.
getResult() - Method in interface com.quartetfs.pivot.mdx.IExecutor
Returns the result of the execution.
getResult() - Method in class com.quartetfs.pivot.mdx.impl.ADrillthroughExecutor
 
getResult() - Method in class com.quartetfs.pivot.mdx.impl.BasicCreateExecutor
 
getResult() - Method in class com.quartetfs.pivot.mdx.impl.BasicDropExecutor
 
getResult() - Method in class com.quartetfs.pivot.mdx.impl.BasicSelectExecutor
 
getResult() - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor.UnusedHierarchiesProcedure
 
getResult() - Method in class com.quartetfs.pivot.mdx.realtime.impl.PassUpdater
 
getResult() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RealTimeSelectExecutor
 
getResult() - Method in class com.quartetfs.pivot.mdx.xmla.impl.TabularXmlaSelectExecutor
 
getResult() - Method in class com.quartetfs.pivot.mdx.xmla.impl.XmlaSelectExecutor
 
getResult(ILocation, ICubeFilter) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalScopedAggregatesRetrievalResult
 
getResult(ILocation, ICubeFilter) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResult
 
getResult(ILocation, ICubeFilter) - Method in interface com.quartetfs.biz.pivot.cellset.IScopedAggregatesRetrievalResult
Returns the result associated with the given scope.
getResult(ILocation, Collection<? extends IMeasureMember>, ICubeFilter, IMeasuresProvider, IPartitioningSnapshot, int, List<IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the result for the given retrieval.
getResult(IScopeLocation, Collection<? extends IMeasureMember>, int, ICubeFilter) - Method in class com.qfs.query.impl.DistributedExecutionPlan.RetrieveAggregatesMessageAction
Gets the result for the given scope and measure for the given partition.
getResultDictionaries(IRecordQuery) - Method in class com.qfs.store.query.impl.QueryManager
 
getResultDictionaries(IRecordQuery) - Method in interface com.qfs.store.query.IQueryManager
Give the dictionaries that can be used to undictionarize the dictionarized records returned by a query.
getResultFormat() - Method in interface com.qfs.store.query.ICursorFactory
 
getResultFormat() - Method in class com.qfs.store.query.impl.ACursorFactory
 
getResultHolder(ILocation) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Returns the result holder for the input Location.
getResultLimit() - Method in interface com.quartetfs.biz.pivot.context.IMdxContext
Returns the result limit is the maximal number of cells in the results of queries.
getResultLimit() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
getResultLimit() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The maximum number of records to return.
getResultLimit(IMdxContext) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
 
getResults() - Method in interface com.qfs.msg.keyvalue.IKeyValueBatchResult
Returns the list of entries corresponding to the results of the batch.
getResults() - Method in class com.qfs.msg.keyvalue.impl.KeyValueBatchResult
 
getResults() - Method in class com.qfs.msg.keyvalue.impl.KeyValueRawBatchResult
 
getResults() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatastoreRetrievalResultHolder
Array of partitioned results.
getResults() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RetrievalResultHolder
Array of partitioned results.
getResults(IMeasuresProvider, Collection<? extends IAggregatesRetrievalDescription>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IActivePivotAggregatesRetriever
Returns a IInternalScopedAggregatesRetrievalResult containing all the results of the given planned retrievals.
getResults(IMeasuresProvider, Collection<? extends IAggregatesRetrievalDescription>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
getResults(Collection<? extends IAggregatesRetrievalDescription>) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResult
 
getResults(Collection<? extends IAggregatesRetrievalDescription>) - Method in interface com.quartetfs.biz.pivot.cellset.IScopedAggregatesRetrievalResult
Returns a new IScopedAggregatesRetrievalResult that only contains the results for the requested retrievals.
getResults(Collection<? extends IAggregatesRetrievalDescription>, Function<ICubeFilter, Function<ILocation, Function<Collection<? extends IMeasureMember>, IAggregatesRetrievalResult>>>) - Static method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResult
Returns a result covering all the given description.
getResults(Collection<ILocation>, ICubeFilter, Collection<String>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine.ContinuousAggregatesRetriever
Gets the results of this retriever for the given measures and locations.
getResultSetMetaData() - Method in class com.qfs.msg.impl.QfsResultSetRow
Returns the metadata associated with the current row.
getResultSize() - Method in interface com.qfs.msg.jdbc.IJDBCPublicationInfo
Returns the number of lines returned by the JDBC result set.
getResultSize() - Method in class com.qfs.msg.jdbc.impl.JDBCPublicationInfo
 
getResultSize() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
 
getResultSize() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrieval
Returns the result size (in terms of points) of this retrieval.
getResultSize() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
getResultSize() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AExternalDatabaseRetrieval
 
getResultSizeByPartitioning() - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData
The result size in terms of point locations by partitioning type.
getResultSizeByPartitioning() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the retrieval result size by partitioning type.
getResultSizeByPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getResultSizeByPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getResultSizes() - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData
 
getResultSizes() - Method in class com.qfs.pivot.json.queryplan.RetrievalData
The result sizes in terms of point locations and for each partition with respect to this retrieval measures.
getResultSizes() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo
Returns the result sizes in terms of point location and for each partition with respect to this retrieval measures.
getResultSizes() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregateRetrievalInfo
 
getResultSizes() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
 
getResultSizes() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
getResultTransporters() - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResultTransporter
Returns the transporters for each individual result.
getResultTree() - Method in class com.qfs.store.query.plan.condition.impl.ParsedCondition
The conditions per store.
getResultType() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFunctionDefinition
 
getResultType() - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionDefinition
Result type.
getRetainedOffHeap() - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
Gets the total off-heap memory footprint of this element and its children.
getRetainedOffHeap() - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
getRetainedOffHeap() - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
getRetainedOnHeap() - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
Gets the total on-heap memory footprint of this element and its children.
getRetainedOnHeap() - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
getRetainedOnHeap() - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
getRetainedStoreFilter() - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Predicate detecting stores that existed before the transaction and that were not deleted.
getRetrievalId() - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData
 
getRetrievalId() - Method in class com.qfs.pivot.json.queryplan.RetrievalData
The retrieval Id.
getRetrievalId() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo
Returns the retrieval id.
getRetrievalId() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
 
getRetrievalId() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
getRetrievalNode() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
Finds and returns the current retrieval node of this node of the graph.
getRetrievalResultTracker() - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Returns the tracker attached to this result.
getRetrievalResultTracker() - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
getRetrievalResultTracker() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
getRetrievals() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns all the retrievals of the query plan.
getRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getRetrievals(ILocation, Collection<? extends IMeasureMember>, Set<IAggregatesRetrieval>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Retrieve all retrievals on the plan having the location and the measure in the given list measures.
getRetrievals(Collection<ILocation>, ICubeFilter, Collection<String>, Set<IAggregatesRetrieval>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine.ContinuousAggregatesRetriever
Retrieve the retrievals on the top plan of this retriever for the given measures and locations.
getRetrievals(Collection<ILocation>, Collection<IMeasureMember>, IMeasuresProvider, ICubeFilter, Set<IAggregatesRetrieval>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Retrieve the retrievals on the top plan of this retriever corresponding to the given locations and measureMembers.
getRetrievals(Collection<ILocation>, Collection<IMeasureMember>, IMeasuresProvider, ICubeFilter, Set<IAggregatesRetrieval>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
getRetrievalsCountByPartitioning() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the number of partitioning by type.
getRetrievalsCountByPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getRetrievalsCountByPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getRetrievalsCountByType() - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData
The number of retrieval by type.
getRetrievalsCountByType() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the number of retrievals by type.
getRetrievalsCountByType() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getRetrievalsCountByType() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getRetrievalToPrint() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
 
getRetrievalToPrint() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExternalDatabaseRetrieval
 
getRetrievalToPrint() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrieval
Returns the retrieval to use when we want to print details for this retrieval.
getRetrievalToPrint() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APostProcessedRetrievalMerger
 
getRetrievalToPrint() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveRetrievalMerger
 
getRetrievalToPrint() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpPrimitiveAggregatesRetrieval
 
getRetriever() - Method in class com.qfs.query.impl.DistributedExecutionPlan
 
getRetriever() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Returns our parent retriever.
getRetriever() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Returns our parent retriever.
getRetrieverType() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData
The retriever type.
getRetrieverType() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the retriever type.
getRetrieverType() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getRetrieverType() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getRetryCount() - Method in class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Get the number of tries since the last successful execution of the monitoring.
getRetryUnitTime() - Static method in class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Gets the unit time to compute the retry time.
getReturns() - Method in interface com.quartetfs.pivot.mdx.statement.IDrillthroughStatement
 
getReturns() - Method in class com.quartetfs.pivot.mdx.statement.impl.DrillthroughStatement
 
getReturnType() - Method in class com.quartetfs.fwk.monitoring.impl.OperationInfo
 
getReturnType() - Method in interface com.quartetfs.fwk.monitoring.IOperationInfo
Return the returned type of the operation.
getReverseChildrenIterator() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
getReverseChildrenIterator() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisMember
Returns all the multiversion children, in descending order.
getReverseIterator() - Method in class com.qfs.bitmap.impl.Bitmap
Returns a reverse iterator.
getReverseIterator() - Method in class com.qfs.bitmap.impl.ChunkedBitmap
Returns a reverse iterator.
getRewriter() - Static method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters
Retrieves a MDX rewriter, that notably handles compilation of calculated members into post-processor.
getRewrittenProperty(IMdxMemberProperty) - Static method in class com.quartetfs.pivot.mdx.xmla.impl.OlapMdxCellSetInfo
This method is used to convert the Mdx member properties that are in the "DIMENSION PROPERTIES ..." part of the axis expressions into XMLA property.
getRight() - Method in class com.quartetfs.fwk.impl.Pair
 
getRight() - Method in interface com.quartetfs.fwk.IPair
Gets the right element.
getRoles() - Method in class com.activeviam.health.monitor.impl.AAuthenticatedHealthEvent
The roles of the user that the event originated from.
getRollBackEpochId() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
Getter.
getRoot() - Method in class com.activeviam.copper.graph.CopperTree
 
getRoot() - Method in class com.qfs.graph.impl.Tree
 
getRoot() - Method in interface com.qfs.graph.ITree
Returns the root of the tree.
getRoot() - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Gets the root of the query being built by this helper.
getRoot() - Method in interface com.qfs.store.query.plan.IMatchingRowsHolder
Gets the root node condition node (corresponds to base store).
getRoot() - Method in class com.qfs.store.query.plan.impl.MatchingRowsHolder
 
getRoot() - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager
Return the root pass.
getRootCause(Throwable) - Static method in class com.activeviam.apm.logging.impl.LoggingUtils
Deprecated.
Gets the root cause of the given Throwable.
getRootCause(Throwable) - Static method in class com.qfs.util.impl.ErrorUtil
Deprecated.
Gets the root cause of an error.
getRootCount() - Method in class com.quartetfs.pivot.mdx.utils.impl.ColoredDirectedAcyclicGraph
 
getRootDelegate(IAsyncCompositeSelectionListener) - Static method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
Retrieve from a listener that might be a IDelegateCompositeSelectionListener its first delegate that is not a IDelegateCompositeSelectionListener.
getRootHistory() - Method in interface com.qfs.multiversion.IAdvancedEpochManager
 
getRootHistory() - Method in interface com.qfs.multiversion.IEpochManager
Gets the root history.
getRootHistory() - Method in class com.qfs.multiversion.impl.AEpochManager
 
getRootMember() - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Returns the root multiversioned member of this base.
getRootMember() - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
getRootMember() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
getRootNode() - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
Returns the root node of the hierarchy.
getRootNode() - Method in class com.qfs.store.query.impl.CompiledQueryPlan
 
getRootNode() - Method in interface com.qfs.store.query.plan.ICompiledQueryPlan
Gets the root node of the condition tree, which represents the base store.
getRootParent() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Retrieves the physical parent for this task.
getRootParent() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
getRootParent() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
getRootParent() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Finds and returns the root completer of this plan.
getRootRows(int) - Method in interface com.qfs.store.query.plan.IMatchingRowsHolder
Retrieves the rows from the ITreeStoreNode which is the root of the query tree.
getRootRows(int) - Method in class com.qfs.store.query.plan.impl.MatchingRowsHolder
 
getRoots() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph
 
getRoots(Map<String, String>) - Static method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
 
getRow(int) - Method in class com.qfs.index.impl.AUniqueRecordIndexBase.UniqueRecordIndexStructuralTransactionView
 
getRow(int) - Method in class com.qfs.index.impl.AUniqueRecordIndexTransaction
 
getRow(int) - Method in class com.qfs.index.impl.UniqueRecordIndexVersion
 
getRow(int) - Method in interface com.qfs.index.IUniqueRecordIndex
Retrieves the matching row from the index key, or IUniqueRecordIndex.NO_ROW if the key was not found in the index.
getRow(int[]) - Method in class com.qfs.index.impl.AUniqueRecordIndexBase.UniqueRecordIndexStructuralTransactionView
 
getRow(int[]) - Method in class com.qfs.index.impl.AUniqueRecordIndexTransaction
 
getRow(int[]) - Method in class com.qfs.index.impl.UniqueRecordIndexVersion
 
getRow(int[]) - Method in interface com.qfs.index.IUniqueRecordIndex
Retrieves the matching row from the index key, or IUniqueRecordIndex.NO_ROW if the key was not found in the index.
getRow(IRecordReader) - Method in class com.qfs.index.impl.AUniqueRecordIndexBase.UniqueRecordIndexStructuralTransactionView
 
getRow(IRecordReader) - Method in class com.qfs.index.impl.AUniqueRecordIndexTransaction
 
getRow(IRecordReader) - Method in class com.qfs.index.impl.UniqueRecordIndexVersion
 
getRow(IRecordReader) - Method in interface com.qfs.index.IUniqueRecordIndex
Retrieves the (unique) row at which the given record is.
getRow(ILocation) - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesRetrievalResult
Returns the row at which the results for the given location are stored, or -1 if this result does not contain this location.
getRow(ILocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
getRowColumns() - Method in interface com.quartetfs.biz.xmla.ITabularDataSet
Returns the schema for all rows in the data set.
getRowColumns() - Method in class com.quartetfs.pivot.mdx.xmla.impl.TabularDataSet
 
getRowCount() - Method in class com.quartetfs.biz.xmla.rowset.impl.RowSet
 
getRowCount() - Method in interface com.quartetfs.biz.xmla.rowset.IRowset
Returns the number of rows in the rowset.
getRowCount() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxDrillthroughRowset
 
getRowCount() - Method in class com.quartetfs.pivot.mdx.xmla.impl.XmlaDrillthroughRowset
 
getRowData(IRowsetColumn, int) - Method in interface com.quartetfs.biz.xmla.ITabularDataSet
Returns the data for a certain column and row index.
getRowData(IRowsetColumn, int) - Method in class com.quartetfs.pivot.mdx.xmla.impl.TabularDataSet
 
getRowId(ILocation) - Method in interface com.quartetfs.biz.pivot.cellset.ICellSet
Gets the rowId associated to a given location.
getRowId(ILocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
getRowId(ILocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
getRowId(ILocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.LocationCellSet
 
getRowId(ILocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
getRowId(ILocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
getRowId(ILocation) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
getRowIdUpperBound() - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesRetrievalResult
Retrieves the smallest strict upper bound that a row ID can have in this cell set.
getRowIdUpperBound() - Method in interface com.quartetfs.biz.pivot.cellset.ICellSet
Retrieves the smallest strictly upper bound of the rowId a location can have in this cell set.
getRowIdUpperBound() - Method in class com.quartetfs.biz.pivot.cellset.impl.AbstractCellSet
 
getRowIdUpperBound() - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
getRowIdUpperBound() - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
getRowIdUpperBound() - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
getRowIdUpperBound() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
getRowIdUpperBound() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
getRows() - Method in class com.qfs.pivot.json.JsonTabularData
Getter for JsonTabularData.rows.
getRows() - Method in class com.qfs.store.impl.StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo
Gets the rows.
getRows() - Method in class com.quartetfs.biz.pivot.dto.DrillthroughResultDTO
 
getRows() - Method in interface com.quartetfs.biz.pivot.streaming.IDrillthroughEvent
 
getRows() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughEvent
 
getRows() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
Gets all the rows in this drillthrough.
getRows() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxDrillthroughRowset
 
getRows(int[]) - Method in class com.qfs.index.impl.SecondaryRecordIndexTransaction
 
getRows(int[]) - Method in class com.qfs.index.impl.SecondaryRecordIndexVersion
 
getRows(int[]) - Method in interface com.qfs.index.ISecondaryRecordIndex
Finds all rows matching with a given record.
getRows(IRecordReader) - Method in interface com.qfs.index.ISecondaryRecordIndex
Finds all rows matching with a given record.
getRowsCount() - Method in interface com.quartetfs.biz.xmla.ITabularDataSet
Returns the number of rows in the data set.
getRowsCount() - Method in class com.quartetfs.pivot.mdx.xmla.impl.TabularDataSet
 
getRowsFrom(ISecondaryRecordIndex, IndexCompiledOperations.RangeOperands, Map<String, Object>) - Static method in class com.qfs.store.query.plan.impl.IndexCompiledOperations
Creates a bitmap with the rows matching the conditions.
getRowsFrom(IUniqueRecordIndex, IndexCompiledOperations.RangeOperands, Map<String, Object>) - Static method in class com.qfs.store.query.plan.impl.IndexCompiledOperations
Creates a bitmap with the rows matching the conditions.
getRunIterator() - Method in class com.qfs.bitmap.impl.QFSBitmap
Returns an iterator on the bitmap.
getRunnable() - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector.ContributionTask
 
getRunningQueries() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager
 
getRunningQueries() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Lists all the running queries across all versions.
getRunningQueryCount() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.QueriesStatusMonitoringBean
 
getRunningQueryCount() - Method in class com.activeviam.apm.pivot.query.impl.QueryMonitoringHelper
Returns count of running queries.
getRunningThreadCount() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.ThreadsStatusMonitoringBean
 
getScheduledExecution(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Get the future handling the scheduled execution of a monitoring.
getScheduledExecution(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getSchedulerService() - Static method in class com.qfs.pool.impl.QFSPools
Returns the lightweight ScheduledExecutorService.
getSchema() - Method in class com.activeviam.database.api.schema.DatabaseEntityResolver
 
getSchema() - Method in interface com.activeviam.database.api.schema.IDatabaseSchemaEntityResolver
Gets the database schema.
getSchema() - Method in class com.activeviam.database.sql.api.schema.SqlTableId
 
getSchema() - Method in interface com.activeviam.datastore.api.schema.IDatastoreSchemaEntityResolver
 
getSchema() - Method in class com.activeviam.pivot.contribution.impl.ADataContributorHandlingCubeTransaction
Deprecated.
 
getSchema() - Method in interface com.qfs.store.IDatastoreVersion
Deprecated, for removal: This API element is subject to removal in a future version.
getSchema() - Method in class com.qfs.store.impl.DatastoreVersion
 
getSchema() - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
Gets the schema.
getSchema(IRowset, IXmlaContext) - Method in class com.quartetfs.biz.xmla.servlet.impl.SchemaCache
 
getSchema(String, String) - Method in class com.qfs.snl.rs.impl.WorkflowRestServiceController
 
getSchema(String, String) - Method in interface com.qfs.snl.rs.IWorkflowRestService
Get the details of o particular scheme.
getSchemaContainedCubes(IActivePivotSchemaInstanceDescription) - Static method in class com.activeviam.builders.manager.SimpleManagerDescriptionBuilder
Extracts the set of cube names contained in a schema, be them distributed or not.
getSchemaDiscoveryMessage() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
Returns the underlying schemaDiscoveryMessage.
getSchemaMetadata() - Method in class com.activeviam.store.structure.impl.StoreMetadataHolder
 
getSchemaMetadata() - Method in class com.qfs.source.impl.AStoreMessageChannelFactory
 
getSchemaMetadata() - Method in interface com.qfs.source.IStoreMessageChannelFactory
The schema metadata from which this factory can extract its configuration.
getSchemas() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotManagerDescription
Returns the list of schemas.
getSchemas() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotManagerDescription
 
getSchemas() - Method in interface com.quartetfs.biz.pivot.IActivePivotManager
Returns the map of ActivePivot's schema instances.
getSchemas() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManager
The map of running schemas.
getSchemas() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
getSchemas(String) - Method in class com.qfs.snl.rs.impl.WorkflowRestServiceController
 
getSchemas(String) - Method in interface com.qfs.snl.rs.IWorkflowRestService
Get all the schemes associated to an entity.
getSchemaSelection() - Method in class com.qfs.store.impl.SchemaSelectionSession
 
getSchemaSelection() - Method in interface com.qfs.store.ISchemaSelectionSession
Returns the selection of fields from the Data Storage building the underlying truth table.
getSchemaSelectionSession() - Method in interface com.activeviam.copper.recast.ISchemaSelectionSessionHolder
Retrieve the selection session.
getSchemaSelectionSession() - Method in interface com.quartetfs.biz.pivot.IActivePivotSchema
Returns the database session.
getSchemaSelectionSession() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
getSchemaSelectionSession() - Method in class com.quartetfs.biz.pivot.source.impl.SchemaSelectionSessionHolder
 
getSchemaTransactionManager() - Method in class com.qfs.store.transaction.impl.TransactionManager
Returns the underlying schema transaction manager.
getScope() - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesLocationResult
Returns the location scope of this result.
getScope() - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesRetrievalResultTransporter
Returns the scope of the result.
getScope() - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Returns the location scope of this result.
getScope() - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
getScope() - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
getScope() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
getScope() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter
 
getScope() - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Returns the underlying result's scope.
getScope() - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
 
getScope() - Method in interface com.quartetfs.biz.pivot.definitions.IPartialProviderDefinition
Returns the optional map of triplet (dimension name, hierarchy name, level name) defining a scope over the existing hierarchies.
getScope() - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
getScope() - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
getScope() - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
getScope() - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Returns the scope of this list.
getScope() - Method in interface com.quartetfs.biz.pivot.IPointLocationPattern
Returns the range location on top of which the resulting locations will be built.
getScope() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
getScope() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
getScope() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IScopeLocation
Return the underlying location.
getScope() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask
Returns the scope of this task.
getScope() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTScope
Returns the impacted tuples/measures.
getScopeDetail() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
Returns a human-readable array description of all the hierarchies that are in the scope of this partial provider.
getScopedResults(Collection<? extends IAggregatesRetrievalDescription>, IMeasuresProvider, IPartitioningSnapshot, int, List<IAggregatesRetrievalDescription>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns a scoped result containing the results of the execution of the given planned retrievals.
getScopeLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ARetrievalNode
The location the retrieval associated with this node will be performed on.
getScopeLocationId(IScopeLocation, IDictionary<ILocation>) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the ID to which the cleansed version of the input scope has been mapped.
getScopeLocations() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Returns the scope locations used by this plan.
getScopePoint() - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
getScopePoint() - Method in interface com.quartetfs.biz.pivot.IPointLocationPattern
Returns a point version of the scope.
getScopePrefetcher() - Method in class com.quartetfs.biz.pivot.formula.impl.AOperand
 
getScopePrefetcher() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandAggregatedValue
 
getScopePrefetcher() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandChildAggregatedValues
 
getScopePrefetcher() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandDynamicAggregation
 
getScopePrefetcher() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandParentAggregatedValue
 
getScopePrefetcher() - Method in interface com.quartetfs.biz.pivot.formula.IOperand
Returns the prefetcher that will be used to construct the scope cellSet of the evaluate method.
getSecondArg(int) - Static method in class com.qfs.store.record.flatten.impl.RecordFlattener
Retrieves the second argument from an instruction having two arguments.
getSecondaryFactory() - Method in class com.activeviam.store.structure.impl.IndexDefinition
 
getSecondaryFields() - Method in class com.qfs.store.impl.StoreMetadata
 
getSecondaryFields() - Method in interface com.qfs.store.IStoreMetadata
Gets the positions of indexed fields for each secondary index.
getSecondaryIndexBase(IInternalStorePartitionVersion, int) - Static method in class com.qfs.store.impl.PartitionOperationUtil
 
getSecondaryIndexes() - Method in interface com.activeviam.store.IInternalStorePartitionVersion
 
getSecondaryIndexes() - Method in class com.qfs.store.impl.ADelegateStorePartitionView
 
getSecondaryIndexes() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the secondary indexes of the store.
getSecondaryIndexes() - Method in class com.qfs.store.impl.StorePartitionContent
Secondary indexes on random fields, the corresponding fields are given in the same order in IStoreMetadata.getSecondaryFields().
getSecondaryIndexes() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
getSecondaryIndexes() - Method in class com.qfs.store.impl.StorePartitionVersion
This partition's secondary indexes.
getSecondaryIndexes() - Method in class com.qfs.store.impl.UserStorePartitionVersion
 
getSecondaryIndexes() - Method in interface com.qfs.store.IStorePartitionContent
Gets the secondary indexes for the fields given in the same order than IStoreMetadata.getSecondaryFields().
getSecondaryIndexes() - Method in interface com.qfs.store.IStorePartitionTransaction
 
getSecondaryIndexes() - Method in interface com.qfs.store.IStorePartitionVersion
 
getSecondaryIndexes() - Method in interface com.qfs.store.IStorePartitionView
Gets the secondary indexes for the fields given in IStoreMetadata.getSecondaryFields(), aligned.
getSecondaryIndexesFactory() - Method in class com.qfs.store.impl.StoreInternals
Factory to use to create secondary indexes for this store.
getSecurityAndFilter(IContext) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
Retrieves the intersection of security and filters from the given context, as an ICubeFilter.
getSecurityFacade() - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Returns the security facade used to identify the current user.
getSecurityFacade() - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
 
getSecurityFacade() - Method in class com.quartetfs.biz.pivot.webservices.impl.ConfigurationService
Gets the security facade.
getSelect() - Method in interface com.quartetfs.pivot.mdx.statement.IDrillthroughStatement
 
getSelect() - Method in class com.quartetfs.pivot.mdx.statement.impl.DrillthroughStatement
 
getSelectedFields() - Method in class com.qfs.store.query.condition.impl.RecordQuery
 
getSelectedFields() - Method in interface com.qfs.store.query.IRecordQuery
Indicate which field to read from the records to return from the query.
getSelectedFields() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The selected fields of the query.
getSelectedFieldsDictionaries() - Method in interface com.activeviam.store.structure.IInitializeFieldAction
getSelectedFieldsDictionaries() - Method in class com.activeviam.store.structure.impl.InitializeFieldAction
 
getSelectedMeasures() - Method in interface com.quartetfs.biz.pivot.definitions.IAggregatesCacheDescription
Gets the selected measures, if it is null or empty it will cache any measure, otherwise it will use the selected measures and the mode to determinate if the requested measures should be cached.
getSelectedMeasures() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
 
getSelectedMeasures() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Gets the selected measures, if it is empty the aggregates cache will cache any measure, otherwise it will use the selected measures and the mode to determinate if the requested measures should be cached.
getSelectedMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
getSelectedMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
Gets the selected measures, if it is empty the aggregates cache will cache any measure, otherwise it will use the selected measures and the mode to determinate if the requested measures should be cached.
getSelectedProvider() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
 
getSelectedProvider() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveNode
Aggregate provider to use to retrieve this node measure.s.
getSelectedProvider() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.SharingPrimitiveNode
 
getSelection() - Method in interface com.activeviam.store.structure.IInitializeFieldAction
Returns the selected fields to perform the initialization.
getSelection() - Method in class com.activeviam.store.structure.impl.InitializeFieldAction
 
getSelection() - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Returns the MDX selection to monitor.
getSelection() - Method in class com.qfs.store.impl.DatastoreUpdateWhere
Gets the selection for the updateWhere.
getSelection() - Method in interface com.qfs.store.selection.IContinuousSelection
The selection.
getSelection() - Method in class com.qfs.store.selection.impl.ContinuousSelection
 
getSelection() - Method in class com.qfs.store.selection.impl.SelectionMetadata
 
getSelection() - Method in interface com.qfs.store.selection.ISelectionMetadata
Gets the selection.
getSelection() - Method in class com.qfs.store.service.impl.UpdateWhereSelectionAndProcedure
 
getSelection() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSelectionOptimizer.SelectionDefinition
 
getSelection(int) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Retrieve the selection with the given id.
getSelection(int) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
getSelectionChangeListener() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getSelectionChangeListener() - Method in class com.qfs.store.impl.SelectionManager
 
getSelectionChangeListener() - Method in interface com.qfs.store.ISelectionManager
Returns the selection change listener.
getSelectionCount() - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Returns the number of sub-selections.
getSelectionCount() - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
getSelectionField() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo
Returns the name of the underlying selection field contributing to this level.
getSelectionField() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
Underlying field from the selection supporting this level.
getSelectionField() - Method in interface com.quartetfs.biz.pivot.definitions.IAxisLevelDescription
Gets the property name for the AxisLevel.
getSelectionField() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
getSelectionField(String) - Method in class com.activeviam.copper.DatabaseSelectionHelper
Deprecated.
Retrieves the given field from the selection.
getSelectionFields() - Method in class com.quartetfs.biz.pivot.definitions.impl.SelectionDescription
 
getSelectionFields() - Method in interface com.quartetfs.biz.pivot.definitions.ISelectionDescription
Returns all the fields including in the selection.
getSelectionId() - Method in class com.qfs.plan.impl.AGenericTransactionContent
 
getSelectionId() - Method in class com.qfs.plan.impl.APartitionTransactionContent
 
getSelectionId() - Method in interface com.qfs.plan.ITransactionContent
Get the id of the ISelection as defined in the ICompositeSelection affected by this transaction content.
getSelectionMapping() - Method in interface com.qfs.store.IFieldInformation
Returns the selection mapping.
getSelectionMapping() - Method in class com.qfs.store.impl.ActivePivotSchemaSelectionSession
 
getSelectionMapping() - Method in class com.qfs.store.impl.SchemaSelectionSession
The selection mapping.
getSelections() - Method in interface com.qfs.store.selection.ICompositeSelection
Returns the list of selections within this composite item.
getSelections() - Method in class com.qfs.store.selection.impl.CompositeSelection
 
getSelectionSession() - Method in class com.activeviam.copper.recast.CubeStructureChange
The selection session after the change.
getSelectionSession() - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationContext
 
getSelectionSession() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase
Returns the selection session.
getSelectionSession() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
 
getSelectionSession() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Returns the selection session of the base.
getSelectionsIdsListenedToOrNull() - Method in interface com.qfs.store.selection.IAsyncCompositeSelectionListener
If this listener is only listening to a given set of selections give their id, otherwise this listener is interested in all selections (even new ones) and should return null.
getSelectionsIdsListenedToOrNull() - Method in class com.qfs.store.selection.impl.ACatchUpListener
 
getSelectionsIdsListenedToOrNull() - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
getSelectionsIdsListenedToOrNull() - Method in class com.qfs.store.selection.impl.DelegateCompositeSelectionListener
 
getSelectionsIdsListenedToOrNull() - Method in class com.qfs.store.selection.impl.SingleCompositeListener
 
getSelectivity() - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder.ConditionFullScan
 
getSelectivity() - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
getSelectivity() - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder.ReturnAllPartitionOperation
 
getSelectivity() - Method in interface com.qfs.store.query.plan.IPartitionContentOperation
Gets the Selectivity of this operation.
getSelectivity() - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Estimates how restrictive the search on this store will be.
getSelectStatement() - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStreamIdentifier
 
getSelectStatement() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamIdentifier
 
getSelectStatement() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
getSender() - Method in class com.qfs.snl.dtos.MessageDto
Returns the sender.
getSender() - Method in interface com.qfs.snl.messages.IMessage
Gets the name of the entity that sends the message.
getSender() - Method in class com.qfs.snl.messages.impl.AMessage
 
getSender() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getSensitiveToNewMembersHierarchies() - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
 
getSensitiveToNewMembersHierarchies() - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependency
 
getSensitiveToNewMembersHierarchies() - Method in interface com.quartetfs.pivot.mdx.IRTExpressionDependency
Gets the hierarchies which may change the evaluation of the expression when they receive new members.
getSensitiveToPlanHierarchies() - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
 
getSensitiveToPlanHierarchies() - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependency
 
getSensitiveToPlanHierarchies() - Method in interface com.quartetfs.pivot.mdx.IRTExpressionDependency
Gets the hierarchies that could make the Mdx engine miss updates when they have new or removed members.
getSensitiveToRemovedMembersHierarchies() - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
 
getSensitiveToRemovedMembersHierarchies() - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependency
 
getSensitiveToRemovedMembersHierarchies() - Method in interface com.quartetfs.pivot.mdx.IRTExpressionDependency
Gets the hierarchies which may change the evaluation of the expression when some of their members are removed.
getSeparator() - Method in interface com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.IJsonCsvOutputConfiguration
 
getSeparator() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvPivotTableOutputConfiguration
 
getSeparator() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvTabularOutputConfiguration
 
getSeparator() - Method in interface com.qfs.msg.csv.ICSVParserConfiguration
Gets the separator character between fields.
getSeparator() - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
 
getSeparator() - Method in class com.qfs.msg.csv.impl.ParserContext
 
getSeparator() - Method in class com.qfs.pivot.json.database.JsonDatabaseDiscovery
Gets the separator used to concatenate the elements of a field path into a String.
getSeparator() - Method in class com.qfs.pivot.json.export.JsonMdxQueryExport
Get the separator.
getSequence() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvParseValueError
The text that couldn't be parsed as a value of the type CsvParseValueError.expectedType.
getServedExtensions() - Method in class com.activeviam.spring.config.activeui.ActiveUIResourceServerConfig
Gets the extensions of files to serve.
getServedExtensions() - Method in class com.activeviam.spring.config.adminui.AdminUIResourceServerConfig
 
getServerUrl() - Method in class com.qfs.websocket.server.cfg.impl.AVersionedWebSocketServiceConfig
getServerVersion() - Method in class com.qfs.versions.service.ApisDto
Gets the version of the server providing the APIs.
getServletContext() - Method in class com.qfs.security.impl.DetachedFilterConfig
getSession() - Method in class com.qfs.websocket.endpoint.impl.AWsSessionMultiplexer
 
getSession() - Method in interface com.qfs.websocket.endpoint.IWsSessionMultiplexer
Gets the underlying WebSocketSession.
getSession() - Method in class com.quartetfs.fwk.query.impl.AAttachedQuery
 
getSessionContextValues(String, String, long) - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
When a session context value has been created, it is retrieved with this method If there is no context value associated, we return null.
getSessionContextValues(String, String, long) - Method in class com.quartetfs.biz.pivot.security.impl.AContextValueManager
 
getSessionHolder() - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
Get the session holder, i.e.
getSessionId() - Method in class com.quartetfs.biz.xmla.impl.XmlaContext
 
getSessionId() - Method in interface com.quartetfs.biz.xmla.IXmlaContext
Returns the session id associated to the XML/A request.
getSessionRequestType() - Method in class com.quartetfs.biz.xmla.impl.XmlaContext
 
getSessionRequestType() - Method in interface com.quartetfs.biz.xmla.IXmlaContext
Returns the type of session management associated with the request.
getSessionType() - Method in class com.qfs.snl.activiti.SentinelProcessEntityManager.Factory
Returns ProcessDefinitionEntityManager.
getSet() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets.ToRangeSetResult
The resulting range set.
getSet() - Method in class com.quartetfs.pivot.mdx.impl.PlanContext.CachedPlan
 
getSetCaption(String) - Method in interface com.quartetfs.biz.pivot.cube.formatter.ICubeFormatter
Gets the set caption.
getSetCaption(String) - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter
 
getSets() - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
getSets(MdxCube) - Static method in class com.qfs.pivot.builder.discovery.impl.CatalogDiscoveryBuilder
Extracts the sets.
getSettings() - Method in class com.activeviam.dic.provider.impl.DictionaryConfiguration
Settings to allocate the dictionary.
getShallowOffHeap() - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
Gets the off-heap memory footprint of this element, not counting its children.
getShallowOffHeap() - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
getShallowOffHeap() - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
getShallowOnHeap() - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
Gets the on-heap memory footprint of this element, not counting its children.
getShallowOnHeap() - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
getShallowOnHeap() - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
getShared(Class<T>) - Method in interface com.quartetfs.biz.pivot.context.IContext
Returns the shared context value.
getShared(Class<T>) - Method in class com.quartetfs.biz.pivot.context.impl.Context
 
getSharedContexts() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Returns the list of shared contexts loaded during the initialization.
getSharedContexts() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
getSharedContexts() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
getShort(long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given memory address.
getShort(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a value from a given Java variable.
getShortVolatile(Object, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Fetches a reference value from a given Java variable, with volatile load semantics.
getShouldCheckBitmaps() - Static method in class com.qfs.bitmap.impl.BitmapChecks
Returns the current check level.
getSiblings(IAggregatesRetrieval) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Returns all the retrievals that were planned for the same measures and location as the input one.
getSiblings(IAggregatesRetrieval) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
 
getSiblings(IMdxPivotMember, boolean) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
Retrieves the siblings of a member.
getSignatureName(Type) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
 
getSimpleName(String) - Static method in class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler
Returns the simple name of a class.
getSingleEdges() - Method in interface com.qfs.graph.IDirectedMultiGraph
Give all the separate edges of the graph, producing multiple items when there are multiple edges between two nodes.
getSingleEdges() - Method in class com.qfs.graph.impl.DirectedMultiGraph
 
getSingleEdges() - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
getSingleEdges() - Method in class com.qfs.store.impl.UserStoreGraph
 
getSingleton() - Static method in class com.activeviam.column.impl.EmptyChunk
 
getSite() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getSite() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getSite() - Method in class com.qfs.snl.alerts.impl.DuringTask
The site linked to the event.
getSite() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
getSite() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getSite() - Method in class com.qfs.snl.dtos.AlertDto
 
getSite() - Method in class com.qfs.snl.dtos.EventDto
 
getSite() - Method in class com.qfs.snl.dtos.MonitorDto
 
getSite() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
Gets the configured monitor site.
getSite() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getSite() - Method in interface com.qfs.snl.monitors.ISiteLocated
Gets the site where the element is located.
getSites() - Method in interface com.qfs.snl.agent.IAgentDescription
Get the available sites for an agent.
getSites() - Method in class com.qfs.snl.dtos.AgentDescriptionDto
 
getSites(IActivePivotManager) - Static method in class com.qfs.snl.agent.impl.SiteUtils
Construct all the possible sites by doing the of all catalogs,//TODO activePivots present in the activePivot manager.
getSize() - Method in class com.activeviam.database.api.query.PartitionStatistics
The number of rows containing data in the partition.
getSize() - Method in class com.qfs.concurrent.impl.BoundedAction
Returns the size of the data being processed.
getSize() - Method in class com.qfs.concurrent.impl.BoundedTask
Returns the size of the data being processed.
getSize() - Method in class com.qfs.concurrent.impl.LongBoundedAction
Returns the size of the data being processed.
getSize() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
getSize() - Method in interface com.qfs.desc.IVectorFieldDescription
Optional.
getSize() - Method in interface com.qfs.dic.IDictionary
MONITORING:
The size of the dictionary.
getSize() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
getSize() - Method in class com.qfs.dic.impl.ParallelRehash
 
getSize() - Method in class com.qfs.fwk.cache.impl.TtlCache
Returns the number of cached values.
getSize() - Method in interface com.qfs.messenger.message.IBroadcastMessage
Returns the size of the message that is sent over the network.
getSize() - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
getSize() - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
getSize() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedAggregateProviderVersion
Getter for the size of the aggregate store corresponding to this version.
getSize() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the rows that are actually used by the latest version of this store.
getSize() - Method in class com.qfs.store.impl.StorePartitionMonitor
Returns the number of actually used rows in the latest version of the partition.
getSize() - Method in class com.qfs.util.tar.impl.TarEntry
Get this entry's file size.
getSize() - Method in interface com.quartetfs.biz.pivot.definitions.IAggregatesCacheDescription
Returns the size of the aggregates cache.
getSize() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
 
getSize() - Method in interface com.quartetfs.biz.pivot.query.aggregates.ICachedAggregates
Returns an estimation of the number of point locations.
getSize() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionConcurrentMap.IEvictionConcurrentMapValue
Returns the number of point locations of the value.
getSize() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.CachedAggregatesRetrievalResult
 
getSize() - Method in interface com.quartetfs.biz.pivot.transaction.ICompositeActivePivotTransactionInfo
Returns the number of underlying info.
getSize() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
getSize() - Method in class jsr166.impl.ContextualCancellableCompleterBoundedAction.CompletableBoundedAction
Returns the size of the data being processed.
getSize(IDatastoreVersion, String) - Static method in class com.qfs.store.impl.StoreUtils
Deprecated, for removal: This API element is subject to removal in a future version.
Use version.getQueryRunner().statistics().computeTableSize("Table name") instead.
getSize(IStore<?>) - Static method in class com.qfs.store.impl.StoreUtils
Deprecated, for removal: This API element is subject to removal in a future version.
Use version.getQueryRunner().statistics().computeTableSize("Table name") instead.
getSizeDesc(long) - Static method in class com.activeviam.apm.logging.impl.LoggingUtils
Deprecated.
Formats a number of bytes into a readable data size.
getSlicedContext() - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Returns the current tuple just after the slicer evaluation.
getSlicedContext() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
getSlicedContext() - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
Get the sliced context.
getSlicerAxis() - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
Gets the slicer axis of the cellset.
getSlicerAxis() - Method in interface com.quartetfs.biz.pivot.streaming.ICellSetState
 
getSlicerAxis() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
getSlicerAxis() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellSet
Get the slicer axis.
getSlicerAxis() - Method in class com.quartetfs.pivot.mdx.statement.impl.SelectBase
 
getSlicerAxis() - Method in interface com.quartetfs.pivot.mdx.statement.ISelectBase
Returns the slicer axis specification (may be null).
getSlicerAxisMemberChildrenCount() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
getSlicing() - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Gets the slicing attribute of this hierarchy.
getSolveOrder() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Returns the solver order (SOLVE_ORDER).
getSolveOrder() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
getSolveOrder(IMdxFormulaMember) - Static method in class com.quartetfs.pivot.mdx.plan.impl.ExecUtils
Gets the solve order of the formula.
getSolvingMembers() - Method in class com.quartetfs.biz.pivot.query.missing.impl.AnyPathUnresolvedPath
 
getSolvingMembers() - Method in class com.quartetfs.biz.pivot.query.missing.impl.UnresolvedPath
 
getSolvingMembers() - Method in interface com.quartetfs.biz.pivot.query.missing.IUnresolvedPath
Returns a list of IAxisMember that matches this unresolved path.
getSortedList() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.TopKSorter
Retrieve the list of elements.
getSourceField() - Method in class com.activeviam.database.api.schema.ITableJoin.FieldMapping
 
getSourceIdentifiers() - Method in class com.activeviam.agg.impl.AUserDefinedAggregation
 
getSourceIdentifiers() - Method in interface com.qfs.agg.IAggregation
 
getSourceIdentifiers() - Method in interface com.qfs.agg.IGenericAggregation
Returns the identifiers used to retrieve the data sources needed as sources of this aggregation.
getSourceIdentifiers() - Method in class com.qfs.agg.impl.AMultiSourceAggregation
 
getSourcePosition() - Method in class com.qfs.msg.csv.impl.CSVColumnParser
Getter.
getSourcePosition() - Method in interface com.qfs.msg.IIndexedColumnCalculator
Returns the source position to use for this column calculator.
getSourcePosition() - Method in class com.qfs.msg.impl.AIndexedColumnCalculator
 
getSourcePosition() - Method in class com.qfs.msg.jdbc.impl.JDBCColumnParser
Returns the position of the parsed field in a record from the source.
getSourceTableName() - Method in interface com.activeviam.database.api.schema.ITableJoin
Returns the name of the source table of the join.
getSourceTableName() - Method in class com.activeviam.database.api.schema.TableJoin
 
getSourceTableName() - Method in class com.activeviam.database.sql.api.schema.SqlJoin
 
getSourceTypes() - Method in class com.activeviam.agg.impl.AUserDefinedAggregation
 
getSourceTypes() - Method in interface com.qfs.agg.IAggregation
 
getSourceTypes() - Method in interface com.qfs.agg.IGenericAggregation
Returns the types of the data sources of this aggregation.
getSourceTypes() - Method in class com.qfs.agg.impl.AMultiSourceAggregation
 
getSpanId() - Method in class com.activeviam.pivot.json.tracing.JsonTracingInfo
Returns the span Id.
getSpanId() - Method in class com.qfs.distribution.impl.TraceableBroadcastContext
The span Id.
getSpanLevel() - Static method in class com.activeviam.tracing.impl.Tracing
Returns the span level.
getStackTrace() - Method in class com.qfs.jackson.impl.JsonError
The stacktrace.
getStackTrace() - Method in interface com.quartetfs.tech.streaming.IFailureEvent
Returns the stack trace of this event.
getStackTrace() - Method in class com.quartetfs.tech.streaming.impl.FailureEvent
 
getStamp() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StampingStreamListener
Returns the stamp of the latest event.
getStamp(IStream<?>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache.IQueryContext
Get the stamp associated with the given stream.
getStamp(IStream<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryContext
 
getStandaloneFields() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription
Gets the list of all field names that are considered apart from the multi-field function.
getStandaloneFunctions() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription
Gets the list of all standalone functions included in this partitionings.
getStandardCoordinateCount() - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Retrieves the count of levels that are associated with the ILevelInfo.ClassificationType.STANDARD and are stored in the diverse hierarchies represented in this mapping.
getStandardCoordinateCount() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
getStandardMeasures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.AggregationNodeParts
Standard measures.
getStart() - Method in interface com.qfs.content.service.audit.IAuditable
Returns the action that created this entry.
getStart() - Method in class com.qfs.content.service.audit.impl.AuditableCSEntry
 
getStart() - Method in interface com.qfs.multiversion.IBranchInfo
Gets the first epoch of the branch.
getStart() - Method in class com.qfs.multiversion.impl.BranchInfo
 
getStart() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getStart() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
getStart() - Method in interface com.qfs.snl.data.ISentinelAlert
Gets the start time of the alert.
getStart() - Method in class com.qfs.snl.dtos.AlertDto
 
getStart() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
getStartDate() - Method in interface com.quartetfs.biz.pivot.webservices.ILicensingService
 
getStartDate() - Method in class com.quartetfs.biz.pivot.webservices.impl.LicensingService
 
getStartRowRange() - Method in class com.qfs.store.impl.StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo
Gets the startRowRange.
getStartTag() - Method in interface com.activeviam.apm.pivot.monitoring.IActionMonitor
Returns the tag that identifies the start of the action monitoring.
getStartTag() - Method in interface com.activeviam.apm.pivot.monitoring.ICsvExportActionMonitor
 
getStartTag() - Method in interface com.activeviam.apm.pivot.monitoring.IJsonQueriesActionMonitor
 
getStartTag() - Method in class com.activeviam.apm.pivot.monitoring.impl.XmlaQueryMonitor
 
getStartTag() - Method in interface com.activeviam.apm.pivot.monitoring.IQueriesActionMonitor
 
getStartTag() - Method in interface com.activeviam.apm.pivot.monitoring.IQueryExecutorMonitor
 
getStartTag() - Method in interface com.activeviam.apm.pivot.monitoring.IStreamingActionMonitor
 
getStartTag() - Method in interface com.activeviam.apm.pivot.monitoring.IWebSocketActionMonitor
 
getStartTime() - Method in class com.activeviam.apm.pivot.monitoring.impl.QueryExecutorMonitor
Returns start time in milliseconds.
getStartTime() - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionStarted
The Unix timestamp, in milliseconds, of the moment when the transaction was created.
getStartTime() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderBase.ExecutionContextTask
Returns the start time of this task.
getStartTime() - Method in class com.qfs.query.impl.DistributedAggregatesRetrievalCreator.DistributedAggregatesRetrieval
Returns the time at which our distributed message was created and sent to the remote instance.
getStartTime() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrieval
Returns the retrieval's start time.
getStartTime() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
getStartTime() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
getStartTime() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval
 
getStartTime() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpExternalDatabaseRetrieval
 
getStartTime() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
Returns transaction start time.
getStartTimestamp() - Method in class com.activeviam.pivot.json.tracing.JsonTracingInfo
Returns the span start time.
getState() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
 
getState() - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamInfoHolder
Returns the state of the stream at the moment of the snapshot.
getState() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamNode
 
getState() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
Getter.
getState() - Method in class com.quartetfs.fwk.impl.AgentState
Returns the current agent state.
getState() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxEvent
 
getState() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanUpdater.RTUpdateScope
Returns The current state.
getState(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Gets the current state of the monitoring.
getState(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getState(String) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getState(String) - Method in class com.quartetfs.tech.streaming.impl.StreamingService
 
getState(String) - Method in interface com.quartetfs.tech.streaming.IStreamingService
Gets the state of a stream.
getState(String, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Retrieve the minimum set of events able to explain the current state of a given monitor, i.e.
getState(String, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getState(String, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getState(String, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getState(String, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getState(String, long) - Method in interface com.qfs.snl.rs.IMonitorRestService
Retrieve the minimum set of events able to explain the current state of a given monitor, i.e.
getState(String, long) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getStatement() - Method in class com.qfs.msg.jdbc.impl.JDBCTopic.PreparedStatementHolder
 
getStatement() - Method in interface com.qfs.msg.jdbc.IPreparedStatementSupplier.IPreparedStatementHolder
Returns the associated PreparedStatement.
getStatement() - Method in class com.qfs.pivot.json.configuration.JsonMdxDefinitionStatement
 
getStatement() - Method in interface com.quartetfs.biz.xmla.ICommand
An optional statement.
getStatement() - Method in class com.quartetfs.biz.xmla.servlet.impl.CancelCommand
Deprecated.
 
getStatement() - Method in class com.quartetfs.biz.xmla.servlet.impl.SimpleCommand
Deprecated.
The statement.
getStatement() - Method in class com.quartetfs.biz.xmla.servlet.impl.StatementCommand
Deprecated.
The statement.
getStatement() - Method in interface com.quartetfs.pivot.mdx.IExecutor
Returns a high representation of the Mdx that will be executed by the executor.
getStatement() - Method in class com.quartetfs.pivot.mdx.impl.AExecutor
 
getStatement() - Method in class com.quartetfs.pivot.mdx.impl.ASelectStatementExecutor
 
getStatement() - Method in interface com.quartetfs.pivot.mdx.ISelectExecutor
 
getStatement() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellSet
Get the original mdx statement.
getStates() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getStates() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getStates() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getStates() - Method in interface com.qfs.snl.data.ISentinelEvent
Gets the state of the event.
getStates() - Method in class com.qfs.snl.dtos.EventDto
 
getStateTransfer() - Method in interface com.quartetfs.fwk.types.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.
getStateTransfer() - Method in class com.quartetfs.fwk.types.impl.FactoryValue
 
getStateTransfer() - Method in class com.quartetfs.fwk.types.impl.VariableFactoryValue
 
getStaticMember(int) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
Gets the member of the specified hierarchy if it is static i.e.
getStatistics() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
getStatistics() - Method in class com.activeviam.cloud.fetch.impl.AConcurrentlyFetchingChannel
Gets the statistics of the channel.
getStatistics() - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
 
getStatistics() - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
getStatistics() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
 
getStatistics() - Method in class com.qfs.pivot.cube.provider.DistributedMultiVersionAggregateProviderHolder
 
getStatistics() - Method in class com.qfs.pivot.cube.provider.impl.DistributedAggregateProvider
 
getStatistics() - Method in class com.qfs.pivot.cube.provider.impl.MultiVersionAggregateProviderHolder
 
getStatistics() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
 
getStatistics() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedAggregateProvider
 
getStatistics() - Method in class com.qfs.pivot.impl.DataNode
 
getStatistics() - Method in class com.qfs.pivot.impl.DataNodeManager
 
getStatistics() - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
getStatistics() - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getStatistics() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
 
getStatistics() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
getStatistics() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
 
getStatistics() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
 
getStatistics() - Method in class com.qfs.snl.dtos.MonitorReportDto
Returns the statistics.
getStatistics() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryMonitoring
 
getStatistics() - Method in class com.qfs.snl.monitoring.impl.WebSocketConfigurationMonitoring
 
getStatistics() - Method in class com.qfs.snl.monitoring.SentinelMonitoringMBean
 
getStatistics() - Method in interface com.qfs.snl.monitors.IMonitorReport
Gets the statistics on the number of members in each available stati.
getStatistics() - Method in class com.qfs.snl.monitors.impl.MonitorReport
 
getStatistics() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
 
getStatistics() - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
 
getStatistics() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getStatistics() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager
 
getStatistics() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
getStatistics() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getStatistics() - Method in class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamsGrouper
 
getStatistics() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
 
getStatistics() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
 
getStatistics() - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaServletMonitor
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode.Snapshot
Returns the associated statistics.
getStatistics() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode.Snapshot
Returns the statistics collector for the stream node.
getStatistics() - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerMonitor
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryMonitor
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AMonitorsGrouper
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitor
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitor
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeMonitor
 
getStatistics() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
 
getStatistics() - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStreamNode
 
getStatistics() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamNode
 
getStatistics() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
 
getStatistics() - Method in interface com.quartetfs.fwk.monitoring.IAnnotatedMonitoredComponent
 
getStatistics() - Method in interface com.quartetfs.fwk.monitoring.IMonitoredComponent
Return the IStatistics instance which contains all the statistics related to the component.
getStatistics() - Method in class com.quartetfs.tech.streaming.impl.AStream
 
getStatistics() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationServiceMonitor
 
getStatistics() - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
 
getStatistics() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
 
getStatistics() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
 
getStatisticsEnabled() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryMonitoring
Returns true if the hibernate session statistics are enabled, false otherwise.
getStatisticsEnabled() - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
Gets if the statistics are enabled.
getStatisticsOption() - Method in class com.qfs.pivot.json.database.JsonDatabaseEdit.JsonDatabaseEditContext
Gets the statistics option for the query.
getStatisticsOption() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation
Gets the option that determines how the statistics of this transaction will be collected at commit.
getStatisticType(String) - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
getStatisticType(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
 
getStatisticType(String) - Method in class com.quartetfs.fwk.monitoring.impl.AbstractStatistics
 
getStatisticType(String) - Method in interface com.quartetfs.fwk.monitoring.IStatistics
Returns the implementation class associated with the given statistic name.
getStatus() - Method in class com.qfs.jackson.impl.JsonResponse
Returns the status of the response.
getStatus() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getStatus() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getStatus() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getStatus() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getStatus() - Method in interface com.qfs.snl.data.ISentinelEvent
Return the status of this event If null it means that the state has ended.
getStatus() - Method in class com.qfs.snl.dtos.EventDto
 
getStatus() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiDescription
Returns the description of the KPI goal.
getStatus() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Gets the status of the KPI.
getStatus() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
getStatus() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
Returns the status of this base.
getStatus() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
getStatus() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getStatus() - Method in interface com.quartetfs.fwk.IAgent
Returns the current state of this agent.
getStatus() - Method in class com.quartetfs.fwk.impl.AAtomicAgent
 
getStatus(QueryContext, ICachedAggregates) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.CachedAggregatesRetrievalCreator
Checks whether the input ICachedAggregates retrieved from the cache is valid for this query.
getStatusCode() - Method in class com.qfs.content.ws.impl.ListenerNotification
The message status code.
getStatusCode(Throwable) - Static method in exception com.qfs.fwk.services.ServiceException
Finds the status code which could be associated to the specified throwable.
getStatusPresenter() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getStatusValue(Double) - Static method in class com.qfs.snl.kpis.impl.KpiUtil.RedOrangeGreen
Gets a value representing the status.
getStop() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
getStop() - Method in interface com.qfs.snl.data.ISentinelAlert
Gets the stop time of the alert.
getStop() - Method in class com.qfs.snl.dtos.AlertDto
 
getStoppedFlag() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.JITPrimitiveAggregatesRetrieval
Returns the flag for concurrent exceptional completion of this retrieval.
getStopTag() - Method in interface com.activeviam.apm.pivot.monitoring.IActionMonitor
Returns the tag that identifies the stop of the action monitoring.
getStopTag() - Method in interface com.activeviam.apm.pivot.monitoring.ICsvExportActionMonitor
 
getStopTag() - Method in interface com.activeviam.apm.pivot.monitoring.IJsonQueriesActionMonitor
 
getStopTag() - Method in class com.activeviam.apm.pivot.monitoring.impl.XmlaQueryMonitor
 
getStopTag() - Method in interface com.activeviam.apm.pivot.monitoring.IQueriesActionMonitor
 
getStopTag() - Method in interface com.activeviam.apm.pivot.monitoring.IQueryExecutorMonitor
 
getStopTag() - Method in interface com.activeviam.apm.pivot.monitoring.IStreamingActionMonitor
 
getStopTag() - Method in interface com.activeviam.apm.pivot.monitoring.IWebSocketActionMonitor
 
getStore() - Method in class com.activeviam.copper.store.BasicStoreField
Return the JoinCopperStore this field is originated from.
getStore() - Method in class com.activeviam.database.api.schema.StoreField
The store the field belongs to.
getStore() - Method in class com.activeviam.store.structure.graph.FieldKey
The name of the store the field belongs to.
getStore() - Method in class com.activeviam.store.structure.graph.IndexKey
The name of the store the index belongs to.
getStore() - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData
 
getStore() - Method in class com.qfs.store.query.impl.SelectedStore
 
getStore() - Method in interface com.qfs.store.query.ISelectedStore
Returns the store of the schema selected to be the base of this query, from which references will be traveled.
getStore() - Method in class com.qfs.store.query.plan.impl.QueriedStore
 
getStore() - Method in interface com.qfs.store.query.plan.IQueriedStore
Returns the store in the schema that is targeted by the query.
getStore() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IJoinMeasure
Gets the store name the measure field comes from.
getStore() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.JoinAggregatedMeasure
 
getStore() - Method in interface com.quartetfs.biz.pivot.definitions.IJoinMeasureDescription
Gets the name of the store to read for the measure value.
getStore() - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
Base store on which the measure is based.
getStore() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDatabaseRetrievalResult
Gets the point aggregate stores holding the retrieval results.
getStore() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExternalRetrievalInfo
Returns the name of the store on which the request was made.
getStore() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatabaseRetrievalResult
 
getStore() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyDatabaseRetrievalResult
 
getStore() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
 
getStore(int) - Method in interface com.qfs.store.IDatastoreSchemaVersion
Returns the store version using its store id.
getStore(int) - Method in interface com.qfs.store.IDatastoreTransactionContext
Gets the store including changes from the transaction.
getStore(int) - Method in class com.qfs.store.impl.DatastoreSchemaBase
 
getStore(int) - Method in class com.qfs.store.impl.DatastoreSchemaVersion
 
getStore(int) - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
Gets the store including changes from the transaction.
getStore(int) - Method in class com.qfs.store.impl.DatastoreTransactionContext
 
getStore(int) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getStore(int) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Gets the store using its store id.
getStore(IDatastoreSchemaDescription, String) - Static method in class com.qfs.desc.impl.DatastoreSchemaDescriptionUtil
Returns the description of the store with the given name in the input datastore schema description.
getStore(IDatastoreSchemaDescription, String, JoinPath) - Static method in class com.qfs.desc.impl.DatastoreSchemaDescriptionUtil
Returns the description of the store described by the base store and a path of references.
getStore(String) - Method in interface com.qfs.desc.IDatastoreSchemaDescription
Gets the description of a given store if existing.
getStore(String) - Method in interface com.qfs.store.IDatastoreSchemaVersion
Returns the store version using its store name.
getStore(String) - Method in interface com.qfs.store.IDatastoreTransactionContext
Gets the store including changes from the transaction.
getStore(String) - Method in class com.qfs.store.impl.DatastoreSchemaBase
 
getStore(String) - Method in class com.qfs.store.impl.DatastoreSchemaVersion
 
getStore(String) - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
Gets the store including changes from the transaction.
getStore(String) - Method in class com.qfs.store.impl.DatastoreTransactionContext
 
getStore(String) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getStore(String) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Gets the store using its name.
getStore(String) - Method in interface com.qfs.store.query.IBaseQueryRunner
Gets the store associated with the same name.
getStore(String) - Method in class com.qfs.store.query.impl.DatastoreTransactionQueryRunner
 
getStore(String) - Method in class com.qfs.store.query.impl.QueryRunner
 
getStore(String) - Method in class com.qfs.store.query.impl.QueryRunnerWithTimeout
 
getStore(String) - Method in class com.qfs.store.query.impl.TransactionQueryRunnerWithTimeout
 
getStoreCount() - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Returns the number of stores.
getStoreCount() - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getStoreCount() - Method in interface com.qfs.store.IDatastoreSchemaMetadata
Gets the number of stores present in the schema.
getStoreCount() - Method in class com.qfs.store.impl.DatastoreSchemaMetadata
 
getStoreDefinition(String, JoinPath) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
Gets the definition of a store by following a path from another one.
getStoreDescriptions() - Method in interface com.qfs.desc.IDatastoreSchemaDescription
Indicates which stores take part of this schema.
getStoreDescriptions() - Method in class com.qfs.desc.impl.DatastoreSchemaDescription
Description of the stores.
getStoreDictionaries(String) - Method in class com.qfs.dic.impl.SchemaDictionaryProvider
 
getStoreDictionaries(String) - Method in interface com.qfs.dic.ISchemaDictionaryProvider
Gets the dictionaries of a store.
getStoreFieldMapping() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
 
getStoreFields() - Method in class com.qfs.store.query.impl.SelectedStore
 
getStoreFields() - Method in interface com.qfs.store.query.ISelectedStore
Returns the indexes of the fields selected in the query.
getStoreFormat() - Method in class com.qfs.store.impl.StoreMetadata
 
getStoreFormat() - Method in interface com.qfs.store.IStoreMetadata
Gets the format of the store.
getStoreGraph() - Method in interface com.qfs.store.IDatastoreSchemaMetadata
Returns the graph containing the stores metadata and their references metadata.
getStoreGraph() - Method in interface com.qfs.store.IDatastoreSchemaVersion
Returns the graph containing the stores and their references.
getStoreGraph() - Method in class com.qfs.store.impl.DatastoreSchemaBase
Graph of the links between the stores.
getStoreGraph() - Method in class com.qfs.store.impl.DatastoreSchemaMetadata
 
getStoreGraph() - Method in class com.qfs.store.impl.DatastoreSchemaVersion
 
getStoreGraph() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getStoreGraph() - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Gets the graph containing the stores and their references.
getStoreId(String) - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Gets the unique identifier of the given store.
getStoreId(String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getStoreId(String) - Method in interface com.qfs.store.IDatastoreSchemaMetadata
Gives the id of a store based on its name.
getStoreId(String) - Method in class com.qfs.store.impl.DatastoreSchemaMetadata
 
getStoreIds(Collection<String>) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Retrieves the store ids from the store name.
getStoreInternals() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
getStoreInternals() - Method in class com.activeviam.store.structure.impl.UpdatePartitioningAction
Supplier to the internals for the store.
getStoreInternals() - Method in interface com.activeviam.store.structure.IUpdatePartitioningAction
Gets the up-to-date internals of the store being updated.
getStoreInternals() - Method in class com.qfs.store.impl.StoreBase
Store internal information.
getStoreInternals() - Method in class com.qfs.store.impl.StorePartitionBase
Store internal information.
getStoreInternals(String) - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Gets the internal structures of the given store.
getStoreInternals(String) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
getStoreInternals(String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getStoreInternalsSupplier() - Method in class com.activeviam.store.structure.impl.StoreMetadataHolder
 
getStoreLock(int) - Method in class com.qfs.store.transaction.impl.StoreLocking
 
getStoreLock(int) - Method in interface com.qfs.store.transaction.IStoreLocking
Returns the reentrant lock associated with this store.
getStoreMetadata() - Method in class com.activeviam.store.structure.impl.AddReferenceAction
Metadata of the owner store after all changes.
getStoreMetadata() - Method in class com.activeviam.store.structure.impl.InitializeFieldAction
 
getStoreMetadata() - Method in class com.activeviam.store.structure.impl.InitializeIndexAction
 
getStoreMetadata() - Method in class com.activeviam.store.structure.impl.InitializeReferenceAction
Metadata of the owner store after all changes.
getStoreMetadata() - Method in class com.activeviam.store.structure.impl.RebindTargetDictionaryAction
 
getStoreMetadata() - Method in class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction
 
getStoreMetadata() - Method in class com.activeviam.store.structure.impl.SetIndexDictionariesConcurrentAction
Metadata of the target store after all changes.
getStoreMetadata() - Method in class com.activeviam.store.structure.impl.UpdateFieldsAction
 
getStoreMetadata() - Method in class com.activeviam.store.structure.impl.UpdateIndexesAction
Metadata of the store after the changes.
getStoreMetadata() - Method in class com.activeviam.store.structure.impl.UpdatePartitioningAction
Supplier to the metadata for the store.
getStoreMetadata() - Method in interface com.activeviam.store.structure.IUpdateStoreAction
Gets the up-to-date metadata of the store being updated.
getStoreMetadata() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
getStoreMetadata() - Method in class com.qfs.store.impl.StorePartitionVersion
 
getStoreMetadata() - Method in class com.qfs.store.impl.UserStorePartitionVersion
 
getStoreMetadata() - Method in interface com.qfs.store.IStorePartitionView
Gets the metadata of the parent store.
getStoreMetadata() - Method in exception com.qfs.store.record.DuplicateKeyException
The metadata of the store for which the duplicate key was observed.
getStoreMetadata() - Method in class com.qfs.store.transaction.impl.TransactionalStorePartitionView
 
getStoreMetadata(int) - Method in interface com.qfs.store.IDatastoreSchemaMetadata
Returns the metadata associated with a store.
getStoreMetadata(int) - Method in class com.qfs.store.impl.DatastoreSchemaMetadata
 
getStoreMetadata(IDatastoreSchemaMetadata, ReachableField) - Static method in class com.qfs.store.impl.SchemaHelper
Finds the store metadata in which the given field belongs.
getStoreMetadata(IStoreMetadata, ReachableField) - Static method in class com.qfs.store.impl.SchemaHelper
Finds the store metadata in which the given field belongs.
getStoreMetadata(String) - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Gets the metadata of the given store.
getStoreMetadata(String) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
getStoreMetadata(String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getStoreMetadata(String) - Method in interface com.qfs.store.IDatastoreSchemaMetadata
Returns the metadata associated with a store.
getStoreMetadata(String) - Method in class com.qfs.store.impl.DatastoreSchemaMetadata
 
getStoreMetadataHolder() - Method in class com.activeviam.store.structure.impl.StructureUpdatePlan
 
getStoreMetadataHolder() - Method in interface com.activeviam.store.structure.IStructureUpdatePlan
Gets the object providing the metadata for the updated Datastore.
getStoreMetadataOrFail(String, IDatastoreSchemaMetadata) - Static method in class com.qfs.store.impl.SchemaHelper
Gets a store metadata by its name or throw a ConfigurationException if no store has this name.
getStoreName() - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Gets the name of the store where the members of this hierarchy are found.
getStoreName() - Method in class com.activeviam.copper.store.BasicStoreField
Returns the name of the JoinCopperStore this field is originated from.
getStoreName() - Method in class com.activeviam.copper.store.JoinCopperStore
Returns the name of this store.
getStoreName() - Method in class com.activeviam.copper.store.JoinedStoreField
Returns the name of the JoinCopperStore this field is originated from.
getStoreName() - Method in class com.activeviam.copper.store.JoinKey
 
getStoreName() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.VersionStoreKey
 
getStoreName() - Method in interface com.activeviam.store.structure.IAddReferenceAction
Returns the name of the owner store.
getStoreName() - Method in interface com.activeviam.store.structure.IFieldTransformer
Returns the name of the store where the transformed field belongs to.
getStoreName() - Method in interface com.activeviam.store.structure.IInitializeReferenceAction
Returns the name of the owner store.
getStoreName() - Method in class com.activeviam.store.structure.impl.AddReferenceAction
Name of the owner store.
getStoreName() - Method in class com.activeviam.store.structure.impl.FieldTransformer
 
getStoreName() - Method in class com.activeviam.store.structure.impl.InitializeFieldAction
 
getStoreName() - Method in class com.activeviam.store.structure.impl.InitializeReferenceAction
Name of the owner store.
getStoreName() - Method in class com.activeviam.store.structure.impl.RebindTargetDictionaryAction
 
getStoreName() - Method in class com.activeviam.store.structure.impl.StorePartitioningFormat
The name of the store.
getStoreName() - Method in class com.activeviam.store.structure.impl.UpdateFieldsAction
 
getStoreName() - Method in class com.activeviam.store.structure.impl.UpdateIndexesAction
Name of the store to process.
getStoreName() - Method in class com.activeviam.store.structure.impl.UpdatePartitioningAction
Name of the updated store.
getStoreName() - Method in interface com.activeviam.store.structure.IRebindTargetDictionaryAction
Returns the name of the updated store.
getStoreName() - Method in interface com.activeviam.store.structure.IUpdateIndexAction
 
getStoreName() - Method in interface com.activeviam.store.structure.IUpdateStoreAction
Returns the name of the updated store.
getStoreName() - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
 
getStoreName() - Method in class com.qfs.plan.impl.StorePartitionUpdateForDeltaQueries
 
getStoreName() - Method in interface com.qfs.plan.IStorePartitionUpdate
Gets the name of the store for which this update is computed.
getStoreName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getStoreName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the parameter store.
getStoreName() - Method in class com.qfs.store.impl.StoreFormat
 
getStoreName() - Method in class com.qfs.store.impl.StoreSummaryReport
The name of the store.
getStoreName() - Method in interface com.qfs.store.IStoreFormat
Gets the name of the store.
getStoreName() - Method in interface com.qfs.store.part.IPartitioningFormat.IStorePartitioningFormat
Gets the name of the store for which the partitioning is built.
getStoreName() - Method in class com.qfs.store.query.condition.impl.RecordQuery
 
getStoreName() - Method in interface com.qfs.store.query.IQuery
Gets the name of the base store targeted by the query.
getStoreName() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation.StoreTransactionStatistics
 
getStoreName() - Method in interface com.qfs.store.transaction.IStoreTransactionStatistics
Returns the name of the store.
getStoreName() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The base store of the query.
getStoreNames() - Method in interface com.activeviam.store.structure.IDatastoreStructure
Return the names of all the stores.
getStoreNames() - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getStoreNames() - Method in interface com.qfs.store.IDatastoreSchemaMetadata
Gets the names of the stores.
getStoreNames() - Method in class com.qfs.store.impl.DatastoreSchemaMetadata
 
getStoreNames(int[]) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Retrieves the store name from the store id.
getStoreNames(IMultiVersionDatastoreSchema, int[]) - Static method in class com.qfs.store.impl.StoreUtils
Deprecated.
Retrieves a set of store names based on their ids.
getStoreReferences() - Method in class com.qfs.store.query.impl.DeltaQuery
Returns the DeltaQuery.storeReferences.
getStoreReferences(String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
Gets the reference definitions for the stores targeted by the given store, sorted by reference name.
getStores() - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionStarted
The stores on which the transaction has been started.
getStoreSearchBuilder() - Method in class com.qfs.store.query.plan.impl.QueriedStore
 
getStoreSearchBuilder() - Method in interface com.qfs.store.query.plan.IQueriedStore
 
getStoresInFieldPath(IDatastoreSchemaMetadata, ReachableField) - Static method in class com.qfs.store.impl.SchemaHelper
Retrieves all the stores between the base store of the given field and the store where the field really is.
getStoresToCommit(IMultiVersionDatastoreSchema, int[]) - Static method in class com.qfs.store.transaction.impl.TransactionManager
Gets the ids of the stores that must be committed at the end of the transaction.
getStoresToLock(IMultiVersionDatastoreSchema, int[]) - Static method in class com.qfs.store.transaction.impl.TransactionManager
Gets, from the list of stores to write to, the list of stores to lock.
getStoreTransactionId(int) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Gives the transaction id of the current transaction for a store.
getStoreTransactionId(int) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
getStoreTransactionStatistics(int) - Method in interface com.qfs.store.transaction.IDatastoreTransactionStatistics
Retrieves the transaction statistics of a store.
getStoreTransactionStatistics(int) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation
 
getStoreTransactionStatistics(String) - Method in interface com.qfs.store.transaction.IDatastoreTransactionStatistics
Retrieves the transaction statistics of a store.
getStoreTransactionStatistics(String) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation
 
getStream() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase.FeedingContext
 
getStream() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StampingStreamListener
Returns The underlying stream.
getStream() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Returns the underlying stream of this stream node.
getStream(StreamingViewId) - Method in class com.qfs.store.impl.SchemaSelectionSession
 
getStream(StreamingViewId) - Method in interface com.qfs.store.ISchemaSelectionSession
Gets the view associated to a view id.
getStreamId() - Method in class com.qfs.pivot.json.query.JsonContinuousMdxQuery
 
getStreamId() - Method in class com.qfs.pivot.json.websocket.JsonResponseWithQueryId
 
getStreamId() - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint.StreamIds
Deprecated.
Gets the internal id set to the query.
getStreamId() - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Gets the id of the stream as given by ActiveUI.
getStreamId() - Method in class com.qfs.spring.websocket.impl.StreamState
Deprecated.
 
getStreamId() - Method in class com.quartetfs.tech.streaming.impl.AStream
Returns the stream id.
getStreamId() - Method in class com.quartetfs.tech.streaming.impl.StreamEvent
 
getStreamId() - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
 
getStreamId() - Method in interface com.quartetfs.tech.streaming.IStreamEvent
Gets the id of the publishing stream.
getStreamId() - Method in interface com.quartetfs.tech.streaming.IStreamProperties
Get the id of the stream.
getStreamInterface() - Method in class com.quartetfs.biz.pivot.monitoring.impl.DrillthroughStreamTranslator
 
getStreamInterface() - Method in class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamTranslator
 
getStreamInterface() - Method in class com.quartetfs.biz.pivot.monitoring.impl.MdxDrillthroughStreamTranslator
 
getStreamInterface() - Method in class com.quartetfs.biz.pivot.monitoring.impl.MdxStreamTranslator
 
getStreamInterface() - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamTranslator
Returns the interface that identifies the supported stream.
getStreamKey() - Method in class com.activeviam.copper.pivot.pp.DividePerDescendantCountPostProcessor.DividePerDescendantCountContinuousHandler
 
getStreamKey() - Method in class com.qfs.repository.impl.LookupHandler
Returns the identifier of the stream associated with this handler.
getStreamKey() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousHandler
Returns the stream's extended plugin key.
getStreamKey() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousHandlerInfo
The plugin key of the stream this handler is associated with.
getStreamKey() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAsyncAggregatesContinuousHandler
 
getStreamKey() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AStoredMeasureHandler
 
getStreamKey() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.CommitIsolatedStoreHandler
 
getStreamKey() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.MultiAnalysisHierarchyMeasureHandler
 
getStreamKey() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TimeLineHandler
 
getStreamKey() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStreamFullRefreshHandler
 
getStreamNodes() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
Returns the stream nodes under this stream register.
getStreamPosition() - Method in class com.qfs.util.tar.impl.TarInputStream
Get the number of bytes into the stream we are currently at.
getStreamProperties() - Method in class com.quartetfs.tech.streaming.impl.AStream
 
getStreamProperties() - Method in interface com.quartetfs.tech.streaming.IStream
Returns the stream properties.
getStreams() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getStreams() - Method in class com.qfs.pivot.json.query.JsonStreams
 
getStreams() - Method in class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamsGrouper
Returns the list of GetAggregates streams.
getStreams() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
For MBean.
getStreams() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousQueryEngine
Returns all the streams known to this engine, indexed by their keys.
getStreams() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
getStreams() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Returns registered streams.
getStreams() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ACrossedStreamContinuousQueryStatistics
Returns the list of streams whose events will impact the continuous query.
getStreams() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Returns the streams where the continuous GAQ under this context group are registered.
getStreams() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Returns the streams where the continuous GAQ under this context group are registered.
getStreams() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
For MBean info.
getStreams() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
 
getStreams() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
getStreams() - Method in class com.quartetfs.tech.streaming.impl.StreamingService
 
getStreams() - Method in interface com.quartetfs.tech.streaming.IStreamingService
Returns the map of managed streams indexed by their Ids.
getStreamsByPluginKey() - Method in class com.qfs.pivot.json.query.JsonStreamSnapshot
 
getStreamsNeededMaintenance() - Method in class com.qfs.spring.websocket.impl.QueryWebSocketService
Deprecated.
Gets a list of all stream ids that were created by this service and whose unregistration failed for some reason.
getStreamToProviderMapping() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase.FeedingContext
 
getStreamType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
Returns the plugin key of the parent stream.
getStreamType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode.Snapshot
Returns the plugin key of the parent stream.
getStreamType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode.Snapshot
Returns the type of the stream.
getStrictMode() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
 
getStrictMode() - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamInfoHolder
Returns the strict mode flag.
getStrictMode() - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
 
getStrictMode() - Method in interface com.quartetfs.tech.streaming.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, String) - Method in interface com.activeviam.properties.IActiveViamPropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getString(IActiveViamProperty, String) - Method in class com.activeviam.properties.impl.ActiveViamPropertyRegistry
 
getString(ActiveViamProperty) - Static method in class com.activeviam.properties.PropertyRegistry
Gets the value of the property or null if it is not defined.
getString(ActiveViamProperty, String) - Static method in class com.activeviam.properties.PropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getString(String) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Retrieve a string object from the database.
getString(String) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Gets a simple value associated with a single key from the repository.
getStringExpression() - Method in class com.quartetfs.pivot.mdx.statement.impl.StringFormulaSpecification
 
getStringExpression() - Method in interface com.quartetfs.pivot.mdx.statement.IStringFormulaSpecification
Returns the expression.
getStringHistogram(int[], String, String, HistogramBuilder.ILegendBuilder) - Static method in class com.qfs.util.ui.impl.HistogramBuilder
Creates an histogram.
getStringRepresentation() - Method in class com.qfs.graph.impl.Tree
Gets a string representation of the tree that looks like.
getStringValue(String, IContextValue) - Method in interface com.activeviam.contextservice.metadata.IAdditionalContextMetadata
Once a ctx value is retrieved, its value shall be encoded as a string here.
getStrippingTime() - Method in class com.qfs.msg.csv.impl.ParserResult
 
getStrippingTime() - Method in interface com.qfs.msg.csv.IParserResult
Returns the amount of time (in nanoseconds) spent by the worker thread stripping text.
getStructureEqualityProxy() - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Give the object representing the structure of this version that can be used to test for structure equality.
getStructureEqualityProxy() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getSubCubeFromContext(IContext) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
Retrieve the subcube from the context: the intersection of the security and filters.
getSubCubeProperties() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellSet
Get the sub cube made by the associated query.
getSubCubeTree(String, String) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
 
getSubCubeTree(String, String) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
Returns the ComparisonTree.
getSubCubeTree(String, String) - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeProperties
Returns the subCubeTree attached to a given hierarchy name.
getSubDirectory(String) - Method in interface com.activeviam.cloud.entity.ICloudDirectory
Gets the directory located inside this directory.
getSubHierarchy(int) - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter
 
getSubject() - Method in class com.qfs.msg.csv.impl.PublicationQueue
Returns the publication subject.
getSubmittedRows() - Method in interface com.qfs.msg.jdbc.IJdbcFetchingInfo
Returns the number of rows submitted to the append queue.
getSubmittedRows() - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The number of rows submitted to the append queue.
getSubSelect() - Method in interface com.quartetfs.pivot.mdx.statement.IFromClause
Returns the sub select.
getSubSelect() - Method in class com.quartetfs.pivot.mdx.statement.impl.FromClause
 
getSubstringFromPattern(String, String) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Retrieve a substring that matches the given pattern in the given str.
getSubtaskRetrievals() - Method in class com.qfs.query.impl.DistributedAggregatesRetrievalCreator.DistributedAggregatesRetrieval
 
getSubtaskRetrievals() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Returns the other retrievals that this retrieval depends on.
getSubtaskRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
Returns the other retrievals that this retrieval depends on.
getSubtaskRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
getSubtaskRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingLinearPostProcessorAggregatesRetrieval
 
getSubtaskRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
getSubtaskRetrievalsToPrint() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider.PartialPrimitiveAggregatesRetrieval
 
getSubtaskRetrievalsToPrint() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
 
getSubtaskRetrievalsToPrint() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExternalDatabaseRetrieval
 
getSubtaskRetrievalsToPrint() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrieval
Returns the subtasks retrievals for which we want to print details.
getSubtaskRetrievalsToPrint() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
getSubtaskRetrievalsToPrint() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APostProcessedRetrievalMerger
 
getSubtaskRetrievalsToPrint() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveRetrievalMerger
 
getSubtaskRetrievalsToPrint() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingLinearPostProcessorAggregatesRetrieval
 
getSubtaskRetrievalsToPrint() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
getSuccessfulAggregateQueriesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getSuccessfulAggregateQueriesCount() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor.MonitoredQueriesServiceStatistics
Returns the total number of successful GAQ queries.
getSuccessfulAggregateStreamCreationsCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getSuccessfulAggregateStreamUpdatesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getSuccessfulDiscoveryQueriesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getSuccessfulDiscoveryQueriesCount() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
getSuccessfulDiscoveryQueriesCount() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor.MonitoredQueriesServiceStatistics
Returns the total number of successful discovery queries.
getSuccessfulDtHeadersQueriesCount() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
getSuccessfulDtHeadersQueriesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getSuccessfulDtHeadersQueriesCount() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor.MonitoredQueriesServiceStatistics
Returns the total number of successful Drillthrough header queries.
getSuccessfulDtQueriesCount() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
getSuccessfulDtQueriesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getSuccessfulDtQueriesCount() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor.MonitoredQueriesServiceStatistics
Returns the total number of successful Drillthrough queries.
getSuccessfulDtStreamCreationsCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getSuccessfulDtStreamUpdatesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getSuccessfulMdxQueriesCount() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
getSuccessfulMdxQueriesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getSuccessfulMdxQueriesCount() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
getSuccessfulMdxQueriesCount() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor.MonitoredQueriesServiceStatistics
Returns the total number of successful MDX queries.
getSuccessfulMdxStreamCreationsCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getSuccessfulMdxStreamUpdatesCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
getSuccessfulQueriesTotalCount() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
getSuccessfulQueriesTotalCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
getSuccessfulQueriesTotalCount() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
getSuccessfulQueriesTotalCount() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor.MonitoredQueriesServiceStatistics
Returns the total number of successful queries.
getSuccessfulStreamEventsTotalCount() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
Returns the total successful stream events count.
getSummarizedView() - Method in class com.activeviam.health.monitor.impl.events.ClusterMemberChange
Returns the current view restricted the first five cluster members.
getSummarizedView() - Method in class com.activeviam.health.monitor.impl.events.ClusterViewChange
Returns the current view restricted the first five cluster members.
getSummary() - Method in class com.qfs.store.query.plan.impl.StoreSearch
 
getSummary() - Method in interface com.qfs.store.query.plan.IOperation
Returns a human-readable summary of this operation.
getSummary(IQueriedStore) - Method in class com.qfs.store.query.plan.impl.BackReferenceRows
 
getSummary(IQueriedStore) - Method in class com.qfs.store.query.plan.impl.RowReferenceMerge
 
getSummary(IQueriedStore) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder.ConditionFullScan
 
getSummary(IQueriedStore) - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder.ReturnAllPartitionOperation
 
getSummary(IQueriedStore) - Method in interface com.qfs.store.query.plan.IPartitionOperation
Returns a human-readable summary of this operation when applied to the given store.
getSummary(Collection<? extends CountedCompleter<?>>) - Static method in class com.qfs.concurrent.cancellable.impl.CompleterUtil
Builds a summary of the list of task: how they depend to each other, and what their pending count is.
getSummary(Collection<? extends CountedCompleter<?>>, OutputStream) - Static method in class com.qfs.concurrent.cancellable.impl.CompleterUtil
Builds a summary of the list of task: how they depend to each other, and what their pending count is.
getSupportedInterfaces() - Method in interface com.quartetfs.biz.pivot.context.IContextValueAdapter
Returns all the context value interfaces supported by this adapter.
getSupportedInterfaces() - Method in class com.quartetfs.biz.pivot.context.impl.ContextValueAdapter
 
getSupportedKeys() - Method in interface com.quartetfs.biz.pivot.context.IContextValueAdapter
Returns the keys of all the context value translators supported by this adapter.
getSupportedKeys() - Method in class com.quartetfs.biz.pivot.context.impl.ContextValueAdapter
 
getSupportedKeys() - Method in interface com.quartetfs.fwk.monitoring.IMonitor
Returns the indicator keys supported by this monitor.
getSupportedKeys() - Method in class com.quartetfs.fwk.monitoring.impl.CounterMonitor
 
getSupportedKeys() - Method in class com.quartetfs.fwk.monitoring.impl.MultiSourcesQuantityMonitor
 
getSupportedKeys() - Method in class com.quartetfs.fwk.monitoring.impl.QuantityMonitor
 
getSupportedKeys() - Method in class com.quartetfs.fwk.monitoring.impl.ThroughputMonitor
 
getSupportedMarshallerKeys(String, String, boolean) - Static method in class com.quartetfs.biz.xmla.impl.XmlaUtil
Find the list of possible marshallers depending on the accepted mime types of the client; the server response content type and if binary is allowed or not.
getSupportedPageSizes() - Method in interface com.qfs.platform.IPlatform
Returns an array that contains all supported page sizes in bytes.
getSupportedPageSizes() - Method in class com.qfs.platform.linux.LinuxPlatform
Returns an array in bytes of available page sizes sorted in ascending order.
getSupportedPageSizes() - Method in class com.qfs.platform.share.SharePlatform
 
getSupportedPageSizes() - Method in class com.qfs.platform.share.VirtualPlatform
 
getSupportedPageSizes() - Method in class com.qfs.platform.solaris.SolarisPlatform
 
getSupportedPageSizes() - Method in class com.qfs.platform.win.WindowsPlatform
 
getSupportedQueries() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
getSupportedQueries() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getSupportedQueries() - Method in interface com.quartetfs.fwk.query.IQueryable
Returns a set of query types this service can execute, represented by their plugin keys.
getSupportedResponseMarshallerKeys(String...) - Static method in class com.quartetfs.biz.xmla.impl.XmlaUtil
Restricts a list mime types to a set of supported marshaller keys.
getSwapDirectory() - Method in interface com.qfs.chunk.IAllocationSettings
Returns null if swap is disabled, or the path in which to swap if swap is enabled.
getSwapDirectory() - Method in class com.qfs.chunk.impl.VectorsAllocationSettings
 
getSwappingDirectory() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
getSwappingDirectory() - Method in interface com.qfs.desc.IVectorFieldDescription
Optional.
getSynchronousMode() - Method in interface com.qfs.msg.csv.ICSVSourceConfiguration
Returns true if the synchronous flag is activated.
getSynchronousMode() - Method in class com.qfs.msg.csv.impl.CSVSourceConfiguration
 
getSyntax() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFunctionDefinition
 
getSyntax() - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionDefinition
Syntax of the function.
getSyntax() - Method in class com.quartetfs.pivot.mdx.statement.impl.UnresolvedFunctionCall
 
getSyntax() - Method in interface com.quartetfs.pivot.mdx.statement.IUnresolvedFunctionCall
Returns the function's syntax.
getTable(String) - Method in class com.activeviam.database.api.schema.DatabaseEntityResolver
 
getTable(String) - Method in interface com.activeviam.database.api.schema.IDatabaseSchemaEntityResolver
Gets the actual table of the schema from its name.
getTable(String) - Method in interface com.activeviam.datastore.api.schema.IDatastoreSchemaEntityResolver
 
getTable(String, JoinPath) - Method in class com.activeviam.database.api.schema.DatabaseEntityResolver
 
getTable(String, JoinPath) - Method in interface com.activeviam.database.api.schema.IDatabaseSchemaEntityResolver
Gets the actual table of the schema from its path from any table.
getTable(String, JoinPath) - Method in interface com.activeviam.datastore.api.schema.IDatastoreSchemaEntityResolver
 
getTableDescription(String) - Method in interface com.qfs.service.store.IDatabaseRestService
 
getTableDescription(String) - Method in interface com.qfs.store.service.IDatabaseService
Returns the table description corresponding to the given table name.
getTableDescription(String) - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
getTableDescription(String) - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
getTableDescription(String) - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
getTableDescription(String) - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
getTableDescriptions() - Method in interface com.qfs.service.store.IDatabaseRestService
Gets all the table descriptions.
getTableDescriptions() - Method in interface com.qfs.store.service.IDatabaseService
Returns the description of all the tables visible for the current user.
getTableDescriptions() - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
getTableDescriptions() - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
getTableDescriptions() - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
getTableDescriptions() - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
getTableMetadata() - Method in class com.qfs.store.service.impl.JsonUpdateWhereCompiler
Gets the table metadata.
getTableName() - Method in class com.activeviam.database.api.experimental.refresh.TableUpdateDetail
 
getTableName() - Method in interface com.activeviam.database.api.query.IPreparedGetByKeyQuery
Gets the name of the table on which the query is run.
getTableName() - Method in class com.activeviam.database.api.schema.DataTableField
 
getTableName() - Method in interface com.activeviam.database.api.schema.IDataTableField
Returns the name of the table that this column belongs to.
getTableName() - Method in class com.activeviam.database.sql.api.schema.SqlTableId
 
getTableName() - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
getTableName() - Method in class com.qfs.store.service.impl.JsonUpdateWhereCompiler
Returns the name of the table.
getTableNames() - Method in interface com.qfs.service.store.IDatabaseRestService
Gets the table names.
getTableNames() - Method in interface com.qfs.store.service.IDatabaseService
Returns a list containing all the table names sorted alphabetically.
getTableNames() - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
getTableNames() - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
getTableNames() - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
getTableNames() - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
getTablePermissions() - Method in class com.qfs.desc.impl.TableSecurity
 
getTablePermissions() - Method in interface com.qfs.desc.ITableSecurity
Returns the permissions for each table.
getTableReaderRoles() - Method in class com.qfs.desc.impl.TableReadWritePermissions
 
getTableReaderRoles() - Method in interface com.qfs.desc.ITablePermissions
Returns the roles that can read the whole table.
getTables() - Method in interface com.activeviam.database.api.schema.IDatabaseSchema
Returns the tables in the Database, indexed by name.
getTables() - Method in interface com.activeviam.store.structure.IDatastoreSchema
Returns the tables in the Datastore, mapped by name.
getTables() - Method in class com.qfs.pivot.json.database.JsonDatabaseDiscovery
Gets the descriptions of all tables.
getTables() - Method in interface com.qfs.store.service.IDatabaseDiscovery
Gets the descriptions of all tables.
getTables() - Method in class com.qfs.store.service.impl.DatabaseDiscovery
 
getTableSecurity() - Method in interface com.qfs.service.store.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.
getTableSecurity() - Method in class com.qfs.service.store.impl.ADatabaseServiceConfig
 
getTableSize(String) - Method in interface com.qfs.service.store.IDatabaseRestService
 
getTableSize(String) - Method in interface com.qfs.store.service.IDatabaseService
Returns the actual number of records in the table specified by its name.
getTableSize(String) - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
getTableSize(String) - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
getTableSize(String) - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
getTableSize(String) - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
getTablesStatistics() - Method in interface com.activeviam.database.api.query.IStatisticsQueryRunner
Returns the tables' statistics indexed by tables' name.
getTableWriterRoles() - Method in class com.qfs.desc.impl.TableReadWritePermissions
 
getTableWriterRoles() - Method in interface com.qfs.desc.ITablePermissions
Returns the roles that can write the whole table.
getTagAcceptor() - Method in interface com.activeviam.health.monitor.IHealthEventHandler
The tag acceptor that allows to pick which event this handler is interested in.
getTagAcceptor() - Method in class com.activeviam.health.monitor.LoggingJdbcHealthEventHandler
 
getTaggedEntries(String) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Resolve the entries name that match the given tag.
getTags() - Method in interface com.activeviam.health.monitor.IHealthCheck
The tags of the health event generated by this health check.
getTags() - Method in interface com.activeviam.health.monitor.IHealthEvent
A set of strings defining what this event is about.
getTags() - Method in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryRegistered
 
getTags() - Method in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryUnregistered
 
getTags() - Method in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryUpdated
 
getTags() - Method in class com.activeviam.health.monitor.impl.ActivePivotQueryDone
 
getTags() - Method in class com.activeviam.health.monitor.impl.ActivePivotQueryFailed
 
getTags() - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionCommittedEvent
 
getTags() - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionRolledBackEvent
 
getTags() - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionStartedEvent
 
getTags() - Method in class com.activeviam.health.monitor.impl.AJdbcHealthEvent
 
getTags() - Method in class com.activeviam.health.monitor.impl.CsvFileParsingFailure
 
getTags() - Method in class com.activeviam.health.monitor.impl.CsvFileParsingProgress
 
getTags() - Method in class com.activeviam.health.monitor.impl.CsvLineParsingFailure
 
getTags() - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionCommitted
 
getTags() - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionStarted
 
getTags() - Method in class com.activeviam.health.monitor.impl.events.ApplicationMemberAccepted
 
getTags() - Method in class com.activeviam.health.monitor.impl.events.ApplicationMemberRejected
 
getTags() - Method in class com.activeviam.health.monitor.impl.events.ClusterMemberChange
 
getTags() - Method in class com.activeviam.health.monitor.impl.events.ClusterViewChange
 
getTags() - Method in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationEvent
 
getTags() - Method in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationFailureEvent
 
getTags() - Method in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageApplicationFailureEvent
 
getTags() - Method in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageAppliedEvent
 
getTags() - Method in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageSendingFailureEvent
 
getTags() - Method in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageSentEvent
 
getTags() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck
 
getTags() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
 
getTags() - Method in class com.activeviam.health.monitor.impl.SlowActivePivotQuery
 
getTags() - Method in class com.activeviam.pivot.json.tracing.JsonTracingInfo
Returns the span tags.
getTags() - Method in interface com.qfs.msg.keyvalue.IKeyValueTopic
Retrieves the tags associated with the topic.
getTags() - Method in class com.qfs.msg.keyvalue.impl.KeyValueTopic
 
getTags() - Method in class com.quartetfs.pivot.mdx.impl.MdxEvent
 
getTarget() - Method in class com.activeviam.copper.PropertiesCodec
Deprecated.
Gets the underlying Properties.
getTargetClass() - Method in interface com.quartetfs.fwk.ICompiledProperty
Returns the target class.
getTargetClass() - Method in class com.quartetfs.fwk.impl.CompiledProperty
Returns the target class.
getTargetClass() - Method in class com.quartetfs.fwk.impl.DynamicProperty
 
getTargetDictionaryFactory(String, String) - Method in interface com.activeviam.store.structure.IInternalDatastoreStructure
Gets the factory creating the dictionary for unique indexes used by the target store of a reference.
getTargetDictionaryFactory(String, String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getTargetField() - Method in class com.activeviam.database.api.schema.ITableJoin.FieldMapping
 
getTargetField(ReachableField) - Method in interface com.activeviam.store.structure.IDatastoreStructure
Retrieves the target field of a reference within its own store.
getTargetField(ReachableField) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getTargetFieldNames() - Method in class com.qfs.store.ref.impl.AConcreteReferenceFactory
Gets the name of the fields of the target store used for the reference.
getTargetFieldNames() - Method in class com.qfs.store.ref.impl.ReferenceMetadata
Names of the fields considered in the target store.
getTargetFieldNames() - Method in interface com.qfs.store.ref.IReferenceMetadata
Gets the fields from the target store used by this reference.
getTargetFieldPositions() - Method in class com.qfs.store.ref.impl.ReferenceMetadata
The target fields the reference is based on.
getTargetFieldPositions() - Method in interface com.qfs.store.ref.IReferenceMetadata
Gets the positions of the target fields the reference is based on.
getTargetFields() - Method in class com.activeviam.store.structure.impl.ReferenceDefinition
Gets the fields from the target store used by this reference.
getTargetFields() - Method in class com.qfs.store.query.impl.SelectedStore
 
getTargetFields() - Method in interface com.qfs.store.query.ISelectedStore
Returns the list of the positions in the IRecordReader where to write the values retrieved from this store.
getTargetIndex(IStorePartitionView) - Method in interface com.qfs.store.ref.IConcreteReference
Gets the unique index in the target store on the referenced fields.
getTargetIndex(IStorePartitionView) - Method in class com.qfs.store.ref.impl.AConcreteReferenceBase.ConcreteReferenceStructuralTransactionView
 
getTargetIndex(IStorePartitionView) - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
 
getTargetIndex(IStorePartitionView) - Method in class com.qfs.store.ref.impl.AConcreteReferenceVersion
 
getTargetIndexPosition() - Method in interface com.qfs.store.ref.IConcreteReferenceBase
Gets the position of the unique index to use in the target partition.
getTargetIndexPosition() - Method in class com.qfs.store.ref.impl.AConcreteReferenceBase
Position of the unique index to use in the target partition.
getTargetName() - Method in class com.qfs.store.ref.impl.AConcreteReferenceFactory
Gets the name of the target store of the reference.
getTargetOptionality() - Method in class com.activeviam.database.api.schema.TableJoin
 
getTargetOptionality() - Method in class com.activeviam.database.sql.api.schema.SqlJoin
 
getTargetPartitionId() - Method in interface com.qfs.store.ref.IConcreteReference
Gets the partition id of the target partition linked by this reference.
getTargetPartitionId() - Method in interface com.qfs.store.ref.IConcreteReferenceBase
Gets the partition id of the target partition linked by this reference.
getTargetPartitionId() - Method in class com.qfs.store.ref.impl.AConcreteReferenceBase.ConcreteReferenceStructuralTransactionView
 
getTargetPartitionId() - Method in class com.qfs.store.ref.impl.AConcreteReferenceBase
Partition id of the target partition linked by this reference.
getTargetPartitionId() - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
 
getTargetPartitionId() - Method in class com.qfs.store.ref.impl.AConcreteReferenceVersion
 
getTargetPartitionId() - Method in class com.qfs.store.ref.impl.AMultiVersionConcreteReference
 
getTargetPartitionId() - Method in interface com.qfs.store.ref.IMultiVersionConcreteReference
Gets the id of the target partition of this concrete reference.
getTargetPartitionId(IReferenceMetadata, IStoreMetadata, int) - Static method in class com.qfs.store.impl.MultiVersionStorePartition
Gets the partition id of the given target store.
getTargetPath() - Method in class com.qfs.content.rest.impl.RestContentJsonParams.MoveFileJsonParam
Returns the target path to move the entry to.
getTargetStore() - Method in class com.qfs.desc.impl.ReferenceDescription
 
getTargetStore() - Method in interface com.qfs.desc.IReferenceDescription
Returns the name of the target store.
getTargetStoreFromReferenceChain(IStoreMetadata, JoinPath) - Static method in class com.qfs.store.impl.SchemaHelper
Follows a path of references from the given store, and returns the pointed store.
getTargetStoreMetadata() - Method in class com.qfs.store.ref.impl.ReferenceMetadata
The metadata associated with this reference's target store.
getTargetStoreMetadata() - Method in interface com.qfs.store.ref.IReferenceMetadata
Gets the metadata of the target store.
getTargetStoreName() - Method in class com.activeviam.store.structure.impl.ReferenceDefinition
 
getTargetStoreName() - Method in class com.qfs.store.ref.impl.ReferenceMetadata
Name of the store reachable through this reference.
getTargetStoreName() - Method in interface com.qfs.store.ref.IReferenceMetadata
Gets the name of the store reached through this reference.
getTargetStores() - Method in class com.qfs.source.impl.AutoCommitTuplePublisher
 
getTargetStores() - Method in class com.qfs.source.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
 
getTargetStores() - Method in class com.qfs.source.impl.TuplePublisher
Target stores where the data goes.
getTargetStores() - Method in interface com.qfs.source.ITuplePublisher
Returns the target stores where to publish.
getTargetTable() - Method in class com.qfs.pivot.json.database.JsonDatabaseJoin
Gets the target table of the join.
getTargetTable() - Method in interface com.qfs.store.service.IDatabaseJoinDescription
Gets the target table of the join.
getTargetTable() - Method in class com.qfs.store.service.impl.DatabaseJoinDescription
 
getTargetTableName() - Method in interface com.activeviam.database.api.schema.ITableJoin
Returns the name of the target table of the join.
getTargetTableName() - Method in class com.activeviam.database.api.schema.TableJoin
 
getTargetTableName() - Method in class com.activeviam.database.sql.api.schema.SqlJoin
 
getTask() - Method in interface com.qfs.pivot.cube.provider.IIndexedAggregateProviderExecutionContext
Getter for the underlying task which will compute this execution context.
getTaskInitiator() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getTaskInitiator() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Get the initiator of the task.
getTasks() - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
Gets registered tasks.
getTaskVariable(String, String) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
getTaskVariable(String, String) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Get a variable associated to a task from the task's scope.
getTaskVariables(String, Collection<String>) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
getTaskVariables(String, Collection<String>) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Get some variables associated to a task from the task's scope.
getTemporalFormattersFromRegistry() - Static method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.DateHelper
Retrieve the DateTimeFormatter associated with the temporal parsers defined in the registry.
getTerminateFunction() - Method in class com.activeviam.agg.impl.AUserDefinedAggregation
 
getTerminateFunction() - Method in interface com.activeviam.agg.IUserDefinedAggregation
Returns the function to apply on the aggregation buffers to compute the final results.
getTester() - Method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellset
 
getTester() - Method in class com.qfs.pivot.testing.impl.MdxResultCellSet
 
getTester() - Method in interface com.quartetfs.biz.pivot.cellset.ICellSetResult
Accesses the test API on this cellSet.
getTextData(InputStream) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Reads text data from an input stream.
getThen() - Method in class com.quartetfs.pivot.mdx.statement.impl.WhenClause
 
getThen() - Method in interface com.quartetfs.pivot.mdx.statement.IWhenClause
 
getTheoreticalPercentileIndex(double, int) - Method in enum com.qfs.agg.impl.PercentileFunction.IndexCalculationMode
Deprecated.
Computes the theoretical (non-integer) percentile index, 0-based.
getThreadCount() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
Returns the number of live threads at the time of creation of this event.
getThreadId() - Method in interface com.activeviam.health.monitor.IHealthEvent
The ID of the thread that created the event.
getThreadId() - Method in class com.activeviam.health.monitor.impl.AHealthEvent
 
getThreadName() - Method in interface com.activeviam.health.monitor.IHealthEvent
The name of the thread that created the event.
getThreadName() - Method in class com.activeviam.health.monitor.impl.AHealthEvent
 
getThreadPool() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
getThreadPool() - Method in interface com.qfs.multiversion.squash.ISquashableAggregateProviderPartitionVersion
Returns the thread pool associated with this partition.
getThreadPool() - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition.AggregateProviderPartitionVersion
 
getThreadPool() - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition
Returns the thread pool associated with this partition.
getThreadPool(INumaNodeSelector, int) - Static method in interface com.qfs.store.part.INumaNodeSelector
Gets the thread pool corresponding to a partition id.
getThreads() - Method in class com.activeviam.cloud.fetch.impl.CloudFetchingConfig
Gets the maximum number of threads that will download in parallel parts of an entity.
getThreadsUsage() - Method in interface com.qfs.pivot.rest.monitoring.IMonitoringRestService
 
getThreadsUsage() - Method in class com.qfs.pivot.rest.monitoring.impl.MonitoringRestServiceController
 
getThreshold() - Method in class com.qfs.concurrent.impl.BoundedAction
Returns the size under which the work is not split into sub-tasks anymore.
getThreshold() - Method in class com.qfs.concurrent.impl.BoundedTask
Returns the size under which the work is not split into sub-tasks anymore.
getThreshold() - Method in class com.qfs.concurrent.impl.LongBoundedAction
Returns the size under which the work is not split into sub-tasks anymore.
getThreshold() - Method in class com.qfs.dic.impl.ParallelRehash
Threshold is expressed in blocks.
getThreshold() - Method in class jsr166.impl.ContextualCancellableCompleterBoundedAction.CompletableBoundedAction
Returns the size under which the work is not split into sub-tasks anymore.
getTime() - Method in class com.qfs.agg.impl.Timestamp
 
getTime() - Method in class com.qfs.snl.dtos.MessageDto
Returns the time.
getTime() - Method in interface com.qfs.snl.messages.IMessage
Gets the timestamp of the message.
getTime() - Method in class com.qfs.snl.messages.impl.AMessage
 
getTime() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getTime() - Method in interface com.quartetfs.fwk.types.ITime
Returns time.
getTimeComparator() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
Returns the time comparator.
getTimeComparator() - Method in interface com.quartetfs.biz.pivot.query.aggregates.ITimeLinePostProcessor
Return the comparator used to compare the members of the time hierarchy.
getTimeHierarchy() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
Returns the time hierarchy.
getTimeHierarchyIdx() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
Returns the index of the time hierarchy.
getTimeHierarchyIdx() - Method in interface com.quartetfs.biz.pivot.query.aggregates.ITimeLinePostProcessor
Returns the index of the time hierarchy.
getTimeLimit() - Method in class com.activeviam.health.monitor.impl.SlowActivePivotQuery
The maximum duration (in seconds) allowed for this query.
getTimeLimitInSeconds() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimit
 
getTimeLimitInSeconds() - Method in interface com.quartetfs.biz.pivot.context.IQueriesTimeLimit
Returns the time limit in seconds.
getTimeout() - Method in class com.qfs.pivot.json.database.JsonDatabaseQuery
Gets the timeout value of the query.
getTimeoutMs() - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
 
getTimeoutPoolSize() - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
 
getTimer(IHierarchyInfo) - Static method in class com.quartetfs.biz.pivot.cube.impl.MultiVersionCube
Returns the name of the timer associated to this hierarchy.
getTimer(String) - Method in class com.qfs.util.timing.impl.StopWatch
Low level timer access method to be used when measuring time for often used methods.
getTimer(String) - Method in interface com.qfs.util.timing.IStopWatch
Get a timer by its name.
getTimestamp() - Method in class com.activeviam.pivot.json.tracing.JsonTraceLog
Returns the timestamp.
getTimestamp() - Method in class com.qfs.content.service.audit.impl.AuditableCSEntry
 
getTimestamp() - Method in class com.qfs.content.service.impl.CSEntry
 
getTimestamp() - Method in class com.qfs.content.service.impl.PathlessContentEntry
 
getTimestamp() - Method in interface com.qfs.content.service.ITimestampedPathlessContentEntry
The UNIX time-stamp at which the entry was last edited.
getTimestamp() - Method in interface com.qfs.multiversion.IEpoch
Gets the time when the epoch was created.
getTimestamp() - Method in class com.qfs.multiversion.impl.Epoch
 
getTimestamp() - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
 
getTimestamp() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getTimestamp() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getTimestamp() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getTimestamp() - Method in interface com.qfs.snl.data.ISentinelEvent
Return the timestamp in milliseconds when the action occurred.
getTimestamp() - Method in class com.qfs.snl.dtos.AuditDto
 
getTimestamp() - Method in class com.qfs.snl.dtos.EventDto
 
getTimestamp() - Method in interface com.qfs.snl.persistence.IAudit
Return the timestamp in milliseconds when the action occurred.
getTimestamp() - Method in class com.qfs.snl.persistence.impl.AAudit
 
getTimestamp() - Method in interface com.quartetfs.biz.pivot.contribution.IAggregatedContributionHolder
Gets the timestamp of the contribution.
getTimestamp() - Method in interface com.quartetfs.biz.pivot.contribution.IGlobalContributionHolder
Gets the UNIX timestamp of the contribution.
getTimestamp() - Method in class com.quartetfs.biz.pivot.contribution.impl.AggregatedContributionHolder
 
getTimestamp() - Method in class com.quartetfs.biz.pivot.contribution.impl.GlobalContributionHolder
 
getTimestamp() - Method in class com.quartetfs.biz.pivot.contribution.impl.SimpleAggregatedContributionHolder
The timestamp of the contribution.
getTimestamp() - Method in interface com.quartetfs.biz.pivot.IActivePivotTransaction
 
getTimestamp() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotTransaction
 
getTimestamp() - Method in class com.quartetfs.biz.pivot.transaction.feed.impl.ActivePivotFeedHolder
Holder for the timestamp of the current update.
getTimestamp() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
 
getTimeStamp() - Method in interface com.activeviam.health.monitor.IHealthEvent
The UNIX timestamp (number of milliseconds since Unix Epoch 0) at the creation of the event.
getTimeStamp() - Method in class com.activeviam.health.monitor.impl.AHealthEvent
 
getTimeStamp() - Method in class com.quartetfs.biz.pivot.context.impl.TimeStampedContextSnapshot
Returns the timestamp.
getTimeToLive() - Method in class com.qfs.fwk.cache.impl.TtlCache
Returns the time (in milliseconds) after which cached entries become invalid.
getTimeToLive() - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
Gets the duration entitlements stay in the cache before being removed.
getTiming() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.TimingWithIdentifier
Returns the timing (in ms).
getTimingInfo() - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData
 
getTimingInfo() - Method in class com.qfs.pivot.json.queryplan.RetrievalData
The retrieval timing information per partition.
getTimingInfo() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo
Returns the timing information for the retrieval execution.
getTimingInfo() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregateRetrievalInfo
 
getTimingInfo() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
 
getTimingInfo() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
getTitle() - Method in class com.qfs.snl.dtos.MessageDto
Returns the title.
getTitle() - Method in interface com.qfs.snl.messages.IMessage
Gets the title of the message.
getTitle() - Method in class com.qfs.snl.messages.impl.AMessage
 
getTitle() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getTo() - Method in class com.qfs.pivot.json.query.JsonRange
 
getTo() - Method in class com.qfs.repository.dto.UpdateRequestDto
 
getTo() - Method in class com.qfs.repository.persistence.impl.UpdateRequest
 
getTo() - Method in interface com.qfs.repository.persistence.IUpdateRequest
Returns the updated version of the data.
getTo() - Method in class com.qfs.snl.dtos.TimePeriodDto
Gets the raw 'to' boundary.
getTo() - Method in class com.quartetfs.tech.streaming.impl.RangeProperty
 
getTo() - Method in interface com.quartetfs.tech.streaming.IRangeProperty
Gets the last index of the range (excluded).
getTo(String, Collection<IReferenceMetadata>) - Method in class com.qfs.store.impl.UserStoreGraph
 
getTo(K, E) - Method in interface com.qfs.graph.IDirectedGraph
Finds the node reachable from a given node and a given edge.
getTo(K, E) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
getTo(K, E) - Method in class com.qfs.graph.impl.DirectedGraph
 
getTo(K, Collection<E>) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
getToken() - Method in interface com.qfs.jwt.service.IJwtRestService
Gets the user JWT or generate a new token for the connected user.
getToken() - Method in interface com.qfs.jwt.service.IJwtService
Returns a JWT if there is currently an authenticated user, otherwise null.
getToken() - Method in class com.qfs.jwt.service.impl.AJwtService
 
getToken() - Method in class com.qfs.jwt.service.impl.JwtRestServiceController
 
getToken() - Method in class com.qfs.jwt.service.impl.JwtRestServiceController.Token
Getter for the token.
getToken(String, Collection<String>) - Method in interface com.qfs.jwt.service.IJwtService
Generates a new JWT for a user.
getToken(String, Collection<String>) - Method in class com.qfs.jwt.service.impl.AJwtService
 
getTokenNames() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
getTokenNames() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
getTopComparator() - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Gets a comparator sorting pairs by their values in descending order.
getTopic() - Method in class com.activeviam.msg.csv.reporting.impl.CsvTopicParsingReport
The topic this report relates to.
getTopic() - Method in interface com.activeviam.msg.reporting.ITopicParsingReport
 
getTopic() - Method in interface com.qfs.msg.csv.IFileEvent
Returns the topic that produced this event.
getTopic() - Method in class com.qfs.msg.csv.impl.FileEvent
 
getTopic() - Method in interface com.qfs.msg.IMessageChannel
Retrieves the topic of this channel.
getTopic() - Method in class com.qfs.msg.impl.AMessageChannel
 
getTopic() - Method in interface com.qfs.msg.jdbc.IJdbcFetchingInfo
Returns the name of the topic.
getTopic() - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The name of the topic.
getTopic() - Method in class com.qfs.source.impl.StoreMessageChannel
 
getTopic() - Method in class com.qfs.websocket.endpoint.impl.AWSTopic
 
getTopic() - Method in class com.qfs.websocket.endpoint.impl.JsonTopicMessageDto
Gets the topic target by the message.
getTopic() - Method in interface com.qfs.websocket.endpoint.IWSTopic
Gets the topic of the end point.
getTopic(String) - Method in interface com.qfs.msg.csv.ICSVSource
Retrieve a ICSVTopic by its name.
getTopic(String) - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
getTopicReport() - Method in class com.qfs.msg.csv.impl.ParserContext
Parsing report for the current topic.
getTopics() - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
getTopics() - Method in class com.qfs.msg.csv.impl.FileSystemCSVMonitoring
Retrieves the topics defined by the source, and their state (paused or not).
getTopics() - Method in interface com.qfs.msg.ISource
Return the list of topics supported by this source.
getTopics() - Method in class com.qfs.msg.jdbc.impl.AJDBCSource
Deprecated.
 
getTopics() - Method in class com.qfs.msg.keyvalue.impl.KeyValueSource
Deprecated.
 
getTopK(int) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AMonitorsGrouper
Calculates the top K children under this grouper over all TimingAggregationType and ProcessingStepTiming.
getTopK(int, ProcessingStepTiming) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AMonitorsGrouper
Calculates the top K children under this grouper over all TimingAggregationType and the given TimeName.
getTopK(int, TimingAggregationType, ProcessingStepTiming) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AMonitorsGrouper
Calculates the top K children under this grouper over the given TimeType and the given TimeName.
getTopK(String, int, TimingAggregationType, ProcessingStepTiming) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryMonitorsGrouper
Get the top K continuous queries whose query time is the longest on the given stream.
getTopKAsString(int) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AMonitorsGrouper
Calculates the top K children under this grouper.
getTopKAsString(int) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitorsGrouper
 
getTopKContinuousGAQs(int, TimingAggregationType, ProcessingStepTiming) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Calculate the top K GAQs on the queryTime.
getTopKGAQ(int, TimingAggregationType, ProcessingStepTiming) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Calculates the top K continuous GAQs under this context group using the given timeType and timeName.
getTopLevelExecutionPlans() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the top-level execution plans of this retriever.
getTopLevelRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Returns a list containing all the top-level retrievals stored in this plan.
getTopNodesAsRetrievalKeys(ActivePivotAggregatesRetriever) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphUtils
Utility method returning the top-level nodes of a retriever with a planned query as a collection of PlanningGraphUtils.AggregatesRetrievalKey.
getTopQueries() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
getTopSolveOrder(ITuple) - Static method in class com.quartetfs.pivot.mdx.plan.impl.ExecUtils
Gets the formula with top solve order in a tuple.
getTopSolveOrder(IMdxMember[]) - Static method in class com.quartetfs.pivot.mdx.plan.impl.ExecUtils
Gets the formula with top solve order in a tuple.
getTotalBitmapIndexDataSize() - Method in class com.qfs.pivot.cube.provider.partition.impl.MultiVersionPartitionedBitmapAggregateProvider
Get the data size of the bitmap index in MB.
getTotalBitmapIndexSize() - Method in class com.qfs.pivot.cube.provider.partition.impl.MultiVersionPartitionedBitmapAggregateProvider
Get the size of the bitmap index in MB.
getTotalBytes() - Method in class com.qfs.msg.csv.impl.ParserContext
Returns the total number of read bytes.
getTotalBytes() - Method in class com.qfs.msg.csv.impl.ParsingWorkloadExecution
 
getTotalBytes() - Method in interface com.qfs.msg.csv.IParsingWorkloadExecution
Return the aggregated value of all the bytes that have been read by processing all the files in the workload.
getTotalCapacity() - Static method in class com.qfs.memory.impl.DirectMemoryTracker
Retrieves the total direct capacity.
getTotalCount() - Static method in class com.qfs.memory.impl.DirectMemoryTracker
Retrieves an estimation of the total number of direct buffers.
getTotalDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Returns the total event duration (in ms).
getTotalExternalResultSize() - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData
Total external retrieval's result size (in terms of points).
getTotalExternalResultSize() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the total size of external retrieval's results.
getTotalExternalResultSize() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getTotalExternalResultSize() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getTotalFetchedLineCount() - Method in interface com.qfs.msg.jdbc.IJdbcFetchingInfo
Returns the total number of fetched lines.
getTotalFetchedLineCount() - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The total number of fetched lines.
getTotalLines() - Method in class com.qfs.msg.csv.impl.ParserContext
Returns the total number of lines.
getTotalLines() - Method in class com.qfs.msg.csv.impl.ParsingWorkloadExecution
 
getTotalLines() - Method in interface com.qfs.msg.csv.IParsingWorkloadExecution
Return the aggregated value of all the lines that have been read by processing all the files in the workload.
getTotalLinesCount() - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
getTotalLinesCount() - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Returns the total number of lines in the parsed file.
getTotalMemoryFootprint() - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
Returns an estimation of the memory footprint of that dictionary based on the memory statistics.
getTotalNbOfPoints() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedIndexedAggregateProvider
Returns total nb of points.
getTotalOffHeapAggregateStoreSize() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedIndexedAggregateProvider
Returns the off-heap size of the aggregate store in MB.
getTotalOnHeapAggregateStoreSize() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedIndexedAggregateProvider
Returns the on-heap size of the aggregate store in MB.
getTotalPointIndexSize() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedIndexedAggregateProvider
Returns the size of the point index in MB.
getTotalPublished() - Method in class com.qfs.msg.csv.impl.ParserContext
Returns the total number of published records.
getTotalPublished() - Method in class com.qfs.msg.csv.impl.ParsingWorkloadExecution
 
getTotalPublished() - Method in interface com.qfs.msg.csv.IParsingWorkloadExecution
Returns the aggregated value of all the records that have been published after processing all the files in the workload.
getTotalPublishedRecords() - Method in interface com.qfs.msg.jdbc.IJdbcFetchingInfo
Returns the total number of published records.
getTotalPublishedRecords() - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The total number of published records.
getTotalRegistrationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Returns the total registration duration (in ms) on the context group.
getTotalReservedMemory() - Static method in class com.qfs.memory.impl.DirectMemoryTracker
Retrieves the total reserved memory (including cache memory).
getTotalRetrievals() - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData
The total number of retrievals.
getTotalRetrievals() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IQueryPlan
Returns the total number of retrievals.
getTotalRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
getTotalRetrievals() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
getTotalUnregistrationDuration() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Returns the total unregistration duration (in ms) on the context group.
getTotalUsedMemory() - Static method in class com.qfs.memory.impl.DirectMemoryTracker
Retrieves the total used memory, i.e.
getToTime() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
getToTime() - Method in class com.qfs.snl.impl.TimePeriod
 
getToTime() - Method in interface com.qfs.snl.ITimePeriod
Gets the resolved 'to' timestamp.
getTraceContext() - Static method in class com.activeviam.tracing.impl.Tracing
Returns the trace context or null if none.
getTraceContext() - Method in class com.qfs.distribution.impl.TraceableBroadcastContext
Returns the trace context as TraceContext object.
getTraceContext() - Method in interface com.qfs.distribution.ITraceableBroadcastContext
Returns the traceContext.
getTraceContext() - Method in class com.qfs.messenger.impl.BroadcastResult
 
getTraceContext() - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
getTraceContext() - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
getTraceId() - Method in class com.activeviam.pivot.json.tracing.JsonTracingInfo
Returns the trace id.
getTraceId() - Method in class com.qfs.distribution.impl.TraceableBroadcastContext
The trace id.
getTracer() - Static method in class com.activeviam.tracing.impl.Tracing
Returns the most recently created tracer if its component hasn't been closed.
getTrackedItems() - Method in class com.activeviam.util.impl.ConcurrentIdentityUsageTracker
 
getTrackedItems() - Method in interface com.activeviam.util.IUsageTracker
Gets the list of all items tracked by this instance.
getTrackedIterator() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanUpdater
 
getTrackerSupplier() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns this retriever's result tracker supplier.
getTransaction() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
 
getTransaction() - Method in interface com.qfs.index.IMultiVersionIndex
 
getTransaction() - Method in interface com.qfs.index.IMultiVersionIntegerArray
 
getTransaction() - Method in interface com.qfs.index.IMultiVersionLongArray
 
getTransaction() - Method in interface com.qfs.index.IMultiVersionSecondaryRecordIndex
 
getTransaction() - Method in interface com.qfs.index.IMultiVersionUniqueRecordIndex
 
getTransaction() - Method in class com.qfs.multiversion.impl.ATransactionalMultiVersion
Deprecated.
 
getTransaction() - Method in interface com.qfs.multiversion.ITransactionalMultiVersion
Returns the current transaction.
getTransaction() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.MultiVersionDistributedMeasureHierarchy
 
getTransaction() - Method in interface com.qfs.pivot.cube.provider.IAggregateCollector
Returns the associated transaction that created this collector.
getTransaction() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateCollector
 
getTransaction() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionAggregateProvider
 
getTransaction() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionAggregateProviderHolder
 
getTransaction() - Method in interface com.qfs.pivot.cube.provider.IMultiVersionGlobalAggregateProvider
 
getTransaction() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedAggregateProvider
 
getTransaction() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getTransaction() - Method in interface com.qfs.store.IMultiVersionRecordSet
 
getTransaction() - Method in interface com.qfs.store.IMultiVersionStore
 
getTransaction() - Method in interface com.qfs.store.IMultiVersionStorePartition
 
getTransaction() - Method in interface com.qfs.store.ref.IMultiVersionConcreteReference
 
getTransaction() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisHierarchy
 
getTransaction() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IMultiVersionDistributedHierarchy
 
getTransaction() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IMultiVersionHierarchy
 
getTransaction() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMultiVersionDistributedAxisHierarchy
 
getTransaction() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMultiVersionDistributedMeasureHierarchy
 
getTransaction() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMultiVersionMeasureHierarchy
 
getTransaction() - Method in interface com.quartetfs.biz.pivot.cube.IMultiVersionCube
 
getTransaction() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getTransaction() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
 
getTransactionalWriter() - Method in class com.qfs.source.impl.AStoreMessageChannelFactory
 
getTransactionalWriter() - Method in interface com.qfs.source.IStoreMessageChannelFactory
Returns the writer into the associated schema.
getTransactionCommittedMessage() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
Returns the underlying transactionCommittedMessage.
getTransactionContext() - Method in class com.qfs.store.impl.MultiVersionStore
 
getTransactionContext() - Method in class com.qfs.store.impl.MultiVersionStorePartition
 
getTransactionContext() - Method in interface com.qfs.store.IMultiVersionStore
Gets the current transaction context.
getTransactionContext() - Method in interface com.qfs.store.IMultiVersionStorePartition
Gets the current transaction context.
getTransactionDuration() - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionCommitted
The total duration of the transaction, from start to commit, in milliseconds.
getTransactionId() - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionCommittedEvent
Getter.
getTransactionId() - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionRolledBackEvent
Getter.
getTransactionId() - Method in class com.activeviam.health.monitor.impl.ActivePivotTransactionStartedEvent
Getter.
getTransactionId() - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionCommitted
The ID of the committed transaction.
getTransactionId() - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionStarted
The ID of the committed transaction.
getTransactionInfo() - Method in interface com.qfs.distribution.IDistributedActivePivotTransaction
 
getTransactionInfo() - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
 
getTransactionInfo() - Method in interface com.quartetfs.biz.pivot.IActivePivotTransaction
Returns the information associated with this transaction.
getTransactionInfo() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotTransaction
 
getTransactionInformation() - Method in class com.qfs.store.transaction.impl.TransactionPerformer
Returns the transaction information if the corresponding transaction was committed successfully, or null otherwise.
getTransactionManager() - Method in interface com.qfs.store.IDatastore
Gets the transaction manager for this datastore.
getTransactionManager() - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
getTransactionManager() - Method in interface com.quartetfs.biz.pivot.IActivePivotSchema
Gets the transaction manager.
getTransactionManager() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
getTransactionPool() - Method in interface com.qfs.pool.IMixedWorkloadPool
Returns the underlying transaction pool.
getTransactionPool() - Method in class com.qfs.pool.impl.QFSPools.MixedWorkloadPool
 
getTransactionStatistics() - Method in class com.activeviam.health.monitor.impl.DatastoreTransactionCommitted
The statistics collected about this transaction.
getTransferContiguouslySrc(IChunk<?>, IChunk<?>, String) - Static method in class com.qfs.chunk.impl.ChunkBindingCompiler
Gets the source code for the transferContiguously(int[], int) method.
getTransferSrc(IChunk<?>, IChunk<?>, String) - Static method in class com.qfs.chunk.impl.ChunkBindingCompiler
Gets the source code for the transfer(int[], int) method.
getTransferTime() - Method in interface com.qfs.msg.keyvalue.IKeyValueBatchInfo
Returns the execution time of the KeyValue query (as nanoseconds).
getTransferTime() - Method in class com.qfs.msg.keyvalue.impl.KeyValueBatchInfo
 
getTransferTime() - Method in class com.qfs.msg.keyvalue.impl.KeyValueStatsHandler
Returns the time spent transferring data with the key-value database (as nanoseconds).
getTransformedFieldNames() - Method in interface com.activeviam.store.structure.IUpdateFieldsAction
Gets the name of the fields that will be transformed by this action.
getTransformedType() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.ABooleanTransformationProcedure
 
getTransformedType() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.ADoubleTransformationProcedure
 
getTransformedType() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AFloatTransformationProcedure
 
getTransformedType() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AIntegerTransformationProcedure
 
getTransformedType() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.ALongTransformationProcedure
 
getTransformedType() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AObjectTransformationProcedure
 
getTransformedType() - Method in interface com.quartetfs.biz.pivot.cellset.ITransformProcedure
Returns the type of the transformed values.
getTransientAllocator() - Method in interface com.qfs.chunk.IChunkAllocator
Gets the associated chunk allocator responsible for allocating transient (ie short lived) chunks.
getTransientAllocator() - Method in class com.qfs.chunk.impl.AChunkAllocator
 
getTransientLimit() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
 
getTransientLimit() - Method in interface com.quartetfs.biz.pivot.context.IQueriesResultLimit
Returns the transient limit resulting from the accumulation of all the intermediate results within a single query.
getTransition() - Method in interface com.activeviam.store.IInternalStoreVersion
Gets the transition to the next version.
getTransition() - Method in class com.qfs.index.impl.IntegerArrayVersion
 
getTransition() - Method in class com.qfs.index.impl.LongArrayVersion
 
getTransition() - Method in interface com.qfs.multiversion.squash.ISquashableIntegerArrayVersion
Retrieves the transition of this version.
getTransition() - Method in interface com.qfs.multiversion.squash.ISquashableLongArrayVersion
Retrieves the transition of this version.
getTransition() - Method in class com.qfs.store.impl.StoreVersion
 
getTranslator() - Method in class com.qfs.msg.csv.translator.impl.AHeaderTranslator
Returns the IColumnarTranslator.
getTranslator(String, String) - Method in class com.qfs.source.impl.AJDBCMessageChannelFactory
 
getTranslator(String, String) - Method in class com.qfs.source.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.qfs.source.impl.ArrayJDBCMessageChannelFactory
 
getTranslatorFactory(String) - Method in class com.qfs.distribution.impl.ClusterTranslatorFactory
Returns the IQueryNodeQueryTranslatorFactory associated with the given data cube or null if it is unknown (it may have left the cluster).
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.add_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.amp_quoted_identifier_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.and_relation_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.axis_name_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.axis_specification_list_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.axis_specification_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.boolean_literal_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.build_string_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.case_expression_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.cell_property_list_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.cell_property_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.cell_props_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.colon_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.comp_op_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.comp_relation_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.compound_id_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.create_kpi_statement_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.create_member_statement_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.create_set_statement_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.create_statement_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.cube_specification_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.dim_props_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.drillthrough_compound_id_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.drillthrough_function_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.drillthrough_statement_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.drop_statement_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.dt_column_list_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.dt_column_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.evaluation_type_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.existing_op_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.exp_list_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.expression_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.formula_name_specification_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.formula_specification_list_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.formula_specification_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.from_clause_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.function_identifier_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.function_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.hidden_type_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.identifier_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.is_check_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.isolated_compound_id_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.isolated_expression_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.kpi_name_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.kpi_name_specification_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.kpi_specification_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.mdx_definition_statement_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.mdx_statement_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.member_name_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.member_name_specification_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.member_property_def_list_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.member_property_definition_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.member_property_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.member_specification_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.mult_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.no_arg_function_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.not_relation_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.number_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.or_relation_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.post_fixable_term_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.post_fixed_term_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.pow_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.property_list_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.property_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.quoted_identifier_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.refresh_statement_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.return_dt_columns_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.select_block_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.select_statement_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.set_expression_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.set_name_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.set_name_specification_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.set_specification_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.slicer_specification_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.sub_select_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.term_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.unary_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.unquoted_identifier_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.update_member_statement_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.value_expression_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.vba_identifier_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.when_clause_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.when_list_return
 
getTree() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser.xor_relation_return
 
getTreeAdaptor() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
getTrend() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getTrend() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiDescription
Returns the unique name of the member in the measures dimension for the KPI Trend.
getTrend() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Gets the trend of the KPI.
getTrend() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
getTrendPresenter() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getTrimOffsetPattern() - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.IResultWriter
Returns the array of hierarchies not expressed in the pattern.
getTuple() - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Gets current tuple.
getTuple() - Method in interface com.quartetfs.pivot.mdx.IMdxSlicer
Returns the members that are in the slicer.
getTuple() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
getTuple() - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
getTuple() - Method in class com.quartetfs.pivot.mdx.impl.MdxSlicer
 
getTuple() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.TupleExecTask
Returns the tuple of this task.
getTuple(int) - Method in class com.quartetfs.pivot.mdx.eval.impl.MutableJoinTuple
 
getTuple(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalityRandomAccessSet
 
getTuple(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.DictionarySet
 
getTuple(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.EmptySet
 
getTuple(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedSet
 
getTuple(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet
 
getTuple(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.RandomShuffledSet
 
getTuple(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingleMemberSet
 
getTuple(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingletonSet
 
getTuple(int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SubSet
 
getTuple(int) - Method in interface com.quartetfs.pivot.mdx.eval.set.IRandomAccessSet
Get the i-th tuple.
getTupleCount() - Method in interface com.quartetfs.pivot.mdx.result.IMdxCellSetAxis
Returns the number of tuples in axis.
getTupleCount() - Method in class com.quartetfs.pivot.mdx.result.impl.BasicMdxCellSetAxis
 
getTupleCount() - Method in class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet.EmptyMdxCellSetAxis
 
getTupleCount() - Method in class com.quartetfs.pivot.mdx.result.impl.FilteredMdxCellSetAxis
 
getTupleDictionarySize(int) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
 
getTupleFactory() - Method in interface com.qfs.msg.csv.translator.IMapTranslator
Returns the factory used by the translator to produce mapped tuples.
getTupleFactory() - Method in class com.qfs.msg.csv.translator.impl.MapTranslator
 
getTuplePublisher() - Method in class com.qfs.source.impl.AStoreMessage
 
getTuplePublisher() - Method in class com.qfs.source.impl.StoreMessage
 
getTuplePublisher() - Method in interface com.qfs.source.IStoreMessage
Get the tuple publisher of this message, used to publish the content of message.
getTuples() - Method in class com.qfs.source.impl.AStoreMessage
 
getTuples() - Method in class com.qfs.source.impl.StoreMessage
 
getTuples() - Method in class com.qfs.source.impl.TupleMessageChunk
 
getTuples() - Method in interface com.qfs.source.IStoreMessage
Get the data tuples that have been accumulated in the message so far.
getTuples() - Method in interface com.qfs.source.IStoreMessageChunk
Get the data tuples that have been accumulated in the chunk so far.
getTuples() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.AggregateKeyTask
Return the tuples to evaluate.
getTupleSize() - Method in class com.qfs.msg.csv.translator.impl.AColumnarTranslator
Getter.
getType() - Method in class com.activeviam.arrow.write.BooleanArrowVectorFeeder
 
getType() - Method in class com.activeviam.arrow.write.DoubleArrayArrowVectorFeeder
 
getType() - Method in class com.activeviam.arrow.write.DoubleArrowVectorFeeder
 
getType() - Method in class com.activeviam.arrow.write.FloatArrayArrowVectorFeeder
 
getType() - Method in class com.activeviam.arrow.write.FloatArrowVectorFeeder
 
getType() - Method in class com.activeviam.arrow.write.IntegerArrayArrowVectorFeeder
 
getType() - Method in class com.activeviam.arrow.write.IntegerArrowVectorFeeder
 
getType() - Method in class com.activeviam.arrow.write.LocalDateArrowVectorFeeder
 
getType() - Method in class com.activeviam.arrow.write.LocalDateTimeArrowVectorFeeder
 
getType() - Method in class com.activeviam.arrow.write.LongArrayArrowVectorFeeder
 
getType() - Method in class com.activeviam.arrow.write.LongArrowVectorFeeder
 
getType() - Method in class com.activeviam.arrow.write.StringArrowVectorFeeder
 
getType() - Method in class com.activeviam.arrow.write.ZonedDateTimeArrowVectorFeeder
 
getType() - Method in class com.activeviam.copper.MeasureMetadata
Deprecated, for removal: This API element is subject to removal in a future version.
the type will be stored in the Copper Measure instance in the future
getType() - Method in class com.activeviam.copper.pivot.hierarchy.CalculatedMemberTrivialAnalysisHierarchy
 
getType() - Method in class com.activeviam.copper.pivot.pp.ConstantValuePostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.ContextValuePostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.DatabasePostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.DictionarizedStoreLookupPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.DividePerDescendantCountPostProcessor.DividePerDescendantCountContinuousHandler
 
getType() - Method in class com.activeviam.copper.pivot.pp.DividePerDescendantCountPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.DrillupPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.ExtremaMemberPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.FirstLastPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.LeadLagPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.LeafIdentityPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.LevelFilteringPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.MapperPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.MaskPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.ShiftPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.StoreLookupPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.SwitchOnPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.UserDefinedAggregationPostProcessor
Deprecated.
 
getType() - Method in class com.activeviam.copper.pivot.pp.ValueAtExtremaMemberOfAncestorPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.ValueAtExtremaMemberPostProcessor
 
getType() - Method in class com.activeviam.copper.pivot.pp.WindowReducePartitionedPostProcessor
 
getType() - Method in class com.activeviam.copper.store.Mapping.JoinData
Returns the JoinType of this join operation.
getType() - Method in class com.activeviam.database.api.schema.DataTableField
 
getType() - Method in interface com.activeviam.database.api.schema.IDataTableField
Gets the type of the field.
getType() - Method in class com.activeviam.dic.provider.impl.DictionaryConfiguration
Type stored in the dictionary.
getType() - Method in exception com.activeviam.fwk.ActiveViamParsingException
Returns the type set with in the constructor.
getType() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvCharacterCodingError
 
getType() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvIllegalVectorSizeError
 
getType() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvNotEnoughColumnsAnomaly
 
getType() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvParseValueError
 
getType() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvTooManyColumnsAnomaly
 
getType() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvUnknownError
 
getType() - Method in interface com.activeviam.msg.reporting.ICsvAnomaly
Returns the type of this anomaly.
getType() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonArrowOutputConfiguration
 
getType() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvPivotTableOutputConfiguration
 
getType() - Method in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvTabularOutputConfiguration
 
getType() - Method in class com.activeviam.pivot.postprocessing.impl.UnderlyingMeasureEvaluator
 
getType() - Method in class com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl.MdxDrillthroughToArrowConverter
 
getType() - Method in class com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl.MdxDrillthroughToCsvConverter.MdxDrillthroughToCsvPivotTableFormatConverter
 
getType() - Method in class com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl.MdxDrillthroughToCsvConverter.MdxDrillthroughToCsvTabularConverter
 
getType() - Method in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToArrowConverter
 
getType() - Method in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToArrowPivotTableFormatConverter
 
getType() - Method in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToArrowTabularFormatConverter
 
getType() - Method in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToCsvLegacyTabularFormatConverter
 
getType() - Method in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToCsvPivotTableFormatConverter
 
getType() - Method in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToCsvTabularFormatConverter
 
getType() - Method in class com.activeviam.pivot.rest.dataexport.measureformatter.impl.SimpleMeasureFormatter
 
getType() - Method in interface com.activeviam.selection.IFieldFromSelection
 
getType() - Method in interface com.activeviam.store.structure.IInitializeIndexAction
Returns the type of the index.
getType() - Method in class com.activeviam.store.structure.impl.IndexDefinition
The type of the index.
getType() - Method in class com.activeviam.store.structure.impl.InitializeIndexAction
 
getType() - Method in class com.qfs.desc.impl.OptimizationDescription
 
getType() - Method in interface com.qfs.desc.IOptimizationDescription
Returns the type of optimization.
getType() - Method in interface com.qfs.dic.IDictionary
MONITORING:
The type of the dictionary (ie the type of the instance).
getType() - Method in class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryDoubleArray
 
getType() - Method in class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryFloatArray
 
getType() - Method in class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryIntegerArray
 
getType() - Method in class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryLongArray
 
getType() - Method in class com.qfs.dic.impl.AChristmasDictionaryArray.ChristmasDictionaryObjectArray
 
getType() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
getType() - Method in interface com.qfs.distribution.IActivePivotRemoteTransactionInfo
getType() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
getType() - Method in class com.qfs.distribution.impl.ActivePivotSchemaDist
 
getType() - Method in class com.qfs.distribution.impl.DistributedActivePivotContext
 
getType() - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
 
getType() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
 
getType() - Method in class com.qfs.distribution.security.impl.DistributedSecurityManager
 
getType() - Method in class com.qfs.fwk.format.impl.EpochFormatter
 
getType() - Method in class com.qfs.fwk.ordering.impl.EpochComparator
 
getType() - Method in class com.qfs.fwk.ordering.impl.ReverseEpochComparator
 
getType() - Method in class com.qfs.jackson.impl.JsonErrorMinimalInfo
Returns the type of the error.
getType() - Method in class com.qfs.jackson.impl.JsonResponse
Returns the type of the response.
getType() - Method in interface com.qfs.jackson.impl.JsonTypedObject
Returns the type of the object.
getType() - Method in interface com.qfs.literal.ILiteralType
Returns the type representing this literal type without dictionarization.
getType() - Method in class com.qfs.literal.impl.LiteralType
 
getType() - Method in class com.qfs.messenger.impl.DataInstanceDistributionManager
 
getType() - Method in class com.qfs.messenger.impl.LocalMessenger
 
getType() - Method in class com.qfs.messenger.impl.NettyMessenger
 
getType() - Method in class com.qfs.monitoring.statistic.impl.AStatisticAttribute
 
getType() - Method in interface com.qfs.monitoring.statistic.IStatisticAttribute
Returns The content type of the attribute as an int described in AttributeTypes.
getType() - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferDoubleArrayConverter
 
getType() - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferFloatArrayConverter
 
getType() - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferIntArrayConverter
 
getType() - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferJsonConverter
 
getType() - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferLongArrayConverter
 
getType() - Method in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferStringConverter
 
getType() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
 
getType() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.BitmapAggregateProviderBase
 
getType() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.LeafAggregateProviderBase
 
getType() - Method in interface com.qfs.pivot.cube.provider.IAggregateProvider
Returns the type identifying the aggregate provider.
getType() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderVersion
 
getType() - Method in class com.qfs.pivot.cube.provider.impl.AMultiVersionAggregateProvider
 
getType() - Method in class com.qfs.pivot.cube.provider.impl.AMultiVersionGlobalAggregateProvider
 
getType() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
Returns the type of the delegate aggregate provider storage.
getType() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
 
getType() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialProviderSelector
 
getType() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase
 
getType() - Method in class com.qfs.pivot.impl.MultiVersionDataActivePivot
Deprecated.
 
getType() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getType() - Method in class com.qfs.pivot.json.cellset.JsonCellData
 
getType() - Method in class com.qfs.pivot.json.cellset.JsonCellSetData
 
getType() - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
Gets the type of the field.
getType() - Method in class com.qfs.pivot.json.discovery.ContextValueDiscovery
 
getType() - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
getType() - Method in class com.qfs.pivot.json.discovery.DrillthroughColumnDiscovery
 
getType() - Method in class com.qfs.pivot.json.discovery.LevelDiscovery
 
getType() - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Returns the data type of the measure.
getType() - Method in class com.qfs.pivot.json.drillthrough.JsonDrillthroughData
 
getType() - Method in class com.qfs.pivot.json.drillthrough.JsonDrillthroughUpdateData
 
getType() - Method in class com.qfs.pivot.json.JsonTabularHeader
Getter for JsonTabularHeader.type.
getType() - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData
 
getType() - Method in class com.qfs.pivot.json.queryplan.RetrievalData
The retrieval type.
getType() - Method in class com.qfs.query.impl.DistributedDrillthroughExecutor
 
getType() - Method in class com.qfs.repository.impl.LookupHandler
Returns the type identifying this plugin value.
getType() - Method in class com.qfs.repository.impl.LookUpPostProcessor
 
getType() - Method in class com.qfs.repository.impl.LookupStream
 
getType() - Method in class com.qfs.repository.mdx.impl.LookupMdxContinuousDecorator
 
getType() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
 
getType() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
getType() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
getType() - Method in class com.qfs.snl.dtos.FormFieldDto
Returns the type.
getType() - Method in class com.qfs.snl.dtos.MessageDto
Returns the type of this message content.
getType() - Method in class com.qfs.snl.dtos.MonitorDto
 
getType() - Method in class com.qfs.snl.dtos.ws.ATypedDto
 
getType() - Method in interface com.qfs.snl.dtos.ws.ITypedDto
Returns the type of the message.
getType() - Method in interface com.qfs.snl.messages.form.IFormField
Type of the property.
getType() - Method in class com.qfs.snl.messages.form.impl.BooleanFieldType
 
getType() - Method in class com.qfs.snl.messages.form.impl.DateFieldType
 
getType() - Method in class com.qfs.snl.messages.form.impl.EnumFieldType
 
getType() - Method in class com.qfs.snl.messages.form.impl.FormField
 
getType() - Method in class com.qfs.snl.messages.form.impl.NumberFieldType
 
getType() - Method in class com.qfs.snl.messages.form.impl.StringFieldType
 
getType() - Method in interface com.qfs.snl.monitors.IMonitor
Get the type of the monitor.
getType() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getType() - Method in class com.qfs.snl.workflows.impl.WorkflowKey
Gets the entity type on which the workflow applies.
getType() - Method in class com.qfs.snl.workflows.process.impl.AlertProcessExecutor
 
getType() - Method in class com.qfs.snl.workflows.process.impl.EntityProcessExecutor
 
getType() - Method in class com.qfs.snl.workflows.process.impl.EventProcessExecutor
 
getType() - Method in class com.qfs.snl.workflows.process.impl.MonitorProcessExecutor
 
getType() - Method in class com.qfs.snl.workflows.process.impl.ParameterNameProcessExecutor
 
getType() - Method in class com.qfs.snl.workflows.process.impl.ParameterProcessExecutor
 
getType() - Method in class com.qfs.snl.workflows.process.impl.TypeProcessExecutor
 
getType() - Method in class com.qfs.snl.workflows.units.impl.DefaultWorkflowUnit
 
getType() - Method in class com.qfs.spring.websocket.impl.SessionData.JsonDiscardedStreamsData
Deprecated.
 
getType() - Method in class com.qfs.store.impl.FieldFromDatastoreSelection
 
getType() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
getType() - Method in interface com.qfs.store.IStorePartitionTransaction
Gets the type of the transaction.
getType() - Method in interface com.qfs.store.service.IDatabaseFieldDescription
Gets the type of the field.
getType() - Method in class com.qfs.store.service.impl.DatabaseFieldDescription
 
getType() - Method in class com.qfs.webservices.DimensionDiscovery
The type of the dimension.
getType() - Method in class com.qfs.webservices.LevelDiscovery
The type of the level.
getType() - Method in class com.qfs.websocket.server.impl.HandshakeHandlerFactory
 
getType() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughHeader
Returns the type of the drillthrough column.
getType() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.CaptionDrillthroughColumn
 
getType() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughHeader
 
getType() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.MemberValueDrillthroughColumn
 
getType() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.NameDrillthroughColumn
 
getType() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.VectorDrillthroughColumn
 
getType() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.VectorDrillthroughColumnSet
 
getType() - Method in class com.quartetfs.biz.pivot.context.impl.Context
 
getType() - Method in enum com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
 
getType() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisLevel
 
getType() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
getType() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisHierarchy
 
getType() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy
 
getType() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.DiscriminatorComparator
 
getType() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureLevel
 
getType() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
getType() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy.SubCubeMeasureLevel
 
getType() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
getType() - Method in class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
 
getType() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandAggregatedValue
 
getType() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandChildAggregatedValues
 
getType() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandDouble
 
getType() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandDynamicAggregation
 
getType() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandFloat
 
getType() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandInt
 
getType() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandLevelValue
 
getType() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandLong
 
getType() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandNull
 
getType() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandParentAggregatedValue
 
getType() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandString
 
getType() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManager
 
getType() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryExecutor
 
getType() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
getType() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
getType() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getType() - Method in class com.quartetfs.biz.pivot.impl.TimerActivePivotQueryExecutor
 
getType() - Method in class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamsGrouper
Returns the type of the underlying streams.
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ArithmeticFormulaPostProcessor
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.BasicPostProcessor
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ChildPrefetcher
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.DistributedPostProcessor
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.DynamicAggregationPostProcessor
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessor
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessorOnTheFlyPattern
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.FormulaPostProcessor
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.LeafCountPostProcessor
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.MinimumLevelsPostProcessor
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.NeighborValuePostProcessor
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ParentPrefetcher
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ParentValuePostProcessor
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfMemberPostProcessor
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfParentPostProcessor
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.PreviousValuePostProcessor
 
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.Stream2PositionPostProcessor
 
getType() - Method in interface com.quartetfs.biz.pivot.postprocessing.IUnknownOlapElementException
Returns the type of the missinge olap element.
getType() - Method in class com.quartetfs.biz.pivot.postprocessing.streams.impl.CommitStoreStream
 
getType() - Method in exception com.quartetfs.biz.pivot.postprocessing.UnknownOlapElementException
 
getType() - Method in exception com.quartetfs.biz.pivot.postprocessing.UnknownOlapElementRuntimeException
 
getType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAsyncAggregatesContinuousHandler
 
getType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.CommitIsolatedStoreHandler
 
getType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflatingAggregatesContinuousQueryEngine
 
getType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughExecutor
 
getType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.MultiAnalysisHierarchyMeasureHandler
 
getType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StoredMeasureHandler
 
getType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StoredPrimitiveMeasureHandler
 
getType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.SynchronousAggregatesContinuousQueryEngine
 
getType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TimeLineHandler
 
getType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStream
 
getType() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStreamFullRefreshHandler
 
getType() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo
Returns the retrieval type.
getType() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
 
getType() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncActionAttachedQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncActionQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughAttachedQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersAttachedQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.ExpandLocationsAttachedQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.ExpandLocationsQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesAttachedQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesContinuousQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.MDXAttachedQuery
Deprecated.
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.MdxDrillthroughAttachedQuery
Deprecated.
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughHeadersAttachedQuery
Deprecated.
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughHeadersQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.MDXQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationAttachedQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationContinuousQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.StreamEventProcessingQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.impl.StreamEventProcessingQuery.StreamEventProcessingAttachedQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsQuery
 
getType() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryTiming
Returns the type.
getType() - Method in class com.quartetfs.biz.pivot.security.impl.AuthorityComparatorAdapter
 
getType() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStream
 
getType() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamNode
 
getType() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamRegister
 
getType() - Method in class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
 
getType() - Method in class com.quartetfs.biz.pivot.streaming.impl.MapDrillthroughStream
 
getType() - Method in class com.quartetfs.biz.pivot.streaming.impl.MapGetAggregatesStream
 
getType() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxDrillthroughStream
 
getType() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStream
 
getType() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamNode
 
getType() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamRegister
 
getType() - Method in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStream
 
getType() - Method in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStreamNode
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.impl.AEmptyPivotDiscoveryHandler
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_CatalogsHandler
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_SchemataHandler
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DataSourcesHandler
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_KeywordsHandler
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_LiteralsHandler
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_PropertiesHandler
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_Schema_RowsetsHandler
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesHandler
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsHandler
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsHandler
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsHandler
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsHandler
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsHandler
 
getType() - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesHandler
 
getType() - Method in interface com.quartetfs.biz.xmla.ICommand
 
getType() - Method in interface com.quartetfs.biz.xmla.IEnumeratorDefinition
Returns the type of the enumerator values.
getType() - Method in class com.quartetfs.biz.xmla.impl.XmlaAttribute
 
getType() - Method in class com.quartetfs.biz.xmla.impl.XmlaProperty
 
getType() - Method in class com.quartetfs.biz.xmla.impl.XmlaPropertyOverride
 
getType() - Method in interface com.quartetfs.biz.xmla.IXmlaAttribute
A description of the data type of that attribute.
getType() - Method in interface com.quartetfs.biz.xmla.IXmlaProperty
Returns the type of the property.
getType() - Method in class com.quartetfs.biz.xmla.servlet.impl.BinaryResponseMarshaller
 
getType() - Method in class com.quartetfs.biz.xmla.servlet.impl.CancelCommand
Deprecated.
 
getType() - Method in class com.quartetfs.biz.xmla.servlet.impl.SimpleCommand
Deprecated.
 
getType() - Method in class com.quartetfs.biz.xmla.servlet.impl.SoapRequestUnmarshaller
 
getType() - Method in class com.quartetfs.biz.xmla.servlet.impl.SoapResponseMarshaller
 
getType() - Method in class com.quartetfs.biz.xmla.servlet.impl.StatementCommand
Deprecated.
 
getType() - Method in class com.quartetfs.fwk.filtering.impl.AndCondition
 
getType() - Method in class com.quartetfs.fwk.filtering.impl.EqualCondition
 
getType() - Method in class com.quartetfs.fwk.filtering.impl.FalseCondition
 
getType() - Method in class com.quartetfs.fwk.filtering.impl.GreaterCondition
 
getType() - Method in class com.quartetfs.fwk.filtering.impl.GreaterEqualCondition
 
getType() - Method in class com.quartetfs.fwk.filtering.impl.InCondition
 
getType() - Method in class com.quartetfs.fwk.filtering.impl.LikeCondition
 
getType() - Method in class com.quartetfs.fwk.filtering.impl.LowerCondition
 
getType() - Method in class com.quartetfs.fwk.filtering.impl.LowerEqualCondition
 
getType() - Method in class com.quartetfs.fwk.filtering.impl.NotCondition
 
getType() - Method in class com.quartetfs.fwk.filtering.impl.OrCondition
 
getType() - Method in class com.quartetfs.fwk.filtering.impl.ToStringEqualCondition
 
getType() - Method in class com.quartetfs.fwk.filtering.impl.TrueCondition
 
getType() - Method in class com.quartetfs.fwk.format.impl.AliasFormatter
 
getType() - Method in class com.quartetfs.fwk.format.impl.DateFormatter
Returns the extended plugin value type.
getType() - Method in class com.quartetfs.fwk.format.impl.DoubleFormatter
Returns the plugin type.
getType() - Method in class com.quartetfs.fwk.format.impl.IntFormatter
 
getType() - Method in class com.quartetfs.fwk.format.impl.NumberFormatter
 
getType() - Method in class com.quartetfs.fwk.format.impl.ToStringFormatter
 
getType() - Method in class com.quartetfs.fwk.impl.CustomProperty
 
getType() - Method in class com.quartetfs.fwk.logging.impl.ATiming
Gets the type of the query.
getType() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The type of the timing.
getType() - Method in interface com.quartetfs.fwk.logging.IQueryTiming
Returns the type of the query.
getType() - Method in class com.quartetfs.fwk.ordering.impl.AlphabeticalComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.ComparableComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.CustomComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.DoubleComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.FloatComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.IntComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.LongComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.NaturalOrderComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.PathComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.ReverseComparableComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.ReverseDoubleComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.ReverseFloatComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.ReverseIntComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.ReverseLongComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.ReverseOrderComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.StringComparator
 
getType() - Method in class com.quartetfs.fwk.ordering.impl.ToStringComparator
 
getType() - Method in class com.quartetfs.fwk.query.impl.AListQuery
 
getType() - Method in interface com.quartetfs.fwk.types.IExtendedPluginValue
Return the type identifying of plugin value.
getType() - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
 
getType() - Method in class com.quartetfs.pivot.mdx.func.base.impl.ReturnFunction
 
getType() - Method in enum com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
getType() - Method in class com.quartetfs.pivot.mdx.impl.AnyTypeFormatterPresentationExpression
 
getType() - Method in class com.quartetfs.pivot.mdx.impl.FormatterPresentationExpression
 
getType() - Method in class com.quartetfs.pivot.mdx.meta.impl.AliasedSet
 
getType() - Method in class com.quartetfs.pivot.mdx.plan.impl.Pass
 
getType() - Method in class com.quartetfs.pivot.mdx.realtime.impl.PastMdxContinuousDecorator
 
getType() - Method in interface com.quartetfs.pivot.mdx.statement.IExpression
Returns the type of the expression.
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.DimensionExpression
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.HierarchyExpression
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.LevelExpression
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.MemberExpression
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.CaseExpression
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.CompoundIdentifier
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateOrUpdateMemberStatement
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateSetStatement
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateStatement
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.DrillthroughStatement
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.DropStatement
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.FunctionKeyword
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.Identifier
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.NamedSetReference
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.RefreshStatement
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.SelectStatement
 
getType() - Method in class com.quartetfs.pivot.mdx.statement.impl.UnresolvedFunctionCall
 
getType() - Method in interface com.quartetfs.pivot.mdx.statement.IStatement
Returns the statement type.
getType() - Method in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_FunctionsHandler
 
getType() - Method in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_HierarchiesHandler
 
getType() - Method in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MeasuresHandler
 
getType() - Method in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
getType() - Method in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_SetsHandler
 
getType() - Method in class com.quartetfs.pivot.mdx.xmla.impl.MdxXmlaHandler
 
getType() - Method in class com.quartetfs.pivot.mdx.xmla.impl.PivotExecuteHandler
 
getType() - Method in class com.quartetfs.tech.streaming.impl.StreamPublisher
 
getType() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
 
getType(int) - Method in interface com.activeviam.sql.table.ITypedColumnarTable
Gets the type of the column.
getType(int) - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
getType(int) - Static method in class com.qfs.store.record.flatten.impl.RecordFlattener
Retrieves the type of an instruction.
getType(int) - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
getType(int) - Method in class com.qfs.store.record.impl.RecordFormat
 
getType(int) - Method in interface com.qfs.store.record.IRecordBlock
 
getType(int) - Method in interface com.qfs.store.record.IRecordFormat
Returns the data type of the specified field.
getType(ReachableField) - Method in class com.activeviam.copper.DatabaseHelper
Deprecated.
 
getType(ReachableField) - Method in interface com.activeviam.copper.IDatabaseHelper
Deprecated.
Gets the type of the given field.
getType(IMeasureMemberDescription, DatabaseSelectionHelper, IDatabaseHelper) - Static method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
Finds the type of the given measure.
getType(IMdxFixedMember) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Get the type of the measure.
getType(String) - Method in class com.activeviam.copper.DatabaseSelectionHelper
Deprecated.
Returns the type of the given field.
getType(String) - Static method in class com.qfs.literal.impl.LiteralType
Returns the literal type from its int description, null if dataType is unknown, i.e.
getType(String) - Method in class com.qfs.messenger.impl.DistributedMessengerStatistics
 
getType(String) - Method in class com.qfs.snl.agent.service.impl.PublicationStatistics
 
getType(String) - Method in class com.qfs.websocket.endpoint.monitoring.impl.EndPointStatistics
 
getType(String) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotStatistics
 
getType(String) - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaMonitorStatistics
 
getTypeClass(int) - Static method in class com.qfs.store.Types
Returns the class that the provided type represents.
getTypeContribution(Class<?>) - Method in interface com.quartetfs.fwk.contributions.IContributionProvider
Returns the type contribution associated with the given interface.
getTypeContribution(Class<?>) - Method in class com.quartetfs.fwk.contributions.impl.ContributionProvider
 
getTypeContribution(Class<?>) - Method in class com.quartetfs.fwk.contributions.impl.ContributionProviderChain
 
getTypeContribution(Class<?>) - Method in class com.quartetfs.fwk.contributions.impl.DefaultContributionProvider
 
getTypedMeasureOrNull(IInternalCopperMeasure, Class<K>) - Static method in class com.activeviam.copper.ContextUtils
Deprecated.
Tries to cast an IInternalCopperMeasure into a given type of IInternalCopperMeasure or returns null if this is not possible.
getTypeFactory(Class<T>) - Method in class com.quartetfs.fwk.impl.QFSRegistry
 
getTypeFactory(Class<T>) - Method in interface com.quartetfs.fwk.IRegistry
Return the factory used by this registry to instantiate types of the given interface.
getTypeFormatters() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
Get type formatters.
getTypeFromLiteralType(ILiteralType) - Static method in class com.activeviam.pivot.postprocessing.impl.AAdvancedPostProcessor
Converts a literal type to a raw type.
getTypeInterface(Class<?>) - Method in class com.quartetfs.fwk.impl.QFSRegistry
 
getTypeInterface(Class<?>) - Method in interface com.quartetfs.fwk.IRegistry
Gets the type interface the implementation class may be associated with.
getTypes() - Method in interface com.qfs.snl.agent.IMonitoringService
Gets the list of supported monitoring streams.
getTypes() - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getTypes() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
 
getTypes() - Method in interface com.qfs.snl.agent.service.ISentinelDaemonActions
All the available types.
getTypes() - Method in class com.quartetfs.pivot.mdx.func.base.impl.MatchResult
 
getTypes() - Method in interface com.quartetfs.pivot.mdx.statement.IMatchResult
Returns the signature of a function.
getTypeString(int) - Static method in class com.qfs.store.Types
Returns the simple name of the class the provided type represents.
getUnavailables() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask
Returns the CellPlanExecutionTask.unavailable tasks.
getUnderlying() - Method in interface com.activeviam.cloud.entity.ICloudEntity
Gets the object stored in the cloud.
getUnderlying() - Method in class com.activeviam.cloud.entity.impl.AEntity
 
getUnderlying() - Method in class com.qfs.chunk.impl.ChunkCompositeSparse
 
getUnderlying() - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
Gets the underlying chunk.
getUnderlying() - Method in class com.qfs.chunk.impl.WrapperChunkInteger
Returns the underlying chunk.
getUnderlying() - Method in class com.qfs.content.service.impl.PrefixedContentService
 
getUnderlying() - Method in interface com.qfs.content.service.IPrefixedContentService
Returns the underlying service.
getUnderlying() - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
Gets the underlying dictionary for this permutation.
getUnderlying() - Method in class com.qfs.dic.impl.SharedDelegateDictionary
Gets the underlying dictionary that is shared by this wrapper.
getUnderlying() - Method in interface com.qfs.multiversion.squash.ISquashableAggregateProviderPartitionVersion
Returns the underlying provider version.
getUnderlying() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasuresProvider
 
getUnderlying() - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition.AggregateProviderPartitionVersion
 
getUnderlying() - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition
Returns the underlying provider.
getUnderlying() - Method in class com.qfs.pivot.util.impl.IndentedStringBuilder
Gets the underlying StringBuilder.
getUnderlying() - Method in class com.qfs.platform.share.VirtualPlatform
The underlying platform.
getUnderlying() - Method in class com.qfs.trove.impl.QSynchronizedIntObjectMap
Returns the underlying map.
getUnderlying() - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
Returns the underlying array.
getUnderlying() - Method in class com.qfs.vector.array.impl.ArrayFloatVector
Returns the underlying array.
getUnderlying() - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
Returns the underlying array.
getUnderlying() - Method in class com.qfs.vector.array.impl.ArrayLongVector
Returns the underlying array.
getUnderlying() - Method in class com.qfs.vector.array.impl.ArrayObjectVector
Returns the underlying array.
getUnderlying() - Method in interface com.qfs.vector.IDelegateVector
The underlying vector decorated by this instance.
getUnderlying() - Method in class com.qfs.vector.impl.ADelegateReadOnlyVector
 
getUnderlying() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
getUnderlying() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisMember
Returns the underlying member.
getUnderlying() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasuresProvider
Returns the underlying IMeasuresProvider that does not contain any additional measures.
getUnderlying() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdditionalMeasuresProvider
 
getUnderlying() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.RestrictedMeasuresProvider
 
getUnderlying() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SimpleMeasuresProvider
 
getUnderlying() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine.ContinuousAggregatesRetriever
Returns the underlying IActivePivotAggregatesRetriever.
getUnderlying() - Method in interface com.quartetfs.fwk.monitoring.jmx.IDynamicMonitoring
Returns the underlying monitored component.
getUnderlying() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.ADynamicMonitoring
 
getUnderlying() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
 
getUnderlyingAllocator() - Method in class com.qfs.chunk.impl.AChunkAllocator.ThreadLocalVectorAllocator
Gets the underlying allocator that actually performs the allocations.
getUnderlyingArray() - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
 
getUnderlyingArray() - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
 
getUnderlyingArray() - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
 
getUnderlyingArray() - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
 
getUnderlyingArray() - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
 
getUnderlyingArray() - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
 
getUnderlyingArray() - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
 
getUnderlyingArray() - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MaxHeapDouble
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MaxHeapFloat
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MaxHeapInteger
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MaxHeapLong
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MinHeapDouble
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MinHeapFloat
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MinHeapInteger
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MinHeapLong
 
getUnderlyingArray() - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
 
getUnderlyingArray() - Method in interface com.qfs.util.IPrimitiveIterator
Gets a vector based on this iterator.
getUnderlyingArray() - Method in class com.qfs.vector.impl.EmptyVector
 
getUnderlyingChunks() - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
Gets the underlying direct chunks.
getUnderlyingCollector() - Method in class com.qfs.pivot.cube.provider.multi.impl.GlobalMultipleAggregateCollector
Underlying collector.
getUnderlyingComparator() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.DiscriminatorComparator
Gets the underlying comparator wrapped by this instance.
getUnderlyingContinuousQueriesInfo(List<String>) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Retrieve information about continuous queries registered to this context group.
getUnderlyingContinuousQueriesInfo(List<String>) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitorsGrouper
Retrieve information about continuous queries registered in each child context group.
getUnderlyingDataNodes() - Method in class com.qfs.pivot.json.queryplan.RetrievalData
The retrieval members.
getUnderlyingDataNodes() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregateRetrievalInfo
Returns the retrieval cluster members (if any).
getUnderlyingDataNodes() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.DistributedAggregateRetrievalInfo
 
getUnderlyingDataNodes() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregateRetrievalInfo
 
getUnderlyingDataNodes() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
getUnderlyingException() - Method in interface com.quartetfs.biz.xmla.IXmlaError
 
getUnderlyingException() - Method in class com.quartetfs.biz.xmla.servlet.impl.XmlaError
 
getUnderlyingFields() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughColumn
Returns a list of fields required for computing this column.
getUnderlyingFields() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumn
 
getUnderlyingFields() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughColumn
 
getUnderlyingFields() - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnDto
 
getUnderlyingFields() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedDrillthroughColumnDescription
Returns the list of fields separated by ICalculatedDrillthroughColumnDescription.SEPARATOR.
getUnderlyingFields() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
 
getUnderlyingLevels() - Method in interface com.quartetfs.biz.pivot.definitions.IAnalysisAggregationProcedureDescription
Gets the list of underlying levels used by the procedure to aggregate members on the analysis hierarchies.
getUnderlyingLevels() - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
 
getUnderlyingLocation() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
Returns the underlying location.
getUnderlyingMeasures() - Method in class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
 
getUnderlyingMeasures() - Method in interface com.quartetfs.biz.pivot.definitions.IPostProcessorDescription
Returns the underlying measure of this post-processor.
getUnderlyingMeasures() - Method in interface com.quartetfs.biz.pivot.formula.IFormula
Retrieve the underlying measures on which the formula will be evaluated.
getUnderlyingMeasures() - Method in class com.quartetfs.biz.pivot.formula.impl.AOperand
 
getUnderlyingMeasures() - Method in class com.quartetfs.biz.pivot.formula.impl.ArithmeticFormula
 
getUnderlyingMeasures() - Method in class com.quartetfs.biz.pivot.formula.impl.Formula
 
getUnderlyingMeasures() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandAggregatedValue
 
getUnderlyingMeasures() - Method in interface com.quartetfs.biz.pivot.formula.IOperand
The set of underlying measures for this operand.
getUnderlyingPivot() - Method in class com.qfs.pivot.impl.DataNode
Returns the underlying MultiVersionDataActivePivot.
getUnderlyingPrimitiveKey() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
Returns the key to the underlying primitive retrieval.
getUnderlyingQuery() - Method in interface com.activeviam.database.api.query.IPreparedGetByKeyQuery
Gets the underlying query GetByKeyQuery used to prepare this query.
getUnderlyingQuery() - Method in interface com.activeviam.database.api.query.IPreparedListQuery
 
getUnderlyingQuery() - Method in class com.activeviam.store.impl.PreparedAggregateQuery
 
getUnderlyingQuery() - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
getUnderlyingQuery() - Method in class com.qfs.store.query.impl.CompiledQuery
 
getUnderlyingQuery() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IGetAggregatesContinuousQuery
Returns the originating query.
getUnderlyingQuery() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IMultiGetAggregatesNotificationContinuousQuery
Returns the originating query.
getUnderlyingQuery() - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesContinuousQuery
 
getUnderlyingQuery() - Method in class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationContinuousQuery
 
getUnderlyingQueryPlans() - Method in class com.qfs.query.impl.DistributedActivePivotAggregatesRetriever
 
getUnderlyingQueryPlans() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Builds the query plan for this retriever and its subsequent underlying query plans.
getUnderlyingQueryPlans() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
getUnderlyingResult(IAggregatesRetrievalDescription, List<IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PostProcessedAggregatesRetrieval
Returns the result associated with the given underlying retrieval.
getUnderlyingResults(Collection<? extends IAggregatesRetrievalDescription>, List<IAggregatesRetrievalDescription>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PostProcessedAggregatesRetrieval
Returns the scoped result associated with the given underlying retrieval retrievals.
getUnderlyingScope() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
Retrieves the scope computed for pp-based aggregation procedures.
getUnderlyingScopeForPrimitives() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
Underlying location on which primitive aggregation procedures base their mapping computation.
getUnderlyingSet() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet
 
getUnderlyingSet() - Method in interface com.quartetfs.pivot.mdx.eval.set.IOrderedSet
Returns the underlying unsorted set.
getUnderlyingSet(BasicMdxCellSetAxis) - Static method in class com.quartetfs.pivot.mdx.result.impl.BasicMdxCellSetAxis
Get the underlying set.
getUnderlyingSet(MdxCellSetAxis) - Static method in class com.quartetfs.pivot.mdx.impl.SelectStatementEvaluator
 
getUnderlyingSubCube(ICubeFilter) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
Retrieves the underlying ISubCubeProperties of this filter.
getUndictionarizedFieldType(StoreField) - Method in interface com.activeviam.store.structure.IDatastoreStructure
Gets the type of the given field.
getUndictionarizedFieldType(StoreField) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getUndictionarizedFieldType(String, String) - Method in interface com.activeviam.store.structure.IDatastoreStructure
Gets the undictionarized type of a field.
getUndictionarizer() - Method in interface com.qfs.store.query.ICompiledQuery
Gets the undictionarizer capable of undictionarize the result of this query.
getUndictionarizer() - Method in class com.qfs.store.query.impl.CompiledQuery
Instance to use to undictionarize record values.
getUnfilteredMeasureHierarchy(IActivePivot) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Return the pivot's IMeasureHierarchy without any subcube filtering.
getUnfilteredMeasureHierarchy(List<? extends IHierarchy>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Returns the measure hierarchy without any subcube filtering.
getUnicityFields(String) - Method in class com.activeviam.copper.DatabaseHelper
Deprecated.
 
getUnicityFields(String) - Method in interface com.activeviam.copper.IDatabaseHelper
Deprecated.
Returns the minimal list of fields that grant the uniqueness of a record when requesting data on given store.
getUniqueArg(int) - Static method in class com.qfs.store.record.flatten.impl.RecordFlattener
Retrieves the argument from an instruction when it has only one argument.
getUniqueDefinition() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFixedFunction
Gets this function definition.
getUniqueFactory() - Method in class com.activeviam.store.structure.impl.IndexDefinition
 
getUniqueFields() - Method in class com.qfs.store.impl.StoreMetadata
 
getUniqueFields() - Method in interface com.qfs.store.IStoreMetadata
Gets the positions of indexed fields for each unique index.
getUniqueIdentifierInCluster() - Method in interface com.qfs.distribution.IMultiVersionDataActivePivot
Returns the unique cube identifier of the cube withing the cluster.
getUniqueIdentifierInCluster() - Method in class com.qfs.pivot.impl.MultiVersionDataActivePivot
Deprecated.
 
getUniqueIdentifierInCluster() - Method in interface com.quartetfs.biz.pivot.definitions.IDataClusterDefinition
Returns the unique cube identifier of the cube withing the cluster.
getUniqueIdentifierInCluster() - Method in class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
 
getUniqueIds() - Method in interface com.quartetfs.pivot.mdx.utils.IMdxIndex
Get unique ids.
getUniqueIds() - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxIndex
 
getUniqueIndexBase(IInternalStorePartitionVersion, int) - Static method in class com.qfs.store.impl.PartitionOperationUtil
 
getUniqueIndexes() - Method in interface com.activeviam.store.IInternalStorePartitionVersion
 
getUniqueIndexes() - Method in class com.qfs.store.impl.ADelegateStorePartitionView
 
getUniqueIndexes() - Method in class com.qfs.store.impl.MultiVersionStoreMonitor
Returns the unique indexes of the store.
getUniqueIndexes() - Method in class com.qfs.store.impl.StorePartitionContent
All the unique indexes, in the same order than IStoreMetadata.getUniqueFields().
getUniqueIndexes() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
getUniqueIndexes() - Method in class com.qfs.store.impl.StorePartitionVersion
This partition's unique indexes.
getUniqueIndexes() - Method in class com.qfs.store.impl.UserStorePartitionVersion
 
getUniqueIndexes() - Method in interface com.qfs.store.IStorePartitionContent
Gets the unique indexes for the fields given in the same order than IStoreMetadata.getUniqueFields().
getUniqueIndexes() - Method in interface com.qfs.store.IStorePartitionTransaction
 
getUniqueIndexes() - Method in interface com.qfs.store.IStorePartitionVersion
 
getUniqueIndexes() - Method in interface com.qfs.store.IStorePartitionView
Gets the unique indexes for the fields given in IStoreMetadata.getUniqueFields(), aligned.
getUniqueIndexesFactory() - Method in class com.qfs.store.impl.StoreInternals
Factory to use to create new unique indexes for this store.
getUniqueName() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiDescription
Returns the name of the KPI.
getUniqueName() - Method in interface com.quartetfs.biz.pivot.definitions.IMdxElementDescription
Returns the unique name of the Mdx element.
getUniqueName() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
getUniqueName() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
 
getUniqueName() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
getUniqueName() - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
 
getUniqueName() - Method in interface com.quartetfs.biz.pivot.definitions.INamedSetDescription
Returns the unique name of the member.
getUniqueName(KpiMdxAdapter) - Method in class com.quartetfs.pivot.mdx.func.impl.AKpiFunction
Gets the unique name of the corresponding kpi.
getUniqueName(KpiMdxAdapter) - Method in class com.quartetfs.pivot.mdx.func.impl.KpiExpiryFunction
 
getUniqueName(KpiMdxAdapter) - Method in class com.quartetfs.pivot.mdx.func.impl.KpiGoalFunction
 
getUniqueName(KpiMdxAdapter) - Method in class com.quartetfs.pivot.mdx.func.impl.KpiStartFunction
 
getUniqueName(KpiMdxAdapter) - Method in class com.quartetfs.pivot.mdx.func.impl.KpiStatusFunction
 
getUniqueName(KpiMdxAdapter) - Method in class com.quartetfs.pivot.mdx.func.impl.KpiTrendFunction
 
getUniqueName(KpiMdxAdapter) - Method in class com.quartetfs.pivot.mdx.func.impl.KpiValueFunction
 
getUnit() - Method in class com.qfs.snl.workflows.impl.WorkflowPayload
 
getUnit() - Method in interface com.qfs.snl.workflows.IWorkflowPayload
Returns the IWorkflowUnit variable from this payload.
getUnknownColumnBehavior() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties
Returns the behavior of the ActivePivot mdx query engine when an unknown column is indicated in the mdx query.
getUnknownColumnBehavior() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
getUnknownColumnBehaviorWithDefault(IDrillthroughProperties) - Static method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Returns the behavior of the ActivePivot MDX query engine when a column that does not exist is encountered while performing a drillthrough.
getUnknownCoordinate(ILocation, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Returns the first unknown coordinate in the input location if any.
getUnknownMember(IMdxFixedMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Retrieves the unknown member child of the given member.
getUnknownMember(IMdxFixedMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getUnknownMember(IMdxHierarchy) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Retrieves the unknown member for a hierarchy.
getUnknownMember(IMdxHierarchy) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getUnknownMemberDiscriminator() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo
Returns The discriminator of the unknown member at this level.
getUnknownMemberDiscriminator() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
getUnorderedFields(String) - Method in interface com.activeviam.store.structure.IDatastoreStructure
Returns the fields of the store.
getUnorderedFields(String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
getUnregistrationCount() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Returns the number of query unregistrations.
getUnregistrationCount() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Returns the total unregistrations on the context group.
getUnregistrationCount() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Returns the number of query unregistrations.
getUnresolvedLocations() - Method in class com.quartetfs.biz.pivot.impl.LocationUtil.ConvertLocationsResult
Getter.
getUnresolvedLocations() - Method in interface com.quartetfs.biz.pivot.query.missing.IMissingLocationsQuery
Returns all the string locations that cannot be resolved to Object locations as of now, along with the paths that block their resolution.
getUnresolvedLocations() - Method in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsQuery
 
getUnresolvedPaths() - Method in interface com.quartetfs.biz.pivot.query.missing.IMissingLocationsQuery
Returns all the string paths that cannot be resolved to Object paths as of now.
getUnresolvedPaths() - Method in interface com.quartetfs.biz.pivot.query.missing.IMissingLocationsSolver
Returns all the unresolved paths that are registered to this solver.
getUnresolvedPaths() - Method in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsQuery
 
getUnresolvedPaths() - Method in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsSolver
 
getUnresolvedProperties() - Method in interface com.quartetfs.pivot.mdx.statement.IAxisSpecification
 
getUnresolvedProperties() - Method in class com.quartetfs.pivot.mdx.statement.impl.AxisSpecification
 
getUnsafe() - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Gets the cached Unsafe instance.
getUnsafeBitmap() - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope
Gets the underlying bitmap of this value scope without cloning it.
getUnusedHierarchies() - Method in interface com.quartetfs.pivot.mdx.IContextExpressionDependency
Get the hierarchies in the context that this expression won't use during evaluation (i.e.
getUnusedHierarchies() - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
 
getUpdate() - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
Gets the updated rows.
getUpdateComputationDuration() - Method in class com.quartetfs.fwk.logging.impl.AggregatesContinuousQueryTiming
Returns the updateComputationDuration.
getUpdateComputer() - Method in class com.quartetfs.pivot.mdx.realtime.impl.AMultiGANContinuousQueryListener
Gets the instance computed updated results.
getUpdated() - Method in interface com.quartetfs.biz.pivot.query.IDrillthroughUpdate
Retrieves the content impacted by this update.
getUpdated() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughUpdate
 
getUpdatedByTarget() - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
Gets the rows updated because of changes in the target store.
getUpdatedFields() - Method in class com.qfs.store.service.impl.UpdateWhereSelectionAndProcedure
 
getUpdatedNamedSets() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxEvent
 
getUpdatedRecordsStreams() - Method in class com.qfs.plan.impl.DropPartitionTransactionContentReader
 
getUpdatedRecordsStreams() - Method in class com.qfs.plan.impl.IncrementalPartitionTransactionContentReader
 
getUpdatedRecordsStreams() - Method in class com.qfs.plan.impl.InitialPartitionTransactionContentReader
 
getUpdatedRecordsStreams() - Method in interface com.qfs.plan.IPartitionTransactionContentReader
Gets the pair of records stream providing the records that have been updated.
getUpdatedResource() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getUpdatedResource() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getUpdatedResource() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getUpdatedResource() - Method in interface com.qfs.snl.data.ISentinelEvent
Gets a string representation of the updated resource.
getUpdatedResource() - Method in class com.qfs.snl.dtos.EventDto
 
getUpdatedResources(String, String) - Method in class com.qfs.repository.impl.FilteredParameterEvent
 
getUpdatedResources(String, String) - Method in class com.qfs.repository.impl.ParameterEvent
 
getUpdatedResources(String, String) - Method in interface com.qfs.repository.IParameterEvent
Get the tuples of changed parameters.
getUpdatedRows() - Method in class com.qfs.pivot.json.database.JsonTableResult
Gets the number of updated rows.
getUpdateProcedure() - Method in class com.qfs.pivot.json.database.JsonDatabaseAction
Gets the update procedure.
getUpdater(IDatastoreSchemaDescription) - Static method in class com.activeviam.store.structure.impl.DatastoreStructureUtil
Deprecated.
getUpdater(IDatastoreSchemaDescription, IDomainDictionaryProvider, String) - Static method in class com.activeviam.store.structure.impl.DatastoreStructureUtil
Deprecated.
Creates a writable schema from the given description.
getUpdates() - Method in class com.activeviam.database.api.experimental.refresh.ChangeDescription
 
getUpdates() - Method in class com.qfs.content.ws.impl.ListenerNotification
Gets the list of updated entries.
getUpdates() - Method in class com.qfs.repository.dto.ParameterUpdateDto
 
getUpdates() - Method in class com.qfs.repository.params.impl.ParameterUpdate
 
getUpdates() - Method in interface com.qfs.repository.params.IParameterUpdate
Returns the point values to update.
getUpdates() - Method in class com.quartetfs.pivot.mdx.impl.DefaultRTImpactCalculator
 
getUpdates() - Method in interface com.quartetfs.pivot.mdx.IRTImpactCalculator
Gets all updates of this calculator source.
getUpdates() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateSource
Gets all updates of this source.
getUpdates(String, long, long) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all monitors.
getUpdates(String, long, long) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getUpdatesTimestamp() - Method in class com.qfs.repository.dto.PointValueUpdatesDto
 
getUpdatesTimestamp() - Method in class com.qfs.repository.impl.PointValueUpdates
 
getUpdatesTimestamp() - Method in interface com.qfs.repository.IPointValueUpdates
Get the timestamp of this PointValueUpdate.
getUpdatesTimestamp() - Method in class com.qfs.snl.dtos.MonitorUpdatesDto
 
getUpdatesTimestamp() - Method in interface com.qfs.snl.monitors.IMonitorUpdates
Get the timestamp of this monitorUpdates.
getUpdatesTimestamp() - Method in class com.qfs.snl.monitors.impl.MonitorUpdates
 
getUpdateWhereInfo() - Method in class com.qfs.store.impl.StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo
Gets the updateWhereInfo.
getUpdateWhereProcedure() - Method in class com.qfs.store.impl.AUpdateWhereInfo
 
getUpdateWhereProcedure() - Method in class com.qfs.store.impl.DatastoreUpdateWhere
Gets the updateWhere procedure.
getUpdateWhereProcedure() - Method in interface com.qfs.store.IUpdateWhereInfo
Gets the updateWhereProcedure.
getUpTime() - Method in interface com.activeviam.health.monitor.IHealthEvent
How long (in milliseconds) the JVM has been up for when this event has been created.
getUpTime() - Method in class com.activeviam.health.monitor.impl.AHealthEvent
 
getUri() - Method in interface com.qfs.msg.keyvalue.IKeyValueSourceConfiguration
 
getUri() - Method in class com.qfs.msg.keyvalue.impl.KeyValueSourceConfiguration
 
getUri(long) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Gets the uri from the qName.
getURIMap() - Method in interface com.quartetfs.biz.xmla.binxml.IEncodingContext
Get map of prefixes and associated URI.
getURIMap() - Method in class com.quartetfs.biz.xmla.binxml.impl.EncodingContext
 
getUrl() - Method in class com.qfs.content.service.impl.ContentServerWebSocketClient
The URL of the ws server.
getUrl() - Method in interface com.qfs.snl.agent.IAgentConnectionDetails
Get the url to use to interact with the agent.
getUrl() - Method in class com.qfs.snl.dtos.AgentConnectionDetailsDto
 
getUrl() - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
Returns the url.
getUrlMap() - Method in class com.qfs.servlet.impl.DynamicUrlHandlerMapping
Allow Map access to the URL path mappings, with the option to add or override specific entries.
getUsage() - Method in class com.quartetfs.biz.xmla.impl.XmlaProperty
 
getUsage() - Method in class com.quartetfs.biz.xmla.impl.XmlaPropertyOverride
 
getUsage() - Method in interface com.quartetfs.biz.xmla.IXmlaProperty
Returns the usage of the property.
getUsages() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatastoreRetrievalResultHolder
Array of partitioned tracked usages indexed by the measures.
getUsages() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RetrievalResultHolder
Array of partitioned tracked usages indexed by the measures.
getUsedDirectMemory() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
Returns the number of bytes of direct memory is effectively used at the time of creation of the event.
getUsedDirectMemory() - Static method in class com.activeviam.tech.core.api.memory.MemoryUtil
Returns total direct memory that is actually used (in bytes), i.e.
getUsedHeap() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
Returns the amount of heap memory in use at the time of creation of the event, in bytes.
getUsedLines() - Method in class com.qfs.msg.csv.impl.ParserResult
 
getUsedLines() - Method in interface com.qfs.msg.csv.IParserResult
The lines used by the message.
getUsedNamedSets() - Method in class com.quartetfs.pivot.mdx.impl.ResolveContext
 
getUsedNamedSets() - Method in interface com.quartetfs.pivot.mdx.IResolveContext
Get the used named sets.
getUsedRows() - Method in class com.qfs.store.impl.ColumnarRecordSet
Gets the total number of rows used by this record set.
getUsedRows() - Method in class com.qfs.store.impl.StoreSummaryReport.PartitionSummaryReport
 
getUseIntrospection(int) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IAnalysisHierarchyInfo
Returns whether the level with the given ordinal is fully static or based on introspection of the ActivePivot input projection feed.
getUseIntrospection(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.AnalysisHierarchyInfo
 
getUseMultipleFiles() - Method in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Option to use several files if needed.
getUser() - Static method in class com.qfs.repository.util.RepositorySecurityUtil
Gets the name of the connected user.
getUser() - Method in interface com.qfs.snl.rs.IInformationRestService
Authenticates the session with this unique id.
getUser() - Method in class com.qfs.snl.rs.impl.InformationRestServiceController
 
getUser() - Static method in class com.qfs.snl.utils.impl.SentinelSecurityUtil
Gets the name of the connected user.
getUser() - Method in class com.qfs.websocket.endpoint.impl.AWsSessionMultiplexer
 
getUser() - Method in class com.qfs.websocket.endpoint.impl.MultiplexedJsonWsSession
 
getUser() - Method in interface com.qfs.websocket.endpoint.IWsSession
Gets the user connected with the session.
getUser() - Method in interface com.qfs.websocket.endpoint.IWsSessionMultiplexer
Gets the user connected with the session.
getUser() - Method in class com.quartetfs.fwk.logging.impl.ATiming
Gets the id of the user.
getUserId() - Method in class com.qfs.util.tar.impl.TarEntry
Get this entry's user id.
getUsername() - Method in interface com.qfs.content.service.audit.IAuditAction
The user that did the action.
getUsername() - Method in class com.qfs.content.service.audit.impl.AuditAction
 
getUsername() - Method in class com.qfs.snl.dtos.AuditDto
 
getUsername() - Method in interface com.qfs.snl.persistence.IAudit
Return the name of the user.
getUsername() - Method in class com.qfs.snl.persistence.impl.AAudit
 
getUsername() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
 
getUsername() - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamInfoHolder
Returns the username who created the stream.
getUserName() - Method in class com.activeviam.health.monitor.impl.AAuthenticatedHealthEvent
The name of the user that the event originated from.
getUserName() - Method in interface com.qfs.distribution.security.IAuthenticatedBroadcastMessage
Returns the name of the user who sends this message.
getUserName() - Method in class com.qfs.messenger.message.impl.AQueryBroadcastMessage
 
getUserName() - Method in class com.qfs.rest.client.impl.UserAuthenticator
 
getUserName() - Method in class com.qfs.security.impl.SpringSecurityFacade
Returns the name of the currently logged user, or null if no user is currently logged in.
getUserName() - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
Returns the user.
getUserName() - Method in class com.qfs.util.tar.impl.TarEntry
Get this entry's user name.
getUserName() - Method in class com.quartetfs.fwk.security.impl.SecurityDetails
 
getUserName() - Method in interface com.quartetfs.fwk.security.ISecurityDetails
Returns the username associated to current security token.
getUserName() - Method in class com.quartetfs.tech.streaming.impl.AStream
 
getUserName() - Method in interface com.quartetfs.tech.streaming.IStream
Returns the name of the user that creates the stream.
getUserNameAndGrantedAuthorities() - Method in interface com.quartetfs.fwk.security.ISecurityDetails
Constructs the set containing the current user's name and granted authorities.
getUserNameAndRoles(ISecurityDetails) - Static method in class com.quartetfs.biz.pivot.context.impl.BranchUtils
Gets the current user's name and authorized roles, taking care of the possible null value.
getUserProperties() - Method in class com.qfs.websocket.client.AuthenticatedClientEndPointConfig
 
getUserWithException() - Static method in class com.qfs.repository.util.RepositorySecurityUtil
Gets the name of the connected user or throws.
getUserWithException() - Static method in class com.qfs.snl.utils.impl.SentinelSecurityUtil
Gets the name of the connected user or throws.
getUseZipFile() - Method in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Option to zip the files created.
getValidationParameter(Object[], int) - Method in interface com.quartetfs.biz.pivot.definitions.IDescription
Gets the wanted parameter from the validation parameter list, or returns null if not existing.
getValidationRegex() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The context value validation regex.
getValidItemsCount() - Method in class com.qfs.fwk.cache.impl.TtlCache
Count the number of entries in this cache that are currently valid.
getValue() - Method in class com.activeviam.copper.measure.ConstantValueMeasure
Returns the value this measure represents.
getValue() - Method in class com.activeviam.copper.MemberAndValue
Deprecated.
 
getValue() - Method in class com.activeviam.copper.operation.function.ConstantCopperFunction
Gets the constant value of this function.
getValue() - Method in class com.activeviam.pivot.json.tracing.JsonTraceLog
Returns the value.
getValue() - Method in interface com.qfs.chunk.IChunkSingleValue
Returns the stored value.
getValue() - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
getValue() - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
getValue() - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
getValue() - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
getValue() - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
getValue() - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
getValue() - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
getValue() - Method in class com.qfs.msg.KeyValueEntry
Returns the value of the entry.
getValue() - Method in class com.qfs.pivot.json.cellset.CellData
 
getValue() - Method in class com.qfs.pivot.json.discovery.JsonContextValue
 
getValue() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getValue() - Method in interface com.qfs.pivot.testing.ICellSetTester.IHasCellValue
Gives the contained value.
getValue() - Method in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
 
getValue() - Method in class com.qfs.pivot.testing.impl.MdxCellByCoordinatesTesterBuilder
 
getValue() - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester.MdxResultCellTester
 
getValue() - Method in class com.qfs.pivot.testing.impl.SimpleCellByCoordinatesTesterBuilder
 
getValue() - Method in class com.qfs.repository.dto.PointValueDto
 
getValue() - Method in class com.qfs.repository.dto.RepositoryResultDto
 
getValue() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getValue() - Method in class com.qfs.repository.impl.RepositoryResult
 
getValue() - Method in interface com.qfs.repository.IRepositoryResult
Gets the value of the repository result.
getValue() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getValue() - Method in interface com.qfs.repository.persistence.model.IPointValue
Returns the value associated with the point value.
getValue() - Method in class com.qfs.snl.data.impl.SentinelState
 
getValue() - Method in interface com.qfs.snl.data.ISentinelState
Return the value of the state.
getValue() - Method in class com.qfs.snl.dtos.FormFieldTypeDto
Returns the value.
getValue() - Method in class com.qfs.snl.dtos.StateDto
 
getValue() - Method in interface com.qfs.snl.messages.form.IFormField.IType
Gets the value of the field, according to the type.
getValue() - Method in class com.qfs.snl.messages.form.impl.BooleanFieldType
Gets the boolean value filled in the form.
getValue() - Method in class com.qfs.snl.messages.form.impl.DateFieldType
Gets the date value filled in the form.
getValue() - Method in class com.qfs.snl.messages.form.impl.EnumFieldType
Gets all the selected values.
getValue() - Method in class com.qfs.snl.messages.form.impl.NumberFieldType
Gets the long value filled in the form.
getValue() - Method in class com.qfs.snl.messages.form.impl.StringFieldType
Gets the string value filled in the form.
getValue() - Method in class com.qfs.snl.persistence.impl.ADbInfo
Gets the value of the info.
getValue() - Method in class com.qfs.util.impl.LazyObject
Deprecated.
Returns the created instance if LazyObject.get() has been called, or the default one if LazyObject.get() has never been called.
getValue() - Method in interface com.quartetfs.biz.pivot.context.IContextValueDiscreteRange
Returns the value of the range.
getValue() - Method in class com.quartetfs.biz.pivot.context.impl.DiscreteRangeContextValue
 
getValue() - Method in interface com.quartetfs.biz.pivot.definitions.IComparatorOrderDescription
This is the value for the special order, like "Arrays.asList(new Object[]{"EUR", "USD"})".
getValue() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiDescription
Returns the unique name of the member in the measures dimension for the KPI Value.
getValue() - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorOrderDescription
 
getValue() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Returns an MDX numeric expression that returns the actual value of the KPI.
getValue() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
getValue() - Method in class com.quartetfs.biz.pivot.dto.CellDTO
Gets the cell value.
getValue() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper.StreamingCellIterator
Returns the cell value.
getValue() - Method in interface com.quartetfs.biz.xmla.IEnumeratorValue
Returns the actual value.
getValue() - Method in interface com.quartetfs.biz.xmla.ILiteral
Returns the literal value.
getValue() - Method in class com.quartetfs.biz.xmla.impl.Literal
 
getValue() - Method in class com.quartetfs.fwk.impl.Pair
 
getValue() - Method in class com.quartetfs.fwk.util.impl.StringProperty
 
getValue() - Method in class com.quartetfs.pivot.mdx.func.impl.ABasicMathFunction.BasicMathProcedure
 
getValue() - Method in interface com.quartetfs.pivot.mdx.ICellCursor
Returns the value currently pointed by the cursor.
getValue() - Method in interface com.quartetfs.pivot.mdx.statement.IIdentifier
Returns the unquoted form of the identifier.
getValue() - Method in interface com.quartetfs.pivot.mdx.statement.ILiteral
Returns the value wrapped by the expression.
getValue() - Method in class com.quartetfs.pivot.mdx.statement.impl.Identifier
 
getValue() - Method in class com.quartetfs.pivot.mdx.statement.impl.Literal
 
getValue(int) - Method in interface com.qfs.index.IIntegerArray
Returns the value stored at the given index, or the empty value if there is no value stored there.
getValue(int) - Method in interface com.qfs.index.ILongArray
Returns the value stored at the given index, or the empty value if there is no value stored there.
getValue(int) - Method in class com.qfs.index.impl.AIntegerArray
 
getValue(int) - Method in class com.qfs.index.impl.ALongArray
 
getValue(int) - Method in class com.qfs.index.impl.IntegerArrayTransaction
Gets the transient value of the array at a given key.
getValue(int) - Method in class com.qfs.index.impl.IntegerArrayVersion
 
getValue(int) - Method in class com.qfs.index.impl.LongArrayTransaction
Gets the transient value of the array at a given key.
getValue(int) - Method in class com.qfs.index.impl.LongArrayVersion
 
getValue(int, int) - Method in class com.quartetfs.pivot.mdx.result.impl.MdxDrillthroughRowset
 
getValue(FieldPath) - Method in class com.activeviam.copper.store.Mapping.JoinData
Returns the default value for this join operation for a given field.
getValue(IAggregatesCache.IAggregatesCacheKey) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Returns the cached value corresponding to the given key, or null if none exists.
getValue(IAggregatesCache.IAggregatesCacheKey) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
getValue(ITuple, IExpression) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Get the value for an expression (optional) in the context of a given tuple.
getValue(IMdxMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMemberProperty
Returns the value of the property for the specified member.
getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMemberProperty
Returns the value of the property for the specified member.
getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.DelegatingMdxMemberProperty
 
getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.DisplayInfoProperty
 
getValue(IExpression) - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper.StreamingCellIterator
 
getValue(IExpression) - Method in interface com.quartetfs.pivot.mdx.ICellCursor
Get the value of an expression.
getValue(Object) - Method in class com.quartetfs.biz.pivot.impl.ConstantValueProperty
 
getValue(Object) - Method in class com.quartetfs.biz.pivot.property.impl.ADatabaseVersionAwareProperty
 
getValue(Object) - Method in interface com.quartetfs.fwk.filtering.IAccessor
Applies the accessor to the input object.
getValue(Object) - Method in class com.quartetfs.fwk.filtering.impl.MultipleAccessor
 
getValue(Object) - Method in class com.quartetfs.fwk.filtering.impl.SingleAccessor
 
getValue(Object) - Method in class com.quartetfs.fwk.impl.ArrayLastElementProperty
 
getValue(Object) - Method in class com.quartetfs.fwk.impl.ArrayProperty
 
getValue(Object) - Method in class com.quartetfs.fwk.impl.CompiledAndChainProperty
 
getValue(Object) - Method in class com.quartetfs.fwk.impl.CustomProperty
 
getValue(Object) - Method in class com.quartetfs.fwk.impl.DynamicProperty
Use the property to read a value from a target object.
getValue(Object) - Method in class com.quartetfs.fwk.impl.ListLastElementProperty
 
getValue(Object) - Method in class com.quartetfs.fwk.impl.ListProperty
 
getValue(Object) - Method in class com.quartetfs.fwk.impl.MapProperty
 
getValue(Object) - Method in class com.quartetfs.fwk.impl.Property
Use the property to read a value from a target object.
getValue(Object) - Method in interface com.quartetfs.fwk.IProperty
Gets the value of this property from a target object.
getValue(Object, int) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.HierarchyComparator
Gets the member discriminator for a given level of this hierarchy from a "supported" object.
getValue(Object, int) - Method in class com.quartetfs.biz.xmla.servlet.impl.AttributesMarshallingContext
 
getValue(Object, int, int) - Static method in class com.quartetfs.biz.pivot.postprocessing.impl.HierarchyComparator
Gets the member discriminator for a given level from a "supported" object.
getValue(String) - Method in interface com.qfs.msg.IColumnCalculator.IColumnCalculationContext
Looks in the currently processed tuple to retrieve the value associated with a given column.
getValue(String) - Method in class com.qfs.msg.impl.ColumnCalculationContext
Returns the computed value of a given column.
getValue(String) - Method in interface com.qfs.snl.workflows.IWorkflowPayload
Gets a value from the payload.
getValue(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.AAndOperand
 
getValue(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.DictionaryConstantOperand
 
getValue(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.DictionaryConstantSetOperand
 
getValue(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.DictionaryDynamicOperand
 
getValue(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.DictionaryDynamicSetOperand
 
getValue(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.ObjectConstantOperand
 
getValue(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.ObjectConstantSetOperand
 
getValue(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.ObjectDynamicOperand
 
getValue(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.ObjectDynamicSetOperand
 
getValue(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.StaticOperand
 
getValue(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.StaticSetOperand
 
getValue(Map<String, Object>) - Method in interface com.qfs.store.query.plan.condition.IOperand
Extracts the operand values from the runtime-provided parameters.
getValueAsString(Object) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.ALevel
Static method to retrieve a String representation of an object value.
getValueFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getValueFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the field used to store the value of a point value.
getValueGenerator() - Method in class com.qfs.content.service.timestamp.InDatabaseTimestampGenerationAtInsertTime
 
getValueIndex() - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.IResultWriter
Get the value index of the writer.
getValueIndex(IMdxMember, IExpression) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Returns the value index or -1.
getValueQuick(int) - Method in class com.qfs.pivot.util.impl.EntryList
Returns the value of the entry stored at the given index, without any size checking.
getValues() - Method in interface com.quartetfs.biz.pivot.contribution.IContributionHolder
The measure store.
getValues() - Method in class com.quartetfs.biz.pivot.contribution.impl.AggregatedContributionHolder
 
getValues() - Method in class com.quartetfs.biz.pivot.contribution.impl.FactContributionHolder
 
getValues() - Method in class com.quartetfs.biz.pivot.contribution.impl.SimpleAggregatedContributionHolder
Contributed values for those points.
getValues() - Method in interface com.quartetfs.biz.pivot.definitions.IDescriptionWithImports
All the values associated with the description.
getValues() - Method in class com.quartetfs.biz.pivot.definitions.impl.ADescriptionWithImports
 
getValues() - Method in interface com.quartetfs.biz.xmla.IEnumeratorDefinition
Returns the values for that enumerator.
getValues(int) - Method in interface com.qfs.index.IIndex
Deprecated.
Returns the values associated with the given key, or null if none are associated with it.
getValues(int) - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexTransaction
Returns the values associated with the given key, or null if none are associated with it.
getValues(int) - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexVersion
Returns the values associated with the given key, or null if none are associated with it.
getValues(ILocation) - Method in class com.quartetfs.biz.pivot.formula.impl.OperandAggregatedValueData
 
getValues(ILocation) - Method in class com.quartetfs.biz.pivot.formula.impl.StaticOperandData
 
getValues(ILocation) - Method in interface com.quartetfs.biz.pivot.formula.IOperandData
Returns the results of this operand at this location.
getVariable(String) - Method in interface com.qfs.snl.workflows.IWorkflowProcess
Gets a variable from the payload given for the process execution.
getVariable(String, String) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
getVariable(String, String) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Get a variable associated to a task from the task's scope or workflow's scope.
getVariables(String, Collection<String>) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
getVariables(String, Collection<String>) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Get some variables associated to a task from the task's scope or workflow's scope.
getVector() - Method in class com.activeviam.arrow.write.AArrayArrowVectorFeeder
 
getVector() - Method in class com.activeviam.arrow.write.BooleanArrowVectorFeeder
 
getVector() - Method in class com.activeviam.arrow.write.DoubleArrowVectorFeeder
 
getVector() - Method in class com.activeviam.arrow.write.FloatArrowVectorFeeder
 
getVector() - Method in interface com.activeviam.arrow.write.IArrowVectorFeeder
Gets the underlying Arrow Vector.
getVector() - Method in class com.activeviam.arrow.write.IntegerArrowVectorFeeder
 
getVector() - Method in class com.activeviam.arrow.write.LocalDateArrowVectorFeeder
 
getVector() - Method in class com.activeviam.arrow.write.LocalDateTimeArrowVectorFeeder
 
getVector() - Method in class com.activeviam.arrow.write.LongArrowVectorFeeder
 
getVector() - Method in class com.activeviam.arrow.write.StringArrowVectorFeeder
 
getVector() - Method in class com.activeviam.arrow.write.ZonedDateTimeArrowVectorFeeder
 
getVectorAllocator(IAllocationSettings) - Method in interface com.qfs.chunk.IChunkAllocator
Retrieves the thread local vector allocator associated with the given allocation settings.
getVectorAllocator(IAllocationSettings) - Method in class com.qfs.chunk.impl.AChunkAllocator
 
getVectorAllocator(IAllocationSettings, boolean) - Method in interface com.qfs.chunks.IThreadWithChunkAllocator
Retrieves the fast thread local allocator for the given allocation settings.
getVectorAllocator(IAllocationSettings, boolean) - Method in class com.qfs.pool.impl.NamedThread
 
getVectorBlockSize() - Method in interface com.qfs.chunk.IAllocationSettings
Returns the size of the blocks in which vectors will be allocated.
getVectorBlockSize() - Method in class com.qfs.chunk.impl.VectorsAllocationSettings
 
getVectorBlockSize() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
getVectorBlockSize() - Method in interface com.qfs.desc.IVectorFieldDescription
Returns the size of vectors blocks.
getVectorBlockSize() - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
Retrieves the vectorBlockSize.
getVectorClass(Class<?>) - Static method in class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler
Returns the full name of the vector class.
getVectorReaders() - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
getVectorSchemaRoot() - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
getVectorsUsageHistogram() - Method in class com.qfs.store.impl.AColumnChunkSet
FOR MXBean USAGE.
getVersion() - Method in interface com.activeviam.store.IInternalStoreVersion.IStoreTransition
Gets the version contained by this transition.
getVersion() - Method in class com.qfs.content.cfg.impl.ContentServerWebSocketServicesConfig
 
getVersion() - Method in interface com.qfs.multiversion.IHeadInfo
Gets the head version of a branch, it cannot be null.
getVersion() - Method in class com.qfs.multiversion.impl.ATransactionalVersion.Transition
Gets the version contained by this transition.
getVersion() - Method in class com.qfs.multiversion.impl.HeadInfo
 
getVersion() - Method in class com.qfs.multiversion.impl.VersionNode
Gets the version hold by this version node.
getVersion() - Method in interface com.qfs.multiversion.IVersionNode
Gets the version contained in this node.
getVersion() - Method in interface com.qfs.multiversion.squash.IIntegerArrayTransition
Returns the version contained by this transition.
getVersion() - Method in interface com.qfs.multiversion.squash.ILongArrayTransition
Returns the version contained by this transition.
getVersion() - Method in interface com.qfs.multiversion.squash.ITransition
Gets the version contained by this transition.
getVersion() - Method in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
 
getVersion() - Method in class com.qfs.server.cfg.ASpringVersionedRestServerConfig
Gets the version of the rest endpoint.
getVersion() - Method in class com.qfs.server.cfg.impl.ActivePivotWebSocketServicesConfig
 
getVersion() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
 
getVersion() - Method in class com.qfs.snl.dtos.VersionDto
Gets ActiveMonitor version.
getVersion() - Method in interface com.qfs.snl.rs.IInformationRestService
Gets the current version of ActiveMonitor.
getVersion() - Method in class com.qfs.snl.rs.impl.InformationRestServiceController
 
getVersion() - Method in class com.qfs.store.record.impl.VersionedChunkRecordReader
 
getVersion() - Method in interface com.qfs.store.record.IVersionedRecordReader
Gets the number indicating at which version the record has been inserted or removed.
getVersion() - Method in class com.qfs.versions.service.ApisDto
Gets the version of the DTO.
getVersion() - Method in class com.qfs.websocket.server.cfg.impl.AVersionedWebSocketServiceConfig
Gets the version of the WebSocket endpoint.
getVersion() - Method in class com.quartetfs.biz.pivot.query.impl.VersionedContinuousQueryUpdate
 
getVersion() - Method in interface com.quartetfs.biz.pivot.query.IVersionedContinuousQueryUpdate
Returns the ActivePivot version that was used to compute the update to the continuous query.
getVersion() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Returns the most recent version held by this cube (The result is null after calling IMdxCube.close()).
getVersion() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getVersion(long) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getVersion(long) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Retrieves the version of the schema for the given epoch, if there is one available.
getVersion(IEpoch) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Gets the version whose epoch is the specified one.
getVersion(IEpoch) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
getVersion(IActivePivot) - Static method in class com.quartetfs.biz.pivot.impl.PivotUtils
Deprecated.
Returns a stable version of the given pivot.
getVersion(String) - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
getVersion(String) - Method in interface com.qfs.multiversion.IVersionHistory
Gets the version that was recorded at the epoch with a given epoch name.
getVersion(String) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getVersion(String, long) - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
getVersion(String, long) - Method in interface com.qfs.multiversion.IVersionHistory
Gets the recorded version that is valid at the given epoch id and in the given branch.
getVersion(String, long) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getVersion(String, long) - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
 
getVersion(String, long) - Method in interface com.qfs.store.IReadableDatastore
Deprecated, for removal: This API element is subject to removal in a future version.
getVersionAccessor() - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
getVersionByTime(String, long) - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
getVersionByTime(String, long) - Method in interface com.qfs.multiversion.IVersionHistory
Gets the recorded version that is valid at the given time and in the given branch.
getVersionByTime(String, long) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
getVersionHistory() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
getVersionHistory() - Method in class com.qfs.store.impl.DatastoreSchemaBase
The version queue.
getVersionHistory() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
getVersionHistory() - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Gets the history of versions of this schema.
getVersionHistory() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
getVersionHistory() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Gets the history of ActivePivot versions.
getVersionRestriction() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.AggregateKeyTask
 
getVersions() - Method in class com.qfs.versions.service.ApiVersionDto
Gets deployed versions for this API.
getVersionsByServices() - Method in class com.qfs.versions.service.VersionsService
Gets a listing of all server versions deployed by this application.
getView() - Method in interface com.qfs.messenger.IDistributedMessenger
Returns the IClusterView of the current cluster.
getView() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
If AJGroupsMessenger.channel is null or it is not connected JChannel.State.CONNECTED, null is returned.
getView() - Method in class com.qfs.messenger.impl.JGroupsClusterView
Returns the view built by JGroups.
getView() - Method in class com.qfs.messenger.impl.LocalCluster
Returns this cluster's current view.
getView() - Method in class com.qfs.messenger.impl.LocalMessenger
 
getView() - Method in interface com.qfs.store.query.IBaseQueryRunner
Retrieves the datastore view used by the query.
getView() - Method in class com.qfs.store.query.impl.DatastoreTransactionQueryRunner
 
getView() - Method in class com.qfs.store.query.impl.QueryRunner
 
getView() - Method in class com.qfs.store.query.impl.QueryRunnerWithTimeout
 
getView() - Method in class com.qfs.store.query.impl.TransactionQueryRunnerWithTimeout
 
getViewId() - Method in interface com.qfs.distribution.IActivePivotRemoteTransactionInfo
Returns the view ID of the remote pivot.
getViewId() - Method in interface com.qfs.distribution.IDistributedActivePivot
Returns the ID of the view this pivot is associated with.
getViewId() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
getViewId() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
This implementation always throws an UnsupportedOperationException.
getViewId() - Method in interface com.qfs.messenger.IClusterView
Returns the view id.
getViewId() - Method in class com.qfs.messenger.impl.ClusterView
 
getViewId() - Method in class com.qfs.messenger.impl.EmptyClusterView
 
getViewId() - Method in class com.qfs.messenger.impl.GoodbyeMessage
The view ID at the creation of this message on the sending node.
getViewId() - Method in interface com.qfs.messenger.message.IInitialDiscoveryMessage
Returns the view ID at the creation of this message on the sending node.
getViewId() - Method in class com.qfs.messenger.message.impl.ATransactionCommittedMessage
 
getViewId() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
getViewId() - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
getViewId() - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
getViewId() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
getViewId() - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
getViewId() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
The view ID at the creation of this message on the sending node.
getViewId() - Method in interface com.qfs.messenger.message.ITransactionCommittedMessage
Returns the view ID of the cluster at the message's creation within the sending node.
getViewId() - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
getVisibilityColumnFor(String) - Static method in class com.quartetfs.biz.xmla.discovery.mdp.impl.CommonColumnsDefinition
 
getVisible() - Method in class com.qfs.pivot.json.JsonTabularHeader
Getter for JsonTabularHeader.visible.
getVisitor() - Method in interface com.quartetfs.pivot.mdx.IExpressionExecutor
Returns the visitor.
getVisitor() - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
 
getVisitor() - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
getVisualTotalExpressions() - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager.VisualTotalPass
Returns the mdx expressions for this visual total.
getWaitingThreadCount() - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.ThreadsStatusMonitoringBean
 
getWaitingTime() - Method in class com.qfs.msg.csv.impl.ParserResult
 
getWaitingTime() - Method in interface com.qfs.msg.csv.IParserResult
Returns the amount of time (in nanoseconds) spent by the worker thread waiting for the previous task.
getWatcherService() - Method in class com.qfs.msg.csv.filesystem.impl.AFileSystemCSVTopic
Watcher service listening for changes in the underlying files.
getWatcherService() - Method in class com.qfs.msg.csv.filesystem.impl.FileSystemCSVTopicFactory
Returns the watcherService used for the topics.
getWeight() - Method in class com.qfs.column.impl.AChunkedColumn
Returns an estimate of the memory footprint of this column in MB.
getWeight() - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
getWeight() - Method in interface com.quartetfs.biz.pivot.definitions.IKpiDescription
For later use.
getWeight() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
 
getWeight() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
getWhen() - Method in class com.quartetfs.pivot.mdx.statement.impl.WhenClause
 
getWhen() - Method in interface com.quartetfs.pivot.mdx.statement.IWhenClause
 
getWhens() - Method in interface com.quartetfs.pivot.mdx.statement.ICaseExpression
 
getWhens() - Method in class com.quartetfs.pivot.mdx.statement.impl.CaseExpression
 
getWhere() - Method in class com.qfs.pivot.json.database.JsonDatabaseAction
Gets the where condition.
getWildcardsErasureFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getWildcardsErasureFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the field used to store the erasure based on the wildcards of a point value.
getWithList() - Method in class com.quartetfs.pivot.mdx.statement.impl.SelectStatement
 
getWithList() - Method in interface com.quartetfs.pivot.mdx.statement.ISelectStatement
Returns the list of formulas defined in the WITH section of the select statement.
getWithQueriesTimeLimit() - Method in interface com.quartetfs.biz.pivot.IFutureQueryResult
Waits if necessary for the query to finish then return its result.
getWithQueriesTimeLimit() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager.QueryExecutionTask
 
getWorkflow(String, String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
getWorkflow(String, String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
getWorkflow(String, String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Gets the configuration for the workflow of a given type.
getWorkflowFor(String) - Method in interface com.qfs.snl.workflows.IWorkflowSchema
Gets the workflow configured in the schema for a given action.
getWorkflowSchema() - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
getWorkflowSchema() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
getWorkflowSchema() - Method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Get the name of the workflow schema to use.
getWorkflowSchema(String, String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
getWorkflowSchema(String, String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
getWorkflowSchema(String, String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Gets a given schema from its entity type and name.
getWorkflowSchemas(String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
getWorkflowSchemas(String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
getWorkflowSchemas(String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Get all schemes associated to an entity type.
getWorkflowScheme() - Method in class com.qfs.snl.dtos.MonitorDto
 
getWorkflowScheme() - Method in interface com.qfs.snl.monitors.IMonitor
Gets the workflow schema configured for a monitor instance.
getWorkflowScheme() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getWrappedMatrix() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellsFollower.LooseTupleWrapper
 
getWrapper(String) - Static method in class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler
getWritableDictionary(IDatastoreSchemaQueryMetadata, int, int) - Static method in class com.qfs.store.impl.SchemaHelper
Finds a dictionary by its index.
getWritableStoreIds() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation
Stores that can be modified within the transaction.
This variable is not serialized to the transaction log.
getWriteDictionnaries() - Method in class com.qfs.store.impl.AUpdateWhereInfo
 
getWriteDictionnaries() - Method in interface com.qfs.store.IUpdateWhereInfo
Gets the writeDictionnaries.
getWriter() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
Returns the writer used to write the associated AdvancedAggregatesRetriever.retrieval's result.
getWriter() - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
getWriter() - Method in class com.quartetfs.biz.xmla.rowset.impl.RowSet
 
getWriterRoles() - Method in interface com.qfs.desc.IFieldPermission
Returns all the roles allowed to write this field.
getWriterRoles() - Method in class com.qfs.desc.impl.WritableFieldPermission
 
getWriteStream(String) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Open a write stream on a file from the key-value database, if supported.
getWritingMeasure() - Method in interface com.quartetfs.biz.pivot.cellset.ICompletablePostProcessedRetrievalResultWriter
Retrieves the name of the measure writing by this writer.
getWritingMeasure() - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Retrieves the name of the measure writing being written by this writer.
getWritingMeasure() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
getWsPath() - Method in class com.qfs.versions.service.VersionDto
Gets the prefix to the WS service for this version.
getXmlaAggregator() - Method in class com.activeviam.copper.MeasureMetadata
Gets this measure's xmla aggregator.
getXmlaAggregator(IMeasureMemberDescription) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
Deprecated, for removal: This API element is subject to removal in a future version.
getXmlaName() - Method in class com.quartetfs.biz.xmla.impl.MDProperty
 
getXmlaName() - Method in interface com.quartetfs.biz.xmla.mdx.IMDProperty
Returns the xmla name of the property (name of the element in the xmla response).
getXmlType() - Method in class com.quartetfs.biz.xmla.impl.XmlaTypes.SimpleType
 
getXmlType() - Method in interface com.quartetfs.biz.xmla.IXmlaSimpleType
Returns the xml type e.g.
getZoneId() - Method in class com.qfs.fwk.format.impl.EpochFormatter
This method can be overridden to choose the formatted result as converted in the wanted timezone.
getZoneId() - Method in class com.quartetfs.fwk.format.impl.DateFormatter
GIDLEN - Static variable in class com.qfs.util.tar.impl.TarHeader
The length of the group id field in a header buffer.
global(String) - Static method in class com.activeviam.copper.ProviderCoordinate
Creates the coordinate for the global provider.
Global - com.quartetfs.biz.xmla.constants.Keyword
 
GLOBAL - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
GLOBAL - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
GLOBAL - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
GLOBAL_DEFAULT_BOOLEAN - Static variable in class com.qfs.store.TypeValues
Default value used in boolean fields, when no default value is specified: false.
GLOBAL_DEFAULT_DOUBLE - Static variable in class com.qfs.store.TypeValues
Default value used in double fields, when no default value is specified: 0.0.
GLOBAL_DEFAULT_FLOAT - Static variable in class com.qfs.store.TypeValues
Default value used in float fields, when no default value is specified: 0.0.
GLOBAL_DEFAULT_INT - Static variable in class com.qfs.store.TypeValues
Default value used in int fields, when no default value is specified: 0.
GLOBAL_DEFAULT_LOCAL_DATE - Static variable in class com.qfs.store.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.qfs.store.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.qfs.store.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.qfs.store.TypeValues
Default value used in long fields, when no default value is specified: 0.
GLOBAL_DEFAULT_OBJECT - Static variable in class com.qfs.store.TypeValues
Default value used in object fields, when no default value is specified: "N/A".
GLOBAL_DEFAULT_STRING - Static variable in class com.qfs.store.TypeValues
Default value used in string fields, when no default value is specified: "N/A".
GLOBAL_DEFAULT_TIMESTAMP - Static variable in class com.qfs.store.TypeValues
Default values used in timestamp fields when no value is specified.
GLOBAL_DEFAULT_ZONED_DATE_TIME - Static variable in class com.qfs.store.TypeValues
Default values used in zoned datetime fields when no value is specified.
GLOBAL_MESSAGE - com.qfs.messenger.netty.streaming.impl.NettyStreamUtils.MessageType
Key for setting the maximum size of any netty message, unless overridden by the user.
GLOBAL_PROVIDER_NAME - Static variable in class com.activeviam.copper.ProviderCoordinate
 
GlobalContributionHolder - Class in com.quartetfs.biz.pivot.contribution.impl
Implementation of a IGlobalContributionHolder.
GlobalContributionHolder(IHierarchicalMapping, Map<String, IDictionary<Object>>, IRecordBlock<? extends IRecordReader>, List<int[]>, int, ITimestamp) - Constructor for class com.quartetfs.biz.pivot.contribution.impl.GlobalContributionHolder
Constructor.
GlobalDictionaryKey(IDomainKey, IApplicationDictionaryProvider.IDomainDictionaryKey) - Constructor for class com.activeviam.dic.provider.IApplicationDictionaryProvider.GlobalDictionaryKey
 
GlobalDictionaryTransactionResult - Class in com.activeviam.dic.provider.impl
Representation of all the dictionary key that are impacted by a transaction's commit.
GlobalDictionaryTransactionResult(Map<IApplicationDictionaryProvider.GlobalDictionaryKey, Set<ImpactType>>) - Constructor for class com.activeviam.dic.provider.impl.GlobalDictionaryTransactionResult
 
GlobalEntitlement - Class in com.quartetfs.biz.pivot.security.impl
A GlobalEntitlement instance lists the context values common to all pivots.
GlobalEntitlement() - Constructor for class com.quartetfs.biz.pivot.security.impl.GlobalEntitlement
Default constructor.
GlobalEntitlement(List<IContextValue>) - Constructor for class com.quartetfs.biz.pivot.security.impl.GlobalEntitlement
Full constructor.
GlobalEntitlementBuilder(SimpleEntitlementsProviderBuilder) - Constructor for class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.GlobalEntitlementBuilder
Constructor.
GlobalEntitlementBuilder(SimpleEntitlementsProviderBuilder, String, ImmutableList<IContextValue>) - Constructor for class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.GlobalEntitlementBuilder
Fully-qualified constructor.
globalEntitlements - Variable in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder
Mapping from user role to global entitlements.
GlobalMultipleAggregateCollector - Class in com.qfs.pivot.cube.provider.multi.impl
GlobalMultipleAggregateCollector(IGlobalAggregateCollector, Map<ProviderCoordinate, IPartialAggregateCollector>) - Constructor for class com.qfs.pivot.cube.provider.multi.impl.GlobalMultipleAggregateCollector
 
globalTimings(Map<String, Long>) - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
The query planning timing information.
GNAMELEN - Static variable in class com.qfs.util.tar.impl.TarHeader
The length of the group name field in a header buffer.
GNU_TMAGIC - Static variable in class com.qfs.util.tar.impl.TarHeader
The magic tag representing a GNU tar archive.
GOAL - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the goal formula.
GOAL_FORMAT - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the goal MDX format string.
GOODBYE_MESSAGE_NUMBER_TRIALS - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The number of trials for a data node to leave the cluster.
GOODBYE_MESSAGE_TIMEOUT - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The timeout for each goodbye message in milliseconds.
GoodbyeMessage - Class in com.qfs.messenger.impl
A simple goodbye message that notifies the the query cube when a data node leaves the cluster or is being shutdown.
GoodbyeMessage() - Constructor for class com.qfs.messenger.impl.GoodbyeMessage
Empty constructor for serialization.
GoodbyeMessage(String, long) - Constructor for class com.qfs.messenger.impl.GoodbyeMessage
Constructor.
GoodbyeMessageApplicationEvent - Class in com.activeviam.health.monitor.impl.events
Event triggered in the Query Node when removing contribution of a remote instance following the reception of a message succeeds.
GoodbyeMessageApplicationEvent(IDistributedMessenger, GoodbyeMessage) - Constructor for class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationEvent
Constructor.
GoodbyeMessageApplicationFailureEvent - Class in com.activeviam.health.monitor.impl.events
Event triggered in the Query Node when the contribution removal of a remote instance following the reception of a message fails.
GoodbyeMessageApplicationFailureEvent(IDistributedMessenger, GoodbyeMessage) - Constructor for class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationFailureEvent
Constructor.
GOSSIP_ENABLE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that enables the gossip router.
GOSSIP_PORT_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that configures the port of the gossip router.
GossipRouter - Class in com.qfs.messenger.jgroups.impl
An extension of GossipRouter.
GossipRouter(String, int) - Constructor for class com.qfs.messenger.jgroups.impl.GossipRouter
Constructor.
grandTotal() - Method in interface com.activeviam.copper.api.CopperMeasure
Creates a Copper measure which returns the value of its underlying measure for the location obtained by going up to the AllMember on all hierarchies.
grandTotalExcluding(CopperHierarchy...) - Method in interface com.activeviam.copper.api.CopperMeasure
Creates a Copper measure which returns the value of its underlying measure for the location obtained by going up to the AllMember on all hierarchies, except for the provided hierarchies to marginalize.
grandTotalExcluding(CopperHierarchy...) - Method in class com.activeviam.copper.measure.MarginalDrillupMeasure
 
grantBranches(SubCubeProperties, Set<String>) - Static method in class com.quartetfs.biz.pivot.context.impl.BranchUtils
Utility method for granting branches in the Epoch hierarchy.
grantEpochMember(SubCubeProperties, List<?>) - Static method in class com.quartetfs.biz.pivot.context.impl.BranchUtils
Utility method for granting a specific epoch member in the Epoch hierarchy.
grantMeasure(String) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICanStartBuildingSubCubeProperties.ICanGrantMeasure
Grants access to a measure.
grantMeasure(String) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ResultConsumerSubCubePropertiesBuilder
 
grantMeasure(String) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
grantMember(IMdxMember) - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter.NonVisualFilteredHierarchy
 
grantMembers() - Method in interface com.quartetfs.biz.pivot.context.subcube.ICanStartBuildingSubCubeProperties.ICanGrantMembers
Begins defining the granted members.
grantMembers() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ResultConsumerSubCubePropertiesBuilder
 
grantMembers(String, String, List<?>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
For a given hierarchy, grant access to a set of members within that hierarchy.
graphTopic() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] WebSocket endpoint for event data.
GraphTopic - Class in com.qfs.snl.ws.impl
The graph websocket topic.
GraphTopic(IGraphWsService) - Constructor for class com.qfs.snl.ws.impl.GraphTopic
Constructor.
GraphUtils - Class in com.qfs.graph.impl
Provide utilities to manipulate graphs.
GraphUtils() - Constructor for class com.qfs.graph.impl.GraphUtils
 
graphWebSocketService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] WebSocket service on event data.
GraphWsService - Class in com.qfs.snl.ws.impl
The graph web socket sessions holder.
GraphWsService(IMonitorService) - Constructor for class com.qfs.snl.ws.impl.GraphWsService
Constructor.
greater(FieldPath) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IDynamicCondition testing that, for a given database record, the value of said record for the given field is strictly greater than the value.
greater(FieldPath, Object) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IConstantCondition testing that, for a given database record, the value of said record for the given field is strictly greater than the given value.
GREATER - Static variable in interface com.quartetfs.fwk.filtering.IMatchingCondition
Plugin key for the GREATER condition.
GreaterCondition - Class in com.quartetfs.fwk.filtering.impl
Greater than comparison.
GreaterCondition(Object) - Constructor for class com.quartetfs.fwk.filtering.impl.GreaterCondition
Constructor.
GreaterCondition(Object, boolean) - Constructor for class com.quartetfs.fwk.filtering.impl.GreaterCondition
Full constructor.
GREATEREQUAL - Static variable in interface com.quartetfs.fwk.filtering.IMatchingCondition
Plugin key for the GREATER OR EQUAL condition.
GreaterEqualCondition - Class in com.quartetfs.fwk.filtering.impl
Greater than or equal to comparison.
GreaterEqualCondition(Object) - Constructor for class com.quartetfs.fwk.filtering.impl.GreaterEqualCondition
Constructor.
GreaterEqualCondition(Object, boolean) - Constructor for class com.quartetfs.fwk.filtering.impl.GreaterEqualCondition
Full constructor.
greaterOrEqual(FieldPath) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IDynamicCondition testing that, for a given database record, the value of said record for the given field is greater than the value.
greaterOrEqual(FieldPath, Object) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IConstantCondition testing that, for a given database record, the value of said record for the given field is greater than the given value.
GreatestCommonPartitioningCalculatorFactory(TIntSet) - Constructor for class com.qfs.store.part.impl.APartitioningVisitorFactory.GreatestCommonPartitioningCalculatorFactory
Full constructor.
GREEN - Static variable in class com.qfs.snl.kpis.impl.KpiUtil.RedOrangeGreen
Logical value associated to green.
GREEN - Static variable in interface com.qfs.snl.monitors.IMonitorReport.Statuses
 
grep(TIntProcedure) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
GROSS_SUM_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
grossSum() - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
GrossSumBindingVector(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.GrossSumFunction.GrossSumBindingVector
Constructor.
GrossSumFunction - Class in com.qfs.agg.impl
GROSS_SUM aggregation function, that is, the sum of the absolute values.
GrossSumFunction() - Constructor for class com.qfs.agg.impl.GrossSumFunction
Constructor.
GrossSumFunction.GrossSumBindingVector - Class in com.qfs.agg.impl
The gross sum binding for vectors.
GROUP - com.activeviam.copper.MeasureMetadata.UserSpecific
Flag for the measure group.
GroupDictionaryPartitionFactory - Class in com.qfs.index.impl
A factory responsible for creating a dictionary on multiple fields, for a given partition.
GroupDictionaryPartitionFactory(boolean, int) - Constructor for class com.qfs.index.impl.GroupDictionaryPartitionFactory
 
GroupedStreamInfo - Class in com.qfs.snl.agent.mdx.impl
Stream information container that handles simultaneously multiple statuses at a time.
GroupedStreamInfo(SentinelStreamTuple.Location, IMonitor) - Constructor for class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo
Constructor.
GroupedStreamInfo.PartialEvent - Class in com.qfs.snl.agent.mdx.impl
Implementation of ActiveMonitor event acting as a mask over information stored by GroupedStreamInfo.
groupId - Variable in class com.qfs.util.tar.impl.TarHeader
The entry's group id.
groupName - Variable in class com.qfs.util.tar.impl.TarHeader
The entry's group name.
GROUPS - com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
 
growCapacity(int) - Method in interface com.qfs.column.IColumn
Ensures that this column is large enough to store at least the requested number of elements.
growCapacity(int) - Method in class com.qfs.column.impl.AChunkedColumn
 
growCapacity(int) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
growCapacity(int) - Method in class com.qfs.store.impl.TombstoneColumn
 
growCapacity(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AReplicatedColumn
 
gt(FieldPath, Object) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing a GT condition.
gt(Object) - Method in interface com.activeviam.copper.api.CopperLevel
Creates a CopperLevelCondition that represents the result of a numerical greater than comparison between each member value and the given object value.
gt(Object) - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
gt(String, Object) - Static method in class com.activeviam.builders.FactFilterConditions
gt(String, Object) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing a GT condition.
GT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
GT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
GT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
GT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
gte(FieldPath, Object) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing a GTE condition.
gte(String, Object) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing a GTE condition.
gteq(String, Object) - Static method in class com.activeviam.builders.FactFilterConditions
GTFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ComparisonFunctions.GTFunction
Constructor.
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_CatalogsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DatasourcesDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_EnumeratorsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_InstancesDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_KeywordsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_LiteralsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_PropertiesDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_Schema_RowsetsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_ActionsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_InputDataSourcesDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
GUID - Static variable in class com.quartetfs.biz.xmla.servlet.impl.TabularRowSetDefinition
The GUID.
GZIP - com.qfs.msg.csv.IFileInfo.FileType
A compressed file in gzip format.
GZIP_SUFFIX - Static variable in interface com.qfs.msg.csv.IFileInfo
Suffix for GZIP files.

H

handle(IAsyncCompositeSelectionListener, Throwable) - Method in interface com.qfs.store.selection.IListenersExceptionsHandler
Handles an exception thrown by a listener when it is notified by the datastore.
handle(IAsyncCompositeSelectionListener, Throwable) - Method in class com.qfs.store.selection.impl.LoggingListenersExceptionsHandler
Log an exception that can occur when this AsyncContinuousCompositeSelection forwards an event to one of its listener.
handle(IAsyncCompositeSelectionListener, Throwable) - Method in class com.qfs.store.selection.impl.RecordingListenersExceptionsHandler
 
handle(IAsyncCompositeSelectionListener, Throwable) - Method in class com.qfs.store.selection.impl.UnitTestListenersExceptionsHandler
 
handle(Throwable) - Method in interface com.qfs.messenger.IDistributedHierarchyManager.IDistributedExceptionHandler
Handles an exception.
handle(Map<String, Collection<JoinPath>>) - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.FieldsCollisionHandler
Transform the map of field names to possible paths leading to fields with the same name into the map of field name to full expression.
handle(DelegateTask) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
handle(DelegateTask) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Handles a user task.
handleAsync(Object) - Method in class com.activeviam.apm.messenger.impl.LogNettyMessenger
 
handleAsync(Object) - Method in class com.qfs.messenger.impl.NettyMessenger
 
handleAsync(Object) - Method in interface com.qfs.messenger.netty.INettyServerRequestHandler
Handle asynchronously the content of a NettyRequestMessage.
handleAsyncWithException(Object) - Method in interface com.qfs.messenger.netty.INettyServerRequestHandler
INettyServerRequestHandler.handleAsync(Object) method that deals with exceptions.
handleDiscovery(Element) - Method in class com.quartetfs.biz.xmla.servlet.impl.SoapRequestUnmarshaller
 
handleEmptyResult(IOutputManager) - Static method in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Handles the case where the mdx query result is empty.
handleException(Exception) - Method in class com.activeviam.spring.config.RestResponseExceptionHandler
Handles all other exceptions.
handleInvocationTargetException(InvocationTargetException) - Static method in class com.activeviam.tracing.util.ReflectionUtils
Handle the given invocation target exception.
handleMessage(IWsSession, JsonTopicMessageDto) - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
Handles a message received by the end point.
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class com.qfs.spring.websocket.impl.ContextValueWebSocketHandler
Deprecated.
Works like ContextValueFilter but for WS protocol.
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class com.qfs.websocket.server.impl.SecurityContextWebSocketHandler
Set the user context before delegating the message to the decorated WebSocketHandler.
handleReflectionException(Exception) - Static method in class com.activeviam.tracing.util.ReflectionUtils
Handle the given reflection exception.
HandlerNodeMonitor - Class in com.quartetfs.biz.pivot.query.monitoring.impl
A monitor for a continuous handler under a context node.
HandlerNodeMonitor(IAggregatesContinuousHandlerInfo, ContextNode<?>, CrossedContextContinuousHandlerMonitor) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeMonitor
Constructor.
HandlerNodeMonitorsGrouper - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Implementation of AContinuousHandlerMonitorsGrouper to regroup handler node monitors under a context node.
HandlerNodeMonitorsGrouper(ContextNode<?>) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeMonitorsGrouper
Constructor.
HandlerNodeStatistics - Class in com.quartetfs.biz.pivot.query.monitoring.impl
A statistics collector for a handler under a context node.
HandlerNodeStatistics() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
Generic constructor.
HandlerNodeStatistics(String) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
Constructor.
HandlerToken - Class in com.qfs.msg.csv.impl
The default implementation for a handler token It simply unregisters the given listener from the list of listeners.
HandlerToken(List<IFileListener<?>>, IFileListener<?>) - Constructor for class com.qfs.msg.csv.impl.HandlerToken
Constructor.
handleServiceException(ServiceException) - Method in class com.activeviam.spring.config.RestResponseExceptionHandler
Handles Service exceptions specifically.
handleTextMessage(WebSocketSession, TextMessage) - Method in class com.activeviam.apm.websocket.impl.MonitoredQueryWsEndpoint
 
handleTextMessage(WebSocketSession, TextMessage) - Method in class com.qfs.content.ws.impl.ContentServerWebSocketHandler
 
handleTextMessage(WebSocketSession, TextMessage) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint
Deprecated.
 
handleTiming(IQueryTiming) - Method in class com.quartetfs.fwk.logging.impl.QueryTimingLogger
 
handleTiming(IQueryTiming) - Method in interface com.quartetfs.fwk.logging.IQueryTimingHandler
 
handleTransportError(WebSocketSession, Throwable) - Method in class com.activeviam.apm.websocket.impl.MonitoredQueryWsEndpoint
 
handleTransportError(WebSocketSession, Throwable) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint
Deprecated.
 
handleTransportError(WebSocketSession, Throwable) - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
 
handlingHierarchies(HierarchyIdentifier, HierarchyIdentifier...) - Method in class com.activeviam.builders.dimensions.AnalysisAggregationProcedureBuilder
 
handlingHierarchies(HierarchyIdentifier, HierarchyIdentifier...) - Method in interface com.activeviam.desc.build.IAggregationProcedureBuilder.ICanHaveHandledHierarchies
Sets the hierarchies handled by the procedure.
HandshakeHandlerFactory - Class in com.qfs.websocket.server.impl
Factory to create a HandshakeHandler independently from the web server used.
HandshakeHandlerFactory() - Constructor for class com.qfs.websocket.server.impl.HandshakeHandlerFactory
 
HandshakeHandlerFactoryExtendedPlugin - Class in com.qfs.websocket.server.impl
Plugin configuring the core handshake handlers.
HandshakeHandlerFactoryExtendedPlugin() - Constructor for class com.qfs.websocket.server.impl.HandshakeHandlerFactoryExtendedPlugin
Default constructor.
hardClear(int, IBitmap, CellPlanResult.IWriteCallback) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Removes values associated with the specified value index and rows.
hardClear(int, Collection<IPair<Integer, Object[]>>, CellPlanResult.IWriteCallback) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Remove values associated with the specified members and value index.
has(IFlag) - Method in interface com.quartetfs.pivot.mdx.IContextBase
Helper method checking if a flag is set.
has(IFlag) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingContextBase
 
has(IFlag) - Method in class com.quartetfs.pivot.mdx.impl.ARootContextBase
 
hasAccess(Set<String>, Set<String>) - Static method in interface com.qfs.security.IBranchPermissionsManager
hasAggregationProcedures() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.AggregationNodeParts
Checks if this part holds any procedure.
hasAliveRecords() - Method in class com.qfs.store.impl.ARecordSetTransaction
 
hasAliveRecords() - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
hasAliveRecords() - Method in interface com.qfs.store.IRecordSetTransaction
Checks whether no records are alive in this transaction (i.e.
hasAnalysisLevelCoordinates(ILocation, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Returns whether the given location expresses a coordinate (as either a value, a collection of values, or a wildcard) for an analysis level.
hasAndSet(IFlag, boolean) - Method in interface com.quartetfs.pivot.mdx.IContextBase
Helper method.
hasAndSet(IFlag, boolean) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingContextBase
 
hasAndSet(IFlag, boolean) - Method in class com.quartetfs.pivot.mdx.impl.ARootContextBase
 
hasAtMostOneValue() - Method in class com.qfs.store.query.plan.condition.impl.AAndOperand
 
hasAtMostOneValue() - Method in class com.qfs.store.query.plan.condition.impl.DictionaryConstantOperand
 
hasAtMostOneValue() - Method in class com.qfs.store.query.plan.condition.impl.DictionaryConstantSetOperand
 
hasAtMostOneValue() - Method in class com.qfs.store.query.plan.condition.impl.DictionaryDynamicOperand
 
hasAtMostOneValue() - Method in class com.qfs.store.query.plan.condition.impl.DictionaryDynamicSetOperand
 
hasAtMostOneValue() - Method in class com.qfs.store.query.plan.condition.impl.ObjectConstantOperand
 
hasAtMostOneValue() - Method in class com.qfs.store.query.plan.condition.impl.ObjectConstantSetOperand
 
hasAtMostOneValue() - Method in class com.qfs.store.query.plan.condition.impl.ObjectDynamicOperand
 
hasAtMostOneValue() - Method in class com.qfs.store.query.plan.condition.impl.ObjectDynamicSetOperand
 
hasAtMostOneValue() - Method in class com.qfs.store.query.plan.condition.impl.StaticOperand
 
hasAtMostOneValue() - Method in class com.qfs.store.query.plan.condition.impl.StaticSetOperand
Indicates if IOperand.getValue(Map) will never return more than one value.
hasAtMostOneValue() - Method in interface com.qfs.store.query.plan.condition.IOperand
Indicates if IOperand.getValue(Map) will never return more than one value.
hasBasicAttributes(IBasicPathlessContentEntry, boolean, String, List<String>, List<String>) - Static method in class com.qfs.content.service.impl.ContentServiceHelper
Returns true if the input entry has the given values for the attributes of the IBasicPathlessContentEntry contract.
hasBeenPublished(IInternalCopperHierarchy) - Method in class com.activeviam.copper.DataCubeHelper
Deprecated.
Indicates whether the hierarchy and dimension name of the given hierarchy clashes with any previously published Copper measure or any measure in the cube description.
hasCache() - Method in interface com.qfs.chunk.direct.allocator.IBlockAllocator
Returns whether the allocator has cache capabilities.
hasCache() - Method in class com.qfs.chunk.direct.allocator.impl.ABlockAllocator
 
hasCache() - Method in class com.qfs.chunk.direct.allocator.impl.BlockAllocatorManager
 
hasCache() - Method in class com.qfs.chunk.direct.allocator.impl.UnsafeAllocator
 
hasCalculated(int) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Checks if there is any calculated member on a given hierarchy.
hasCalculated(int) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
hasCellCountOf(int) - Method in interface com.qfs.pivot.testing.ICellSetTester
Test the number of cells in the CellSet.
hasChildUpdatesToReplay() - Method in class com.quartetfs.biz.pivot.query.registration.impl.AFastForwardingRegistrationAwareListener
Checks if the children listeners (if any) of this listener still have updates to replay.
hasChildUpdatesToReplay() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxContinuousQueryListener
Checks if the children listeners (if any) of this listener still have updates to replay.
hasChildUpdatesToReplay() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxDecoratorMultiplexer
 
hasChildUpdatesToReplay() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxNotificationQueryListener
Checks if the children listeners (if any) of this listener still have updates to replay.
hasCompletedWork() - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleterWithChildren
Returns true iff this completer has completed all its work, regardless of its actual completion status (e.g.
hasCompletedWork() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.PrimitiveRetrievalsPerPoolTask
 
hasCompletedWork() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.PrimitiveRetrievalsPerPoolTask.PrimitiveRetrievalsPerPoolPerLocationTask
 
hasCompletedWork() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
hasCompletedWork() - Method in class com.quartetfs.biz.pivot.query.impl.SnapshotProcessingTask
 
hasContextValues(IActivePivotContentService) - Static method in class com.qfs.pivot.content.impl.ActivePivotContentServiceUtil
Returns true if the given instance has any context values pushed into the given content service.
hasCursorConditions() - Method in class com.qfs.store.query.plan.condition.impl.ParsedCondition
 
hasDecisionField() - Method in class com.qfs.store.part.impl.APartitioningNode
Returns whether this partitioning node has a decision field.
hasDecisionField() - Method in class com.qfs.store.part.impl.PartitioningNode
 
hasDecisionField() - Method in class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModulo
 
hasDecisionField() - Method in class com.qfs.store.part.impl.SinglePartitionPartitioningNode
 
hasDictionary() - Method in class com.qfs.index.impl.SecondaryRecordIndexVersion
 
hasDictionary() - Method in interface com.qfs.index.ISecondaryRecordIndexVersion
Returns whether or not the index has a dictionary to map the indexed points.
hasDictionary(String, String) - Method in interface com.activeviam.store.structure.IDatastoreStructure
Checks if a field is dictionarized.
hasDictionary(String, String) - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
hasEdge(String, String) - Method in class com.qfs.store.impl.UserStoreGraph
 
hasEdge(K, K) - Method in interface com.qfs.graph.IDirectedGraph
Checks the existence of an edge between two nodes.
hasEdge(K, K) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
hasEdge(K, K) - Method in class com.qfs.graph.impl.DirectedGraph
 
hasEdge(K, K) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
hasEpochDimensionEnabled() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
Indicate if the epoch dimension is enabled in one of the pivots of this schema or not.
hasErrors() - Method in interface com.qfs.snl.agent.service.IMonitoringStream
Gets flag indicating if the monitoring has errors.
hasErrors() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
hasErrors(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Indicates if errors occurred on the given monitoring.
hasErrors(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
hasException() - Method in class com.qfs.concurrent.impl.FutureValue
Returns whether the computation of the future value has encountered an exception.
hasExecutionPlanningPrintEnabled() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Returns whether the execution planning print is enabled or not.
hasExecutionTimingPrintEnabled() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Returns whether the execution timing print is enabled or not.
hasExistingStream() - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Gets if the query is already bound to a stream.
hasExternalTable() - Method in interface com.activeviam.database.api.schema.IDatabaseSchema
Indicates if there is at least one table not in memory.
hasExternalTable() - Method in interface com.activeviam.database.api.schema.IDatabaseSchemaEntityResolver
Indicates if it has at least one table not in memory.
hasExternalTable() - Method in class com.activeviam.store.structure.impl.DatastoreSchema
 
hasFailed(Predicate<Exception>) - Method in interface com.qfs.pivot.testing.ICellSetTester
Test that the query failed with an exception matching a given predicate.
hasFailed(Predicate<Exception>) - Method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellsetTester
 
hasFailed(Predicate<Exception>) - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester
 
hasFakeMember() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchy
 
hasFakeMember() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchyVersion
 
hasFakeMember() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
hasFakeMember() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IDistributedHierarchy
Returns whether this hierarchy has been contributed with a fake member or not.
hasField(String) - Method in interface com.activeviam.database.api.schema.IDataTable
Checks if the table has a field with a given name.
hasFromTime() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
hasFromTime() - Method in class com.qfs.snl.impl.TimePeriod
 
hasFromTime() - Method in interface com.qfs.snl.ITimePeriod
Gets if the period has a start boundary.
hashcode(ITuple) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Compute the hashcode of a tuple.
hashcode(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Computes the hashCode of a member.
hashcode(IMdxMember[]) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Computes the tuple hashcode of hierarchy location array (identical to doing new Tuple(members).hashcode().
hashCode - Variable in class com.qfs.dic.impl.Point
Hash code of the point.
hashCode() - Method in class com.activeviam.agg.impl.AUserDefinedAggregation
 
hashCode() - Method in class com.activeviam.cloud.entity.impl.ACloudDirectory
 
hashCode() - Method in class com.activeviam.cloud.entity.impl.AEntityPath
 
hashCode() - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
hashCode() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
 
hashCode() - Method in class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger.MergeCopperFunction
 
hashCode() - Method in class com.activeviam.copper.hierarchy.CartesianProductValuesSupplier
 
hashCode() - Method in class com.activeviam.copper.hierarchy.MapValuesSupplier
 
hashCode() - Method in class com.activeviam.copper.hierarchy.SetValuesSupplier
 
hashCode() - Method in class com.activeviam.copper.hierarchy.StoreMultipleFieldDistinctValuesSupplier
 
hashCode() - Method in class com.activeviam.copper.hierarchy.StoreSingleFieldDistinctValuesSupplier
 
hashCode() - Method in class com.activeviam.copper.HierarchyIdentifier
 
hashCode() - Method in class com.activeviam.copper.HierarchySchemaCoordinate
 
hashCode() - Method in class com.activeviam.copper.LevelIdentifier
 
hashCode() - Method in class com.activeviam.copper.LevelToField
 
hashCode() - Method in class com.activeviam.copper.measure.ShiftMeasure.ConditionShift
 
hashCode() - Method in class com.activeviam.copper.measure.ShiftMeasure.LambdaShift
 
hashCode() - Method in class com.activeviam.copper.measure.ShiftMeasure.LevelShift
 
hashCode() - Method in class com.activeviam.copper.measure.window.AggregationToWindowTraversal.ReducerSupplier
 
hashCode() - Method in class com.activeviam.copper.measure.window.WindowBuilder.ConstantPartitionByValueProvider
 
hashCode() - Method in class com.activeviam.copper.measure.window.WindowBuilder.PartitionByParentProvider
 
hashCode() - Method in class com.activeviam.copper.MemberAndValue
Deprecated.
 
hashCode() - Method in class com.activeviam.copper.operation.function.ACopperFunction
Deprecated.
Forces implementation to override Object.hashCode().
hashCode() - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
 
hashCode() - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
 
hashCode() - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
 
hashCode() - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
 
hashCode() - Method in class com.activeviam.copper.operation.function.ConstantCopperFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.ContextValueFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.CopperHierarchyValueFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.CopperLevelValueFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.ReaderCopperFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.ToBooleanRecordMapFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.ToDoubleRecordMapFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.ToDoubleUnaryFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.ToFloatRecordMapFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.ToFloatUnaryFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.ToIntRecordMapFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.ToIntUnaryFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.ToLongRecordMapFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.ToLongUnaryFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.ToObjectRecordMapFunction
 
hashCode() - Method in class com.activeviam.copper.operation.function.ToObjectUnaryFunction
 
hashCode() - Method in class com.activeviam.copper.operation.operator.ToBooleanUnaryFunction
 
hashCode() - Method in class com.activeviam.copper.ProviderCoordinate
 
hashCode() - Method in class com.activeviam.copper.recast.CubeStructureChange
 
hashCode() - Method in class com.activeviam.copper.store.BasicStoreField
 
hashCode() - Method in class com.activeviam.copper.store.JoinedStoreField
 
hashCode() - Method in class com.activeviam.copper.store.JoinKey
 
hashCode() - Method in class com.activeviam.database.api.experimental.refresh.ChangeDescription
 
hashCode() - Method in class com.activeviam.database.api.experimental.refresh.TableUpdateDetail
 
hashCode() - Method in class com.activeviam.database.api.query.AliasedField
 
hashCode() - Method in class com.activeviam.database.api.query.DistinctQuery
 
hashCode() - Method in class com.activeviam.database.api.query.GetByKeyQuery
 
hashCode() - Method in class com.activeviam.database.api.query.ListQuery
 
hashCode() - Method in class com.activeviam.database.api.query.PartitionStatistics
 
hashCode() - Method in class com.activeviam.database.api.schema.DatabaseId
 
hashCode() - Method in class com.activeviam.database.api.schema.DataTable
 
hashCode() - Method in class com.activeviam.database.api.schema.DataTableField
 
hashCode() - Method in class com.activeviam.database.api.schema.FieldPath
 
hashCode() - Method in class com.activeviam.database.api.schema.ITableJoin.FieldMapping
 
hashCode() - Method in class com.activeviam.database.api.schema.JoinPath
 
hashCode() - Method in class com.activeviam.database.api.schema.ReachableField
 
hashCode() - Method in class com.activeviam.database.api.schema.StoreField
 
hashCode() - Method in class com.activeviam.database.api.schema.TableJoin
 
hashCode() - Method in class com.activeviam.database.commons.api.numa.desc.impl.CustomNumaSelectorDescription
 
hashCode() - Method in class com.activeviam.database.commons.api.numa.desc.impl.NumaSelectorFromJoinDescription
 
hashCode() - Method in class com.activeviam.database.commons.api.numa.desc.impl.NumaSelectorFromTableDescription
 
hashCode() - Method in class com.activeviam.database.sql.api.schema.SqlJoin
 
hashCode() - Method in class com.activeviam.database.sql.api.schema.SqlTableId
 
hashCode() - Method in class com.activeviam.dic.provider.IApplicationDictionaryProvider.GlobalDictionaryKey
 
hashCode() - Method in class com.activeviam.dic.provider.impl.DictionaryConfiguration
 
hashCode() - Method in class com.activeviam.dic.provider.impl.DictionaryUpdateImpact
 
hashCode() - Method in class com.activeviam.dic.provider.impl.GlobalDictionaryTransactionResult
 
hashCode() - Method in class com.activeviam.dic.provider.impl.LocalDictionaryTransactionResult
 
hashCode() - Method in class com.activeviam.msg.csv.impl.CloudFileInfo
 
hashCode() - Method in class com.activeviam.pivot.json.tracing.JsonTraceLog
 
hashCode() - Method in class com.activeviam.pivot.json.tracing.JsonTracingInfo
 
hashCode() - Method in class com.activeviam.pivot.rest.dataexport.converters.LevelTypePair
 
hashCode() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.SecondaryIndexKey
 
hashCode() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.UniqueIndexKey
 
hashCode() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.VersionPartitionKey
 
hashCode() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.VersionReferenceKey
 
hashCode() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.VersionStoreKey
 
hashCode() - Method in class com.activeviam.store.structure.graph.FieldKey
 
hashCode() - Method in class com.activeviam.store.structure.graph.IndexKey
 
hashCode() - Method in class com.activeviam.store.structure.graph.ReferenceKey
 
hashCode() - Method in class com.activeviam.store.structure.graph.StoreKey
 
hashCode() - Method in class com.activeviam.store.structure.impl.StoreMetadataHolder
 
hashCode() - Method in class com.activeviam.type.FieldType
 
hashCode() - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
hashCode() - Method in class com.qfs.agg.impl.AAggregation
 
hashCode() - Method in class com.qfs.agg.impl.AMultiSourceAggregation
 
hashCode() - Method in class com.qfs.agg.impl.Timestamp
 
hashCode() - Method in class com.qfs.bitmap.impl.Bitmap
hashCode() - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
hashCode() - Method in class com.qfs.bitmap.impl.QFSBitmap
 
hashCode() - Method in interface com.qfs.chunk.IAllocationSettings
 
hashCode() - Method in class com.qfs.chunk.impl.VectorsAllocationSettings
 
hashCode() - Method in class com.qfs.content.service.audit.impl.AuditableCSEntry
 
hashCode() - Method in class com.qfs.content.service.audit.impl.AuditAction
 
hashCode() - Method in class com.qfs.content.service.impl.BasicPathlessContentEntry
 
hashCode() - Method in class com.qfs.content.service.impl.ContentEntry
 
hashCode() - Method in class com.qfs.content.service.impl.ContentTree
 
hashCode() - Method in class com.qfs.content.service.impl.ContentUpdate
 
hashCode() - Method in class com.qfs.content.service.impl.CSEntry
 
hashCode() - Method in class com.qfs.content.service.impl.PathlessContentEntry
 
hashCode() - Method in class com.qfs.content.ws.impl.JsonContentUpdate
 
hashCode() - Method in class com.qfs.desc.impl.FieldDescription
 
hashCode() - Method in class com.qfs.desc.impl.OptimizationDescription
 
hashCode() - Method in class com.qfs.desc.impl.ReferenceDescription
 
hashCode() - Method in class com.qfs.desc.impl.StoreDescription
 
hashCode() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
hashCode() - Method in class com.qfs.dic.impl.Point
 
hashCode() - Method in class com.qfs.fwk.cache.impl.TtlCache.CachedValue
 
hashCode() - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
hashCode() - Method in class com.qfs.graph.impl.DirectedGraph
 
hashCode() - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
hashCode() - Method in class com.qfs.jwt.service.impl.JwtRestServiceController.Token
 
hashCode() - Method in class com.qfs.messenger.impl.LocalMessenger.LocalAddress
 
hashCode() - Method in class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
 
hashCode() - Method in class com.qfs.monitoring.statistic.impl.BooleanArrayStatisticAttribute
 
hashCode() - Method in class com.qfs.monitoring.statistic.impl.BooleanStatisticAttribute
 
hashCode() - Method in class com.qfs.monitoring.statistic.impl.DoubleArrayStatisticAttribute
 
hashCode() - Method in class com.qfs.monitoring.statistic.impl.DoubleStatisticAttribute
 
hashCode() - Method in class com.qfs.monitoring.statistic.impl.FloatArrayStatisticAttribute
 
hashCode() - Method in class com.qfs.monitoring.statistic.impl.FloatStatisticAttribute
 
hashCode() - Method in class com.qfs.monitoring.statistic.impl.IntegerArrayStatisticAttribute
 
hashCode() - Method in class com.qfs.monitoring.statistic.impl.IntegerStatisticAttribute
 
hashCode() - Method in class com.qfs.monitoring.statistic.impl.LongArrayStatisticAttribute
 
hashCode() - Method in class com.qfs.monitoring.statistic.impl.LongStatisticAttribute
 
hashCode() - Method in class com.qfs.monitoring.statistic.impl.MonitoringStatistic
 
hashCode() - Method in class com.qfs.monitoring.statistic.impl.StringArrayStatisticAttribute
 
hashCode() - Method in class com.qfs.monitoring.statistic.impl.StringStatisticAttribute
 
hashCode() - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
hashCode() - Method in class com.qfs.msg.csv.filesystem.impl.FileSystemFileInfo
 
hashCode() - Method in class com.qfs.msg.csv.impl.ACompressedEntryFileInfo
 
hashCode() - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
 
hashCode() - Method in class com.qfs.multiversion.impl.BranchInfo
 
hashCode() - Method in class com.qfs.multiversion.impl.Epoch
 
hashCode() - Method in class com.qfs.pivot.agg.impl.MultiFieldAggregatedElement
 
hashCode() - Method in class com.qfs.pivot.agg.impl.SingleFieldAggregatedElement
 
hashCode() - Method in class com.qfs.pivot.content.impl.DescriptionWithPermissions
 
hashCode() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteDimensionTransactionData
 
hashCode() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteTransactionInformation
 
hashCode() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction.RemoteHierarchyTransactionData
 
hashCode() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.FilterCache
 
hashCode() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.CubeFilterWrapper
 
hashCode() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.ProviderFilterKey
 
hashCode() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.ProviderPartitionFilterCache
 
hashCode() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.LeafFilterCompiler.LeafConditionCache
 
hashCode() - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationContext
 
hashCode() - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationParts
 
hashCode() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocation
 
hashCode() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocationWithParent
 
hashCode() - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector.ContributionTask
 
hashCode() - Method in class com.qfs.pivot.impl.DataNodeManager.CubeEndPointInfo
 
hashCode() - Method in class com.qfs.pivot.json.branch.JsonBranchDescription
 
hashCode() - Method in class com.qfs.pivot.json.branch.JsonBranchPermissions
 
hashCode() - Method in class com.qfs.pivot.json.database.JsonDatabaseDiscovery
 
hashCode() - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
 
hashCode() - Method in class com.qfs.pivot.json.database.JsonDatabaseJoin
 
hashCode() - Method in class com.qfs.pivot.json.database.JsonTableResult
 
hashCode() - Method in class com.qfs.pivot.json.discovery.ContextValueDiscovery
 
hashCode() - Method in class com.qfs.pivot.json.query.JsonContinuousMdxQuery
 
hashCode() - Method in class com.qfs.pivot.json.query.JsonMdxQuery
 
hashCode() - Method in class com.qfs.pivot.json.query.JsonMdxQueryPlan
 
hashCode() - Method in class com.qfs.pivot.json.query.JsonRange
 
hashCode() - Method in class com.qfs.pivot.json.query.JsonStreamingRequest
 
hashCode() - Method in class com.qfs.pivot.json.query.JsonStreamRegistration
 
hashCode() - Method in class com.qfs.pivot.json.query.JsonStreams
 
hashCode() - Method in class com.qfs.pivot.json.query.JsonStreamSnapshot
 
hashCode() - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
 
hashCode() - Method in class com.qfs.pool.impl.PoolUtil.PoolConfig
 
hashCode() - Method in class com.qfs.repository.context.impl.LookupBehavior
 
hashCode() - Method in class com.qfs.repository.coordinates.impl.AIndexableCoordinates
 
hashCode() - Method in class com.qfs.repository.coordinates.impl.Coordinates
 
hashCode() - Method in class com.qfs.repository.coordinates.impl.Erasure
 
hashCode() - Method in class com.qfs.repository.dto.CoordinatesDto
 
hashCode() - Method in class com.qfs.repository.dto.ParameterUpdateDto
 
hashCode() - Method in class com.qfs.repository.dto.PointValueDto
 
hashCode() - Method in class com.qfs.repository.dto.PointValueDto.KeyDto
 
hashCode() - Method in class com.qfs.repository.dto.RepositoryResultDto
 
hashCode() - Method in class com.qfs.repository.dto.UpdateRequestDto
 
hashCode() - Method in class com.qfs.repository.impl.RepositoryResult
 
hashCode() - Method in class com.qfs.repository.params.impl.ParameterUpdate
 
hashCode() - Method in class com.qfs.repository.persistence.impl.UpdateRequest
 
hashCode() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
hashCode() - Method in class com.qfs.security.impl.BranchPermissions
 
hashCode() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
 
hashCode() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
 
hashCode() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
hashCode() - Method in class com.qfs.snl.alerts.impl.DuringTask
 
hashCode() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
hashCode() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
hashCode() - Method in class com.qfs.snl.data.impl.SentinelState
 
hashCode() - Method in class com.qfs.snl.dtos.AgentConnectionDetailsDto
 
hashCode() - Method in class com.qfs.snl.dtos.AgentDescriptionDto
 
hashCode() - Method in class com.qfs.snl.dtos.AlertDto
 
hashCode() - Method in class com.qfs.snl.dtos.AuditDto
 
hashCode() - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
hashCode() - Method in class com.qfs.snl.dtos.EventDto
hashCode() - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
 
hashCode() - Method in class com.qfs.snl.dtos.MessageDto
 
hashCode() - Method in class com.qfs.snl.dtos.MonitorDto
 
hashCode() - Method in class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
 
hashCode() - Method in class com.qfs.snl.dtos.StateDto
hashCode() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
hashCode() - Method in class com.qfs.snl.dtos.UserDto
 
hashCode() - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
 
hashCode() - Method in class com.qfs.snl.dtos.ws.ATypedDto
 
hashCode() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
 
hashCode() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
 
hashCode() - Method in class com.qfs.snl.impl.TimePeriod
 
hashCode() - Method in class com.qfs.snl.messages.impl.AMessage
 
hashCode() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
hashCode() - Method in class com.qfs.snl.monitors.impl.Monitor
 
hashCode() - Method in class com.qfs.snl.persistence.impl.AAudit
 
hashCode() - Method in class com.qfs.snl.persistence.impl.ADbInfo
 
hashCode() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
hashCode() - Method in class com.qfs.snl.workflows.impl.WorkflowKey
 
hashCode() - Method in class com.qfs.snl.workflows.impl.WorkflowSchema
 
hashCode() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
hashCode() - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint.StreamIds
Deprecated.
 
hashCode() - Method in class com.qfs.store.impl.SchemaSelectionSession
 
hashCode() - Method in class com.qfs.store.impl.StoreFieldName
 
hashCode() - Method in class com.qfs.store.impl.StoreFormat
 
hashCode() - Method in class com.qfs.store.impl.StoreSummaryReport
 
hashCode() - Method in class com.qfs.store.impl.StoreSummaryReport.PartitionSummaryReport
 
hashCode() - Method in class com.qfs.store.impl.StoreUtils.TranslationResult
Deprecated.
 
hashCode() - Method in class com.qfs.store.impl.UserStoreGraph
 
hashCode() - Method in class com.qfs.store.impl.UserStorePartitionVersion
 
hashCode() - Method in class com.qfs.store.impl.UserStoreVersion
 
hashCode() - Method in class com.qfs.store.part.impl.AdaptivePartitioningDescription
 
hashCode() - Method in class com.qfs.store.part.impl.APartitioningNode
 
hashCode() - Method in class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning
 
hashCode() - Method in class com.qfs.store.part.impl.APartitioningWithMultipleStandalonePartitionings
 
hashCode() - Method in class com.qfs.store.part.impl.ConstantPartitioningDescription
 
hashCode() - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
 
hashCode() - Method in class com.qfs.store.part.impl.HierarchicalPartitioningDescription
 
hashCode() - Method in class com.qfs.store.part.impl.ModuloFunctionDescription
 
hashCode() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
 
hashCode() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction
 
hashCode() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription
 
hashCode() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription
 
hashCode() - Method in class com.qfs.store.part.impl.NumaNodeUtil.IdentityNumaNodeSelector
 
hashCode() - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
hashCode() - Method in class com.qfs.store.part.impl.PartitioningDescription
 
hashCode() - Method in class com.qfs.store.part.impl.PartitioningNodeDescription
 
hashCode() - Method in class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModulo
 
hashCode() - Method in class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModuloDescription
 
hashCode() - Method in class com.qfs.store.part.impl.PartitioningUtil.ModuloFunction
 
hashCode() - Method in class com.qfs.store.part.impl.PartitioningUtil.PowerOfTwoModuloFunction
 
hashCode() - Method in class com.qfs.store.part.impl.SinglePartitioning
 
hashCode() - Method in class com.qfs.store.query.plan.impl.TreeStoreNode
 
hashCode() - Method in class com.qfs.store.record.impl.ARecordBlock
 
hashCode() - Method in class com.qfs.store.record.impl.ARecordReader
 
hashCode() - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
hashCode() - Method in class com.qfs.store.record.impl.RecordFormat
 
hashCode() - Method in interface com.qfs.store.record.IRecordBlock
Returns the hash code value for this block.
hashCode() - Method in class com.qfs.store.ref.impl.AConcreteReferenceFactory
 
hashCode() - Method in class com.qfs.store.ref.impl.ReferenceMetadata
 
hashCode() - Method in class com.qfs.store.selection.impl.CompositeSelection
 
hashCode() - Method in class com.qfs.store.selection.impl.Selection
 
hashCode() - Method in class com.qfs.store.service.impl.BranchCreationDescription
 
hashCode() - Method in class com.qfs.store.service.impl.BranchDescription
 
hashCode() - Method in class com.qfs.store.service.impl.DatabaseDiscovery
 
hashCode() - Method in class com.qfs.store.service.impl.DatabaseFieldDescription
 
hashCode() - Method in class com.qfs.store.service.impl.DatabaseJoinDescription
 
hashCode() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation
 
hashCode() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation.StoreTransactionStatistics
 
hashCode() - Method in class com.qfs.util.impl.CharArraySubSequence
Deprecated.
 
hashCode() - Method in class com.qfs.util.impl.QfsConcurrency.BlockingQueryHolder
Deprecated.
 
hashCode() - Method in class com.qfs.util.impl.RangeUnion
Deprecated.
 
hashCode() - Method in class com.qfs.util.IRangeUnion.Range
Deprecated.
 
hashCode() - Method in class com.qfs.util.tar.impl.TarEntry
 
hashCode() - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
hashCode() - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
hashCode() - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
hashCode() - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
hashCode() - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
hashCode() - Method in class com.qfs.vector.impl.ABlockVector
 
hashCode() - Method in class com.qfs.vector.impl.ADelegateReadOnlyVector
 
hashCode() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
hashCode() - Method in class com.qfs.vector.impl.AVector
 
hashCode() - Method in class com.qfs.vector.impl.EmptyVector
 
hashCode() - Method in class com.qfs.vector.impl.ZeroVector
 
hashCode() - Method in interface com.qfs.vector.IVector
hashCode() - Method in class com.qfs.versions.service.ApisDto
 
hashCode() - Method in class com.qfs.versions.service.ApiVersionDto
 
hashCode() - Method in class com.qfs.versions.service.VersionDto
 
hashCode() - Method in class com.qfs.webservices.ActivePivotDiscovery
 
hashCode() - Method in class com.qfs.webservices.CatalogDiscovery
 
hashCode() - Method in class com.qfs.webservices.CubeDiscovery
 
hashCode() - Method in class com.qfs.webservices.DimensionDiscovery
 
hashCode() - Method in class com.qfs.webservices.HierarchyDiscovery
 
hashCode() - Method in class com.qfs.webservices.LevelDiscovery
 
hashCode() - Method in class com.qfs.webservices.MeasureDiscovery
 
hashCode() - Method in class com.qfs.websocket.endpoint.impl.AWsSessionMultiplexer
 
hashCode() - Method in class com.qfs.websocket.endpoint.impl.MultiplexedJsonWsSession
 
hashCode() - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
hashCode() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter.QueryResult
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumn
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumnSet
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughColumn
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughHeader
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughRow
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.impl.AContextValue
All Context values must implement hashcode method.
hashCode() - Method in class com.quartetfs.biz.pivot.context.impl.AsOfEpoch
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.impl.Branch
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.impl.ContextSnapshot
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.impl.DiscreteRangeContextValue
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnDto
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnSetDto
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.impl.FlatContextValuesHolder
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter.NonVisualFilteredHierarchy
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimit
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.impl.UserAuthentication
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeElement
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
 
hashCode() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
hashCode() - Method in class com.quartetfs.biz.pivot.contribution.impl.SimpleAggregatedContributionHolder
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMember
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.ALevel
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.AnalysisHierarchyInfo
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.DiscriminatorComparator
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.OlapElement
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AMeasureMember
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.LevelDomainDictionaryKey
 
hashCode() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.PointLocation
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotManagerDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaInstanceDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.ADescriptionWithImports
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisHierarchyDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisHierarchyDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnSetDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.CatalogDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.ClusterDefinition
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorOrderDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotInstanceDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.FilterDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiGoalDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiStatusDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiTrendDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiValueDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.NativeMeasureDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderFilters
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.PluginDefinition
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition.DistributedApplicationDefinition
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition
 
hashCode() - Method in class com.quartetfs.biz.pivot.definitions.impl.SelectionDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.dto.AggregateDTO
 
hashCode() - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
hashCode() - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
 
hashCode() - Method in class com.quartetfs.biz.pivot.dto.AxisPositionDTO
 
hashCode() - Method in class com.quartetfs.biz.pivot.dto.CellDTO
 
hashCode() - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
 
hashCode() - Method in class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
 
hashCode() - Method in class com.quartetfs.biz.pivot.dto.DrillthroughResultDTO
 
hashCode() - Method in class com.quartetfs.biz.pivot.dto.DrillthroughRowDTO
 
hashCode() - Method in class com.quartetfs.biz.pivot.dto.HierarchyDTO
 
hashCode() - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
 
hashCode() - Method in class com.quartetfs.biz.pivot.dto.Path
 
hashCode() - Method in class com.quartetfs.biz.pivot.dto.PermissionsMapDTO
 
hashCode() - Method in class com.quartetfs.biz.pivot.dto.RangeDTO
 
hashCode() - Method in interface com.quartetfs.biz.pivot.ILocation
Special implementation of Object.hashCode() for locations.
hashCode() - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Return the partial hash code of this location pattern.
hashCode() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSelectionOptimizer.SelectionDefinition
 
hashCode() - Method in class com.quartetfs.biz.pivot.impl.APointLocationListReader
 
hashCode() - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
hashCode() - Method in class com.quartetfs.biz.pivot.impl.ImmutableSubPointLocation
 
hashCode() - Method in class com.quartetfs.biz.pivot.impl.Location
 
hashCode() - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
hashCode() - Method in class com.quartetfs.biz.pivot.impl.ModifiedLocation
 
hashCode() - Method in class com.quartetfs.biz.pivot.impl.MutableSubLocation
 
hashCode() - Method in class com.quartetfs.biz.pivot.impl.MutableSubPointLocation
 
hashCode() - Method in class com.quartetfs.biz.pivot.impl.PivotMetadata
Deprecated.
 
hashCode() - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
hashCode() - Method in class com.quartetfs.biz.pivot.impl.PointLocationListReader
 
hashCode() - Method in class com.quartetfs.biz.pivot.impl.PointLocationListReader.ImmutablePointLocationListReader
 
hashCode() - Method in class com.quartetfs.biz.pivot.impl.RestrictedLocation
 
hashCode() - Method in class com.quartetfs.biz.pivot.impl.SubLocation
 
hashCode() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
 
hashCode() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ALeafLevelsPrefetcher
 
hashCode() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.AUnderlyingMeasuresPrefetcher
 
hashCode() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ChildPrefetcher
 
hashCode() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ParentPrefetcher
 
hashCode() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.TimeLineHelpers.LocationKey
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.ExternalResult
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAsyncAggregatesContinuousHandler
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever.ExecutionPlanKey
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesEntry
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDefinition
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDescription
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.MissedPrefetchBehavior
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TimeLineHandler
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PartitioningAwarePpNode.PartitioningAwarePpDependencyKey
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph.PpDependencyKey
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph.PrimitiveAggregationDependencyKey
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph.PrimitiveDependencyKey
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatastoreRetrievalResultHolder
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RetrievalKey
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RetrievalResultHolder
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughQuery
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.impl.MDXQuery
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.missing.impl.AnyPathUnresolvedPath
 
hashCode() - Method in class com.quartetfs.biz.pivot.query.missing.impl.UnresolvedPath
 
hashCode() - Method in class com.quartetfs.biz.pivot.security.impl.AEntitlement
 
hashCode() - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManagerKey
 
hashCode() - Method in class com.quartetfs.biz.pivot.security.impl.PivotEntitlement
 
hashCode() - Method in class com.quartetfs.biz.pivot.streaming.impl.ActivePivotEvent
 
hashCode() - Method in class com.quartetfs.biz.pivot.streaming.impl.ActivePivotQueryStreamIdentifier
 
hashCode() - Method in class com.quartetfs.biz.pivot.streaming.impl.AggregatesEvent
 
hashCode() - Method in class com.quartetfs.biz.pivot.streaming.impl.FullRefreshEvent
 
hashCode() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamIdentifier
 
hashCode() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellsFollower.LooseTupleWrapper
 
hashCode() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
 
hashCode() - Method in class com.quartetfs.biz.xmla.compression.impl.ByteString
 
hashCode() - Method in class com.quartetfs.biz.xmla.servlet.impl.CancelCommand
Deprecated.
 
hashCode() - Method in class com.quartetfs.biz.xmla.servlet.impl.SchemaCacheKey
 
hashCode() - Method in class com.quartetfs.biz.xmla.servlet.impl.StatementCommand
Deprecated.
 
hashCode() - Method in class com.quartetfs.fwk.filtering.impl.LogicalCondition
 
hashCode() - Method in class com.quartetfs.fwk.filtering.impl.MatchingCondition
 
hashCode() - Method in class com.quartetfs.fwk.filtering.impl.MultipleAccessor
 
hashCode() - Method in class com.quartetfs.fwk.filtering.impl.SingleAccessor
 
hashCode() - Method in class com.quartetfs.fwk.filtering.impl.SubCondition
 
hashCode() - Method in class com.quartetfs.fwk.format.impl.APatternFormatter
 
hashCode() - Method in class com.quartetfs.fwk.format.impl.DateFormatter
 
hashCode() - Method in class com.quartetfs.fwk.format.impl.SubSequence
 
hashCode() - Method in class com.quartetfs.fwk.impl.AProperty
 
hashCode() - Method in class com.quartetfs.fwk.impl.ArrayProperty
 
hashCode() - Method in class com.quartetfs.fwk.impl.CompiledAndChainProperty
 
hashCode() - Method in class com.quartetfs.fwk.impl.CompiledProperty
 
hashCode() - Method in class com.quartetfs.fwk.impl.ListProperty
 
hashCode() - Method in class com.quartetfs.fwk.impl.Pair
 
hashCode() - Method in class com.quartetfs.fwk.impl.PropertyInfo
 
hashCode() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
 
hashCode() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming.JsonSelectionField
 
hashCode() - Method in class com.quartetfs.fwk.ordering.impl.AlphabeticalComparator
 
hashCode() - Method in class com.quartetfs.fwk.ordering.impl.ComparableComparator
 
hashCode() - Method in class com.quartetfs.fwk.ordering.impl.CustomComparator
 
hashCode() - Method in class com.quartetfs.fwk.ordering.impl.DoubleComparator
 
hashCode() - Method in class com.quartetfs.fwk.ordering.impl.FloatComparator
 
hashCode() - Method in class com.quartetfs.fwk.ordering.impl.IntComparator
 
hashCode() - Method in class com.quartetfs.fwk.ordering.impl.LongComparator
 
hashCode() - Method in class com.quartetfs.fwk.ordering.impl.NaturalOrderComparator
 
hashCode() - Method in class com.quartetfs.fwk.ordering.impl.PathComparator
 
hashCode() - Method in class com.quartetfs.fwk.ordering.impl.ReverseOrderComparator
 
hashCode() - Method in class com.quartetfs.fwk.ordering.impl.StringComparator
 
hashCode() - Method in class com.quartetfs.fwk.ordering.impl.ToStringComparator
 
hashCode() - Method in class com.quartetfs.fwk.query.impl.AListQuery
 
hashCode() - Method in class com.quartetfs.fwk.security.impl.SecurityDetails
 
hashCode() - Method in class com.quartetfs.fwk.types.impl.FactoryValue
 
hashCode() - Method in class com.quartetfs.fwk.types.impl.PluginValue
The hash code of a light plugin value is the hash code of its key.
hashCode() - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
Hash code is computed exclusively from the tuple coordinates, and is compatible with the standard mapped tuple implementation.
hashCode() - Method in class com.quartetfs.fwk.util.impl.GenericList
 
hashCode() - Method in class com.quartetfs.fwk.util.impl.MappedTuple
Hash code is computed exclusively from the tuple coordinates.
hashCode() - Method in class com.quartetfs.fwk.util.impl.StringProperty
 
hashCode() - Method in class com.quartetfs.pivot.mdx.eval.impl.ATuple
 
hashCode() - Method in class com.quartetfs.pivot.mdx.eval.impl.MutableMaskTuple
 
hashCode() - Method in class com.quartetfs.pivot.mdx.eval.impl.Tuple
 
hashCode() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ASet
 
hashCode() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.EmptySet
 
hashCode() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets.ToRangeSetResult
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFixedFunctionDefinition
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFunctionDefinition
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AOptionalArgumentsInSerieFunctionDefinition
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.base.impl.ASingleOptionalArgFunctionDefinition
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.base.impl.ASingleOptionalKeywordFunctionDefinition
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AVarArgSingleTypeFunctionDefinition
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.base.impl.MatchResult
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.base.impl.ReturnFunction
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.impl.ATopBottomCountFunctionDefinition
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.impl.ATopBottomXFunctionDefinition
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.impl.OpeningClosingPeriodFunctionDefinition
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.impl.SetUnionFunctionDefinition
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.impl.TopBottomPercentFunctionDefinition
 
hashCode() - Method in class com.quartetfs.pivot.mdx.func.impl.TopBottomSumFunctionDefinition
 
hashCode() - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
 
hashCode() - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependency
 
hashCode() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMember
 
hashCode() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMemberProperty
 
hashCode() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxActiveMeasureMember
 
hashCode() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
hashCode() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxDimension
 
hashCode() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
hashCode() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxHierarchy
 
hashCode() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxLevel
 
hashCode() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxPastPeriodRangeEpochMember
 
hashCode() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxPivotMember
 
hashCode() - Method in class com.quartetfs.pivot.mdx.plan.impl.AggregateKey
 
hashCode() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.AggregateKeyTask
 
hashCode() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.NamedSetExecTask
 
hashCode() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.TupleExecTask
 
hashCode() - Method in class com.quartetfs.pivot.mdx.plan.impl.ExcludedMember
 
hashCode() - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression
 
hashCode() - Method in class com.quartetfs.pivot.mdx.statement.impl.CaseExpression
 
hashCode() - Method in class com.quartetfs.pivot.mdx.statement.impl.CompoundIdentifier
 
hashCode() - Method in class com.quartetfs.pivot.mdx.statement.impl.Identifier
 
hashCode() - Method in class com.quartetfs.pivot.mdx.statement.impl.Literal
 
hashCode() - Method in class com.quartetfs.pivot.mdx.statement.impl.ReturnElement
 
hashCode() - Method in class com.quartetfs.pivot.mdx.statement.impl.UnresolvedFunctionCall
 
hashCode() - Method in class com.quartetfs.pivot.mdx.utils.impl.CircularBuffer
 
hashCode() - Method in class com.quartetfs.tech.streaming.impl.AxisRanges
 
hashCode() - Method in class com.quartetfs.tech.streaming.impl.FailureEvent
 
hashCode() - Method in class com.quartetfs.tech.streaming.impl.RangeProperty
 
hashCode() - Method in class com.quartetfs.tech.streaming.impl.StreamEvent
 
hashCode() - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
 
hashCode() - Method in class com.quartetfs.tech.streaming.sharing.impl.QueryStreamIdentifier
 
hashCode(boolean) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Returns hash code of a boolean, same as Boolean.hashCode().
hashCode(double) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Returns the hash code of the value, same as Double.hashCode().
hashCode(float) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Returns the hash code of the value, same as Float.hashCode().
hashCode(int) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Returns hash code of an integer, same as Integer.hashCode().
hashCode(int[]) - Static method in class com.qfs.util.impl.PointHashing
Deprecated.
Compute the hash code of the coordinate array.
hashCode(int[], int[]) - Static method in class com.qfs.util.impl.PointHashing
Deprecated.
Compute the hash code of the coordinate array, using a mapping.
hashCode(int, int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
hashCode(int, int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
hashCode(int, int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
hashCode(int, int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
hashCode(int, int) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
hashCode(int, int) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
hashCode(int, int) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
hashCode(int, int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
hashCode(int, int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
hashCode(int, int) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
hashCode(int, int) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
hashCode(int, int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
hashCode(int, int) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
hashCode(int, int) - Method in interface com.qfs.vector.IBlock
Calculates the hashCode of the given portion of the block, as per Arrays.hashCode(Object[]).
hashCode(int, int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
hashCode(long) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Returns hash code of the long, same as in Long.hashCode().
hashCode(IPointList, int) - Static method in class com.qfs.util.impl.PointHashing
Deprecated.
Efficient hash code method to hash a point contained in a point list.
hashCode(IPointList, int, int[]) - Static method in class com.qfs.util.impl.PointHashing
Deprecated.
Efficient hash code method to hash a partial point, the partial coordinates are marked by a wild card array.
hashCode(ICoordinates) - Static method in class com.qfs.repository.coordinates.util.CoordinatesUtil
The hashcode of the coordinates.
hashCode(IRepositoryResult) - Static method in class com.qfs.repository.dto.RepositoryResultDto
Computes the hash code of a result.
hashCode(IParameterUpdate<?, ?>) - Static method in class com.qfs.repository.dto.ParameterUpdateDto
Computes the hash code of an update.
hashCode(IUpdateRequest<?, ?>) - Static method in class com.qfs.repository.dto.UpdateRequestDto
Computes the hash code of an update request.
hashCode(IPointValue) - Static method in class com.qfs.repository.dto.PointValueDto
Generates the hashcode of a pointvalue object.
hashCode(IPointValue.IKey) - Static method in class com.qfs.repository.dto.PointValueDto.KeyDto
Computes the hash code of a key.
hashCode(ISentinelAlert) - Static method in class com.qfs.snl.dtos.AlertDto
Computes the hashcode of a ISentinelAlert.
hashCode(ISentinelEvent) - Static method in class com.qfs.snl.dtos.EventDto
Compute the hashcode of the given ISentinelEvent.
hashCode(ISentinelState) - Static method in class com.qfs.snl.dtos.StateDto
Computes the hashcode of a state.
hashCode(ITimePeriod) - Method in interface com.qfs.snl.ITimePeriod
Computes a hashcode for a time period.
hashCode(IMonitor) - Static method in class com.qfs.snl.dtos.MonitorDto
HashCode for a monitor.
hashCode(IAudit) - Static method in class com.qfs.snl.dtos.AuditDto
Returns the hashcode of the given audit.
hashCode(IEntityWorkflowConfiguration) - Static method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Generates the hashcode of a configuration.
hashCode(IWorkflowSchema) - Static method in interface com.qfs.snl.workflows.IWorkflowSchema
Generates a hashcode for a schema.
hashCode(IRecordReader) - Static method in class com.qfs.store.record.impl.Records
Computes and returns the hashCode of a given record.
hashCode(IMdxContext) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Compute the hashCode of an Mdx context.
hashCode(ILocation) - Method in class com.quartetfs.biz.pivot.impl.LocationDictionary
 
hashCode(IRTExpressionDependency) - Static method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
hashCode(Object) - Method in class com.qfs.snl.persistence.type.impl.AJsonUserType
 
hashCode(Object[]) - Method in class com.qfs.dic.impl.TupleDictionary
 
hashCode(Object...) - Static method in class com.quartetfs.fwk.util.impl.TupleHashing
Compute the hash code of the coordinate array.
HASHMAP_THRESHOLD - Static variable in class com.qfs.store.impl.SparseChunkSet
Deprecated.
The number of non-freed rows, under which we should use a HashMapRowMapping and not a ColumnIntegerRowMapping.
HashMapChunkRecordReader - Class in com.qfs.store.record.impl
A AChunkReader used for sparse chunk sets that use HashMapRowMapping.
HashMapChunkRecordReader(IRecordFormat, SparseChunkSet, HashMapRowMapping) - Constructor for class com.qfs.store.record.impl.HashMapChunkRecordReader
 
HashMapRowMapping - Class in com.qfs.chunk.impl
A IRowMapping powered by a TIntIntHashMap.
HashMapRowMapping(int, int) - Constructor for class com.qfs.chunk.impl.HashMapRowMapping
Constructor.
hashMix(int, int) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Mix a hierarchy index integer with a level index integer into a single integer (with the purpose to compute a hash code).
hasLeafMember(IMdxHierarchy, int) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Checks if the level with given ordinal in the given hierarchy has a leaf member in the sense of the MDX: a member whose only child is a datamember, or a member at the deepest level.
hasLeafMember(IMdxHierarchy, int) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
hasLevelOfGivenOrdinal(List<ILevelInfo>, int) - Static method in class com.activeviam.copper.pivot.pp.AnalyticFunctionPrefetcher
Checks whether the given ordinal matches the ordinal of a level from the given list of levels.
hasListenerForParameter(String) - Method in class com.qfs.repository.impl.RepositoryListenerManager
 
hasListenerForParameter(String) - Method in interface com.qfs.repository.IRepositoryListenerManager
Check if there is at least one registered listener for the input parameter.
hasMdxChanged() - Method in class com.qfs.spring.websocket.impl.StreamState
Deprecated.
 
hasMdxLeafMember(int) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
Check if the level with given ordinal has a leaf member (a member whose only child is a datamember, or a level at the deepest level without child).
hasMdxLeafMember(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
hasMdxLeafMember(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Check if the level with given ordinal has a leaf member (a member whose only child is a datamember, or a level at the deepest level without child).
hasMdxLeafMember(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
hasMdxLeafMember(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
hasMdxLeafMember(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
hasMdxLeafMember(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
hasMeasure(MdxCellSet) - Static method in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Returns true if the mdx of a cellSet contains measures.
hasModifiedMarkedPositions() - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
Returns whether the marked positions have been written to.
hasMultipleStatuses() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Says if the query contains multiple statuses.
hasNext() - Method in class com.activeviam.arrow.read.ArrowCursor
 
hasNext() - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
 
hasNext() - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
 
hasNext() - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
 
hasNext() - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
 
hasNext() - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
 
hasNext() - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
 
hasNext() - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
 
hasNext() - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
 
hasNext() - Method in interface com.qfs.bitmap.IIntIterator
Returns whether there is another value or not.
hasNext() - Method in class com.qfs.bitmap.impl.ChunkedBitmap.ChunkedBitmapIterator
 
hasNext() - Method in class com.qfs.bitmap.impl.QFSBitmap.EmptyIntIterator
 
hasNext() - Method in class com.qfs.heap.impl.MaxHeapDouble
 
hasNext() - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
 
hasNext() - Method in class com.qfs.heap.impl.MaxHeapFloat
 
hasNext() - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
 
hasNext() - Method in class com.qfs.heap.impl.MaxHeapInteger
 
hasNext() - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
 
hasNext() - Method in class com.qfs.heap.impl.MaxHeapLong
 
hasNext() - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
 
hasNext() - Method in class com.qfs.heap.impl.MinHeapDouble
 
hasNext() - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
 
hasNext() - Method in class com.qfs.heap.impl.MinHeapFloat
 
hasNext() - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
 
hasNext() - Method in class com.qfs.heap.impl.MinHeapInteger
 
hasNext() - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
 
hasNext() - Method in class com.qfs.heap.impl.MinHeapLong
 
hasNext() - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
 
hasNext() - Method in class com.qfs.pivot.util.impl.ACartesianProductMultiIterator
Deprecated.
 
hasNext() - Method in interface com.qfs.store.query.ICursor
Deprecated, for removal: This API element is subject to removal in a future version.
Use ICursor.next() to both check for next and move to next at the same time.
hasNext() - Method in class com.qfs.store.query.impl.ACursorIterator
 
hasNext() - Method in class com.qfs.store.query.impl.ConditionCursor
 
hasNext() - Method in class com.qfs.store.query.impl.EmptyResultCursor
 
hasNext() - Method in class com.qfs.store.query.impl.MergeCursor
 
hasNext() - Method in class com.qfs.store.query.impl.RecordArrayCursor
 
hasNext() - Method in class com.qfs.store.query.impl.RowListFlattenerCursor.BatchRecordIterator
Returns whether RowListFlattenerCursor.BatchRecordIterator.next() should return something.
hasNext() - Method in class com.qfs.store.query.impl.RowListFlattenerCursor
 
hasNext() - Method in class com.qfs.store.query.impl.SizeLimitCursor
 
hasNext() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordIterator
 
hasNext() - Method in class com.qfs.util.impl.AFilteringIterator
Deprecated.
 
hasNext() - Method in class com.qfs.util.impl.ATIntFilteredIterator
Deprecated.
 
hasNext() - Method in class com.qfs.util.impl.EmptyIterator
Deprecated.
 
hasNext() - Method in class com.qfs.util.impl.QfsLists.ReverseIterator
Deprecated.
 
hasNext() - Method in class com.qfs.util.impl.SingletonIterator
Deprecated.
 
hasNext() - Method in interface com.qfs.util.IPrimitiveIterator
Returns whether or not the iterator has more elements.
hasNext() - Method in class com.qfs.vector.impl.EmptyVector
 
hasNext() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase.AEpochFilterIterator
 
hasNext() - Method in interface com.quartetfs.biz.pivot.ILocationExpansionProcedure.IExpansionIterator
hasNext() - Method in class com.quartetfs.biz.pivot.impl.LocationUtil.Expander
 
hasNext() - Method in class com.quartetfs.biz.pivot.impl.LocationUtil.RangeLocationExpander
 
hasNext() - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.ICellPlanResultIterator
Returns true if the iteration has more elements.
hasNext() - Method in class com.quartetfs.pivot.mdx.result.impl.BasicMdxCellSetAxisIterator
 
hasNext() - Method in class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet.EmptyMdxCellSetAxisIterator
 
hasNext() - Method in class com.quartetfs.pivot.mdx.result.impl.FilteredMdxCellSetAxisIterator
 
hasNext() - Method in class com.quartetfs.pivot.mdx.utils.impl.StringIterator
 
hasNext(int) - Static method in class com.qfs.messenger.netty.streaming.impl.NettyStreamUtils
Returns whether the chunk is followed by another one.
hasNextAxis() - Method in interface com.quartetfs.pivot.mdx.result.IMdxAxesIterator
Returns true if the iterator has more axes.
hasNextAxis() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
 
hasNextCell() - Method in class com.quartetfs.biz.pivot.mdx.impl.CellDTOIterator
 
hasNextCell() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper.StreamingCellIterator
 
hasNextCell() - Method in interface com.quartetfs.pivot.mdx.result.IMdxCellIterator
Returns whether a cell follows.
hasNextCell() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellIterator
 
hasNextCell() - Method in class com.quartetfs.pivot.mdx.xmla.impl.DummyCellIterator
 
hasNextMember() - Method in interface com.quartetfs.pivot.mdx.result.IMdxAxesIterator
Returns true if the iterator has more members in the current position.
hasNextMember() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
 
hasNextPosition() - Method in interface com.quartetfs.pivot.mdx.result.IMdxAxesIterator
Returns true if the iterator has more positions in the current axis.
hasNextPosition() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
 
hasNextRow() - Method in class com.qfs.store.query.impl.RecordSetRowsIterator
 
hasNextRow() - Method in class com.qfs.store.query.impl.RowListIterator
 
hasNextRow() - Method in interface com.qfs.store.query.IRowsIterator
Returns whether there is a next row or not.
hasNextRun() - Method in class com.qfs.bitmap.impl.QFSRun
 
hasNextTrigger() - Method in class com.quartetfs.pivot.mdx.realtime.impl.PastTriggerTimeProcedure
Indicates if there is an delay to the next update.
hasNoCollision(Map<String, Collection<JoinPath>>) - Static method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.FieldsCollisionHandler
Checks whether a reachable fields map has field name collisions (i.e.
hasNullPath(ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Returns whether the given location has a null path on one of the hierarchies (i.e.
hasNumaSelector() - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
hasOnlyOneCell() - Method in interface com.qfs.pivot.testing.ICellSetTester
Tests that the cellSet has only one cell.
hasOnlyOneCell() - Method in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
 
hasOnlyOneCell() - Method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellsetTester
 
hasOnlyOneCell() - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester
 
hasOnlyOneCellHavingInItsCoordinates(Object) - Method in interface com.qfs.pivot.testing.ICellSetTester
Tests that there is a single cell in the cellSet that has the given value in the position of one of the axes.
hasOnlyOneCellHavingInItsCoordinates(Object) - Method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellsetTester
 
hasOnlyOneCellHavingInItsCoordinates(Object) - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester
 
hasOnlyOneCellWith() - Method in interface com.qfs.pivot.testing.ICellSetTester
Starts filtering the cellSet to find a single cell.
hasOnlyOneCellWith() - Method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellsetTester
 
hasOnlyOneCellWith() - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester
 
hasOverflowed() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.ABitmapAggregateCollector
 
hasOverflowed() - Method in interface com.qfs.pivot.cube.provider.IAggregateCollector
Indicates whether this collector has gone beyond its maximum allowed size.
hasOverflowed() - Method in interface com.qfs.pivot.cube.provider.IExpandLocationsResult
Indicates whether the result has overflowed, either because it has grown above the maximum allowed size itself, or because the collectors against which it is computed have become too large.
hasOverflowed() - Method in class com.qfs.pivot.cube.provider.impl.ExpandLocationResult
 
hasPartitioningOnAllKeyFields() - Method in class com.qfs.store.part.impl.HierarchicalPartitioningDescription
Method to use with HierarchicalPartitioningDescription.isUsedForPartitioning(String) to check if a field is used in the partitioning.
hasPrevious() - Method in class com.qfs.util.impl.QfsLists.ReverseIterator
Deprecated.
 
hasProperties(String) - Static method in class com.qfs.util.impl.QfsProperties
Deprecated.
Returns true if the given properties exists, false otherwise.
hasQueryPlanSummaryEnabled() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Returns whether query plan summary mode is activated or not.
hasRegisteredOnStream(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryMonitor
Returns true if the continuous query is registered under the given stream.
hasRegisteredOnStream(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitor
 
hasRegisteredOnStream(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
 
hasRegisteredOnStream(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
 
hasResource(String) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Returns true if a resource exist at the given path, either in the context class loader, or on the file system.
hasResult() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Returns true if this retrieval has produced its result.
hasResult() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
hasResult() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
hasSameContextValues(IActivePivotContentService, String) - Static method in class com.qfs.pivot.content.impl.ActivePivotContentServiceUtil
Returns true if the given instance has the same context values pushed into the given content service as the ones contained in the given folder.
hasSchemaChanged() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
hasSchemaChanged() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
 
hasSchemaChanged() - Method in class com.qfs.pivot.impl.ARemoteTransaction
Returns whether this transaction has changed the pivot's schema or not (a schema change means new measures, levels or hierarchies).
hasSchemaChanged() - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
Returns whether this transaction has changed the pivot's schema or not (a schema change means new measures, levels or hierarchies).
hasSchemaChanged() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IResettingEvent
Whether the associated pivot topology has changed because of this transaction.
hasSchemaChanged() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
hasSomethingToRead() - Method in class com.qfs.plan.impl.ARecordsStream
To know if the stream still contains records.
hasSomethingToRead() - Method in class com.qfs.plan.impl.IncrementalRecordsStream
 
hasSomethingToRead() - Method in class com.qfs.plan.impl.InitialRecordsStream
 
hasStats() - Method in class com.qfs.util.timing.impl.StatStopWatch
 
hasStats() - Method in class com.qfs.util.timing.impl.StopWatch
Indicates if this watch has statistics.
hasStatusChanged(Double, Double) - Static method in class com.qfs.snl.kpis.impl.KpiUtil.RedOrangeGreen
Decides if the status changed.
hasTextChildWithValue(Node, String) - Static method in class com.quartetfs.fwk.util.impl.XmlUtil
Deprecated.
Example: If xml=<Property><ServerName></Property> and value="ServerName", will return true.
hasToTime() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
hasToTime() - Method in class com.qfs.snl.impl.TimePeriod
 
hasToTime() - Method in interface com.qfs.snl.ITimePeriod
Gets if the period has an end boundary.
hasTupleEval() - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
 
hasTupleEval() - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependency
 
hasTupleEval() - Method in interface com.quartetfs.pivot.mdx.IRTExpressionDependency
This method is used to compute the dependencies of expressions containing calculated members.
hasUserSpecification() - Method in class com.activeviam.copper.MeasureMetadata
Checks if the user has specified something.
hasValidQuery() - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Gets if a valid query definition is recorded for that query.
hasValues(Object...) - Method in interface com.qfs.pivot.testing.ICellSetTester
Tests the values of the cells.
hasValues(Object...) - Method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellsetTester
 
hasValues(Object...) - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester
Tests the values of the cells in their order.
hasValuesForMeasure(String) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Returns whether this retrieval result contains any values for a given measure or not.
hasValuesForMeasure(String) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
hasValuesForMeasure(String) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
hasVariableLength() - Method in enum com.quartetfs.biz.xmla.constants.DBTYPEENUM
 
hasViews() - Method in interface com.activeviam.database.api.query.IDataStreamer
Checks if this object has registered views.
hasViews() - Method in class com.activeviam.store.impl.DatastoreDataStreamer
 
hasWildcard(ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
This method checks if a location has a wildcard by doing a full search in its coordinated in the case it is a range location.
hasWork() - Method in class com.qfs.store.impl.StorePartitionWorkUnitQueue
Returns whether the queue contains elements ready to be consumed.
hasWrittenSomething() - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
Indicates if this writer has received any write operation.
HaveDimensionality - Class in com.quartetfs.pivot.mdx.meta.impl
Set of functionality for elements that have dimensionality (IHasDimensionality).
HaveDimensionality() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.HaveDimensionality
 
hBorder - Static variable in class com.quartetfs.pivot.mdx.utils.impl.PrettyPrinter.TablePrinter
 
head - Variable in class com.quartetfs.pivot.mdx.utils.impl.CyclicArray
 
head(ISet, int) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Head of a set.
Head - com.quartetfs.biz.xmla.constants.Keyword
 
HEAD - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
HEADER_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
HeaderColumnarTranslator<T> - Class in com.qfs.msg.csv.translator.impl
A Translator that configures itself automatically by parsing header lines.
HeaderColumnarTranslator() - Constructor for class com.qfs.msg.csv.translator.impl.HeaderColumnarTranslator
Constructs an empty translator.
HeaderColumnarTranslator(IColumnarTranslator<T>) - Constructor for class com.qfs.msg.csv.translator.impl.HeaderColumnarTranslator
Constructor from underlying translator, no default values.
HeaderColumnarTranslator(IColumnarTranslator<T>, boolean) - Constructor for class com.qfs.msg.csv.translator.impl.HeaderColumnarTranslator
Constructor with the option to support default values.
HeadersOnlyDrillthroughExecutor - Class in com.quartetfs.biz.pivot.query.impl
A basic drillthrough executor that only retrieves all headers during the first step of the executor execution.
HeadersOnlyDrillthroughExecutor(ICatalog, String) - Constructor for class com.quartetfs.biz.pivot.query.impl.HeadersOnlyDrillthroughExecutor
Constructor.
HeadEvictionCacheEntry() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.LRUEvictionCache.HeadEvictionCacheEntry
 
HeadFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
HeadFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.HeadFunction
 
HeadFunction.HeadFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
Head(Set_Expression[, Start ]).
HeadFunctionDefinition() - Constructor for class com.quartetfs.pivot.mdx.func.impl.HeadFunction.HeadFunctionDefinition
 
HeadInfo<V extends IVersion> - Class in com.qfs.multiversion.impl
A wrapper around a head version of a branch (strong reference) with additional information.
HeadInfo(V, String) - Constructor for class com.qfs.multiversion.impl.HeadInfo
Constructor.
headless() - Static method in class com.qfs.concurrent.impl.CompleterChain
Creates a new chain without parent completer.
HEALTH_TAGS_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property used to retrieve health events.
healthCheckAgent() - Method in interface com.qfs.server.cfg.IActivePivotConfig
The health check agent regularly performs checks on the health of the ActivePivot application.
HealthCheckAgent - Class in com.activeviam.health.monitor.impl
The health check agent checks the health of an ActivePivot application.
HealthCheckAgent(List<IHealthCheck>, Map<ComputationIntensity, Duration>) - Constructor for class com.activeviam.health.monitor.impl.HealthCheckAgent
Builds a health check agent with the given health checks and computing frequencies.
HealthEventDispatcher - Class in com.activeviam.health.monitor.impl
Dispatches events to all of its registered handlers.
HealthEventDispatcher() - Constructor for class com.activeviam.health.monitor.impl.HealthEventDispatcher
Constructor of HealthEventDispatcher.
HealthEventHandler - Class in com.activeviam.health.monitor.impl
Default implementation of a Health Event Handler.
HealthEventHandler() - Constructor for class com.activeviam.health.monitor.impl.HealthEventHandler
 
HealthEventMdcPropagator - Class in com.activeviam.apm.logging.impl
AutoCloseable instance to help to propagate extra information to health event logs.
HealthEventMdcPropagator(AHealthEvent) - Constructor for class com.activeviam.apm.logging.impl.HealthEventMdcPropagator
Basic constructor that add thread name, user name, trace and span id to MDC.
HeapBufferAllocator - Class in com.qfs.buf.impl
Allocator of heap buffers (buffers allocated in the java heap).
HeapBufferAllocator() - Constructor for class com.qfs.buf.impl.HeapBufferAllocator
 
HeapBufferChunkAllocator - Class in com.qfs.chunk.buffer.allocator.impl
Allocates chunks that store their data in buffers.
HeapBufferChunkAllocator() - Constructor for class com.qfs.chunk.buffer.allocator.impl.HeapBufferChunkAllocator
Constructor.
HeartBeatTaskScheduler - Class in com.qfs.websocket.endpoint.impl
Utility class to periodically send heartbeat messages to websocket remote endpoints.
HeartBeatTaskScheduler() - Constructor for class com.qfs.websocket.endpoint.impl.HeartBeatTaskScheduler
Constructor.
HEAVY - com.activeviam.health.monitor.ComputationIntensity
Health Event computation can have an impact that may negatively affect efficiency for a short period of time.
HEAVY - com.qfs.util.ui.IBorderBuilder.Style
Style to render a heavy border, bigger than IBorderBuilder.Style.DOUBLE.
HELLO_MESSAGE_NUMBER_TRIALS - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The number of trials for the discovery to find cluster's members.
HELLO_MESSAGE_TIMEOUT - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The timeout for each hello message in milliseconds.
HelloMessage - Class in com.qfs.messenger.impl
A simple hello message that is sent to all members in the cluster to make sure that we can talk to them.
HelloMessage() - Constructor for class com.qfs.messenger.impl.HelloMessage
Empty constructor for serialization.
HelloMessage(String, long) - Constructor for class com.qfs.messenger.impl.HelloMessage
Constructor.
HelloMessage.HelloMessageAnswer - Class in com.qfs.messenger.impl
Response of the computation of a HelloMessage.
HelloMessageAnswer() - Constructor for class com.qfs.messenger.impl.HelloMessage.HelloMessageAnswer
Empty constructor.
HelloMessageAnswer(long, boolean, boolean, boolean, boolean) - Constructor for class com.qfs.messenger.impl.HelloMessage.HelloMessageAnswer
 
HibernateContentService - Class in com.qfs.content.service.impl
Implementation of IContentService which relies on Hibernate.
HibernateContentService(Configuration) - Constructor for class com.qfs.content.service.impl.HibernateContentService
Constructor.
HibernateContentService(Configuration, ISecurityFacade) - Constructor for class com.qfs.content.service.impl.HibernateContentService
Constructor.
HibernateContentService(SessionFactory) - Constructor for class com.qfs.content.service.impl.HibernateContentService
Constructor.
HibernateContentService(SessionFactory, AContentService.ContentListenerHolder) - Constructor for class com.qfs.content.service.impl.HibernateContentService
Constructor.
HibernateContentService(SessionFactory, AContentService.ContentListenerHolder, ISecurityFacade) - Constructor for class com.qfs.content.service.impl.HibernateContentService
Constructor.
HibernateProperties - Class in com.qfs.snl.cfg.impl
Helper on top of Properties for Hibernate configuration.
HibernateQueryHelper<T> - Class in com.qfs.snl.persistence.impl
Helper class to run Hibernate queries with JPA objects.
HibernateQueryHelper(Session, CriteriaBuilder, CriteriaQuery<T>, Root<T>) - Constructor for class com.qfs.snl.persistence.impl.HibernateQueryHelper
Full constructor.
hidden() - Method in interface com.activeviam.desc.build.ICanHide
Marks this item as hidden.
Hidden - com.quartetfs.pivot.mdx.statement.FunctionCategory
 
HIDDEN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
HIDDEN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
HIDDEN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
HIDDEN_COLUMNS - Static variable in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
 
HIDDEN_GRAND_TOTALS - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
HIDDEN_SUBTOTALS - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
hidden_type() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
hidden_type() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
hidden_type_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.hidden_type_return
 
hideColumn(String) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties.ICanHideColumn
Hides a column.
hideColumn(String) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
 
hideSubtotal(String) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanHideSubTotals
Add unique names of level whose subtotals must be excluded from the axes.
hideSubtotal(String) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
HIERACHY_LEVEL_ESCAPE - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
HierarchicalMapping - Class in com.quartetfs.biz.pivot.cube.provider.impl
Hierarchical mapping between an integer point representation and an object based location representation.
HierarchicalMapping(List<? extends IHierarchy>, Map<String, IFieldFromSelection>, IDomainDictionaryProvider) - Constructor for class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
Constructor.
HierarchicalPartitioning - Class in com.qfs.store.part.impl
A hierarchical partitioning has multiple sub partitionings among which user can define a hierarchy.
HierarchicalPartitioning(APartitioningWithCartesianAsSubPartitioning.CartesianSubPartitioning, IWritableDictionary<int[]>, APartitioningNode, int[], int[]) - Constructor for class com.qfs.store.part.impl.HierarchicalPartitioning
Full constructor.
HierarchicalPartitioning.GcpCalculator - Class in com.qfs.store.part.impl
Implementation of AGreatestCommonPartitioningCalculator for this partitioning.
HierarchicalPartitioning.HierarchicalPartitioningImplicationChecker - Class in com.qfs.store.part.impl
Visitor to check if a hierarchical partitioning is implied by another partitioning.
HierarchicalPartitioning.HierarchicalPartitioningImpliedPartitionRetriever - Class in com.qfs.store.part.impl
Visitor to retrieve the partition id of a hierarchical partitioning, knowing the id of the partition of another partitioning by which the hierarchical partitioning is implied.
HierarchicalPartitioning.HierarchicalPartitioningOriginalPartitionRetriever - Class in com.qfs.store.part.impl
Visitor to retrieve the partition ids of a hierarchical partitioning, knowing the id of the partition of another partitioning which is the reduced partitioning of the hierarchical partitioning.
HierarchicalPartitioningDescription - Class in com.qfs.store.part.impl
Description of a hierarchical partitioning.
HierarchicalPartitioningDescription(List<String>, List<String>, List<IPartitioningFunctionDescription>, PartitioningNodeDescription, List<String>) - Constructor for class com.qfs.store.part.impl.HierarchicalPartitioningDescription
Constructor.
HierarchicalPartitioningDescriptionBuilder - Class in com.qfs.store.part.impl
HierarchicalPartitioningDescriptionBuilder() - Constructor for class com.qfs.store.part.impl.HierarchicalPartitioningDescriptionBuilder
Empty constructor.
HierarchicalPartitioningDescriptionBuilder(PartitioningDescriptionBuilder) - Constructor for class com.qfs.store.part.impl.HierarchicalPartitioningDescriptionBuilder
Copy constructor.
HierarchicalPartitioningImplicationChecker(HierarchicalPartitioning, TIntIntMap) - Constructor for class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningImplicationChecker
Constructor.
HierarchicalPartitioningImpliedPartitionRetriever(HierarchicalPartitioning, TIntIntMap, int) - Constructor for class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningImpliedPartitionRetriever
Constructor.
HierarchicalPartitioningOriginalPartitionRetriever(HierarchicalPartitioning, int) - Constructor for class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningOriginalPartitionRetriever
Constructor.
hierarchies - Variable in class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
The hierarchies present in the axis.
hierarchies - Variable in class com.qfs.pivot.json.cellset.AxisData
The hierarchies present in the axis.
HIERARCHIES - com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
 
HIERARCHIES - Static variable in class com.quartetfs.biz.pivot.monitoring.impl.DynamicActivePivotMBean
Name of the attribute for Hierarchies.
hierarchiesToHierarchiesDescriptions(List<? extends IHierarchy>) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesDescription
Creates the descriptions associated with each hierarchy.
HierarchiesUtil - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
A set of utilities for IHierarchys.
HierarchiesUtil.RecursiveHierarchiesMerge - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Hierarchize - com.quartetfs.biz.xmla.constants.Keyword
 
HIERARCHIZE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
HierarchizeFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
HierarchizeFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.HierarchizeFunction
Constructor.
HierarchizeOrder - Class in com.quartetfs.pivot.mdx.eval.impl
Hierarchize Order - Only Non Range Tuples can be ordered.
HierarchizeOrder() - Constructor for class com.quartetfs.pivot.mdx.eval.impl.HierarchizeOrder
Constructor.
HierarchizeOrder(boolean, boolean) - Constructor for class com.quartetfs.pivot.mdx.eval.impl.HierarchizeOrder
Constructor.
hierarchy - Variable in class com.activeviam.copper.hierarchy.CopperHierarchyIdentifier
The name of the hierarchy.
hierarchy - Variable in class com.activeviam.copper.HierarchyIdentifier
The name of the hierarchy.
hierarchy - Variable in class com.activeviam.copper.measure.window.WindowBuilder
The hierarchy indicated by Window.orderBy(CopperHierarchy).
hierarchy - Variable in class com.activeviam.copper.operation.operator.HierarchyValueOperator
The hierarchy.
hierarchy - Variable in class com.qfs.pivot.builder.discovery.impl.DefaultMemberDiscoveryBuilder
The hierarchy name.
hierarchy - Variable in class com.qfs.pivot.json.cellset.HierarchyData
The name of the hierarchy.
hierarchy - Variable in class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
The hierarchy name.
hierarchy(String) - Static method in class com.activeviam.copper.api.Copper
Deprecated, for removal: This API element is subject to removal in a future version.
hierarchy(String) - Method in class com.qfs.pivot.json.queryplan.LocationData.LocationDataBuilder
The location hierarchy.
hierarchy(String, String) - Static method in class com.activeviam.copper.api.Copper
Creates an object referencing the given hierarchy belonging to the given dimension in the cube.
Hierarchy - com.quartetfs.biz.xmla.constants.Keyword
 
HIERARCHY - com.qfs.platform.solaris.lgrp_content
Everything within this hierarchy (for compatibility only, use LGRP_CONTENT_ALL).
HIERARCHY - com.quartetfs.biz.pivot.postprocessing.IUnknownOlapElementException.OlapElementType
When a hierarchy is missing, this is the type to use.
HIERARCHY - com.quartetfs.pivot.mdx.statement.Type
 
HIERARCHY - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
HIERARCHY_CAPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
HIERARCHY_CARDINALITY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
HIERARCHY_DISPLAY_FOLDER - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
HIERARCHY_GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
HIERARCHY_IS_VISIBLE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
HIERARCHY_LEVEL_SEPARATOR - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
During configuration parsing, used to attach level, hierarchy and dimension.
HIERARCHY_NAME - com.activeviam.copper.hierarchy.CopperHierarchyMetadata.UserSpecific
Flag for the name of this hierarchy.
HIERARCHY_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
HIERARCHY_NAME_PLACEHOLDER - Static variable in class com.quartetfs.biz.pivot.context.impl.MdxContextTranslator
A placeholder to indicate that a hierarchy name is expected in a property.
HIERARCHY_ORDINAL - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
HIERARCHY_ORIGIN - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
HIERARCHY_SEPARATOR - Static variable in interface com.quartetfs.biz.pivot.ILocation
Separator for the coordinates to segregate hierarchies as in USD|Books.
HIERARCHY_SEPARATOR_SYSTEM_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The system property to use to override the hierarchy separator sequence.
HIERARCHY_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
HIERARCHY_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
HIERARCHY_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
HIERARCHY_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
HIERARCHY_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
HIERARCHY_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
HIERARCHY_UNIQUE_NAME - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
HIERARCHY_VISIBILITIES - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
The name of the hierarchy visibility override map.
HIERARCHY_VISIBILITY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
HierarchyAndLevelInfo - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Store all information about a hierarchy (basically a IHierarchyInfo and its ILevelInfo).
HierarchyAndLevelInfo(IHierarchy) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyAndLevelInfo
Constructor.
HierarchyAndLevelInfo(IHierarchyInfo, List<ILevelInfo>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyAndLevelInfo
Constructor.
hierarchyCardinality(IMdxHierarchy) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Calculates the hierarchy cardinality.
HierarchyComparator - Class in com.quartetfs.biz.pivot.postprocessing.impl
A comparator to compare locations or axis members over the hierarchy, with respect to the comparators of each level in the hierarchy.
HierarchyComparator(IHierarchyInfo, List<? extends ILevelInfo>) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.HierarchyComparator
Constructor.
HierarchyComparator.LevelComparator - Class in com.quartetfs.biz.pivot.postprocessing.impl
Comparator for a given level members.
HierarchyContributionPipeline - Class in com.quartetfs.biz.pivot.contribution.impl
Pipeline to contribute into a list of dimensions.
HierarchyContributionPipeline(List<IHierarchyTransaction>, IDomainDictionaryProvider) - Constructor for class com.quartetfs.biz.pivot.contribution.impl.HierarchyContributionPipeline
Constructor.
HierarchyData - Class in com.qfs.pivot.json.cellset
The hierarchy data.
HierarchyData() - Constructor for class com.qfs.pivot.json.cellset.HierarchyData
 
HierarchyData(String, String) - Constructor for class com.qfs.pivot.json.cellset.HierarchyData
Constructor.
HierarchyDataContributor - Class in com.activeviam.pivot.contribution.impl
Class used to fill hierarchies added by the alterable API.
HierarchyDataContributor(String, String, ISchemaSelectionSessionHolder, IDomainDictionaryProvider, boolean, PivotMultiVersionRewriteContext.HierarchicalUpdates, ITransactionalViewListener) - Constructor for class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
Constructor.
hierarchyDescription - Variable in class com.activeviam.copper.HierarchyInformation
The description of the hierarchy this level belongs to.
HierarchyDescription - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Store all information about a hierarchy (basically a IHierarchyInfo and its ILevelInfo).
HierarchyDescription(IHierarchy) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyDescription
Constructor.
HierarchyDescription(IHierarchyInfo, List<ILevelInfo>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyDescription
Constructor.
hierarchyDescriptions - Variable in class com.qfs.pivot.testing.impl.GetAggregatesResultCellset
Descriptions of the cube hierarchies at the time of the result creation.
HierarchyDiscovery - Class in com.qfs.pivot.json.discovery
The hierarchy discovery.
HierarchyDiscovery - Class in com.qfs.webservices
Hierarchy Discovery for SOAP webservices.
HierarchyDiscovery() - Constructor for class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
HierarchyDiscovery() - Constructor for class com.qfs.webservices.HierarchyDiscovery
 
HierarchyDiscovery(String, boolean, String, List<LevelDiscovery>) - Constructor for class com.qfs.webservices.HierarchyDiscovery
 
HierarchyDiscovery(String, String, boolean, String, boolean, boolean, String, List<LevelDiscovery>) - Constructor for class com.qfs.pivot.json.discovery.HierarchyDiscovery
Constructor.
HierarchyDiscoveryBuilder - Class in com.qfs.pivot.builder.discovery.impl
The hierarchy discovery builder.
HierarchyDiscoveryBuilder() - Constructor for class com.qfs.pivot.builder.discovery.impl.HierarchyDiscoveryBuilder
 
HierarchyDTO - Class in com.quartetfs.biz.pivot.dto
DTO for a Hierarchy of an ActivePivot.
HierarchyDTO() - Constructor for class com.quartetfs.biz.pivot.dto.HierarchyDTO
Default constructor.
HierarchyDTO(String, String, int) - Constructor for class com.quartetfs.biz.pivot.dto.HierarchyDTO
Constructor.
HierarchyExpression(ICompoundIdentifier, IMdxHierarchy) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.HierarchyExpression
 
HierarchyFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
HierarchyFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.HierarchyFunction
 
hierarchyHasAll(int) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Finds out if the hierarchy found at the given ordinal contains the level ILevelInfo.ClassificationType.ALL.
hierarchyHasAll(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
HierarchyIdentifier - Class in com.activeviam.copper
The identifier of a hierarchy in a cube.
HierarchyIdentifier(String, String) - Constructor for class com.activeviam.copper.HierarchyIdentifier
Constructor.
hierarchyInfo(IHierarchyInfo) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.LevelInfoBuilder
 
HierarchyInfo - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Default implementation of IHierarchyInfo.
HierarchyInfo(String, Properties, int, String, boolean, boolean, IDimensionInfo) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
Constructor.
HierarchyInfo.HierarchyInfoBuilder - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
 
hierarchyInformation - Variable in class com.activeviam.copper.LevelInformation
The HierarchyInformation this level belongs to.
HierarchyInformation - Class in com.activeviam.copper
Object that gathers IAxisHierarchyDescription of given hierarchy as well as the IAxisDimensionDescription it belongs.
HierarchyInformation(IAxisDimensionDescription, IHierarchyDescription) - Constructor for class com.activeviam.copper.HierarchyInformation
Constructor.
HierarchyMemberMemoryQuantifier - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Implementation of a memory quantifier for ActivePivot hierarchy members.
HierarchyMemberMemoryQuantifier() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.HierarchyMemberMemoryQuantifier
 
HierarchyPublisher - Class in com.activeviam.copper
Deprecated, for removal: This API element is subject to removal in a future version.
HierarchyPublisher(IDictionaryContext) - Constructor for class com.activeviam.copper.HierarchyPublisher
Deprecated.
Constructor.
HierarchySchemaCoordinate - Class in com.activeviam.copper
The coordinate of a hierarchy among the whole IActivePivotSchema.
HierarchySchemaCoordinate(String, HierarchyIdentifier) - Constructor for class com.activeviam.copper.HierarchySchemaCoordinate
 
HierarchyTopologyDelta - Class in com.qfs.distribution.impl
Class encapsulating topological difference, that is, missing levels between a query cube hierarchy and its corresponding hierarchy in a data node.
HierarchyTopologyDelta(IHierarchyInfo, int, int[]) - Constructor for class com.qfs.distribution.impl.HierarchyTopologyDelta
Constructor.
hierarchyUniqueName(IHierarchy) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Get the unique name of the single hierarchy of a dimension.
hierarchyUniqueName(IMdxHierarchy) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Get the unique name of the single hierarchy of a dimension.
hierarchyUniqueName(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Returns the hierarchy unique name of a member.
hierarchyUniqueName(String, String) - Static method in class com.qfs.pivot.util.impl.MdxNamingUtil
Returns the hierarchy unique name.
HierarchyUniqueNameProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.HierarchyUniqueNameProperty
 
HierarchyUnknownMember() - Constructor for class com.quartetfs.pivot.mdx.func.impl.UnknownMemberFunction.HierarchyUnknownMember
 
HierarchyValueMeasure - Class in com.activeviam.copper.measure
Copper measure representing the values of the members on a given hierarchy.
HierarchyValueMeasure(MeasureMetadata, HierarchyValueOperator) - Constructor for class com.activeviam.copper.measure.HierarchyValueMeasure
Default constructor from a HierarchyValueOperator.
HierarchyValueMeasure.Factory - Class in com.activeviam.copper.measure
HierarchyValueOperator - Class in com.activeviam.copper.operation.operator
An operator that produces a function able to read the coordinates of a given hierarchy from an ILocation.
HierarchyValueOperator(IInternalCopperHierarchy) - Constructor for class com.activeviam.copper.operation.operator.HierarchyValueOperator
Constructor.
Hierary_Unique_name - com.quartetfs.biz.xmla.constants.Keyword
 
hierInfo - Variable in class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfMemberPostProcessor
The hierarchy of the member used to compute the formula.
hierInfo - Variable in class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfParentPostProcessor
The hierarchy along which we "go up" to find the parent.
HIGHER - com.qfs.agg.impl.PercentileFunction.InterpolationMode
Deprecated.
 
HIGHER_WITH_AVG - com.qfs.agg.impl.PercentileFunction.InterpolationMode
Deprecated.
 
histogram() - Method in class com.qfs.store.impl.StoreFieldMonitor
Returns the value histogram.
HistogramBuilder - Class in com.qfs.util.ui.impl
 
HistogramBuilder.ILegendBuilder - Interface in com.qfs.util.ui.impl
A class able to give a legend for the given value.
History() - Constructor for class com.qfs.agg.impl.DistinctCountFunction.History
Constructor.
History() - Constructor for class com.qfs.agg.impl.DistinctCountSupportingRemovalsFunction.History
Constructor.
History() - Constructor for class com.qfs.agg.impl.MaxHistoryFunction.History
 
History() - Constructor for class com.qfs.agg.impl.MinHistoryFunction.History
 
History(int) - Constructor for class com.qfs.agg.impl.DistinctCountSupportingRemovalsFunction.History
Constructor.
History(TObjectLongMap<Object>) - Constructor for class com.qfs.agg.impl.DistinctCountSupportingRemovalsFunction.History
Constructor.
History(Set<Object>) - Constructor for class com.qfs.agg.impl.DistinctCountFunction.History
Constructor.
HISTORY - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Qualifier to get history of a parameter.
HISTORY - Static variable in interface com.qfs.snl.rs.IMonitorRestService
The history keyword.
HistoryAggregation - Class in com.qfs.agg.impl
Generic aggregation for IHistory based aggregation functions.
HistoryAggregation(String, IHistoryAggregationFunction, int, int) - Constructor for class com.qfs.agg.impl.HistoryAggregation
Constructor.
HistoryAggregation.HistoryBinding - Class in com.qfs.agg.impl
Generic binding implementation for history based aggregation functions.
HORIZONTAL_INVALID_POSTPROCESSORS - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
HOST_NAME - Static variable in class com.qfs.distribution.impl.DistributionUtil
The current JVM's host name.
HTTP_METHODS - Static variable in class com.qfs.security.impl.SpringCorsFilter
Collection of HTTP methods.
HTTP_REQUEST_ATTRIBUTE_IS_CORS_REQUEST - Static variable in class com.qfs.security.impl.SpringCorsFilter
Boolean value, suggesting if the request is a CORS request or not.
HTTP_REQUEST_ATTRIBUTE_ORIGIN - Static variable in class com.qfs.security.impl.SpringCorsFilter
Attribute that contains the origin of the request.
HTTP_REQUEST_ATTRIBUTE_PREFIX - Static variable in class com.qfs.security.impl.SpringCorsFilter
The prefix to a CORS request attribute.
HTTP_REQUEST_ATTRIBUTE_REQUEST_HEADERS - Static variable in class com.qfs.security.impl.SpringCorsFilter
Request headers sent as 'Access-Control-Request-Headers' header, for pre-flight request.
HTTP_REQUEST_ATTRIBUTE_REQUEST_TYPE - Static variable in class com.qfs.security.impl.SpringCorsFilter
Type of CORS request, of type SpringCorsFilter.CORSRequestType.
HTTPServiceFactory<T> - Class in com.quartetfs.biz.pivot.server.http.impl
Deprecated, for removal: This API element is subject to removal in a future version.
HTTPServiceFactory() - Constructor for class com.quartetfs.biz.pivot.server.http.impl.HTTPServiceFactory
Deprecated.
 

I

I18N_RESOURCE_FOLDER - Static variable in class com.qfs.server.cfg.i18n.impl.AI18nConfig
The resource folder that contains language files.
IAccessor - Interface in com.quartetfs.fwk.filtering
An accessor allows accessing to values from an input object.
IAction - Interface in com.qfs.concurrent
A result-less action.
IActionMonitor - Interface in com.activeviam.apm.pivot.monitoring
Interface of a monitor for a particular transient action, which has 'start' and 'stop' boundaries and might succeed or fail (with exception) within those boundaries (e.g.
IActiveCollector - Interface in com.qfs.memory
An IActiveCollector is a component that can protect a piece of code using a fence, acquired via IActiveCollector.acquireFence() and released via IActiveCollector.releaseFence(Object).
IActiveMonitorAppConfiguration - Interface in com.qfs.snl.cfg
Interface defining required beans that users must defined to completely use ActiveMonitor.
IActiveMonitorPersistenceConfiguration - Interface in com.qfs.snl.cfg
Spring configuration class defining all available DAOs in ActiveMonitor.
IActiveMonitorServiceConfiguration - Interface in com.qfs.snl.cfg
Spring configuration class defining available ActiveMonitor services.
IActivePivot - Interface in com.quartetfs.biz.pivot
ActivePivot component main interface
IActivePivotAggregatesRetriever - Interface in com.quartetfs.biz.pivot.query.aggregates
An object used to retrieve aggregated values held by an IActivePivot.
IActivePivotBranchPermissionsManagerConfig - Interface in com.qfs.server.cfg
 
IActivePivotConfig - Interface in com.qfs.server.cfg
ActivePivot spring configuration interface.
IActivePivotContentService - Interface in com.qfs.pivot.content
Service used to store the ActivePivot descriptions and the entitlements (i.e.
IActivePivotContentService.IDescriptionWithPermissions<T> - Interface in com.qfs.pivot.content
Description of a calculated member or KPI with its permissions.
IActivePivotContentServiceConfig - Interface in com.qfs.server.cfg.content
ActivePivot content service spring interface.
IActivePivotContext - Interface in com.quartetfs.biz.pivot.context
Specialization of IContext for a IActivePivot.
IActivePivotContinuousQuery<ResultT,​UpdateT extends IContinuousQueryUpdate<ResultT>> - Interface in com.quartetfs.biz.pivot.query
Most ActivePivot continuous query implements this interface which gives the id of the underlying activepivot.
IActivePivotDataFeedHolder - Interface in com.quartetfs.biz.pivot.transaction.feed
This holder exposes the feed which contributes to the aggregate store and the hierarchies.
IActivePivotDescription - Interface in com.quartetfs.biz.pivot.definitions
This describes an IActivePivot instance.
IActivePivotEvent - Interface in com.quartetfs.biz.pivot.streaming
A stream event produced by ActivePivot.
IActivePivotHealthEventHandler - Interface in com.activeviam.health.monitor
An health event handler dedicated to handling health events declared in the activepivot project.
IActivePivotHealthEventHandler.IActivePivotHealthEvent - Interface in com.activeviam.health.monitor
Marks event from the activepivot project.
IActivePivotInstanceDescription - Interface in com.quartetfs.biz.pivot.definitions
Description of an IActivePivot running instance inside a IActivePivotSchema.
IActivePivotInstancesConfig - Interface in com.qfs.server.cfg
A Configuration class used to expose one or more IActivePivotInstanceDescription.
IActivePivotManager - Interface in com.quartetfs.biz.pivot
An ActivePivot's manager holds a set of IActivePivotSchema and ICatalog instances.
This is the highest level component of an ActivePivot environment and is entirely defined by an IActivePivotManagerDescription.
IActivePivotManagerDescription - Interface in com.quartetfs.biz.pivot.definitions
A manager description fully describes an IActivePivotManager.
IActivePivotManagerDescriptionBuilder - Interface in com.activeviam.desc.build
IActivePivotManagerDescriptionBuilder.ActivePivotSchemaDescriptionBuilder - Interface in com.activeviam.desc.build
IActivePivotManagerDescriptionBuilder.BuildableActivePivotManagerDescriptionBuilder - Interface in com.activeviam.desc.build
Step of the manager builder when the mandatory parameters have been set.
IActivePivotManagerDescriptionBuilder.BuildableActivePivotSchemaDescriptionBuilder - Interface in com.activeviam.desc.build
Step of the schema builder when the mandatory parameters have been set.
IActivePivotManagerDescriptionBuilder.HasSelection - Interface in com.activeviam.desc.build
Step of the builder when a selection has been given to the schema.
IActivePivotManagerDescriptionConfig - Interface in com.qfs.server.cfg
A Configuration class used to expose the IActivePivotManagerDescription.
IActivePivotQueryExecutor - Interface in com.quartetfs.biz.pivot
Base interface for a query executor.
IActivePivotQueryRunner - Interface in com.quartetfs.biz.pivot.query
A helper object used to create and run queries on an ActivePivot.
IActivePivotQueryRunner.ICanRun - Interface in com.quartetfs.biz.pivot.query
An IActivePivotQueryRunner that already defined the level coordinates and measures to query.
IActivePivotQueryRunner.IHasCoordinates - Interface in com.quartetfs.biz.pivot.query
An IActivePivotQueryRunner that already defined some level coordinates to query and can now specify which measures should be queried.
IActivePivotQueryRunner.IHasPivot - Interface in com.quartetfs.biz.pivot.query
The starting state of an IActivePivotQueryRunner for which coordinates need to be defined.
IActivePivotQueryRunner.INeedCoordinates - Interface in com.quartetfs.biz.pivot.query
The starting state of an IActivePivotQueryRunner for which coordinates need to be defined.
IActivePivotQueryRunner.INeedMeasures - Interface in com.quartetfs.biz.pivot.query
An IActivePivotQueryRunner that already defined some level coordinates to query and can now specify which measures should be queried.
IActivePivotRemoteTransactionInfo - Interface in com.qfs.distribution
An IActivePivotTransactionInfo coming from a remote instance.
IActivePivotSchema - Interface in com.quartetfs.biz.pivot
Interface of an ActivePivot Schema, a collection of ActivePivot instances that share the same selection on the underlying database.
IActivePivotSchemaConfig - Interface in com.qfs.server.cfg
A Configuration class used to expose an IActivePivotSchemaInstanceDescription.
IActivePivotSchemaDescription - Interface in com.quartetfs.biz.pivot.definitions
A schema description that fully defines an IActivePivotSchema instance.
IActivePivotSchemaInstanceDescription - Interface in com.quartetfs.biz.pivot.definitions
This class fully defines an IActivePivotSchema instance running into a IActivePivotManager.
IActivePivotSchemaSelectionSession - Interface in com.qfs.store
This database session references the main database session for one activepivot schema.
IActivePivotSchemaSelectionSessionAware - Interface in com.qfs.store
Interface implemented by components that interact with the session and need a reference to its instance.
IActivePivotSchemaTransactionInfo - Interface in com.quartetfs.biz.pivot.transaction
The transaction info sent by the ActivePivot's schema.
IActivePivotSchemaTransactionManager - Interface in com.quartetfs.biz.pivot.transaction
Interface of a Schema Transaction Manager, with support for synchronization with the pending notification tasks.
IActivePivotServicesConfig - Interface in com.qfs.server.cfg
ActivePivot services spring configuration interface.
IActivePivotStreamIdentifier - Interface in com.quartetfs.biz.pivot.streaming
Definition of an identifier for a IActivePivotStreamNode.
IActivePivotStreamNode<S extends IStream<Q>,​Q extends IQuery<?>> - Interface in com.quartetfs.biz.pivot.streaming
 
IActivePivotTransaction - Interface in com.quartetfs.biz.pivot
IActivePivotTransactionInfo - Interface in com.quartetfs.biz.pivot.transaction
Instances of this interface give you information about a realized transaction.
IActivePivotVersion - Interface in com.quartetfs.biz.pivot
A version associated with a multi-version pivot.
IActivePivotVersionAware - Interface in com.quartetfs.biz.pivot
An interface used to tag an Object that is aware or related to the existence of an IActivePivotVersion.
IActiveViamProperty - Interface in com.activeviam.properties
Interface for ActiveViam properties.
IActiveViamPropertyRegistry - Interface in com.activeviam.properties
Interface to handle the Properties defined in ActiveViam products.
IActiveViamPropertyResolver - Interface in com.activeviam.properties
Interface for Property Resolvers.
IActivitiFormType - Interface in com.qfs.snl.messages.form
Activity type for form elements.
IAdapter<ValueType,​BoundType> - Interface in com.quartetfs.biz.pivot.impl
 
IAdditionalContextMetadata - Interface in com.activeviam.contextservice.metadata
Implement this plugin value to provide additional metadata for your context value.
IAddReferenceAction - Interface in com.activeviam.store.structure
This action is created to add new reference between two stores.
IAddress - Interface in com.qfs.messenger
Class representing a network address of a cluster node.
IAddress.NodeType - Enum in com.qfs.messenger
Type of node in an ActivePivot distributed cluster.
IAddStoresAction - Interface in com.activeviam.store.structure
This action is created to add new stores in the schema.
IAdministrationService - Interface in com.quartetfs.biz.pivot.webservices
The administration service allows to administer an IActivePivotManager and all its child components.
IAdvancedAggregatedMeasure<A> - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
Interface for measure based on User-Defined Aggregate Function (UDAF).
IAdvancedAggregatedMeasureDescription - Interface in com.quartetfs.biz.pivot.definitions
The description for a measure based on User-Defined Aggregate Function (UDAF).
IAdvancedAggregatesRetriever - Interface in com.quartetfs.biz.pivot.query.aggregates
An aggregate retriever is a facade to retrieve aggregates based on a collection of locations and a selection of aggregated measures.
IAdvancedEpochManager - Interface in com.qfs.multiversion
Globally manages the epochs for an application instance.
IAdvancedPartitioned - Interface in com.quartetfs.biz.pivot.cube.provider
Interface for components defining their own partitioning.
IAgent - Interface in com.quartetfs.fwk
An agent is a state machine.
IAgent.ITransition - Interface in com.quartetfs.fwk
Business logic performed during an agent state transition.
IAgent.State - Enum in com.quartetfs.fwk
Enumeration of the possible states of an agent.
IAgentConnectionDetails - Interface in com.qfs.snl.agent
Connection details about a ActiveMonitor agent.
IAgentDescription - Interface in com.qfs.snl.agent
Description of a ActiveMonitor agent.
IAgentListener - Interface in com.qfs.snl.agent
Listener that will be notified of agent check in or check out.
IAgentRestService - Interface in com.qfs.snl.rs
The REST IAgentService Controller.
IAgentService - Interface in com.qfs.snl.agent
Agent service.
IAggregateCollector - Interface in com.qfs.pivot.cube.provider
A collector used to contribute to an aggregate provider.
IAggregateCollector.IAggregateCollectorExpansionContext - Interface in com.qfs.pivot.cube.provider
The expansion context of an aggregates collector used to expand locations.
IAggregatedContributionHolder - Interface in com.quartetfs.biz.pivot.contribution
Holder for contributions made of pre-aggregated values.
IAggregatedElement - Interface in com.qfs.pivot.agg
Marking interface for elements that contains aggregated values.
IAggregatedMeasure<InputT,​OutputT> - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
This is the most common type of Aggregation.
IAggregatedMeasureDescription - Interface in com.quartetfs.biz.pivot.definitions
Description for a IAggregatedMeasure.
IAggregateProvider - Interface in com.qfs.pivot.cube.provider
A provider of aggregated values.
IAggregateProviderBase - Interface in com.qfs.pivot.cube.provider
The base structure of a multi-version aggregate provider.
IAggregateProviderDefinition - Interface in com.quartetfs.biz.pivot.definitions
Description of an aggregate storage.
IAggregateProviderExecutionContext - Interface in com.qfs.pivot.cube.provider
The execution context of an aggregates provider used to execute aggregates retrievals.
IAggregateProviderHolderBase - Interface in com.qfs.pivot.cube.provider
Contains all the aggregate providers for the ActivePivot.
IAggregateProviderHolderTransaction - Interface in com.qfs.pivot.cube.provider
IAggregateProviderHolderVersion - Interface in com.qfs.pivot.cube.provider
 
IAggregateProviderTransaction - Interface in com.qfs.pivot.cube.provider
A transaction on an aggregate provider.
IAggregateProviderVersion - Interface in com.qfs.pivot.cube.provider
A version of an aggregate provider.
IAggregateRetrievalInfo - Interface in com.quartetfs.biz.pivot.query.aggregates
A query plan retrieval information.
IAggregateRetrievalInfo.RetrievalLocation - Class in com.quartetfs.biz.pivot.query.aggregates
A retrieval location.
IAggregatesCache<V> - Interface in com.quartetfs.biz.pivot.query.aggregates
A cache for computed aggregates is a map with a limit size where the least recently used aggregate is discarded when space is required to cache a new aggregate.
IAggregatesCache.IAggregatesCacheKey - Interface in com.quartetfs.biz.pivot.query.aggregates
A key for this cache.
IAggregatesCache.IQueryContext - Interface in com.quartetfs.biz.pivot.query.aggregates
The context that needs to be in the IQueryCache for this IAggregatesCache to function.
IAggregatesCacheDescription - Interface in com.quartetfs.biz.pivot.definitions
This describe an IAggregatesCache instance.
IAggregatesCacheDescriptionCompleteBuilder<DescriptionT> - Interface in com.activeviam.desc.build
Step of the IAggregatesCacheDescription builder when enough information has been provided to be able to create a description.
IAggregatesCacheDescriptionCompleteBuilder.AggregatesCacheDescriptionBuilder<DescT> - Interface in com.activeviam.desc.build
Builder for the aggregates cache definition.
IAggregatesContinuousHandler<EventT> - Interface in com.quartetfs.biz.pivot.query.aggregates
Continuous handler of events published by a stream.
IAggregatesContinuousHandlerInfo - Interface in com.quartetfs.biz.pivot.query.aggregates
Isolates the subset of the state of IAggregatesContinuousHandler that uniquely identifies instances of that class.
IAggregatesContinuousHandlerRegistry - Interface in com.quartetfs.biz.pivot.query.aggregates
A registry that creates and stores all the continuous query handlers associated with a version of an ActivePivot.
IAggregatesContinuousQueryEngine - Interface in com.quartetfs.biz.pivot.query.aggregates
Each ActivePivot defines a single aggregates continuous query engine.
IAggregatesEvent - Interface in com.quartetfs.biz.pivot.streaming
An aggregates event corresponds to the update of a set of aggregates.
IAggregatesLocationResult - Interface in com.quartetfs.biz.pivot.cellset
Aggregates result for a single location.
IAggregatesRetrieval - Interface in com.quartetfs.biz.pivot.query.aggregates
The task that will execute the retrieval of aggregated values and expose its result.
IAggregatesRetrievalDescription - Interface in com.quartetfs.biz.pivot.query.aggregates
A description of an aggregates retrieval that defines both the location (possibly a range location) and the measures for which we are requesting aggregated values.
IAggregatesRetrievalResult - Interface in com.quartetfs.biz.pivot.cellset
A retrieval result that provides random access to its point locations.
IAggregatesRetrievalResultTransporter - Interface in com.quartetfs.biz.pivot.cellset
An Object used to transport a IAggregatesRetrievalResult from one instance to another.
IAggregateStore - Interface in com.qfs.pivot.agg
A columnar and writable table that can bind itself to a source to copy and aggregate data in its columns.
IAggregateStoreBinding - Interface in com.qfs.pivot.agg
The binding between two aggregate stores.
IAggregation - Interface in com.qfs.agg
An aggregation that is binding a single-field source with its destination aggregates.
IAggregationBinding - Interface in com.qfs.agg
Aggregation binding between two data structures of type 'array': the source and the destination.
IAggregationFunction - Interface in com.qfs.agg
Aggregation function based on a single field.
IAggregationHierarchyCreationContext - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
Context provided to each IAnalysisAggregationProcedure.IFactory to build to the procedure.
IAggregationProcedureBuilder - Interface in com.activeviam.desc.build
Interface defining the state machine to build the description of an analysis hierarchy procedure for aggregation.
IAggregationProcedureBuilder.ICanHaveAggregationPlugin<NextBuilderT> - Interface in com.activeviam.desc.build
Step interface where the plugin key to the factory building the procedure is referenced.
IAggregationProcedureBuilder.ICanHaveHandledHierarchies<NextBuilderT> - Interface in com.activeviam.desc.build
Step interface configuring the hierarchies handled by the procedure.
IAggregationProcedureBuilder.ICanHaveJoinMeasures<ParentBuilderT,​NextBuilderT> - Interface in com.activeviam.desc.build
Step interface configuring optional join measures offered by this procedure.
IAggregationProcedureBuilder.ICanHaveUnderlyingLevels<ParentBuilderT,​NextBuilderT> - Interface in com.activeviam.desc.build
Step interface configuring optional underlying levels for the procedure.
IAggregationProcedureBuilder.IDefaultAggregationProcedureBuilder<ParentBuilderT> - Interface in com.activeviam.desc.build
Builder interface grouping all steps to define a complete procedure description.
IAggregationProcedureBuilder.IOnHierarchyAggregationProcedureBuilder<ParentBuilderT> - Interface in com.activeviam.desc.build
Meta step interface for builder based on a hierarchy.
IAggregationProcedureBuilder.IWithAggregationProcedure<ParentBuilderT> - Interface in com.activeviam.desc.build
Meta step interface allowing user to optionally define join measures and/or underlying levels for the procedure.
IAggregationProcedureBuilder.IWithCompleteAggregationProcedure<ParentBuilderT> - Interface in com.activeviam.desc.build
End interface to complete the building process of a procedure definition.
IAlertAggregation - Interface in com.qfs.snl.alerts
Construct representing aggregation of events that creates an alert.
IAlertCache - Interface in com.qfs.snl.alerts
Definition of a simple cache for alerts, storing only alerts that are currently running.
IAlertListener - Interface in com.qfs.snl.monitors
Definition of a listener on alert changes in the system.
IAlertProcessExecutor - Interface in com.qfs.snl.workflows.process
Interface for plugin values implementing IWorkflowProcessExecutor from ISentinelAlert.
IAlertRestService - Interface in com.qfs.snl.rs
The alerts rest service.
IAlertService - Interface in com.qfs.snl.alerts
The alert service.
IAlertWsService - Interface in com.qfs.snl.ws
Alert service for websockets.
IAliasedSet - Interface in com.quartetfs.pivot.mdx
The interface for the aliased sets.
IAllocationSettings - Interface in com.qfs.chunk
This interface is intended to pass further details on how to allocate a chunk of a given type.
IAnalysisAggregationProcedure<ContextT> - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
Procedure computing aggregated values for members of analysis hierarchies.
IAnalysisAggregationProcedure.IFactory<T> - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
Definition for a factory generating an instance of IAnalysisAggregationProcedure.
IAnalysisAggregationProcedure.ResultConsumer - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
IAnalysisAggregationProcedureDescription - Interface in com.quartetfs.biz.pivot.definitions
Description of a procedure to aggregate values on members of one or many analysis hierarchies.
IAnalysisHierarchy - Interface in com.quartetfs.biz.pivot.cube.hierarchy
Marker interface for Analysis hierarchies.
IAnalysisHierarchyBuilder - Interface in com.activeviam.desc.build.dimensions
Interface for building an analysis hierarchy.
IAnalysisHierarchyDescription - Interface in com.quartetfs.biz.pivot.definitions
Interface for the description of analysis hierarchies.
IAnalysisHierarchyDescriptionProvider - Interface in com.quartetfs.biz.pivot.cube.hierarchy
Interface to use to simplify the code adding analysis hierarchy to the cube description with the builder API.
IAnalysisHierarchyInfo - Interface in com.quartetfs.biz.pivot.cube.hierarchy
IAnnotatedMonitoredComponent - Interface in com.quartetfs.fwk.monitoring
Interface for children of IMonitoredComponent that use our annotations (JmxOperation, JmxAttribute, JmxChildren or JmxOperation) and do not want to implement the methods of IMonitoredComponent.
IApplicationDataStream - Interface in com.activeviam.selection
Definition of the data session accessible to an ActivePivot.
IApplicationDictionaryProvider - Interface in com.activeviam.dic.provider
Global provider interface for all the non-transient dictionaries of an ActivePivot application as well as its Database(s).
IApplicationDictionaryProvider.GlobalDictionaryKey - Class in com.activeviam.dic.provider
Global coordinates for a dictionary in a IApplicationDictionaryProvider.
IApplicationDictionaryProvider.IDomainDictionaryKey - Interface in com.activeviam.dic.provider
Marker interface for the local coordinates of a dictionary inside a IDomainDictionaryProvider.
IApplicationManager - Interface in com.qfs.distribution
Manages the messages received.
IArray - Interface in com.qfs.chunk
Elements of data available following the array layout.
IArrayCursor - Interface in com.activeviam.chunks.cells
An IReadableArrayCursor that can write in its underlying array.
IArrayNullable - Interface in com.qfs.chunk
Marker interface for arrays that may contain null values.
IArrayReader - Interface in com.qfs.chunk
Elements of data available following the array layout.
IArrayWriter - Interface in com.qfs.chunk
Interface to write into a structure with an array layout.
IArrowVectorFeeder - Interface in com.activeviam.arrow.write
Wrapper around an Arrow vector that knows how to cast to the correct type to write.
IAsOfEpoch - Interface in com.quartetfs.biz.pivot.context
'As of epoch' context value that in a multi-version environment determines the version (or epoch) that must be considered.
IAsyncAttachedQuery<ResultT> - Interface in com.activeviam.query
An attached query that can be executed asynchronously using IAsyncAttachedQuery.executeAsync(CountedCompleter).
IAsyncCompositeSelectionListener - Interface in com.qfs.store.selection
Async listener over a composite selection.
IAsyncProcessedEvent - Interface in com.quartetfs.biz.pivot.query.aggregates
An even that is being processed asynchronously by various executors using ForkJoinTasks.
IAsyncResultAcceptor<T> - Interface in com.activeviam.database.api.query
Simple result acceptor.
IAsyncTransaction - Interface in com.qfs.multiversion
A transaction on a multi-versioned Object that performs its operations in an asynchronous way.
IAsyncTransactionalMultiVersion - Interface in com.qfs.multiversion
Transactional multi-version component that can commit asynchronously.
IAttachedQuery<ResultT> - Interface in com.quartetfs.fwk.query
A query that is attached to some session.
IAudit - Interface in com.qfs.snl.persistence
The audit contains all the data related to a certain limit.
IAuditable - Interface in com.qfs.content.service.audit
Interface for a table that can be audited.
IAuditAction - Interface in com.qfs.content.service.audit
Interface for a write action into a database that needs to be audited.
IAuditDao - Interface in com.qfs.snl.persistence
The audit data access object interface.
IAuthenticatedBroadcastMessage<AnswerT,​OutputT,​ContextT> - Interface in com.qfs.distribution.security
A message that must be authorized in each instance in which it is being executed.
IAuthenticatedExecutor - Interface in com.qfs.snl.agent.service.impl
Utility class offering to execute an action in the context of a given user.
IAuthorityComparator - Interface in com.quartetfs.biz.pivot.security
Interface for comparators used to sort the authorities.
IAxisDimensionDescription - Interface in com.quartetfs.biz.pivot.definitions
IAxisDimensionDescription is the description for the IAxisDimension.
IAxisDimensionsDescription - Interface in com.quartetfs.biz.pivot.definitions
The description for axis dimensions.
IAxisHierarchy - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
An axis hierarchy.
IAxisHierarchyBase - Interface in com.activeviam.biz.pivot.cube.hierarchy.axis.impl
Deprecated, for removal: This API element is subject to removal in a future version.
IAxisHierarchyCollector - Interface in com.qfs.pivot.hierarchy
Deprecated, for removal: This API element is subject to removal in a future version.
IAxisHierarchyDescription - Interface in com.quartetfs.biz.pivot.definitions
IAxisHierarchyDescription is the description for the IAxisHierarchy.
IAxisHierarchyExchanger - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
A collector specialized for dimensions ' exchange between several IDistributedActivePivot.
IAxisHierarchyTransaction - Interface in com.qfs.pivot.hierarchy
IAxisHierarchyVersion - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
Interface representing a version of an Axis Hierarchy.
IAxisLevelDescription - Interface in com.quartetfs.biz.pivot.definitions
IAxisLevelDescription is the description for the IAxisLevel.
IAxisMember - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
Axis Members are members defined inside an axis hierarchy.
IAxisMemberExchanger - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
Special member for IAxisHierarchyExchanger.
IAxisName - Interface in com.quartetfs.pivot.mdx.statement
Interface used to name the axes.
IAxisName.Default - Enum in com.quartetfs.pivot.mdx.statement
Enumeration of the default axes specified by the MDX Standards.
IAxisRanges<R extends IRangeProperty> - Interface in com.quartetfs.tech.streaming
Interface for a a group of IRangeProperty.
IAxisSpecification - Interface in com.quartetfs.pivot.mdx.statement
 
IBackwardMatcher - Interface in com.quartetfs.biz.xmla.compression
This interface is used to find all the objects that match in the past.
IBaseQueryRunner - Interface in com.qfs.store.query
Base interface to be implemented by all datastore query runners.
IBasicAggregatedMeasure<I,​A> - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
Aggregated measure with a single input field.
IBasicAggregatedMeasureDescription - Interface in com.quartetfs.biz.pivot.definitions
The description for a IBasicAggregatedMeasure.
IBasicContentEntry - Interface in com.qfs.content.service
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.qfs.content.service
A wrapping interface to abstract content entries from their paths.
IBasicPostProcessor - Interface in com.activeviam.pivot.postprocessing
Interface of a basic post processor that when evaluated on a (possibly range) location: retrieves the cellset for that location applies a calculation at each point location of that cell set outputs the result of that calculation as the result of the post processor A basic post processor is also an IEvaluator and can be used as the evaluator of another post processor.
IBeforeAddRecordFlattener - Interface in com.qfs.store.record.flatten
Capable of flattening a record before even adding it to the store.
IBitmap - Interface in com.qfs.bitmap
A bitmap is a possibly large sequence of bits on which logical operations like AND, OR, XOR can be efficiently applied.
IBitmapIndex - Interface in com.qfs.bitmap
An object which is able to perform searches on tuplized data structures, and returns results using bitmaps.
IBitmapIterator - Interface in com.qfs.bitmap
An iterator over all the ints set to true in a bitmap.
IBlock - Interface in com.qfs.vector
An atomic group of data that servers as backing structure for vectors.
IBlockAllocator - Interface in com.qfs.chunk.direct.allocator
An allocator effective to allocate a fixed amount of memory among a reserved and sized block of memory.
IBlockVector<B extends IBlock> - Interface in com.qfs.vector
Interface for a vector that is based on blocks to retrieve its underlying data.
IBooleanContextMetadata - Interface in com.activeviam.contextservice.metadata
Interface for boolean context metadata.
IBooleanParser - Interface in com.quartetfs.fwk.format
Parser of boolean fields.
IBorderBuilder - Interface in com.qfs.util.ui
Interface defining a builder to draw borders around a table and its cells.
IBorderBuilder.Direction - Enum in com.qfs.util.ui
Direction of the border.
IBorderBuilder.Style - Enum in com.qfs.util.ui
Style of a border.
IBranch - Interface in com.quartetfs.biz.pivot.context
Context value containing details about the current branch.
IBranchCreationDescription - Interface in com.qfs.store.service
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.qfs.store.service
Object used to describe a branch, containing its permissions, and the epoch at which it was created.
IBranchInfo - Interface in com.qfs.multiversion
Information about a branch.
IBranchPermissions - Interface in com.qfs.security
An object containing the read and write permissions for a given branch.
IBranchPermissionsListener - Interface in com.qfs.security
A hook that can be run when a specific branch's permissions are updated.
IBranchPermissionsManager - Interface in com.qfs.security
A service which keeps track of branch permissions: owner and reader rights.
IBroadcastMessage<AnswerT,​OutputT,​ContextT> - Interface in com.qfs.messenger.message
A message that can be broadcast to all instances.
IBroadcastResult<T> - Interface in com.qfs.messenger.message
The answer of a remote instance to an IBroadcastMessage.
IBucketer<B extends Comparable<B>> - Interface in com.quartetfs.biz.pivot.cube.hierarchy
A bucketer is a component that can uniquely split a set of objects into buckets.
IBufferAllocator - Interface in com.qfs.buf
Allocator of data buffers.
IBufferedCellSetWriter - Interface in com.quartetfs.biz.pivot.cellset
Buffered cellset writer.
IBufferedCellSetWriterFactory - Interface in com.quartetfs.biz.pivot.query.aggregates
An object that can create IBufferedCellSetWriter on an underlying IScopedCellSet.
IBuildableAggregateProviderDescriptionBuilder<DescriptionT> - Interface in com.activeviam.desc.build
The step of the builder when the aggregate provider description has been built.
IBuildableAggregateProviderDescriptionBuilder.AggregateProviderBuilder<DescriptionT> - Interface in com.activeviam.desc.build
Initial step of the build of an aggregate provider description.
IBuildableAggregateProviderDescriptionBuilder.LevelListBuilder<ParentT> - Interface in com.activeviam.desc.build
Step of the builder when collecting multiple levels for a higher builder.
IBuildableAggregateProviderDescriptionBuilder.PartialBuilder<DescriptionT> - Interface in com.activeviam.desc.build
Initial step of the build of a partial aggregate provider description.
IBuildableAggregateProviderDescriptionBuilder.PartialWithHierarchiesRestrictionBuilder<DescriptionT> - Interface in com.activeviam.desc.build
Step of the partial aggregate description builder when only hierarchies restrictions have been provided.
IBuildableAggregateProviderDescriptionBuilder.PartialWithMeasuresRestrictionBuilder<DescriptionT> - Interface in com.activeviam.desc.build
Step of the partial aggregate description builder when only measures restrictions have been provided.
IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder<RestrictedBuilderT> - Interface in com.activeviam.desc.build
Interface for a partial aggregate provider description builder that has no hierarchies restrictions.
IBuildableAggregateProviderDescriptionBuilder.PartialWithoutMeasuresRestrictionBuilder<RestrictedBuilderT> - Interface in com.activeviam.desc.build
Interface for a partial aggregate provider description builder that has no measures restrictions.
IBuildableAggregateProviderDescriptionBuilder.PartialWithoutRestrictionsBuilder<DescriptionT> - Interface in com.activeviam.desc.build
Step of the partial aggregate description builder when no restriction have been provided.
IBuildableAggregateProviderDescriptionBuilder.PropertiedAggregateProviderDescriptionBuilder<DescriptionT> - Interface in com.activeviam.desc.build
The step of the aggregate provider description builder having received a type and at least one property.
IBuildableAggregateProviderDescriptionBuilder.PropertiedPartialBuilder<DescriptionT> - Interface in com.activeviam.desc.build
Step of the partial aggregate description builder when the type and at least one property has been provided.
IBuildableAggregateProviderDescriptionBuilder.TypedAggregateProviderDescriptionBuilder<DescriptionT> - Interface in com.activeviam.desc.build
The step of the aggregate provider description builder having received a type.
IBuildableAggregateProviderDescriptionBuilder.TypedPartialBuilder<DescriptionT> - Interface in com.activeviam.desc.build
Step of the partial aggregate description builder when the type has been provided.
IBuildablePropertyInfoBuilder<ParentBuilderT> - Interface in com.activeviam.desc.build.dimensions
Step of the builder for IPropertyInfo when all mandatory parameters have been set.
IBuildablePropertyInfoBuilder.IHasExpressionPropertyInfoBuilder<ParentBuilderT> - Interface in com.activeviam.desc.build.dimensions
Step of the builder when a name and expressions have been provided.
IBuildablePropertyInfoBuilder.INamedPropertyInfoBuilder<ParentBuilderT> - Interface in com.activeviam.desc.build.dimensions
Step of the builder when a name has been provided.
IBuildablePropertyInfoBuilder.IPropertyInfoBuilder<ParentBuilderT> - Interface in com.activeviam.desc.build.dimensions
Initial step of the builder.
IBuilder<R,​B extends IBuilder<R,​?>> - Interface in com.qfs.util
Deprecated, for removal: This API element is subject to removal in a future version.
IBulkedEvents - Interface in com.quartetfs.tech.streaming
A group of stream events from different streams and different domains, multiplexed together for efficient communication.
IByteBufferConverter<T> - Interface in com.qfs.msg.keyvalue.conversion
IByteBufferConverterInterface, that takes care of converting data of type to or from a ByteBuffer.
IByteRecord - Interface in com.qfs.store.record
A record storing its information in byte arrays.
IByteRecordBlock - Interface in com.qfs.store.record
Ordered store of multiple records.
IByteRecordFormat - Interface in com.qfs.store.record
A record format for creating IByteRecords.
ICachedAggregates - Interface in com.quartetfs.biz.pivot.query.aggregates
A cached aggregate stored in a IAggregatesCache.
ICacheMonitoringBean - Interface in com.activeviam.apm.pivot.monitoring.jmx
Interface of MBean which the return value should be cached and updated only when necessary.
ICachingBitmapSupplier<IndexT extends IBitmapIndex> - Interface in com.qfs.pivot.cube.provider.bitmap.impl
A functional interface representing a supplier function that calculates IBitmap from FilterCache.
ICalculatedDrillthroughColumn - Interface in com.quartetfs.biz.pivot.context.drillthrough
A calculated drillthrough column that can be used in drillthrough queries.
ICalculatedDrillthroughColumnDescription - Interface in com.quartetfs.biz.pivot.definitions
Description of a Drillthrough column computed from values.
ICalculatedDrillthroughColumnSet - Interface in com.quartetfs.biz.pivot.context.drillthrough
A ICalculatedDrillthroughColumnSet can generate several new ICalculatedDrillthroughColumn when a drillthrough query is launched.
ICalculatedDrillthroughColumnSetDescription - Interface in com.quartetfs.biz.pivot.definitions
Description of a set of calculated columns.
ICalculatedMemberDescription - Interface in com.quartetfs.biz.pivot.definitions
Description of an Mdx calculated member.
ICanAddSharedContextValue<DescriptionT> - Interface in com.activeviam.desc.build
Step of a builder when a shared context value can be specified.
ICanBeDefaultHierarchy<BuilderT> - Interface in com.activeviam.desc.build.dimensions
Provides method to mark a hierarchy as the default hierarchy of its dimension.
ICanBeFactless - Interface in com.activeviam.desc.build.dimensions
Step of description builder to describe a factless hierarchy.
ICanBeFactless.CanBuildFromStoreLevelBuilder - Interface in com.activeviam.desc.build.dimensions
A ready-to-build description for a level in a hierarchy coming from a store.
ICanBeFactless.CanStartBuildingLevelFromStore - Interface in com.activeviam.desc.build.dimensions
Step of an analysis hierarchy coming from a store that can start describing its level.
ICanBeFactless.FromStoreHierarchyBuilder - Interface in com.activeviam.desc.build.dimensions
A hierarchy having the name of the store it will introspect.
ICanBeFactless.FromStoreLevelBuilder - Interface in com.activeviam.desc.build.dimensions
Description for a level in a hierarchy coming from a store.
ICanBeSlicing<BuilderT> - Interface in com.activeviam.desc.build.dimensions
 
ICanBuildActivePivotManagerDescription - Interface in com.activeviam.desc.build
Step of a builder that can build an IActivePivotManagerDescription.
ICanBuildCommonCubeDescription<DescriptionT> - Interface in com.activeviam.desc.build
Provides method to build a cube.
ICanBuildCommonCubeDescription.IAggregationProceduresBuilder - Interface in com.activeviam.desc.build
Builder definition to create the descriptions of aggregation procedures.
ICanBuildCubeDescription<DescriptionT> - Interface in com.activeviam.desc.build
Provides method to build a cube.
ICanBuildHierarchyBuilder - Interface in com.activeviam.desc.build.dimensions
A hierarchy builder with at least one level.
ICanBuildQueryCubeDescription - Interface in com.activeviam.desc.build.distributed
 
ICancellableMessage - Interface in com.qfs.messenger
This interface purpose is solely to flag types of messages that have a cancellable serialization method.
ICancellableResultMessage - Interface in com.qfs.messenger
This interface purpose is solely to flag types of messages that have a cancellable serialization RESPONSE method.
ICancellableTask - Interface in com.qfs.concurrent.cancellable
Task that can be cancelled.
ICanChangeRangeSharing<BuilderT> - Interface in com.activeviam.desc.build
Provides default implements to help customize the range sharing of an aggregate provider.
ICanCollectVectors<K> - Interface in com.qfs.chunk
A IChunk that can store IVector (directly or through underlying chunks) that can be collected.
ICanHaveCaption<BuilderT> - Interface in com.activeviam.desc.build
Provides method to configure the caption of a component in the cube.
ICanHaveComparator<BuilderT> - Interface in com.activeviam.desc.build.dimensions
Provides method to give a comparator to a built item.
ICanHaveExpression<BuilderT> - Interface in com.activeviam.desc.build
Provides method to configure the expression of a component in the cube.
ICanHaveFactFilter - Interface in com.activeviam.desc.build.dimensions
Step of a cube description builder when a fact filter can be specified.
ICanHaveFolder<BuilderT> - Interface in com.activeviam.desc.build
Provides method to configure the folder of a component in the cube.
ICanHaveFormatter<BuilderT> - Interface in com.activeviam.desc.build
Provides method to configure the formatter of a component in the cube.
ICanHaveLevelType<BuilderT> - Interface in com.activeviam.desc.build.dimensions
Provides method to give a level type to a built item.
ICanHaveMeasureGroup<BuilderT> - Interface in com.activeviam.desc.build
Provides methods to configure the measure group of a component in the cube.
ICanHaveProperty<BuilderT> - Interface in com.activeviam.desc.build
Provides method to put a property that contributes to the initialization of a component in the cube.
ICanHaveRoleEntitlements - Interface in com.quartetfs.biz.pivot.security.builders
Utils to define the entitlements for the roles of user.
ICanHaveRoleEntitlements.IBuildableEntitlementsProviderBuilder - Interface in com.quartetfs.biz.pivot.security.builders
Ready to build.
ICanHaveRoleEntitlements.IBuildableGlobalEntitlementBuilder - Interface in com.quartetfs.biz.pivot.security.builders
Ready to build.
ICanHaveRoleEntitlements.IBuildablePivotEntitlementBuilder - Interface in com.quartetfs.biz.pivot.security.builders
Ready to build.
ICanHaveRoleEntitlements.ICanAddContextValue<Builder> - Interface in com.quartetfs.biz.pivot.security.builders
Steps of an entitlement builder that can add context value.
ICanHaveRoleEntitlements.ICanBuildEntitlementsProvider - Interface in com.quartetfs.biz.pivot.security.builders
Provides method to build the entitlement provider.
ICanHaveRoleEntitlements.ICanHaveGlobalEntitlement - Interface in com.quartetfs.biz.pivot.security.builders
ICanHaveRoleEntitlements.ICanHavePivotEntitlement - Interface in com.quartetfs.biz.pivot.security.builders
ICanHaveRoleEntitlements.ICanHaveRole<Builder> - Interface in com.quartetfs.biz.pivot.security.builders
Steps of an entitlement builder that can set the user role.
ICanHaveRoleEntitlements.ICanStartBuildingEntitlement - Interface in com.quartetfs.biz.pivot.security.builders
Steps of the builder that can describe an entitlement.
ICanHaveRoleEntitlements.IEmptyGlobalEntitlementBuilder - Interface in com.quartetfs.biz.pivot.security.builders
First step of builder of IGlobalEntitlement.
ICanHaveRoleEntitlements.IEmptyPivotEntitlementBuilder - Interface in com.quartetfs.biz.pivot.security.builders
First step of builder of IPivotEntitlement.
ICanHaveRoleEntitlements.IEntitlementsProviderBuilder - Interface in com.quartetfs.biz.pivot.security.builders
First step for the builder of an entitlement provider.
ICanHaveRoleEntitlements.IGlobalEntitlementBuilderWithRole - Interface in com.quartetfs.biz.pivot.security.builders
Step of builder of IPivotEntitlement where the role is given.
ICanHaveRoleEntitlements.IHasAtLeastOneEntitlement - Interface in com.quartetfs.biz.pivot.security.builders
Step of the provider builder where at least one entitlement is defined.
ICanHaveRoleEntitlements.IPivotEntitlementBuilderWithPivotId - Interface in com.quartetfs.biz.pivot.security.builders
Step of builder of IPivotEntitlement where the pivot id is given.
ICanHaveRoleEntitlements.IPivotEntitlementBuilderWithRole - Interface in com.quartetfs.biz.pivot.security.builders
Step of builder of IPivotEntitlement where the role is given.
ICanHide<BuilderT> - Interface in com.activeviam.desc.build
Provides method to mark a built item hidden.
ICanPartition<R> - Interface in com.qfs.store.part
Add a partitioning directive on the store.
ICanStartBuildingAggregateProvider<DescriptionT> - Interface in com.activeviam.desc.build
Step of the builder that can start building an aggregate provider.
ICanStartBuildingCalculatedDrillthroughColumnDescription<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Step of a builder that starts defining a ICalculatedDrillthroughColumnDescription.
ICanStartBuildingCalculatedDrillthroughColumnDescription.IBuilderWithName<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Builder having the column name.
ICanStartBuildingCalculatedDrillthroughColumnDescription.ICalculatedDrillthroughColumnDescriptionBuilder<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
ICanStartBuildingCalculatedDrillthroughColumnDescription.ICanBuild<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Ready to build.
ICanStartBuildingCalculatedDrillthroughColumnSetDescription<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Step of a builder that starts describing a ICalculatedDrillthroughColumnSetDescription.
ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICalculatedDrillthroughColumnSetDescriptionBuilder<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICanBuild<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Ready to build.
ICanStartBuildingCalculatedMember<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Step of a builder that starts describing a calculated member.
ICanStartBuildingCalculatedMember.IBuilderWithUniqueName<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Steps of the builder having a unique name.
ICanStartBuildingCalculatedMember.ICalculatedMemberDescriptionBuilder<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
ICanStartBuildingCalculatedMember.ICanBuild<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Ready-to-build step.
ICanStartBuildingCatalog<ParentT> - Interface in com.activeviam.desc.build
Step of a builder that can start building a catalog.
ICanStartBuildingCatalog.CatalogDescriptionBuilder<ParentT> - Interface in com.activeviam.desc.build
Builder of catalogs.
ICanStartBuildingCube<ParentBuilderT> - Interface in com.activeviam.desc.build
Step of a builder that can start building a cube.
ICanStartBuildingDataCube - Interface in com.activeviam.desc.build.distributed
Step of the builder when a data cube can be built.
ICanStartBuildingDimensions - Interface in com.activeviam.desc.build.dimensions
Step of a cube builder that can start describing the cube dimensions.
ICanStartBuildingDimensions.DimensionsAdder - Interface in com.activeviam.desc.build.dimensions
Shorter type for the function creating the dimensions descriptions.
ICanStartBuildingDistributedCube<ParentBuilderT> - Interface in com.activeviam.desc.build
Step of a builder that can start building a distributed cube.
ICanStartBuildingDrillthroughProperties<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.drillthrough
Step for a builder that can start defining a drillthrough properties.
ICanStartBuildingDrillthroughProperties.ICanBuild<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.drillthrough
Step where we can finish defining the IDrillthroughProperties.
ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumn<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.drillthrough
Step to add calculated column.
ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumnSet<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.drillthrough
Step to add a set of calculated columns.
ICanStartBuildingDrillthroughProperties.ICanHaveHeaderComparator<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.drillthrough
Step to set the header comparator.
ICanStartBuildingDrillthroughProperties.ICanHaveMaxRows<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.drillthrough
Step to set the maximum of returned rows.
ICanStartBuildingDrillthroughProperties.ICanHideColumn<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.drillthrough
Step to hide column from the drillthrough.
ICanStartBuildingDrillthroughProperties.ICanIgnoreQueriedMeasure<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.drillthrough
Step to enable/disable ignoring queried measure.
ICanStartBuildingDrillthroughProperties.ICanSetErrorBehavior<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.drillthrough
Step to set the behavior of the drillthrough in case of error.
ICanStartBuildingDrillthroughProperties.ICanSetUnknownColumnBehavior<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.drillthrough
Step to set the behavior of the drillthrough in case of unknown column.
ICanStartBuildingDrillthroughProperties.IDrillthroughPropertiesBuilder<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.drillthrough
Provides methods to define the drillthrough properties.
ICanStartBuildingEpochDimension<DescriptionT> - Interface in com.activeviam.desc.build.dimensions
Step of a builder that can start to customize the epoch dimension of its cube.
ICanStartBuildingHierarchy - Interface in com.activeviam.desc.build.dimensions
Step of a cube description builder that can start describing a cube's hierarchy.
ICanStartBuildingKpiDescription<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Step of a builder that starts defining a IKpiDescription.
ICanStartBuildingKpiDescription.IBuilderWithName<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Steps of the builder having a unique name.
ICanStartBuildingKpiDescription.ICanBuild<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Ready-to-build step.
ICanStartBuildingKpiDescription.IKpiDescriptionBuilder<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Builder for IKpiDescription.
ICanStartBuildingLevel - Interface in com.activeviam.desc.build.dimensions
Step of a cube description builder that can start describing a cube's level.
ICanStartBuildingLevel.ICanBuildLevelBuilder - Interface in com.activeviam.desc.build.dimensions
Step of a cube description builder that describes fully a cube's level when not part of an analysis hierarchy.
ICanStartBuildingLevel.ICommonLevelBuilder<BuilderT> - Interface in com.activeviam.desc.build.dimensions
Common interface for the builders of a cube's level.
ICanStartBuildingMdxContext<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step for a builder that can start defining a MDX context.
ICanStartBuildingMdxContext.ICanAddDefaultMember<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to add default member for a hierarchy.
ICanStartBuildingMdxContext.ICanAddFormatter<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to add formatter.
ICanStartBuildingMdxContext.ICanAddMeasureAlias<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to add the measure alias.
ICanStartBuildingMdxContext.ICanBuild<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step where we can finish defining the IMdxContext.
ICanStartBuildingMdxContext.ICanDisableMdxCompilation<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to enable/disable MDX compilation.
ICanStartBuildingMdxContext.ICanEnableAggressiveFormulaEvaluation<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to enable/disable aggressive formula evaluation.
ICanStartBuildingMdxContext.ICanEnableCaseSensitivity<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to enable/disable MDX engine's case sensitivity.
ICanStartBuildingMdxContext.ICanEnableLightCrossJoin<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to enabled/disable the light cross join.
ICanStartBuildingMdxContext.ICanEnableMemberNamePathStyle<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to enable/disable member path style.
ICanStartBuildingMdxContext.ICanHaveAdditionalProperty<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to add additional property.
ICanStartBuildingMdxContext.ICanHaveCalculatedMember<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to add calculated member.
ICanStartBuildingMdxContext.ICanHaveKpi<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to add kpi.
ICanStartBuildingMdxContext.ICanHaveNamedSet<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to add named set.
ICanStartBuildingMdxContext.ICanHideSubTotals<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to hide subtotals.
ICanStartBuildingMdxContext.ICanIgnoreInvalidMembers<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to enable/disable ignoring invalid member in the MDX engine.
ICanStartBuildingMdxContext.ICanOverrideDimensionVisibilities<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to override visibilities for dimensions.
ICanStartBuildingMdxContext.ICanOverrideHierarchyVisibilities<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to override visibilities for hierarchies.
ICanStartBuildingMdxContext.ICanSetAxisPositionLimit<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to set axis position limit.
ICanStartBuildingMdxContext.ICanSetCubeFormatter<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to set the cube formatter.
ICanStartBuildingMdxContext.ICanSetResultLimit<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to set the result limit.
ICanStartBuildingMdxContext.IDefiningDefaultMember<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Step to define the default member of a hierarchy.
ICanStartBuildingMdxContext.IDefiningDefaultMemberOnHierarchy<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Provides method to describe the default member path.
ICanStartBuildingMdxContext.IMdxContextBuilder<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context
Provides methods to define an MDX context.
ICanStartBuildingMeasures - Interface in com.activeviam.desc.build
Step of a cube description builder that can start describing measures.
ICanStartBuildingMeasures.BuildablePostProcessorBuilder - Interface in com.activeviam.desc.build
Ready-to-build post-processor description.
ICanStartBuildingMeasures.ICanBuildPreAggregatedMeasureBuilder - Interface in com.activeviam.desc.build
Step of the pre-aggregated measures builder when all mandatory information has been given.
ICanStartBuildingMeasures.INativeMeasureBuilder - Interface in com.activeviam.desc.build
Builder for native measure customizations.
ICanStartBuildingMeasures.IPostProcessorBuilder - Interface in com.activeviam.desc.build
Builder for post-processor description.
ICanStartBuildingMeasures.IPreAggregatedMeasureBuilder - Interface in com.activeviam.desc.build
First step of the pre-aggregated measures builder.
ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField - Interface in com.activeviam.desc.build
Second step of the pre-aggregated measures builder.
ICanStartBuildingNamedSetDescription<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Step of a builder that starts describing a INamedSetDescription.
ICanStartBuildingNamedSetDescription.IBuilderWithUniqueName<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Steps of the builder having a unique name.
ICanStartBuildingNamedSetDescription.ICanBuild<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
Ready to build.
ICanStartBuildingNamedSetDescription.INamedSetDescriptionBuilder<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.definitions.builder
ICanStartBuildingQueryCube - Interface in com.activeviam.desc.build.distributed
Step of the builder when a query cube can be built.
ICanStartBuildingSchema - Interface in com.activeviam.desc.build
Step of a builder that can start building a IActivePivotSchemaDescription.
ICanStartBuildingSubCubeProperties<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.subcube
Steps for a builder that can start defining a sub cube properties.
ICanStartBuildingSubCubeProperties.IAccessDeniedSubCubePropertiesBuilder<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.subcube
Builder for ISubCubeProperties with denied access.
ICanStartBuildingSubCubeProperties.ICanBuild<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.subcube
Step where we can finish defining the ISubCubeProperties.
ICanStartBuildingSubCubeProperties.ICanGrantMeasure<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.subcube
Steps to grant access to a measure.
ICanStartBuildingSubCubeProperties.ICanGrantMembers<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.subcube
Steps to grant access to some members.
ICanStartBuildingSubCubeProperties.IEmptyBuilder<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.subcube
An empty builder.
ICanStartBuildingSubCubeProperties.IGrantedAccessSubCubePropertiesBuilder<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.subcube
Builder for ISubCubeProperties with some granted measures or members.
ICanStartBuildingSubCubeProperties.IGrantingMembers<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.subcube
Granting some members.
ICanStartBuildingSubCubeProperties.IGrantingMembersOnDimension<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.subcube
Granting members of a dimension.
ICanStartBuildingSubCubeProperties.IGrantingMembersOnHierarchy<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.subcube
Granting members of a hierarchy.
ICanStartBuildingSubCubeProperties.IGrantingMembersOnPath<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.subcube
Granting members on a path.
ICanStartBuildingSubCubeProperties.ISubCubePropertiesBuilder<ParentBuilderT> - Interface in com.quartetfs.biz.pivot.context.subcube
Provides methods to define ISubCubeProperties.
ICanStartPartialProvider<DescriptionT> - Interface in com.activeviam.desc.build
Step of a builder that can start building a partial aggregate provider.
ICaseExpression - Interface in com.quartetfs.pivot.mdx.statement
Expression representing case statement.
ICatalog - Interface in com.quartetfs.biz.pivot
A catalog has an id and contains a list of ActivePivot instances.
ICatalogDescription - Interface in com.quartetfs.biz.pivot.definitions
Description of a catalog.
ICatchUpListenerSingleBranch - Interface in com.qfs.store.selection
A listener wrapper to catch up with the current version of a single branch.
ICell - Interface in com.qfs.util.ui
A cell to be displayed in the User Interface.
ICellCursor - Interface in com.quartetfs.pivot.mdx
 
ICellEvent - Interface in com.quartetfs.biz.pivot.streaming
A cell event corresponds to the update of a set of cells.
ICellFunction - Interface in com.activeviam.util.cells
Equivalent of a Function accepting a cell as its input and producing a result as the value of another cell.
ICellProcedure - Interface in com.quartetfs.biz.pivot.cellset
A procedure that executes itself on cells.
ICellSet - Interface in com.quartetfs.biz.pivot.cellset
Navigable set of cells.
ICellSetEvent - Interface in com.quartetfs.biz.pivot.streaming
A cell set event is an event corresponding to a full cellset (axis + cells).
ICellSetNotificationEvent - Interface in com.quartetfs.biz.pivot.streaming
Definition of an event that corresponds to the update potentially impacting a cellset.
ICellSetProcedure - Interface in com.quartetfs.biz.pivot.cellset
A procedure that executes itself over a cell set.
ICellSetResult - Interface in com.quartetfs.biz.pivot.cellset
Wrapper around multidimensional queries results performed in test environment.
ICellSetState - Interface in com.quartetfs.biz.pivot.streaming
Interface for objects representing a cellSetState to keep the current view of a continuous query in MdxStream and MdxStreamNode.
ICellSetTester - Interface in com.qfs.pivot.testing
API to easily test the content of a CellSet.
ICellSetTester.ICellByCoordinatesTesterBuilder - Interface in com.qfs.pivot.testing
Builder for a filter to find a single cell in a CellSet.
ICellSetTester.ICellTester - Interface in com.qfs.pivot.testing
API to easily test the content of a Cell belonging to CellSet.
ICellSetTester.IHasCellValue<ParentT> - Interface in com.qfs.pivot.testing
Common interface for all tester steps that target a single cell.
ICellSetWriter - Interface in com.quartetfs.biz.pivot.cellset
Component responsible for writing values in a cell set.
ICellTransformProcedure - Interface in com.quartetfs.biz.pivot.cellset
A procedure that applies a transformation to the values of an inputCell attached to a IPointLocationReader and writes the result into a resultCell.
ICellWriter - Interface in com.activeviam.util.cells
Definition of a write-only component linked to a cell containing some data.
ICharSequenceDictionary<C extends CharSequence> - Interface in com.qfs.dic
Interface of a dictionary that stores some type of character sequence.
IChunk<K> - Interface in com.qfs.chunk
A chunk of data within a column.
IChunkAllocator - Interface in com.qfs.chunk
Allocator of chunks.
IChunkBinding - Interface in com.qfs.chunk
Represent the binding between two chunks.
IChunkBoolean - Interface in com.qfs.chunk
A chunk of data that stores boolean values.
IChunkComposite - Interface in com.qfs.chunk
Interface for chunks used for performing user-defined aggregations.
IChunkCreator<T> - Interface in com.qfs.store
A functional interface for creating a chunk given a IChunkAllocator, some IAllocationSettings and the chunk size.
IChunkDouble - Interface in com.qfs.chunk
Specialized chunk that stores double primitive data.
IChunkFactory<T> - Interface in com.qfs.store
Represents a factory to create chunks.
IChunkFloat - Interface in com.qfs.chunk
Specialized chunk that stores float primitive data.
IChunkInteger - Interface in com.qfs.chunk
Specialized chunk that stores integer primitive data.
IChunkLong - Interface in com.qfs.chunk
Specialized chunk that stores long primitive data.
IChunkNullable<K> - Interface in com.qfs.chunk
A chunk that can store null values.
IChunkPositiveInteger - Interface in com.qfs.chunk
A chunk that stores positive integer of variable bit length.
IChunkPrimitiveInteger - Interface in com.qfs.chunk
A chunk of data that stores primitive integers (bytes, shorts, ints).
IChunkSet - Interface in com.qfs.store
A chunkSet represents a set of chunks that correspond to the columns of a table.
IChunkSingleValue<K> - Interface in com.qfs.chunk
A chunk that stores a single value.
IClearableBitmap - Interface in com.qfs.bitmap
A bitmap which supports random writing and deleting.
IClone<T> - Interface in com.quartetfs.fwk
An extension to Cloneable returning the real interface.
ICloudCsvDataProviderFactory<E> - Interface in com.activeviam.cloud.source.csv
Interface for cloud ICsvDataProvider factory.
ICloudCSVTopic<E> - Interface in com.activeviam.msg.csv
A topic of the cloud CSV Source.
ICloudDirectory<E> - Interface in com.activeviam.cloud.entity
Interface representing a directory in the cloud.
ICloudEntity<E> - Interface in com.activeviam.cloud.entity
Facade on an object stored in the cloud.
ICloudEntityPath<E> - Interface in com.activeviam.cloud.entity
Reference on an object stored in the cloud.
IClusterDefinition - Interface in com.quartetfs.biz.pivot.definitions
The definition of the cluster to which a DATA or QUERY cube belongs.
IClusterDefinitionBuilder - Interface in com.activeviam.desc.build.distributed
Contains the common interface for the query and data cluster definitions builder.
IClusterDefinitionBuilder.IApplicationDescriptionBuilderWithId - Interface in com.activeviam.desc.build.distributed
Builder of a distributed application definition with an id.
IClusterDefinitionBuilder.IBuildableMessengerDescriptionBuilder<RT> - Interface in com.activeviam.desc.build.distributed
Builder for the messenger description when all mandatory parameters have been set.
IClusterDefinitionBuilder.IBuildableQueryClusterDescriptionBuilder - Interface in com.activeviam.desc.build.distributed
Builder for the query cluster definition when all mandatory parameters have been given.
IClusterDefinitionBuilder.ICanBuildDataClusterDescriptionBuilder - Interface in com.activeviam.desc.build.distributed
Builder for a data cluster definition with all mandatory parameters given.
IClusterDefinitionBuilder.ICanConcealDataNodeHierarchiesDataClusterDescriptionBuilder - Interface in com.activeviam.desc.build.distributed
Builder for a data cluster definition that chooses whether to conceal some hierarchies from the distributed application or not.
IClusterDefinitionBuilder.ICanConcealMeasuresDataClusterDescriptionBuilder - Interface in com.activeviam.desc.build.distributed
Builder for a data cluster definition that chooses whether to conceal some of its measures from the distributed application or not.
IClusterDefinitionBuilder.ICanStartBuildingApplication - Interface in com.activeviam.desc.build.distributed
Step of a builder that can start building a distributed application definition.
IClusterDefinitionBuilder.IDataClusterDescriptionBuilder - Interface in com.activeviam.desc.build.distributed
IClusterDefinitionBuilder.IDataClusterDescriptionBuilderWithId - Interface in com.activeviam.desc.build.distributed
Builder for a data cluster definition with an id.
IClusterDefinitionBuilder.IDataClusterDescriptionBuilderWithIdAndMessengerDefinition - Interface in com.activeviam.desc.build.distributed
Builder for a data cluster definition with an id and a messenger definition.
IClusterDefinitionBuilder.IHasConcealedDataNodeHierarchiesDataClusterDescriptionBuilder - Interface in com.activeviam.desc.build.distributed
Builder for a data cluster definition that chooses to conceal a part of its hierarchies.
IClusterDefinitionBuilder.IMessengerDescriptionBuilder<RT> - Interface in com.activeviam.desc.build.distributed
Builder for the messenger description.
IClusterDefinitionBuilder.IQueryClusterDescriptionBuilder - Interface in com.activeviam.desc.build.distributed
Builder for the query cluster definition.
IClusterDefinitionBuilder.IQueryClusterDescriptionBuilderWithId - Interface in com.activeviam.desc.build.distributed
Builder for the query cluster definition when an id has been given.
IClusterDefinitionBuilder.IQueryClusterDescriptionBuilderWithIdAndMessengerDefinition - Interface in com.activeviam.desc.build.distributed
Builder for the query cluster definition when an id and a messenger definition has been given.
IClusterHealthEventHandler - Interface in com.activeviam.health.monitor
An health event handler dedicated to handling health events declared in the activepivot project.
IClusterHealthEventHandler.IClusterHealthEvent - Interface in com.activeviam.health.monitor
Cluster health event interface.
IClusterView - Interface in com.qfs.messenger
An object that stores the state of a cluster (cluster members, associated viewId).
IColumn<K> - Interface in com.qfs.column
A column is a writable array of elements that all have the same type.
IColumnarTable - Interface in com.qfs.column
A columnar table where each column is identified by a distinct name.
IColumnarTranslator<O> - Interface in com.qfs.msg.csv.translator
Interface of a columnar translator that is configured at the column level.
IColumnCalculator<ContextT> - Interface in com.qfs.msg
A column calculator is responsible for the calculation of the values for one of the output columns.
IColumnCalculator.IColumnCalculationContext<ContextT> - Interface in com.qfs.msg
The context of a column calculation.
IColumnCondition - Interface in com.activeviam.database.api.experimental.refresh.condition
Table condition describes a condition tree on a table.
IColumnInteger - Interface in com.qfs.column
An IColumn specialized for storing int values.
ICommand - Interface in com.quartetfs.biz.xmla
This interface represent a command as associate to an execute request.
ICommonHierarchyBuilder<BuilderT> - Interface in com.activeviam.desc.build.dimensions
Common interface for the builders of a cube's hierarchies.
IComparator<T> - Interface in com.quartetfs.fwk.ordering
IComparator is an interface which can specify an ordering between objects in ActivePivot.
IComparatorDescription - Interface in com.quartetfs.biz.pivot.definitions
IComparatorDescription is the description of an IComparator extended plugin.
IComparatorOrderDescription - Interface in com.quartetfs.biz.pivot.definitions
This interface describe specific order for an IComparatorDescription.
ICompilableProperty - Interface in com.quartetfs.fwk
Extension of the IProperty interface that adds support for compiled properties.
ICompilationArguments<ArgT> - Interface in com.qfs.pivot.mdx.compil
The arguments selected by an ICompilationMatcher, and whether the ICompilationMatcher matched.
ICompilationMatcher<ReturnT,​ChildrenT> - Interface in com.qfs.pivot.mdx.compil
Matches an expression, selecting arguments in the process.
ICompilationRewriter - Interface in com.qfs.pivot.mdx.compil
Interface defining a visitor rewriting an expression using post-processors.
ICompilationTransformer<ArgT> - Interface in com.qfs.pivot.mdx.compil
A compilation visitor that transforms the visited expression into a new expression based on the arguments provided by its children.
ICompilationVisitor<R,​C> - Interface in com.qfs.pivot.mdx.compil
A compilation visitor relies on its children to help him build the result of its visit.
ICompiledCondition - Interface in com.qfs.store.query.plan.condition
The result of compiling an ICondition.
ICompiledConditionInstance - Interface in com.qfs.store.query.plan.condition
An instance of an ICompiledCondition.
ICompiledGetByKey - Interface in com.qfs.store.query
Prepared statement for get-by-unique index query.
ICompiledIncomingReferenceOperation - Interface in com.qfs.store.query.plan
Operation to execute on the target store of some references, to find/filter all rows in this store that are referenced by matching rows in owner store.
ICompiledOperation - Interface in com.qfs.store.query.condition
One of the compiled operation of a condition query.
ICompiledOwnReferenceOperation - Interface in com.qfs.store.query.plan
Operation to execute on the owner store of a reference, to find/filter all rows in this store that reference matching rows in target store.
ICompiledPartitionContentOperation - Interface in com.qfs.store.query.plan
Operation to search in a store.
ICompiledPartitionOperation - Interface in com.qfs.store.query.plan
The result of the compilation of a IPartitionOperation.
ICompiledProperty<T> - Interface in com.quartetfs.fwk
A compiled property, compiled specifically for the instances of a target class.
ICompiledQuery - Interface in com.qfs.store.query
A query ready to be run, including all optimizations that could be done depending on input query.
ICompiledQuery.IUndictionarizer - Interface in com.qfs.store.query
Capable of undictionarizing a ICursor result of this query.
ICompiledQueryPlan - Interface in com.qfs.store.query.plan
A collection of operations that can be planned by a IExecutionPlanBuilder.
ICompiledReferenceOperation - Interface in com.qfs.store.query.plan
The operation to find referencing/referenced rows.
ICompletablePostProcessedRetrievalResultWriter - Interface in com.quartetfs.biz.pivot.cellset
An IPostProcessedRetrievalResultWriter with a ICompletablePostProcessedRetrievalResultWriter.complete() method that can be invoked to complete the writes and return the final result.
ICompleterChain - Interface in com.qfs.concurrent.impl
Group of interfaces for completer chain components.
ICompleterChain.Action - Interface in com.qfs.concurrent.impl
Interface representing a chain requiring an operation to be defined.
ICompleterChain.ICompleterAction - Interface in com.qfs.concurrent.impl
Functional interface defining a simple action generating tasks requiring a completer.
ICompleterChain.ICompleterActionLoop - Interface in com.qfs.concurrent.impl
Function interface defining a loop operation that returns a collection of tasks to run at each iteration.
ICompleterChain.ICompleterWhileLoop - Interface in com.qfs.concurrent.impl
Function interface defining a loop operation that creates and starts tasks.
ICompleterChain.Run - Interface in com.qfs.concurrent.impl
Interface representing a runnable chain.
ICompletion - Interface in com.qfs.util
A completion is a type of continuation to be executed at the end of an activity.
ICompletionSync - Interface in com.qfs.concurrent
A synchronization Object associated with a task that can be used to wait for the task to complete.
IComposerHealthEventHandler - Interface in com.activeviam.health.monitor
An health event handler dedicated to handling health events declared in the composer project.
IComposerHealthEventHandler.IComposerHealthEvent - Interface in com.activeviam.health.monitor
Marks event from the composer project.
ICompositeActivePivotTransactionInfo - Interface in com.quartetfs.biz.pivot.transaction
A composite IActivePivotTransactionInfo that contains multiple underlying info that will be processed together as one by the continuous query engine.
ICompositeColumn - Interface in com.qfs.column
A column which contains IChunkComposite instead of simple IChunk.
ICompositeColumnCursor - Interface in com.qfs.column
A cursor on an ICompositeColumn used to read and write rows.
ICompositeReadableColumn - Interface in com.qfs.column
A composite of several readable columns.
ICompositeSelection - Interface in com.qfs.store.selection
ICompositeSelection are used when one need to listen to the updates of several selections.
ICompositeSelectionListener - Interface in com.qfs.store.selection
Listen to updates received by a IContinuousCompositeSelection.
ICompoundIdentifier - Interface in com.quartetfs.pivot.mdx.statement
A group of IIdentifier.
ICompressible - Interface in com.qfs.memory
A component whose data can be compressed.
ICompressibleMultiVersion - Interface in com.qfs.multiversion
A IMultiVersion that supports the compression methods like ICompressible.compress(boolean) and ICompressible.compress() to reduce the direct memory used.
ICompressor - Interface in com.quartetfs.biz.xmla.compression
Generic compressor interface.
IConcreteReference - Interface in com.qfs.store.ref
The concrete reference between two store partitions.
IConcreteReferenceBase - Interface in com.qfs.store.ref
Interface for bases of IMultiVersionConcreteReference.
IConcreteReferenceFactory - Interface in com.qfs.store.ref
Factory building practical instances of the IMultiVersionConcreteReference references between stores.
IConcreteReferenceTransaction - Interface in com.qfs.store.ref
A transaction on this reference.
IConcreteReferenceVersion - Interface in com.qfs.store.ref
IConcurrentChunkInteger - Interface in com.qfs.chunk
An IChunkInteger that supports some additional operations that are relevant for concurrent programming.
IConcurrentChunkLong - Interface in com.qfs.chunk
An IChunkLong that supports some additional operations that are relevant for concurrent programming.
IConcurrentDictionary<K> - Interface in com.qfs.dic
An IDictionary that supports multiple concurrent writers and readers without any needs for outside synchronization.
IConcurrentDictionary.IDictionaryAction<K> - Interface in com.qfs.dic
A Single-Abstract-Method interface used to provide a callback in response to a dictionary action.
IConcurrentDirectedGraph<K,​V,​E> - Interface in com.qfs.graph
A IDirectedGraph providing thread safety and atomicity guarantees.
ICondition - Interface in com.qfs.condition
Describes a condition of a IQuery.
ICondition - Interface in com.quartetfs.fwk.filtering
Base interface for conditions in pivot queries.
IConditionFactory - Interface in com.qfs.store.service
Object capable of creating a condition from a JSON object.
IConfigurationRestService - Interface in com.qfs.pivot.rest.configuration
Description of REST API to configure an ActivePivot application.
IConfigurationService - Interface in com.quartetfs.biz.pivot.webservices
The configuration services allows to add mdx calculated members and KPIs to a pivot.
IConnectionSupplier - Interface in com.qfs.msg.jdbc
A FunctionalInterface used to create a Connection to the associated database.
IConstantOperand - Interface in com.qfs.store.query.plan.condition
Operand holder for IConstantCondition.
IContentEntry - Interface in com.qfs.content.service
An entry of the content server.
IContentListener - Interface in com.qfs.content.service
Listen to update on a content service file or folder.
IContentService - Interface in com.qfs.content.service
Interface for a hierarchical key-value store with read/write permissions.
IContentServiceConfig - Interface in com.qfs.content.cfg
Content Service spring configuration interface.
IContentTree<E extends IBasicPathlessContentEntry> - Interface in com.qfs.content.service
An interface for content service trees, defined recursively: a content tree holds an entry node as root, and children subtrees mapped to the name of their own root entry in its parent directory.
IContext - Interface in com.quartetfs.biz.pivot.context
A context is bound to every ActivePivot's instance and be reached thanks to IActivePivot.getContext().
IContextBase - Interface in com.quartetfs.pivot.mdx
Base execution context functionalities.
IContextBase.IContextState - Interface in com.quartetfs.pivot.mdx
Base interface for contexts.
IContextExpressionDependency - Interface in com.quartetfs.pivot.mdx
The ultimate goal of context expression dependency is to describe how an expression depends on the underlying context.
IContextSnapshot - Interface in com.quartetfs.biz.pivot.context
An immutable snapshot of a IContext.
IContextualQuery<R> - Interface in com.quartetfs.biz.pivot.query
Interface for queries containing contextual information stored in a list of context value.
IContextValue - Interface in com.quartetfs.biz.pivot.context
All context values implement this interface, because a context value is uniquely identified by its interface.
IContextValueAdapter - Interface in com.quartetfs.biz.pivot.context
The context value adapter provides services to convert series of context values from or to a repository of simple Properties.
The context value adapter contains a collection of registered context value translators to which it delegates decode and encode operations.
IContextValueBuilder - Interface in com.quartetfs.biz.pivot.context
Generic interface for builder of IContextValue.
IContextValueBuilder.ICanBuild - Interface in com.quartetfs.biz.pivot.context
Ready to build.
IContextValueDecorator - Interface in com.activeviam.contextservice
Decorator adding extra properties to ContextValueDescription.
IContextValueDescriptionCreator<T extends IAdditionalContextMetadata> - Interface in com.activeviam.contextservice
IContextValueDescriptionCreatorFactory - Interface in com.activeviam.contextservice
IContextValueDiscreteRange - Interface in com.quartetfs.biz.pivot.context
Defines a context value that is represented as a discrete range on ActiveUI.
IContextValueGetter - Interface in com.activeviam.contextservice
Interface for context value getters.
IContextValueManager - Interface in com.quartetfs.biz.pivot.security
A context value manager gives access to the context values associated with some or all ActivePivot instances and visible by the current user.
The manager also allows to write context values (in the private scope of the current user) to override the values that may already exist, and defined more globally.
IContextValuePropagator - Interface in com.quartetfs.biz.pivot.security
Component able to retrieve roles of the current user and apply his context values into the underlying ActivePivot Manager instances.
IContextValuesDescription - Interface in com.quartetfs.biz.pivot.definitions
The description for context values.
IContextValueStore - Interface in com.quartetfs.biz.pivot.context
Interface of a component that stores context values.
IContextValueTranslator<C extends IContextValue> - Interface in com.quartetfs.biz.pivot.context
A context value translator can convert IContextValue instances into a simple generic representation based on Properties.
There is exactly one context value translator per supported type of context value, so that a context value manager can associate context value types and their translator, providing application level encoding and decoding of context values.
A context value translator is a plugin value, and the plugin value key uniquely identifies the translator.
Properties associated with a context value translator have the translator plugin key for prefix.
IContinuousCompositeSelection - Interface in com.qfs.store.selection
Utility to register listeners on a given set of selections over an IMultiVersionDatastoreSchema.
IContinuouslyQueryable - Interface in com.quartetfs.fwk.query
A queryable service that can be continuously queried.
IContinuousQuery<R,​U extends IContinuousQueryUpdate<R>> - Interface in com.quartetfs.fwk.query
A continuous query is a mechanism by which one can define a logical set of data.
IContinuousQueryListener<R,​U extends IContinuousQueryUpdate<R>> - Interface in com.quartetfs.fwk.query
A Listener interface to continuous query.
IContinuousQueryUpdate<R> - Interface in com.quartetfs.fwk.query
Update received by a IContinuousQueryListener.
IContinuousQueryUpdateWithBranches<R> - Interface in com.quartetfs.biz.pivot.query
ActivePivot versioned branch-aware continuous query update.
IContinuousQueryUpdateWithId<R> - Interface in com.quartetfs.biz.pivot.query
An IContinuousQueryUpdate that exposes a pseudo-unique ID associated with its event.
IContinuousSelection - Interface in com.qfs.store.selection
Utility to register listeners on a given ISelection over an IMultiVersionDatastoreSchema.
IContribution - Interface in com.quartetfs.fwk.contributions
Base interface for all Quartet contributions.
IContributionHolder<ValuesT extends IColumnarTable> - Interface in com.quartetfs.biz.pivot.contribution
Record class containing the contributed points and values.
IContributionPipeline - Interface in com.quartetfs.biz.pivot.contribution
Contribution pipeline to accumulate and aggregate contributions into an ActivePivot structure.
IContributionProvider - Interface in com.quartetfs.fwk.contributions
A contribution provider using some source of contributions (classpath parsing, explicitly provided contributions, contributions parsed from annotations...).
IContributionTask - Interface in com.quartetfs.biz.pivot.contribution
A task that contributes some data in collectors.
IConverter - Interface in com.activeviam.pivot.rest.dataexport.converters
Class to convert the result of a query into a specific output format.
ICookieCache - Interface in com.qfs.rest.client.impl
Cookie Cache to manage all the cookies set by the server.
ICoordinates - Interface in com.qfs.repository.coordinates
A ICoordinates represent a location (either point or range location) It holds a list of levels and their associated member value In case of a range location, the value will be the wildcard.
ICopperAggregationProcedure - Interface in com.activeviam.copper.procedure
Interface for components that are able to create IAnalysisAggregationProcedureDescription to enrich the cube.
ICopperAnalysisHierarchy - Interface in com.activeviam.copper.hierarchy
Interface for Copper hierarchies that can enrich a cube description.
ICopperBucketingHierarchy - Interface in com.activeviam.copper.hierarchy
Interface for bucketing copper hierarchy that can enrich a cube description.
ICopperContext - Interface in com.activeviam.copper
Use to add Copper calculations to the cube it is tied to.
ICopperContextFactory - Interface in com.activeviam.copper
Interface for factory creating IInternalCopperContext.
ICopperFunction - Interface in com.activeviam.copper.operation.function
A function to be used within a postprocessor to compute its values from the values of other measures.
ICopperJoinHierarchy - Interface in com.activeviam.copper.hierarchy
An internal copper join hierarchy.
ICopperOperator - Interface in com.activeviam.copper.operation.operator
Operator that produces a function to operate on aggregated values.
ICorsConfig - Interface in com.activeviam.security.cfg
Spring configuration for a 'Cross-Origin Resource Sharing' (CORS) filter.
ICreateDao<T> - Interface in com.qfs.snl.persistence
Interface representing a DAO that can perform create actions.
ICreateSetStatement - Interface in com.quartetfs.pivot.mdx.statement
Interface marking a statement creating a named set.
ICreateSetStatement.EvaluationType - Enum in com.quartetfs.pivot.mdx.statement
Evaluation type (STATIC or DYNAMIC).
ICreateStatement - Interface in com.quartetfs.pivot.mdx.statement
Interface defining a statement creating a MDX element.
ICsvAnomaly - Interface in com.activeviam.msg.reporting
Interface that all parsing error listings should implement.
ICsvAnomaly.CsvAnomalyTypeEnum - Enum in com.activeviam.msg.reporting
CSV anomaly types enum.
ICsvDataProvider<I> - Interface in com.qfs.msg.csv
Definition of a component providing CSV data.
ICsvExportActionMonitor - Interface in com.activeviam.apm.pivot.monitoring
Interface of monitors for CSV export actions.
ICsvExportActionMonitor.CsvExportTags - Enum in com.activeviam.apm.pivot.monitoring
 
ICsvFileParsingReport - Interface in com.activeviam.msg.reporting
Interface of a parsing report specific to a single CSV file.
ICsvLineParsingAnomaly - Interface in com.activeviam.msg.reporting
Interface for anomalies occurring when parsing a line.
ICsvParserConfigPolicy - Interface in com.qfs.msg.csv.policy
Policy that determines which lines can be read.
ICSVParserConfiguration - Interface in com.qfs.msg.csv
Configuration of a parser.
ICSVSource<I> - Interface in com.qfs.msg.csv
Interface of a ISource that can fetch data from, and listen for changes in CSV files.
ICSVSourceConfiguration<I> - Interface in com.qfs.msg.csv
Holds the configuration of a CSV Source.
ICsvSourceHealthEventHandler - Interface in com.activeviam.health.monitor.impl
An health event handler dedicated to handling health events declared in the CSV Source project.
ICsvSourceHealthEventHandler.ICsvHealthEvent - Interface in com.activeviam.health.monitor.impl
Marks event from the CSV Source project.
ICSVTopic<I> - Interface in com.qfs.msg.csv
A topic of the CSV Source.
ICsvTopicParsingReport - Interface in com.activeviam.msg.csv.reporting
 
ICube - Interface in com.quartetfs.biz.pivot.cube
An ICube instance is used to manage: The cube structure.
ICubeDescriptionBuilder - Interface in com.activeviam.desc.build
ICubeDescriptionBuilder.INamedCubeDescriptionBuilder - Interface in com.activeviam.desc.build
Step of the cube builder when a name has been given to the cube.
ICubeFilter - Interface in com.quartetfs.biz.pivot.context.subcube
A cube filter is a component that allows to restrict the view to a cube, either by only granted specific members, or by denying them.
ICubeFilterBuilder - Interface in com.quartetfs.biz.pivot.context.subcube
This interface allows to construct a new ICubeFilter.
ICubeFilterIntersectionWithSubCube - Interface in com.quartetfs.biz.pivot.context.subcube
Result of the intersection of a ICubeFilter with a ISubCubeProperties.
ICubeFormatter - Interface in com.quartetfs.biz.pivot.cube.formatter
Central point to manage all captions and formatters for a given cube.
ICubeFormatterFactory - Interface in com.quartetfs.biz.pivot.cube.formatter
A factory of ICubeFormatter.
ICubeTransaction - Interface in com.quartetfs.biz.pivot.cube
ICubeVersion - Interface in com.quartetfs.biz.pivot.cube
A version of a cube.
ICurrentInstanceAware - Interface in com.qfs.messenger
Interface for an object that needs to be aware of the instance on which its code is being executed.
ICursor - Interface in com.qfs.store.query
A cursor with no information about the dictionaries of its contained records.
ICursorConverter<T> - Interface in com.qfs.store.query
Converts a line of the cursor into a user specific object T.
ICursorFactory - Interface in com.qfs.store.query
Create cursors that iterate on the rows of a store.
ICustomComparator<T> - Interface in com.quartetfs.fwk.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.datastore.condition
Interface defining a custom condition created by the user.
ICustomProperty - Interface in com.quartetfs.fwk
Interface that any custom property must implement to be recognized as a plugin.
id - Variable in class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
The id of the axis.
id - Variable in class com.qfs.pivot.json.cellset.AxisData
The id of the axis.
id - Variable in class com.qfs.store.query.plan.impl.TreeStoreNode
The unique id of this node.
id() - Method in class com.qfs.store.query.plan.impl.TreeStoreNode
 
id() - Method in interface com.qfs.store.query.plan.ITreeStoreNode
An identifier unique within a ITree for this node.
id(int) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
id(int) - Method in class com.qfs.pivot.json.queryplan.FilterData.FilterDataBuilder
The filter id.
Id - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
ID - Static variable in class com.quartetfs.biz.pivot.context.impl.AsOfEpochTranslator
 
ID - Static variable in interface com.quartetfs.biz.pivot.definitions.IPluginDefinition
The property key to define is the underlying plugin must define an id.
ID - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
ID - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
ID - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
ID_GENERATOR - Static variable in interface com.qfs.dic.IDictionary
The generator for unique IDs for the dictionaries.
ID_GENERATOR - Static variable in interface com.qfs.index.IMultiVersionRecordIndex
The generator for unique IDs.
ID_GENERATOR - Static variable in interface com.qfs.pivot.cube.provider.IAggregateProvider
The generator for unique IDs for the dictionaries.
ID_GENERATOR - Static variable in interface com.qfs.store.IRecordSetBase
The generator for unique IDs for the dictionaries.
ID_GENERATOR - Static variable in interface com.qfs.store.ref.IMultiVersionConcreteReference
Generator for unique IDs.
ID_GENERATOR - Static variable in interface com.qfs.vector.IBlock
The generator of ids.
ID_GENERATOR_REMOTING_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
The id generator remoting service path.
ID_GENERATOR_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
Constant name of the Id Generator service.
IDatabase - Interface in com.activeviam.database.api
Definition of a component capable of providing data, at different versions in time.
IDatabaseAware - Interface in com.activeviam.database.api
Interface implemented by components that interact with the database and need a reference to its instance.
IDatabaseConfig - Interface in com.qfs.server.cfg
Database spring configuration.
IDatabaseDiscovery - Interface in com.qfs.store.service
A database discovery contains branches with their descriptions, tables with their descriptions, and joins between tables.
IDatabaseFieldDescription - Interface in com.qfs.store.service
Description of a field of a table of the database.
IDatabaseHelper - Interface in com.activeviam.copper
Deprecated, for removal: This API element is subject to removal in a future version.
IDatabaseJoinDescription - Interface in com.qfs.store.service
Description of a database join.
IDatabaseRestService - Interface in com.qfs.service.store
Definition of REST API on the IDatabase.
IDatabaseRetrievalResult - Interface in com.quartetfs.biz.pivot.query.aggregates
Representation of an aggregation result coming from a database query.
IDatabaseRetrievalResult.ICompiledQuery - Interface in com.quartetfs.biz.pivot.query.aggregates
Class represented a query compiled against a IDatabaseRetrievalResult, used to access the result rows of the retrieval.
IDatabaseRetrievalResult.ICompiledQueryProcedure - Interface in com.quartetfs.biz.pivot.query.aggregates
Interface for a procedure consuming each row in a IDatabaseRetrievalResult.
IDatabaseSchema - Interface in com.activeviam.database.api.schema
Definition of the schema of a Database.
IDatabaseSchemaEntityResolver - Interface in com.activeviam.database.api.schema
Helper class that resolves names into actual Objects of an IDatabaseSchema.
IDatabaseService - Interface in com.qfs.store.service
Service for the database able to provide features for the Database REST API.
IDatabaseServiceConfiguration - Interface in com.qfs.service.store
Configuration for the database service.
IDatabaseVersion - Interface in com.activeviam.database.api
Definition of a given version of the Database.
IDatabaseVersionAware - Interface in com.activeviam.database.api
Interface implemented by components that need a reference to a version of a the underlying Database.
IDataClusterDefinition - Interface in com.quartetfs.biz.pivot.definitions
The definition of the cluster to which a data cube belongs.
IDataCubeAdapter - Interface in com.qfs.messenger
Component that links the current data node to the topology it exposes to the distributed application.
IDataCubeDescriptionBuilder - Interface in com.activeviam.desc.build.distributed
Builder of a data cube.
IDataExportRestService - Interface in com.activeviam.pivot.rest.dataexport
The REST API to use an IDataExportService.
IDataExportService - Interface in com.activeviam.pivot.rest.dataexport
The Data Export Service.
IDataFeed - Interface in com.quartetfs.biz.pivot.transaction.feed
A data feed is responsible to forward to other components the records it will receive.
IDataFeedHolderFactory - Interface in com.quartetfs.biz.pivot.transaction.feed
Interface for factories which create IActivePivotDataFeedHolder.
IDataLoadingRestService - Interface in com.activeviam.apm.pivot.rest.services
Description of REST API of the Data Loading Service.
IDataSourceBuilder - Interface in com.qfs.snl.persistence
Component in charge of building the appropriate data source for the ActiveMonitor databases.
IDatasourceConfiguration - Interface in com.qfs.snl.persistence.cfg
Component in charge of providing a builder for the several ActiveMonitor data sources namely repository, ActiveMonitor and activiti.
IDatastore - Interface in com.qfs.store
The root component of the Datastore.
IDatastoreAware - Interface in com.qfs.store
Deprecated, for removal: This API element is subject to removal in a future version.
Implement IDatabaseAware instead
IDatastoreBuilder - Interface in com.qfs.store.build
Builder for a IDatastore.
IDatastoreBuilder.IBuildableDatastore - Interface in com.qfs.store.build
Builder for a datastore.
IDatastoreBuilderLoop<O> - Interface in com.qfs.store.build
Represents all calls that can be made on a builder of the datastore that return the same instance as before.
IDatastoreConfig - Interface in com.qfs.server.cfg
Datastore spring configuration interface.
IDatastoreField - Interface in com.activeviam.datastore.api.schema
IDatastoreHealthEventHandler - Interface in com.activeviam.health.monitor
An health event handler dedicated to handling health events declared in the datastore project.
IDatastoreHealthEventHandler.IDatastoreHealthEvent - Interface in com.activeviam.health.monitor
Marks event from the datastore project.
IDatastoreMetricExporter - Interface in com.activeviam.monitoring.export
Marker interface regrouping all the objects that are declaring one or more Meter.
IDatastoreNumaNodeSelector - Interface in com.activeviam.store.structure.impl
Specific type of NUMA node selector for the datastore.
IDatastoreQueryMonitor - Interface in com.qfs.store.query.plan
A monitor for queries executed on datastore.
IDatastoreRepositoryCache - Interface in com.qfs.repository
The repository cache stocks into the IDatastore the values retrieved from the repository on some specific coordinates.
IDatastoreRepositoryCacheConfiguration - Interface in com.qfs.repository
The configuration object dedicated to the IDatastoreRepositoryCache.
IDatastoreSchema - Interface in com.activeviam.store.structure
IDatastoreSchemaDescription - Interface in com.qfs.desc
The description of a schema.
IDatastoreSchemaDescriptionBuilder - Interface in com.qfs.desc
IDatastoreSchemaDescriptionBuilder.IBuildableDatastoreSchemaDescription - Interface in com.qfs.desc
Version of the IDatastoreSchemaDescriptionBuilder ready to be built since it contains at least one store.
IDatastoreSchemaDescriptionConfig - Interface in com.qfs.server.cfg
A Configuration class used to expose the IDatastoreSchemaDescription.
IDatastoreSchemaDescriptionPostProcessor - Interface in com.qfs.desc
Deprecated, for removal: This API element is subject to removal in a future version.
Datastore's description post-processors are no longer needed. Most of the transformation done in the post processors can be done directly at the schema's description creation.
IDatastoreSchemaEntityResolver - Interface in com.activeviam.datastore.api.schema
IDatastoreSchemaFactory - Interface in com.qfs.store
Create a schema.
IDatastoreSchemaMetadata - Interface in com.qfs.store
The schema metadata allows the retrieval of general information from the schema.
IDatastoreSchemaQueryMetadata - Interface in com.qfs.store
Interface for components used in IDatastore queries.
IDatastoreSchemaTransaction - Interface in com.qfs.store
Deprecated, for removal: This API element is subject to removal in a future version.
IDatastoreSchemaTransactionInformation - Interface in com.qfs.store.transaction
Additional information about a transaction over a datastore schema.
IDatastoreSchemaTransactionManager - Interface in com.qfs.store.transaction
Responsible of pushing the updated data to the views of the schema.
IDatastoreSchemaUpdater - Interface in com.activeviam.store.structure
Deprecated, for removal: This API element is subject to removal in a future version.
IDatastoreSchemaUpdater.IInitializeFieldProcedure - Interface in com.activeviam.store.structure
Deprecated.
Procedure used to compute the values of a new field from a selection.
IDatastoreSchemaVersion - Interface in com.qfs.store
A stable version of the schema.
IDatastoreStructuralSchemaTransaction<U extends IDatastoreSchemaUpdater> - Interface in com.qfs.store.transaction
Marker interface for structural schema transaction on a IDatastore.
IDatastoreStructuralSchemaTransactionManager<U extends IDatastoreSchemaUpdater> - Interface in com.qfs.store.transaction
A transaction manager for the schema of a Datastore.
IDatastoreStructure - Interface in com.activeviam.store.structure
The Datastore structure is an object containing the configuration of the datastore (stores, fields, references...).
IDatastoreStructureDefinition - Interface in com.activeviam.store.structure.graph
Type of the nodes in the IDatastoreStructure.
IDatastoreTable - Interface in com.activeviam.datastore.api.schema
IDatastoreTransactionContext - Interface in com.qfs.store
 
IDatastoreTransactionStatistics - Interface in com.qfs.store.transaction
 
IDatastoreVersion - Interface in com.qfs.store
Deprecated.
This interface was kept in 6.0 to ease the migration from the 5.X. You should use IDatabaseVersion.
IDatastoreVersionAccessor - Interface in com.qfs.store
Datastore version accessor.
IDatastoreView - Interface in com.activeviam.store
Facade providing access to parts of the Datastore.
IDataStreamer - Interface in com.activeviam.database.api.query
Component managing streaming from a Database to listeners.
IDataTable - Interface in com.activeviam.database.api.schema
Definition of a table of data from the IDatabaseSchema.
IDataTableField - Interface in com.activeviam.database.api.schema
A column that is part of a table.
IDbInfoDao<T extends ADbInfo> - Interface in com.qfs.snl.persistence
Interface of DAO managing ADbInfo.
Idea - Annotation Type in com.qfs.util
Deprecated, for removal: This API element is subject to removal in a future version.
IDecodeProcedure - Interface in com.qfs.bitmap
A procedure that is called during decoding of a bitmap index.
IDecodingContext - Interface in com.quartetfs.biz.xmla.binxml
Decoding context interface.
IDecoratedArray<D,​V> - Interface in com.qfs.chunk
An array of decorated values.
IDecoratedChunk<D,​V> - Interface in com.qfs.chunk
A chunk of decorated values.
IDefaultCellPropertiesHandler - Interface in com.quartetfs.pivot.mdx
This interface is used to assign the various cell properties to the cells.
IDefaultCellPropertiesHandler.IUserPresentationExpression - Interface in com.quartetfs.pivot.mdx
The interface that should implement the returned objects generated by the IDefaultCellPropertiesHandler.get(String propName) method.
IDefinedSet - Interface in com.quartetfs.pivot.mdx
The common interface for the aliased sets and the named sets.
IDelegateCompositeSelectionListener - Interface in com.qfs.store.selection
IDelegateVector - Interface in com.qfs.vector
An implementation of a vector that decorates another vector by wrapping it.
IDeltaHierarchyContribution - Interface in com.qfs.pivot.hierarchy
The delta contribution.
identifier() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
identifier() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
Identifier - Class in com.quartetfs.pivot.mdx.statement.impl
 
Identifier(String, IIdentifier.Quoting) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.Identifier
 
IDENTIFIER - Static variable in interface com.qfs.multiversion.IEpochManager
Statistic identifier.
IDENTIFIER - Static variable in interface com.qfs.store.IDictionaryManager
Statistic identifier.
IDENTIFIER - Static variable in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
The ID of MBEAN of datastore schema.
IDENTIFIER - Static variable in interface com.qfs.store.transaction.ITransactionManager
Statistic identifier.
IDENTIFIER - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
IDENTIFIER - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
IDENTIFIER - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
identifier_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.identifier_return
 
IdentifierDictionary - Class in com.quartetfs.pivot.mdx.utils.impl
A structure that maps identifiers be they compound or not to integers.
IdentifierDictionary() - Constructor for class com.quartetfs.pivot.mdx.utils.impl.IdentifierDictionary
 
IdentifierDictionary(int) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.IdentifierDictionary
 
identifierPath(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Creates the identifier path of a member.
identifyClosestStrings(String, List<String>, int) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Return the closest matching strings based on QfsStrings.distanceLevenshtein(java.lang.String, java.lang.String).
identity() - Static method in interface com.activeviam.util.function.FloatUnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface com.qfs.snl.workflows.process.IWorkflowProcessExecutor
Gets a default bi-function returning the payload without change.
identity() - Static method in interface com.qfs.store.part.INumaNodeSelector
Simple NUMA selector which uses partition ids as pool ids.
IDENTITY_DECORATOR - Static variable in interface com.activeviam.contextservice.IContextValueDecorator
 
IdentityCubeFormatter - Class in com.quartetfs.biz.pivot.cube.formatter.impl
ICubeFormatter that applies nothing at all.
IdentityCubeFormatter(String) - Constructor for class com.quartetfs.biz.pivot.cube.formatter.impl.IdentityCubeFormatter
Full constructor.
IdentityCubeFormatterFactory - Class in com.quartetfs.biz.pivot.cube.formatter.impl
IdentityCubeFormatterFactory() - Constructor for class com.quartetfs.biz.pivot.cube.formatter.impl.IdentityCubeFormatterFactory
 
IdentityDataCubeAdapter - Class in com.qfs.messenger.impl
A IDataCubeAdapter that readies the data node's elements for serialization, without hiding any of them.
IdentityDataCubeAdapter(String, IActivePivotVersion, boolean, boolean, boolean, boolean) - Constructor for class com.qfs.messenger.impl.IdentityDataCubeAdapter
Full constructor.
IdentityFunctionDescription - Class in com.qfs.store.part.impl
Describe an identity function.
IdentityHashSet - Class in com.activeviam.util.impl
Utility class to create hash sets using reference-equality in place of object-equality when comparing objects.
IdentityHashSet() - Constructor for class com.activeviam.util.impl.IdentityHashSet
 
IdentityMeasureNameProvider - Class in com.activeviam.copper
Deprecated, for removal: This API element is subject to removal in a future version.
IdentityMeasureNameProvider(IActivePivotDescription, String) - Constructor for class com.activeviam.copper.IdentityMeasureNameProvider
Deprecated.
Constructor.
IdentityNumaNodeSelector(IPartitioning) - Constructor for class com.qfs.store.part.impl.NumaNodeUtil.IdentityNumaNodeSelector
Constructor.
IdentityNumaNodeSelectorFactory - Class in com.qfs.pivot.cube.provider.partition.impl
Factory plugin used to create instances of INumaNodeSelector.
IdentityNumaNodeSelectorFactory() - Constructor for class com.qfs.pivot.cube.provider.partition.impl.IdentityNumaNodeSelectorFactory
 
IdentityRecordMapper() - Constructor for class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
IdentityRowMapping - Class in com.qfs.chunk.impl
A mapping that maps the rows to their exact same position.
IdentityTranslator - Class in com.qfs.msg.impl
An identity translator that returns the given tuple.
IdentityTranslator() - Constructor for class com.qfs.msg.impl.IdentityTranslator
 
IdentityTranslator(List<? extends HierarchyAndLevelInfo>) - Constructor for class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTranslator
 
IdentityTransporterTranslator(IScopeLocation, IPointLocationListTransporter) - Constructor for class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTransporterTranslator
Constructor.
IDescription - Interface in com.quartetfs.biz.pivot.definitions
Basic interface which defines a description.
IDescriptionWithImports<T> - Interface in com.quartetfs.biz.pivot.definitions
Interface for a description that can have multiple nested imports.
IdGenerationException - Exception in com.quartetfs.tech.streaming
Id generation exception.
IdGenerationException() - Constructor for exception com.quartetfs.tech.streaming.IdGenerationException
Constructor.
IdGenerationException(String) - Constructor for exception com.quartetfs.tech.streaming.IdGenerationException
 
IdGenerationException(String, Object...) - Constructor for exception com.quartetfs.tech.streaming.IdGenerationException
Constructor.
IdGenerationException(String, Throwable) - Constructor for exception com.quartetfs.tech.streaming.IdGenerationException
 
IdGenerationException(Throwable) - Constructor for exception com.quartetfs.tech.streaming.IdGenerationException
 
IdGenerationException(Throwable, String, Object...) - Constructor for exception com.quartetfs.tech.streaming.IdGenerationException
Constructor.
idGenerator - Static variable in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
An ID generator for the different visitors of the planning graph.
idGenerator() - Method in interface com.qfs.server.cfg.IActivePivotServicesConfig
 
idGenerator() - Method in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
 
IdGenerator - Class in com.qfs.repository.persistence.impl
Small utility class generating new ids for database objects to store.
IdGenerator - Class in com.quartetfs.tech.streaming.impl
A class helping at implementing unique naming patterns.
IdGenerator() - Constructor for class com.quartetfs.tech.streaming.impl.IdGenerator
 
IdGenerator(ThreadLocal<Session>) - Constructor for class com.qfs.repository.persistence.impl.IdGenerator
Constructor.
IdGenerator.IIdFactory<T> - Interface in com.quartetfs.tech.streaming.impl
An id factory allows to create an id of type T from the key and a long.
IDictionarizedFilterVisitor<T> - Interface in com.quartetfs.biz.pivot.context.subcube.visitor
Similar to IFilterVisitor, with the notable difference that discriminators are already dictionarized.
IDictionary<K> - Interface in com.qfs.dic
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.
IDictionaryAction - Interface in com.activeviam.dic.provider
Interface for internal actions performed when running the two-phase commit of a IDictionaryProviderTransaction.
IDictionaryContext - Interface in com.activeviam.copper.hierarchy
Interface used to declare that some levels and fields (must) have the same dictionary.
IDictionaryDomainObserver - Interface in com.activeviam.dic.provider
Interface for a component that is being notified when the IDomainDictionaryProvider domains it's attached to are impacted by changes in the structure of the IApplicationDictionaryProvider.
IDictionaryFactory - Interface in com.qfs.dic
A factory that creates dictionary factories, able to create a dictionary for a given partition.
IDictionaryManager - Interface in com.qfs.store
Responsible for creating dictionaries for the stores and sharing them among different correlated stores.
IDictionaryOperand - Interface in com.qfs.store.query.plan.condition
IOperand for dictionarized columns.
IDictionaryProvider - Interface in com.qfs.store.record.impl
Provider of store's dictionaries.
IDictionaryProviderTransaction - Interface in com.activeviam.dic.provider
Transaction of the IApplicationDictionaryProvider.
IDictionarySetOperand - Interface in com.qfs.store.query.plan.condition
IDictionaryOperand when operand is a set.
IDimension<H extends IHierarchy> - Interface in com.quartetfs.biz.pivot.cube.dimension
A dimension that holds multiple hierarchies.
IDimension.DimensionType - Enum in com.quartetfs.biz.pivot.cube.dimension
Possible dimension types.
IDimensionBuilder - Interface in com.activeviam.desc.build.dimensions
Builds a dimension description.
IDimensionExpression - Interface in com.quartetfs.pivot.mdx.statement
Expression representing a dimension.
IDimensionInfo - Interface in com.quartetfs.biz.pivot.cube.dimension
Base description of a dimension.
IDimensionVersion<H extends IHierarchyVersion> - Interface in com.quartetfs.biz.pivot.cube.dimension
The dimension version interface.
IDirectCellSetWriter - Interface in com.quartetfs.biz.pivot.cellset
CellSet writer based on a binding between aggregate stores.
IDirectedGraph<K,​V,​E> - Interface in com.qfs.graph
Represent a mutable directed graph.
IDirectedGraphPrinter<K,​V,​E> - Interface in com.qfs.gui
Interface for components that can print a directed graph, be it a IDirectedGraph or a IDirectedMultiGraph.
IDirectedGraphVisitor<K,​V,​E> - Interface in com.qfs.graph
Implement this interface to traverse a directed graph following the direction of the edges.
IDirectedGraphVisitor.VisitDirection - Enum in com.qfs.graph
Given a directed graph.
IDirectedMultiGraph<K,​V,​E> - Interface in com.qfs.graph
Represent a mutable directed graph that can have multiple edges between two vertices.
IDirectQueryBaseSettings - Interface in com.activeviam.database.commons.api.settings
Common settings for a DirectQuery application.
IDirectQueryBaseSettings.GetByKeyBehavior - Enum in com.activeviam.database.commons.api.settings
 
IDirectQueryEmulatedVectorSettings - Interface in com.activeviam.database.commons.api.settings
Common settings for a DirectQuery application on top of a database supporting emulated vectors.
IDirectQueryTimeTravelSettings - Interface in com.activeviam.database.commons.api.settings
Common settings for a DirectQuery application on top of a database supporting time-travel.
IDiscardableChunkComponent - Interface in com.qfs.multiversion
A chunk-based component whose data can be discarded on a chunk basis.
IDiscardableVersion - Interface in com.qfs.multiversion.squash
Interface that must be implemented by a version that can be forcefully discarded.
IDiscardChunkProcedure - Interface in com.qfs.store
A callback procedure used to notify a component that one of its chunk will never be accessed anymore and can therefore be discarded.
IDiscovery - Interface in com.quartetfs.biz.xmla
This interface represents a request of type discovery.
IDiscoveryHandler - Interface in com.quartetfs.biz.xmla
This interface represents a component responsible for handing a discovery request.
IDiscoveryRestService - Interface in com.qfs.pivot.rest.discovery
Rest Service providing the discovery information.
IDiscreteContextMetadata - Interface in com.activeviam.contextservice.metadata
Interface for discrete context metadata.
IDistinctQueryBuilder - Interface in com.activeviam.database.api.query
Interface defining the steps to build an DistinctQuery or IPreparedDistinctQuery.
IDistinctQueryBuilder.IBuilderForCondition<R> - Interface in com.activeviam.database.api.query
 
IDistinctQueryBuilder.IBuilderForFields<R> - Interface in com.activeviam.database.api.query
 
IDistinctQueryBuilder.IDistinctQueryBuilderWithAcceptor - Interface in com.activeviam.database.api.query
 
IDistinctQueryBuilder.IDistinctQueryCompiler - Interface in com.activeviam.database.api.query
 
IDistinctQueryBuilder.IDistinctQueryRunner - Interface in com.activeviam.database.api.query
 
IDistinctQueryBuilder.IDistinctQueryRunnerWithTimeout - Interface in com.activeviam.database.api.query
 
IDistinctQueryBuilder.INeedValues<R> - Interface in com.activeviam.database.api.query
 
IDistinctValuesSupplier - Interface in com.activeviam.copper.hierarchy
Gives the list of distinct values a level contains.
IDistributedActivePivot - Interface in com.qfs.distribution
A proxy IActivePivot that distributes a local IActivePivot.
IDistributedActivePivot.DataReplication - Enum in com.qfs.distribution
In different distributed applications, the data cubes are allowed to have different hierarchies and levels.
IDistributedActivePivotContext - Interface in com.qfs.distribution
Extension of IActivePivotContext for distributed applications.
IDistributedActivePivotDescription - Interface in com.quartetfs.biz.pivot.definitions
This describes an QUERY cube instance.
IDistributedActivePivotInstanceDescription - Interface in com.quartetfs.biz.pivot.distribution
This describes a QUERY cube instance.
IDistributedActivePivotInstancesConfig - Interface in com.qfs.server.cfg
A Configuration class used to expose one or more IDistributedActivePivotInstanceDescription.
IDistributedActivePivotTransaction - Interface in com.qfs.distribution
IDistributedActivePivotTransaction.DistributedActivePivotTransactionInfoType - Enum in com.qfs.distribution
Available info types.
IDistributedActivePivotVersion - Interface in com.qfs.distribution
A distributed IActivePivotVersion.
IDistributedAgent - Interface in com.qfs.messenger
An IAgent that needs to talk to remote instances using an IDistributedMessenger.
IDistributedAxisHierarchyBase - Interface in com.activeviam.biz.pivot.cube.hierarchy.axis
A distributed hierarchy which holds members from different epochs.
IDistributedAxisHierarchyBase.IContributorProcedure - Interface in com.activeviam.biz.pivot.cube.hierarchy.axis
 
IDistributedAxisHierarchyTransaction - Interface in com.qfs.pivot.hierarchy
The distributed axis hierarchy transaction.
IDistributedAxisHierarchyVersion - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
Interface representing a given version of a hierarchy in a Query Node.
IDistributedComponent - Interface in com.qfs.distribution
Object that can communicate with other IDistributedComponent via their IDistributedMessenger.
IDistributedCubeDescriptionBuilder - Interface in com.activeviam.desc.build.distributed
IDistributedCubeDescriptionBuilder.ClusterDescriptionBuilder - Interface in com.activeviam.desc.build.distributed
The builder for IClusterDefinition.
IDistributedExecutorService - Interface in com.qfs.messenger
A kind of ForkJoinPool used for parallel and asynchronous message handling.
IDistributedExecutorService.ITaskHandler - Interface in com.qfs.messenger
Handler to be called when a new task is submitted to the pool.
IDistributedHierarchy - Interface in com.quartetfs.biz.pivot.cube.hierarchy
A hierarchy in a distributed cube that contains the data from all the distributed instances in the distributed cluster.
IDistributedHierarchyManager - Interface in com.qfs.messenger
Component of cube of query that can handle IInitialDiscoveryMessage, ITransactionCommittedMessage or members (cube of data) leaving the cluster and apply associated changes into the cube.
IDistributedHierarchyManager.IDistributedExceptionHandler - Interface in com.qfs.messenger
Interface for exception handlers to process an exception raised when consuming a message.
IDistributedHierarchyTransaction - Interface in com.qfs.pivot.hierarchy
An IHierarchyTransaction specialized for distributed hierarchies.
IDistributedHierarchyVersion - Interface in com.quartetfs.biz.pivot.cube.hierarchy
Interface representing a Version of a Hierarchy for a Distributed ActivePivot.
IDistributedMeasureHierarchyTransaction - Interface in com.qfs.pivot.hierarchy
Interface representing a transaction for the measure hierarchy in a Query Node.
IDistributedMeasureHierarchyVersion - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
Interface representing a version of the measure Hierarchy in a Query Node.
IDistributedMeasureMember - Interface in com.qfs.pivot.cube.hierarchy.measures.impl
A measure member in a distributed query cube that comes from a remote data cube.
IDistributedMessenger - Interface in com.qfs.messenger
An object used to broadcast messages to other instances and process remote messages.
IDistributedPostProcessor - Interface in com.quartetfs.biz.pivot.postprocessing
A partitioned post-processor whose computation may be distributed on each data cube regardless of its partitioning levels.
IDistributedSecurityManager - Interface in com.qfs.distribution.security
A security manager for authenticating remote authenticated messages sent to this instance.
IDomainDictionaryProvider - Interface in com.activeviam.dic.provider
Provider for component-specific dictionaries.
IDomainEvent - Interface in com.quartetfs.tech.streaming
A domain event is a list of stream events (possibly from different streams) that belong to a specific domain.
IDomainKey - Interface in com.activeviam.dic.provider
Marker interface for the Private key of a IDomainDictionaryProvider.
IDomainListener - Interface in com.quartetfs.tech.streaming
Interface for listening domain life cycle events.
IDoubleContextMetadata - Interface in com.activeviam.contextservice.metadata
Interface for double context metadata.
IDoubleParser - Interface in com.quartetfs.fwk.format
Parser of double fields.
IDrillthroughAttachedQuery - Interface in com.quartetfs.biz.pivot.query
Interface for the drillthrough attached query.
IDrillthroughColumn - Interface in com.quartetfs.biz.pivot.context.drillthrough
A drillthrough column that can be used in drillthrough queries.
IDrillthroughColumn.INFO - Enum in com.quartetfs.biz.pivot.context.drillthrough
 
IDrillthroughContinuousQuery - Interface in com.quartetfs.biz.pivot.query.aggregates
The drillthrough continuous query interface.
IDrillthroughContinuousQueryEngine - Interface in com.quartetfs.biz.pivot.query.aggregates
The drillthrough continuous query engine interface We can register and unregister queries.
IDrillthroughConverter - Interface in com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter
Specialisation of IConverter to convert Drillthrough statement.
IDrillthroughEvent - Interface in com.quartetfs.biz.pivot.streaming
A drillthrough event is an event corresponding to a full drillthrough (headers + rows).
IDrillthroughExecutor - Interface in com.quartetfs.biz.pivot.query.aggregates
The drillthrough executor, created for each new IActivePivotVersion.
IDrillthroughHeader - Interface in com.quartetfs.biz.pivot.context.drillthrough
A drillthrough header represents a column of a IDrillthroughQuery.
IDrillthroughHeadersQuery - Interface in com.quartetfs.biz.pivot.query
A drillthrough headers query returns the list of IDrillthroughHeader corresponding to each column of a IDrillthroughQuery.
IDrillthroughProperties - Interface in com.quartetfs.biz.pivot.context.drillthrough
Drill-through properties are used to customize content and presentation of drillthrough results.
IDrillthroughProperties.DrillthroughBehavior - Enum in com.quartetfs.biz.pivot.context.drillthrough
The possible behaviors of the query engine upon an exception with a calculated column in the drillthrough.
IDrillthroughQuery - Interface in com.quartetfs.biz.pivot.query
A drillthrough query returns all the facts (represented by IDrillthroughRow) contains into a range of selected locations.
IDrillthroughQueryContext - Interface in com.quartetfs.biz.pivot.context.drillthrough
A drillthrough query context is computed when a drillthrough query is launched.
IDrillthroughResultDTOState - Interface in com.quartetfs.biz.pivot.dto
State for a IDrillthroughStream, storing the current result of the IDrillthroughQuery.
IDrillthroughRow - Interface in com.quartetfs.biz.pivot.context.drillthrough
A drillthrough row is the elementary result of a IDrillthroughQuery.
IDrillthroughSession - Interface in com.quartetfs.biz.pivot.query.aggregates.impl
The session used the execution of a drillthrough query.
IDrillthroughStatement - Interface in com.quartetfs.pivot.mdx.statement
Represents a drillthrough.
IDrillthroughStream - Interface in com.quartetfs.biz.pivot.streaming
IDrillthroughStreamNode - Interface in com.quartetfs.biz.pivot.streaming
Interface describing a node attaching several IDrillthroughStream to a single drill through query.
IDrillthroughUpdate - Interface in com.quartetfs.biz.pivot.query
ActivePivot versioned and enriched continuous query update.
IDrillthroughUpdateEvent - Interface in com.quartetfs.biz.pivot.streaming
A drillthrough update event is an event corresponding to an addition or update of a drillthrough row or removal of one.
IDroppableComponent - Interface in com.qfs.store
Marker interface for components that can be dropped.
IDroppedPartitionInformation - Interface in com.qfs.store
The necessary info to roll back a partition drop.
IDroppedRecordStream - Interface in com.qfs.plan
A record stream specialized for holding dropped partitions content.
IDropStatement - Interface in com.quartetfs.pivot.mdx.statement
Statement used to drop Mdx elements.
idSuffixFromIndex(int) - Static method in class com.activeviam.builders.manager.SimpleManagerDescriptionBuilder
Generates the suffix for generated component names based on their index.
IDuplicateKeyHandler - Interface in com.qfs.desc
Discriminate between two records with the same key fields.
IDynamicMonitoring<TypeT> - Interface in com.quartetfs.fwk.monitoring.jmx
A dynamic MBean used to monitor a component, that can register and unregister itself from the platform MBean server.
IEditInstructions - Interface in com.qfs.store.transaction
The block of code containing all the instructions to perform within a datastore transaction in order to edit the datastore content.
IEither<U,​V> - Interface in com.activeviam.util.function
An object containing two objects, where .
IEncodingContext - Interface in com.quartetfs.biz.xmla.binxml
Encoding context interface.
IEncryption - Interface in com.quartetfs.fwk.security
Encrypt any object using java security.
IEntitlement - Interface in com.quartetfs.biz.pivot.security
An entitlement, defined by a collection of context values.
IEntitlementsProvider - Interface in com.quartetfs.biz.pivot.security
A repository of entitlements.
IEntityProcessExecutor - Interface in com.qfs.snl.workflows.process
Interface for plugin values implementing IWorkflowProcessExecutor from IEntityWorkflowConfiguration.
IEntityWorkflowConfiguration - Interface in com.qfs.snl.repository
Class representing the workflow configuration for any entity.
IEntityWorkflowDao - Interface in com.qfs.snl.persistence
DAO managing workflow configuration for entities.
IEnumeratorDefinition - Interface in com.quartetfs.biz.xmla
Definition of an enumarator.
IEnumeratorValue - Interface in com.quartetfs.biz.xmla
An enumerator value.
IEpoch - Interface in com.qfs.multiversion
Represents an epoch.
IEpochCreator - Interface in com.qfs.multiversion
Creator of epochs and IVersionHistory.
IEpochDimensionBuilder<DescriptionT> - Interface in com.activeviam.desc.build.dimensions
IEpochDimensionBuilder.EpochLevelBuilder<DescriptionT> - Interface in com.activeviam.desc.build.dimensions
The builder for a level of the epoch dimension description (branches or epochs).
IEpochDimensionDescription - Interface in com.quartetfs.biz.pivot.definitions
The description of an additional dimension which allows to retrieve values from different versions of the pivot within a single Mdx query.
IEpochHistory - Interface in com.qfs.multiversion
User interface for epochs management of a component.
IEpochManagementPolicy - Interface in com.qfs.multiversion
Policy of global epochs and memory management.
IEpochManager - Interface in com.qfs.multiversion
User interface for versions management of all components.
IEpochManager.IVersionLifecycleHandler<V extends IVersion> - Interface in com.qfs.multiversion
Handler containing callbacks for the different events triggered during a version's lifecycle.
IErasure - Interface in com.qfs.repository.coordinates
The erasure interface.
IEvaluationContext - Interface in com.quartetfs.pivot.mdx
An execution context specialized for the final evaluation.
IEvaluator - Interface in com.activeviam.pivot.postprocessing
Evaluates a IAggregatesRetrievalResult, aggregated at a given point location.
IEventAlertAggregator - Interface in com.qfs.snl.alerts
Construct that aggregates monitor events that contribute to alerts.
IEventProcessExecutor - Interface in com.qfs.snl.workflows.process
Interface for plugin values implementing IWorkflowProcessExecutor from ISentinelEvent.
IEvictionCache - Interface in com.quartetfs.biz.pivot.query.aggregates
A cache with a limited number of entries.
IEvictionCache.IEvictionCacheEntry - Interface in com.quartetfs.biz.pivot.query.aggregates
An entry to be stored in an eviction cache.
IEvictionConcurrentMap<K extends IEvictionCache.IEvictionCacheEntry,​V extends IEvictionConcurrentMap.IEvictionConcurrentMapValue<K>> - Interface in com.quartetfs.biz.pivot.query.aggregates
A concurrent map with an eviction policy for which we can set a maximum number of elements.
IEvictionConcurrentMap.IEvictionConcurrentMapValue<T> - Interface in com.quartetfs.biz.pivot.query.aggregates
A value to be stored in this map.
IExecute - Interface in com.quartetfs.biz.xmla
This interface represents a request of type execute.
IExecuteHandler - Interface in com.quartetfs.biz.xmla
Interface describing the components responsible for processing execute requests.
IExecuteStatement<T> - Interface in com.qfs.pivot.rest.query
The execute statement that executes any Mdx query at a certain epoch.
IExecutionContext - Interface in com.quartetfs.pivot.mdx
Base execution context functionalities.
IExecutionPlan - Interface in com.quartetfs.biz.pivot.query.aggregates
An execution plan contains all the retrievals that were planned by an IActivePivotAggregatesRetriever for a given partitioning.
IExecutionPlanBuilder - Interface in com.qfs.store.query.plan
Execution plan builder, is responsible for creating query tasks and for managing their dependencies.
IExecutor<R> - Interface in com.quartetfs.pivot.mdx
Base interface for objects that can evaluate an statement.
IExecutorStatementParser<R> - Interface in com.quartetfs.pivot.mdx
 
IExpandLocationsQuery - Interface in com.quartetfs.biz.pivot.query
Query which expands a collection of locations in the context of some measures.
IExpandLocationsResult - Interface in com.qfs.pivot.cube.provider
The result of a location expansion.
IExpression - Interface in com.quartetfs.pivot.mdx.statement
The base interface for the nodes of an Mdx statement.
IExpressionDependency - Interface in com.quartetfs.pivot.mdx
 
IExpressionDependencyVisitor<R extends IExpressionDependency> - Interface in com.quartetfs.pivot.mdx
Interface for visitor computing the dependency of Mdx expressions.
IExpressionEvaluator - Interface in com.quartetfs.pivot.mdx
Interface providing methods for the evaluation step.
IExpressionExecutor<ContextT,​VisitT> - Interface in com.quartetfs.pivot.mdx
Base interface for planning and evaluation.
IExpressionPlanner - Interface in com.quartetfs.pivot.mdx
Interface providing methods for the planning step.
IExpressionResolver - Interface in com.quartetfs.pivot.mdx
A component responsible for resolving MDX expressions.
IExpressionVisitor<R> - Interface in com.quartetfs.pivot.mdx
Interface for IExpression visitors.
IExtendedPlugin<V> - Interface in com.quartetfs.fwk.types
IExtendedPlugin.
IExtendedPluginContribution - Interface in com.quartetfs.fwk.contributions
Contribution of an extended plugin as a whole (coming with its own plugin values).
IExtendedPluginValue - Interface in com.quartetfs.fwk.types
Interface of an extended plugin value.
IExtendedPluginValueContribution - Interface in com.quartetfs.fwk.contributions
Contribution of an extended plugin value to the extended plugin identified by the contribution interface.
IExternalDatabaseRetrieval - Interface in com.quartetfs.biz.pivot.query.aggregates
Definition of a retrieval to the database outside of a pivot selection.
IExternalRetrievalInfo - Interface in com.quartetfs.biz.pivot.query.aggregates
Data structure holding the defining characteristics of an IExternalDatabaseRetrieval.
IFactContributionHolder - Interface in com.quartetfs.biz.pivot.contribution
Holder for contributions made of granular values.
IFactory<T> - Interface in com.quartetfs.fwk.types
Factory to create objects of a given type.
IFactoryValue<T> - Interface in com.quartetfs.fwk.types
Interface of a factory that is at the same time a plugin value.
IFailureEvent - Interface in com.quartetfs.tech.streaming
A failure event.
IFence - Interface in com.qfs.memory
A fence is a an Object that is acquired and released by an IActiveCollector.
IFieldCriterion - Interface in com.qfs.store.query
Deprecated, for removal: This API element is subject to removal in a future version.
IFieldDescription - Interface in com.qfs.desc
Description of a field in a store of the Datastore.
IFieldFromSelection - Interface in com.activeviam.selection
Definition of a field belonging to a Selection.
IFieldInformation - Interface in com.qfs.store
Information about the selection fields for an IActivePivot.
IFieldMatchRecordProcedure - Interface in com.qfs.store.record
Deprecated, for removal: This API element is subject to removal in a future version.
IFieldNameSupplier - Interface in com.qfs.store.part
Interface representing a component capable of providing the name of a field from its position.
IFieldPermission - Interface in com.qfs.desc
Component storing the roles that have read or write permission over a table column.
IFieldTransformer - Interface in com.activeviam.store.structure
Create the function that transforms the chunks when a field is being updated.
IFieldType - Interface in com.activeviam.type
Definition of a Data Type.
IFileEvent<I> - Interface in com.qfs.msg.csv
An event that allows knowing which files have changed inside a given topic.
IFileInfo<I> - Interface in com.qfs.msg.csv
This interface aims at giving access to the parsed file and some of its attributes.
IFileInfo.FileType - Enum in com.qfs.msg.csv
The type of the file.
IFileListener<I> - Interface in com.qfs.msg.csv
Interface of components that listen to file events.
IFileParserConfiguration - Interface in com.qfs.msg.csv
Configuration of a parser.
IFilter - Interface in com.quartetfs.pivot.mdx.eval
Interface for tuple filtering.
IFilterDescription - Interface in com.quartetfs.biz.pivot.definitions
The definition of a filter on input facts.
IFilterVisitor<T> - Interface in com.quartetfs.biz.pivot.context.subcube.visitor
An interface for a component that can visit an ICubeFilter.
IFixedLengthArrayDictionary - Interface in com.qfs.dic
A dictionary storing arrays that have all the same length.
IFixedLengthIntegerArrayDictionary - Interface in com.qfs.dic
A IWritableIntegerArrayDictionary that stores int[] of a specific length.
IFlag - Interface in com.quartetfs.pivot.mdx
Interface for flags used by the Mdx engine.
IFlatContextValuesHolder - Interface in com.quartetfs.biz.pivot.context
Context value used between ActivePivot Live Server and ActivePivot Server to transfer flat context values.
IFloatParser - Interface in com.quartetfs.fwk.format
Parser of float fields.
IFormatter - Interface in com.quartetfs.fwk.format
Interface of a format service that can parse or format an object.
IFormField - Interface in com.qfs.snl.messages.form
Definition of a form field.
IFormField.IType - Interface in com.qfs.snl.messages.form
Type of the form field.
IFormula - Interface in com.quartetfs.biz.pivot.formula
A formula object is able to evaluate complex mathematical expressions (and other) on a given IActivePivot instance and cell location.
IFormulaSpecification - Interface in com.quartetfs.pivot.mdx.statement
A formula specification makes the link between an identifier and an expression.
IFormulaSpecification.DefinedType - Enum in com.quartetfs.pivot.mdx.statement
 
IFrequentValueChunk<K> - Interface in com.activeviam.chunk.frequent
Marker interface identifying a chunk compressed using the frequent-value algorithm.
IFromClause - Interface in com.quartetfs.pivot.mdx.statement
Represents a from clause.
IFullRefreshCellSet - Interface in com.quartetfs.biz.pivot.cellset
Interface for cell sets representing full new views for some locations.
IFullRefreshEvent - Interface in com.quartetfs.biz.pivot.streaming
An event corresponding to a full new view for some locations.
IFunction - Interface in com.quartetfs.pivot.mdx.statement
Interface for Mdx functions.
IFunctionCall - Interface in com.quartetfs.pivot.mdx.statement
Expression representing the call of a function i.e.
IFunctionDefinition - Interface in com.quartetfs.pivot.mdx.statement
A function definition.
IFunctionDefinitionMatch - Interface in com.quartetfs.pivot.mdx.statement
Helper interface to link a function definition and an associated match result.
IFunctionKeyword - Interface in com.quartetfs.pivot.mdx.statement
Expression representing a function keyword.
IFutureQueryResult<ResultT> - Interface in com.quartetfs.biz.pivot
The Future result of a IQuery.
IGenericAggregation - Interface in com.qfs.agg
An aggregation can bind an input data structure called the source with a destination data structure that contains aggregates.
IGenericAggregationFunction - Interface in com.qfs.agg
Generic Aggregation function based on an arbitrary number of data sources.
IGenericMdxResultInfo<C,​M> - Interface in com.quartetfs.pivot.mdx.result
Information about a MDX result.
IGetAggregatesContinuousQuery - Interface in com.quartetfs.biz.pivot.query.aggregates
This interface must be implemented by the continuous query implementation of the IGetAggregatesQuery.
IGetAggregatesContinuousQueryListener - Interface in com.quartetfs.biz.pivot.query
IGetAggregatesQuery - Interface in com.quartetfs.biz.pivot.query
This query aims to retrieve all the aggregates defined by a set of locations and measures.
IGetByKeyQueryBuilder<R> - Interface in com.activeviam.database.api.query
Interface defining the steps to build a GetByKey query or IPreparedGetByKeyQuery.
IGetByKeyQueryBuilder.IGetByKeyCompiler - Interface in com.activeviam.database.api.query
 
IGetByKeyQueryBuilder.IGetByKeyQueryBuilderWithTable<R> - Interface in com.activeviam.database.api.query
 
IGetByKeyQueryBuilder.IGetByKeyQueryRunner - Interface in com.activeviam.database.api.query
 
IGetByKeyQueryBuilder.INeedDictionarizedValues - Interface in com.activeviam.database.api.query
 
IGetByKeyQueryBuilder.INeedValues - Interface in com.activeviam.database.api.query
 
IGlobalAggregateCollector - Interface in com.qfs.pivot.cube.provider
A global collector is an IAggregateCollector that is used to contribute to a global aggregate provider.
IGlobalAggregateProviderBase - Interface in com.qfs.pivot.cube.provider
The base structure of global multi-version aggregate provider.
IGlobalAggregateProviderTransaction - Interface in com.qfs.pivot.cube.provider
IGlobalAggregateProviderVersion - Interface in com.qfs.pivot.cube.provider
A version of a global aggregate provider.
IGlobalContributionHolder - Interface in com.quartetfs.biz.pivot.contribution
Interface for components holding raw contributions of newly added/removed/updated records before their processing into aggregate providers.
IGlobalEntitlement - Interface in com.quartetfs.biz.pivot.security
A cross-all-ActivePivot entitlement defined by a collection of context values.
IGlobalHealthEventHandler - Interface in com.activeviam.health.monitor
The global health event handler with specialized methods for each type possible types of events.
IGNORE_INVALID_MEMBERS - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
IGNORE_INVALID_MEMBERS_DEFAULT - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
Default value for the ignore invalid members parameter.
IGNORE_QUERIED_MEASURE - Static variable in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
 
IgnoreCaseANTLRStringStream - Class in com.quartetfs.pivot.mdx.parser.impl
This ANTLRStringStream ignore the case of tokens.
IgnoreCaseANTLRStringStream() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.IgnoreCaseANTLRStringStream
 
IgnoreCaseANTLRStringStream(char[], int) - Constructor for class com.quartetfs.pivot.mdx.parser.impl.IgnoreCaseANTLRStringStream
This is the preferred constructor as no data is copied.
IgnoreCaseANTLRStringStream(String) - Constructor for class com.quartetfs.pivot.mdx.parser.impl.IgnoreCaseANTLRStringStream
Copy data in string to a local char array.
IGNORED_FUNCTIONS - Static variable in class com.quartetfs.pivot.mdx.impl.NeedsReWriteVisitor
A where clause whose first function belongs to this set also supports rewriting.
ignoreInvalidMembers(boolean) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanIgnoreInvalidMembers
If enabled, the MdxEngine ignores invalid Mdx members when resolving the MDX query.
ignoreInvalidMembers(boolean) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
ignoreParentTransaction() - Method in class com.qfs.store.impl.MultiVersionStorePartition
Ignores the parent transaction (i.e.
ignoreQueriedMeasure(boolean) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties.ICanIgnoreQueriedMeasure
Enables/disables ignoring queried measure.
ignoreQueriedMeasure(boolean) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
 
IGraphVisitor<N extends IGraphVisitor.IVisitableNode<N,​V>,​C extends IGraphVisitor.IVisitorContext<N>,​V extends IGraphVisitor<N,​IGraphVisitor.IVisitorContext<N>,​V>> - Interface in com.quartetfs.biz.pivot.query.aggregates
A visitor on a graph of nodes.
IGraphVisitor.AVisitorContextWithArgs<N extends IGraphVisitor.IVisitableNode<N,​?>> - Class in com.quartetfs.biz.pivot.query.aggregates
A IGraphVisitor.IVisitorContext that keeps some additional contextual arguments with each node to visit.
IGraphVisitor.IVisitableNode<N extends IGraphVisitor.IVisitableNode<N,​V>,​V extends IGraphVisitor<N,​IGraphVisitor.IVisitorContext<N>,​V>> - Interface in com.quartetfs.biz.pivot.query.aggregates
A node that can be visited by an IGraphVisitor.
IGraphVisitor.IVisitorContext<N> - Interface in com.quartetfs.biz.pivot.query.aggregates
The context associated with a visitor.
IGraphVisitor.NoArgsVisitorContext<N extends IGraphVisitor.IVisitableNode<N,​?>> - Class in com.quartetfs.biz.pivot.query.aggregates
A simple IGraphVisitor.IVisitorContext that does not contain any contextual information and simply keeps track of the next nodes to visit.
IGraphWsService - Interface in com.qfs.snl.ws
The graph websocket session holder.
IHandshakeHandlerFactory - Interface in com.qfs.websocket.server
Interface to be implemented to use a custom implementation of HandshakeHandler for ActiveViam's websocket endpoints.
IHasAtLeastOneMeasure - Interface in com.activeviam.desc.build
Step of the measure build when at least one measure is defined.
IHasDeletableRows - Interface in com.qfs.chunk
A component whose rows can be deleted.
IHasDimensionality - Interface in com.quartetfs.pivot.mdx.meta
Represents an object that has the characteristic of having a "dimensionality".
IHasFormulaSpecification - Interface in com.quartetfs.pivot.mdx.meta
Interface describing the fact of exposing a formula specification.
IHashingStrategy<T> - Interface in com.qfs.dic
This interfaces defines a hashing + equals strategy.
IHasId - Interface in com.qfs.multiversion
A component that has an id.
IHavePartitioningAndForbiddenLevels - Interface in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
Interface marking a ADependencyNode as having levels on which it can be partitioned and levels which are forbidden.
IHavePartitioningLevels - Interface in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
Interface marking a ADependencyNode as having levels on which it can be partitioned.
IHeaderTranslator<T> - Interface in com.qfs.msg.csv.translator
Interface of a translator that configures itself by parsing header lines.
IHeadInfo<V extends IVersion> - Interface in com.qfs.multiversion
Information about a branch head.
IHealthCheck - Interface in com.activeviam.health.monitor
An health check is run on a regular basis, and if the dispatcher is interested, generates an event.
IHealthCheckAgent - Interface in com.activeviam.health.monitor
The health check agent checks the health of an ActivePivot application.
IHealthEvent - Interface in com.activeviam.health.monitor
Defines a basic health event.
IHealthEventDispatcher - Interface in com.activeviam.health.monitor
Dispatches health events to its registered handlers.
IHealthEventHandler - Interface in com.activeviam.health.monitor
This interface is notified of all health events.
IHierarchicalMapping - Interface in com.quartetfs.biz.pivot.cube.provider
Hierarchical mapping.
IHierarchy - Interface in com.quartetfs.biz.pivot.cube.hierarchy
The hierarchy is the basic axis of data analysis in the OLAP system, and represents one edge of the multidimensional cube.
IHierarchyAndLevelInfo - Interface in com.quartetfs.biz.pivot.cube.hierarchy
Interface grouping the info of a hierarchy with the information of each of its levels.
IHierarchyBuilder - Interface in com.activeviam.desc.build.dimensions
Builds a hierarchy.
IHierarchyCollector - Interface in com.qfs.pivot.hierarchy
Deprecated, for removal: This API element is subject to removal in a future version.
IHierarchyDescription - Interface in com.quartetfs.biz.pivot.definitions
The description for the IHierarchy.
IHierarchyExpression - Interface in com.quartetfs.pivot.mdx.statement
Expression representing a hierarchy.
IHierarchyInfo - Interface in com.quartetfs.biz.pivot.cube.hierarchy
Base description of a hierarchy.
IHierarchyTransaction - Interface in com.qfs.pivot.hierarchy
Deprecated, for removal: This API element is subject to removal in a future version.
IHierarchyVersion - Interface in com.quartetfs.biz.pivot.cube.hierarchy
IHistory - Interface in com.qfs.agg
Some aggregation functions require to keep track of their history.
IHistoryAggregationFunction - Interface in com.qfs.agg
Describes an aggregation function that works over historical representations.
IHistoryNode - Interface in com.qfs.multiversion
A node containing meta-informations about a given epoch of a given history.
IIdentifiable - Interface in com.qfs.snl.persistence
Base interface for all models having an id.
IIdentifiableDao<T extends IIdentifiable> - Interface in com.qfs.snl.persistence
Base interface for all DAO that manage elements that have numeric ids.
IIdentifiableDeleteDao<T extends IIdentifiable> - Interface in com.qfs.snl.persistence
Interface representing a DAO that can perform get actions.
IIdentifiableReadDao<T extends IIdentifiable> - Interface in com.qfs.snl.persistence
Interface representing a DAO that can perform read actions.
IIdentifier - Interface in com.quartetfs.pivot.mdx.statement
An IIdentifier is the name of object like dimensions, levels, members...
IIdentifier.Quoting - Enum in com.quartetfs.pivot.mdx.statement
 
IIdGenerator - Interface in com.quartetfs.tech.streaming
Unique Id generator service.
IIf - com.quartetfs.pivot.mdx.plan.impl.PassManager.PassType
Like PassManager.PassType.VisualTotals but when there is the IifFunction around VisualTotals.
IIF - com.quartetfs.biz.xmla.constants.Keyword
 
IIF - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
IifFunction - Class in com.quartetfs.pivot.mdx.func.impl
IIf function.
IifFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.IifFunction
 
IIfPass(int, CellPlanResultHeader, IFunctionCall) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.PassManager.IIfPass
Constructor.
IImpact - Interface in com.quartetfs.biz.pivot.query.aggregates
For an originating location (a location subscribed by some continuous query) an impact encapsulates all the results implied by a stream event: The point locations or range locations that may have changed and must be refreshed The point locations (cells) that may have been removed from the subscribed view Impacts are computed by IAggregatesContinuousHandler instances.
IImpactComputationTask - Interface in com.quartetfs.biz.pivot.query
An IImpactComputationTask is responsible for calculating the impact on a given set of locations.
IIndex - Interface in com.qfs.index
Deprecated, for removal: This API element is subject to removal in a future version.
IIndexableCoordinates - Interface in com.qfs.repository.coordinates
A Coordinate that can be indexed in order to perform easy lookup based on its erasure.
IIndexedAggregateProviderExecutionContext - Interface in com.qfs.pivot.cube.provider
An execution context for an Indexed Aggregate Provider.
IIndexedColumnCalculator - Interface in com.qfs.msg
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.
IIndexedSet - Interface in com.quartetfs.pivot.mdx.eval.set
Indexed set.
IIndexOperation - Interface in com.qfs.store.query.plan.condition
Interface for query plan operation that uses an index for its execution.
IIndexProcedure - Interface in com.quartetfs.biz.pivot
A procedure that is being executed on each element of an indexed collection (typically a list).
IIndexTransaction - Interface in com.qfs.index
IIndexVersion - Interface in com.qfs.index
A version of an IIndex.
IInformationReader<ValueT,​TypeT extends IFormField.IType> - Interface in com.qfs.snl.messages.form
Interface for referencing and reading information from a IFormField.IType.
IInformationRestService - Interface in com.qfs.snl.rs
Definition of a REST service providing information about the current user or the server.
IInitialDiscoveryMessage - Interface in com.qfs.messenger.message
Message sent by a data node to initially share its structure to the rest of the distributed application.
IInitializeFieldAction - Interface in com.activeviam.store.structure
This action is created to initialize a new field with an IDatastoreSchemaUpdater.IInitializeFieldProcedure.
IInitializeIndexAction - Interface in com.activeviam.store.structure
Action to initialize an index on an existing store.
IInitializeReferenceAction - Interface in com.activeviam.store.structure
Action to initialize a concrete reference on a an existing store.
IInPlaceWritableRecordSet - Interface in com.qfs.store.record
An IWritableRecordSet that performs in-place modification on a given row, if it is supported.
IInsertionTimeUpdateWhereInfo - Interface in com.qfs.store
POJO that contains the information to execute a insertion-time update where action.
IInstanceDistributionManager - Interface in com.qfs.messenger
This class takes care when new members join the cluster and when a transaction is committed.
IIntegerArray - Interface in com.qfs.index
Interface for an integer array.
IIntegerArrayDictionary - Interface in com.qfs.dic
A dictionary specialized for storing int[] Objects.
IIntegerArrayTransaction - Interface in com.qfs.index
A transaction on an IIntegerArray that contains the transient, writable state of the array.
IIntegerArrayTransition - Interface in com.qfs.multiversion.squash
IIntegerArrayVersion - Interface in com.qfs.index
IIntegerContextMetadata - Interface in com.activeviam.contextservice.metadata
Interface for integer context metadata.
IIntegerParser - Interface in com.quartetfs.fwk.format
Parser of integer fields.
IInternalActivePivotAggreggatesRetriever - Interface in com.quartetfs.biz.pivot.query.aggregates
Interface for internal usage of an IActivePivotAggregatesRetriever.
IInternalAggregatesRetrievalResult - Interface in com.quartetfs.biz.pivot.cellset
An aggregates retrieval result that is used internally in ActivePivot's query engine.
IInternalCompositeColumnCursor - Interface in com.qfs.column
IInternalConcreteReferenceVersion - Interface in com.activeviam.store.ref
Interface exposing more details than IConcreteReferenceVersion.
IInternalCopperContext - Interface in com.activeviam.copper
Deprecated, for removal: This API element is subject to removal in a future version.
IInternalCopperHierarchy - Interface in com.activeviam.copper.hierarchy
Deprecated, for removal: This API element is subject to removal in a future version.
IInternalCopperLevel - Interface in com.activeviam.copper.hierarchy
Deprecated, for removal: This API element is subject to removal in a future version.
IInternalCopperLevelCondition - Interface in com.activeviam.copper.hierarchy
Base implementation class for CopperLevelCondition.
IInternalCopperMeasure - Interface in com.activeviam.copper.measure
Deprecated, for removal: This API element is subject to removal in a future version.
IInternalDatastoreSchemaUpdater - Interface in com.activeviam.store.structure
The internal version of IDatastoreSchemaUpdater.
IInternalDatastoreSchemaVersion - Interface in com.qfs.store
Interface exposing more details than IDatastoreSchemaVersion.
IInternalDatastoreStructure - Interface in com.activeviam.store.structure
The internal version of IDatastoreStructure.
IInternalDatastoreStructure.IndexType - Enum in com.activeviam.store.structure
Enum representing the type of an index.
IInternalIndexVersion - Interface in com.qfs.index
Interface exposing more details than IIndexVersion.
IInternalRecordSetVersion - Interface in com.qfs.store
Interface exposing more details than IRecordSetVersion.
IInternalScopedAggregatesRetrievalResult - Interface in com.quartetfs.biz.pivot.cellset
A scoped aggregates result that is used internally in ActivePivot's query engine.
IInternalScopedAggregatesRetrievalResult.IForEachInternalResultProcedure - Interface in com.quartetfs.biz.pivot.cellset
A procedure to be executed on each result of an IInternalScopedAggregatesRetrievalResult.
IInternalSecondaryRecordIndexVersion - Interface in com.activeviam.index
Interface exposing more details than ISecondaryRecordIndexVersion.
IInternalStorePartitionVersion - Interface in com.activeviam.store
Interface exposing more details than IStorePartitionVersion.
IInternalStoreVersion - Interface in com.activeviam.store
Interface exposing more details than IStoreVersion.
IInternalStoreVersion.IDropHistory - Interface in com.activeviam.store
Information about the way the drop occurred.
IInternalStoreVersion.IStoreTransition - Interface in com.activeviam.store
Transition for IStoreVersion.
IInternalUniqueRecordIndexVersion - Interface in com.activeviam.index
Interface exposing more details than IUniqueRecordIndexVersion.
IInterruptionChecker - Interface in com.qfs.util
Definition of an object checking task interruption.
IInterruptor - Interface in com.qfs.concurrent.cancellable
An interruptor for an entire task computation tree.
IIntersectable<T> - Interface in com.quartetfs.biz.pivot
This interface is extended by intersectable components.
IIntIntMultiMap<C extends gnu.trove.TIntCollection> - Interface in com.qfs.util
Deprecated, for removal: This API element is subject to removal in a future version.
IIntIterator - Interface in com.qfs.bitmap
A simple iterator over integer values.
IIterableAggregatesRetrievalResult - Interface in com.quartetfs.biz.pivot.cellset
The result of an aggregates retrieval.
IIterationProcedure<T> - Interface in com.quartetfs.pivot.mdx.eval
An iteration procedure.
IJdbcFetchingInfo - Interface in com.qfs.msg.jdbc
Report of fetch operation in the JDBC source.
IJDBCPublicationInfo - Interface in com.qfs.msg.jdbc
Information about the publication of a JDBC message.
IJDBCSource<T> - Interface in com.qfs.msg.jdbc
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.health.monitor
An health event handler dedicated to handling health events declared in the JDBC source.
IJdbcSourceHealthEventHandler.IJdbcHealthEvent - Interface in com.activeviam.health.monitor
Marks event from the JDBC source.
IJDBCTopic - Interface in com.qfs.msg.jdbc
An ITopic for Jdbc source.
IJnaEnum<T extends IJnaEnum<T>> - Interface in com.qfs.jna
An interface to be implemented by enum in order to be passed as arguments to native calls made using JNA.
IJoinContext - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Interface for join-related IAnalysisAggregationProcedure context types.
IJoinMeasure<I,​A> - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
Measure produced by joining field levels and using them as field values in a store.
IJoinMeasureDescription - Interface in com.quartetfs.biz.pivot.definitions
Description of a measure coming from a join between ActivePivot levels and fields of an isolated store.
IJsonCsvOutputConfiguration - Interface in com.activeviam.pivot.json.dataexport.jsonoutputconfiguration
Interface to define output configuration.
IJsonOutputConfiguration - Interface in com.activeviam.pivot.json.dataexport.jsonoutputconfiguration
Interface to define output configuration.
IJsonQueriesActionMonitor - Interface in com.activeviam.apm.pivot.monitoring
Interface of monitors for json query actions.
IJsonQueriesActionMonitor.JsonQueriesServiceTags - Enum in com.activeviam.apm.pivot.monitoring
 
IJsonQueryService - Interface in com.qfs.pivot.rest.query
The service responsible for computing REST queries.
IJwtAuthentication - Interface in com.qfs.security
Interface which should be used by Authentication based on JWT so that Quartet components can reuse the token.
IJwtConfig - Interface in com.qfs.server.cfg
JWT spring configuration interface.
IJwtRestService - Interface in com.qfs.jwt.service
Definition of REST API for JWT authentication.
IJwtService - Interface in com.qfs.jwt.service
A service which generates JSON Web Token (JWT).
IKeyMatcher - Interface in com.qfs.msg.keyvalue
Interface that define a matcher for input keys.
IKeyRecordFormat - Interface in com.qfs.store.record
The record format of a record key.
IKeyValueBatchInfo - Interface in com.qfs.msg.keyvalue
Statistics about a batch execution : data size exchanged number of tuples processed time spent in various phases of the batch
IKeyValueBatchResult<T> - Interface in com.qfs.msg.keyvalue
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.
IKeyValueBufferPool - Interface in com.qfs.msg.keyvalue
A buffer pool interface.
IKeyValueConnectionPool<C> - Interface in com.qfs.msg.keyvalue
KeyValue connection pool interface.
IKeyValueConnector<C> - Interface in com.qfs.msg.keyvalue
The key-value connector.
IKeyValueResultEntryConsumer - Interface in com.qfs.msg.keyvalue
Declares methods that enables consumption of key-value entries.
IKeyValueSource<C> - Interface in com.activeviam.source.keyvalue.api
An ISource that can fetch data from a key-value database.
IKeyValueSourceConfiguration - Interface in com.qfs.msg.keyvalue
Defines the configuration of the key-value source.
IKeyValueTopic - Interface in com.qfs.msg.keyvalue
The Key-Value topic interface.
IKpiDescription - Interface in com.quartetfs.biz.pivot.definitions
The description of a KPI as defined in http://technet.microsoft.com/en-us/library/ms126258.aspx.
IKpiExpiryDescription - Interface in com.quartetfs.biz.pivot.definitions
Interface describing the member expiry of a KPI.
IKpiExpression - Interface in com.quartetfs.biz.pivot.definitions
Interface defining an expression in a KPI.
IKpiFilter - Interface in com.qfs.snl.mdx
Interface defining filter actions on KPIs.
IKpiFormula - Interface in com.quartetfs.biz.pivot.definitions
Interface for formula resulting of KPI member definitions (value, goal, ...).
IKpiGoalDescription - Interface in com.quartetfs.biz.pivot.definitions
Interface describing the goal of a KPI.
IKpiGraphicExpression - Interface in com.quartetfs.biz.pivot.definitions
Interface defining an expression in a KPI that returns a numeric value but that will be represented by a graphical item.
IKpiStartDescription - Interface in com.quartetfs.biz.pivot.definitions
Interface describing the member start of a KPI.
IKpiStatusDescription - Interface in com.quartetfs.biz.pivot.definitions
Interface describing the status of a KPI.
IKpiTrendDescription - Interface in com.quartetfs.biz.pivot.definitions
Interface describing the trend of a KPI.
IKpiValueDescription - Interface in com.quartetfs.biz.pivot.definitions
Interface describing the value of a KPI.
ILatch - Interface in com.qfs.util
Simple latch with dynamic increment/decrement.
ILevel - Interface in com.quartetfs.biz.pivot.cube.hierarchy
A Level in a hierarchy.
ILevelExpression - Interface in com.quartetfs.pivot.mdx.statement
Expression representing a level.
ILevelInfo - Interface in com.quartetfs.biz.pivot.cube.hierarchy
Base description of a level.
ILevelInfo.ClassificationType - Enum in com.quartetfs.biz.pivot.cube.hierarchy
Type for classification : indicates how the level should be treated while feeding (e.g.
ILevelInfo.LevelType - Enum in com.quartetfs.biz.pivot.cube.hierarchy
Possible level types.
ILicensingService - Interface in com.quartetfs.biz.pivot.webservices
The licensing service is associated with an ActivePivot Manager and exposes some attributes of the current license.
ILinearPostProcessor - Interface in com.quartetfs.biz.pivot.postprocessing
Flag interface to specify that the results of a post-processor can be aggregated linearly: the post processor applied on a 'big' aggregate gives the same result as the aggregation of the outputs of the post processor on each element of any partition of the 'big' aggregates.
ILineReader - Interface in com.qfs.msg.csv
Interface for line reading.
IListenerKey - Interface in com.qfs.msg
Key attributed to the listener of source events.
IListenerPartitionedResultAcceptor - Interface in com.qfs.store.selection
A IPartitionedResultAcceptor that forward the result of the query to a ISelectionListener.
IListenersExceptionsHandler - Interface in com.qfs.store.selection
Responsible of handling the exceptions that occur on listeners of the datastore continuous selections.
IListQuery<T> - Interface in com.quartetfs.fwk.query
Class representing a query returning a list.
IListQueryBuilder - Interface in com.activeviam.database.api.query
Interface defining the steps to build an ListQuery or IPreparedListQuery.
IListQueryBuilder.IBuilderForCondition<R> - Interface in com.activeviam.database.api.query
 
IListQueryBuilder.IBuilderForFields<R> - Interface in com.activeviam.database.api.query
 
IListQueryBuilder.IListQueryBuilderWithAcceptor - Interface in com.activeviam.database.api.query
 
IListQueryBuilder.IListQueryCompiler - Interface in com.activeviam.database.api.query
 
IListQueryBuilder.IListQueryRunner - Interface in com.activeviam.database.api.query
 
IListQueryBuilder.IListQueryRunnerWithTimeout - Interface in com.activeviam.database.api.query
 
IListQueryBuilder.INeedValues<R> - Interface in com.activeviam.database.api.query
 
ILiteral - Interface in com.quartetfs.biz.xmla
Interface that describes a literal.
ILiteral<R> - Interface in com.quartetfs.pivot.mdx.statement
Interface for expressions whose values are known during parsing or resolution.
ILiteralType - Interface in com.qfs.literal
The literal type interface.
IllegalConditionOperandException - Exception in com.qfs.store.query.plan.condition
Exception thrown when the operand of a ICondition is not of the type requested by the type of the field it is run against.
IllegalConditionOperandException(Object, Class<?>) - Constructor for exception com.qfs.store.query.plan.condition.IllegalConditionOperandException
 
IllegalConditionOperandException(Object, Class<?>, Throwable) - Constructor for exception com.qfs.store.query.plan.condition.IllegalConditionOperandException
 
IllegalConditionOperandException(String) - Constructor for exception com.qfs.store.query.plan.condition.IllegalConditionOperandException
 
ILocalityIdentifier - Interface in com.qfs.distribution
An object used to find the relevant cluster members to send messages to, considering the given locations or measures.
ILocalityIdentifierFactory - Interface in com.qfs.distribution
A factory for creating locality identifier for IDistributedActivePivot.
ILocalSchemaUpdater - Interface in com.activeviam.store.structure
Can update the schema of a datastore through a local structural transaction - datastore either held solely, or in a Direct Query context jointly with an external database.
ILocatedResource - Interface in com.qfs.snl.monitors
Definition of a located resource.
ILocation - Interface in com.quartetfs.biz.pivot
An ILocation represents the path to one or several cells in a cube.
ILocationBuilder - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
Simple location builder to build a location.
ILocationConverter - Interface in com.quartetfs.biz.pivot
A component in charge of translating a map of coordinates into a list of locations.
ILocationConverterFactory - Interface in com.quartetfs.biz.pivot
The factory used to create ILocationConverter.
ILocationDiscriminator - Interface in com.quartetfs.biz.pivot
A location discriminator is built upon a collection of locations and operates a discrimination amongst to produce a collection of locations resulting of the collision of the initial locations with some input discriminating values.
ILocationExpander - Interface in com.quartetfs.biz.pivot
An object used for expanding locations based on some underlying data.
ILocationExpansionProcedure - Interface in com.quartetfs.biz.pivot
A procedure used to expand a location on some levels.
ILocationExpansionProcedure.IExpansionIterator - Interface in com.quartetfs.biz.pivot
The iterator performing the actual expansion.
ILocationFormatter - Interface in com.quartetfs.biz.pivot
Format locations into a text representation.
ILocationInterpreter - Interface in com.quartetfs.biz.pivot.query
Interprets the locations for drillthrough queries.
ILocationList - Interface in com.quartetfs.biz.pivot
List of locations.
ILocationPattern - Interface in com.quartetfs.biz.pivot
A pattern location is an intermediate data structure for easy creation of light-weight locations.
ILocationProcedure - Interface in com.quartetfs.biz.pivot.cube.provider
A procedure that executes itself for each of the locations within a cell set.
ILogAction - Interface in com.qfs.store.transaction
Deprecated, for removal: This API element is subject to removal in a future version.
ILoggingHealthEventHandler - Interface in com.activeviam.health.monitor
This interface decorates IHealthEventHandler and provides it additional methods to log the events.
ILogicalCondition - Interface in com.quartetfs.fwk.filtering
A logical condition interface.
ILogManagedResource - Interface in com.activeviam.apm.pivot.monitoring.jmx
Interface for service classes with set of predefined JMX attributes/operations regarding logging setup.
ILongArray - Interface in com.qfs.index
Interface for a long array.
ILongArrayTransaction - Interface in com.qfs.index
A transaction on an ILongArray that contains the transient, writable state of the array.
ILongArrayTransition - Interface in com.qfs.multiversion.squash
ILongArrayVersion - Interface in com.qfs.index
ILongParser - Interface in com.quartetfs.fwk.format
Parser of long fields.
ILongPollingService - Interface in com.quartetfs.tech.streaming
A long polling service provides the possibility to implement a server push using the long polling paradigm.
ILongToken - Interface in com.quartetfs.biz.xmla.binxml.token
Token interface for long primitive.
ILookupBehavior - Interface in com.qfs.repository.context
Context value controlling the lookup post processor evaluation.
ILookupPropertiesInterceptor - Interface in com.qfs.repository
A component in charge of intercepting the properties the LookUpPostProcessor is initialized with.
IMaintenanceService - Interface in com.qfs.snl.persistence
Definition of a service performing maintenance operations on ActiveMonitor database.
IManagedRessource - Interface in com.activeviam.apm.pivot.monitoring.jmx
Marker interface for classes to be registered with a JMX server.
IMapDrillthroughQuery - Interface in com.quartetfs.biz.pivot.query
Sugar for IDrillthroughQuery relying on a collection of maps of coordinates instead of a collection of ILocation.
IMapGetAggregatesQuery - Interface in com.quartetfs.biz.pivot.query
Sugar for IGetAggregatesQuery relying on a collection of maps of coordinates instead of a collection of ILocation.
IMappedTuple - Interface in com.quartetfs.fwk.util
A mapped tuple contains a collection of key-value pairs, mapped with the java.util.Map semantics.
IMappedTupleEnricher - Interface in com.quartetfs.fwk.util
An enricher of mapped tuples.
IMappedTupleFactory - Interface in com.quartetfs.fwk.util
A factory of mapped tuples.
IMapQuery<T> - Interface in com.quartetfs.biz.pivot.query
Base interface for queries based on a map of coordinates instead of ILocation.
IMapTranslator - Interface in com.qfs.msg.csv.translator
A columnar translator that produces records of type "mapped tuple".
IMatchingCondition - Interface in com.quartetfs.fwk.filtering
A matching condition It represents matching operation on an input object.
IMatchingRowsHolder - Interface in com.qfs.store.query.plan
Contains the current matching rows matching for each pair of query tree node and partition id.
IMatchProcedure - Interface in com.qfs.bitmap
A procedure that is called iteratively for each match within an index.
IMatchResult - Interface in com.quartetfs.pivot.mdx.statement
Interface used in the process of finding the correct signature of a function given a list of arguments.
IMDDataSet - Interface in com.quartetfs.biz.xmla
This interface describes a multi-dimensional data set.
IMDProperty - Interface in com.quartetfs.biz.xmla.mdx
Property on a multidimensional member or cell.
IMdxAddon - Interface in com.quartetfs.pivot.mdx
An object which can be used by Mdx functions to specify which IMdxRegistrationDecorator should be created upon query registration.
IMdxAxesIterator<P> - Interface in com.quartetfs.pivot.mdx.result
Iterator on all axes of a MDX Cellset.
IMdxAxesIterator.IPropertyFilter - Interface in com.quartetfs.pivot.mdx.result
Used to filter which properties are required when iterating over this axis.
IMdxCellIterator - Interface in com.quartetfs.pivot.mdx.result
Iterator on the cell of an Mdx result.
IMdxCellProperty - Interface in com.quartetfs.pivot.mdx.property
Interface for Cell properties.
IMdxCellSetAxis - Interface in com.quartetfs.pivot.mdx.result
Definition of an axis in a MDX cellset.
IMdxCellSetAxis.IMdxCellSetAxisIterator - Interface in com.quartetfs.pivot.mdx.result
Iterator over the tuples of CellSet MDX axes.
IMdxCompilationBuilder<T> - Interface in com.qfs.pivot.mdx.compil
An interface to build component linked to the compilation of MDX.
IMdxCompilationUtil - Interface in com.quartetfs.biz.pivot.postprocessing
Utility methods that need to be accessible by both MDX and post-processors to handle MDX compilation properly.
IMdxContext - Interface in com.quartetfs.biz.pivot.context
Configure the Mdx engine.
IMdxCube - Interface in com.quartetfs.pivot.mdx.meta
Cube reader.
IMdxCubeNotifier - Interface in com.quartetfs.pivot.mdx.meta
Interface of an entry point to subscribe to IMdxCube changes.
IMdxCubeNotifier.IMdxCubeListener - Interface in com.quartetfs.pivot.mdx.meta
Interface for all notifications that a listener of IMdxCube can receive.
IMdxCubeOperableNotifier - Interface in com.quartetfs.pivot.mdx.meta
Interface completing IMdxCubeNotifier to show operations triggering notifications.
IMdxDimension - Interface in com.quartetfs.pivot.mdx.meta
Represents a dimension in a cube.
IMDXDrillthroughHeadersQuery - Interface in com.quartetfs.biz.pivot.query
A mdx drillthrough headers query returns the list of IDrillthroughHeader corresponding to each column of a IMDXDrillthroughQuery.
IMDXDrillthroughQuery - Interface in com.quartetfs.biz.pivot.query
MDX Query defined by an MDX string and some optional context values.
IMdxDynamicRangeMember - Interface in com.quartetfs.pivot.mdx.meta
Interface for range members that dynamically compute their discriminators.
IMdxElementDescription - Interface in com.quartetfs.biz.pivot.definitions
Description of a generic MDX element.
IMdxEpochManager - Interface in com.quartetfs.pivot.mdx.epoch
Interface for epoch management in Mdx queries.
IMdxEqualityTester - Interface in com.quartetfs.pivot.mdx.statement
Interface defining a plugin testing the equality of two MDX statements.
IMdxEventHandler - Interface in com.quartetfs.pivot.mdx.impl
An health event handler dedicated to handling health events related to Mdx statements that induce a modification of the MDX context.
IMdxEventHandler.IMdxEvent - Interface in com.quartetfs.pivot.mdx.impl
 
IMdxFixedMember - Interface in com.quartetfs.pivot.mdx.meta
Represents a fixed member (i.e.
IMdxFormulaMember - Interface in com.quartetfs.pivot.mdx.meta
A calculated member.
IMdxHierarchy - Interface in com.quartetfs.pivot.mdx.meta
Represents a hierarchy in a cube.
IMdxIndex<T> - Interface in com.quartetfs.pivot.mdx.utils
Base class for String index.
IMdxInfo - Interface in com.quartetfs.pivot.mdx.result
Meta information on IMdxResult.
IMdxLevel - Interface in com.quartetfs.pivot.mdx.meta
Represents a level in a hierarchy.
IMdxMember - Interface in com.quartetfs.pivot.mdx.meta
Represents a member of a hierarchy in a cube.
IMdxMemberMemorizer - Interface in com.quartetfs.pivot.mdx.meta
IMdxMember factory and memorizer.
IMdxMemberProperty - Interface in com.quartetfs.pivot.mdx.meta
An mdx property.
IMdxNamedSet - Interface in com.quartetfs.pivot.mdx.meta
Named set.
IMdxOlapElement - Interface in com.quartetfs.pivot.mdx.meta
Base class for mdx olap elements.
IMdxPivotMember - Interface in com.quartetfs.pivot.mdx.meta
Represents a member that exists in the pivot.
IMdxPivotMemberDecoder - Interface in com.quartetfs.pivot.mdx.meta
Interface for components which can retrieve IMdxPivotMember.
IMdxProperty - Interface in com.quartetfs.pivot.mdx.property
Base interface for Mdx properties.
IMDXQuery - Interface in com.quartetfs.biz.pivot.query
MDX Query defined by an MDX string and some optional context values.
IMdxRangeMember - Interface in com.quartetfs.pivot.mdx.meta
Mdx range member.
IMdxRegistrationDecorator - Interface in com.quartetfs.pivot.mdx.realtime
A component attached to Mdx continuous queries registrations and notified upon registration life cycle.
IMdxResult - Interface in com.quartetfs.pivot.mdx.result
Interface representing the result of an Mdx query.
IMdxSlicer - Interface in com.quartetfs.pivot.mdx
This class represents the slicer of an Mdx query.
IMdxStatementChecker - Interface in com.quartetfs.pivot.mdx.statement
Definition of a component checking a MDX statement.
IMdxStream - Interface in com.quartetfs.biz.pivot.streaming
Stream to handle MDX continuous queries.
IMdxStreamIdentifier - Interface in com.quartetfs.biz.pivot.streaming
Mdx stream identifier.
IMdxStreamNode - Interface in com.quartetfs.biz.pivot.streaming
Interface describing a node attaching several IMdxStream to a single mdx registration.
IMdxStreamRegister - Interface in com.quartetfs.biz.pivot.streaming
Extension of IStreamRegister for IMdxStream and IMDXQuery.
IMdxVersionRestriction - Interface in com.quartetfs.pivot.mdx.epoch
This restriction is used by the Mdx engine to find the versions on which the queries must be executed and if they must be registered in real time.
IMdxVersionRestriction.IMdxVersionConsumer - Interface in com.quartetfs.pivot.mdx.epoch
Represent an operation which accepts versions from an IMdxVersionRestriction.
IMeasureDependentAggregatesContinuousHandler<EventT> - Interface in com.quartetfs.biz.pivot.query.aggregates
Marker interface for IAggregatesContinuousHandler that depends on the measure.
IMeasureFactory<T extends IInternalCopperMeasure> - Interface in com.activeviam.copper.measure
Factory to create Copper measures.
IMeasureFormatter - Interface in com.activeviam.pivot.rest.dataexport.measureformatter
Interface for the measure formatters.
IMeasureHierarchy - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
The singleton measure hierarchy.
IMeasureHierarchyCollector - Interface in com.qfs.pivot.hierarchy
Interface defining the collector of changes for the transaction on the Measure Hierarchy.
IMeasureHierarchyTransaction - Interface in com.qfs.pivot.hierarchy
Interface defining a transaction over the Measure Hierarchy.
IMeasureHierarchyVersion - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
A stable version of the measure hierarchy.
IMeasureLevel - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
A measure Level in the measure hierarchy.
IMeasureMember - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
Measure Members are members defined inside an IMeasureHierarchy.
IMeasureMemberDescription - Interface in com.quartetfs.biz.pivot.definitions
The description for a IMeasureMember.
IMeasuresDescription - Interface in com.quartetfs.biz.pivot.definitions
IMeasuresProvider - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
A container for IMeasureMember and IPostProcessor.
IMember - Interface in com.quartetfs.biz.pivot.cube.hierarchy
A member is a known value for a level in the pivot cube.
IMemberExpression - Interface in com.quartetfs.pivot.mdx.statement
Expression representing a fixed member.
IMemoryAnalysisService - Interface in com.qfs.service.monitoring
Definition of a service providing methods to perform memory analysis.
IMemoryMonitored - Interface in com.qfs.monitoring.memory
This interface describes a statistics available on a monitored component whose memory is monitored.
IMemoryStatistic - Interface in com.qfs.monitoring.statistic.memory
Interface for a statistic on the application memory usage.
IMemoryStatisticBuilder - Interface in com.qfs.monitoring.statistic.memory
IMemoryStatisticVisitor<R> - Interface in com.qfs.monitoring.statistic.memory.visitor
The visitor associated with the different implementations of IMemoryStatistic.
IMergeableEvent<T> - Interface in com.quartetfs.biz.pivot.query.aggregates
An event that can be merged into another one.
IMergeProcedure<T extends IParentAxisMember> - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
This procedure is used to merge axis members.
IMessage<I,​E> - Interface in com.qfs.msg
A message contains data loaded from a data source, and transferred to a destination through a message channel.
IMessage - Interface in com.qfs.snl.messages
Definition of a message.
IMessageBuilder - Interface in com.qfs.snl.messages
Interface of a builder to create fluently messages.
IMessageBuilder.IBuildable - Interface in com.qfs.snl.messages
Builder with enough information to build the message.
IMessageBuilder.IWithSender - Interface in com.qfs.snl.messages
Builder of messages with configured sender.
IMessageBuilder.IWithTitle - Interface in com.qfs.snl.messages
Builder of messages with configured title.
IMessageChannel<I,​E> - Interface in com.qfs.msg
The message channel interface.
IMessageChunk<E> - Interface in com.qfs.msg
A chunk of data within a message.
IMessageHandler<I> - Interface in com.qfs.msg
Callback when there is an event on the message.
IMessageRestService - Interface in com.qfs.snl.rs
The message REST service.
IMessageService - Interface in com.qfs.snl.messages
Messaging service allowing to send messages to ActiveMonitor users and get the ones received.
IMessageService.IMessageBox - Interface in com.qfs.snl.messages
IMessageBox interface represents ActiveMonitor Messages.
IMessageSubscriber - Interface in com.qfs.snl.messages
A component listening to events on messages.
IMessageWsService - Interface in com.qfs.snl.ws
The interface for a message service for websockets.
IMessageWsService.FetchMessageMode - Enum in com.qfs.snl.ws
The authorized type of message fetching when a socket connects to the service.
IMessengerDefinition - Interface in com.quartetfs.biz.pivot.definitions
Definition of a messenger to be used with a Data cube or a Query cube.
IMetaContextValue - Interface in com.quartetfs.biz.pivot.context
A context value that can alter the state of other context values.
IMetricExporter - Interface in com.activeviam.monitoring.export
Marker interface regrouping all the objects that are declaring one or more Meter.
IMissedPrefetchBehavior - Interface in com.quartetfs.biz.pivot.query.aggregates
An IContextValue that describes the behavior of the ActivePivot query engine when it detects that an IPostProcessor does not correctly expose its prefetchers.
IMissedPrefetchBehavior.Behavior - Enum in com.quartetfs.biz.pivot.query.aggregates
The possible behaviors of the query engine upon the detection of a missed prefetch.
IMissingLocationsQuery - Interface in com.quartetfs.biz.pivot.query.missing
A wrapper for some string-defined ILocation that cannot be resolved to actual Object ILocation for the moment.
IMissingLocationsQueryHandler - Interface in com.quartetfs.biz.pivot.query.missing
The result of a IMissingLocationsQuery, that will receive the associated notifications and provide methods to manage the lifecycle of the associated query.
IMissingLocationsQueryListener - Interface in com.quartetfs.biz.pivot.query.missing
A listener to a IMissingLocationsQuery Typically, the object that originally wanted to execute the underlying query but could not because of missing locations.
IMissingLocationsSolver - Interface in com.quartetfs.biz.pivot.query.missing
A singleton for each IActivePivot that listen to transactions and tries to resolve string paths to actual discriminators.
IMixedWorkloadPool - Interface in com.qfs.pool
A transaction pool and a query pool with similar configuration and NUMA bindings, so that they can be used for mixed-workload operations over the same data structures.
Immutable - Class in com.activeviam.collections.impl
Starting point to create immutable collections.
Immutable() - Constructor for class com.activeviam.collections.impl.Immutable
 
ImmutableArrayList<E> - Class in com.activeviam.collections.impl
An ImmutableList backing its data in an object array.
ImmutableCollection<E> - Interface in com.activeviam.collections
Immutable collections with a functional API.
ImmutableHashMap<K,​V> - Class in com.activeviam.collections.impl
Implementation of ImmutableMap backing its data in a HashMap.
ImmutableHashSet<E> - Class in com.activeviam.collections.impl
Implementation of ImmutableSet backing its data in a HashSet.
ImmutableList<E> - Interface in com.activeviam.collections
ImmutableLists - Class in com.activeviam.collections.impl
Contains utility methods to work with non functional collections.
ImmutableLists() - Constructor for class com.activeviam.collections.impl.ImmutableLists
 
ImmutableMap<K,​V> - Interface in com.activeviam.collections
Immutable map with a functional API.
ImmutablePointLocationListReader(IPointLocationList, int) - Constructor for class com.quartetfs.biz.pivot.impl.PointLocationListReader.ImmutablePointLocationListReader
Constructor.
ImmutablePointLocationListReader(IPointLocationList, int, int) - Constructor for class com.quartetfs.biz.pivot.impl.PointLocationListReader.ImmutablePointLocationListReader
Constructor.
ImmutableSet<E> - Interface in com.activeviam.collections
Immutable set with a functional API.
ImmutableSubPointLocation - Class in com.quartetfs.biz.pivot.impl
An immutable ASubPointLocation.
ImmutableSubPointLocation(PointLocationBuilder, int[]) - Constructor for class com.quartetfs.biz.pivot.impl.ImmutableSubPointLocation
Constructor.
IMonitor - Interface in com.qfs.snl.monitors
Class representing an monitor.
IMonitor - Interface in com.quartetfs.fwk.monitoring
A monitor that records events and internally, atomically maintains some statistics.
IMonitorBuilder - Interface in com.qfs.snl.monitors
Builder to ease creation of IMonitor.
IMonitorBuilder.IBuildable - Interface in com.qfs.snl.monitors
 
IMonitorBuilder.ILocatedMonitor - Interface in com.qfs.snl.monitors
Builder representation of a monitor with a site.
IMonitorBuilder.INamedMonitor - Interface in com.qfs.snl.monitors
Builder representation of a named monitor.
IMonitorBuilder.IOwnedMonitor - Interface in com.qfs.snl.monitors
Builder representation of a monitor with a creator.
IMonitorDao - Interface in com.qfs.snl.persistence
Service performing Database operations for monitors.
IMonitoredComponent - Interface in com.quartetfs.fwk.monitoring
This interface describes statistics, attributes and operations available on a monitored component.
IMonitoredStream - Interface in com.activeviam.apm.pivot.webservices.core
Interface to add the capability to keep the monitoring information.
IMonitorExecution - Interface in com.qfs.snl.agent.service
Representation of a monitor execution.
IMonitoringRestService - Interface in com.qfs.pivot.rest.monitoring
 
IMonitoringService - Interface in com.qfs.snl.agent
Service managing the executions of monitoring operations.
IMonitoringStatistic - Interface in com.qfs.monitoring.statistic
Interface for a statistic with child statistics.
IMonitoringStatisticBuilder<C extends IMonitoringStatistic,​A extends IStatisticAttribute,​B> - Interface in com.qfs.monitoring.statistic
Definition of a builder for IMonitoringStatistic.
IMonitoringStream - Interface in com.qfs.snl.agent.service
Representation of a stream providing monitoring information.
IMonitorListener - Interface in com.qfs.snl.monitors
Interface for listeners on IMonitorService.
IMonitorProcessExecutor - Interface in com.qfs.snl.workflows.process
Interface for plugin values implementing IWorkflowProcessExecutor from IMonitor.
IMonitorReport - Interface in com.qfs.snl.monitors
A report about a monitor.
IMonitorReport.Statuses - Interface in com.qfs.snl.monitors
The list of possible statuses for a given monitor.
IMonitorRestService - Interface in com.qfs.snl.rs
The monitors rest service.
IMonitorService - Interface in com.qfs.snl.monitors
The monitor service.
IMonitorUpdates - Interface in com.qfs.snl.monitors
Store a list of added and deleted monitors.
IMonitorWsService - Interface in com.qfs.snl.ws
Websocket service for monitors.
Impact - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Base implementation of the IImpact interface.
Impact(ILocation, Set<ILocation>, Set<ILocation>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.Impact
Fully defining constructor.
ImpactBitmapsHolder<IndexT extends IBitmapIndex> - Class in com.qfs.pivot.cube.provider.bitmap.impl
A utility class to hold the compiled security and filters and impacted points bitmaps and merge them together.
ImpactBitmapsHolder(AIndexedPartitionedAggregateProviderTransaction.AIndexedCompiledFilter<IndexT>, IBitmapIndex) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.ImpactBitmapsHolder
Constructor.
ImpactBitmapsHolder(AIndexedPartitionedAggregateProviderTransaction.AIndexedCompiledFilter<IndexT>, IBitmap, IBitmapIndex) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.ImpactBitmapsHolder
Constructor for a single impact bitmap.
ImpactComputationTask<EventT> - Class in com.quartetfs.biz.pivot.query.impl
A BoundedAction for computing the impacts for a given set of locations.
ImpactComputationTask(int, ContextNode.Snapshot, ILocation[], IAggregatesContinuousHandler<EventT>, EventT) - Constructor for class com.quartetfs.biz.pivot.query.impl.ImpactComputationTask
Constructor.
ImpactComputationTask.SingleLocationImpactComputation - Class in com.quartetfs.biz.pivot.query.impl
A completer used to compute the impact of a location.
ImpactType - Enum in com.activeviam.dic.provider.impl
Enum listing the current valid types of impacts broadcast by a IDictionaryProviderTransaction.
IMPL_CLASS_NOT_FOUND - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
implementation - Variable in class com.quartetfs.biz.pivot.security.impl.ContextValueManagerKey
Class object implemented by the context value.
ImpliedPartitionRetrieverFactory(TIntIntMap, int) - Constructor for class com.qfs.store.part.impl.APartitioningVisitorFactory.ImpliedPartitionRetrieverFactory
Constructor.
implies(IUpdateAction) - Method in class com.activeviam.store.structure.impl.AddReferenceAction
 
implies(IUpdateAction) - Method in class com.activeviam.store.structure.impl.AddStoresAction
 
implies(IUpdateAction) - Method in class com.activeviam.store.structure.impl.InitializeFieldAction
 
implies(IUpdateAction) - Method in class com.activeviam.store.structure.impl.InitializeIndexAction
 
implies(IUpdateAction) - Method in class com.activeviam.store.structure.impl.InitializeReferenceAction
 
implies(IUpdateAction) - Method in class com.activeviam.store.structure.impl.RebindTargetDictionaryAction
 
implies(IUpdateAction) - Method in class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction
 
implies(IUpdateAction) - Method in class com.activeviam.store.structure.impl.SetIndexDictionariesConcurrentAction
 
implies(IUpdateAction) - Method in class com.activeviam.store.structure.impl.UpdateFieldsAction
 
implies(IUpdateAction) - Method in class com.activeviam.store.structure.impl.UpdateIndexesAction
 
implies(IUpdateAction) - Method in class com.activeviam.store.structure.impl.UpdatePartitioningAction
 
implies(IUpdateAction) - Method in interface com.activeviam.store.structure.IUpdateAction
Attempts to determine if this action already implies the effects of the given action.
IMPORT_TIMEOUT - Static variable in class com.qfs.content.service.impl.RemoteContentService
The read timeout for imports, in minutes.
IMPORT_TIMEOUT_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that defines the read timeout for imports, in minutes.
IMPORTANT_TASKS - Static variable in class com.activeviam.tracing.impl.Tracing
List of class names that are considered to be important and should have their own Spans in Zipkin under the SPECIFIC mode.
importFromStream(InputStream) - Method in class com.qfs.content.service.impl.AHibernateContentService
Imports data into this content service from a stream.
importSafely(String, SnapshotContentTree) - Method in class com.qfs.content.snapshot.impl.ContentServiceSnapshotter
Safely imports the given subtree at the input target path in the content service.
importSafely(String, String) - Method in class com.qfs.content.snapshot.impl.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.qfs.content.snapshot.impl.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.qfs.content.service.IContentService
Imports the whole content subtree defined by the input IContentTree at the given path in this content service.
importSubtree(String, IContentTree<?>, boolean, boolean) - Method in class com.qfs.content.service.impl.AContentService
 
importSubtree(String, IContentTree<?>, boolean, boolean) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
importSubtree(String, IContentTree<?>, boolean, boolean) - Method in class com.qfs.content.service.impl.RemoteContentService
 
importSubtree(String, SnapshotContentTree) - Method in class com.qfs.content.snapshot.impl.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.qfs.content.snapshot.impl.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.qfs.content.snapshot.impl.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.qfs.content.snapshot.impl.ContentServiceSnapshotter
Import the content sub-tree contained in the file at the input filePath into the underlying content service at the given target path.
ImportSubtreeJsonParam(IContentTree<?>, boolean, boolean) - Constructor for class com.qfs.content.rest.impl.RestContentJsonParams.ImportSubtreeJsonParam
Constructor.
IMultiFieldAggregatedElement - Interface in com.qfs.pivot.agg
Interface to represent how to aggregate several fields.
IMultiGetAggregatesNotificationContinuousQuery - Interface in com.quartetfs.biz.pivot.query.aggregates
This query allows its listeners to be notified after all the listeners of the underlying IAggregatesContinuousQuery queries are notified.
IMultiGetAggregatesNotificationQuery - Interface in com.quartetfs.biz.pivot.query
This type of query is only used to create IMultiGetAggregatesNotificationContinuousQuery.
IMultipleAccessor - Interface in com.quartetfs.fwk.filtering
Accessor that gives access to a multiple properties of the input object.
IMultipleAggregateProvider - Interface in com.qfs.pivot.cube.provider.multi
Multiple aggregate provider that contains one or several partial providers to delegate queries that fall into the right scope.
IMultiSourceAggregation - Interface in com.qfs.agg
An aggregation that is binding a multi-column data sources with a destination aggregates structure.
IMultiSourceAggregationFunction - Interface in com.qfs.agg
Aggregate functions based on multiple data sources.
IMultiVersion - Interface in com.qfs.multiversion
Interface of a multiversion component.
IMultiVersionActivePivot - Interface in com.quartetfs.biz.pivot
IMultiVersionAggregateProvider - Interface in com.qfs.pivot.cube.provider
IMultiVersionAggregateProviderHolder - Interface in com.qfs.pivot.cube.provider
Contains and manages all the aggregate providers for the ActivePivot.
IMultiVersionAxisDimension - Interface in com.quartetfs.biz.pivot.cube.dimension
The multiversion axis dimension interface.
IMultiVersionAxisHierarchy - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
A IMultiVersionHierarchy specialized for axis hierarchies.
IMultiVersionAxisMember - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
A multiversion axis member.
IMultiVersionConcreteReference - Interface in com.qfs.store.ref
IMultiVersionCube - Interface in com.quartetfs.biz.pivot.cube
IMultiVersionDataActivePivot - Interface in com.qfs.distribution
This instance of IMultiVersionActivePivot is made for the distributed architecture.
IMultiVersionDatastoreSchema - Interface in com.qfs.store
Deprecated, for removal: This API element is subject to removal in a future version.
IMultiVersionDimension<H extends IMultiVersionHierarchy> - Interface in com.quartetfs.biz.pivot.cube.dimension
The multiversion dimension interface.
IMultiVersionDistributedActivePivot - Interface in com.qfs.distribution
IMultiVersionDistributedAxisHierarchy - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
Interface representing a hierarchy in a Query Node.
IMultiVersionDistributedAxisMember - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
A IMultiVersionAxisMember made for distributed architecture.
IMultiVersionDistributedDimension<H extends IMultiVersionDistributedHierarchy> - Interface in com.quartetfs.biz.pivot.cube.dimension
The multiversion distributed dimension.
IMultiVersionDistributedHierarchy - Interface in com.quartetfs.biz.pivot.cube.hierarchy
A hierarchy in a multiversion distributed cube.
IMultiVersionDistributedMeasureDimension - Interface in com.quartetfs.biz.pivot.cube.dimension
The multiversion distributed dimension.
IMultiVersionDistributedMeasureHierarchy - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
Interface representing the Measure Hierarchy in a Query Node.
IMultiVersionGlobalAggregateProvider - Interface in com.qfs.pivot.cube.provider
A global aggregate provider which can process queries for a whole ActivePivot.
IMultiVersionHierarchy - Interface in com.quartetfs.biz.pivot.cube.hierarchy
IMultiVersionIndex - Interface in com.qfs.index
Multiversion main index.
IMultiVersionIntegerArray - Interface in com.qfs.index
Multiversion integer array.
IMultiVersionIntegerArray.IDiscardProcedure - Interface in com.qfs.index
A procedure that is invoked whenever the garbage stored in a version of an array is collected.
IMultiVersionLongArray - Interface in com.qfs.index
Multiversion long array.
IMultiVersionLongArray.IDiscardProcedure - Interface in com.qfs.index
A procedure that is invoked whenever the garbage stored in a version of an array is collected.
IMultiVersionMeasureDimension - Interface in com.quartetfs.biz.pivot.cube.dimension
The multiversion measure dimension.
IMultiVersionMeasureHierarchy - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
A IMultiVersionHierarchy specialized for measure hierarchies.
IMultiVersionOperations - Interface in com.qfs.multiversion
The commit and rollback operations.
IMultiVersionQuery<ResultT> - Interface in com.quartetfs.biz.pivot.query
Marker interface for queries that need to be attached to an IMultiVersionActivePivot for execution.
IMultiVersionRecordIndex - Interface in com.qfs.index
Represent a multi-version record index.
IMultiVersionRecordSet - Interface in com.qfs.store
A multiversion record set.
IMultiVersionSecondaryRecordIndex - Interface in com.qfs.index
A multi-version secondary index.
IMultiVersionStore - Interface in com.qfs.store
The multiversion store.
IMultiVersionStorePartition - Interface in com.qfs.store
The multiversion store partition.
IMultiVersionUniqueRecordIndex - Interface in com.qfs.index
in(int, TIntArrayList) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedFilterCompiler
 
in(int, TIntArrayList) - Method in class com.qfs.pivot.cube.provider.impl.IsPointGrantedFilterVisitor
 
in(int, TIntArrayList) - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.IDictionarizedFilterVisitor
What to return if the given level should be equals to any of the given values.
in(int, TIntArrayList) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.MergingFilterVisitor
 
in(int, Iterator<Object>) - Method in class com.activeviam.copper.agg.ConditionPerLevelExtractor
 
in(int, Iterator<Object>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.DictionarizingFilterVisitor
 
in(int, Iterator<Object>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.OptimizingSubCubeVisitor
 
in(int, Iterator<Object>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToPivotConditionFilterCompiler
 
in(int, Iterator<Object>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToStringFilterVisitor
 
in(int, Iterator<Object>) - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.ISubCubeVisitor
What to return if the discriminator at given level should be equals to any of the given values.
in(FieldPath) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IDynamicCondition testing that, for a given database record, the value of said record for the given field can be found in a set of values that will be provided at the query runtime.
in(FieldPath, Object[]) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IConstantCondition testing that, for a given database record, the value of said record for the given field can be found in the given set of values.
in(FieldPath, Object, Object...) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IConstantCondition testing that, for a given database record, the value of said record for the given field can be found in the given set of values.
in(FieldPath, Collection<?>) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IConstantCondition testing that, for a given database record, the value of said record for the given field can be found in the given set of values.
in(FieldPath, List<? extends Object>) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing a IN condition.
in(String, Object[]) - Static method in class com.activeviam.builders.FactFilterConditions
Defines an IN condition.
in(String, Object, Object...) - Static method in class com.activeviam.builders.FactFilterConditions
Defines an IN condition.
in(String, List<? extends Object>) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing a IN condition.
in(String, Set<T>) - Static method in class com.activeviam.database.api.experimental.refresh.condition.ConditionFactory
Creates a condition which matches the rows where the given column is equal to one of the given values.
IN - Static variable in interface com.quartetfs.fwk.filtering.IMatchingCondition
Plugin key for the IN condition.
IN_MEMORY_COMPRESSION - Static variable in class com.quartetfs.biz.xmla.servlet.impl.XmlaServlet
Parameters.
IN_TRANSACTION_EPOCH_ID - Static variable in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The epoch id to put in the timing if the query is executed within a transaction.
INamedSetDescription - Interface in com.quartetfs.biz.pivot.definitions
Description of an MDX named set.
INamedSetReference - Interface in com.quartetfs.pivot.mdx
Interface for a Node that represents named set.
INativeMeasureDescription - Interface in com.quartetfs.biz.pivot.definitions
 
INativeMemoryAllocator - Interface in com.qfs.chunk
Deprecated, for removal: This API element is subject to removal in a future version.
INaturalOrderComparator<T> - Interface in com.quartetfs.fwk.ordering
Natural java comparator.
INCLUDE_CALC_MEMBERS - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
Include_Null - com.quartetfs.biz.xmla.constants.Keyword
 
Include_Statistics - com.quartetfs.biz.xmla.constants.Keyword
 
INCLUDEEMPTY - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
includeMeasure(String) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder with access to the measure with the given name granted.
includeMembers(IHierarchyInfo, String...) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy denied.
includeMembers(IHierarchyInfo, List<String>) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy granted.
includeMembers(String, String, String...) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy granted.
includeMembersWithConditions(IHierarchyInfo, Object...) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy granted.
includeMembersWithConditions(IHierarchyInfo, List<?>) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy granted.
includeMembersWithConditions(String, String, Object...) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy granted.
includes(Collection<String>, Collection<String>) - Static method in class com.qfs.util.impl.StringCollections
Deprecated.
Tell if a Collection of String is a subset of another one.
includesAll() - Method in class com.qfs.store.query.plan.impl.TestAllIncludedProcedure
Returns true if all processed values since the last call to TestAllIncludedProcedure.setIncluder(TIntSet) were included in the above includer.
includeStatistics() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Gets if the session is configured to receive statistics for considered monitors.
includeStatistics(boolean) - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Sets if the session is configured to receive statistics for considered monitors.
includingOnlyHierarchies(HierarchyIdentifier...) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates the list of hierarchies this partial should only be interested in.
includingOnlyHierarchy(String, String) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates the list of hierarchies this partial should only be interested in, one by one.
includingOnlyLevel(String, String, String) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates the list of level this partial should only be interested in.
includingOnlyLevels(LevelIdentifier...) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates the list of level this partial should only be interested in.
includingOnlyMeasures(String...) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutMeasuresRestrictionBuilder
Indicate the list of measures this partial should only be interested in.
includingPpPlan() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
Includes the planning made for the dependencies to Post-Processors into this node plan.
Inclusive - com.quartetfs.biz.xmla.constants.Keyword
 
INCLUSIVE - com.qfs.agg.impl.PercentileFunction.IndexCalculationMode
Deprecated.
q / 100 * (n - 1)) .
IncompatiblePathsException - Exception in com.quartetfs.pivot.mdx.eval
IncompatiblePathsException.
IncompatiblePathsException() - Constructor for exception com.quartetfs.pivot.mdx.eval.IncompatiblePathsException
 
IncompatiblePathsException(String) - Constructor for exception com.quartetfs.pivot.mdx.eval.IncompatiblePathsException
 
IncompatiblePathsException(String, Object...) - Constructor for exception com.quartetfs.pivot.mdx.eval.IncompatiblePathsException
 
IncompatiblePathsException(String, Throwable) - Constructor for exception com.quartetfs.pivot.mdx.eval.IncompatiblePathsException
 
IncompatiblePathsException(Throwable) - Constructor for exception com.quartetfs.pivot.mdx.eval.IncompatiblePathsException
 
IncompatiblePathsException(Throwable, String, Object...) - Constructor for exception com.quartetfs.pivot.mdx.eval.IncompatiblePathsException
 
IncompatibleSetsException - Exception in com.quartetfs.pivot.mdx.eval
IncompatibleSetsException.
IncompatibleSetsException() - Constructor for exception com.quartetfs.pivot.mdx.eval.IncompatibleSetsException
 
IncompatibleSetsException(String) - Constructor for exception com.quartetfs.pivot.mdx.eval.IncompatibleSetsException
 
IncompatibleSetsException(String, Object...) - Constructor for exception com.quartetfs.pivot.mdx.eval.IncompatibleSetsException
 
IncompatibleSetsException(String, Throwable) - Constructor for exception com.quartetfs.pivot.mdx.eval.IncompatibleSetsException
 
IncompatibleSetsException(Throwable) - Constructor for exception com.quartetfs.pivot.mdx.eval.IncompatibleSetsException
 
IncompatibleSetsException(Throwable, String, Object...) - Constructor for exception com.quartetfs.pivot.mdx.eval.IncompatibleSetsException
 
InCompiledCondition - Class in com.qfs.store.query.plan.condition.impl
Version of the IN condition on an undictionarized operated field.
InCompiledCondition(int, IOperand) - Constructor for class com.qfs.store.query.plan.condition.impl.InCompiledCondition
 
INCOMPLETE_READ - Static variable in class com.qfs.logging.MessagesCSV
ReadBlock: INCOMPLETE READ.
InCondition - Class in com.quartetfs.fwk.filtering.impl
Set presence.
InCondition(Object) - Constructor for class com.quartetfs.fwk.filtering.impl.InCondition
Constructor.
InCondition(Object...) - Constructor for class com.quartetfs.fwk.filtering.impl.InCondition
Constructor.
InConditionFactory - Class in com.qfs.store.service.impl
Compile condition for $in.
InConditionFactory() - Constructor for class com.qfs.store.service.impl.InConditionFactory
 
incorporateResult(IAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResult
Incorporates the given result to this result.
incorporateResults(IScopedAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResult
Incorporates all the individual results from the given scoped result into this one.
INCORRECT_DURATION - Static variable in class com.qfs.util.timing.impl.Timer
Value returned by stop() when this timer was started multiple times concurrently.
INCORRECT_PARTITIONBY_LEVEL_MESSAGE_PATTERN - Static variable in class com.activeviam.copper.measure.window.WindowBuilder
increaseDepth() - Method in class com.qfs.pivot.util.impl.IndentedStringBuilder
Increase the indent.
increment() - Method in interface com.qfs.util.ILatch
Increment the pending count (register a unit of activity).
increment() - Method in class com.qfs.util.impl.Latch
 
increment(String, long) - Method in class com.quartetfs.fwk.monitoring.impl.CounterMonitor
Atomically increment one of the counters.
increment(String, String) - Method in class com.qfs.messenger.impl.DistributedMessengerStatistics.MessageCounterStatistic
Records a given message type indexed by the remote instance address that sent it.
INCREMENTAL - com.qfs.store.TransactionType
 
IncrementalCommitRemoteTransaction - Class in com.qfs.pivot.impl
Representation of the transaction for an incremental commit on a Remote Server.
IncrementalCommitRemoteTransaction(MultiVersionDistributedActivePivot, String, String) - Constructor for class com.qfs.pivot.impl.IncrementalCommitRemoteTransaction
Constructor.
IncrementalDroppedRecordsStream - Class in com.qfs.plan.impl
Default implementation of IDroppedRecordStream.
IncrementalDroppedRecordsStream(IRecordFlattener, TIntList, List<int[]>) - Constructor for class com.qfs.plan.impl.IncrementalDroppedRecordsStream
Constructor.
IncrementalPartitionTransactionContent - Class in com.qfs.plan.impl
The basic implementation of AIncrementalPartitionTransactionContent, in which the IncrementalPartitionTransactionContent.createPublishTask(Collection, CountedCompleter) function will publish in this order: The dropped partitions; The added records; The updated records; The deleted records.
IncrementalPartitionTransactionContent(IDatastoreView, IDatastoreView, String, int, int, IMultiVersionStorePartition, int[], IRecordFormat, IMixedWorkloadPool, IStorePartitionUpdate, IPair<List<int[]>, IStorePartitionVersion>) - Constructor for class com.qfs.plan.impl.IncrementalPartitionTransactionContent
Constructor.
IncrementalPartitionTransactionContentDeleteFirst - Class in com.qfs.plan.impl
An alternate implementation of AIncrementalPartitionTransactionContent, in which the IncrementalPartitionTransactionContentDeleteFirst.createPublishTask(Collection, CountedCompleter) function will publish in this order: The dropped partitions; The deleted records.
IncrementalPartitionTransactionContentDeleteFirst(IDatastoreView, IDatastoreView, String, int, int, IStorePartitionView, IStorePartitionView, int[], IRecordFormat, IMixedWorkloadPool, IStorePartitionUpdate, IPair<List<int[]>, IStorePartitionVersion>) - Constructor for class com.qfs.plan.impl.IncrementalPartitionTransactionContentDeleteFirst
Constructor.
IncrementalPartitionTransactionContentReader - Class in com.qfs.plan.impl
IncrementalPartitionTransactionContentReader(RecordFlattener, RecordFlattener, RecordFlattener, int, int, IRecordFormat, IStorePartitionUpdate, IPair<List<int[]>, IStorePartitionVersion>) - Constructor for class com.qfs.plan.impl.IncrementalPartitionTransactionContentReader
Constructor.
IncrementalRecordsStream - Class in com.qfs.plan.impl
An IRecordStream specialized for publishing the content of a regular transaction.
IncrementalRecordsStream(IRecordFlattener, TIntCollection) - Constructor for class com.qfs.plan.impl.IncrementalRecordsStream
Constructor.
IncrementalRecordsStream.RowsBlockCursor - Class in com.qfs.plan.impl
A cursor providing the ability to navigate an underlying collection by producing sublists without modifying it.
IncrementalSubmitUpdateWhereTriggersOperation - Class in com.qfs.plan.impl.operations
Operation to perform the computation of update where triggers in an incremental transaction.
IncrementalSubmitUpdateWhereTriggersOperation(IMultiVersionStore, IUpdateWhereInfo) - Constructor for class com.qfs.plan.impl.operations.IncrementalSubmitUpdateWhereTriggersOperation
Constructor.
IncrementalSubmitUpdateWhereTriggersOperation.UpdatedRowsCollectorTask - Class in com.qfs.plan.impl.operations
The task that collects from the update the rows to be impacted.
IncrementalSubmitUpdateWhereTriggersOperation.UpdatesRowsCollectorProcedure - Class in com.qfs.plan.impl.operations
The procedure that collects from the update the rows to be impacted.
IncrementalTransactionContent - Class in com.qfs.plan.impl
ITransactionContent specialized for the regular transactions.
IncrementalTransactionContent(IMultiVersionStore, IRecordFormat, int, ISelection, IDatastoreSchemaVersion) - Constructor for class com.qfs.plan.impl.IncrementalTransactionContent
Constructor.
incrementAndGet() - Method in class com.quartetfs.fwk.util.impl.ZeroBoundedAtomicInteger
Atomically increment our value and return it.
incrementCallStackDepth() - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Used to avoid StackOverflowError when evaluating recursive expressions.
incrementCallStackDepth() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
incrementCallStackDepth() - Method in class com.quartetfs.pivot.mdx.impl.PlanContext
 
incrementDependencyInExternalHolders(AExternalDatabaseRetrieval, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Increments the amount of tracked usages for the underlying measures of a provided retrieval and the provided partition.
incrementDependencyInHolders(IMeasureMember, IScopeLocation, int) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Increments the usage of a measure for the provided location and partition.
incrementDependencyInHolders(IMeasureMember, IScopeLocation, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
 
incrementExecutionTime(long) - Method in class com.qfs.msg.jdbc.impl.JDBCPublicationInfo
incrementExpressionCounter(Map<String, String>, TObjectIntMap<String>, IPartialProviderDefinition, IAxisDimensionsDescription) - Static method in class com.activeviam.pivot.structure.impl.PivotSchemaUtil
Increments the counter of the expressions in the selection of the bitmap provider.
incrementPublicationTime(long) - Method in class com.qfs.msg.jdbc.impl.JDBCPublicationInfo
incrementPublishedSize(long) - Method in class com.qfs.msg.jdbc.impl.JDBCPublicationInfo
incrementResultSize(long) - Method in class com.qfs.msg.jdbc.impl.JDBCPublicationInfo
increments() - Method in interface com.activeviam.contextservice.metadata.IDoubleContextMetadata
The increments the values can increase by.
incrementStoreTransactionId(int) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Increments the store transaction id for a given store.
incrementStoreTransactionId(int) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
InDatabaseTimestampAtInsertTime - Annotation Type in com.qfs.content.service.timestamp
An annotation that allows marking a field as a timestamp that is generated in the database when the object is created.
InDatabaseTimestampGenerationAtInsertTime - Class in com.qfs.content.service.timestamp
Allows to select the "current_timestamp" method of the database into a field annotated with InDatabaseTimestampAtInsertTime at object insertion time.
InDatabaseTimestampGenerationAtInsertTime() - Constructor for class com.qfs.content.service.timestamp.InDatabaseTimestampGenerationAtInsertTime
 
indent(int) - Static method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryMonitoringUtil
Make space to indent output.
indent(StringBuilder, int) - Static method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleterWithChildren
Indents the current line of the given string builder.
indent(StringBuilder, int) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphPrinter
Indents the current line of the given string builder.
INDENT - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryMonitoringUtil
Indentation space.
indentDepth(int) - Static method in class com.qfs.util.timing.impl.StopWatch
Creates the appropriate indent for a given depth.
IndentedStringBuilder - Class in com.qfs.pivot.util.impl
A StringBuilder which adds an indent at the beginning of the lines.
IndentedStringBuilder() - Constructor for class com.qfs.pivot.util.impl.IndentedStringBuilder
 
IndentedStringBuilder(int) - Constructor for class com.qfs.pivot.util.impl.IndentedStringBuilder
 
IndentedStringBuilder(StringBuilder) - Constructor for class com.qfs.pivot.util.impl.IndentedStringBuilder
 
index(int[], int) - Method in interface com.qfs.index.IUniqueRecordIndexTransaction
Indexes a point with the given row.
index(int, int) - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexTransaction
Adds a new value indexed by the given key.
index(int, int) - Method in interface com.qfs.index.IWritableIndex
Adds a new value indexed by the given key.
index(IRecordReader, int) - Method in class com.qfs.index.impl.SecondaryRecordIndexTransaction
 
index(IRecordReader, int) - Method in interface com.qfs.index.ISecondaryRecordIndexTransaction
Indicates that a record was added at a given row.
index(IRecordReader, int) - Method in interface com.qfs.index.IUniqueRecordIndexTransaction
Indexes a record with the given row.
index(ISet, boolean) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Index a set.
index(ISet, boolean, int) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Same as Sets.index(ISet, boolean) but with a limit if a new set must be created.
INDEX_COMPARATOR - Static variable in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
Comparator for indexes of a single store, based on the names of the indexed fields.
INDEX_KEY - Static variable in class com.quartetfs.biz.pivot.context.drillthrough.impl.VectorDrillthroughColumn
The key where we read our VectorDrillthroughColumn.index from our input Properties.
IndexableCoordinates - Class in com.qfs.repository.coordinates.impl
The expressed coordinates implementation.
IndexableCoordinates() - Constructor for class com.qfs.repository.coordinates.impl.IndexableCoordinates
Default constructor.
IndexableCoordinates(ICoordinates) - Constructor for class com.qfs.repository.coordinates.impl.IndexableCoordinates
Constructor.
IndexableCoordinates(String...) - Constructor for class com.qfs.repository.coordinates.impl.IndexableCoordinates
Constructor.
IndexableCoordinates(Map<String, String>) - Constructor for class com.qfs.repository.coordinates.impl.IndexableCoordinates
Constructor.
indexBy(Collection<T>, Function<T, K>) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Creates a map out of a collection, indexing each value using a given function.
IndexCompiledOperations - Class in com.qfs.store.query.plan.impl
Helper class with methods for operations on Indexes.
IndexCompiledOperations.RangeOperands - Class in com.qfs.store.query.plan.impl
Group of operands to use in the Range operation family.
IndexDefinition - Class in com.activeviam.store.structure.impl
Definition of an index used in a store.
IndexDefinition(IndexKey, int, IInternalDatastoreStructure.IndexType, List<String>) - Constructor for class com.activeviam.store.structure.impl.IndexDefinition
 
indexed() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanTagField
Tells the builder that this field should be indexed.
indexed() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SetBuilder
To have an IndexedSet as a result.
IndexedAggregateProviderVersion<IndexT extends IBitmapIndex> - Class in com.qfs.pivot.cube.provider.bitmap.impl
A version of an Indexed Aggregate Provider, that points to the associated version of the aggregate store.
IndexedPartitionedAggregateCollector - Class in com.qfs.pivot.cube.provider.partition.impl
 
IndexedPartitionedAggregateCollector.ContributionTask - Class in com.qfs.pivot.cube.provider.partition.impl
 
IndexedPartitionedAggregateProviderBase - Class in com.qfs.pivot.cube.provider.bitmap.impl
IndexedPartitionedAggregateProviderBase(AggregateProviderCreationParts, AggregateProviderCreationContext) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderBase
Constructor.
IndexedPartitionedAggregateProviderVersion - Class in com.qfs.pivot.cube.provider.bitmap.impl
 
IndexedPartitionedAggregateProviderVersion(IEpoch, IndexedPartitionedAggregateProviderBase) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion
Constructor.
IndexedPartitionedAggregateProviderVersion.CubeFilterWrapper - Class in com.qfs.pivot.cube.provider.bitmap.impl
This wrapper class is needed to override the behavior of CubeFilter.equals(Object) for this particular map.
IndexedPartitionedAggregateProviderVersion.IndexedPartitionedExecutionContext - Class in com.qfs.pivot.cube.provider.bitmap.impl
The context associated with this provider.
IndexedPartitionedAggregateProviderVersion.ProviderFilterKey - Class in com.qfs.pivot.cube.provider.bitmap.impl
IndexedPartitionedAggregateProviderVersion.ProviderPartitionFilterCache - Class in com.qfs.pivot.cube.provider.bitmap.impl
The cache of bitmaps retrieved during filter compilation.
IndexedPartitionedExecutionContext(CancellableCountedCompleter<?>, ISquashableAggregateProviderPartitionVersion[], ICubeFilter) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.IndexedPartitionedExecutionContext
Constructor.
IndexedSet - Class in com.quartetfs.pivot.mdx.eval.set.impl
An indexed set.
IndexedShuffledSet - Class in com.quartetfs.pivot.mdx.eval.set.impl
An indexed shuffled set.
IndexedSubSet - Class in com.quartetfs.pivot.mdx.eval.set.impl
Subset of a random access set.
IndexKey - Class in com.activeviam.store.structure.graph
Identifier for an index in a store.
IndexKey(String, Set<String>) - Constructor for class com.activeviam.store.structure.graph.IndexKey
 
indexMeasuresByName(Collection<? extends T>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Indexes all the given measures using their name.
indexOf(int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
indexOf(int[], int) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Looks for a value in an array and returns the first index where it is found.
indexOf(int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
indexOf(ITuple, ISet) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Finds a tuple in a set (-1 = not found).
indexOf(E) - Method in interface com.activeviam.collections.ImmutableList
Gives the index of the first occurrence of the specified element in this list.
indexOf(Predicate<E>) - Method in interface com.activeviam.collections.ImmutableList
Gives the index of the first occurrence that matches the predicate in this list.
indexOf(V[], V) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Looks for a value in an array and returns the first index where it is found.
IndexStatistic - Class in com.qfs.monitoring.statistic.memory.impl
Memory statistics specialized for indexes.
IndexStatistic() - Constructor for class com.qfs.monitoring.statistic.memory.impl.IndexStatistic
 
IndexStatistic.Builder - Class in com.qfs.monitoring.statistic.memory.impl
 
indicatePartitionHasBeenDeleted(String, int) - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Indicates that a partition has been deleted for the given store.
InDictionaryCompiledCondition - Class in com.qfs.store.query.plan.condition.impl
Version of the IN condition on a dictionarized operated field.
InDictionaryCompiledCondition(int, IDictionarySetOperand) - Constructor for class com.qfs.store.query.plan.condition.impl.InDictionaryCompiledCondition
 
INDIRECT - com.qfs.graph.IDirectedGraphVisitor.VisitDirection
Visit from the leaves to the root.
InducedNumaNodeSelector(IDatastoreNumaNodeSelector, IPartitioning, IPartitioning, TIntIntMap) - Constructor for class com.qfs.store.part.impl.NumaNodeUtil.InducedNumaNodeSelector
Constructor.
induceFromReference(String) - Method in interface com.qfs.desc.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.
InefficientPrefetchException - Exception in com.quartetfs.biz.pivot.query.aggregates
A ActiveViamRuntimeException thrown when the query engine detects an inefficient prefetch declaration for an IPostProcessor.
InefficientPrefetchException() - Constructor for exception com.quartetfs.biz.pivot.query.aggregates.InefficientPrefetchException
Constructor.
InefficientPrefetchException(String) - Constructor for exception com.quartetfs.biz.pivot.query.aggregates.InefficientPrefetchException
Constructor.
InefficientPrefetchException(String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.query.aggregates.InefficientPrefetchException
Constructor.
InefficientPrefetchException(Throwable) - Constructor for exception com.quartetfs.biz.pivot.query.aggregates.InefficientPrefetchException
Constructor.
INettyServerRequestHandler - Interface in com.qfs.messenger.netty
Interface defining a handler intercepting the messages sent through the Netty layer.
inferAggregatedType(int[]) - Static method in class com.qfs.agg.impl.SumProductFunction
Returns the inferred type of the aggregation function, based on all the source types.
Infix - com.quartetfs.pivot.mdx.statement.Syntax
Infix style e.g.
INFO - com.qfs.snl.messages.MessageLevel
Type for notifications.
INFO_AUTO_UNSUB - Static variable in class com.qfs.logging.MessagesStreaming
 
INFO_ENTRY - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryMonitoringUtil
Format pattern for component info.
INFO_ENV_VAR - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
INFO_ENV_VAR_FILE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
INFO_GARBAGE_COLLECT_STREAMS - Static variable in class com.qfs.logging.MessagesStreaming
 
INFO_INITIALIZED - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
INFO_INITIALIZED - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
INFO_LPS_START - Static variable in class com.qfs.logging.MessagesStreaming
 
INFO_MANAGER_CLEAR - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
INFO_PAUSED - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
INFO_PAUSED - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
INFO_PIVOT_CLEAR - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
INFO_RESUMED - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
INFO_RESUMED - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
INFO_SCHEMA_CLEAR - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
INFO_STARTED - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
INFO_STARTED - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
INFO_STOPPED - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
INFO_STOPPED - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
INFO_SUB - Static variable in class com.qfs.logging.MessagesStreaming
 
InformationReader<ValueT,​TypeT extends IFormField.IType> - Class in com.qfs.snl.messages.form
Basic implementation of IInformationReader.
InformationReader(String) - Constructor for class com.qfs.snl.messages.form.InformationReader
Full constructor.
InformationRestServiceController - Class in com.qfs.snl.rs.impl
This service will be removed as soon as we move to spring security 4.0.0.
InformationRestServiceController() - Constructor for class com.qfs.snl.rs.impl.InformationRestServiceController
Constructor.
init() - Method in class com.activeviam.copper.pivot.hierarchy.CalculatedMemberTrivialAnalysisHierarchy
 
init() - Method in class com.qfs.chunk.direct.allocator.impl.ABlockAllocator
Virtually allocates ABlockAllocator.blockSize memory, giving a range of virtual address space to use for this allocator.
init() - Method in class com.qfs.content.service.impl.PrefixedContentService
Creates the directory where all the entries are stored in the underlying service.
init() - Method in interface com.qfs.pivot.content.IActivePivotContentService
Setup the service.
init() - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
init() - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
init() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyPostProcessedMeasure
 
init() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAnalysisHierarchy
 
init() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IAnalysisHierarchy
Initializes the Analysis hierarchy.
init() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.PostProcessedMeasure
 
init() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IPostProcessedMeasure
Initializes this measure and the associated post-processor that was provided in the IPostProcessedMeasure.prepareInit(com.quartetfs.biz.pivot.postprocessing.IPostProcessor) method.
init() - Method in class com.quartetfs.biz.pivot.property.impl.ADatabaseVersionAwareProperty
Initializes this property.
init() - Method in class com.quartetfs.pivot.mdx.plan.impl.ACellPlanExecutor
 
init() - Method in interface com.quartetfs.pivot.mdx.plan.impl.PassDirectedExecutionGraph.ITaskExecutor
This method is called before executing the tasks.
init() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanUpdater
 
init(IRecordFormat) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater.IInitializeFieldProcedure
Deprecated.
Called at the beginning of the execution, giving an opportunity to map selection field names to indices.
init(IRecordFormat, IRecordFormat) - Method in class com.qfs.store.service.impl.JsonUpdateWhereCompiler.MergedUpateWhereProcedure
 
init(IRecordFormat, IRecordFormat) - Method in interface com.qfs.store.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(IActivePivot) - Method in class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger.MergeCopperFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.measure.window.WindowBuilder.ConstantPartitionByValueProvider
 
init(IActivePivot) - Method in class com.activeviam.copper.measure.window.WindowBuilder.PartitionByParentProvider
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.ConstantCopperFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.ContextValueFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.CopperHierarchyValueFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.CopperLevelValueFunction
 
init(IActivePivot) - Method in interface com.activeviam.copper.operation.function.ICopperFunction
Initializes the function.
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.ReaderCopperFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.ToBooleanRecordMapFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.ToDoubleRecordMapFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.ToDoubleUnaryFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.ToFloatRecordMapFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.ToFloatUnaryFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.ToIntRecordMapFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.ToIntUnaryFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.ToLongRecordMapFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.ToLongUnaryFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.ToObjectRecordMapFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.function.ToObjectUnaryFunction
 
init(IActivePivot) - Method in class com.activeviam.copper.operation.operator.ToBooleanUnaryFunction
 
init(IActivePivotVersion) - Method in class com.quartetfs.biz.pivot.query.registration.impl.ARegistration
Initializes this registration.
init(IActivePivotVersion) - Method in interface com.quartetfs.biz.pivot.query.registration.IRegistration
Initializes this registration.
init(Properties) - Method in class com.activeviam.copper.pivot.pp.AnalyticFunctionPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.AStoreLookupPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.AValueAtExtremaMemberPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.ConstantValuePostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.ContextValuePostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.DatabasePostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.DividePerDescendantCountPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.DrillupPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.ExtremaMemberPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.FirstLastPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.LeadLagPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.LeafIdentityPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.LevelFilteringPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.MapperPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.MaskPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.ShiftPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.StoreLookupPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.SwitchOnPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.UserDefinedAggregationPostProcessor
Deprecated.
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.ValueAtExtremaMemberOfAncestorPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.ValueAtExtremaMemberPostProcessor
 
init(Properties) - Method in class com.activeviam.copper.pivot.pp.WindowReducePartitionedPostProcessor
 
init(Properties) - Method in interface com.activeviam.pivot.postprocessing.IEvaluator
Initializes the evaluator with initialization properties.
init(Properties) - Method in class com.activeviam.pivot.postprocessing.impl.AAdvancedPostProcessor
Initializes this post-processor with the given properties.
init(Properties) - Method in class com.activeviam.pivot.postprocessing.impl.ABaseDynamicAggregationPostProcessor
Initializes this post-processor with the given properties.
init(Properties) - Method in class com.activeviam.pivot.postprocessing.impl.ABasicPostProcessor
 
init(Properties) - Method in class com.activeviam.pivot.postprocessing.impl.AFilteringPostProcessor
 
init(Properties) - Method in class com.activeviam.pivot.postprocessing.impl.UnderlyingMeasureEvaluator
 
init(Properties) - Method in class com.qfs.pivot.impl.MultiVersionDataActivePivot
Deprecated.
 
init(Properties) - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
init(Properties) - Method in class com.qfs.repository.impl.LookUpPostProcessor
 
init(Properties) - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
init(Properties) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ABucketerPostProcessor
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ALocationShiftPostProcessor
Initializes this post-processor with the given properties.
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ArithmeticFormulaPostProcessor
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.BasicPostProcessor
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.DynamicAggregationPostProcessor
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessorOnTheFlyPattern
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.FormulaPostProcessor
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.LeafCountPostProcessor
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.MinimumLevelsPostProcessor
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.NeighborValuePostProcessor
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ParentValuePostProcessor
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfMemberPostProcessor
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfParentPostProcessor
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.PreviousValuePostProcessor
 
init(Properties) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.Stream2PositionPostProcessor
 
init(Properties) - Method in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor
Initialize the post processor with properties.
init(Properties) - Method in class com.quartetfs.biz.pivot.streaming.impl.AActivePivotStream
 
init(Properties) - Method in class com.quartetfs.biz.pivot.streaming.impl.ADelegateStream
 
init(Properties) - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStream
 
init(Properties) - Method in interface com.quartetfs.fwk.IAgent
Initializes the agent with a set of properties.
init(Properties) - Method in class com.quartetfs.fwk.impl.AAtomicAgent
 
init(Properties) - Method in class com.quartetfs.tech.streaming.impl.AStream
 
init(FilterConfig) - Method in class com.qfs.pivot.servlet.impl.ContextValueFilter
 
init(FilterConfig) - Method in class com.qfs.security.impl.SpringCorsFilter
 
init(ServletConfig) - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
init(ServletConfig) - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaMonitorListener
 
init(ServletConfig) - Method in interface com.quartetfs.biz.xmla.IXmlaRequestListener
 
init(ServletConfig) - Method in class com.quartetfs.biz.xmla.servlet.impl.XmlaServlet
 
init(ServletConfig) - Method in class com.quartetfs.biz.xmla.servlet.pivot.impl.ActivePivotXmlaServlet
 
init(T, int) - Method in class com.qfs.concurrent.impl.ConcurrentStack.ANode
 
init(T, int) - Method in interface com.qfs.concurrent.impl.ConcurrentStack.INode
Initializes this node so that it can be pushed in the stack.
INIT - com.quartetfs.fwk.IAgent.State
The state of an initialized agent.
INIT_PLUGIN_OVERRIDE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
INIT_RETRY_TIME - Static variable in class com.quartetfs.pivot.mdx.realtime.impl.PastMdxContinuousDecorator
Default time to wait for an update of PastPeriods (in milliseconds).
initAdditionalHandlers(IMeasuresProvider, IAggregatesContinuousQueryEngine) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousHandlerRegistry
Creates the handlers for the given additional measures that are not statically defined in the cube but are dynamically added to one query.
initAdditionalHandlers(IMeasuresProvider, IAggregatesContinuousQueryEngine) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesContinuousHandlerRegistry
 
initAdditionalMeasures(IActivePivotVersion) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdditionalMeasuresProvider
Initializes the measures (and their corresponding post-processor) based on the given measure descriptions.
initApplicationContext() - Method in class com.qfs.servlet.impl.DynamicUrlHandlerMapping
 
initDistribution() - Method in class com.qfs.pivot.impl.DataNode
Initializes the distribution infrastructure.
initFormatters(List<String>) - Static method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.DateHelper
Creates DateTimeFormatters from the Java 8 predefined FormatStyle (which adapt to the locale), from some additional formatters created with the input patterns, and from the formatters retrieved from the temporal patterns defined in the registry.
initHeaders(byte[]) - Method in interface com.activeviam.pivot.rest.dataexport.outputmanagers.IOutputManager.ITextOutputManager
Initializes the headers of each file.
initHeaders(byte[]) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextFileOutputManager
 
initHeaders(byte[]) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextStreamOutputManager
 
INITIAL - com.qfs.distribution.IDistributedActivePivotTransaction.DistributedActivePivotTransactionInfoType
For an initial discovery .
INITIAL - com.qfs.store.TransactionType
 
INITIAL_DISCOVERY_MESSAGE - com.qfs.messenger.netty.streaming.impl.NettyStreamUtils.MessageType
Key for setting the max size of messages.
INITIAL_EPOCH - Static variable in class com.qfs.multiversion.impl.Epoch
The initial epoch of the first version of a Multi-Version component.
INITIAL_EPOCH_ID - Static variable in interface com.qfs.multiversion.IEpoch
The id of the initial epoch (zero).
INITIAL_EPOCH_PROPERTY - Static variable in interface com.qfs.pivot.cube.provider.IAggregateProviderBase
initialEpoch property, used to specify the initial epoch of the underlying providers.
INITIAL_HASH - Static variable in class com.qfs.util.impl.PointHashing
Deprecated.
Initial hash value.
INITIAL_PUBLICATION_MODE - Static variable in interface com.quartetfs.biz.pivot.monitoring.IStreamInfoHolder
Property key for the stream's initial publication mode.
INITIAL_PUBLICATION_MODE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The system property used for defining the default stream Initial publication mode.
INITIAL_VIEW - Static variable in interface com.qfs.messenger.IClusterView
A IClusterView representing the initial state of the cluster i.e has no member and IClusterView.getViewId() returns IClusterView.INITIAL_VIEW_ID.
INITIAL_VIEW_ID - Static variable in interface com.qfs.messenger.IClusterView
The initialized value of the view id.
InitialCommitRemoteTransaction - Class in com.qfs.pivot.impl
Representation of the transaction for the initial commit on a Remote Server.
InitialCommitRemoteTransaction(MultiVersionDistributedActivePivot, IEpoch, String, String, String, String, List<? extends IDimension<? extends IHierarchy>>, List<? extends HierarchyAndLevelInfo>) - Constructor for class com.qfs.pivot.impl.InitialCommitRemoteTransaction
Constructor.
InitialDiscoveryMessage - Class in com.qfs.messenger.message.impl
Initial discovery message sent by a data node to a query node, and enclosing information about its topology, current epoch and application.
InitialDiscoveryMessage() - Constructor for class com.qfs.messenger.message.impl.InitialDiscoveryMessage
Empty constructor for serialization.
InitialDiscoveryMessage(long, IActivePivotVersion, String, IDataCubeAdapter, String, boolean, boolean, boolean, boolean) - Constructor for class com.qfs.messenger.message.impl.InitialDiscoveryMessage
Constructor.
initialize() - Method in class com.qfs.repository.persistence.impl.DbInfoDao
 
initialize() - Method in interface com.qfs.snl.persistence.IDbInfoDao
Initializes the DAO.
initialize() - Method in class com.qfs.snl.persistence.impl.ADbInfoDao
 
initialize() - Method in class com.qfs.snl.persistence.impl.DbInfoDao
 
initialize() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
Initializes the instance.
initialize(byte[], boolean) - Method in class com.qfs.msg.csv.impl.ParserResource
Initialize (or reset) the resource, and fill the beginning of the buffers with initial data.
initialize(IContentService) - Static method in class com.activeviam.spring.config.activeui.ActiveUIContentServiceUtil
If it does not already exist, creates the file structure that is necessary for ActiveUI to work correctly.
initialize(InDatabaseTimestampAtInsertTime, Class<?>) - Method in class com.qfs.content.service.timestamp.InDatabaseTimestampGenerationAtInsertTime
 
initialize(IActivePivotContentService, String, String) - Static method in class com.qfs.pivot.content.impl.ActivePivotContentServiceUtil
Creates directories that will be used be used to store descriptions and entitlements.
initializeActiveMonitorDb() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
initializeColumn(int, ICursor, IDatastoreSchemaUpdater.IInitializeFieldProcedure, Function<IChunk<?>, IArrayCursor>) - Method in class com.qfs.store.impl.ColumnarRecordSet
Initializes a column with a procedure using records from this store and referenced stores.
initializeColumn(int, ICursor, IDatastoreSchemaUpdater.IInitializeFieldProcedure, Function<IChunk<?>, IArrayCursor>) - Method in interface com.qfs.store.IRecordSetBase
Initializes a column with a procedure using records from this store and referenced stores.
initializeCubeFormatters() - Method in class com.qfs.server.cfg.i18n.impl.ContentServiceI18nConfig
[Bean action] Initializes the cube formatters.
initializeCubeFormatters() - Method in class com.qfs.server.cfg.i18n.impl.LocalI18nConfig
[Bean action] Initializes the cube formatters.
INITIALIZED - com.quartetfs.tech.streaming.IStreamProperties.InitialState
The stream is just initialized, but not started, and no event is being pushed.
InitializeFieldAction - Class in com.activeviam.store.structure.impl
Basic implementation of IInitializeFieldAction.
InitializeFieldAction(FieldKey, Supplier<IStoreMetadata>, ISelection, IDatastoreSchemaUpdater.IInitializeFieldProcedure, Supplier<IDictionaryProvider>, Supplier<IWritableDictionary<Object>>) - Constructor for class com.activeviam.store.structure.impl.InitializeFieldAction
 
InitializeIndexAction - Class in com.activeviam.store.structure.impl
Basic implementation of IInitializeIndexAction.
InitializeIndexAction(IndexKey, Supplier<IStoreMetadata>, Supplier<IInternalDatastoreStructure.IndexType>, IntSupplier) - Constructor for class com.activeviam.store.structure.impl.InitializeIndexAction
 
initializeMeters() - Method in interface com.activeviam.monitoring.export.IDatastoreMetricExporter
Initializes all the meters this class must feed.
initializeMeters() - Method in interface com.activeviam.monitoring.export.IPivotMetricExporter
Initializes all the meters this class must feed.
initializeMeters() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
 
initializeMeters() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.MultiVersionBitmapAggregateProvider
 
initializeMeters() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
initializeMeters() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
initializePartitioning(IPartitioning, IPartitioning, TIntIntMap) - Static method in class com.qfs.store.part.impl.PartitioningUtil
Deprecated, for removal: This API element is subject to removal in a future version.
Use PartitioningSnapshot#from instead
InitializeReferenceAction - Class in com.activeviam.store.structure.impl
Basic Implementation of IInitializeReferenceAction.
InitializeReferenceAction(String, String, Supplier<IStoreMetadata>, Supplier<IReferenceMetadata>) - Constructor for class com.activeviam.store.structure.impl.InitializeReferenceAction
 
InitializeReferenceOperation - Class in com.qfs.store.impl
Operation to initialize a reference.
InitializeReferenceOperation(IReferenceMetadata, IVersionTreeRewriting.IVersionRewriteContext) - Constructor for class com.qfs.store.impl.InitializeReferenceOperation
Constructor.
initializeRepositoryDb() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
[Bean action] Initializes Repository info DAO.
InitializeSecondaryIndexOperation - Class in com.qfs.store.impl
Operation to initialize a secondary index.
InitializeSecondaryIndexOperation(int, IVersionTreeRewriting.IVersionRewriteContext) - Constructor for class com.qfs.store.impl.InitializeSecondaryIndexOperation
Constructor.
InitializeUniqueIndexOperation - Class in com.qfs.store.impl
Operation to initialize a unique index.
InitializeUniqueIndexOperation(int, IVersionTreeRewriting.IVersionRewriteContext) - Constructor for class com.qfs.store.impl.InitializeUniqueIndexOperation
Constructor.
InitialPartitionTransactionContent - Class in com.qfs.plan.impl
Holder for the content of an initial transaction on a partition.
InitialPartitionTransactionContent(IDatastoreView, String, int, int, ICompiledQuery, int[], IRecordFormat, IMixedWorkloadPool) - Constructor for class com.qfs.plan.impl.InitialPartitionTransactionContent
Full constructor.
InitialPartitionTransactionContentReader - Class in com.qfs.plan.impl
Reader specialized for InitialPartitionTransactionContent.
InitialPartitionTransactionContentReader(IRecordFlattener, IRecordSetView, ICursor, IRecordFormat, int, int) - Constructor for class com.qfs.plan.impl.InitialPartitionTransactionContentReader
Constructor.
InitialRecordsStream - Class in com.qfs.plan.impl
An IRecordStream specialized for publishing the content of the initial transaction.
InitialRecordsStream(ICursor, IRecordFlattener, IRecordSetView) - Constructor for class com.qfs.plan.impl.InitialRecordsStream
Constructor.
InitialSubmitUpdateWhereTriggersOperation - Class in com.qfs.plan.impl.operations
Operation to perform the computation of update where triggers in an initial transaction.
InitialSubmitUpdateWhereTriggersOperation(IMultiVersionStore, IUpdateWhereInfo) - Constructor for class com.qfs.plan.impl.operations.InitialSubmitUpdateWhereTriggersOperation
Constructor.
InitialTransactionContent - Class in com.qfs.plan.impl
ITransactionContent specialized for the initial transaction : it publishes the whole content of the store.
InitialTransactionContent(IMultiVersionStore, IRecordFormat, int, ISelection) - Constructor for class com.qfs.plan.impl.InitialTransactionContent
Constructor.
INITIATOR - Static variable in interface com.qfs.snl.workflows.IWorkflowPayload.Variables
String: name of the workflow initiator.
initMeasures(Collection<? extends IMeasureMember>, IActivePivot, IWriteableMeasuresProvider, BiFunction<IMeasureMember, Exception, Boolean>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Initializes the given measures and adds them to the given measuresProvider.
initRoot(VectorSchemaRoot) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowFileOutputManager
 
initRoot(VectorSchemaRoot) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowStreamOutputManager
 
initRoot(VectorSchemaRoot) - Method in interface com.activeviam.pivot.rest.dataexport.outputmanagers.IOutputManager.IArrowOutputManager
Initializes the structure of the output with the VectorSchemaRoot.
initServletContext(ServletContext) - Method in class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
Initializes the servelet context with the required attributes.
inject(Class<T>, String, I) - Static method in class com.quartetfs.fwk.types.impl.ExtendedPluginInjector
Inject an object into a given type of an extended plugin value.
inject(Class<T>, String, String, I) - Static method in class com.quartetfs.fwk.types.impl.ExtendedPluginInjector
Inject some value into an extended plugin value.
inject(String, T) - Method in class com.quartetfs.fwk.types.impl.AbstractTransfer
 
inject(String, T) - Method in interface com.quartetfs.fwk.types.ITransfer
Inject a property into.
inject(T) - Method in class com.quartetfs.fwk.types.impl.AbstractTransfer
 
inject(T) - Method in interface com.quartetfs.fwk.types.ITransfer
Inject a property into this transfer.
injectStreamingDependencies() - Method in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
[Bean Action] Inject extended plugin dependencies for the streaming service.
InMemoryContentService - Class in com.qfs.content.service.impl
An In-memory content service.
InMemoryContentService() - Constructor for class com.qfs.content.service.impl.InMemoryContentService
Constructor.
InMemoryContentService(ISecurityFacade) - Constructor for class com.qfs.content.service.impl.InMemoryContentService
Constructor.
InMemoryEntitlementsProvider - Class in com.quartetfs.biz.pivot.security.impl
In memory repository of ActivePivot role entitlements.
InMemoryEntitlementsProvider(Map<String, IGlobalEntitlement>, Map<String, List<IPivotEntitlement>>) - Constructor for class com.quartetfs.biz.pivot.security.impl.InMemoryEntitlementsProvider
Constructor.
InMemoryWorkflowSchemaDao - Class in com.qfs.snl.persistence.impl
The scheme holder for workflows.
InMemoryWorkflowSchemaDao() - Constructor for class com.qfs.snl.persistence.impl.InMemoryWorkflowSchemaDao
Default constructor.
INNER - com.activeviam.copper.store.Mapping.JoinType
Defines a Copper join operation as an INNER join, i.e.
INNER - com.activeviam.database.commons.api.schema.JoinType
 
INNER_JOIN_PLUGIN_KEY - Static variable in class com.activeviam.copper.agg.AJoinAnalysisAggregationProcedure
The plugin key of the procedure performing an inner join on an isolated store.
InnerChristmasDictionary<K> - Class in com.qfs.dic.impl
The actual dictionary structure that holds the keys and hash table of a AChristmasDictionary.
InnerChristmasDictionary(AChristmasDictionary<K>, int, int, K) - Constructor for class com.qfs.dic.impl.InnerChristmasDictionary
Constructor.
InnerJoinAnalysisAggregationProcedure - Class in com.activeviam.copper.agg
The procedure for joining (inner join) an isolated store to the cube's selection.
InnerJoinAnalysisAggregationProcedure(IAnalysisAggregationProcedureDescription, Collection<? extends IHierarchy>, IAggregationHierarchyCreationContext) - Constructor for class com.activeviam.copper.agg.InnerJoinAnalysisAggregationProcedure
Full constructor.
InnerJoinAnalysisAggregationProcedure.Factory - Class in com.activeviam.copper.agg
Plugin factory.
InnerJoinContext - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Context IAnalysisAggregationProcedure to make joins between an ActivePivot result and Database results easy.
InnerJoinContext(IScopeLocation, IScopeLocation, IDatabaseRetrievalResult, TIntSet, TObjectIntMap<FieldPath>, boolean) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.InnerJoinContext
Constructor.
INodeProcedure<N extends IVersionNode<? extends IVersion,​N>> - Interface in com.qfs.multiversion
A procedure that can be run on a IVersionNode.
inOrEqual(FieldPath, Object) - Static method in class com.qfs.condition.impl.BaseConditions
Conditions on collections are converted to IN condition and other conditions are converted to EQUAL.
InPlaceInserter - Class in com.quartetfs.pivot.mdx.eval.set.impl
Component for optimized insertion in a set.
InPlaceInserter(ISet, InPlaceInserter.ITupleToSet, boolean) - Constructor for class com.quartetfs.pivot.mdx.eval.set.impl.InPlaceInserter
 
InPlaceInserter(ISet, InPlaceInserter.ITupleToSet, boolean, boolean) - Constructor for class com.quartetfs.pivot.mdx.eval.set.impl.InPlaceInserter
 
InPlaceInserter.ITupleToSet - Interface in com.quartetfs.pivot.mdx.eval.set.impl
 
InPlaceRecordWriter() - Constructor for class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
InPlaceRecordWriterWithSingleValueField() - Constructor for class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriterWithSingleValueField
 
inPool(ForkJoinPool) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
 
Input_Only - com.quartetfs.biz.xmla.constants.Keyword
 
insert(int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
insert(int, int[]) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
insert(int, int[], int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
Insert - com.quartetfs.biz.xmla.constants.Keyword
 
Insert - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
INSERT - com.qfs.pivot.json.database.JsonDatabaseAction.DatabaseActionType
Insert action to insert lines in a table.
INSERT_BATCH_SIZE - Static variable in class com.qfs.content.service.impl.AHibernateContentService
The batch size for SQL inserts.
insertAfter(int) - Method in class com.qfs.store.query.plan.impl.QueryPlanToBe
Deprecated.
 
insertAfter(int) - Method in interface com.qfs.store.query.plan.IStoreQueryPlanToBe
Deprecated.
Indicate that a node should be processed after the store node.
insertBefore(int) - Method in class com.qfs.store.query.plan.impl.QueryPlanToBe
Deprecated.
 
insertBefore(int) - Method in interface com.qfs.store.query.plan.IStoreQueryPlanToBe
Deprecated.
Indicate that a node should be processed before the store node.
insertData(String, Collection<? extends IPivotPointValue>, Collection<? extends IPivotPointValue>) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
insertData(String, Collection<? extends IPivotPointValue>, Collection<? extends IPivotPointValue>) - Method in interface com.qfs.repository.IRepositoryCacheService
Insert data into the repository cache within a transaction on the selected branch.
insertData(Collection<? extends IPivotPointValue>, Collection<? extends IPivotPointValue>) - Method in interface com.qfs.repository.IRepositoryCacheService
Insert data into the repository cache with a transaction on the master branch.
InsertionTimeUpdateWhereInfo - Class in com.qfs.store.impl
InsertionTimeUpdateWhereInfo(ICompiledConditionInstance, IRecordFlattenerFactory, ITransactionManager.IUpdateWhereProcedure, IDictionary<Object>[], IWritableDictionary<Object>[], int, String, List<String>) - Constructor for class com.qfs.store.impl.InsertionTimeUpdateWhereInfo
Constructor.
inSite(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.INamedMonitor
Sets the site where the monitor is stored.
inSite(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
instance - Static variable in class com.qfs.store.query.plan.condition.impl.TrueCompiledCondition.TrueCompiledConditionInstance
 
instance() - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.TimeLineHandler.ArrayHashingStrategy
 
INSTANCE - com.activeviam.tracing.tracer.impl.NoopTracer
 
INSTANCE - Static variable in class com.activeviam.copper.measure.AggregatedMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.CalculatedMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.ConstantValueMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.ContextValueMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.CopperAdvancedAggregatedMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.DatabaseMeasure.Factory
 
INSTANCE - Static variable in class com.activeviam.copper.measure.DrillupMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.ExtremaMemberMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.HierarchyValueMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.LeafAggregationMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.LevelFilteringMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.LevelValueMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.MarginalDrillupMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.MaskMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.PostProcessorCopperMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.ShiftMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.StoreFieldAggregatedMeasure.Factory
Singleton Instance of the Factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.StoreLookupMeasure.Factory
 
INSTANCE - Static variable in class com.activeviam.copper.measure.SwitchOnMeasure.Factory
 
INSTANCE - Static variable in class com.activeviam.copper.measure.UserDefinedLeafAggregationMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.window.FirstLastMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.window.LeadLagMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in class com.activeviam.copper.measure.window.WindowReduceMeasure.Factory
The singleton instance of this factory.
INSTANCE - Static variable in interface com.activeviam.health.monitor.IHealthEventDispatcher
The instance to which the health events will be dispatched.
INSTANCE - Static variable in class com.activeviam.time.impl.SystemTimeSupplier
The system time supplier to be used in constructors without TimerSupplier arguments.
INSTANCE - Static variable in class com.qfs.bitmap.impl.QFSBitmap.EmptyIntIterator
The singleton instance.
INSTANCE - Static variable in class com.qfs.chunk.impl.IdentityRowMapping
The unique instance that marks a IRowMapping as identity (new row == old row).
INSTANCE - Static variable in class com.qfs.fwk.ordering.impl.EpochComparator
 
INSTANCE - Static variable in class com.qfs.fwk.ordering.impl.ReverseEpochComparator
 
INSTANCE - Static variable in class com.qfs.memory.impl.ActiveCollector
The global ActiveCollector instance.
INSTANCE - Static variable in class com.qfs.messenger.impl.EmptyClusterView
The singleton instance.
INSTANCE - Static variable in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
Our singleton instance.
INSTANCE - Static variable in class com.qfs.store.impl.NoopUnit
Singleton.
INSTANCE - Static variable in class com.qfs.store.impl.TombstoneColumn
Singleton instance of the TombstoneColumn.
INSTANCE - Static variable in class com.qfs.store.part.impl.ConstantFunctionDescription
The singleton instance.
INSTANCE - Static variable in class com.qfs.store.part.impl.ConstantPartitioning
Our singleton instance.
INSTANCE - Static variable in class com.qfs.store.part.impl.ConstantPartitioningDescription
Our singleton instance.
INSTANCE - Static variable in class com.qfs.store.part.impl.IdentityFunctionDescription
The singleton instance.
INSTANCE - Static variable in class com.qfs.store.part.impl.PartitioningUtil.ConstantFunction
Our singleton instance.
INSTANCE - Static variable in class com.qfs.store.part.impl.PartitioningUtil.IdentityFunction
Our singleton instance.
INSTANCE - Static variable in class com.qfs.store.part.impl.PositionToStringFieldSupplier
Singleton.
INSTANCE - Static variable in class com.qfs.store.part.impl.SinglePartitionPartitioningNode
Singleton of this node.
INSTANCE - Static variable in class com.qfs.store.part.impl.SinglePartitionPartitioningNodeDescription
Singleton of the description.
INSTANCE - Static variable in class com.qfs.store.part.impl.SkipNonePartitionSelector
 
INSTANCE - Static variable in class com.qfs.store.query.plan.condition.impl.FalseCompiledCondition.FalseCompiledConditionInstance
Singleton instance of this condition.
INSTANCE - Static variable in class com.qfs.store.query.plan.impl.SimpleQueryPlanner
Singleton Instance.
INSTANCE - Static variable in class com.qfs.trove.impl.QIntEmptySet
The singleton instance.
INSTANCE - Static variable in class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler.NoopWrapper
The singleton.
INSTANCE - Static variable in class com.qfs.vector.impl.TombStoneBlock
The unique instance of TombStone.
INSTANCE - Static variable in class com.quartetfs.biz.pivot.aggfun.impl.NoOpAggregateStoreBinding
The singleton instance.
INSTANCE - Static variable in class com.quartetfs.biz.pivot.cellset.impl.PointListReductionFilterFactory.AcceptFilter
The singleton instance.
INSTANCE - Static variable in class com.quartetfs.biz.pivot.cellset.impl.PointListReductionFilterFactory.RejectFilter
The singleton instance.
INSTANCE - Static variable in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
 
INSTANCE - Static variable in class com.quartetfs.biz.pivot.context.impl.MdxContextTranslator
 
INSTANCE - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.impl.APatternMatcherFactory.MatchAllStringMatcher
Singleton instance of this class.
INSTANCE - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfoNaturalOrderComparator
This comparator singleton.
INSTANCE - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.TimeLineHandler.ArrayHashingStrategy
 
INSTANCE - Static variable in class com.quartetfs.biz.pivot.query.impl.MdxQueryUtil.DrillthroughResultConverter
Converter instance for drillthrough queries.
INSTANCE - Static variable in class com.quartetfs.biz.pivot.query.impl.MdxQueryUtil.DrillthrouhHeaderResultConverter
Converter instance for drillthrough header queries.
INSTANCE - Static variable in class com.quartetfs.fwk.format.impl.ToStringFormatter
The singleton instance.
INSTANCE - Static variable in class com.quartetfs.fwk.logging.impl.QueryTimingLogger
The instance.
INSTANCE - Static variable in class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet.EmptyMdxCellSetAxisIterator
Single instance.
INSTANCE - Static variable in class com.quartetfs.pivot.mdx.xmla.impl.DummyCellIterator
 
INSTANCE_DISTRIBUTION_MANAGER_PLUGIN_KEY - Static variable in class com.qfs.distribution.impl.MessengerUtil
Properties key for the plugin key of a IDistributedMessenger.
INSTANCE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_InstancesDefinition
 
INSTANCE_PORT_NUMBER - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_InstancesDefinition
 
INSTANCE_STATE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_InstancesDefinition
 
InstanceDistributionManagerExtendedPlugin - Class in com.qfs.messenger.impl
Explicit implementation of the IInstanceDistributionManager extended plugin.
InstanceDistributionManagerExtendedPlugin() - Constructor for class com.qfs.messenger.impl.InstanceDistributionManagerExtendedPlugin
Default constructor.
INSTANCES - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
A map containing the intrinsic Mdx member properties.
INSTR - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
InStringFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.StringManipulationFunctions.InStringFunction
 
INSTRUCTION_COPY - Static variable in interface com.qfs.store.record.flatten.IRecordFlattener
Instruction type for a copy of a record field.
INSTRUCTION_COPY_DATA - Static variable in interface com.qfs.store.record.flatten.IRecordFlattener
Instruction type for providing the data to copy following an IRecordFlattener.INSTRUCTION_COPY.
INSTRUCTION_FIRST_ARG_OFFSET - Static variable in interface com.qfs.store.record.flatten.IRecordFlattener
 
INSTRUCTION_LAST_ARG_OFFSET - Static variable in interface com.qfs.store.record.flatten.IRecordFlattener
 
INSTRUCTION_MOVE_BACK - Static variable in interface com.qfs.store.record.flatten.IRecordFlattener
Instruction type for going back n references, n being the unique argument of this instruction.
INSTRUCTION_MOVE_FORWARD - Static variable in interface com.qfs.store.record.flatten.IRecordFlattener
Instruction type for moving forward to the next position in the stack by following the i-th reference of the current store, i being the unique argument of this instruction.
INSTRUCTION_TYPE_OFFSET - Static variable in interface com.qfs.store.record.flatten.IRecordFlattener
 
INSTRUCTION_USE_REFERENCE - Static variable in interface com.qfs.store.record.flatten.IRecordFlattener
Instruction type for following a reference and work now with the record that can be found by going to the line referenced by the i-th reference of the current record.
InstructionCreator - Class in com.qfs.store.record.flatten.impl
Utility to create instructions for a IRecordFlattener.
InstructionCreator() - Constructor for class com.qfs.store.record.flatten.impl.InstructionCreator
 
INT - Static variable in interface com.qfs.literal.ILiteralType
 
INT - Static variable in interface com.quartetfs.fwk.format.IParser
Integer field parser key.
INT_ARRAY - Static variable in class com.activeviam.type.StandardTypes
 
INT_ARRAY - Static variable in interface com.qfs.literal.ILiteralType
 
INT_ARRAY_BASE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The base offset for an int array.
INT_ARRAY_SHIFT - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The base shift for an int array.
INT_CHUNK_CREATOR - Static variable in interface com.qfs.store.IChunkCreator
A IChunkCreator that creates non-nullable int chunks.
INT_MASK - Static variable in class com.qfs.fwk.impl.FlagsUtil
The mask to apply to a long field to only keep its lower 4 bytes.
INT_NULLABLE_CHUNK_CREATOR - Static variable in interface com.qfs.store.IChunkCreator
A IChunkCreator that creates nullable int chunks.
INT_SHIFT - Static variable in class com.qfs.fwk.impl.FlagsUtil
The shift to apply to a long field to move an integer value from the upper 4 bytes to the lower 4 bytes (or the other way around depending on the shift direction).
INT_VALUE - Static variable in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
A value returned by IContextValueTranslator.getAvailableProperties() specifying that the acceptable values for the associated property are any integers.
INT_VECTOR - Static variable in interface com.quartetfs.fwk.format.IParser
Float vector field parser key.
intArrayRead(int[], int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Reads the value stored at the given index in the array.
IntArrayReaderWithMapping - Class in com.activeviam.chunk.impl
An IArrayReader wrapping an int array.
IntArrayReaderWithMapping(int[], TIntIntMap) - Constructor for class com.activeviam.chunk.impl.IntArrayReaderWithMapping
Constructor.
intArrayReadVolatile(int[], int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Reads the value stored at the given index in the array in a volatile fashion (see UnsafeUtil.getIntVolatile(Object, long)).
intArrayWrite(int[], int, int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Writes the given value at the given index in the array.
intArrayWriteOrdered(int[], int, int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Writes the given value at the given index in the array in an ordered fashion (see UnsafeUtil.putOrderedInt(Object, long, int)).
intArrayWriteVolatile(int[], int, int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Writes the given value at the given index in the array in a volatile fashion (see UnsafeUtil.putIntVolatile(Object, long, int)).
IntBiFunction<K> - Interface in com.activeviam.util.function
Represents a function that accepts two int-valued arguments and produces a result.
intChunkFactory(boolean, IAllocationSettings, boolean) - Static method in class com.qfs.store.ChunkFactories
Creates a factory that can create int chunks.
IntComparator - Class in com.quartetfs.fwk.ordering.impl
Compares two Integer objects.
IntComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.IntComparator
 
Integer - Static variable in class com.quartetfs.biz.xmla.impl.XmlaTypes
Integer type.
INTEGER - com.qfs.chunk.impl.FrequencyCompressionType
 
INTEGER - com.qfs.store.ExtendedContentType
 
INTEGER - Static variable in class com.activeviam.type.StandardTypes
 
INTEGER_ARRAY - com.qfs.store.ExtendedContentType
 
INTEGER_ARRAY_LEFT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
INTEGER_ARRAY_RIGHT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
INTEGER_INSTANCE - Static variable in class com.qfs.chunk.impl.TombStoneChunk
The only instance of dead integer chunk: they are all identical.
INTEGER_NULLABLE_LEFT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
INTEGER_NULLABLE_RIGHT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
IntegerArray - Class in com.qfs.index.impl
An AIntegerArray that stores its values in an IChunkInteger.
IntegerArray(boolean) - Constructor for class com.qfs.index.impl.IntegerArray
Constructor.
IntegerArray(int, boolean) - Constructor for class com.qfs.index.impl.IntegerArray
Constructor.
IntegerArray(int, int, boolean) - Constructor for class com.qfs.index.impl.IntegerArray
Constructor.
IntegerArrayArrowVectorFeeder - Class in com.activeviam.arrow.write
Wrapper for an Arrow Vector of Integer arrays.
IntegerArrayArrowVectorFeeder(RootAllocator, String) - Constructor for class com.activeviam.arrow.write.IntegerArrayArrowVectorFeeder
Constructor.
IntegerArrayCursor - Class in com.activeviam.chunks.cells.impl
A cursor over an int array with specialized methods.
IntegerArrayCursor(IWritableArray) - Constructor for class com.activeviam.chunks.cells.impl.IntegerArrayCursor
Constructor.
IntegerArrayDictionary - Class in com.qfs.dic.impl
Maintains a dictionary of integer arrays.
IntegerArrayDictionary() - Constructor for class com.qfs.dic.impl.IntegerArrayDictionary
Build a dictionary with default initial capacity and default load factor.
IntegerArrayDictionary(int) - Constructor for class com.qfs.dic.impl.IntegerArrayDictionary
Constructor defining an initial capacity.
IntegerArrayDictionaryWithHash - Class in com.qfs.dic.impl
IntegerArrayDictionaryWithHash(int) - Constructor for class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
Constructor.
IntegerArrayDictionaryWithHash(int, int) - Constructor for class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
Constructor.
IntegerArrayDictionaryWithHash(IntegerArrayDictionaryWithHash) - Constructor for class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
Copy constructor.
IntegerArrayJdbcColumnCalculator - Class in com.activeviam.source.jdbc.api.calculator
Column calculator from a JDBC Array to an Atoti IVector of integers.
IntegerArrayJdbcColumnCalculator(String) - Constructor for class com.activeviam.source.jdbc.api.calculator.IntegerArrayJdbcColumnCalculator
Constructor.
IntegerArrayList - Class in com.qfs.dic.impl
Simple implementation of the point list interface, where points are stored in integer arrays.
IntegerArrayList(int[][]) - Constructor for class com.qfs.dic.impl.IntegerArrayList
Full constructor from a point array.
IntegerArrayList(List<int[]>) - Constructor for class com.qfs.dic.impl.IntegerArrayList
Full constructor from a point list.
IntegerArrayPermutationDictionary - Class in com.qfs.dic.impl
A dictionary for a permuted integer arrays: this is a wrapper class around an AFixedLengthIntegerArrayDictionary that maps an int array with permuted fields.
IntegerArrayPermutationDictionary(AFixedLengthIntegerArrayDictionary, int[]) - Constructor for class com.qfs.dic.impl.IntegerArrayPermutationDictionary
IntegerArrayPermutationDictionary(IntegerArrayPermutationDictionary, int[]) - Constructor for class com.qfs.dic.impl.IntegerArrayPermutationDictionary
IntegerArrayStatisticAttribute - Class in com.qfs.monitoring.statistic.impl
IStatistics of type AttributeTypes.TYPE_INT_ARRAY.
IntegerArrayStatisticAttribute(int[]) - Constructor for class com.qfs.monitoring.statistic.impl.IntegerArrayStatisticAttribute
Constructor.
IntegerArrayTransaction - Class in com.qfs.index.impl
The base implementation of an IIntegerArrayTransaction.
IntegerArrayTransaction(AIntegerArray) - Constructor for class com.qfs.index.impl.IntegerArrayTransaction
Constructor.
IntegerArrayTransition(IntegerArrayVersion, TIntIntMap) - Constructor for class com.qfs.index.impl.IntegerArrayVersion.IntegerArrayTransition
Constructor.
IntegerArrayVersion - Class in com.qfs.index.impl
An integer array version defined by a base reference array and some delta mappings that override the mappings in the base array.
IntegerArrayVersion(IEpoch, AIntegerArray, int) - Constructor for class com.qfs.index.impl.IntegerArrayVersion
Constructor.
IntegerArrayVersion.IntegerArrayTransition - Class in com.qfs.index.impl
IntegerArrowVectorFeeder - Class in com.activeviam.arrow.write
Wrapper for an Arrow Vector of Integer.
IntegerArrowVectorFeeder(RootAllocator, String) - Constructor for class com.activeviam.arrow.write.IntegerArrowVectorFeeder
Constructor.
IntegerBlockVector<B extends IBlock> - Class in com.qfs.vector.impl
Basic implementation for an integer blocked vector.
IntegerBlockVector(B, int, int) - Constructor for class com.qfs.vector.impl.IntegerBlockVector
Constructor.
IntegerCell - Class in com.activeviam.util.cells.impl
Implementation of a read-write cell supporting data of type integer.
IntegerColumnChunkSet(String[], int, boolean) - Constructor for class com.qfs.dic.impl.ColumnarIntegerArrayDictionary.IntegerColumnChunkSet
Constructor.
IntegerContextValueTranslator<C extends IContextValue> - Class in com.quartetfs.biz.pivot.context.impl
Base class for translators of integer context values.
IntegerContextValueTranslator() - Constructor for class com.quartetfs.biz.pivot.context.impl.IntegerContextValueTranslator
 
IntegerDictionary - Class in com.qfs.dic.impl
Dictionary implementation specialized for Integer data type.
IntegerDictionary() - Constructor for class com.qfs.dic.impl.IntegerDictionary
Build a dictionary with default initial capacity and default load factor.
IntegerDictionary(long) - Constructor for class com.qfs.dic.impl.IntegerDictionary
Constructs an empty dictionary with the specified initial capacity.
IntegerFixedBlockVector<B extends IBlock> - Class in com.qfs.vector.impl
Basic implementation for an integer fixed block vector.
IntegerFixedBlockVector(B, int, int) - Constructor for class com.qfs.vector.impl.IntegerFixedBlockVector
Constructor.
IntegerStatisticAttribute - Class in com.qfs.monitoring.statistic.impl
IStatistics of type AttributeTypes.TYPE_INT.
IntegerStatisticAttribute(int) - Constructor for class com.qfs.monitoring.statistic.impl.IntegerStatisticAttribute
Constructor.
IntegerVectorHistory() - Constructor for class com.qfs.agg.impl.AvgFunction.IntegerVectorHistory
Constructor.
IntegerVectorHistory(int, IVector) - Constructor for class com.qfs.agg.impl.AvgFunction.IntegerVectorHistory
Constructor.
IntegerVectorParser - Class in com.quartetfs.fwk.format.impl
Special parser for vectors of Integers.
IntegerVectorParser() - Constructor for class com.quartetfs.fwk.format.impl.IntegerVectorParser
Constructor.
IntegerVectorParser(char) - Constructor for class com.quartetfs.fwk.format.impl.IntegerVectorParser
Constructor.
IntegerVectorParser(Integer) - Constructor for class com.quartetfs.fwk.format.impl.IntegerVectorParser
Constructor.
IntegerVectorParser(Integer, Character) - Constructor for class com.quartetfs.fwk.format.impl.IntegerVectorParser
Constructor.
Integrated - com.quartetfs.biz.xmla.XmlaConstants.AuthenticationMode
The data source uses the underlying security to determine authorization, such as Integrated Security provided by Microsoft Internet Information Services (IIS).
integrateNewResultForCellSetEvent(MdxCellSet, List<String>, boolean, IntPredicate) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellsFollower
Update the content of this instance to reflect the changes brought by a new cellSet that has different members on the axes.
integrateNewResultForCellsEvent(MdxCellSet, List<String>, boolean) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellsFollower
Update the content of this instance to reflect the changes brought by a new cellSet that has the same members on the axes.
integrateNewResultForNewState(CellSetState, boolean) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellsFollower
Update the content of this instance to reflect the changes brought by a new CellSetDTOState.
integrateNewResultNoNewCell(CellPlanResult.ICellPlanResultIterator, List<String>, boolean) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellsFollower
Update the cells from a ICellPlanResultIterator.
integrateReferenceStoreChanges(Map<Integer, IStorePartitionUpdate[]>, IDatastoreSchemaVersion, IDatastoreSchemaVersion) - Method in class com.qfs.store.query.impl.DeltaQuery
Adds the results from the referenced stores in the results of the base stores.
interceptProperties(Properties) - Method in interface com.qfs.repository.ILookupPropertiesInterceptor
Intercepts the properties the lookup post processor is initialized with.
INTERFACE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
INTERMEDIATE_LIMIT - Static variable in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimitTranslator
The name of the property for IQueriesResultLimit.getIntermediateLimit().
INTERMEDIATE_PASS_COMPUTATION - com.quartetfs.pivot.mdx.ExecutionFlag
This flag must be set to true when execution must be performed between passes.
intern(M) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMemberMemorizer
Returns a IMdxFixedMember representing the specified member.
InternalApi - Annotation Type in com.activeviam.annotations
Custom annotation marking an API element as internal.
InternalCopperDatabaseMeasureBuilder - Class in com.activeviam.copper.api.experimental.database
InternalCopperDatabaseMeasureBuilder() - Constructor for class com.activeviam.copper.api.experimental.database.InternalCopperDatabaseMeasureBuilder
 
InternalCopperLevelValues - Class in com.activeviam.copper.hierarchy
Internal implementation of a CopperLevelValues when a lambda is applied to multiple Copper elements.
InternalCopperLevelValues(CopperLevel, SerializableFunction<Object, Object>) - Constructor for class com.activeviam.copper.hierarchy.InternalCopperLevelValues
Constructor.
InternalCopperLevelValues(List<CopperElement>, SerializableFunction<IArrayReader, Object>) - Constructor for class com.activeviam.copper.hierarchy.InternalCopperLevelValues
Constructor.
InternalCopperStoreLookUpBuilder - Class in com.activeviam.copper.measure
Internal builder class for the Copper Store Look Up Measures.
InternalCopperStoreLookUpBuilder() - Constructor for class com.activeviam.copper.measure.InternalCopperStoreLookUpBuilder
 
InternalCopperStoreLookUpBuilder.InternalCopperStoreLookUpBuilderAddingElements - Class in com.activeviam.copper.measure
Intermediate builder.
InternalCopperStoreLookUpBuilder.InternalCopperStoreLookUpBuilderCombiningFields - Class in com.activeviam.copper.measure
Intermediate builder.
InternalCopperStoreLookUpBuilderAddingElements(String) - Constructor for class com.activeviam.copper.measure.InternalCopperStoreLookUpBuilder.InternalCopperStoreLookUpBuilderAddingElements
Constructor.
InternalCopperStoreLookUpBuilderCombiningFields(String, Map<String, CopperLevel>, Map<String, CopperMeasure>, List<FieldPath>) - Constructor for class com.activeviam.copper.measure.InternalCopperStoreLookUpBuilder.InternalCopperStoreLookUpBuilderCombiningFields
Constructor.
InternalCopperUdafBuilderToContribute - Class in com.activeviam.copper.builders.agg
InternalCopperUdafBuilderToContribute(String[], int[], String) - Constructor for class com.activeviam.copper.builders.agg.InternalCopperUdafBuilderToContribute
Constructor.
InternalCopperUdafBuilderToMerge - Class in com.activeviam.copper.builders.agg
InternalCopperUdafBuilderToMerge(String[], int[], String, SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Constructor for class com.activeviam.copper.builders.agg.InternalCopperUdafBuilderToMerge
Constructor.
InternalCopperUdafBuilderWithOptionalPluginKey - Class in com.activeviam.copper.builders.agg
InternalCopperUdafBuilderWithOptionalPluginKey(String[], int[]) - Constructor for class com.activeviam.copper.builders.agg.InternalCopperUdafBuilderWithOptionalPluginKey
Constructor.
InternalCopperUdafOnMeasureBuilderToContribute - Class in com.activeviam.copper.builders.agg
InternalCopperUdafOnMeasureBuilderToContribute(List<IInternalCopperMeasure>, int[], String) - Constructor for class com.activeviam.copper.builders.agg.InternalCopperUdafOnMeasureBuilderToContribute
Constructor.
InternalCopperUdafOnMeasuresBuilderToMerge - Class in com.activeviam.copper.builders.agg
InternalCopperUdafOnMeasuresBuilderToMerge(List<IInternalCopperMeasure>, int[], String, SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Constructor for class com.activeviam.copper.builders.agg.InternalCopperUdafOnMeasuresBuilderToMerge
Constructor.
InternalCopperUdafOnMeasuresBuilderToTerminate - Class in com.activeviam.copper.builders.agg
InternalCopperUdafOnMeasuresBuilderToTerminate(List<IInternalCopperMeasure>, int[], String, SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Constructor for class com.activeviam.copper.builders.agg.InternalCopperUdafOnMeasuresBuilderToTerminate
Constructor.
InternalCopperUdafOnMeasuresBuilderWithOptionalPluginKey - Class in com.activeviam.copper.builders.agg
InternalCopperUdafOnMeasuresBuilderWithOptionalPluginKey(List<IInternalCopperMeasure>, int[]) - Constructor for class com.activeviam.copper.builders.agg.InternalCopperUdafOnMeasuresBuilderWithOptionalPluginKey
Constructor.
InternalCopperUserDefinedAggregateFunctionBuilder - Class in com.activeviam.copper.builders.agg
Builder implementation for CopperUserDefinedAggregateFunctionBuilder.
InternalCopperUserDefinedAggregateFunctionBuilder(String[]) - Constructor for class com.activeviam.copper.builders.agg.InternalCopperUserDefinedAggregateFunctionBuilder
Constructor.
InternalCopperUserDefinedAggregateFunctionBuilderToTerminate - Class in com.activeviam.copper.builders.agg
InternalCopperUserDefinedAggregateFunctionBuilderToTerminate(String[], int[], String, SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Constructor for class com.activeviam.copper.builders.agg.InternalCopperUserDefinedAggregateFunctionBuilderToTerminate
Constructor.
InternalCopperUserDefinedAggregateFunctionBuilderWithRemoval - Class in com.activeviam.copper.builders.agg
InternalCopperUserDefinedAggregateFunctionBuilderWithRemoval(String[], int[], String, SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Constructor for class com.activeviam.copper.builders.agg.InternalCopperUserDefinedAggregateFunctionBuilderWithRemoval
Constructor.
InternalCopperUserDefinedAggregateFunctionOnMeasuresBuilder - Class in com.activeviam.copper.builders.agg
Builder implementation for CopperUserDefinedAggregateFunctionBuilder.
InternalCopperUserDefinedAggregateFunctionOnMeasuresBuilder(List<CopperMeasure>) - Constructor for class com.activeviam.copper.builders.agg.InternalCopperUserDefinedAggregateFunctionOnMeasuresBuilder
Constructor.
InternalCopperUserDefinedAggregateFunctionOnMeasuresBuilderLeafAggregation - Class in com.activeviam.copper.builders.agg
InternalCopperUserDefinedAggregateFunctionOnMeasuresBuilderLeafAggregation(IUserDefinedAggregateFunction, List<IInternalCopperMeasure>) - Constructor for class com.activeviam.copper.builders.agg.InternalCopperUserDefinedAggregateFunctionOnMeasuresBuilderLeafAggregation
 
InternalDrillthroughHeadersMessage - Class in com.qfs.query.impl
Internal DrillthroughHeadersMessage that modifies the return of AQueryBroadcastMessage.executeAsync(IActivePivotVersion) to not send the entire result but only the header names for the visible columns.
InternalDrillthroughHeadersMessage() - Constructor for class com.qfs.query.impl.InternalDrillthroughHeadersMessage
Empty constructor.
InternalDrillthroughHeadersMessage(IDistributedActivePivotContext, String, Collection<ILocation>, Collection<String>) - Constructor for class com.qfs.query.impl.InternalDrillthroughHeadersMessage
Constructor.
InternalDrillthroughHeadersMessageAction - Class in com.qfs.query.impl
A DrillthroughHeadersMessageAction that is used internally by the distributed query engine to retrieve only the name and the visibility of the headers.
InternalDrillthroughHeadersMessageAction(CancellableCountedCompleter<?>, IDistributedActivePivotVersion, Collection<ILocation>, Collection<String>, Collection<String>, long) - Constructor for class com.qfs.query.impl.InternalDrillthroughHeadersMessageAction
Constructor.
InternalServiceException - Exception in com.qfs.fwk.services
Class exception for requests leading to an invalid state of the service or managed resources.
InternalServiceException(String) - Constructor for exception com.qfs.fwk.services.InternalServiceException
Constructor.
InternalServiceException(String, Throwable) - Constructor for exception com.qfs.fwk.services.InternalServiceException
Constructor.
InternalServiceException(Throwable) - Constructor for exception com.qfs.fwk.services.InternalServiceException
Constructor.
internalToString() - Method in class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
Returns a full toString with all attributes..
INTERNATIONALIZATION_ENCODING - com.activeviam.properties.impl.ActiveViamProperty
The encoding with which to decode internationalization files that are stored locally.
interrupt() - Method in interface com.qfs.concurrent.cancellable.IInterruptor
Interrupts the associated computation tree.
interrupt() - Method in class com.qfs.concurrent.cancellable.impl.ExceptionInterruptor
 
interrupt(Throwable) - Method in class com.qfs.concurrent.cancellable.impl.ExceptionInterruptor
Interrupts this instance with a custom error.
InterruptCheckOrder(IOrder) - Constructor for class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet.InterruptCheckOrder
Constructor.
InterruptedTaskException - Exception in com.qfs.util
Deprecated, for removal: This API element is subject to removal in a future version.
InterruptedTaskException() - Constructor for exception com.qfs.util.InterruptedTaskException
Deprecated.
Default constructor.
InterruptedTaskException(String) - Constructor for exception com.qfs.util.InterruptedTaskException
Deprecated.
Constructor.
InterruptedTaskException(String, Object...) - Constructor for exception com.qfs.util.InterruptedTaskException
Deprecated.
Constructor from a template message.
InterruptedTaskException(String, Throwable) - Constructor for exception com.qfs.util.InterruptedTaskException
Deprecated.
Full constructor.
InterruptedTaskException(Throwable) - Constructor for exception com.qfs.util.InterruptedTaskException
Deprecated.
Constructor.
InterruptedTaskException(Throwable, String, Object...) - Constructor for exception com.qfs.util.InterruptedTaskException
Deprecated.
Full constructor for a template message.
interruptibleNaiveOr(List<T>) - Static method in class com.qfs.bitmap.impl.FastLogicalQFSBitmap
Internal method that performs logical OR between multiple bitmaps at once.
INTERRUPTION_CHECK_ARRAYS_SORT_NAME - Static variable in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet
The name of the interruption check performed inside Arrays.sort(int[]).
INTERRUPTION_CHECK_INTERVAL - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The number of write operations between two interruption checks.
INTERRUPTION_FACTOR - Static variable in class com.quartetfs.pivot.mdx.plan.impl.ACellPlanExecutor
Factor for interruption checks (every xx steps).
INTERRUPTION_MASK - Static variable in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator
Interruption mask to check interruption in bulk methods.
INTERRUPTION_MASK - Static variable in interface com.qfs.store.record.IRecordProcedure
Mask to schedule interruption checks on the procedure.
INTERRUPTION_MASK - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
INTERRUPTION_MASK - Static variable in class com.quartetfs.biz.pivot.query.impl.DrillthroughPartitionAcceptor
Interruption mask to check interruption in bulk methods.
InterruptionChecker - Class in com.qfs.util.impl
Class providing methods to check if the current task has been cancelled.
InterruptionChecker() - Constructor for class com.qfs.util.impl.InterruptionChecker
 
InterruptionUtil - Class in com.qfs.util.impl
Thread and task interruption utilities.
intersect(IRangeUnion.Range[], long, long) - Static method in class com.qfs.util.impl.RangeUtil
Deprecated.
Returns whether one of the given ranges contains a value within the two values.
intersect(IDrillthroughProperties) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
intersect(IContextSnapshot) - Method in interface com.quartetfs.biz.pivot.context.IContextSnapshot
Intersects this snapshot with the other one.
intersect(IContextSnapshot) - Method in class com.quartetfs.biz.pivot.context.impl.ContextSnapshot
 
intersect(IMdxContext) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Intersects this MdxContext with another MdxContext: toIntersect.
intersect(NonVisualCubeFilter) - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter
 
intersect(NonVisualCubeFilter.NonVisualFilteredHierarchy) - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter.NonVisualFilteredHierarchy
 
intersect(IQueriesResultLimit) - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
 
intersect(ICubeFilter) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterBuilder
Returns this builder, after having added an intersection with the given filter.
intersect(ICubeFilter) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
 
intersect(ICubeFilter, ISubCubeProperties) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
Intersects security sub-cube properties and a filter, returning a new ICubeFilter.
intersect(ISubCubeProperties) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
 
intersect(ISubCubeProperties) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
intersect(ISubCubeProperties) - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeProperties
Returns an ISubCubeProperties that only grants the members and measures that are granted by this ISubCubeProperties and the given one.
intersect(ISubCubeProperties...) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
Constructs an intersection of the given ISubCubeProperties subcube properties.
intersect(ISubCubeProperties, ICubeFilter) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
Intersects security sub-cube properties and a filter, returning a new ISubCubeProperties.
intersect(ILocation) - Method in interface com.quartetfs.biz.pivot.ILocationPattern
Compute the intersection of an external location with that location pattern to produce a third location.
intersect(ILocation) - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
intersect(ISet, ISet, boolean, boolean) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Intersects two sets.
intersect(T) - Method in interface com.quartetfs.biz.pivot.IIntersectable
Intersects this instance with the given one.
INTERSECT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
intersectContextValues(IContextSnapshot, IContextSnapshot) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextUtils
Merge the context values from both snapshots into a single snapshot.
IntersectedSubCubeProperties - Class in com.quartetfs.biz.pivot.context.subcube.impl
This class represents and handles the behavior of a set of intersected subCubeProperties.
intersectedWith() - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterIntersectionWithSubCube
The cached subcube property intersected with this cube filter.
intersectedWith() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilterIntersection
 
IntersectFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
IntersectFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.IntersectFunction
 
intersectionResult() - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilterIntersectionWithSubCube
The result of the cached intersection.
intersectionResult() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilterIntersection
 
intersectMap(Map<K, V>, Map<K, V>) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextUtils
Same as ContextUtils#intersectMap(overridden, overriding, true).
intersectMap(Map<K, V>, Map<K, V>, boolean) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextUtils
Merge two maps, with the possibility to prevent overrides.
intersectWithSecurity(ICubeFilter, IContext) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
Intersects a filter and the security sub-cube properties retrieved from the context.
intf() - Method in annotation type com.quartetfs.fwk.ActiveViamDefaultPlugin
Gets the main interface of the registered type.
intf() - Method in annotation type com.quartetfs.fwk.ActiveViamDefaultType
Gets the main interface of the registered type.
intf() - Method in annotation type com.quartetfs.fwk.QuartetExtendedPlugin
Returns the interface of the elements of the plugin (derives IExtendedPluginValue).
intf() - Method in annotation type com.quartetfs.fwk.QuartetExtendedPluginValue
Returns the reference plugin interface.
intf() - Method in annotation type com.quartetfs.fwk.QuartetPlugin
Returns the base interface of the elements of the plugin (derives IPluginValue).
intf() - Method in annotation type com.quartetfs.fwk.QuartetPluginValue
Returns the plugin reference interface.
intf() - Method in annotation type com.quartetfs.fwk.QuartetType
Gets the main interface of the registered type.
IntFormatter - Class in com.quartetfs.fwk.format.impl
IntFormatter use method format(Object) to format integer object to the value which you want.
IntFormatter(Locale) - Constructor for class com.quartetfs.fwk.format.impl.IntFormatter
Default constructor for the IntFormatter class.
IntFormatter(Locale, String) - Constructor for class com.quartetfs.fwk.format.impl.IntFormatter
 
intHashCode(int) - Static method in class com.qfs.dic.impl.IntegerDictionary
Provides the hash code for an int key.
IntIntArrayListMultiMap - Class in com.qfs.util
Deprecated, for removal: This API element is subject to removal in a future version.
IntIntArrayListMultiMap() - Constructor for class com.qfs.util.IntIntArrayListMultiMap
Deprecated.
No-argument constructor, for serialization.
IntIntArrayListMultiMap(int) - Constructor for class com.qfs.util.IntIntArrayListMultiMap
Deprecated.
Constructor with default capacity.
IntIntArrayListMultiMap(int, int) - Constructor for class com.qfs.util.IntIntArrayListMultiMap
Deprecated.
Full constructor.
IntIntFunction - Interface in com.qfs.store.part
Functions that take an integer as argument and return an integer.
IntIntLinkedListMultiMap - Class in com.qfs.util
Deprecated, for removal: This API element is subject to removal in a future version.
IntIntLinkedListMultiMap() - Constructor for class com.qfs.util.IntIntLinkedListMultiMap
Deprecated.
No-argument constructor, for serialization.
IntIntLinkedListMultiMap(int) - Constructor for class com.qfs.util.IntIntLinkedListMultiMap
Deprecated.
 
IntIntLinkedListMultiMap(int, int) - Constructor for class com.qfs.util.IntIntLinkedListMultiMap
Deprecated.
 
IntKey - com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil.SerializationKey
Key for an int value.
intList(int, int) - Static method in class com.activeviam.collections.impl.Immutable
Creates a list containing consecutive integer values.
intList(int, int, int) - Static method in class com.activeviam.collections.impl.Immutable
Creates a list containing increasing integer values.
intoTracker(IQueriesResultLimit) - Static method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
Returns a new tracker with the limit expressed by the passed context value.
IntParser - Class in com.quartetfs.fwk.format.impl
Parser for integer fields.
IntParser() - Constructor for class com.quartetfs.fwk.format.impl.IntParser
 
IntrospectionMdxMemberProperty - Class in com.quartetfs.pivot.mdx.meta.impl
Member property which uses an IProperty on the member's discriminator to retrieve the property value.
IntrospectionMdxMemberProperty(String, IMdxLevel, IProperty, IDatabaseVersion) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.IntrospectionMdxMemberProperty
Constructor.
intStringMaptoTObjectIntMap(Map<Integer, String>, int) - Static method in class com.qfs.trove.impl.QObjectIntMap
Convert the columns in order to store the position.
intToByteArray(int) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Extracts the four bytes of an int.
intVector(int) - Static method in class com.qfs.vector.impl.ZeroVector
Creates a vector whose values are all 0.
IntVectorParser - Class in com.quartetfs.fwk.format.impl
Special parser for vectors of doubles.
IntVectorParser() - Constructor for class com.quartetfs.fwk.format.impl.IntVectorParser
Constructor.
IntVectorParser(Integer, char) - Constructor for class com.quartetfs.fwk.format.impl.IntVectorParser
Constructor.
INumaNodeSelector - Interface in com.qfs.store.part
The NUMA node selector associated with a partitioned component such as a store or aggregate provider, capable of deciding on which NUMA node a partition of this component should be located.
INumaNodeSelectorFactory - Interface in com.qfs.pivot.cube.provider.partition
Factory creating INumaNodeSelector for an aggregate provider.
INumaSelectorDescription - Interface in com.qfs.store.part
Specifies the partitioning binding to the NUMA nodes.
invalid(long) - Static method in class com.qfs.fwk.cache.impl.TtlCache.CachedValue
Create an invalid cached value.
INVALID - com.quartetfs.biz.pivot.query.aggregates.plan.impl.CachedAggregatesRetrievalCreator.CachedAggregatesStatus
These aggregates are invalid and should be removed from the cache.
INVALID_CATALOG_NAME - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
INVALID_CHARACTER_ENCODING - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
INVALID_DIMENSION_SET - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
INVALID_DISC_MANDELT - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
INVALID_DISC_TOOMANYELT - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
INVALID_DISC_UNSUP_REQTYPE - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
INVALID_DISTRIBUTION_DESCRIPTION_METHOD_CALL - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
INVALID_EXEC_UNSUP_REQTYPE - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
INVALID_FIELD_OFFSET - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
INVALID_MARSHALLER_UNSUP_REQTYPE - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
INVALID_MEASURES - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
INVALID_QUERYPART_TYPE - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
INVALID_SERVLET_PROPERTIES - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
INVALID_SOAP_DISCEXECCNT - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
INVALID_SOAP_ENVNS - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
INVALID_SOAP_MULTBODY - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
INVALID_SOAP_MULTHEAD - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
INVALID_SOAP_TOPELT - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
invalidate() - Method in class com.qfs.distribution.impl.DataNodeIdentifierFactory
Invalid this factory i.e.
invalidate() - Method in class com.qfs.fwk.cache.impl.SingleValueTtlCache
Invalidate the stored value.
invalidate() - Method in class com.qfs.pivot.builder.discovery.impl.CubeFormatterFactory
Reloads the data from the content server.
invalidate() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Invalidates the whole cache.
invalidate() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
invalidate() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
Invalidates all the data in the current cache.
invalidate(Predicate<? super K>) - Method in class com.qfs.fwk.cache.impl.TtlCache
Invalidates all the entries that match the given predicate.
invalidate(K) - Method in class com.qfs.fwk.cache.impl.TtlCache
Flags an entry as invalid.
invalidateAll() - Method in class com.qfs.fwk.cache.impl.TtlCache
Invalidates all the entries contained in the cache (to ensure we call the expiration function for all the content requiring it).
invalidateTransientEntries() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Invalidates the transient entries of the cache.
invalidateTransientEntries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
InvalidHeaderException - Exception in com.qfs.util.tar.impl
This exception is used to indicate that there is a problem with a TAR archive header.
InvalidHeaderException() - Constructor for exception com.qfs.util.tar.impl.InvalidHeaderException
Constructor.
InvalidHeaderException(String) - Constructor for exception com.qfs.util.tar.impl.InvalidHeaderException
Constructor.
InvalidHeaderException(String, Throwable) - Constructor for exception com.qfs.util.tar.impl.InvalidHeaderException
Constructor.
InvalidLicenseException - Exception in com.quartetfs.biz.pivot
InvalidLicenseException.
InvalidLicenseException(String) - Constructor for exception com.quartetfs.biz.pivot.InvalidLicenseException
 
InvalidLicenseException(String, Object...) - Constructor for exception com.quartetfs.biz.pivot.InvalidLicenseException
 
InvalidLicenseException(String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.InvalidLicenseException
 
InvalidLicenseException(Throwable) - Constructor for exception com.quartetfs.biz.pivot.InvalidLicenseException
 
InvalidLicenseException(Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.InvalidLicenseException
 
InvalidQueryException - Exception in com.qfs.store.query
RuntimeException thrown when the given query is not valid.
InvalidQueryException(IDatastoreSchemaMetadata, String, Collection<FieldPath>, Collection<AliasedField>, int) - Constructor for exception com.qfs.store.query.InvalidQueryException
Constructor.
InvalidQueryExceptionBuilder - Class in com.qfs.store.query.impl
Accumulate problems that can be found in a IQuery and is capable of creating the InvalidQueryException representing these problems.
InvalidQueryExceptionBuilder(String, IDatastoreSchemaMetadata) - Constructor for class com.qfs.store.query.impl.InvalidQueryExceptionBuilder
Initialize a builder with empty lists of paths.
inverse(int) - Method in class com.qfs.store.part.impl.PartitioningUtil.ConstantFunction
 
inverse(int) - Method in class com.qfs.store.part.impl.PartitioningUtil.IdentityFunction
 
inverse(int) - Method in class com.qfs.store.part.impl.PartitioningUtil.ModuloFunction
 
inverse(int) - Method in interface com.qfs.store.part.IntIntFunction
Returns the only value such that compute(value) = output.
inverseGrep(TIntProcedure) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
invert(TIntIntMap) - Static method in class com.qfs.trove.impl.QIntIntHashMap
Inverts a map, using values as keys and vice-versa.
invoke() - Method in class com.qfs.concurrent.impl.SharedTaskQueue
The invoking thread will execute the tasks in this queue and block until all tasks are done.
invoke(IEpochManager) - Method in interface com.qfs.multiversion.IEpochManagementPolicy
Executes periodic tasks.
invoke(IEpochManager) - Method in class com.qfs.multiversion.impl.ADefaultEpochPolicy
 
invoke(IEpochManager) - Method in class com.qfs.multiversion.impl.KeepAllEpochPolicy
 
invoke(String, Object[], String[]) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.ADynamicMonitoring
 
invoke(String, Object[], String[]) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
 
InvokeAllSequentiallyAction - Class in com.qfs.concurrent.impl
A task designed to execute sequentially multiple other actions in a pool and return upon completion of all these actions or when one of them encountered an exception.
InvokeAllSequentiallyAction(Collection<? extends ForkJoinTask<?>>) - Constructor for class com.qfs.concurrent.impl.InvokeAllSequentiallyAction
Constructor.
invokeMethod(Method, Object) - Static method in class com.activeviam.tracing.util.ReflectionUtils
Invoke the specified Method against the supplied target object with no arguments.
invokeMethod(Method, Object, Object...) - Static method in class com.activeviam.tracing.util.ReflectionUtils
Invoke the specified Method against the supplied target object with the supplied arguments.
IObjectTransformer - Interface in com.quartetfs.biz.pivot.transaction
Transform input objects to a convenient ones.
IOlapElement - Interface in com.quartetfs.biz.pivot.cube.hierarchy
Base interface for Olap elements (dimensions, hierarchies, levels, members).
IOlapElementExpression<O extends IMdxOlapElement> - Interface in com.quartetfs.pivot.mdx.statement
Expression representing an Mdx Olap element that is known at resolution time.
IOlapInfo - Interface in com.quartetfs.biz.xmla
Represents the olap info part of a multi-dimensional dataset.
IOnHeapMemoryQuantifier<E> - Interface in com.qfs.monitoring.memory
Class defining plugin values responsible for evaluating the on-heap memory consumption of internal ActivePivot structures.
IOpenedTransaction - Interface in com.qfs.store.transaction
Represent a transaction already started in which writes can be performed to change the content of a IDatastore.
IOperand - Interface in com.qfs.store.query.plan.condition
Give at query run time the value of a condition to be matched against the content of the field it is run against.
IOperand - Interface in com.quartetfs.biz.pivot.formula
An operand is an extended plugin that can be created from a string representation of:
IOperandData - Interface in com.quartetfs.biz.pivot.formula
Base interface for objects holding operand data.
IOperation - Interface in com.qfs.store.query.plan
Root operations composing a IQueryPlan created when a IQueryPlanner plans a IQuery.
IOperationInfo - Interface in com.quartetfs.fwk.monitoring
This interface define a description of an operation.
IOperator - Interface in com.quartetfs.biz.pivot.formula
An operator is a light plugin which has a string representation of:
IOptimizationDescription - Interface in com.qfs.desc
Describes an index to create on a field or a group of fields.
IOptimizationDescription.Optimization - Enum in com.qfs.desc
Type of optimization.
IOptionalEither<U,​V> - Interface in com.activeviam.util.function
An object containing two objects, with at most one of them not null.
IOrder - Interface in com.quartetfs.pivot.mdx.eval
A comparator that needs to know when the sorting begins and ends.
IOrderedSet - Interface in com.quartetfs.pivot.mdx.eval.set
This interface represents a ordering set.
IOuterReferencePolicy - Interface in com.qfs.store.query
An outer reference is a reference that has right to fail in a query.
IOutputManager - Interface in com.activeviam.pivot.rest.dataexport.outputmanagers
Interface to handle the outputs of the DataExportRestServiceController.
IOutputManager.IArrowOutputManager - Interface in com.activeviam.pivot.rest.dataexport.outputmanagers
Interface to handle output in Arrow format.
IOutputManager.IFileOutputManager - Interface in com.activeviam.pivot.rest.dataexport.outputmanagers
Marker interface for output managers writing files.
IOutputManager.ITextOutputManager - Interface in com.activeviam.pivot.rest.dataexport.outputmanagers
Interface to handle a text output.
IPair<L,​R> - Interface in com.quartetfs.fwk
A pair of two elements, identified as 'left' and 'right'.
IParameter - Interface in com.qfs.repository.params
Definition of a parameter.
IParameterAwareDatastoreSchemaDescriptionConfig - Interface in com.qfs.repository.config.impl
Extension of datastore spring configuration interface.
IParameterChangeListener - Interface in com.qfs.repository.params
Base interface for components listening to parameter changes.
IParameterEvent - Interface in com.qfs.repository
An event holding parameter changes.
IParameterListener - Interface in com.qfs.repository
Interface for components dealing with IParameterEvent.
IParameterNameProcessExecutor - Interface in com.qfs.snl.workflows.process
Interface for plugin values implementing IWorkflowProcessExecutor from String.
IParameterProcessExecutor - Interface in com.qfs.snl.workflows.process
Interface for plugin values implementing IWorkflowProcessExecutor from ParameterUpdateDto.
IParameterStoreConfiguration - Interface in com.qfs.repository
Configuration object dedicated to the store used by the IDatastoreRepositoryCache.
IParameterStream - Interface in com.qfs.repository
A stream that enables to notify listener for real time update.
IParameterUpdate<ExistingT,​NewT> - Interface in com.qfs.repository.params
Interface representing a partial update of a parameter.
IParameterUpdateBuilder<ExistingT,​NewT> - Interface in com.qfs.repository.params
Definition of a builder to create a parameter change definition programmatically.
IParameterWsService - Interface in com.qfs.repository.ws
The interface for parameter service for websockets.
IParentAxisMember - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
Deprecated, for removal: This API element is subject to removal in a future version.
IParser - Interface in com.qfs.msg.csv
Interface defining a component responsible from parsing a CSV data source.
IParser<T> - Interface in com.quartetfs.fwk.format
Component that can parse a char sequence of a field into an object.
IParserResource - Interface in com.qfs.msg.csv
Resources used for parsing.
IParserResourceFactory - Interface in com.qfs.msg.csv
Factory of parser resources.
IParserResult<I> - Interface in com.qfs.msg.csv
The result of a parsing task.
IParserTask<I> - Interface in com.qfs.msg.csv
Parser task.
IParsingInfo - Interface in com.qfs.msg.csv
Report of parsing operation.
IParsingWorkload<I> - Interface in com.qfs.msg.csv
Executes the processing of files and publishes them to the channel.
IParsingWorkload.IChannelProcedure<I> - Interface in com.qfs.msg.csv
Procedure called to process the content of one channel stored in the workload.
IParsingWorkloadExecution - Interface in com.qfs.msg.csv
Execution of a parsing workload.
IPartialAggregateCollector - Interface in com.qfs.pivot.cube.provider.multi
A partial aggregate collector handling a subset of aggregates, with respect to a partial list of hierarchies.
IPartialAggregateProvider - Interface in com.qfs.pivot.cube.provider.multi
A partial aggregate provider handling a subset of aggregates, with respect to a partial list of hierarchies.
IPartialAggregateProviderVersion - Interface in com.qfs.pivot.cube.provider.multi
A version of a partial aggregate provider.
IPartialProvider - Interface in com.qfs.pivot.cube.provider.multi
A partial storage handling a subset of aggregates, with respect to a partial list of hierarchies.
IPartialProviderDefinition - Interface in com.quartetfs.biz.pivot.definitions
A partial aggregate storage definition, that contains a restricted list of hierarchies for which aggregates are materialised.
IPartialProviderDefinition.IPartialProviderFilters - Interface in com.quartetfs.biz.pivot.definitions
Interface containing the filters applied to an Aggregate Provider.
IPartialProviderSelector - Interface in com.qfs.pivot.cube.provider.multi
An Object used to select the best partial provider to answer a query.
IPartitionAware - Interface in com.quartetfs.biz.pivot.cube.provider
Interface that allows to know which partition we are working on.
IPartitionContentFactory<T> - Interface in com.qfs.store
Creates objects required when a new partition on a store is created.
IPartitionContentOperation - Interface in com.qfs.store.query.plan
An operation on the content of the partition.
IPartitionDictionaryFactory - Interface in com.qfs.index
An IPartitionContentFactory responsible for creating the dictionary of the indexes for each partition.
IPartitionedGenericResultAcceptor<T> - Interface in com.activeviam.database.api.query
Listener on a query that is called back for each partition a query is run on as soon as this partition was finished by the query.
IPartitionedPostProcessor - Interface in com.quartetfs.biz.pivot.postprocessing
A post-processor whose computation can be split across multiple partitions and then reduced back into a final result.
IPartitionedResultAcceptor - Interface in com.activeviam.database.api.query
A IPartitionedGenericResultAcceptor specialized for ICursor results.
IPartitionIndexesFactory<T extends IMultiVersionRecordIndex> - Interface in com.qfs.store
Factory to create a group of IMultiVersionRecordIndex.
IPartitionIndexFactory<T extends IMultiVersionRecordIndex> - Interface in com.qfs.store
IPartitioning - Interface in com.qfs.store.part
The partitioning strategy of a store that can dispatch a record to its partition.
IPartitioning.IPartitioningWithMultipleSubPartitionings - Interface in com.qfs.store.part
Extends IPartitioning for the partitioning based on multiple sub partitionings.
IPartitioningDescription - Interface in com.qfs.store.part
Describes the partitioning on one store.
IPartitioningFormat - Interface in com.qfs.store.part
Format defining the context in which a partitioning is defined.
IPartitioningFormat.IStorePartitioningFormat - Interface in com.qfs.store.part
Extension of a IPartitioningFormat for partitionings built for stores.
IPartitioningFunctionDescription - Interface in com.qfs.store.part
IPartitioningManager - Interface in com.quartetfs.biz.pivot
Manager handling the generation of new partitionings.
IPartitioningNodeDescriptionBuilder - Interface in com.qfs.store.part
Define a partitioning node in a hierarchical partitioning.
IPartitioningNodeDescriptionBuilder.ICanAddSpecialPartitioningRule<ParentT> - Interface in com.qfs.store.part
A definition that has at least one special partitioning rule.
IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning<ParentT> - Interface in com.qfs.store.part
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.qfs.store.part
A definition where user defines the default partitioning rule.
IPartitioningNodeDescriptionBuilder.ICanHaveField<ParentT> - Interface in com.qfs.store.part
A definition that can have a partitioning field.
IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule<ParentT> - Interface in com.qfs.store.part
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.qfs.store.part
All definitions of a partitioning node.
IPartitioningSnapshot - Interface in com.activeviam.activepivot.core.api.partitioning
An object that holds the partitioning algorithm as well as partitioning state.
IPartitioningVisitor<T> - Interface in com.qfs.store.part
The visitor of a visitor pattern, capable of acting on a visited IPartitioning and performing some operations based on the internal data of the partitioning.
IPartitionMapper - Interface in com.activeviam.store.part
Function to map a record to a partition ID.
IPartitionOperation - Interface in com.qfs.store.query.plan
An operation used inside a store search, so inside a partition.
IPartitionSelector - Interface in com.qfs.store.part
Component of a query responsible for determining on which partitions of the base store the query should be run.
IPartitionThreadPoolFactory - Interface in com.qfs.pool
IPartitionThreadPoolFactoryProvider - Interface in com.qfs.pool
Give to each store partition its thread pool.
IPartitionThreadPoolProvider - Interface in com.qfs.pool
An interface for exposing the thread pools associated with partitions.
IPartitionTransactionContent - Interface in com.qfs.plan
Holder for all the records belonging to a partition and modified by a transaction.
IPartitionTransactionContentReader - Interface in com.qfs.plan
An object responsible for reading an IPartitionTransactionContent.
IPastQueryPerformanceLoader - Interface in com.activeviam.apm.pivot.query
Interface to retrieve the past performance of queries.
IPathlessContentEntry - Interface in com.qfs.content.service
An extension of ITimestampedPathlessContentEntry providing some additional information about read/write access and editing on an entry.
IPatternFormatter - Interface in com.quartetfs.fwk.format
Specialization of IFormatter configured with a pattern.
IPatternMatcher - Interface in com.quartetfs.biz.pivot.cube.hierarchy
A pattern matcher can match a pattern.
IPatternMatcherFactory - Interface in com.quartetfs.biz.pivot.cube.hierarchy
Interface for factory that create {@link IPatternMatcher}.
IPingRestService - Interface in com.qfs.rest.services.ping
Description of REST API for ping.
IPivotDiscoveryHandler - Interface in com.quartetfs.biz.xmla.discovery.impl
 
IPivotEntitlement - Interface in com.quartetfs.biz.pivot.security
An ActivePivot entitlement defined by a collection of context values.
IPivotMetricExporter - Interface in com.activeviam.monitoring.export
Marker interface regrouping all the objects that are declaring one or more Meter.
IPivotPointValue - Interface in com.qfs.repository
A point value whose coordinates are related to a specific IActivePivot.
IPlanContext - Interface in com.quartetfs.pivot.mdx
An execution context specialized for planning.
IPlanInfoData - Interface in com.qfs.pivot.json.queryplan
Interface for query plan info data.
IPlanningGraphVisitor<ContextT extends IGraphVisitor.IVisitorContext<ADependencyNode>> - Interface in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
IPlatform - Interface in com.qfs.platform
Interface providing access to numa capabilities, like binding a thread to a node.
IPlugin<T extends IPluginValue> - Interface in com.quartetfs.fwk.types
Interface of a plugin, that enumerates plugin values registered in this plugin.
IPluginContribution - Interface in com.quartetfs.fwk.contributions
Contribution of a plugin as a whole (coming with its own plugin values).
IPluginDefinition - Interface in com.quartetfs.biz.pivot.definitions
IPluginDefinition is the description for the plugin to add.
Implementation code can define specific plug-ins, such as indexer, storage, calculator, cache for each IActivePivot instance.
IPluginDescriptionBuilder<RT> - Interface in com.activeviam.desc.build
Builder for IPluginDefinition.
IPluginDescriptionBuilder.PluginDescriptionBuilderWithKey<RT> - Interface in com.activeviam.desc.build
Builder step when a plugin key has been provided.
IPluginDescriptionBuilder.PluginDescriptionBuilderWithProperty<RT> - Interface in com.activeviam.desc.build
Builder step when at least one property has been provided.
IPluginValue - Interface in com.quartetfs.fwk.types
ActiveViam Light Plugin Value Base interface.
IPluginValueContribution - Interface in com.quartetfs.fwk.contributions
Contribution of a plugin value to the plugin identified by the contribution interface.
IPoint - Interface in com.qfs.dic
Interface of an immutable point, expressed by its integer coordinates.
IPointList - Interface in com.qfs.dic
List of points with methods to access the internals of the stored points.
IPointListReductionFilter - Interface in com.quartetfs.biz.pivot.cellset
Filter retaining points to process.
IPointLocation - Interface in com.quartetfs.biz.pivot
An immutable IPointLocationReader.
IPointLocationBuilder - Interface in com.quartetfs.biz.pivot
A point location builder, based on a pattern.
IPointLocationList - Interface in com.quartetfs.biz.pivot
A collection of location points.
IPointLocationListTransporter - Interface in com.quartetfs.biz.pivot.cellset
An Object used to transport a IPointLocationList from one instance to another.
IPointLocationPattern - Interface in com.quartetfs.biz.pivot
A pattern based on a range location.
IPointLocationReader - Interface in com.quartetfs.biz.pivot
A point (non-range) location reader.
IPointProcedure - Interface in com.quartetfs.biz.pivot.cellset
A procedure that is executed on selected rows of a IAggregatesRetrievalResult.
IPointValue - Interface in com.qfs.repository.persistence.model
The Point Value interface.
IPointValue.IKey - Interface in com.qfs.repository.persistence.model
The key of a point value.
IPointValueDao - Interface in com.qfs.repository.persistence
The point value dao interface.
IPointValueQuery - Interface in com.qfs.repository.persistence.model
Definition of a query for update on a parameter.
IPointValueUpdates - Interface in com.qfs.repository
Container for point value updates.
IPoolFactory - Interface in com.qfs.pool
Plugin interface for thread pool factory plugin.
IPostProcessedMeasure - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
IPostProcessedAggregation.
IPostProcessedRetrieval - Interface in com.quartetfs.biz.pivot.query.aggregates
Represents an aggregates retrieval for a post-processed measure.
IPostProcessedRetrievalResultWriter - Interface in com.quartetfs.biz.pivot.cellset
A writer into the result of a post-processor evaluation.
IPostProcessor - Interface in com.quartetfs.biz.pivot.postprocessing
IPostProcessor.
IPostProcessorConstants - Interface in com.quartetfs.biz.pivot.postprocessing
An interface storing all post-processor constants for post-processors that need to be accessed by artifacts that do not depend on activepivot-ext, notably MDX compilation.
IPostProcessorCreationContext - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
Container for the additional parameters of the constructor of a post-processor.
IPostProcessorDescription - Interface in com.quartetfs.biz.pivot.definitions
IPostProcessorDescription is the description class for a IPostProcessedMeasure.
IPrefetcher<CONTEXT> - Interface in com.quartetfs.biz.pivot.postprocessing
A prefetcher is responsible for computing the dependencies for a post-processor execution.
IPrefetchRequest<CONTEXT> - Interface in com.quartetfs.biz.pivot.postprocessing
This is the interface used by a post-processor to notify the core products that it needs the given aggregates to compute its result: this defines a request to the core product to prefetch the given aggregates.
IPrefixedContentService - Interface in com.qfs.content.service
An IContentService which stores its data in a subdirectory of an underlying IContentService.
IPreparedDistinctQuery - Interface in com.activeviam.database.api.query
A compiled DistinctQuery.
IPreparedGetByKeyQuery - Interface in com.activeviam.database.api.query
 
IPreparedListQuery - Interface in com.activeviam.database.api.query
A compiled ListQuery.
IPreparedQuery - Interface in com.activeviam.database.api.query
Parent interface for all the prepared queries.
IPreparedStatementSupplier - Interface in com.qfs.msg.jdbc
A FunctionalInterface used to prepare a statement associated with a IJDBCTopic.
IPreparedStatementSupplier.IPreparedStatementHolder - Interface in com.qfs.msg.jdbc
A Object that holds a PreparedStatement.
IPresentationExpression - Interface in com.quartetfs.pivot.mdx.statement
Interface for expression that just transform a value into another value.
IPrimitiveIterator - Interface in com.qfs.util
A primitive iterator interface.
IPrimitiveRetrieval - Interface in com.quartetfs.biz.pivot.query.aggregates
An IAggregatesRetrieval specialized for primitive measures.
IPropertiesDefinition - Interface in com.quartetfs.biz.pivot.definitions
Interface of descriptions that support the capture of custom properties.
IProperty - Interface in com.quartetfs.fwk
The IProperty interface generalizes the concept of properties that you can read or write to an object.
IPropertyInfo - Interface in com.quartetfs.fwk
Interface to store an IProperty metadata.
IPublicationInfo - Interface in com.qfs.msg
Information about the publication of a message.
IQueriedStore - Interface in com.qfs.store.query.plan
A store with some of its fields targeted by ICondition from an IQuery.
IQueriesActionMonitor - Interface in com.activeviam.apm.pivot.monitoring
Interface of monitors for query actions.
IQueriesActionMonitor.QueriesServiceTags - Enum in com.activeviam.apm.pivot.monitoring
 
IQueriesExecutor - Interface in com.quartetfs.biz.pivot.webservices
Internal interface for the query service.
IQueriesExecutor.IMapQueryExecutor<R> - Interface in com.quartetfs.biz.pivot.webservices
Map queries executor.
IQueriesRestService - Interface in com.qfs.pivot.rest.query
Definition of REST API to query data from ActivePivot.
IQueriesResultLimit - Interface in com.quartetfs.biz.pivot.context
Context value to limit the results sizes.
IQueriesService - Interface in com.quartetfs.biz.pivot.webservices
A queries service allows to execute queries on the IActivePivot instances contained into the bound IActivePivotManager.
IQueriesTimeLimit - Interface in com.quartetfs.biz.pivot.context
This context sets a time limit for queries execution.
IQuery - Interface in com.qfs.store.query
A query that run on the datastore.
IQuery<ResultT> - Interface in com.quartetfs.fwk.query
Generic query to retrieve single or multiple objects.
IQueryable - Interface in com.quartetfs.fwk.query
IQueryable.
IQueryCache - Interface in com.quartetfs.biz.pivot.query
The query cache is a component instantiated by ActivePivot at execution of a query (and cleared after it).
IQueryClusterDefinition - Interface in com.quartetfs.biz.pivot.definitions
The definition of the cluster to which a query cube belongs.
IQueryClusterDefinition.IDistributedApplicationDefinition - Interface in com.quartetfs.biz.pivot.definitions
Description of a distributed application.
IQueryCubeDescriptionBuilder - Interface in com.activeviam.desc.build.distributed
IQueryCubePropertiesBuilder - Interface in com.activeviam.desc.build.distributed
Contains the API to simplify setting the most common query cube properties.
IQueryExecutorMonitor - Interface in com.activeviam.apm.pivot.monitoring
Interface of monitors for query executor action.
IQueryExecutorMonitor.QueryExecutorTags - Enum in com.activeviam.apm.pivot.monitoring
 
IQueryManager - Interface in com.activeviam.database.api.query
Responsible for validating and compiling.
IQueryManager - Interface in com.qfs.store.query
Responsible for validating, compiling and running queries.
IQueryManager - Interface in com.quartetfs.biz.pivot
Component responsible for query executions.
IQueryMonitoring - Interface in com.quartetfs.biz.pivot.query
A context value keeping the logging level to monitor the query execution using Logger.
IQueryNodeQueryTranslator - Interface in com.activeviam.distributed.pivot
An object used for translating globals (query node) ILocations to local (data node) ILocations received from other IActivePivot's instances.
IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator - Interface in com.activeviam.distributed.pivot
Component to translate a location list coming from a data cube to a location list in the query cube format.
IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator.ITranslatorResult - Interface in com.activeviam.distributed.pivot
The result of the translation.
IQueryNodeQueryTranslatorFactory - Interface in com.activeviam.distributed.pivot
A factory for creating translator allowing to translate locations and filters expressed on a global scope (query node) to local scope (data node).
IQueryPlan - Interface in com.qfs.store.query.plan
A list of IOperation to perform to get the result of a IQuery.
IQueryPlan - Interface in com.quartetfs.biz.pivot.query.aggregates
A query plan retriever information.
IQueryPlan.GlobalTimings - Enum in com.quartetfs.biz.pivot.query.aggregates
Enum of the different timing info for the query planning.
IQueryPlanner - Interface in com.qfs.store.query.plan
Find the plan with the minimal cost for a IQuery.
IQueryResultFormat - Interface in com.activeviam.database.api.query
Format of a query exposing records.
IQueryRunner - Interface in com.activeviam.database.api.query
Able to run queries on a database with multiple parameters.
IQueryRunner - Interface in com.qfs.store.query
Able to run queries on a datastore with multiple parameters.
IQueryRunner.ICompletionRunner - Interface in com.qfs.store.query
We can be run, producing a ICompletionSync.
IQueryRunner.ICursorRunner - Interface in com.qfs.store.query
We can run the query, producing a ICursor.
IQueryRunner.IHasAcceptor - Interface in com.qfs.store.query
We have an acceptor, we can now run the query or set the other optional parameters.
IQueryRunner.IHasCompiledQuery<T> - Interface in com.qfs.store.query
Now that we have a compiled query, we need to define which parameters it should run with.
IQueryRunner.IHasCondition - Interface in com.qfs.store.query
Now that the query base store and condition have been chosen, we need to decide which fields should be retrieved from the matching records.
IQueryRunner.IHasConverterWithoutTimeout<T> - Interface in com.qfs.store.query
 
IQueryRunner.IHasRunnableQuery - Interface in com.qfs.store.query
We now have enough information to run the query.
IQueryRunner.IHasRunnableQueryWithTimeout - Interface in com.qfs.store.query
We now have enough information to run the query.
IQueryRunner.IHasStore - Interface in com.qfs.store.query
Now that the query base store has been chosen, we need to choose a condition.
IQueryRunner.IIterableRunner<T> - Interface in com.qfs.store.query
We have a converter.
IQueryRunner.ITimeoutCursorRunner - Interface in com.qfs.store.query
We have now a timeout, we can now run the query.
IQueryRunner.ITimeoutIterableRunner<T> - Interface in com.qfs.store.query
We have a timeout and a converter.
IQueryRunner.IVoidRunner - Interface in com.qfs.store.query
We can be run, producing nothing as an IPartitionedResultAcceptor will receive the results.
IQueryStoreTree - Interface in com.qfs.store.query.plan
The tree containing all IQueriedStore.
IQueryTiming - Interface in com.quartetfs.fwk.logging
Timer for an associated query.
IQueryTimingHandler - Interface in com.quartetfs.fwk.logging
Defines a handler for query timing.
IQueryVisitor<RT> - Interface in com.qfs.store.query
Visitor for store queries able to return typed values.
IRandomAccessSet - Interface in com.quartetfs.pivot.mdx.eval.set
Set allowing for random accesses.
IRandomAccessVector - Interface in com.qfs.vector
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.
IRangeProperty - Interface in com.quartetfs.tech.streaming
Interface to represent a range.
IRangeUnion - Interface in com.qfs.util
Deprecated, for removal: This API element is subject to removal in a future version.
IRangeUnion.Range - Class in com.qfs.util
Deprecated.
Definition of a range [a, b], with both ends a and b included in the range.
IReadableArrayCursor - Interface in com.activeviam.chunks.cells
Interface representing a cursor over the content of an array.
IReadableCell - Interface in com.activeviam.util.cells
Definition of a read-only component linked to a cell containing some data.
IReadableDatastore - Interface in com.qfs.store
The readable part of a datastore.
IRebindTargetDictionaryAction - Interface in com.activeviam.store.structure
Action to make a reference points to the new (point) dictionary of the target store.
IRebuildable<V extends IVersion> - Interface in com.quartetfs.biz.pivot
A re-buildable component implements a rebuild method.
IRebuildIndexDictionaryAction - Interface in com.activeviam.store.structure
Action to rebuild an index dictionary (whatever the index type was and is now).
IRecord - Interface in com.qfs.store.record
A record of data.
IRecordAcceptor - Interface in com.qfs.store.record
Accepts the content of a record.
IRecordBlock<RecordT extends IRecordReader> - Interface in com.qfs.store.record
A block of records packed together in a compact structure.
IRecordFlattener - Interface in com.qfs.store.record.flatten
Perform flattening of record via instruction.
IRecordFlattenerFactory - Interface in com.qfs.store.record.flatten
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.4
IRecordFormat - Interface in com.qfs.store.record
The format of a record, how many fields, and the type of each field.
IRecordHandler - Interface in com.qfs.store.transaction
An interface for processing records from a transaction.
IRecordIndexBase - Interface in com.qfs.index
Interface for the base of an IMultiVersionRecordIndex.
IRecordIndexTransaction - Interface in com.qfs.index
Definition of a transaction on a Record Index.
IRecordMapper - Interface in com.qfs.store.record
Interface for virtual record representing the data of an underlying record.
IRecordMatcher - Interface in com.qfs.store.query
Deprecated, for removal: This API element is subject to removal in a future version.
IRecordMatchProcedureFactory - Interface in com.qfs.store.query.plan
Create procedures to find the rows having a given value in a IMultiVersionStorePartition.
IRecordProcedure - Interface in com.qfs.store.record
Procedure executed over a collection of matching records.
IRecordProperty - Interface in com.qfs.store.record
A property specialized in accessing record instances.
IRecordQuery - Interface in com.qfs.store.query
A query that need to get the records that matched its selection criteria.
IRecordReader - Interface in com.qfs.store.record
Record reader interface.
IRecordSet - Interface in com.qfs.store
A store holds tuples of data that share the same attributes (the same columns).
IRecordSet.IVersionedRecordSetReader - Interface in com.qfs.store
An IVersionedRecordReader that can navigate through a set.
IRecordSetBase - Interface in com.qfs.store
The base version of a multi-version IRecordSet.
IRecordSetReader - Interface in com.qfs.store
An IRecordReader that can navigate through a set.
IRecordSetTransaction - Interface in com.qfs.store
IRecordSetVersion - Interface in com.qfs.store
IRecordSetView - Interface in com.qfs.store
A view over a record set.
IRecordStream - Interface in com.qfs.plan
A stream of records which can be read by an IWritableRecordBlock.
IReferenceDescription - Interface in com.qfs.desc
Description of a reference that an owner store makes to a target store.
IReferenceDescriptionBuilder - Interface in com.qfs.desc
Builder interface for references.
IReferenceDescriptionBuilder.IHasFromStore - Interface in com.qfs.desc
 
IReferenceDescriptionBuilder.IHasMapping - Interface in com.qfs.desc
 
IReferenceDescriptionBuilder.IHasName - Interface in com.qfs.desc
 
IReferenceDescriptionBuilder.IHasStores - Interface in com.qfs.desc
 
IReferenceMetadata - Interface in com.qfs.store.ref
Metadata of an IConcreteReference.
IRefreshStatement - Interface in com.quartetfs.pivot.mdx.statement
 
IRegisteredAgentDescription - Interface in com.qfs.snl.agent
Description of an agent registered to the ActiveMonitor server.
IRegisteredGetAggregatesContinuousQuery - Interface in com.quartetfs.biz.pivot.query.aggregates
Represents a IGetAggregatesContinuousQuery that has been registered to the IAggregatesContinuousQueryEngine.
IRegistration - Interface in com.quartetfs.biz.pivot.query.registration
Interface for components which try to attach continuous queries to a IMultiVersionActivePivot.
IRegistration.ValidateDependenciesResult - Class in com.quartetfs.biz.pivot.query.registration
IRegistrationService - Interface in com.quartetfs.tech.streaming
Stream listeners can register and unregister their interest for the stream events published on a particular domain.
IRegistry - Interface in com.quartetfs.fwk
Base interface of a ActiveViam Registry Provides method to instantiate Types and retrieve plugins.
IReleasableVector - Interface in com.qfs.vector
vectors that takes note of how many times its data is written to the datastore.
IRepositoryAuditDao - Interface in com.qfs.repository.persistence
The dao interface for repository audit.
IRepositoryCacheRestService - Interface in com.qfs.repository.restserver
The repository cache rest service.
IRepositoryCacheService - Interface in com.qfs.repository
The repository cache service.
IRepositoryDaemonActions - Interface in com.qfs.repository
The daemon that connects to the repository to get all the parameters.
IRepositoryListenerManager - Interface in com.qfs.repository
A component in charge of managing IParameterChangeListener for the IRepositoryService.
IRepositoryPersistenceConfiguration - Interface in com.qfs.repository.cfg
Spring configuration interface defining all DAOs available in Repository.
IRepositoryRestService - Interface in com.qfs.repository.rs
The repository rest service.
IRepositoryResult - Interface in com.qfs.repository
The repository result interface.
IRepositoryService - Interface in com.qfs.repository
Definition of a repository service.
IRepositoryServiceConfiguration - Interface in com.qfs.repository.cfg
Spring configuration interface defining all services offered by Repository.
IRepositoryWorkflowRestService - Interface in com.qfs.snl.rs
Definition of REST service of the Repository simplified for workflows.
IRequest - Interface in com.quartetfs.biz.xmla
This interface represents an XML/A request.
IRequestUnmarshaller - Interface in com.quartetfs.biz.xmla
Extended plug-in responsible for unmarshalling requests.
IResettingEvent - Interface in com.quartetfs.biz.pivot.query.aggregates
An event that can reset the continuous query engine.
IResolveContext - Interface in com.quartetfs.pivot.mdx
A context specialized for resolution.
IResourcePool<R> - Interface in com.qfs.fwk.recycling
Interface for a class that allow its user to reuse the same instances of Objects over time, thus avoiding too many instantiations, and sharing of resources across threads.
IResponseMarshaller - Interface in com.quartetfs.biz.xmla
Extended plugin responsible for marshalling a result set to the response stream.
IRespositoryServiceDaemon - Interface in com.qfs.repository
A daemon dedicated to the IRepositoryService in charge of periodically checking effective parameters.
IResultSet - Interface in com.quartetfs.biz.xmla
Base interface for result sets.
IRetrieval - Interface in com.quartetfs.biz.pivot.query.aggregates
Interface that should be implemented by retrievals.
IRetrievalGraphVisitor<C extends IGraphVisitor.IVisitorContext<IRetrieval>> - Interface in com.quartetfs.biz.pivot.query.aggregates
A visitor on an execution graph of aggregates retrievals.
IRetrievalInfo - Interface in com.quartetfs.biz.pivot.query.aggregates
A query plan retrieval information.
IRetrievalInfo.TimingDescription - Enum in com.quartetfs.biz.pivot.query.aggregates
Enum of the different timing information for retrievals execution.
IRetrievalMerger - Interface in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A merger retrieval for partitioned IAggregatesRetrieval retrievals.
IRetrievalResultTracker - Interface in com.quartetfs.biz.pivot.query.aggregates
Component that tracks retrievals results.
IReturnColumn - Interface in com.quartetfs.pivot.mdx.statement
The base interface for the nodes of the RETURN clause of an mdx drillthrough statement.
IReturnElement - Interface in com.quartetfs.pivot.mdx.statement
A group of IIdentifier use for the RETURN part of an mdx drillthrough statement.
IReturnFunction - Interface in com.quartetfs.pivot.mdx.statement
Interface for Mdx drillthrough functions.
IRoleContextConfig - Interface in com.qfs.server.cfg
Role context values spring configuration interface.
IRowMapping - Interface in com.qfs.chunk
Mapping between rows numbers.
IRowMapping.IWritableRowMapping - Interface in com.qfs.chunk
The modifiable mapping.
IRowMergingPolicy - Interface in com.qfs.store.query.plan
Describe which store should have its matching rows updated by cross-check when matching rows on a related store are found.
IRowset - Interface in com.quartetfs.biz.xmla.rowset
Tabular formatted result set.
IRowsetColumn - Interface in com.quartetfs.biz.xmla.rowset
Definition of a column.
IRowsetDefinition - Interface in com.quartetfs.biz.xmla.rowset.definition
Definition of the rowset.
IRowsIterator - Interface in com.qfs.store.query
A simple iterator on a rows list.
IRowWriter - Interface in com.quartetfs.biz.xmla.rowset
 
IRTExpressionDependency - Interface in com.quartetfs.pivot.mdx
The ultimate goal of RT expression dependency is to describe how an expression depends on updates.
IRTImpactCalculator - Interface in com.quartetfs.pivot.mdx
A component holding updated resources and able to compute their impact on Mdx continuous queries.
IRTMdxCube - Interface in com.quartetfs.pivot.mdx.meta
A cube which can be used for real time queries.
IS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
IS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
IS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
IS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
IS_ANCESTOR - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
is_check() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
is_check_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.is_check_return
 
IS_COVERED - com.quartetfs.pivot.mdx.eval.impl.Members.Coverage
The opposite of Members.Coverage.COVERS.
IS_DATA_MEMBER - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
IS_DATA_MEMBER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
IS_DATAMEMBER - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
IS_DATE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
IS_DOESNT_SUPPORT_SETS - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
IS_DRILLTHROUGH_ENABLED - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
IS_EMPTY - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
IS_LEAF - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
IS_LINKABLE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
IS_LONG - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
IS_NULL - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
IS_NULLABLE - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
IS_NULLABLE - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
IS_NUMERIC - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
IS_PARTITIONED_ON_RANGE_LEVELS_PROPERTY - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor
The property used to indicate whether this post-processor's evaluation for a location should be partitioned along range levels, i.e.
IS_POPULATED - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
IS_PUSH_ENABLED - Static variable in interface com.quartetfs.biz.pivot.query.IActivePivotContinuousQuery
Key of a boolean property.
IS_READWRITE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
IS_READWRITE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
IS_REQUIRED - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_PropertiesDefinition
 
IS_SQL_ENABLED - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
IS_VIRTUAL - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
IS_VIRTUAL - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
IS_WRITE_ENABLED - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
IS_WRITE_ENABLED - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsDefinition
 
isAboveLevel(ILocation, ILevelInfo) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Returns whether or not the level is not expressed in the given location.
isAccessGranted() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
 
isAccessGranted() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
isAccessGranted() - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeProperties
Returns true if this user can access to the pivot, false otherwise.
isAccumulating() - Method in class com.qfs.source.impl.AStoreMessage
 
isAccumulating() - Method in class com.qfs.source.impl.StoreMessage
 
isAccumulating() - Method in interface com.qfs.source.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).
isActionCompleted() - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
Returns true if the monitored action has completed.
isActionStarted() - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
Returns true if the action is started.
isActionWithException() - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
Returns true if the monitored action has started.
isActivated(String) - Method in class com.quartetfs.fwk.types.impl.AbstractTransfer
 
isActivated(String) - Method in interface com.quartetfs.fwk.types.ITransfer
Returns whether this transfer contains a value for the specified property and is capable of transferring it.
isAcyclic() - Method in interface com.qfs.graph.IDirectedGraph
Checks whether or not this graph has cycles.
isAcyclic() - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
isAcyclic() - Method in class com.qfs.graph.impl.DirectedGraph
 
isAcyclic() - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
isAcyclic() - Method in class com.qfs.store.impl.UserStoreGraph
 
isAdaptivePartitioning(IPartitioning) - Static method in class com.qfs.store.part.impl.AdaptivePartitioning
Returns whether the partitioning is adaptive or not.
isAddingNewRecordsAllowed() - Method in class com.qfs.desc.impl.TableSecurity
 
isAddingNewRecordsAllowed() - Method in interface com.qfs.desc.ITableSecurity
Returns whether adding new records to the table is allowed.
isAddingNewRecordsAllowed() - Method in class com.qfs.store.service.impl.DatabaseServiceTableMetadata
Returns whether the table allows to add new records.
isAdditionalMeasure(String) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasuresProvider
 
isAdditionalMeasure(String) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasuresProvider
Says if the measure identified by the given name is dynamically added for a query or if it is statically defined in the pivot.
isAdditionalMeasure(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdditionalMeasuresProvider
 
isAdditionalMeasure(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.RestrictedMeasuresProvider
 
isAdditionalMeasure(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SimpleMeasuresProvider
 
isAggregate(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.plan.impl.ExecUtils
Checks if a hierarchy location is an aggregate call.
isAggregate(IExpression) - Static method in class com.quartetfs.pivot.mdx.plan.impl.ExecUtils
Checks if an expression is an aggregate call.
isAggressive() - Method in interface com.qfs.repository.context.ILookupBehavior
Whether the lookup post processor should be aggressively evaluated, i.e.
isAggressive() - Method in class com.qfs.repository.context.impl.LookupBehavior
 
isAggressive() - Method in class com.qfs.repository.impl.LookUpPostProcessor
Whether or not the post processor should be aggressively evaluated, i.e.
isAll() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxPivotMember
Returns true if this member is the All member.
isAll() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxPivotMember
 
isAll(AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Decides if a member of the tuple.
isAll(AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Decides if a member of the tuple.
isAll(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Checks if a member is representing the AllMember of an AllMember enabled hierarchy.
isAllMember(IHierarchy) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
The hierarchy is all member or not.
isAllMembersEnabled() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IAnalysisHierarchyInfo
Returns whether the analysis hierarchy has an "ALL" level or not.
isAllMembersEnabled() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.AnalysisHierarchyInfo
 
isAllMembersEnabled() - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Whether this hierarchy has all members.
isAllMembersEnabled() - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
 
isAllowed(int) - Method in enum com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder.OperationFlag
Tests if the provided mask allows this operation.
isAllowed(IRowsetColumn, Object) - Method in class com.quartetfs.biz.xmla.impl.RestrictionHelper
Check if a value is allowed for a given column.
isAllowed(String, Object) - Method in class com.quartetfs.biz.xmla.impl.RestrictionHelper
Check if a value is allowed for a given column.
isAlwaysFalse() - Method in class com.qfs.pivot.cube.provider.impl.IsPointGrantedCompiledFilter
Returns true if this predicate will never match a point, false otherwise.
isAlwaysTrue() - Method in class com.qfs.pivot.cube.provider.impl.IsPointGrantedCompiledFilter
Returns true if this predicate will always match a point, false otherwise.
isAnalysis() - Method in enum com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.ClassificationType
Indicates whether this level corresponds to an analysis level (is not present in provider, and is not "ALL").
isAnalysisHierarchyDescription() - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Returns whether this hierarchy description describes an analysis hierarchy or not.
isAnalysisHierarchyDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisHierarchyDescription
 
isAnalysisHierarchyDescription() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisHierarchyDescription
 
isAnalysisLevel(int) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Returns whether the level associated with the given coordinate is an analysis level.
isAnalysisLevel(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
IsAncestorFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
IsAncestorFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.IsAncestorFunction
 
isAnonymous() - Method in class com.quartetfs.fwk.security.impl.SecurityDetails
 
isAnonymous() - Method in interface com.quartetfs.fwk.security.ISecurityDetails
Returns whether this security token represents an anonymous user or not.
isAnonymous(Authentication) - Static method in class com.qfs.security.impl.SecurityUtil
Indicates whether the passed Authentication token extends AnonymousAuthenticationToken.
isAnyOriginAllowed() - Method in class com.qfs.security.impl.SpringCorsFilter
Determines if any origin is allowed to make CORS request.
isArray() - Method in class com.activeviam.type.FieldType
 
isArray() - Method in interface com.activeviam.type.IFieldType
Returns whether the type is an array.
isArray() - Method in interface com.qfs.literal.ILiteralType
Returns whether it is an array.
isArray() - Method in class com.qfs.literal.impl.LiteralType
 
isArray() - Method in class com.qfs.monitoring.statistic.impl.AStatisticAttribute
 
isArray() - Method in interface com.qfs.monitoring.statistic.IStatisticAttribute
Returns true if the attribute is an array otherwise false.
isArray() - Method in enum com.qfs.store.ExtendedContentType
Checks whether this is an array type.
isArray() - Method in class com.quartetfs.biz.xmla.impl.XmlaTypes.EnumArrayType
 
isArray() - Method in class com.quartetfs.biz.xmla.impl.XmlaTypes.SimpleType
 
isArray() - Method in interface com.quartetfs.biz.xmla.IXmlaType
Returns whether the represented type is an array.
isArray(int) - Static method in class com.qfs.store.Types
Tests if the type code represents an array of data.
isArray(String) - Static method in class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler
Returns whether or not the given vector class is a pure array vector.
isAtLevel(ILocation, ILevelInfo) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Is the level expressed in the given location.
isAtOrBelowLevel(ILocation, ILevelInfo) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Is the level expressed in the given location.
isAutoDetectOuterReference() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
True if the outer references are automatically detected.
isAutoFactlessHierarchies() - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Returns true if the builder shall try to set all the hierarchies as factless automatically.
isAutoFactlessHierarchies() - Method in interface com.quartetfs.biz.pivot.definitions.IDistributedActivePivotDescription
 
isAutoFactlessHierarchies() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
ISaxWriter - Interface in com.quartetfs.biz.xmla.binxml
Saw writer.
isBaseCondition(ICondition, ImplementationCode) - Static method in class com.qfs.condition.impl.BaseConditions
Checks whether the given condition is an IBaseCondition with the given code.
isBinaryEnabled() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
isBinaryEnabled() - Method in interface com.quartetfs.biz.xmla.IServletProperties
Returns whether binary xml activated.
isBinaryEnabled() - Method in class com.quartetfs.biz.xmla.servlet.impl.ServletProperties
 
isBindingAllowed(Class<?>, Class<?>) - Static method in class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler
Returns whether or not the binding of the two given classes is allowed.
isBitAllowed(String, int) - Method in class com.quartetfs.biz.xmla.impl.RestrictionHelper
Like RestrictionHelper.isAllowed(String, Object), but will also return true if there is one allowed value that is numeric and includes the bits of value.
isBoolean() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
Whether the context value is boolean.
isBranchMember(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxCubeUtil
Checks if the specified member belongs to the branch level of the epoch hierarchy.
isBranchName(List<?>) - Static method in class com.quartetfs.biz.pivot.context.impl.BranchUtils
Checks whether the given member path (obtained via ISubCubeProperties.getGrantedMembers(String, String) with the epoch hierarchy) is the name of a branch.
isBuilt() - Method in interface com.qfs.util.IBuilder
Deprecated.
Returns whether this result is already built or not.
isBuilt() - Method in class com.qfs.util.impl.ABuilder
Deprecated.
 
isCalculated() - Method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup.UnknownMdxMember
 
isCalculated() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMember
Return whether the member is calculated.
isCalculated() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxActiveMeasureMember
 
isCalculated() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
isCalculated() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxPastPeriodRangeEpochMember
 
isCalculated() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxPivotMember
 
isCalculated() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxRangeMember
 
isCalculated() - Method in class com.quartetfs.pivot.mdx.xmla.impl.XmlaSelectExecutor.EmptyMember
 
isCancelled() - Method in interface com.activeviam.health.monitor.IHealthCheck
Returns true if this health check has been cancelled and should not be run anymore.
isCancelled() - Method in class com.qfs.concurrent.impl.AAdaptingFuture
 
isCancelled() - Method in class com.qfs.concurrent.impl.FutureValue
 
isCancelled() - Method in class com.qfs.util.impl.FutureValue
Deprecated.
Returns true if the future is cancelled.
isCheckMaxRows() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughUtils.MaxRowsRecord
 
ISchemaDictionaryProvider - Interface in com.qfs.dic
Provider of IDatastoreSchemaVersion's dictionaries.
ISchemaSelectionSession - Interface in com.qfs.store
A session wrapper around a database selection that contains all the necessary data for ActivePivot to interact with it.
ISchemaSelectionSessionHolder - Interface in com.activeviam.copper.recast
Holds the selection session for an IActivePivotSchema and all the parts that can change together while the schema is running.
isChunkDiscarded(int) - Method in class com.qfs.column.impl.ColumnInteger
 
isChunkDiscarded(int) - Method in class com.qfs.column.impl.ColumnLong
 
isChunkDiscarded(int) - Method in class com.qfs.index.impl.AMultiVersionSecondaryRecordIndex
 
isChunkDiscarded(int) - Method in class com.qfs.index.impl.ChunkedIntegerArray
 
isChunkDiscarded(int) - Method in class com.qfs.index.impl.ChunkedLongArray
 
isChunkDiscarded(int) - Method in class com.qfs.index.impl.MultiVersionIntegerArray
 
isChunkDiscarded(int) - Method in class com.qfs.index.impl.MultiVersionLazyDeleteLinkedIndex
 
isChunkDiscarded(int) - Method in class com.qfs.index.impl.MultiVersionLongArray
 
isChunkDiscarded(int) - Method in interface com.qfs.multiversion.IDiscardableChunkComponent
Returns whether the chunk with the given id has been discarded or not.
isChunkDiscarded(int) - Method in class com.qfs.store.ref.impl.AMultiVersionConcreteReference
 
isClientException(ServiceException) - Static method in exception com.qfs.fwk.services.ServiceException
Checks if the exception seems to because be the user/client (for instance 4XX errors).
isClientException(Throwable) - Static method in exception com.qfs.fwk.services.ServiceException
Checks if the exception seems to because be the user/client (for instance 4XX errors).
isCoherent(AxisHierarchy) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MergeUtils
Check if the hierarchy is coherent It checks that we have at the contributors count of a certain level is the sum of the contributors count's children.
isCollectRemovedMembers() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteTransactionInformation
Whether we collect the removed members in an IAxisHierarchyCollector.
isCommitted(long) - Method in class com.qfs.platform.win.WindowsPlatform
Returns true if state of memory region pointed by input pointer is equal to WinNT.MEM_COMMIT.
isCompatible(DictionaryConfiguration) - Method in class com.activeviam.dic.provider.impl.DictionaryConfiguration
Returns whether the current DictionaryConfiguration is compatible with another one in regard to the type of content held by the dictionaries that would be spawned by such configurations.
isComplete() - Method in interface com.qfs.snl.workflows.IWorkflowProcess
Gets if the process is complete.
isCompleted() - Method in interface com.qfs.util.ILatch
Returns true if the latch is completed (shutdown and pending count equal to zero).
isCompleted() - Method in class com.qfs.util.impl.Latch
 
isCompressedEnabled() - Method in interface com.quartetfs.biz.xmla.IServletProperties
Returns whether compressed xml activated.
isCompressedEnabled() - Method in class com.quartetfs.biz.xmla.servlet.impl.ServletProperties
 
isCompressionEnabled() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
isConcurrent() - Method in class com.qfs.dic.impl.AbstractHash.BufferHashTable
 
isConcurrent() - Method in interface com.qfs.dic.impl.AbstractHash.HashTable
Returns whether the hash table supports volatile semantics and CAS.
isConcurrent() - Method in class com.qfs.dic.impl.AbstractHash.LargeBufferHashTable
 
isConcurrent() - Method in class com.qfs.dic.impl.AbstractHash.LargeHashTable
 
isConcurrent() - Method in class com.qfs.dic.impl.AbstractHash.StandardHashTable
 
isConcurrent() - Method in class com.qfs.dic.impl.AbstractHash.VeryLargeHashTable
 
isConfigured(ILineReader) - Method in interface com.qfs.msg.csv.translator.IHeaderTranslator
Returns true if the translator is fully configured for the text source associated with this line reader.
isConfigured(ILineReader) - Method in class com.qfs.msg.csv.translator.impl.AHeaderTranslator
Is the header configured for that file.
isConstantCondition(ICondition, ImplementationCode) - Static method in class com.qfs.condition.impl.BaseConditions
Checks whether the given condition is a ConstantCondition with the given code.
isConstantFunctionPartitioning(IPartitioningFunctionDescription) - Static method in class com.qfs.store.part.impl.PartitioningUtil
Checks whether or not the given IPartitioningFunctionDescription describes a constant partitioning or not.
isContentOperation() - Method in interface com.qfs.store.query.plan.ICompiledPartitionOperation
Tells whether this operation is a content operation or not.
isContentOperation() - Method in class com.qfs.store.query.plan.impl.ABackReferenceRows.ACompiledBackReferenceRows
 
isContentOperation() - Method in class com.qfs.store.query.plan.impl.AIndexDisjoinedLookupCompiledOperation
 
isContentOperation() - Method in class com.qfs.store.query.plan.impl.AIndexRangeDisjoinedLookupCompiledOperation
 
isContentOperation() - Method in class com.qfs.store.query.plan.impl.ConditionScanCompiledOperation
 
isContentOperation() - Method in class com.qfs.store.query.plan.impl.FieldLookupCompiledOperation
 
isContentOperation() - Method in class com.qfs.store.query.plan.impl.ReturnAllPartitionCompiledOperation
Tells whether this operation is a content operation or not.
isContinuous() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData
The continuous query indicator.
isContinuous() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns whether this retriever was created by a continuous query.
isContinuous(boolean) - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
The continuous query indicator.
isCoordinateExpressed(int) - Method in class com.quartetfs.biz.pivot.impl.APointLocationListReader
 
isCoordinateExpressed(int) - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
isCoordinateExpressed(int) - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
isCoordinateExpressed(int) - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
isCoordinateExpressed(int) - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Returns whether the level associated with the given mapping index is expressed in this list's locations.
isCoordinateExpressed(int) - Method in interface com.quartetfs.biz.pivot.IPointLocationReader
Returns whether the level associated with the given mapping index is expressed in this location.
IScopedAggregatesRetrievalDescription - Interface in com.quartetfs.biz.pivot.query.aggregates
IScopedAggregatesRetrievalResult - Interface in com.quartetfs.biz.pivot.cellset
An IScopedAggregatesRetrievalResult contains multiple underlying IAggregatesRetrievalResult associated with different scope locations.
IScopedAggregatesRetrievalResult.IForEachResultProcedure - Interface in com.quartetfs.biz.pivot.cellset
A procedure to be executed on each result of an IScopedAggregatesRetrievalResult.
IScopedCellSet - Interface in com.quartetfs.biz.pivot.cellset
The scoped cell set is the underlying storage for aggregates (post or pre) queries.
IScopeLocation - Interface in com.quartetfs.biz.pivot.query.aggregates
A location used as the scope location of a primitive retrieval.
isCorrectOwnerPartition(IConcreteReference, IStorePartitionView) - Static method in interface com.qfs.store.ref.IConcreteReference
Verifies that the concrete reference does point to the given owner partition.
isCorrectTargetPartition(IConcreteReference, IStorePartitionView) - Static method in interface com.qfs.store.ref.IConcreteReference
Verifies that the concrete reference does point to the given target partition.
isCountMeasure(String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
 
isCubeEmpty() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RealTimeSelectExecutor
 
isCurrentExcluded() - Method in class com.activeviam.copper.measure.window.WindowBuilder
Returns whether the Window excludes the current row or not.
isCurrentExcluded() - Method in class com.activeviam.copper.measure.window.WindowSiblingBuilder
 
isDataMember(IMdxFixedMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Checks if the member is a data member.
isDataMember(IMdxFixedMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
isDataMember(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
 
isDataMember(IMdxRangeMember) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.IsDataMemberProperty
This method returns whether or not this is a range member.
isDataMemberAware() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMemberProperty
Returns whether this property should be aware that it is on a data member.
isDataMemberAware() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMemberProperty
Returns whether this property should be aware that it is on a data member.
isDataMemberAware() - Method in class com.quartetfs.pivot.mdx.meta.impl.IntrospectionMdxMemberProperty
 
isDataMemberAware() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberCaptionProperty
 
isDataMemberAware() - Method in class com.quartetfs.pivot.mdx.meta.impl.MultiLevelIntrospectionMdxMemberProperty
 
isDataMemberAware() - Method in class com.quartetfs.pivot.mdx.property.impl.FullMdxMemberProperty
 
IsDataMemberFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersPropertyFunctions.IsDataMemberFunction
 
IsDataMemberProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.IsDataMemberProperty
 
IsDateFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
IsDateFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.IsDateFunction
 
isDead() - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
isDead() - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
isDead() - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
isDead() - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
isDead() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
isDead() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
isDead() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
isDead() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
isDead() - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
isDead() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
isDead() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
isDead() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
isDead() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
isDead() - Method in class com.activeviam.column.impl.EmptyChunk
 
isDead() - Method in class com.qfs.agg.impl.ChunkHistory
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
isDead() - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
isDead() - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
isDead() - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
isDead() - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
isDead() - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
isDead() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
isDead() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
isDead() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
isDead() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
isDead() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
isDead() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
isDead() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
isDead() - Method in class com.qfs.chunk.direct.impl.ADirectChunk
 
isDead() - Method in class com.qfs.chunk.direct.impl.ADirectChunkNullable
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
isDead() - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
isDead() - Method in interface com.qfs.chunk.IChunk
Whether this chunk is dead.
isDead() - Method in class com.qfs.chunk.impl.AChunkOffset
 
isDead() - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
isDead() - Method in class com.qfs.chunk.impl.ChunkComposite
 
isDead() - Method in class com.qfs.chunk.impl.ChunkDictionary
 
isDead() - Method in class com.qfs.chunk.impl.ChunkMarked
 
isDead() - Method in class com.qfs.chunk.impl.ChunkObject
 
isDead() - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
isDead() - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
isDead() - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
isDead() - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
isDead() - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
isDead() - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
isDead() - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
isDead() - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
isDead() - Method in class com.qfs.chunk.impl.TombStoneChunk
 
isDead() - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
isDead() - Method in interface com.qfs.store.IChunkSet
Returns whether this ChunkSet is dead.
isDead() - Method in interface com.qfs.vector.IBlock
Checks whether or not this block is dead.
isDead() - Method in class com.qfs.vector.impl.TombStoneBlock
 
isDefault() - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
Gets if this is configured to be the default scheme.
isDefaultHierarchy() - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Checks that this hierarchy is the default hierarchy of its dimension.
isDefaultHierarchy() - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
 
isDefaultValueDefined() - Method in interface com.quartetfs.biz.pivot.definitions.IJoinMeasureDescription
Returns true if the measure has a default value.
isDefaultValueDefined() - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
isDeletingRecordAllowed() - Method in class com.qfs.store.service.impl.DatabaseServiceTableMetadata
Returns whether the table globally editable.
isDeletingRecordsAllowed() - Method in class com.qfs.desc.impl.TableSecurity
 
isDeletingRecordsAllowed() - Method in interface com.qfs.desc.ITableSecurity
Returns whether deleting records of the table is allowed.
IsDescendant - com.quartetfs.biz.xmla.constants.Keyword
 
isDescendent(TarEntry) - Method in class com.qfs.util.tar.impl.TarEntry
Determine if the given entry is a descendant of this entry.
isDetailedLogging() - Method in interface com.activeviam.apm.pivot.monitoring.jmx.ILogManagedResource
Returns whether/not detailed logging is enabled.
isDetailedLogging() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredDataExportRestServiceController
Deprecated.
 
isDetailedLogging() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
isDetailedLogging() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
isDetailedLogging() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
isDetailedLogging() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
isDetailedLogging() - Method in class com.activeviam.apm.websocket.impl.MonitoredQueryWsEndpoint
 
isDetailedLogging() - Method in class com.activeviam.pivot.rest.dataexport.DataExportRestServiceController
 
isDetailedLogging() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
 
isDictionarized() - Method in class com.activeviam.database.api.schema.DataTableField
 
isDictionarized() - Method in interface com.activeviam.database.api.schema.IDataTableField
Returns whether the field is backed by a dictionary in the table.
isDictionarized() - Method in interface com.qfs.desc.IFieldDescription
Indicates whether the field will be dictionarized.
isDictionarized() - Method in class com.qfs.desc.impl.FieldDescription
 
isDictionarized() - Method in interface com.qfs.desc.IVectorFieldDescription
Indicates whether the field will be dictionarized.
isDictionarized(boolean) - Method in class com.qfs.desc.impl.FieldDescription.FieldDescriptionBuilder
 
isDictionary(int) - Static method in class com.qfs.store.Types
Tests if the type code represents dictionarized data.
isDictionaryChanged() - Method in interface com.activeviam.store.structure.IFieldTransformer
Returns whether the field dictionary is changed by this transformer.
isDictionaryChanged() - Method in class com.activeviam.store.structure.impl.FieldTransformer
 
isDictionaryChanged() - Method in interface com.activeviam.store.structure.IUpdateFieldsAction
Returns whether a field dictionary is changed by this action.
isDimensionVisible(IAxisDimensionDescription) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
isDirect() - Method in interface com.qfs.buf.IBufferAllocator
Returns whether the returned buffers will be allocated in direct memory or not.
isDirect() - Method in class com.qfs.buf.impl.DirectBufferAllocator
 
isDirect() - Method in class com.qfs.buf.impl.HeapBufferAllocator
 
isDirectMemoryPageAligned() - Static method in class com.qfs.memory.impl.PlatformOperations
Returns whether the direct buffers should be page-aligned, as defined by -XX:+PageAlignDirectMemory.
isDirectory() - Method in class com.qfs.content.rest.impl.JsonContentEntry
 
isDirectory() - Method in class com.qfs.content.service.audit.impl.AuditableCSEntry
 
isDirectory() - Method in interface com.qfs.content.service.IBasicPathlessContentEntry
Returns true if the entry is a directory, false otherwise.
isDirectory() - Method in class com.qfs.content.service.impl.BasicPathlessContentEntry
 
isDirectory() - Method in class com.qfs.content.service.impl.CSEntry
 
isDirectory() - Method in class com.qfs.content.snapshot.impl.BasicJsonContentEntry
 
isDirectory() - Method in class com.qfs.util.tar.impl.TarEntry
Return whether or not this entry represents a directory.
isDiscarded() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
True if this version has been discarded.
isDiscarded() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Returns whether or not this cache has been discarded, and therefore cannot be used anymore.
isDiscarded() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
isDiscoveryApplied() - Method in class com.qfs.messenger.impl.HelloMessage.HelloMessageAnswer
 
isDiscoveryApplied(String) - Method in interface com.qfs.distribution.IApplicationManager
Returns true if the given applicationID corresponds to a discovery message that has been received and processed.
isDiscoveryApplied(String) - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
 
isDiscoveryApplied(String) - Method in interface com.qfs.messenger.IDistributedHierarchyManager
Returns true if the schema of this application has already been received and applied.
isDiscrete() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
Whether the context value takes discrete values.
isDisjoint(IRangeUnion.Range) - Method in class com.qfs.util.IRangeUnion.Range
Deprecated.
Test if this range is of intersection null with another range.
isDistributed() - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
isDistributed() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
isDistributed() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
This method is meant to be used internally (by the core product) so it is not exposed in the interface.
isDistributed() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
isDistributed() - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Returns true if the pivot is a query cube, false otherwise.
isDistributed(String) - Method in class com.activeviam.contextservice.distributed.DistributedContextValueGetter
Checks if the pivot is distributed.
isDoIndent() - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
isDone() - Method in interface com.qfs.concurrent.ICompletionSync
Returns true if the task completed.
isDone() - Method in class com.qfs.concurrent.impl.AAdaptingFuture
 
isDone() - Method in class com.qfs.concurrent.impl.ForkJoinPoolNonStealableCompletionSync
 
isDone() - Method in class com.qfs.concurrent.impl.FutureValue
 
isDone() - Method in class com.qfs.store.query.impl.AQueryRunner.SyncCompletionSync
 
isDone() - Method in class com.qfs.util.impl.FutureValue
Deprecated.
Returns true if the future is done.
isEager() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlan
Returns if evaluation is eager.
isEagerEvaluation() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.TupleExecTask
Returns Whether this task is eager.
isEagerEvaluation() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Gets if eager evaluation is required for this result.
ISearchCost - Interface in com.qfs.chunk
Collection of search cost constants.
ISecondaryRecordIndex - Interface in com.qfs.index
Secondary index on fields of the records.
ISecondaryRecordIndexTransaction - Interface in com.qfs.index
A transaction on this index.
ISecondaryRecordIndexVersion - Interface in com.qfs.index
A stable version of this index.
ISecurityDetails - Interface in com.quartetfs.fwk.security
Interface for classes representing a snapshot of the security for a given user.
ISecurityFacade - Interface in com.quartetfs.fwk.security
Security Facade interface.
ISecurityWebSocketHandlerFactory - Interface in com.qfs.websocket.security
Security webSocket handler Factory.
ISelectBase - Interface in com.quartetfs.pivot.mdx.statement
Interface representing the base of a select statement.
ISelectConverter - Interface in com.activeviam.pivot.rest.dataexport.converters.selectconverter
Specialisation of IConverter to convert Select statement.
ISelectedStore - Interface in com.qfs.store.query
Represents a store having a set of its fields selected in a IRecordQuery.
ISelectExecutor<R> - Interface in com.quartetfs.pivot.mdx
Interface for executor that execute ISelectStatement.
ISelection - Interface in com.qfs.store.selection
Observes a set of fields belonging to several tables in a database and is notified when the content of these fields is updated.
ISelectionDescription - Interface in com.quartetfs.biz.pivot.definitions
The description of an ISelection.
ISelectionDescriptionBuilder - Interface in com.activeviam.desc.build
Builder for a ISelectionDescription.
ISelectionDescriptionBuilder.CanAddAllFields - Interface in com.activeviam.desc.build
ISelectionDescriptionBuilder.CanAddSomeFields - Interface in com.activeviam.desc.build
ISelectionDescriptionBuilder.CanAlias<T> - Interface in com.activeviam.desc.build
Step of the builder when it can alias fields.
ISelectionDescriptionBuilder.CanBuild - Interface in com.activeviam.desc.build
Step of the builder when it is able to build a description.
ISelectionDescriptionBuilder.CanUseOtherReference - Interface in com.activeviam.desc.build
Step of the builder when it has fields and can use other references.
ISelectionDescriptionBuilder.CanUseOtherReferenceOrBuild - Interface in com.activeviam.desc.build
Step of the builder that can chose between starting to describe an additional store reference to use for this selection, or building the current selection.
ISelectionDescriptionBuilder.FieldsCollisionHandler - Interface in com.activeviam.desc.build
A FunctionalInterface used to handle field name collisions when retrieving all reachable fields.
ISelectionDescriptionBuilder.HasAllFields - Interface in com.activeviam.desc.build
ISelectionDescriptionBuilder.HasSomeFields - Interface in com.activeviam.desc.build
ISelectionDescriptionBuilder.NeedsFields - Interface in com.activeviam.desc.build
Step of the builder when no fields were added, and some are required before it can build.
ISelectionFieldsDescription - Interface in com.quartetfs.biz.pivot.definitions
Description of all the fields selected in an ActivePivot Schema.
ISelectionListener - Interface in com.qfs.store.selection
Listen to updates received by a IContinuousSelection.
ISelectionManager - Interface in com.qfs.store
A manager of selections, acting as an interface between listeners and transaction events.
ISelectionManager.ISelectionChangeListener - Interface in com.qfs.store
A listener on a composite selection that is notified when the selections of this composite selection are altered.
ISelectionMetadata - Interface in com.qfs.store.selection
Contains metadata about an ISelection.
ISelectStatement - Interface in com.quartetfs.pivot.mdx.statement
Definition of a complete SELECT statement.
isEmpty() - Method in interface com.activeviam.collections.ImmutableCollection
Indicate if this collection is empty.
isEmpty() - Method in interface com.activeviam.collections.ImmutableMap
Indicates if this map is empty.
isEmpty() - Method in class com.activeviam.collections.impl.Difference
Indicates if this difference is empty.
isEmpty() - Method in class com.activeviam.collections.impl.ImmutableHashMap
 
isEmpty() - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
isEmpty() - Method in class com.activeviam.database.api.schema.JoinPath
Returns true when the path is empty (i.e.
isEmpty() - Method in class com.activeviam.util.function.Option
Returns true if this does not contain any result values.
isEmpty() - Method in interface com.qfs.bitmap.IBitmap
Returns whether this bitmap is empty or not.
isEmpty() - Method in class com.qfs.bitmap.impl.Bitmap
 
isEmpty() - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
isEmpty() - Method in class com.qfs.bitmap.impl.QFSBitmap
 
isEmpty() - Method in class com.qfs.concurrent.impl.ConcurrentStack
Returns whether this stack is empty.
isEmpty() - Method in class com.qfs.concurrent.impl.SingleConsumerQueue
Checks whether the queue is empty.
isEmpty() - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
isEmpty() - Method in class com.qfs.graph.impl.DirectedGraph
 
isEmpty() - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
isEmpty() - Method in class com.qfs.index.impl.AUniqueRecordIndexTransaction
 
isEmpty() - Method in class com.qfs.index.impl.IntegerArrayTransaction
 
isEmpty() - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexTransaction
 
isEmpty() - Method in class com.qfs.index.impl.LongArrayTransaction
 
isEmpty() - Method in class com.qfs.index.impl.SecondaryRecordIndexTransaction
 
isEmpty() - Method in interface com.qfs.messenger.message.IInitialDiscoveryMessage
Returns true if the discovery does not contain any contributions, false otherwise..
isEmpty() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
isEmpty() - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
isEmpty() - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
isEmpty() - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
isEmpty() - Method in interface com.qfs.multiversion.ITransaction
Returns whether this transaction does not have any transient data to commit.
isEmpty() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
 
isEmpty() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.ABitmapAggregateCollector
 
isEmpty() - Method in interface com.qfs.pivot.cube.provider.IAggregateCollector
Returns whether this collector has been contributed to or not.
isEmpty() - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateCollector
Returns whether this collector has been contributed to or not.
isEmpty() - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderTransaction
 
isEmpty() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderTransaction
 
isEmpty() - Method in class com.qfs.pivot.cube.provider.impl.AGlobalAggregateProviderTransaction
 
isEmpty() - Method in class com.qfs.pivot.cube.provider.multi.impl.GlobalMultipleAggregateCollector
 
isEmpty() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateCollector
 
isEmpty() - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector
 
isEmpty() - Method in class com.qfs.pivot.hierarchy.impl.AHierarchyTransaction
 
isEmpty() - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
 
isEmpty() - Method in interface com.qfs.pivot.testing.ICellSetTester
Tests that this cellset is empty.
isEmpty() - Method in class com.qfs.query.impl.AggregatesRetrievalListTransporter
Returns whether this list is empty or not.
isEmpty() - Method in class com.qfs.repository.impl.FilteredParameterEvent
Whether or not the event is contains no resources.
isEmpty() - Method in class com.qfs.snl.events.impl.EventCache
 
isEmpty() - Method in class com.qfs.store.impl.ARecordSetTransaction
 
isEmpty() - Method in class com.qfs.store.impl.Batch
Result of this call is relevant only when called after Batch.readOnly() has been called.
isEmpty() - Method in class com.qfs.store.impl.ColumnarRecordSetTransaction
 
isEmpty() - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
 
isEmpty() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
isEmpty() - Method in class com.qfs.store.impl.StoreTransaction
 
isEmpty() - Method in class com.qfs.store.impl.UserStoreGraph
 
isEmpty() - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
isEmpty() - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
 
isEmpty() - Method in class com.qfs.trove.impl.QIntEmptySet
 
isEmpty() - Method in class com.qfs.trove.impl.QIntSingletonSet
 
isEmpty() - Method in class com.qfs.util.impl.RangeUnion
Deprecated.
 
isEmpty() - Method in interface com.qfs.util.IRangeUnion
Deprecated.
Returns whether this union is empty or not.
isEmpty() - Method in interface com.quartetfs.biz.pivot.cellset.ICellSet
Checks if the cell set is empty or not.
isEmpty() - Method in interface com.quartetfs.biz.pivot.cellset.IFullRefreshCellSet
Emptyness for a cell set means that it contains no information.
isEmpty() - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Returns whether this retrieval result contains any values or not.
isEmpty() - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cellset.impl.EmptyCellSet
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cellset.impl.FullRefreshCellSet
isEmpty() - Method in class com.quartetfs.biz.pivot.cellset.impl.FullRefreshPartialCellSet
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cellset.impl.LocationCellSet
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AdditionalMeasureStorage
Says if this structure is empty (e.g.
isEmpty() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResult
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
isEmpty() - Method in interface com.quartetfs.biz.pivot.cellset.IScopedAggregatesRetrievalResult
Returns whether this result is empty or not.
isEmpty() - Method in interface com.quartetfs.biz.pivot.context.IContextSnapshot
Returns true if the map of the context values is empty.
isEmpty() - Method in class com.quartetfs.biz.pivot.context.impl.ContextSnapshot
 
isEmpty() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy.AxisHierarchyTransaction
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Says if this hierarchy is empty, e.g.
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
isEmpty() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IParentAxisMember
Deprecated.
For a normal axis member returns true when the contributors count is zero For a distributed axis member returns true when there are no members contributing to this member.
isEmpty() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
The hierarchy is empty if it has no member.
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
The hierarchy is empty if it has no member.
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy
The hierarchy is empty if it has no member.
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.impl.CubeTransaction
 
isEmpty() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
isEmpty() - Method in interface com.quartetfs.biz.pivot.IActivePivot
Returns whether this pivot is empty.
isEmpty() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotTransaction
 
isEmpty() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousQueryEngine
Returns whether or not no query is currently registered.
isEmpty() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDatabaseRetrievalResult
Checks if the result contains data.
isEmpty() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDrillthroughContinuousQueryEngine
Returns true if no query is currently registered.
isEmpty() - Method in class com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.AVisitorContextWithArgs
 
isEmpty() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.IVisitorContext
Returns whether the current context is empty, which means that there is currently no node to visit.
isEmpty() - Method in class com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.NoArgsVisitorContext
 
isEmpty() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
isEmpty() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ADrillthroughContinuousQueryEngine
 
isEmpty() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Returns true if no query is currently registered.
isEmpty() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
isEmpty() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatabaseRetrievalResult
 
isEmpty() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyDatabaseRetrievalResult
 
isEmpty() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
isEmpty() - Method in interface com.quartetfs.biz.pivot.transaction.ICompositeActivePivotTransactionInfo
Returns whether this composite info contains any underlying info.
isEmpty() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
isEmpty() - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
isEmpty() - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
isEmpty() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalitySet
 
isEmpty() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.CrossjoinSet
 
isEmpty() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.EmptySet
 
isEmpty() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet
 
isEmpty() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ReducedDimensionalitySet
 
isEmpty() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingleMemberSet
 
isEmpty() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingletonSet
 
isEmpty() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.UnionSet
 
isEmpty() - Method in interface com.quartetfs.pivot.mdx.eval.set.IRandomAccessSet
 
isEmpty() - Method in interface com.quartetfs.pivot.mdx.eval.set.ISet
Returns true if the set does not contain tuples.
isEmpty() - Method in class com.quartetfs.pivot.mdx.func.impl.NonEmptyCrossjoinSet
 
isEmpty() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Checks if the cube is empty.
isEmpty() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
isEmpty() - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope
Returns true if this ValueScope contains no flagged position.
isEmpty() - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope
 
isEmpty() - Method in class com.quartetfs.pivot.mdx.plan.impl.VisualTotalsContainer
Check if this visual totals container is empty.
isEmpty() - Method in interface com.quartetfs.pivot.mdx.utils.IMdxIndex
Check emptiness.
isEmpty() - Method in class com.quartetfs.pivot.mdx.utils.impl.ColoredDirectedAcyclicGraph
 
isEmpty() - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxIndex
 
isEmpty() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
Returns true if this register does not hold any node.
isEmpty() - Method in interface com.quartetfs.tech.streaming.sharing.IStreamRegister
Returns true if this register does not hold any node.
isEmpty(boolean) - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
isEmpty(boolean) - Method in interface com.quartetfs.biz.pivot.IActivePivot
Returns whether this pivot is empty.
isEmpty(boolean) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
isEmpty(long[], int) - Static method in class com.qfs.bitmap.impl.Bitmap
Returns whether all the bits of the bitmap are false or not.
isEmpty(Predicate<IMultiVersionAxisMember>) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Check if the base is empty.
isEmpty(Predicate<IMultiVersionAxisMember>) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
isEmpty(Predicate<IMultiVersionAxisMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
IsEmpty - com.quartetfs.biz.xmla.constants.Keyword
 
IsEmptyFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
IsEmptyFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.IsEmptyFunction
 
isEmptyValue(int) - Method in class com.qfs.index.impl.AIntegerArray
Checks if the row is empty.
isEmptyValue(int) - Method in class com.qfs.index.impl.ALongArray
Checks if the row is empty.
isEmptyValue(int) - Method in class com.qfs.index.impl.ChunkedIntegerArray
 
isEmptyValue(int) - Method in class com.qfs.index.impl.ChunkedLongArray
 
isEmptyValue(int) - Method in class com.qfs.index.impl.IntegerArray
 
isEmptyValue(int) - Method in class com.qfs.index.impl.LongArray
 
isEnabled() - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
Returns whether the epoch dimension is enabled in the MDX layer.
isEnabled() - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
isEnabled() - Method in class com.quartetfs.fwk.monitoring.impl.AbstractStatistics
Returns true when this instance of statistics is enabled.
isEnabled() - Method in interface com.quartetfs.fwk.monitoring.IStatistics
Returns true when the statistics are enabled.
isEnabled(int) - Method in enum com.qfs.chunk.impl.FrequencyCompressionType
Tests a control word to check if this compression is enabled.
isEnabled(int) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Indicate if a given selection is enabled.
isEnabled(int) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
isEnabled(String) - Method in class com.quartetfs.fwk.monitoring.impl.AbstractStatistics
Returns whether the given indicator is enabled or not.
ISentinelAlert - Interface in com.qfs.snl.data
Class representing an alert.
ISentinelAlertDao - Interface in com.qfs.snl.persistence
The ActiveMonitor alert data access object.
ISentinelDaemonActions - Interface in com.qfs.snl.agent.service
Definitions of the actions that the ActiveMonitor daemon is asked to perform.
ISentinelEvent - Interface in com.qfs.snl.data
Class representing a ActiveMonitor event.
ISentinelEventDao - Interface in com.qfs.snl.persistence
The ActiveMonitor event data access object.
ISentinelPublisher - Interface in com.qfs.snl.agent.service
ActiveMonitor event batch service.
ISentinelState - Interface in com.qfs.snl.data
Class representing a ActiveMonitor state.
isEntireAxis() - Method in class com.qfs.pivot.json.cellset.RangeData
Returns whether or not the range includes the entire axis.
isEntireAxis() - Method in class com.quartetfs.biz.pivot.dto.RangeDTO
Returns whether or not the range includes the entire axis.
isEntireAxis() - Method in class com.quartetfs.biz.pivot.streaming.impl.AxisRangeProperty
 
isEOFRecord(byte[]) - Method in class com.qfs.util.tar.impl.TarBuffer
Determine if an archive record indicate End of Archive.
isEpochDimensionEnabled() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Returns whether the epoch dimension is enabled.
isEpochDimensionEnabled() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
isEpochLevelEnabled() - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
Returns whether the epoch level is enabled in the MDX layer.
isEpochLevelEnabled() - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
isEpochLevelEnabled() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Returns whether the epoch level is enabled.
isEpochLevelEnabled() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
ISerializer - Interface in com.quartetfs.fwk.serialization
ISerializer interface.
IServiceWithListeners<ListenerT> - Interface in com.qfs.snl.utils
Interface for services accepting listeners on the information they managed.
IServletProperties - Interface in com.quartetfs.biz.xmla
Set of properties parameterizing the behavior of the XMLA Servlet.
ISet - Interface in com.quartetfs.pivot.mdx.eval.set
This interface represents a set as computed as output of an mdx function.
ISetExpander - Interface in com.quartetfs.pivot.mdx
Expander that is responsible for expanding possibly range tuples and sets into sets.
ISetIndexDictionariesConcurrentAction - Interface in com.activeviam.store.structure
Action that enables the dictionary factory of the unique index used by a reference in the target store to create concurrent dictionaries.
isEvictable() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionConcurrentMap.IEvictionConcurrentMapValue
Returns true if this value is allowed to be evicted.
isExactMatch() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets.ToRangeSetResult
Whether the result set exactly matches the original set.
isExactMatch() - Method in class com.quartetfs.pivot.mdx.impl.PlanContext.CachedPlan
 
isExactMatch() - Method in interface com.quartetfs.pivot.mdx.INamedSetReference
Returns whether the referenced named set if an exact match for the requested one.
isExactMatch() - Method in class com.quartetfs.pivot.mdx.statement.impl.NamedSetReference
 
isExceptionMessage(int) - Static method in class com.qfs.messenger.netty.streaming.impl.NettyStreamUtils
Returns whether this chunk signals that an exception was encountered during the message serialization.
isFactless() - Method in interface com.quartetfs.biz.pivot.definitions.IAxisHierarchyDescription
For more details on what factless exactly means, see IAxisHierarchyDescription.setFactless(Boolean).
isFactless() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisHierarchyDescription
 
isFailOnException() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
 
isFailOnException() - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
isFalseCondition(ICondition) - Static method in class com.qfs.condition.impl.BaseConditions
Returns whether the given condition with ImplementationCode.FALSE implementation code.
isFree(long) - Method in class com.qfs.platform.win.WindowsPlatform
Returns true if state of memory region pointed by input pointer is equal to WinNT.MEM_FREE.
isFromNow() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
isFromNow() - Method in class com.qfs.snl.impl.TimePeriod
 
isFromNow() - Method in interface com.qfs.snl.ITimePeriod
Gets if the 'from' boundary is made of the server current time.
isFromStore(IAnalysisHierarchyDescription) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaBuilder
Deprecated.
true for Analysis hierarchies created from a store with our description builder.
isFullRefresh() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IImpact
Returns whether the view of the query for the originating location should be fully recomputed or not.
isFullRefresh() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.Impact
 
isFullyDefined() - Method in interface com.activeviam.copper.hierarchy.IInternalCopperLevel
Deprecated.
Checks if all the attributes identifying a level are defined.
ISFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
ISFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ISFunction
 
isFunctionOf(MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction, TIntIntMap) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction
Tells whether the underlying modulo function is a function-of the other, which means the value of this, can be found if one knows the value of other.
isFunctionOf(IntIntFunction) - Method in class com.qfs.store.part.impl.PartitioningUtil.ConstantFunction
 
isFunctionOf(IntIntFunction) - Method in class com.qfs.store.part.impl.PartitioningUtil.IdentityFunction
 
isFunctionOf(IntIntFunction) - Method in class com.qfs.store.part.impl.PartitioningUtil.ModuloFunction
 
isFunctionOf(IntIntFunction) - Method in interface com.qfs.store.part.IntIntFunction
Tells whether this function is a function-of the other, which means the value of this, can be found if one knows the value of other.
isGlobal(ProviderCoordinate) - Static method in class com.activeviam.copper.ProviderCoordinate
 
isGNUTarFormat() - Method in class com.qfs.util.tar.impl.TarEntry
Returns true if this entry's header is in the GNU 'ustar' format.
isGranted(ISubCubeProperties, String, String, List<?>) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
Test if a subcube is granting access on the given dimension and hierarchy to the member designated by its path.
isGranted(ITuple) - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter
 
isGranted(IMdxMember) - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter
 
isGranted(IMdxMember) - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter.NonVisualFilteredHierarchy
 
IShadowAwareCompositeSelectionListener - Interface in com.qfs.store.selection
A listener that can receive updates corresponding to shadow commits.
IShadowAwareSelectionListener - Interface in com.qfs.store.selection
A selection listener that can receive updates corresponding to shadow commits.
IShadowAwareViewListener - Interface in com.qfs.multiversion
A marker interface for listeners that can receive updates corresponding to shadow commits.
isHidden() - Method in class com.qfs.snl.dtos.FormFieldDto
Gets if the field is hidden.
isHidden() - Method in interface com.qfs.snl.messages.form.IFormField
Indicates if the property should be visible to the user.
isHidden() - Method in class com.qfs.snl.messages.form.impl.FormField
 
isHidden() - Method in interface com.quartetfs.pivot.mdx.statement.ICreateStatement
Returns whether this statement is hidden.
isHidden() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateOrUpdateMemberStatement
 
isHidden() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateSetStatement
 
isHidden() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateStatement
 
isHierarchyRestricted(String, String) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
 
isHierarchyRestricted(String, String) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
isHierarchyRestricted(String, String) - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeProperties
Tells if the hierarchy is restricted and the maximum level depth of that restriction.
IShortParser - Interface in com.quartetfs.fwk.format
Parser of short fields.
isImmutable() - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
isImmutable() - Method in class com.qfs.store.impl.ChunkSetRecordBlock
 
isImmutable() - Method in class com.qfs.store.record.impl.ARecordBlock
 
isImmutable() - Method in class com.qfs.store.record.impl.FilteredRecordBlock
 
isImmutable() - Method in class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
 
isImmutable() - Method in interface com.qfs.store.record.IRecordBlock
Tells whether IRecordBlock.markImmutable() has been called in this record block or not.
isImmutable() - Method in class com.quartetfs.biz.pivot.test.util.DummyRecordBlock
 
isImplied() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase.FeedingContext
 
isImpliedBy(IDatastoreNumaNodeSelector, TIntIntMap) - Method in interface com.activeviam.store.structure.impl.IDatastoreNumaNodeSelector
Tells whether this selector is implied by the other selector.
isImpliedBy(IDatastoreNumaNodeSelector, TIntIntMap) - Method in class com.qfs.store.part.impl.NumaNodeUtil.IdentityNumaNodeSelector
 
isImpliedBy(IDatastoreNumaNodeSelector, TIntIntMap) - Method in class com.qfs.store.part.impl.NumaNodeUtil.InducedNumaNodeSelector
 
isImpliedBy(IPartitioning, TIntIntMap) - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
isImpliedBy(IPartitioning, TIntIntMap) - Method in interface com.qfs.store.part.IPartitioning
Checks if this partitioning is implied by the other partitioning and if knowing the id of a partition on the other partitioning, we can deduce the id of the corresponding partition on this partitioning via IPartitioning.getPartitionId(IPartitioning, TIntIntMap, int).
isin(Object...) - Method in interface com.activeviam.copper.api.CopperLevel
Creates a CopperLevelCondition that represents the result of testing whether each member value is equal to one of the given object values.
isin(Object...) - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
isin(Collection<?>) - Method in interface com.activeviam.copper.api.CopperLevel
Creates a CopperLevelCondition that represents the result of testing whether each member value is equal to one of the given object values.
isin(Collection<?>) - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
isIncludedIn(IRangeUnion.Range) - Method in class com.qfs.util.IRangeUnion.Range
Deprecated.
Test if this range is included into another range.
isIncludeMode() - Method in interface com.quartetfs.biz.pivot.definitions.IAggregatesCacheDescription
Indicates if the selected measures is the list of measures to include or exclude from the cache.
isIncludeMode() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
 
isIncludeMode() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Returns whether or not the aggregates cache is defined by inclusion.
isIncludeMode() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
isIndexed() - Method in class com.qfs.desc.impl.ReferenceDescription
 
isIndexed() - Method in interface com.qfs.desc.IReferenceDescription
Returns whether the owning fields should be indexed.
ISingleAccessor - Interface in com.quartetfs.fwk.filtering
Accessor that gives access to a single property of the input object.
ISingleFieldAggregatedElement - Interface in com.qfs.pivot.agg
Interface to represent how to aggregate a single field.
ISingleFieldRecordProcedure - Interface in com.qfs.store.record
A IRecordProcedure reading only one field of the record it processes.
ISingleSectionNumberFormat - Interface in com.quartetfs.fwk.format.impl
Format a single section of a number format.
ISingletonFactory<T> - Interface in com.quartetfs.fwk.types
Factory that of singleton instance.
isInitialized() - Method in class com.activeviam.concurrent.util.impl.DoubleCheckedLockingLazyInitializer
 
isInitialTransactionPossible() - Method in class com.qfs.store.impl.MultiVersionStore
 
isInitialTransactionPossible() - Method in class com.qfs.store.impl.MultiVersionStorePartition
 
isInitialTransactionPossible() - Method in class com.qfs.store.impl.StoreBase
Detects whether the initial transaction is possible for this store.
isInitialTransactionPossible() - Method in class com.qfs.store.impl.StorePartitionBase
Tells if TransactionType.INITIAL transactions can be started on this store.
isInitialTransactionPossible() - Method in interface com.qfs.store.IMultiVersionStore
Tells if TransactionType.INITIAL transactions can be started on this store.
isInitialTransactionPossible() - Method in interface com.qfs.store.IMultiVersionStorePartition
Tells if TransactionType.INITIAL transactions can be started on this store.
isInitialTransactionPossible(IMultiVersionDatastoreSchema, int[]) - Static method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
Tests if there was no commit before on any of the given stores.
isInMemoryCompression() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
isInPlaceWriteCurrentRowSupported() - Method in interface com.qfs.store.record.IInPlaceWritableRecordSet
Returns true if in-place operation is allowed on the current row.
isInSchema() - Method in class com.quartetfs.biz.xmla.rowset.impl.RowsetColumn
 
isInSchema() - Method in interface com.quartetfs.biz.xmla.rowset.IRowsetColumn
Indicates whether this column appears in the schema of the returned rowset.
isInt(Number) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Check if the specified number is an int:
isInterestedIn(Level, Set<String>) - Method in interface com.activeviam.health.monitor.IHealthEventDispatcher
A bloom filter style method that returns false if we are sure that no registered handler is interested in an event with the given level and tags, and that returns true if there may be at least one handler interested in such an event.
isInterestedIn(Level, Set<String>) - Method in class com.activeviam.health.monitor.impl.HealthEventDispatcher
 
isInterestedIn(Level, Set<String>) - Method in class com.activeviam.health.monitor.impl.TagAcceptor
 
isInterestedIn(Level, Set<String>) - Method in interface com.activeviam.health.monitor.ITagAcceptor
Returns true if this tag acceptor is interested in the given tags, at the given level.
isInterrupted() - Method in interface com.qfs.concurrent.cancellable.IInterruptor
Returns whether the associated computation tree is running, or has been interrupted.
isInterrupted() - Method in class com.qfs.concurrent.cancellable.impl.CancellableForkJoinTask.TimedInterruptor
 
isInterrupted() - Method in class com.qfs.concurrent.cancellable.impl.ExceptionInterruptor
 
isInterrupted() - Method in class com.qfs.concurrent.impl.SharedTaskQueue.SharedTask
Returns whether the shared tasks were interrupted.
isInterrupted() - Method in interface com.qfs.msg.csv.policy.ICsvParserConfigPolicy
Decides whether the policy is interrupted or not, for instance because the limit of lines read is reached or not.
isInterrupted() - Method in class com.qfs.msg.csv.policy.impl.LineAndFileLimitCsvParserPolicy
 
isInterrupted() - Method in class com.qfs.msg.csv.policy.impl.NoRestrictionCsvParserConfigPolicy
 
isInTopNodes(IScopeLocation, ICubeFilter, IPartitioningSnapshot, IMeasureMember) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph
Returns whether a provided (scopeLocation, filter, partitioning, measure) tuple corresponds to a top-level node of the query currently planned/executed.
isInvertible() - Method in class com.qfs.store.part.impl.PartitioningUtil.ConstantFunction
 
isInvertible() - Method in class com.qfs.store.part.impl.PartitioningUtil.IdentityFunction
 
isInvertible() - Method in class com.qfs.store.part.impl.PartitioningUtil.ModuloFunction
 
isInvertible() - Method in interface com.qfs.store.part.IntIntFunction
Tells if the function is invertible, i.e., we can use IntIntFunction.inverse(int).
isIsTraceId128() - Static method in class com.activeviam.tracing.impl.Tracing
Returns whether the traceId is 128 bit format or 64.
ISiteLocated - Interface in com.qfs.snl.monitors
Definition of an element that exists within a particular site.
isKeyPathValid(String, int) - Static method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Tests if a key is correct w.r.t its number of hierarchical levels.
isKeyword(IExpression, IFunctionKeyword) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Check if the expression is the given keyword.
ISlabMemoryTracker - Interface in com.qfs.chunk.direct.allocator.impl
Interface to track memory usage.
isLarge() - Method in class com.qfs.messenger.message.impl.ATransactionCommittedMessage
 
isLarge() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
isLarge() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
 
isLarge() - Method in interface com.qfs.messenger.message.ITransactionCommittedMessage
Internal property stating if the committed transaction contains big contributions.
isLatestEpochGranted(String) - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxEpochManager
isLatestEpochGranted(String) - Method in class com.quartetfs.pivot.mdx.epoch.impl.MdxEpochManager
 
isLatestInBranch(IEpoch) - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxEpochManager
Returns true if this is the most recent epoch in its associated branch.
isLatestInBranch(IEpoch) - Method in class com.quartetfs.pivot.mdx.epoch.impl.MdxEpochManager
 
isLeaf() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
isLeaf() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IParentAxisMember
Deprecated.
Returns true if it is the last member of the given hierarchy With the polymorphic cube we can have different levels to be both the leaf level.
isLeaf(long) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
isLeaf(long) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisMember
Tests if this member does not have children at a given epoch.
isLeaf(IMdxFixedMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Checks if a member is a leaf member.
isLeaf(IMdxFixedMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
IsLeafFunction - Class in com.quartetfs.pivot.mdx.func.impl
IsLeaf function.
IsLeafFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.IsLeafFunction
 
isLineSuccessfullyParsed(int) - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
isLineSuccessfullyParsed(int) - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Returns whether the indicated line was successfully parsed and inserted into the datastore.
isLinkedToBaseStore(IHierarchyDescription) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaBuilder
Deprecated.
Tells whether a given axis hierarchy will impact the retrieval of the aggregates.
isListenerRegistered(IStreamListener) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AStream
 
isListenerRegistered(IStreamListener) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IStream
Returns whether the input listener is currently registered as a listener of this stream.
isLiteralScalar(IExpression) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Tests if an expression represents a literal scalar.
isLocationConcrete() - Method in class com.quartetfs.pivot.mdx.impl.MutableTupleLocation
 
isLocationGranted(List<? extends IHierarchyInfo>, ILocation) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
 
isLocationGranted(List<? extends IHierarchyInfo>, ILocation) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
isLocationGranted(List<? extends IHierarchyInfo>, ILocation) - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeProperties
Tells if the user can access to a specific location.
isLocationGrantedMultiple(List<? extends IHierarchyInfo>, ILocation) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
 
isLocationGrantedMultiple(List<? extends IHierarchyInfo>, ILocation) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
isLocationGrantedMultiple(List<? extends IHierarchyInfo>, ILocation) - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeProperties
Tells if the user can access to a specific location.
isLocked() - Method in class com.qfs.concurrent.locks.impl.TryLock
Queries if this lock is currently held.
isLogging() - Method in interface com.activeviam.apm.pivot.monitoring.jmx.ILogManagedResource
Returns whether/not logging is enabled.
isLogging() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredDataExportRestServiceController
Deprecated.
 
isLogging() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
isLogging() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
isLogging() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
isLogging() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
isLogging() - Method in class com.activeviam.apm.websocket.impl.MonitoredQueryWsEndpoint
 
isLogging() - Method in class com.activeviam.pivot.rest.dataexport.DataExportRestServiceController
 
isLogging() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
 
isLogMemoryStats() - Method in interface com.activeviam.apm.pivot.monitoring.jmx.ILogManagedResource
Returns whether/not memory stats logging is enabled.
isLogMemoryStats() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredDataExportRestServiceController
Deprecated.
 
isLogMemoryStats() - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
isLogMemoryStats() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
isLogMemoryStats() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
isLogMemoryStats() - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
isLogMemoryStats() - Method in class com.activeviam.apm.websocket.impl.MonitoredQueryWsEndpoint
 
isLogMemoryStats() - Method in class com.activeviam.pivot.rest.dataexport.DataExportRestServiceController
 
isLogMemoryStats() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
 
isMarked() - Method in class com.qfs.store.query.impl.SelectedStore
 
isMarked() - Method in interface com.qfs.store.query.ISelectedStore
 
isMatchingElement(Element, String, String) - Static method in class com.quartetfs.biz.xmla.impl.XmlaUtil
Returns true if the given node is an Element which namespace and local name both match the given arguments, false otherwise.
isMdxActiveMeasureMember(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxActiveMeasureMember
Whether or not this member is an MdxActiveMeasureMember.
isMeasure(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Checks if a member points at a measure.
isMeasureDimension(IDimensionInfo) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
isMeasureDimension(IMdxDimension) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
 
isMeasureExposed(String) - Method in interface com.qfs.messenger.IDataCubeAdapter
Checks whether the measure can be queried from the outside.
isMeasureExposed(String) - Method in class com.qfs.messenger.impl.DataCubeAdapter
 
isMeasureExposed(String) - Method in class com.qfs.messenger.impl.IdentityDataCubeAdapter
 
isMeasureGranted(String) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilter
Returns true if the measure with the given name is granted.
isMeasureGranted(String) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
 
isMeasureGranted(String) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
 
isMeasureGranted(String) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
isMeasureGranted(String) - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeProperties
Tells if the measure is granted.
isMeasureHierarchy(IHierarchy) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
isMeasureHierarchy(IHierarchyInfo) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
isMeasureHierarchy(IMdxHierarchy) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Return true of the hierarchy is the measure hierarchy.
isMemoized(FilterCache<IndexT>) - Method in class com.qfs.pivot.cube.provider.partition.impl.AIndexedPartitionedAggregateProviderTransaction.AIndexedCompiledFilter
Returns true if this Function has already memoized the result for given parameter, false otherwise.
isMetadataInitialized() - Method in class com.activeviam.store.structure.impl.ReferenceDefinition
Returns whether the reference metadata has already been initialized.
isMorePrecise(IInternalDatastoreStructure.IndexType) - Method in enum com.activeviam.store.structure.IInternalDatastoreStructure.IndexType
Decides if this index is more precise than the passed other index.
isMoreSelectiveThan(Selectivity) - Method in enum com.qfs.store.query.plan.Selectivity
Tests if this selectivity is more restrictive than another selectivity.
isMostlyGarbage() - Method in interface com.qfs.vector.IBlock
Checks whether or not this block is mostly garbage and can be collected.
isMultipleFieldModuloOverKey() - Method in class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModuloDescription
Check if this node has a multiple field modulo function over the key fields that have not been used by the parent node or other sub partitioning.
isMutable() - Method in class com.qfs.snl.persistence.type.impl.AJsonUserType
 
isNativeAggregation(IAggregatedElement) - Static method in interface com.qfs.pivot.agg.IAggregateStore
Decides whether the aggregated element refers to one of the natively supported aggregated elements.
isNativeMeasure(IMeasureMember) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Checks whether the given measure is a native measure.
isNativeMeasure(String) - Static method in class com.qfs.distribution.impl.ClusterLocalityIdentifierFactory
Checks whether the measure with the given name is a native measure of an application.
isNativeMeasure(String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasuresUtil
Checks whether the measure with the given name is a native measure.
isNonOptimizedEvaluation() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.NamedSetExecTask
 
isNotEmpty() - Method in interface com.activeviam.collections.ImmutableCollection
Indicate if this collection contains at least one item.
isNotEmpty() - Method in interface com.activeviam.collections.ImmutableMap
Indicates if this map is not empty.
isNull() - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
isNull() - Method in class com.activeviam.chunks.cells.impl.ReadableArrayCursor
 
isNull() - Method in class com.activeviam.util.cells.impl.AWritableCell
 
isNull() - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
isNull() - Method in class com.activeviam.util.cells.impl.ObjectCell
 
isNull() - Method in class com.activeviam.util.cells.impl.StringCell
 
isNull() - Method in interface com.activeviam.util.cells.IReadableCell
Returns whether the current value of the cell is null.
isNull() - Method in class com.qfs.store.impl.arrays.AArrayCursorWithDefaultValue
 
isNull(int) - Method in class com.activeviam.arrow.read.record.ArrowVectorReader
 
isNull(int) - Method in class com.activeviam.arrow.read.record.multicolumn.AArrowMultiColumnVectorReader
 
isNull(int) - Method in class com.activeviam.arrow.read.record.WithDictionaryVectorReader
 
isNull(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
isNull(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
isNull(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
isNull(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
isNull(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
isNull(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
isNull(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
isNull(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
isNull(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
isNull(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
isNull(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
isNull(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
isNull(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
isNull(int) - Method in class com.activeviam.chunk.impl.ArrayReaderWithMapping
 
isNull(int) - Method in class com.activeviam.chunk.impl.IntArrayReaderWithMapping
 
isNull(int) - Method in class com.activeviam.chunk.impl.NullableArrayReader
 
isNull(int) - Method in class com.activeviam.column.impl.EmptyChunk
 
isNull(int) - Method in class com.activeviam.column.LazyChunkedCompositeColumn
 
isNull(int) - Method in class com.activeviam.records.impl.RecordReaderFromArrayReader
 
isNull(int) - Method in class com.qfs.agg.impl.ChunkHistory
Gets if null is stored in a given row at a given position.
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.direct.impl.ADirectChunkNullable
 
isNull(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
isNull(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
isNull(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
isNull(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
isNull(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
Always returns false because this chunk cannot store null values.
isNull(int) - Method in interface com.qfs.chunk.IArrayReader
Gets whether null is stored in a given row at a given position.
isNull(int) - Method in class com.qfs.chunk.impl.AChunkOffset
 
isNull(int) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
Returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.impl.ChunkComposite
 
isNull(int) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
isNull(int) - Method in class com.qfs.chunk.impl.ChunkMarked
 
isNull(int) - Method in class com.qfs.chunk.impl.ChunkObject
Always returns false because this chunk cannot store null values.
isNull(int) - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
isNull(int) - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
isNull(int) - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
isNull(int) - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
isNull(int) - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
isNull(int) - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
isNull(int) - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
isNull(int) - Method in class com.qfs.chunk.impl.ColumnsReaderWithCursor
 
isNull(int) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
isNull(int) - Method in class com.qfs.chunk.impl.TableArrayReader
Deprecated.
 
isNull(int) - Method in class com.qfs.chunk.impl.TableColumn
 
isNull(int) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
isNull(int) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
isNull(int) - Method in class com.qfs.column.impl.AChunkedColumn
 
isNull(int) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
isNull(int) - Method in class com.qfs.store.impl.AColumnStore.CompositeColumnView
 
isNull(int) - Method in class com.qfs.store.impl.arrays.ADictionaryProxyReadableArray
 
isNull(int) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
isNull(int) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
isNull(int) - Method in class com.qfs.store.impl.ChunkSetCursor
 
isNull(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
isNull(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriterWithSingleValueField
 
isNull(int) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
isNull(int) - Method in class com.qfs.store.impl.TombstoneColumn
 
isNull(int) - Method in class com.qfs.store.record.impl.AChunkReader
 
isNull(int) - Method in class com.qfs.store.record.impl.ArrayRecordReader
 
isNull(int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
isNull(int) - Method in class com.qfs.store.record.impl.ChunkRecordReader
 
isNull(int) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
isNull(int) - Method in class com.qfs.store.record.impl.DictionarizedRecordReaderFromPlain
 
isNull(int) - Method in class com.qfs.store.record.impl.KeyRecord
 
isNull(int) - Method in class com.qfs.store.record.impl.PlainRecordReaderFromDictionarized
 
isNull(int) - Method in class com.qfs.store.record.impl.Record
 
isNull(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
isNull(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper
 
isNull(int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
isNull(int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
isNull(int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
isNull(int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
isNull(int) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
isNull(int) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
isNull(int) - Method in class com.qfs.vector.impl.AVector
 
isNull(int) - Method in class com.qfs.vector.impl.EmptyVector
 
isNull(int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
isNull(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
isNull(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AReplicatedColumn
 
isNull(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AVirtualArray
 
isNull(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TransformedReader
 
isNull(int, int) - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
isNull(int, int) - Method in class com.activeviam.column.impl.MultiColumnarTableWrapper
 
isNull(int, int) - Method in class com.qfs.chunk.array.impl.ChunkArray
 
isNull(int, int) - Method in interface com.qfs.chunk.ITable
Returns whether the value stored at the given row and column is null or not.
isNull(int, int) - Method in interface com.qfs.dic.IPointList
 
isNull(int, int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
isNull(int, int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
isNull(int, int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
isNull(int, int) - Method in class com.qfs.store.impl.AColumnStore
 
isNull(int, int) - Method in class com.qfs.store.impl.ChunkSet
 
isNull(int, int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
isNull(int, int) - Method in class com.qfs.store.record.impl.FilteredRecordBlock
 
isNull(int, int) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
isNull(int, int) - Method in class com.qfs.store.record.impl.RecordBlock
 
isNull(int, int) - Method in class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
 
isNull(int, int) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
isNull(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
isNull(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
isNull(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
isNull(int, int) - Method in class com.quartetfs.biz.pivot.contribution.impl.RecordBlockMeasureStore
 
isNull(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatabaseRetrievalResult
 
isNull(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyDatabaseRetrievalResult
 
isNull(int, int) - Method in class com.quartetfs.biz.pivot.test.util.DummyRecordBlock
 
isNull(long[], int) - Static method in class com.qfs.chunk.array.impl.ArrayChunkNullable
Returns whether the given array contains a bit set to 0 at the given position.
isNull(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.APrimitiveHandler
 
isNull(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.APrimitiveNullableHandler
 
isNull(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Returns true if the given record has a null value for the field this FieldHandler represents.
isNull(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
isNull(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.StringFieldHandler
 
isNull(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.APrimitiveHandler
 
isNull(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.APrimitiveNullableHandler
 
isNull(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Returns true if the given block record has a null value for the field this FieldHandler represents, at the given row.
isNull(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
isNull(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.StringFieldHandler
 
isNullable() - Method in class com.activeviam.type.FieldType
 
isNullable() - Method in interface com.activeviam.type.IFieldType
Returns whether the type is nullable.
isNullable() - Method in interface com.qfs.desc.IFieldDescription
Indicates whether this field supports null values.
isNullable() - Method in class com.qfs.desc.impl.FieldDescription
 
isNullable() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
isNullable() - Method in interface com.qfs.dic.IDictionary
Returns whether this dictionary is nullable (it is capable to map the null key).
isNullable() - Method in class com.qfs.dic.impl.AbstractDictionary
Returns false because this dictionary does not handle null values.
isNullable() - Method in class com.qfs.dic.impl.AChristmasDictionary
 
isNullable() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
isNullable() - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
isNullable() - Method in class com.qfs.dic.impl.NullableDictionary
Returns true because this dictionary handles null values.
isNullable() - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
isNullable() - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
isNullable(int) - Static method in class com.qfs.store.Types
Tests if the type code represents nullable data.
IsNullFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
IsNullFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.IsNullFunction
 
isNumaAvailable() - Method in interface com.qfs.platform.IPlatform
Checks if NUMA support is available on this machine.
isNumaAvailable() - Method in class com.qfs.platform.linux.LinuxPlatform
 
isNumaAvailable() - Method in class com.qfs.platform.share.SharePlatform
 
isNumaAvailable() - Method in class com.qfs.platform.share.VirtualPlatform
 
isNumaAvailable() - Method in class com.qfs.platform.solaris.SolarisPlatform
 
isNumaAvailable() - Method in class com.qfs.platform.win.WindowsPlatform
Returns false NUMA is not supported on Windows.
isNumericalType(int) - Static method in class com.qfs.store.Types
Checks if the give type is a numerical type: long, int, float or double.
IsNumericFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
IsNumericFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.IsNumericFunction
 
isOffHeapVector(int) - Static method in class com.qfs.store.Types
Returns true if the given type may be stored as a off-heap vector, and hence will need proper garbage collection.
isOk() - Method in class com.activeviam.util.function.Option
Returns true if this contains a result value.
isolated_compound_id() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
isolated_compound_id() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
isolated_compound_id_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.isolated_compound_id_return
 
isolated_expression() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
isolated_expression() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
isolated_expression_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.isolated_expression_return
 
ISOLATED_TRANSACTIONS_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that controls whether parameter store transactions should be isolated or trigger transactions on the ActivePivots.
isOnBranch() - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxVersionRestriction
Checks whether this restriction represents branches or epochs.
isOnCurrentThread() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
True if the query was executed on the same thread as the caller.
isOpen() - Method in class com.activeviam.cloud.fetch.impl.AConcurrentlyFetchingChannel
 
isOpen() - Method in class com.qfs.spring.websocket.impl.WsSession
Deprecated.
Tests if the WebSocket session is open.
isOrConditionSupportedByCubeFilter(IInternalCopperLevelCondition, IInternalCopperLevelCondition) - Static method in interface com.activeviam.copper.hierarchy.IInternalCopperLevelCondition
Returns true when the composition of the two input condition with an OR operator returns a condition that can be properly handled by the pivot.
ISource<I,​E> - Interface in com.qfs.msg
Source interface that allows to fetch and listen data from a underlying source.
isOwning() - Method in interface com.qfs.store.query.plan.ICompiledReferenceOperation
Tells whether the partition on which this operation is executed owns the reference or not.
isOwning() - Method in class com.qfs.store.query.plan.impl.ABackReferenceRows.ACompiledBackReferenceRows
 
isParsingSuccessful() - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
isParsingSuccessful() - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Returns true if and only if there are no parsing errors (warnings are allowed).
isPartitionDeleted(String, int) - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Checks whether the given partition has been deleted.
isPartitioned() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.IndexedPartitionedExecutionContext
 
isPartitioned() - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderExecutionContext
Indicates whether this aggregate provider execution context is partitioned.
isPartitionedByValue(int) - Method in class com.qfs.distribution.impl.DistributedPartitioning
 
isPartitionedByValue(int) - Method in class com.qfs.store.part.impl.AdaptivePartitioning
 
isPartitionedByValue(int) - Method in class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning
 
isPartitionedByValue(int) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning
 
isPartitionedByValue(int) - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
isPartitionedByValue(int) - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
isPartitionedByValue(int) - Method in class com.qfs.store.part.impl.PartitioningUtil.ReducedPartitioningFunction
Gets if a given field is used for partitioning.
isPartitionedByValue(int) - Method in class com.qfs.store.part.impl.SinglePartitioning
 
isPartitionedByValue(int) - Method in interface com.qfs.store.part.IPartitioning
Tells whether there is a partitioning by value on the given field.
isPartitionedByValue(int, int[]) - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderBase
Returns whether the associated provider is partitioned by value on the given input fields on the given partition id.
isPartitionedByValue(int, int[]) - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderTransaction
Returns whether the associated provider is partitioned by value on the given input fields on the given partition id.
isPartitionedOnRangeLevelsFromProperties(Properties) - Static method in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor
Returns whether the IPostProcessor.IS_PARTITIONED_ON_RANGE_LEVELS_PROPERTY is set to true in the input Properties.
isPartitionEmpty() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
isPartitionEmpty() - Method in interface com.qfs.store.IStorePartitionTransaction
Checks if the partition was dropped and there are no records.
isPending() - Method in class com.qfs.repository.dto.PointValueDto
 
isPending() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
isPending() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
isPending() - Method in interface com.qfs.repository.persistence.model.IPointValue
Gets if the point value is pending.
IsPointGrantedCompiledFilter - Class in com.qfs.pivot.cube.provider.impl
An ICubeFilter, compiled into a predicate using the IsPointGrantedFilterVisitor that can tell whether or not a point is granted.
IsPointGrantedCompiledFilter(Predicate<int[]>) - Constructor for class com.qfs.pivot.cube.provider.impl.IsPointGrantedCompiledFilter
IsPointGrantedFilterVisitor - Class in com.qfs.pivot.cube.provider.impl
This visitor returns a predicate that tells you whether or not a point is granted by the visited ICubeFilter.
IsPointGrantedFilterVisitor() - Constructor for class com.qfs.pivot.cube.provider.impl.IsPointGrantedFilterVisitor
 
isPowerOfTwo(long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Checks whether the given value is a power of 2.
ISpreadsheetRestService - Interface in com.activeviam.contextservice.service
Interface for spreadsheet service.
isPresentationExpression(IExpression) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Checks if an expression is a presentation expression.
isPrimitive() - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
isPrimitive() - Method in class com.activeviam.column.impl.EmptyChunk
 
isPrimitive() - Method in class com.activeviam.type.FieldType
 
isPrimitive() - Method in interface com.activeviam.type.IFieldType
Returns whether the type is primitive.
isPrimitive() - Method in class com.qfs.agg.impl.ChunkHistory
 
isPrimitive() - Method in class com.qfs.chunk.direct.impl.ADirectChunkNullable
 
isPrimitive() - Method in interface com.qfs.chunk.IChunk
Returns whether this chunk contains primitive data, as per Types.isPrimitive(int).
isPrimitive() - Method in interface com.qfs.chunk.IChunkBoolean
 
isPrimitive() - Method in interface com.qfs.chunk.IChunkDouble
 
isPrimitive() - Method in interface com.qfs.chunk.IChunkFloat
 
isPrimitive() - Method in interface com.qfs.chunk.IChunkInteger
 
isPrimitive() - Method in interface com.qfs.chunk.IChunkLong
 
isPrimitive() - Method in class com.qfs.chunk.impl.AChunkOffset
 
isPrimitive() - Method in class com.qfs.chunk.impl.ChunkComposite
 
isPrimitive() - Method in class com.qfs.chunk.impl.ChunkDictionary
 
isPrimitive() - Method in class com.qfs.chunk.impl.ChunkMarked
 
isPrimitive() - Method in class com.qfs.chunk.impl.ChunkObject
 
isPrimitive() - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
isPrimitive() - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
isPrimitive() - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
isPrimitive() - Method in class com.qfs.chunk.impl.TombStoneChunk
 
isPrimitive() - Method in interface com.qfs.literal.ILiteralType
Returns whether it is a primitive type.
isPrimitive() - Method in class com.qfs.literal.impl.LiteralType
 
isPrimitive() - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
isPrimitive(int) - Static method in class com.qfs.store.Types
Tests if a data type code represents a primitive.
isPrimitiveRetrieval() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Gets if this retrieval is a retrieval for primitive aggregated measures or post-processed measures.
isPrimitiveRetrieval() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IPostProcessedRetrieval
 
isPrimitiveRetrieval() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IPrimitiveRetrieval
 
isPureDisjunction() - Method in interface com.activeviam.copper.hierarchy.IInternalCopperLevelCondition
Checks whether this condition has no AND underlying conditions.
isPureDisjunction() - Method in class com.activeviam.copper.hierarchy.LogicalCopperLevelCondition
 
isPureDisjunction() - Method in class com.activeviam.copper.hierarchy.SingleCopperLevelCondition
 
isPushEnabled() - Method in interface com.quartetfs.biz.pivot.query.IActivePivotContinuousQuery
Returns a boolean which defines if the push is enabled.
isPushEnabled() - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
ISquashableAggregateProviderHolderVersion - Interface in com.qfs.multiversion.squash
A IAggregateProviderHolderVersion that supports squash operations.
ISquashableAggregateProviderPartitionVersion - Interface in com.qfs.multiversion.squash
An aggregates provider partition that contains both the underlying provider version and its associated thread pool.
ISquashableAggregateProviderVersion - Interface in com.qfs.multiversion.squash
ISquashableCubeVersion - Interface in com.qfs.multiversion.squash
ISquashableGlobalAggregateProviderVersion - Interface in com.qfs.multiversion.squash
ISquashableIntegerArrayVersion - Interface in com.qfs.multiversion.squash
ISquashableLongArrayVersion - Interface in com.qfs.multiversion.squash
ISquashableVersion<V extends ISquashableVersion<V>> - Interface in com.qfs.multiversion.squash
A IVersion that supports the squash operation.
isQueryTimingCollectingEnabled() - Static method in class com.quartetfs.fwk.logging.impl.QueryTimingCollector
Returns whether the timing collection is enabled or not.
isRange() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
Whether the context value is a range.
isRange() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocation
 
isRange() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocationWithParent
 
isRange() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
isRange() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.PointLocation
 
isRange() - Method in interface com.quartetfs.biz.pivot.ILocation
A location is called "range" when it contains wildcards or collections of members on specific levels.
isRange() - Method in class com.quartetfs.biz.pivot.impl.APointLocationListReader
 
isRange() - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
isRange() - Method in class com.quartetfs.biz.pivot.impl.Location
 
isRange() - Method in class com.quartetfs.biz.pivot.impl.ModifiedLocation
 
isRange() - Method in class com.quartetfs.biz.pivot.impl.MutableSubLocation
 
isRange() - Method in class com.quartetfs.biz.pivot.impl.RestrictedLocation
 
isRange() - Method in class com.quartetfs.biz.pivot.impl.SubLocation
Child locations are not allowed to be range.
isRange() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
isRange() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
 
isRange() - Method in class com.quartetfs.pivot.mdx.eval.impl.ATuple
 
isRange() - Method in class com.quartetfs.pivot.mdx.eval.impl.MutableJoinTuple
 
isRange() - Method in class com.quartetfs.pivot.mdx.eval.impl.MutableMaskTuple
 
isRange() - Method in class com.quartetfs.pivot.mdx.eval.impl.Tuple
 
isRange() - Method in interface com.quartetfs.pivot.mdx.eval.ITuple
A tuple is range is any of its constituting hierarchy locations is.
isRange() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ASet
 
isRange() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalitySet
 
isRange() - Method in interface com.quartetfs.pivot.mdx.eval.set.ISet
A set is range if any of the constituting tuples is.
isRange() - Method in class com.quartetfs.pivot.mdx.impl.MutableTuple
 
isRange() - Method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup.UnknownMdxMember
 
isRange() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMember
By contract it is true that x.isRange() iif (x instanceof IMdxRangeMember) and !x.isRange() iif (x instanceof IMdxFixedMember).
isRange() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxFixedMember
 
isRange() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMember
 
isRange() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxPastPeriodRangeEpochMember
 
isRange() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxRangeMember
 
isRange(IDictionary<ITuple>) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Deep checks if a dictionary contains at least one range tuple.
isRange(ILocation, int) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Checks in the input location if the path along a given hierarchy index is of type range (contains range coordinates).
isRange(ILocation, int[]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Checks in the input location if the path along a some hierarchies indexes are of type range (contains range coordinates).
isRange(ILocation, IHierarchyInfo) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Checks in the input location if the path along a given hierarchy index is of type range (contains range coordinates).
isRange(ILocation, IHierarchyInfo[]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Checks in the input location if the path along a some hierarchies indexes are of type range (contains range coordinates).
isRange(ITuple) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Deep checks if a tuple is range.
isRange(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Checks if a member is range.
isRange(IMdxMember[]) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Deep checks if a member array is range.
isRange(Object[]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Says if the hierarchy path is of type range (if it contains range coordinates).
isRange(Collection<ITuple>) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Deep checks is a collection of tuples contains at least one range tuple.
isRangeDiscriminator(Object) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Checks if a discriminator is range.
isRangeMember(Object) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Tests if a member is range.
isRead() - Method in class com.qfs.snl.dtos.MessageDto
Returns the read.
isRead() - Method in interface com.qfs.snl.messages.IMessage
Gets if the message is read.
isRead() - Method in class com.qfs.snl.messages.impl.AMessage
 
isRead() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
isReadOnly() - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
Checks if is is the field read only or editable.
isReadOnly() - Method in class com.qfs.store.impl.AStorePartitionRecordUnit
 
isReadOnly() - Method in class com.qfs.store.impl.AStorePartitionWorkUnit
 
isReadOnly() - Method in class com.qfs.store.impl.Batch
Indicates if the batch is in Read-Only mode.
isReadOnly() - Method in class com.qfs.store.impl.NoopUnit
 
isReadOnly() - Method in interface com.qfs.store.IStorePartitionWorkUnit
Indicates if this unit has been marked as read-only or not.
isReadOnly() - Method in interface com.qfs.store.service.IDatabaseFieldDescription
Checks if is is the field read only or editable.
isReadOnly() - Method in class com.qfs.store.service.impl.DatabaseFieldDescription
 
isReady() - Method in interface com.qfs.distribution.IApplicationManager
Returns true if this manager is ready to handle incoming messages.
isReadyForListen() - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Indicate that the epoch where the continuous selection registered has not been modified before this selection registered.
isReadyForListen() - Method in interface com.qfs.store.selection.IContinuousSelection
Indicate that the epoch where the continuous selection registered has not been modified before this selection registered.
isReadyForListen() - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
isReadyForListen() - Method in class com.qfs.store.selection.impl.ContinuousSelection
 
isRealtime() - Method in class com.quartetfs.fwk.logging.impl.ATiming
Returns whether the query is real-time.
isRealtime() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
True if the query is realtime.
isRealtime() - Method in interface com.quartetfs.fwk.logging.IQueryTiming
Returns whether this query is a real time query or not.
isRealTime(String) - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxVersionRestriction
Checks if real time is required on the specified branch.
IsRealTimeEpochFunction - Class in com.quartetfs.pivot.mdx.func.custom.impl
A custom function which returns whether the current version is the latest.
IsRealTimeEpochFunction() - Constructor for class com.quartetfs.pivot.mdx.func.custom.impl.IsRealTimeEpochFunction
 
isRealTimeOnNewBranches() - Method in interface com.quartetfs.pivot.mdx.epoch.IMdxVersionRestriction
Checks if real time is required on future new branches.
isRecordSetStillEmptyAfterDrop() - Method in class com.qfs.store.impl.ColumnarRecordSetTransaction
 
isRecordSetStillEmptyAfterDrop() - Method in interface com.qfs.store.IRecordSetTransaction
Checks if IRecordSetTransaction.drop() was called and there is no records.
isRefreshed() - Method in interface com.quartetfs.biz.pivot.query.IDrillthroughUpdate
Flag that indicates that this update is a full refresh of the view, the new view being stored in the.
isRefreshed() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughUpdate
 
isRegistered() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
Current registration status.
isRegularChunk(int) - Static method in class com.qfs.messenger.netty.streaming.impl.NettyStreamUtils
Returns whether the chunk is a regular one.
isReleased() - Method in interface com.qfs.multiversion.IHistoryNode
Tells whether or not the version has been released.
isRemoval() - Method in class com.qfs.source.impl.TuplePublisher
Flag to tell whether to remove tuple or not.
isRequired() - Method in class com.qfs.snl.dtos.FormFieldDto
Gets if the field is required.
isRequired() - Method in interface com.qfs.snl.messages.form.IFormField
Is this property a required input field.
isRequired() - Method in class com.qfs.snl.messages.form.impl.FormField
 
isReserved() - Method in class com.qfs.concurrent.impl.ExecJoinAction
Returns whether this action has been successfully reserved for execution using ExecJoinAction.tryReserve().
isReservered(long) - Method in class com.qfs.platform.win.WindowsPlatform
Tests if a pointer value has been reserved.
isResetEvent(Object) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamEventUtil
Returns whether the input event requests a AAggregatesContinuousQueryEngine.reset(boolean) of this engine.
isRestricted() - Method in class com.quartetfs.biz.xmla.rowset.impl.RowsetColumn
 
isRestricted() - Method in interface com.quartetfs.biz.xmla.rowset.IRowsetColumn
Indicates whether the column can be used to restrict the returned rowset by inclusion in the Restrictions parameter of the Discover method.
isRestrictedToLocalAccess() - Method in interface com.quartetfs.biz.pivot.context.IContextValueStore
Returns whether this provider is restricted to the local context values.
isRestrictedToLocalAccess() - Method in class com.quartetfs.biz.pivot.context.impl.Context
 
isRestrictedToLocalAccess() - Method in class com.quartetfs.biz.pivot.context.impl.ContextSnapshot
 
isRTImpacted(ITuple) - Method in class com.quartetfs.pivot.mdx.impl.DefaultRTImpactCalculator
 
isRTImpacted(ITuple) - Method in interface com.quartetfs.pivot.mdx.IRTImpactCalculator
Returns true when there are new/removed members on the range parts of the specified tuple.
isRTImpacted(IRTExpressionDependency, boolean) - Method in class com.quartetfs.pivot.mdx.impl.DefaultRTImpactCalculator
 
isRTImpacted(IRTExpressionDependency, boolean) - Method in interface com.quartetfs.pivot.mdx.IRTImpactCalculator
Check if the expression could give another result regarding updated resources.
isRTImpacted(IRTExpressionDependency, boolean) - Method in class com.quartetfs.pivot.mdx.realtime.impl.PastMdxContinuousDecorator.PastImpactCalculator
 
isRunning() - Method in class com.qfs.util.timing.impl.NoopTimer
 
isRunning() - Method in class com.qfs.util.timing.impl.Timer
 
isRunning() - Method in interface com.qfs.util.timing.ITimer
Tells timer is currently counting time.
isRunning() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
isScalar(Type) - Static method in enum com.quartetfs.pivot.mdx.statement.Type
Return whether the type is a scalar type.
isSchemaDiscovery() - Method in interface com.qfs.messenger.message.IInitialDiscoveryMessage
Returns true if the discovery does not contain any contributions except for the minimum necessary to be able to determine the schema.
isSchemaDiscovery() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
isSchemaDiscovery() - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
isSchemaDiscovery() - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
isSchemaDiscovery() - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
isSet(long, long) - Static method in class com.qfs.index.impl.Bits
Returns whether or not the given flags are all set in the input word.
isShadow() - Method in interface com.qfs.multiversion.IEpoch
Checks whether or not the epoch is "shadow".
isShadow() - Method in class com.qfs.multiversion.impl.Epoch
 
isShadowAware() - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
isShadowAware() - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
isShadowAware() - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
isShadowAware() - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
isShadowAware() - Method in interface com.qfs.multiversion.IShadowAwareViewListener
Returns whether the listener should receive updates corresponding to shadow commits.
isShadowAware() - Method in class com.qfs.store.selection.impl.ACatchUpListener
This listener must be able to see every commit and delegate all commits that it has received to its delegate and let it decide what to do with them.
isShadowAware() - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
isShadowAware() - Method in class com.qfs.store.selection.impl.DelegateCompositeSelectionListener
 
isShadowAware() - Method in class com.qfs.store.selection.impl.SingleCompositeListener
 
isShadowAware() - Method in interface com.qfs.store.selection.IShadowAwareSelectionListener
Returns true if the listener should receive updates corresponding to shadow commits.
isShutdown() - Method in interface com.qfs.util.ILatch
Returns true if the latch is shutdown.
isShutdown() - Method in class com.qfs.util.impl.Latch
 
isSimple(int) - Method in class com.quartetfs.biz.xmla.servlet.impl.AttributesMarshallingContext
 
isSinglePartitionNode() - Method in class com.qfs.store.part.impl.APartitioningNode
Returns whether this partitioning node will only generate a single partition.
isSinglePartitionNode() - Method in class com.qfs.store.part.impl.PartitioningNode
 
isSinglePartitionNode() - Method in class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModulo
 
isSinglePartitionNode() - Method in class com.qfs.store.part.impl.SinglePartitionPartitioningNode
 
isSlicing() - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
isSmall() - Method in interface com.qfs.store.query.IFieldCriterion
Deprecated.
Returns true if the number of values matching this criteria is expected to be small.
isSorted(int[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Tests if an array of values is sorted.
isSorted(int[], int, int) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Tests if a slice of values in an array are sorted.
isSparseChunkSet() - Method in class com.qfs.store.impl.ChunkSet
Returns whether this is a SparseChunkSet.
isSparseChunkSet() - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
isStandalone() - Method in interface com.qfs.store.query.IFieldCriterion
Deprecated.
Returns true if the criterion on this field does not require values from other fields to be computed.
isStarted() - Method in interface com.qfs.multiversion.IAdvancedEpochManager
Indicates whether this epoch manager has been started or not.
isStarted() - Method in class com.qfs.multiversion.impl.EpochManager
 
isStarted() - Method in class com.qfs.repository.impl.RepositoryDaemon
Informs whether the daemon is currently started.
isStarted() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Informs whether the daemon is currently started.
isStateless() - Method in class com.qfs.pivot.json.query.JsonStreamRegistration
Gets if the query should run in stateless mode.
isStatus(String) - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Decides if the given measure represents a status in the context of the query.
isStopped() - Method in class com.quartetfs.pivot.mdx.realtime.impl.AMultiGANContinuousQueryListener
Indicates if the updates must be skipped due to internal stop.
isStoreIndexRecommendationEnabled() - Method in interface com.qfs.store.query.plan.IDatastoreQueryMonitor
Returns true if the data collection is activated.
isStoreIndexRecommendationEnabled() - Method in class com.qfs.store.query.plan.impl.DatastoreQueryMonitor
 
isStrict() - Method in interface com.quartetfs.biz.pivot.context.IAsOfEpoch
Indicates whether an exception must be thrown when no version has the same epoch than the specified one.
isStrict() - Method in class com.quartetfs.biz.pivot.context.impl.AsOfEpoch
 
isSubLocation(ILocation, ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Tests if the provided parent location covers a given child location.
isSubscribed() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StampingStreamListener
Returns whether we are subscribed to this stream or not.
isSupportsCredentials() - Method in class com.qfs.security.impl.SpringCorsFilter
Determines is supports credentials is enabled.
isSwapped() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
isSwapped() - Method in interface com.qfs.desc.IVectorFieldDescription
Returns true if swapping is enabled.
IStandardTimers - Interface in com.qfs.util.timing
Name of timers that will exist in almost any project based on the datastore.
IStatement - Interface in com.quartetfs.pivot.mdx.statement
 
IStatement.StatementType - Enum in com.quartetfs.pivot.mdx.statement
 
IStatisticAttribute - Interface in com.qfs.monitoring.statistic
Definition of an attribute for a IMonitoringStatistic.
IStatistics - Interface in com.quartetfs.fwk.monitoring
This interface defines a generic statistic accessor.
IStatisticsQueryRunner - Interface in com.activeviam.database.api.query
Interface exposing methods to retrieve statistics on the database.
IStatisticsQueryRunner.CannotEstimateColumnCardinalityException - Exception in com.activeviam.database.api.query
Exception thrown when the query runner cannot estimate the cardinality of a table column.
isToNow() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
isToNow() - Method in class com.qfs.snl.impl.TimePeriod
 
isToNow() - Method in interface com.qfs.snl.ITimePeriod
Gets if the 'to' boundary is made of the server current time.
isTopLevel() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ADependencyNode
Returns whether the node is a top level node.
isTopLevelQuery() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager.QueryExecutionTask
Returns whether the associated query is a top-level query.
isTopNode(ADependencyNode) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph
Decides if a given node is a root of this graph.
IStopWatch - Interface in com.qfs.util.timing
Utility to measure time required for certain tasks.
IStopWatchLoggingPolicy - Interface in com.qfs.util.timing
Indicate for a given duration the Level to be used by the logger.
IStore<StorePartitionT extends IStorePartitionView> - Interface in com.qfs.store
Represent the static (not versioned) part of a store.
IStoreAction - Interface in com.qfs.store
An action that can be run on a store.
IStoreBase - Interface in com.qfs.store
The base version of an IMultiVersionStore that contains its current state.
IStoreCompositeMessageChannel<I,​E> - Interface in com.qfs.source
A composite message channel in which each channel's destination is a different store.
IStoreDescription - Interface in com.qfs.desc
Description of a table of the datastore.
IStoreDescriptionBuilder - Interface in com.qfs.desc
Provide a smooth way to create a IStoreDescription.
IStoreDescriptionBuilder.ICanAddField<R> - Interface in com.qfs.desc
The interface to show that one can add field to the description.
IStoreDescriptionBuilder.ICanAddStaticKey - Interface in com.qfs.desc
The interface to add statically defined keys.
IStoreDescriptionBuilder.ICanBuild - Interface in com.qfs.desc
Tag that the description can now be built if needed.
IStoreDescriptionBuilder.ICanCompressIndex<BuilderT> - Interface in com.qfs.desc
Tag to tell the builder that the store can compress its indexes.
IStoreDescriptionBuilder.ICanHaveAdditionalProperties<BuilderT> - Interface in com.qfs.desc
Tag to tell builder to add some additional properties to the store description.
IStoreDescriptionBuilder.ICanHaveIndex<BuilderT> - Interface in com.qfs.desc
Enrich a store description with secondary index.
IStoreDescriptionBuilder.ICanKeyField - Interface in com.qfs.desc
The interface to show that one can set the previous field as a key field.
IStoreDescriptionBuilder.ICanSelectNumaBehavior<BuilderT> - Interface in com.qfs.desc
Tag to enrich the store description with a NUMA selector.
IStoreDescriptionBuilder.ICanSetDuplicateKeyHandler - Interface in com.qfs.desc
The interface that allows to handle duplicate Key Fields.
IStoreDescriptionBuilder.ICanSpecifyPartitionChunkSize<BuilderT> - Interface in com.qfs.desc
Enrich the store description with the chunk size within a partition of the store.
IStoreDescriptionBuilder.ICanSpecifyUnknownKeyRemovalBehavior<BuilderT> - Interface in com.qfs.desc
Tag to define the store behavior when removing an unknown key.
IStoreDescriptionBuilder.ICanSpecifyUpdateOnlyIfDifferent<BuilderT> - Interface in com.qfs.desc
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.qfs.desc
The interface to show that one can tag a field of the description.
IStoreDescriptionBuilder.IKeyed - Interface in com.qfs.desc
A step of the fluent store builder.
IStoreDescriptionBuilder.IKeyedTaggable - Interface in com.qfs.desc
A step of the fluent store builder.
IStoreDescriptionBuilder.IKeyedUntaggable - Interface in com.qfs.desc
A step of the fluent store builder.
IStoreDescriptionBuilder.IKeyedVectorField - Interface in com.qfs.desc
A description of a vector field that is also an IStoreDescriptionBuilder.IKeyedTaggable.
IStoreDescriptionBuilder.INamed - Interface in com.qfs.desc
Only the name of the store has been given, fields can be added.
IStoreDescriptionBuilder.INumaBehavior<BuilderT> - Interface in com.qfs.desc
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.qfs.desc
A remove unknown key listener can be added to the description.
IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder - Interface in com.qfs.desc
Define a partitioning node in a hierarchical partitioning.
IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanAddSpecialPartitioningRule<ParentT> - Interface in com.qfs.desc
A definition that has at least one special partitioning rule.
IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning<ParentT> - Interface in com.qfs.desc
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.
IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveDefaultPartitioning<ParentT> - Interface in com.qfs.desc
A definition where user defines the default partitioning rule.
IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveField<ParentT> - Interface in com.qfs.desc
A definition that can have a partitioning field.
IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule<ParentT> - Interface in com.qfs.desc
A definition that can have a special partitioning rule for records having a field value matching one or some decision values.
IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.IDescriptionBuilder<ParentT> - Interface in com.qfs.desc
All definitions of a partitioning node.
IStoreDescriptionBuilder.IRemoveUnknownKeyListener - Interface in com.qfs.desc
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.qfs.desc
A step of the fluent store builder.
IStoreDescriptionBuilder.IUnkeyedTaggable - Interface in com.qfs.desc
A step of the fluent store builder.
IStoreDescriptionBuilder.IUnkeyedUntaggable - Interface in com.qfs.desc
A step of the fluent store builder.
IStoreDescriptionBuilder.IUnkeyedVectorField - Interface in com.qfs.desc
A description of a vector field that is also an IStoreDescriptionBuilder.IUnkeyedTaggable.
IStoreDescriptionBuilder.IVectorField<R> - Interface in com.qfs.desc
The description of a vector field.
IStoreFormat - Interface in com.qfs.store
The format of a store.
IStoreLocking - Interface in com.qfs.store.transaction
This interface is used to lock the the stores that are being used in a transaction.
IStoreMessage<I,​E> - Interface in com.qfs.source
A message that accumulates its data into a list of tuples.
IStoreMessageChannel<I,​E> - Interface in com.qfs.source
A message channel whose destination is a store.
IStoreMessageChannelFactory<InputT,​OutputT> - Interface in com.qfs.source
The factory that creates the channels between the topics of a data source and the stores of a datastore.
IStoreMessageChunk<E> - Interface in com.qfs.source
A message chunk that collects its data into tuples.
IStoreMetadata - Interface in com.qfs.store
Represent the metadata of the store.
IStorePartitionContent - Interface in com.qfs.store
The content of a store partition.
IStorePartitionTransaction - Interface in com.qfs.store
A transaction over a partition, with access to the transactions of the components in the partition.
IStorePartitionUpdate - Interface in com.qfs.plan
Materializes an update to a store partition, an update is composed of new added records, deleted records, or updated records.
IStorePartitionUpdate.IProcedure - Interface in com.qfs.plan
Procedure to iterate over the impacts stored in a partition impact.
IStorePartitionVersion - Interface in com.qfs.store
A stable version of a partition.
IStorePartitionView - Interface in com.qfs.store
A view over the content of a partition.
IStorePartitionWorkUnit - Interface in com.qfs.store
A unit of work to be processed by the partition worker.
IStorePartitionWorkUnit.WorkType - Enum in com.qfs.store
The type of work contained in a StorePartitionWorkUnit.
IStoreQueryPlanToBe - Interface in com.qfs.store.query.plan
Deprecated, for removal: This API element is subject to removal in a future version.
IStoreRowMerge - Interface in com.qfs.store.query.plan
A partition operation validating the rows of the partition against the rows of another partition via references.
IStoreSearchBuilder - Interface in com.qfs.store.query.plan
Builds an IOperation corresponding to a store search.
IStoreTransaction - Interface in com.qfs.store
IStoreTransactionStatistics - Interface in com.qfs.store.transaction
Statistics on a store modified by the transaction.
IStoreVersion - Interface in com.qfs.store
The store version interface.
isTracking(Object) - Method in class com.activeviam.util.impl.ConcurrentIdentityUsageTracker
 
isTracking(Object) - Method in interface com.activeviam.util.IUsageTracker
Tests whether the provided item is tracked by this component.
isTransient() - Method in class com.activeviam.column.impl.ChunkedColumn
 
isTransient() - Method in class com.qfs.chunk.impl.ChunkMarkedVector
 
isTransient() - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
isTransient() - Method in class com.qfs.chunk.impl.ChunkVector
Gets if this current chunk has a temporary lifespan.
isTransient() - Method in interface com.qfs.chunk.IVectorArrayWriter
Returns whether vectors allocated in this array should be transient or not.
isTransient() - Method in class com.qfs.column.impl.ColumnInteger
Returns whether or not this column is transient.
isTransient() - Method in class com.qfs.column.impl.ColumnLong
Returns whether or not this column is transient.
isTransient() - Method in class com.qfs.index.impl.AIntegerArray
Returns whether this array is transient.
isTransient() - Method in class com.qfs.index.impl.ALongArray
Returns whether this array is transient.
isTransient() - Method in class com.qfs.index.impl.ChunkedIntegerArray
 
isTransient() - Method in class com.qfs.index.impl.ChunkedLongArray
 
isTransient() - Method in class com.qfs.index.impl.IntegerArray
 
isTransient() - Method in class com.qfs.index.impl.LongArray
 
isTransient() - Method in class com.qfs.index.impl.MultiVersionIntegerArray
 
isTransient() - Method in class com.qfs.index.impl.MultiVersionLongArray
 
isTransient() - Method in interface com.qfs.index.IMultiVersionIntegerArray
Returns whether this array is transient.
isTransient() - Method in interface com.qfs.index.IMultiVersionLongArray
Returns whether this array is transient.
isTransient() - Method in interface com.qfs.pivot.agg.IAggregateStore
Returns whether the considered store is transient.
isTransient() - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
isTransient() - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
isTransient() - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
isTransient() - Method in interface com.qfs.store.IChunkFactory
Says if the chunks created by this factory are transient.
isTransient() - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
isTransient() - Method in class com.qfs.store.impl.ChunkFactory
 
isTransient() - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
isTransient() - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedColumnDecorateArray
 
isTransient(IAggregatesCache.IAggregatesCacheKey) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
IStream<EventT> - Interface in com.quartetfs.biz.pivot.query.aggregates
A Stream is a registered component that publishes real-time events into the ActivePivot continuous query engine.
IStream<Q extends IQuery<?>> - Interface in com.quartetfs.tech.streaming
A stream is a stateful component publishing events to a publisher.
IStreamedViewListenerRegistration - Interface in com.activeviam.database.api.query
Interface representing the registration of a IStreamListViewListener to a list query.
IStreamEvent - Interface in com.quartetfs.tech.streaming
Base interface for events occurring on a stream.
IStreamIdentifier - Interface in com.quartetfs.tech.streaming.sharing
Identifier used as key in IStreamRegister.
IStreamInfo - Interface in com.qfs.snl.agent.mdx
Container for information about a given location in the context of a Stream.
IStreamInfo.InfoProcedure - Interface in com.qfs.snl.agent.mdx
Procedure to call on each event published by the information container.
IStreamInfoHolder - Interface in com.quartetfs.biz.pivot.monitoring
Keep snapshot stream information.
IStreamingActionMonitor - Interface in com.activeviam.apm.pivot.monitoring
Interface of monitors for streaming actions.
IStreamingActionMonitor.StreamingServiceTags - Enum in com.activeviam.apm.pivot.monitoring
 
IStreamingMonitorConfig - Interface in com.qfs.server.cfg
Configures the monitor for Streaming service and the Streams snapshot service.
IStreamingService - Interface in com.quartetfs.tech.streaming
Service providing control over streams.
IStreamingServiceMonitor - Interface in com.quartetfs.biz.pivot.monitoring
The monitor for streaming service.
IStreamListener - Interface in com.quartetfs.biz.pivot.query.aggregates
A listener that can register to a stream to receive its published events.
IStreamListener - Interface in com.quartetfs.tech.streaming
A stream listener listens to stream events from multiple streams, and from multiple domains.
IStreamListViewListener - Interface in com.activeviam.database.api.query
Listen to updates received from a IPreparedListQuery.
IStreamNode<S extends IStream<Q>,​Q extends IQuery<?>> - Interface in com.quartetfs.tech.streaming.sharing
Defines a stream node that is attached to a continuous query.
IStreamOnContinuouslyQueryableIdentifier - Interface in com.quartetfs.tech.streaming.sharing
Specialization of IStreamIdentifier for IStreamNode querying a IContinuouslyQueryable.
IStreamOnContinuouslyQueryableNode<S extends IStream<Q>,​Q extends IQuery<?>,​R,​U extends IContinuousQueryUpdate<R>> - Interface in com.quartetfs.tech.streaming.sharing
Specialization of IStreamNode following a IContinuouslyQueryable.
IStreamProperties - Interface in com.quartetfs.tech.streaming
A stream definition contains all the data necessary to the creation of a stream.
IStreamProperties.InitialPublicationMode - Enum in com.quartetfs.tech.streaming
The various initial publication modes.
IStreamProperties.InitialState - Enum in com.quartetfs.tech.streaming
An enumeration that defines the initial state of the stream.
IStreamPublisher - Interface in com.quartetfs.tech.streaming
A stream publisher is a sort of sink specialized for stream publication.
IStreamRegister<N extends IStreamNode<S,​Q>,​S extends IStream<Q>,​Q extends IQuery<?>> - Interface in com.quartetfs.tech.streaming.sharing
A stream register can subscribe and unsubscribe IStream, arranging them into IStreamNode.
IStreamSnapshotService - Interface in com.quartetfs.biz.pivot.monitoring
Helper service for dumping / reloading continuous queries from file.
IStreamTranslator<S extends IStream<?>> - Interface in com.quartetfs.biz.pivot.monitoring
A stream translator helps converting a stream to and fro a JSON representation.
IStreamWithRanges<Q extends IQuery<?>> - Interface in com.quartetfs.tech.streaming
A stream whose result can be filtered with IAxisRanges.
IStringFormulaSpecification - Interface in com.quartetfs.pivot.mdx.statement
A formula specification makes the link between an identifier and an expression.
IStringLiteral - Interface in com.quartetfs.pivot.mdx.statement
String literal interface.
IStringLiteral.Quotes - Enum in com.quartetfs.pivot.mdx.statement
 
IStringProperty - Interface in com.quartetfs.fwk.util
A key-value property where the key and the value are strings.
IStringQuery<R> - Interface in com.quartetfs.biz.pivot.query
Interface for queries whose content can be represented as a String.
IStringSerializer - Interface in com.qfs.msg.serialization
An interface / plugin value to be able to instantiate a serializer which converts objets to string at execution time.
IStructureKey - Interface in com.activeviam.store.structure.graph
Marker interface for objects used as key in the graph of an IDatabaseSchemaUpdater.
IStructureUpdatePlan - Interface in com.activeviam.store.structure
The plan is generated by an IDatastoreSchemaUpdater and contains the IUpdateActions to apply on the datastore.
isTrueCondition(ICondition) - Static method in class com.qfs.condition.impl.BaseConditions
Returns whether the given condition with ImplementationCode.TRUE implementation code.
ISubCondition - Interface in com.quartetfs.fwk.filtering
A condition that asserts that part of the input object (as resulting of the accessor's introspection) respects a given condition.
ISubCubeDimension<H extends IHierarchy> - Interface in com.quartetfs.biz.pivot.context.subcube
Interface of a sub cube dimension, a dimension filtered with the restrictions of a sub cube.
ISubCubeHierarchy - Interface in com.quartetfs.biz.pivot.context.subcube
Interface of a sub cube hierarchy, a hierarchy filtered with the restrictions of a sub cube.
ISubCubeProperties - Interface in com.quartetfs.biz.pivot.context.subcube
The main component of the SubCube functionality.
ISubCubeTree - Interface in com.quartetfs.biz.pivot.context.subcube
A subCubeTree handles allowed path of operands defined for a given hierarchy.
ISubCubeVisitor<T> - Interface in com.quartetfs.biz.pivot.context.subcube.visitor
An interface for a component that can visit ISubCubeProperties.
ISubPointIntegerArrayIndex - Interface in com.quartetfs.biz.pivot.query.aggregates
Interface for IntegerArray-based secondary indexes with a simple iterating method.
ISubSelect - Interface in com.quartetfs.pivot.mdx.statement
Definition of a sub-select within a global SELECT statement.
isUnboundedPreceding() - Method in class com.activeviam.copper.measure.window.CopperRange
Checks if it is unbounded preceding.
isUnixTarFormat() - Method in class com.qfs.util.tar.impl.TarEntry
Returns true if this entry's header is in the old "unix-tar" format.
isUnknown(int) - Method in class com.quartetfs.biz.xmla.servlet.impl.AttributesMarshallingContext
 
isUnknownMember(IMdxFixedMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Returns whether or not this member is an Unknown Member for its level.
isUnknownMember(IMdxFixedMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
IsUnknownMemberFunction - Class in com.quartetfs.pivot.mdx.func.impl
Whether or not this member represents one Unknown Member on its level.
IsUnknownMemberFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.IsUnknownMemberFunction
 
isUpdated() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo
 
isUpdated() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
isUpdated() - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Indicates if the info has been updated and needs to be published.
isUsedForPartitioning(String) - Method in class com.qfs.store.part.impl.AdaptivePartitioningDescription
 
isUsedForPartitioning(String) - Method in class com.qfs.store.part.impl.ConstantPartitioningDescription
 
isUsedForPartitioning(String) - Method in class com.qfs.store.part.impl.HierarchicalPartitioningDescription
 
isUsedForPartitioning(String) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription
 
isUsedForPartitioning(String) - Method in class com.qfs.store.part.impl.PartitioningDescription
 
isUsedForPartitioning(String) - Method in interface com.qfs.store.part.IPartitioningDescription
Checks whether or not the given field is used in this partitioning (not in a constant way).
isUseIndexCompression() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
isUserDefined() - Method in class com.activeviam.copper.hierarchy.ACopperJoinHierarchy
 
isUserDefined() - Method in interface com.activeviam.copper.hierarchy.ICopperJoinHierarchy
States if this hierarchy was created by the user, or internally created.
isUserSpecified(CopperHierarchyMetadata.UserSpecific) - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Gets whether the user has specified the given metadata.
isUserSpecified(CopperLevelMetadata.UserSpecific) - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Gets whether the user has specified the given metadata.
isUserSpecified(MeasureMetadata.UserSpecific) - Method in class com.activeviam.copper.MeasureMetadata
Gets whether the user has specified the given metadata.
isUSTarFormat() - Method in class com.qfs.util.tar.impl.TarEntry
Returns true if this entry's header is in "ustar" format.
isValid() - Method in class com.qfs.distribution.impl.DataNodeIdentifierFactory
Returns true if the content of this object is valid.
isValid(ILocation, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Checks whether a location is valid regarding the given mapping.
isValid(Object) - Method in class com.quartetfs.fwk.types.impl.Plugin
 
isValid(Object) - Method in class com.quartetfs.fwk.types.impl.VariablePlugin
 
isValid(Object) - Method in interface com.quartetfs.fwk.types.IPlugin
Indicates whether the Plugin with the given key exists.
isValid(Object) - Method in class com.quartetfs.pivot.mdx.impl.CaseInsentivePlugin
 
isValidField(int) - Method in interface com.qfs.store.part.IPartitioningFormat
Decides if a given field can be used as a partitioning field.
isValidField(String) - Method in interface com.qfs.store.part.IPartitioningFormat
Decides if a given field can be used as a partitioning field.
isVector() - Method in interface com.activeviam.copper.measure.window.WindowReducer
Returns whether the reducer's aggregated value is a vector or not.
isVectorWritable(int) - Method in interface com.qfs.chunk.IWritableBuffer
Checks if the vector stored at the given position can be modified.
isVectorWritable(int) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
isViewed(String) - Method in class com.qfs.repository.impl.RepositoryDaemonActions
 
isViewed(String) - Method in interface com.qfs.repository.IRepositoryDaemonActions
Has the parameter already been seen.
isVirtual() - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
isVirtual() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchyInfo
Returns true when the hierarchy is virtual (i.e.
isVirtual() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
 
isVirtual() - Method in interface com.quartetfs.biz.pivot.definitions.IAxisHierarchyDescription
Returns true when the hierarchy is virtual (i.e.
isVirtual() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisHierarchyDescription
 
isVirtual(IHierarchyDescription) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Returns whether this hierarchy description is virtual.
isVisible() - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Gets the visibility attribute of this hierarchy.
isVisible() - Method in class com.activeviam.copper.MeasureMetadata
Returns whether the measure is visible.
isVisible() - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
isVisible() - Method in class com.qfs.pivot.json.discovery.DrillthroughColumnDiscovery
 
isVisible() - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
isVisible() - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Returns the visibility of the measure.
isVisible() - Method in class com.qfs.webservices.DimensionDiscovery
The visibility of the dimension.
isVisible() - Method in class com.qfs.webservices.HierarchyDiscovery
The visibility of the hierarchy.
isVisible() - Method in class com.qfs.webservices.MeasureDiscovery
The visibility of the measure.
isVisible() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughHeader
Returns the visibility of the header.
isVisible() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughHeader
 
isVisible() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureMember
Returns true when this measure is visible.
isVisible() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AMeasureMember
 
isVisible() - Method in interface com.quartetfs.biz.pivot.definitions.IAxisDimensionDescription
Returns the visibility of the axis dimension.
isVisible() - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Returns the visibility (only used by the measures).
isVisible() - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
Indicates if the epoch dimension will be visible.
isVisible() - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Returns the visibility of the hierarchy.
isVisible() - Method in interface com.quartetfs.biz.pivot.definitions.IMeasureMemberDescription
Returns the visibility of the AggregatedMeasure/PostProcessedMeasure.
isVisible() - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
 
isVisible() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
isVisible() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
isVisible() - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
isVisible() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
isVisible() - Method in class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
 
isVisible() - Method in class com.quartetfs.biz.xmla.discovery.impl.ARowsetDefinition
 
isVisible() - Method in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_SchemataDefinition
 
isVisible() - Method in interface com.quartetfs.biz.xmla.rowset.definition.IRowsetDefinition
Indicate if this RowsetDefinition will be returned when discovering the rowsets.
isVisible() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxDimension
Returns whether this dimension is visible to the user.
isVisible() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxHierarchy
Gets whether or not this hierarchy is visible to the user.
isVisible() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxDimension
 
isVisible() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxHierarchy
 
isVisible(boolean) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
isVisible(boolean) - Method in class com.activeviam.builders.dimensions.SimpleDimensionBuilder
 
isVisible(boolean) - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
isVisible(boolean) - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
isVisible(boolean) - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
isVisible(boolean) - Method in class com.activeviam.copper.hierarchy.ACopperCommonHierarchyBuilder
 
isVisible(boolean) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
isVisible(boolean) - Method in class com.activeviam.copper.measure.NamedMeasure
 
isVisible(boolean) - Method in interface com.activeviam.desc.build.ICanHide
Changes the visibility of this item.
isVisible(IMdxFixedMember) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Extract the visibility of the measure.
isVisible(IMdxFixedMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Extracts the visibility of the measure.
isVoid() - Method in class com.quartetfs.pivot.mdx.plan.impl.BasicCellPlanExecutor
 
isVoid() - Method in interface com.quartetfs.pivot.mdx.plan.impl.PassDirectedExecutionGraph.ITaskExecutor
Is Void result.
isVoid() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanExecutor
 
isVoid() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanUpdater
 
isWarning() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvCharacterCodingError
 
isWarning() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvIllegalVectorSizeError
 
isWarning() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvNotEnoughColumnsAnomaly
 
isWarning() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvParseValueError
 
isWarning() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvTooManyColumnsAnomaly
 
isWarning() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvUnknownError
 
isWarning() - Method in interface com.activeviam.msg.reporting.ICsvAnomaly
Returns whether this anomaly is a warning or not.
isWatcherPaused(IWatcher) - Method in class com.qfs.msg.impl.WatcherService
 
isWatcherPaused(IWatcher) - Method in interface com.qfs.msg.IWatcherService
Says if the processing of events for a given watcher is paused.
isWhatIf(IEpoch) - Static method in class com.qfs.multiversion.impl.EpochUtil
Tells whether the specified epoch what created for a What-if.
isWhatIf(String, boolean) - Static method in class com.qfs.multiversion.impl.EpochUtil
Tells whether the specified arguments are related to a What-If.
isWiderNumericalType(int, int) - Static method in class com.activeviam.copper.operation.operator.Operators
Checks if candidate type is strictly wider to the given type.
isWildcardPath(String) - Static method in class com.qfs.content.service.impl.ContentServiceHelper
Returns whether the given path ends with a wildcard entry.
isWithInitialView() - Method in class com.qfs.repository.ws.ParameterWsConfigurationDto
Returns whether an initial view is needed upon registration.
isWorkingForThisScope(IActivePivotVersion, ILocationBuilder, ICubeFilter, IJoinMeasure<?, ?>) - Method in class com.activeviam.copper.agg.AJoinAnalysisAggregationProcedure
Checks if the given IJoinMeasure can work for the given location corresponding to the scope of the query.
isWritable() - Method in class com.qfs.snl.dtos.FormFieldDto
Gets if the field is writable or read-only.
isWritable() - Method in interface com.qfs.snl.messages.form.IFormField
Is this property writable by the user.
isWritable() - Method in class com.qfs.snl.messages.form.impl.FormField
 
ITable - Interface in com.qfs.chunk
Data elements organized in a table layout.
ITableBuilder - Interface in com.qfs.util.ui
Provide utilities to create text tables.
ITableBuilder.Orientation - Enum in com.qfs.util.ui
The alignment of the content in the cells.
ITableConverter - Interface in com.quartetfs.pivot.mdx.result.impl
 
ITableCursor - Interface in com.activeviam.table
Interface representing a cursor over the content of a ITable.
ITableJoin - Interface in com.activeviam.database.api.schema
Representation of a join between two tables.
ITableJoin.FieldMapping - Class in com.activeviam.database.api.schema
 
ITablePermissions - Interface in com.qfs.desc
Permissions for the tables of the database.
ITableSecurity - Interface in com.qfs.desc
Security for the tables of the database.
ITableSecurityBuilder - Interface in com.qfs.desc
Builder for the ITableSecurity.
ITableSecurityDescription - Interface in com.qfs.store.service
Description of the security applied to a given table of the database.
ITabularDataSet - Interface in com.quartetfs.biz.xmla
This interface describes a tabular data set.
ITagAcceptor - Interface in com.activeviam.health.monitor
Interface for a component that has tags that it is interested in at a given level.
ITaskAssigner - Interface in com.qfs.snl.workflows.tasks
Interface managing task assignment to users.
ITaskPublisher - Interface in com.qfs.snl.workflows
Component in charge of publishing user tasks.
ITaskService - Interface in com.qfs.snl.workflows.tasks
Service managing tasks created by workflows.
Item - com.quartetfs.biz.xmla.constants.Keyword
 
ITEM - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
ItemFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
ItemFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ItemFunction
 
ITemplateEngine - Interface in com.qfs.snl.messages
Service rendering templates for workflow messages.
iterator() - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
iterator() - Method in class com.activeviam.collections.impl.AppendOnlyCollection
 
iterator() - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
iterator() - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
iterator() - Method in class com.activeviam.database.api.schema.JoinPath
Returns an iterator over the joins.
iterator() - Method in exception com.qfs.messenger.impl.CompletableFutureMessageAnswer.DistributedException
 
iterator() - Method in class com.qfs.snl.events.impl.EventCache
 
iterator() - Method in class com.qfs.store.impl.ChunkSetRecordBlock
 
iterator() - Method in interface com.qfs.store.query.ICursor
Returns an iterator over the records in this cursor.
iterator() - Method in class com.qfs.store.query.impl.ACursor
 
iterator() - Method in class com.qfs.store.query.impl.CursorWrapper
 
iterator() - Method in class com.qfs.store.query.impl.EmptyResultCursor
 
iterator() - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
iterator() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
iterator() - Method in class com.qfs.store.record.impl.FilteredRecordBlock
 
iterator() - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
iterator() - Method in class com.qfs.store.record.impl.RecordBlock
 
iterator() - Method in class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
 
iterator() - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
iterator() - Method in class com.qfs.trove.impl.QIntEmptySet
 
iterator() - Method in class com.qfs.trove.impl.QIntSingletonSet
 
iterator() - Method in class com.quartetfs.biz.pivot.test.util.DummyRecordBlock
 
iterator() - Method in interface com.quartetfs.pivot.mdx.result.IMdxCellSetAxis
Returns an iterator on the axis.
iterator() - Method in class com.quartetfs.pivot.mdx.result.impl.BasicMdxCellSetAxis
 
iterator() - Method in class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet.EmptyMdxCellSetAxis
 
iterator() - Method in class com.quartetfs.pivot.mdx.result.impl.FilteredMdxCellSetAxis
 
iterator() - Method in class com.quartetfs.pivot.mdx.utils.impl.CircularBuffer
Returns an iterator over the elements contained in this collection.
iterator(Iterable<? extends E>...) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Merges the iterators associated with the given Iterable into a single Iterator.
IThreadOnNumaNode - Interface in com.qfs.platform
Marker indicating that a thread is running attached to a given NUMA node.
IThreadPoolSelector - Interface in com.qfs.pool
An IThreadPoolSelector is able to return a ForkJoinPool for a given NUMA node ID.
IThreadWithChunkAllocator - Interface in com.qfs.chunks
Representation of a custom thread with vector allocators to it.
IThreadWithFence - Interface in com.qfs.memory
Representation of a custom thread with a fenced attached to it.
ITime - Interface in com.quartetfs.fwk.types
High level interface for time container classes that can export the time as a Java long.
ITimeLinePostProcessor - Interface in com.quartetfs.biz.pivot.query.aggregates
A TimePostprocessor builds its query evaluation by applying a logic along a time hierarchy.
ITimeLinePostProcessor.PositionTypes - Enum in com.quartetfs.biz.pivot.query.aggregates
Kinds of "position type".
ITimePeriod - Interface in com.qfs.snl
Definition of a time period.
ITimer - Interface in com.qfs.util.timing
Measure time elapsed between invocations of ITimer.start() and ITimer.stop().
ITimestamp - Interface in com.qfs.agg
A timestamp as produced by a TIMESTAMP aggregation function.
ITimestampedContentEntry - Interface in com.qfs.content.service
The raw data of the content entry with timestamp and lastEditor information, without any utility methods.
ITimestampedPathlessContentEntry - Interface in com.qfs.content.service
An extension of IBasicPathlessContentEntry which provides additional information about the last update on the entry: the last editor and the update timestamp.
ITimeSupplier - Interface in com.activeviam.time
An object providing a representation of the time.
IToken<K> - Interface in com.quartetfs.biz.xmla.binxml.token
Token interface that is generic.
ITopic - Interface in com.qfs.msg
Contract for a data topic representing a particular type of data content (e.g.
ITopicParsingReport - Interface in com.activeviam.msg.reporting
A topic-wide parsing report, that contains the file-wide parsing reports for each file in the topic.
ITraceableBroadcastContext - Interface in com.qfs.distribution
Interface for netty broadcast message that need to carry trace context.
ITracer - Interface in com.activeviam.tracing.tracer
Contract for tracing instrumentation.
ITracer.SpanLevel - Enum in com.activeviam.tracing.tracer
Span levels.
ITracingRestService - Interface in com.activeviam.tracing
Definition of a REST service forwarding external tracing to a tracing handler.
ITransaction - Interface in com.qfs.multiversion
A transaction on a versioned Object.
ITRANSACTION_COMMITTED_MESSAGE - com.qfs.messenger.netty.streaming.impl.NettyStreamUtils.MessageType
Key for setting the max size of messages.
ITransactionalAxisMember - Interface in com.quartetfs.biz.pivot.cube.hierarchy.axis
Deprecated, for removal: This API element is subject to removal in a future version.
ITransactionalBase - Interface in com.qfs.multiversion
ITransactionalMultiVersion - Interface in com.qfs.multiversion
Interface of a multiversion component.
ITransactionalWriter - Interface in com.qfs.store.transaction
A component that can write in a IDatastore via transactions.
ITransactionCommittedMessage - Interface in com.qfs.messenger.message
Message exchanged between nodes in a distributed cluster, that represents a committed transaction in the sending node.
ITransactionContent - Interface in com.qfs.plan
Holder for all the records modified by a transaction.
ITransactionExceptionHandler - Interface in com.qfs.store.transaction
Handles the exceptions that can occur when executing transactions instructions and the transaction code around it.
ITransactionInfo - Interface in com.quartetfs.biz.pivot.transaction
Information about a transaction over an ActivePivot multiversioned component.
ITransactionListener - Interface in com.qfs.store.transaction
A transaction listener is listening transaction managers in order to intercept every important action: When a transaction is started.
ITransactionListener<InfoT extends ITransactionInfo> - Interface in com.quartetfs.biz.pivot.transaction
A transaction listener is listening transaction managers in order to intercept every important action: When a transaction is started.
ITransactionManager - Interface in com.qfs.store.transaction
The transaction manager of the data store.
ITransactionManager<InfoT extends ITransactionInfo> - Interface in com.quartetfs.biz.pivot.transaction
The transaction manager handles the transactions for a transactional component.
ITransactionManager.IUpdateWhereProcedure - Interface in com.qfs.store.transaction
The user-defined procedure used in an updateWhere method to perform the actual update in the selected store.
ITransactionOperation - Interface in com.qfs.plan
Deprecated, for removal: This API element is subject to removal in a future version.
ITransactionPublishingScheduler - Interface in com.qfs.store.selection
The component responsible for fetching an ITransactionContent and publishing it.
ITransactionQueryRunner - Interface in com.qfs.store.query
A query runner able to run a query in the current transaction.
ITransfer - Interface in com.quartetfs.fwk.types
Interface of an object that can accumulate data in its own state and transfer this state into a target object.
ITransformedReader - Interface in com.quartetfs.biz.pivot.cellset.impl
A reader that can only read the value that has been set using the latest call to ITransformedReader.setTransformedValue(int, com.quartetfs.biz.pivot.IPointLocationReader, com.qfs.store.record.IRecordReader), which will typically transform the given underlying values into a single value to be read.
ITransformProcedure - Interface in com.quartetfs.biz.pivot.cellset
A procedure that transforms a record of underlying values attached to a location into a single transformed value.
ITransientCachedAggregates - Interface in com.quartetfs.biz.pivot.query.aggregates
Marker interface for aggregates that are only transiently stored in the cache (typically as placeholders).
ITransientContextValue - Interface in com.quartetfs.biz.pivot.context
Interface implemented by context values which should not be serialized.
ITransientVector - Interface in com.qfs.vector
A special interface for transient vectors.
ITransition<V extends IVersion> - Interface in com.qfs.multiversion.squash
The transition of a ATransactionalVersion.
ITranslator<I,​O,​CalcT> - Interface in com.qfs.msg
Translates an input object into an output object.
ITree<K,​V,​E> - Interface in com.qfs.graph
Represent a tree.
ITreeIteratorFactory<E> - Interface in com.quartetfs.biz.tree
A factory that create a node iterator from a given node.
ITreeProcedure<E,​R> - Interface in com.quartetfs.biz.tree
A procedure for execution within a tree.
ITreeStoreNode - Interface in com.qfs.store.query.plan
Unique identifier for a store in a query filtering or selection tree.
ITreeVisitor<K,​C> - Interface in com.qfs.graph.impl
Interface for visitor to use when traversing a ITree.
ITreeWalker<K,​V,​E,​C> - Interface in com.qfs.graph.impl
Represent an element that can walk a ITree showing around an IDfsTreeVisitor the traversed nodes.
ITuple - Interface in com.quartetfs.pivot.mdx.eval
A tuple represents a multi-dimensional selection of members (possibly range).
ITuplePublisher<I> - Interface in com.qfs.source
Encapsulates the business logic to publish a series of tuples in the context of one message.
ITupleTranslator - Interface in com.qfs.msg.csv.translator
A tuple translator is a columnar translator that returns raw tuples (Object[] instances).
ITypeContribution - Interface in com.quartetfs.fwk.contributions
A Type contributions just defines the association of an interface and its implementation class.
ITypedAggregatedElement - Interface in com.qfs.pivot.agg
Interface for elements that contains aggregated values and give the types of the inputs.
ITypedColumnarTable - Interface in com.activeviam.sql.table
A table which knows the column types.
ITypedDto<T> - Interface in com.qfs.snl.dtos.ws
Common interface for all the DTOs with a custom data content identified by a key.
ITypeProcessExecutor - Interface in com.qfs.snl.workflows.process
Interface for plugin values implementing IWorkflowProcessExecutor from IEntityWorkflowConfiguration.
IUniqueRecordIndex - Interface in com.qfs.index
Unique index on fields of the records.
IUniqueRecordIndexTransaction - Interface in com.qfs.index
A transaction on this index.
IUniqueRecordIndexVersion - Interface in com.qfs.index
A stable version of this index.
IUnknownMemberExpression - Interface in com.quartetfs.pivot.mdx.statement
Expression representing a member that does not exist in the pivot.
IUnknownOlapElementException - Interface in com.quartetfs.biz.pivot.postprocessing
Interface for checked and unchecked exceptions to be thrown when searching for an olap element (see IUnknownOlapElementException.OlapElementType) in the cube that does not exist or is currently missing.
IUnknownOlapElementException.OlapElementType - Enum in com.quartetfs.biz.pivot.postprocessing
The type of olap element that is missing.
IUnnamedColumnarTable - Interface in com.qfs.column
A table with a columnar layout, that exposes its columns as arrays.
IUnresolvedFunctionCall - Interface in com.quartetfs.pivot.mdx.statement
Interface representing a function call after the parsing of the Mdx.
IUnresolvedPath - Interface in com.quartetfs.biz.pivot.query.missing
Represents a string path that cannot be matched to actual members of a IHierarchy.
IUpdateAction - Interface in com.activeviam.store.structure
Actions created by the IDatastoreSchemaUpdater to update the datastore.
IUpdateAction.Deferred - Annotation Type in com.activeviam.store.structure
Annotation for methods that can only be called once all the actions are created.
IUpdateActionVisitor - Interface in com.activeviam.store.structure
Interface for IUpdateAction visitors.
IUpdateDao<T> - Interface in com.qfs.snl.persistence
Interface representing a DAO that can perform update actions.
IUpdateFieldsAction - Interface in com.activeviam.store.structure
This action is created when fields are added to/removed from/transformed in a store.
IUpdateIndexAction - Interface in com.activeviam.store.structure
Interface for actions related to a store index.
IUpdateIndexesAction - Interface in com.activeviam.store.structure
This action is created when indexes are added/rebuilt/removed from a store.
IUpdatePartitioningAction - Interface in com.activeviam.store.structure
Action to update the partitioning of the datastore.
IUpdatePartitioningAction.SubPartitionVersion - Class in com.activeviam.store.structure
A sub partition version contains an IStorePartitionVersion, its parent version, and the DatastoreVersionKeys.VersionPartitionKey.
IUpdateRequest<ExistingT,​NewT> - Interface in com.qfs.repository.persistence
An update request provides: from: the known or origin state of the data when the update is requested to: the new state of the data that is requested.
IUpdateStoreAction - Interface in com.activeviam.store.structure
Marker interface for actions that update a store.
IUpdateWhereInfo - Interface in com.qfs.store
POJO that contains the information to execute an update where action.
IUpdateWhereProcedureFactory - Interface in com.qfs.store.service
Factory to build update where procedures.
IUrlBuilder - Interface in com.qfs.rest.urls
Definition of an URL builder following QuartetFS conventions.
IUrlBuilder.IBuildable - Interface in com.qfs.rest.urls
Interface representing a builder with enough information and options to build an URL.
IUrlBuilder.IBuildableApi - Interface in com.qfs.rest.urls
Interface for a buildable builder with at least API type.
IUrlBuilder.IBuildablePrefix - Interface in com.qfs.rest.urls
Interface for a buildable builder with at least prefix.
IUrlBuilder.IBuildableService - Interface in com.qfs.rest.urls
Interface for a buildable builder with at least service name.
IUrlBuilder.IBuildableWithPath - Interface in com.qfs.rest.urls
Interface for a buildable builder with at least path information.
IUrlBuilder.IBuildableWithVersion - Interface in com.qfs.rest.urls
Interface for a buildable builder with at least API version.
IUrlBuilder.IBuilder - Interface in com.qfs.rest.urls
Base interface for an URL Builder.
IUrlBuilder.IForHost - Interface in com.qfs.rest.urls
Interface offering to set the hostname in an URL.
IUrlBuilder.IForPath - Interface in com.qfs.rest.urls
Interface allowing to define the path parts of the URL.
IUrlBuilder.IForPrefix - Interface in com.qfs.rest.urls
Recursive interface allowing to define prefix for the URL.
IUrlBuilder.IForService - Interface in com.qfs.rest.urls
Interface to define the name of the service API exposed.
IUrlBuilder.IForVersion - Interface in com.qfs.rest.urls
Interface offering a method to define the version of an API.
IUrlBuilder.IWebApi - Interface in com.qfs.rest.urls
Interface allowing to choose the type of API to target.
IUrlBuilder.IWithSlashOption - Interface in com.qfs.rest.urls
Interface offering option for a trailing / in the URL.
IUsageTracker<E> - Interface in com.activeviam.util
Class tracking usages of objects.
IUserAuthentication - Interface in com.quartetfs.biz.pivot.context
Context value carrying the name of the current user.
IUserDefinedAggregateFunction - Interface in com.activeviam.agg
Interface for aggregate functions whose aggregation handle multiple fields as source.
IUserDefinedAggregation - Interface in com.activeviam.agg
Interface for user-defined aggregations.
IUserDetailsService - Interface in com.quartetfs.fwk.security
This interface wraps the UserDetailsService provided by spring.
IUserTask - Interface in com.qfs.snl.workflows.tasks
Quartet definition of user task provided by Actitivi.
IValueProcedure - Interface in com.quartetfs.biz.pivot.cellset
A procedure that is executed on each non-null value of a IAggregatesRetrievalResult.
IValuesProcedure - Interface in com.quartetfs.biz.pivot.cellset
A procedure that is executed on selected rows of a IAggregatesRetrievalResult.
IVariableParser<T> - Interface in com.quartetfs.fwk.format
Specialization of IParser managing parameterised key (e.g.
IVariablePluginValue - Interface in com.qfs.msg
A plugin that can change on some parameters provided in the description.
IVector - Interface in com.qfs.vector
A vector is equivalent to a standard Java array in terms of interface.
IVectorAllocator - Interface in com.qfs.vector
A vector allocator is responsible for allocating vectors of a given length.
IVectorArrayWriter - Interface in com.qfs.chunk
An IArrayWriter that can store vectors.
IVectorBinding - Interface in com.qfs.vector
A static binding between two types of vector implementations.
IVectorBindingCreator - Interface in com.qfs.vector.binding
An Object used to create vector bindings between two implementation classes of vectors.
IVectorChunk - Interface in com.qfs.chunk
A chunk that is able to store vectors.
IVectorFieldDescription - Interface in com.qfs.desc
An IFieldDescription for a vector field.
IVersion - Interface in com.qfs.multiversion
A consistent version of a base Object.
IVersionedContinuousQueryUpdate<R> - Interface in com.quartetfs.biz.pivot.query
ActivePivot versioned continuous query update.
IVersionedRecordProcedure - Interface in com.qfs.store.record
Procedure executed over a collection of matching versioned records.
IVersionedRecordReader - Interface in com.qfs.store.record
A record holding the version number at which it has been inserted or removed.
IVersionHistory<V extends IVersion> - Interface in com.qfs.multiversion
An ordered history of versions, with the ability to retrieve the version that is valid at a given epoch.
IVersionNode<V extends IVersion,​P extends IVersionNode<V,​P>> - Interface in com.qfs.multiversion
A node containing a version.
IVersionProcedure<V extends IVersion> - Interface in com.qfs.multiversion
A procedure that can be run on a IVersion.
IVersionProvider - Interface in com.quartetfs.biz.pivot
Pivot latest version provider.
IVersionsRestService - Interface in com.qfs.versions.service
Definition of the REST service returning the list of services exposed by an application.
IWatcher - Interface in com.qfs.msg
General interface for components that can process the events of a WatchKey.
IWatcherService - Interface in com.qfs.msg
Watcher service to subscribe to the events of a path.
IWebSocketActionMonitor - Interface in com.activeviam.apm.pivot.monitoring
Interface of monitors for WebSocket actions.
IWebSocketActionMonitor.WebSocketTags - Enum in com.activeviam.apm.pivot.monitoring
 
IWebSocketEngineConfig - Interface in com.qfs.websocket
Interface for configuring a websocket engine.
IWebsocketSessionFactory - Interface in com.qfs.spring.websocket
Deprecated, for removal: This API element is subject to removal in a future version.
IWhenClause - Interface in com.quartetfs.pivot.mdx.statement
Part of a ICaseExpression.
IWithAnalysisHierarchyDescriptionBuilder - Interface in com.activeviam.desc.build.dimensions
Interface for the step after providing the IAnalysisHierarchyDescription.
IWithQueryPlans - Interface in com.quartetfs.biz.pivot.cellset
Interface providing query plans.
IWorkflowConfig - Interface in com.qfs.snl.workflows
Interface for classes representing a workflow configuration.
IWorkflowEntityResolver - Interface in com.qfs.snl.workflows
Interface defining a way to retrieve workflow configurations for custom objects that internally stores a workflow schema.
IWorkflowPayload - Interface in com.qfs.snl.workflows
Definition of the payload passed along with each workflow.
IWorkflowPayload.Variables - Interface in com.qfs.snl.workflows
List of possible variable names used in the workflow.
IWorkflowProcess - Interface in com.qfs.snl.workflows
Definition of workflow process.
IWorkflowProcess.CompletionCbk - Interface in com.qfs.snl.workflows
Completion Call Back.
IWorkflowProcessExecutor<T> - Interface in com.qfs.snl.workflows.process
Interface for an executor that fluently leads a user to execute a workflow for a given entity.
IWorkflowProcessExecutor.IExecutableExecutor<T> - Interface in com.qfs.snl.workflows.process
Executor with all information for execution.
IWorkflowProcessExecutor.IExecutorWithType<T> - Interface in com.qfs.snl.workflows.process
Executor step to configure an action to execute, as well as the mandatory aspect of the action.
IWorkflowRestService - Interface in com.qfs.snl.rs
The workflow rest service.
IWorkflowSchema - Interface in com.qfs.snl.workflows
Representation of a workflow schema.
IWorkflowSchemaDao - Interface in com.qfs.snl.persistence
DAO for workflow schemas.
IWorkflowService - Interface in com.qfs.snl.workflows
Service orchestrating all operations related to workflows.
IWorkflowService.WorkflowEntities - Interface in com.qfs.snl.workflows
List of ActiveMonitor predefined workflow entities.
IWorkflowService.WorkflowTypes - Interface in com.qfs.snl.workflows
List of ActiveMonitor predefined Workflow actions.
IWorkflowUnit - Interface in com.qfs.snl.workflows.units
Instance handling the execution of a workflow.
IWritableAnalysisHierarchyInfo - Interface in com.quartetfs.biz.pivot.cube.hierarchy
An analysis hierarchy info with the interface to write elements into it.
IWritableArray - Interface in com.qfs.chunk
An array with the interface to write elements into it.
IWritableBitmapIndex - Interface in com.qfs.bitmap
An indexing structure using bitmaps to resolve point queries and range queries.
IWritableBuffer - Interface in com.qfs.chunk
An array with the interface to write elements into it.
IWritableByteRecord - Interface in com.qfs.store.record
A IByteRecord that is also a IWritableRecord.
IWritableByteRecordBlock - Interface in com.qfs.store.record
IWritableCell - Interface in com.activeviam.util.cells
Definition of a read/write component linked to a cell containing some data.
IWritableDictionary<K> - Interface in com.qfs.dic
A dictionary into which new keys can be written, using the map function.
IWritableDictionary.IDoubleDictionary - Interface in com.qfs.dic
Specialized dictionary interface for dictionaries of Doubles.
IWritableDictionary.IFloatDictionary - Interface in com.qfs.dic
Specialized dictionary interface for dictionaries of Floats.
IWritableDictionary.IIntegerDictionary - Interface in com.qfs.dic
Specialized dictionary interface for dictionaries of integers.
IWritableDictionary.ILongDictionary - Interface in com.qfs.dic
Specialized dictionary interface for dictionaries of Longs.
IWritableFieldPermission - Interface in com.qfs.desc
Read and write permissions for the fields of the datastore.
IWritableIndex - Interface in com.qfs.index
A writable IIndex.
IWritableIntegerArray - Interface in com.qfs.index
A writable IIntegerArray.
IWritableIntegerArrayDictionary - Interface in com.qfs.dic
IWritableLongArray - Interface in com.qfs.index
A writable ILongArray.
IWritableRecord - Interface in com.qfs.store.record
A record that can be written into, using its IArrayWriter interface.
IWritableRecordBlock<RecordT extends IRecordReader> - Interface in com.qfs.store.record
A writable IRecordBlock.
IWritableRecordSet - Interface in com.qfs.store.record
A shared IWritableRecord to be used on a set, to save memory.
IWritableTable - Interface in com.qfs.chunk
A table with an interface to write elements.
IWritableTablePermissions - Interface in com.qfs.desc
Editable permissions for the tables of the database.
IWriteableMeasuresProvider - Interface in com.quartetfs.biz.pivot.cube.hierarchy.measures
Measure provider supporting the definition of new measures on the fly.
IWsSession - Interface in com.qfs.websocket.endpoint
A web socket session.
IWsSessionMultiplexer - Interface in com.qfs.websocket.endpoint
A component in charge of handling various IWsSession of a user registered through a single websocket.
IWSTopic - Interface in com.qfs.websocket.endpoint
Interface of a socket endpoint for a specific topic.
IXmlaAttribute - Interface in com.quartetfs.biz.xmla
Represents an attribute of a complex entity like a rowset.
IXmlaComplexType - Interface in com.quartetfs.biz.xmla
Represents a complex xmla type (i.e.
IXmlaContext - Interface in com.quartetfs.biz.xmla
Context of execution of an xmla request.
IXmlaContext.SessionRequestType - Enum in com.quartetfs.biz.xmla
Type of XMLA Session Request.
IXmlaError - Interface in com.quartetfs.biz.xmla
 
IXmlaError.Cause - Enum in com.quartetfs.biz.xmla
 
IXmlaHandler - Interface in com.quartetfs.biz.xmla
This is a temporary class to help with the migration from mondrian to the new engine.
IXmlaProperty - Interface in com.quartetfs.biz.xmla
Definition of a provider property.
IXmlaProperty.AccessType - Enum in com.quartetfs.biz.xmla
Access type for the property.
IXmlaProperty.Usage - Enum in com.quartetfs.biz.xmla
Usage for the property.
IXmlaRequestListener - Interface in com.quartetfs.biz.xmla
Describing listeners to be called at different state of a Xmla Request processing.
IXmlaSimpleType<T> - Interface in com.quartetfs.biz.xmla
Interface representing simple (as in not complex) types.
IXmlaType - Interface in com.quartetfs.biz.xmla
A type in XMLA.

J

JacksonSerializer - Class in com.qfs.jackson.impl
Jackson's serialization.
JDBCAppendRunnable(IMessageChannel<String, T>, IMessage<String, T>, LinkedBlockingQueue<T>, int, AtomicBoolean, int, JDBCPublicationInfo) - Constructor for class com.qfs.msg.jdbc.impl.AJDBCSource.JDBCAppendRunnable
Deprecated.
 
JdbcCalculatorUtils - Class in com.activeviam.source.jdbc.api.calculator
Deprecated, for removal: This API element is subject to removal in a future version.
JdbcCalculatorUtils() - Constructor for class com.activeviam.source.jdbc.api.calculator.JdbcCalculatorUtils
Deprecated.
 
JDBCColumnParser - Class in com.qfs.msg.jdbc.impl
A simple column calculator that directly parses a source data field.
JDBCColumnParser(String, int) - Constructor for class com.qfs.msg.jdbc.impl.JDBCColumnParser
Constructor.
JdbcFetchingDoneEvent - Class in com.activeviam.health.monitor.impl
Event notifying that a JDBC resource has been successfully fetched.
JdbcFetchingDoneEvent(IJdbcFetchingInfo) - Constructor for class com.activeviam.health.monitor.impl.JdbcFetchingDoneEvent
 
JdbcFetchingFailureEvent - Class in com.activeviam.health.monitor.impl
Event notifying that the fetching of a JDBC resource has failed.
JdbcFetchingFailureEvent(IJdbcFetchingInfo, Throwable) - Constructor for class com.activeviam.health.monitor.impl.JdbcFetchingFailureEvent
 
JdbcFetchingInfo - Class in com.qfs.msg.jdbc.impl
POJO holding information about a fetch on a Jdbc source.
JdbcFetchingInfo.JdbcFetchingInfoBuilder - Class in com.qfs.msg.jdbc.impl
 
JDBCMessageChannelFactory - Class in com.qfs.source.impl
This factory allows to retrieve only the tuples that are present in the store fields.
JDBCMessageChannelFactory(IJDBCSource<QfsResultSetRow>, IDatastore) - Constructor for class com.qfs.source.impl.JDBCMessageChannelFactory
Constructor.
JDBCPublicationInfo - Class in com.qfs.msg.jdbc.impl
Information about the publication of a JDBC message.
JDBCPublicationInfo(long, long, long, long) - Constructor for class com.qfs.msg.jdbc.impl.JDBCPublicationInfo
Constructor.
JDBCTask(IMessageChannel<String, T>, IJDBCTopic, List<Object>) - Constructor for class com.qfs.msg.jdbc.impl.AJDBCSource.JDBCTask
Deprecated.
Constructor.
JDBCTopic - Class in com.qfs.msg.jdbc.impl
Basic implementation of IJDBCTopic.
JDBCTopic(String, IPreparedStatementSupplier, int, int, int, int) - Constructor for class com.qfs.msg.jdbc.impl.JDBCTopic
Constructor.
JDBCTopic(String, String) - Constructor for class com.qfs.msg.jdbc.impl.JDBCTopic
Constructor.
JDBCTopic(String, String, int, int, int, int) - Constructor for class com.qfs.msg.jdbc.impl.JDBCTopic
Constructor.
JDBCTopic.PreparedStatementHolder - Class in com.qfs.msg.jdbc.impl
JDBCTopic.QueryPreparedStatementSupplier - Class in com.qfs.msg.jdbc.impl
An IPreparedStatementSupplier that connects to the database and prepares a new statement each time.
JDBCTuplizer - Class in com.qfs.msg.impl
Default implementation of a tuplizer for JDBC.
JDBCTuplizer() - Constructor for class com.qfs.msg.impl.JDBCTuplizer
 
jettyWsPresent - Static variable in class com.qfs.websocket.server.impl.HandshakeHandlerFactory
To know if the web-server used is Jetty.
JGroupsClusterView - Class in com.qfs.messenger.impl
A specialized ClusterView for AJGroupsMessenger, which enables to link cluster's members' names and their IAddress.
JGroupsClusterView(String, View, Predicate<IAddress>) - Constructor for class com.qfs.messenger.impl.JGroupsClusterView
Constructor.
jit() - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.AggregateProviderBuilder
Give the IBuildableAggregateProviderDescriptionBuilder.JIT_PLUGIN_TYPE type to the aggregate provider.
JIT_PLUGIN_TYPE - Static variable in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder
Plugin type for the JIT storage.
JITPrimitiveAggregatesRetrieval - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A retrieval for a Just In Time aggregate provider.
JITPrimitiveAggregatesRetrieval(CancellableCountedCompleter<?>, IScopeLocation, IExecutionPlan, JustInTimeAggregateProviderVersion, IAggregateProviderExecutionContext, AtomicBoolean, AtomicBoolean, IPrimitiveRetrieval[], IPartitioning, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.JITPrimitiveAggregatesRetrieval
Full constructor.
JMXActiveMonitorEnabler() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean] MBean of ActiveMonitor components in ActivePivot.
JMXActiveMonitorHibernateEnabler() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
[Bean] MBean for statistics on Hibernate database.
JMXActiveMonitorWebSocketEnabler() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] MBean for statistics over WebSocket usage.
jmxActivitiSessionFactoryEnabler() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] MBean showing stats and actions on Activiti.
JMXAgentServiceMBean() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] MBean providing agents information.
JMXAlertMBean() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] MBean providing information and operations on alerts.
JmxAttribute - Annotation Type in com.qfs.jmx
Annotation marking a method returning a value to expose as a bean attribute.
JmxChildren - Annotation Type in com.qfs.jmx
Annotation marking a method that exposes the children MBeans.
jmxDirectChunkAllocator() - Method in class com.activeviam.apm.cfg.impl.MonitoringJmxConfig
Enables JMX Monitoring on the configured native memory allocator.
jmxDiscard() - Method in class com.qfs.multiversion.impl.AEpochManager
Cleans up resources that are only reachable by versions that do not exist anymore.
jmxDiscard() - Method in class com.qfs.multiversion.impl.VersionHistory
Cleans up resources that are only reachable by versions that do not exist anymore.
jmxDumpApplicationStatistics(String) - Method in class com.qfs.pivot.monitoring.impl.MemoryAnalysisService
Build the memory statistics of the application and dump them into a folder with the given name in the temp directory.
jmxDumpStatisticsForEpochs(String, String) - Method in class com.qfs.pivot.monitoring.impl.MemoryAnalysisService
Build the memory statistics of the application and dump them into a folder with the given name in the temp directory.
jmxDumpStatisticsForMostRecentVersion(String) - Method in class com.qfs.pivot.monitoring.impl.MemoryAnalysisService
Build the memory statistics of the application for the current epoch and dump them into a folder with the given name in the temp directory.
JMXEnabler - Class in com.quartetfs.fwk.monitoring.jmx.impl
JMX Enabler that can expose a monitored component as a dynamic JMX bean, and register it automatically from an MBean server.
JMXEnabler() - Constructor for class com.quartetfs.fwk.monitoring.jmx.impl.JMXEnabler
Empty constructor.
JMXEnabler(Object) - Constructor for class com.quartetfs.fwk.monitoring.jmx.impl.JMXEnabler
Build a JMX enabler from a monitored component.
JMXEnabler(String, Object) - Constructor for class com.quartetfs.fwk.monitoring.jmx.impl.JMXEnabler
Build a JMX enabler from a monitored component and specify the name of the monitor.
JMXEnabler(String, String, Object) - Constructor for class com.quartetfs.fwk.monitoring.jmx.impl.JMXEnabler
Constructor.
jmxForceDiscardEpochs(String) - Method in class com.qfs.multiversion.impl.AEpochManager
Cleans up resources of the given versions, even if they are in use.
jmxForceDiscardEpochs(String) - Method in class com.qfs.multiversion.impl.VersionHistory
Cleans up resources of the given versions if they are released, even if they are in use.
jmxGetNotReleasedEpochs() - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
jmxMarkEpoch(long) - Method in class com.qfs.multiversion.impl.VersionHistory
Marks an epoch to prevent it from being released.
jmxMarkLatestEpoch() - Method in class com.qfs.multiversion.impl.VersionHistory
Marks the latest epoch (on the master branch) to prevent it from being released.
jmxMarkLatestEpochOnBranch(String) - Method in class com.qfs.multiversion.impl.VersionHistory
Marks the latest epoch on a given branch to prevent it from being released.
jmxMemoryMBean() - Method in class com.qfs.server.cfg.impl.AActivePivotConfig
[Bean] MBean providing information and operations on memory.
JmxNode - Class in com.quartetfs.fwk.monitoring.jmx.impl
Holds a map of children monitor component so that with respect to their parent monitored component, they appear nested below a common name.
JmxNode(Map<String, Object>) - Constructor for class com.quartetfs.fwk.monitoring.jmx.impl.JmxNode
 
JmxOperation - Annotation Type in com.qfs.jmx
Annotation marking a method exposing a MBean operation.
JmxParam - Annotation Type in com.qfs.jmx
Annotation defining additional JMX information for a parameter of a JmxOperation.
jmxPrintDataLoadTimingStatsMonitoring() - Method in class com.activeviam.apm.cfg.impl.MonitoringJmxConfig
Enables a custom components to control the print of the data loading timing statistics for the intra-day files.
jmxPrintMemoryAllocation() - Method in class com.qfs.chunk.direct.allocator.impl.ASlabMemoryAllocator
Prints the memory allocation table.
jmxReleaseEpochs(String, long, long) - Method in class com.qfs.multiversion.impl.AEpochManager
Releases a range of epochs (inclusive).
jmxReleaseEpochs(String, long, long) - Method in class com.qfs.multiversion.impl.VersionHistory
Releases a range of epochs (inclusive).
jmxReportMemorySampling(String) - Method in class com.qfs.chunk.direct.allocator.impl.TrackerNativeMemoryAllocator
Reports the collected memory sampling.
jmxReportMemoryUsage() - Method in class com.qfs.chunk.direct.allocator.impl.TrackerNativeMemoryAllocator
The JMX operation that reports the memory usage.
jmxShowBranches() - Method in class com.qfs.multiversion.impl.AEpochManager
Shows all the branches on this epoch manager.
jmxStartMemorySampling(String) - Method in class com.qfs.chunk.direct.allocator.impl.TrackerNativeMemoryAllocator
Starts the memory sampling.
jmxUnmarkEpoch(long) - Method in class com.qfs.multiversion.impl.VersionHistory
Unmarks a marked epoch to releases it.
JMXWorkflowServiceMBean() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] MBean providing workflow information.
join() - Method in class com.qfs.concurrent.impl.SharedTaskQueue
The joining thread will execute the tasks in this queue and block until all tasks are done.
join(LocalMessenger) - Method in class com.qfs.messenger.impl.LocalCluster
Have the given messenger join this cluster.
join(PointListRetrievalResult, IScopeLocation, IScopeLocation, ICubeFilter, IActivePivotVersion, IAnalysisAggregationProcedure<?>[], ExternalResult[], Collection<? extends IJoinMeasure<?, ?>>) - Static method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultJoiner
Joins a source PointListRetrievalResult with external results using analysis aggregation procedures.
join(IScopeLocation, IScopeLocation, ICubeFilter, IActivePivotVersion, IAnalysisAggregationProcedure<?>[], ExternalResult[], Collection<? extends IJoinMeasure<?, ?>>) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalAggregatesRetrievalResult
Joins this result with external results for analysis hierarchy procedures.
join(IScopeLocation, IScopeLocation, ICubeFilter, IActivePivotVersion, IAnalysisAggregationProcedure<?>[], ExternalResult[], Collection<? extends IJoinMeasure<?, ?>>) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
join(String) - Method in interface com.activeviam.collections.ImmutableList
Concatenate the toString() of all the items in this list separated by a separator.
join(String) - Method in interface com.activeviam.collections.ImmutableSet
Concatenate the toString() of all the items in this set separated by a separator.
join(String) - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
join(String, Class<?>, IMemoryMonitored[]) - Static method in class com.qfs.store.impl.StorePartitionMonitor
Creates the memory statistics with a list of children.
join(String, Class<?>, IMemoryStatistic...) - Static method in class com.qfs.store.impl.StorePartitionMonitor
Creates the memory statistics with a list of children.
join(String, Class<?>, List<? extends IMemoryMonitored>) - Static method in class com.qfs.store.impl.StorePartitionMonitor
Creates the memory statistics with a list of children.
join(String, T...) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Joins an array of objects as a String using the given separator.
join(Collection<String>, String, StringBuilder) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Joins items of a list into a string.
join(UnaryOperator<String>, String, String...) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Concatenate multiple strings using the given separator and throws if one of the input strings already contains the separator.
JOIN_KEY - Static variable in class com.activeviam.copper.agg.AJoinAnalysisAggregationProcedure
The name of the property that contains the Copper JoinKey that describes this procedure.
JOIN_KEYS - Static variable in class com.activeviam.copper.agg.AJoinAnalysisAggregationProcedure
Plugin keys of the procedures performing a join on an isolated store.
JoinAggregatedMeasure<I,​A> - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
Aggregated measure based on the standard aggregation of input values.
JoinAggregatedMeasure(IJoinMeasureDescription, int) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.JoinAggregatedMeasure
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.7
JoinAggregatedMeasure(IJoinMeasureDescription, int, int) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.JoinAggregatedMeasure
Constructor.
JoinAggregatedMeasure(String, FieldPath, int, int, IAggregationFunction, String, String, String, boolean, String) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.JoinAggregatedMeasure
Constructor.
JoinAggregatedMeasure(String, FieldPath, int, IAggregationFunction, String, String, String, boolean, String) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.JoinAggregatedMeasure
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.7
joinAll() - Method in class com.qfs.concurrent.impl.PendingTaskModerator
joinAll(List<? extends ForkJoinTask<?>>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Joins all the tasks in the given list in the correct order.
joinAndEscape(char, char, String...) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Join items of a list into a string.
joinAndEscape(Iterable<String>, char, char) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Join items of a list into a string.
JoinCopperStore - Class in com.activeviam.copper.store
Basic implementation of CopperStore.
JoinCopperStore(String, Mapping.JoinData, Mapping) - Constructor for class com.activeviam.copper.store.JoinCopperStore
Constructor.
JoinData(Mapping.JoinType) - Constructor for class com.activeviam.copper.store.Mapping.JoinData
Constructor.
joinedEval(IContextExpressionDependency, IContextExpressionDependency) - Static method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
Joined evaluation.
joinedEvalAsValue(IContextExpressionDependency, IContextExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
joinedEvalAsValue(IRTExpressionDependency, IRTExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
joinedEvalAsValue(R, R) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Compute the dependency for functions that evaluate an expression during tuple iteration.
joinedMeasure(Set<String>) - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData.ExternalRetrievalDataBuilder
 
JoinedStoreField - Class in com.activeviam.copper.store
Implementation of CopperStoreField where the mapping is fully materialized through the join key.
JoinedStoreField(FieldPath, JoinKey) - Constructor for class com.activeviam.copper.store.JoinedStoreField
 
joinInto(StringBuilder, char, T...) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Joins an array of objects as a String using the given separator.
JoinKey - Class in com.activeviam.copper.store
Representation of a Copper join with a fully resolved mapping.
JoinKey(String, Mapping.JoinType, Collection<LevelToField>) - Constructor for class com.activeviam.copper.store.JoinKey
Constructor.
JoinMeasureDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Description of a Join Measure.
JoinMeasureDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
joinMeasureGroups(String...) - Static method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
Concatenate multiple measure group names in a single string using the standard XMLA separator between them.
JoinPath - Class in com.activeviam.database.api.schema
Represents the path from an initial table to another table that is reachable through table joins.
JOINS - Static variable in interface com.qfs.service.store.IDatabaseRestService
REST path value to access joins.
joinToCube() - Method in interface com.activeviam.copper.api.UnlinkedCopperStore
Declares an Mapping.JoinType.INNER join from this store to the selection of the cube.
joinToCube(Mapping.JoinType) - Method in interface com.activeviam.copper.api.UnlinkedCopperStore
Declares a join operation between the Cube and this store.
joinToCube(Mapping.JoinType) - Method in class com.activeviam.copper.store.BasicUnlinkedCopperStore
 
JoinType - Enum in com.activeviam.database.commons.api.schema
SQL Join types.
JSON_FILE_EXTENSION - Static variable in class com.qfs.pivot.monitoring.impl.MemoryStatisticSerializerUtil
Extension of the files that contain the dumped memory statistics.
JSON_QUERIES_SVC_EXCEPTION - com.activeviam.apm.pivot.monitoring.IJsonQueriesActionMonitor.JsonQueriesServiceTags
Tag prefixing the 'exception' report for requests by Json Queries Service.
JSON_QUERIES_SVC_REQUEST_START - com.activeviam.apm.pivot.monitoring.IJsonQueriesActionMonitor.JsonQueriesServiceTags
Tag prefixing the 'start' report for requests by Json Queries Service.
JSON_QUERIES_SVC_REQUEST_STOP - com.activeviam.apm.pivot.monitoring.IJsonQueriesActionMonitor.JsonQueriesServiceTags
Tag prefixing the 'stop' report for requests by Json Queries Service.
JSON_STRONG_PRIMITIVE_PARSING - com.activeviam.properties.impl.ActiveViamProperty
Enables string JSON parsing from primitive types, where null are not automatically converted into the type default values.
JSON_TYPE - Static variable in class com.qfs.pivot.json.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.qfs.pivot.json.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.qfs.pivot.json.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.qfs.pivot.json.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.qfs.pivot.json.queryplan.JsonQueryPlanData
The type that is sent inside the JsonResponse that contains this JsonQueryPlanData so that we know how to deserialize it.
JSON_TYPE - Static variable in class com.qfs.spring.websocket.impl.SessionData.JsonDiscardedStreamsData
Deprecated.
The type that is sent inside the JsonResponse that contains this JsonDrillthroughUpdateData so that we know how to deserialise it.
JsonArrowOutputConfiguration - Class in com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl
The JSON Arrow output configuration.
JsonArrowOutputConfiguration() - Constructor for class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonArrowOutputConfiguration
Constructor.
JsonArrowOutputConfiguration(Map<String, Object>) - Constructor for class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonArrowOutputConfiguration
Constructor.
JsonBranchCreation - Class in com.qfs.pivot.json.branch
The required description of a branch for its creation.
JsonBranchCreation() - Constructor for class com.qfs.pivot.json.branch.JsonBranchCreation
Constructor of JsonBranchCreation.
JsonBranchCreation(String) - Constructor for class com.qfs.pivot.json.branch.JsonBranchCreation
Constructor of JsonBranchCreation.
JsonBranchCreation(String, Long, JsonBranchPermissions) - Constructor for class com.qfs.pivot.json.branch.JsonBranchCreation
Constructor of JsonBranchCreation.
JsonBranchDescription - Class in com.qfs.pivot.json.branch
Description of a branch of the datastore.
JsonBranchDescription() - Constructor for class com.qfs.pivot.json.branch.JsonBranchDescription
Constructor.
JsonBranchDescription(long, JsonBranchPermissions) - Constructor for class com.qfs.pivot.json.branch.JsonBranchDescription
Constructor of JsonBranchDescription.
JsonBranchPermissions - Class in com.qfs.pivot.json.branch
The permissions (readers and writers) for a branch.
JsonBranchPermissions() - Constructor for class com.qfs.pivot.json.branch.JsonBranchPermissions
Constructor of JsonBranchPermissions.
JsonBranchPermissions(Set<String>, Set<String>) - Constructor for class com.qfs.pivot.json.branch.JsonBranchPermissions
Constructor of JsonBranchPermissions.
JsonCellData - Class in com.qfs.pivot.json.cellset
The JSON cell data.
JsonCellData() - Constructor for class com.qfs.pivot.json.cellset.JsonCellData
Constructor.
JsonCellData(long, List<CellData>) - Constructor for class com.qfs.pivot.json.cellset.JsonCellData
Full constructor.
JsonCellDataBuilder - Class in com.qfs.pivot.builder.cellset.impl
The cell set data builder.
JsonCellDataBuilder() - Constructor for class com.qfs.pivot.builder.cellset.impl.JsonCellDataBuilder
 
JsonCellSetData - Class in com.qfs.pivot.json.cellset
The JSON cell set data.
JsonCellSetData() - Constructor for class com.qfs.pivot.json.cellset.JsonCellSetData
Constructor.
JsonCellSetData(long, String, List<AxisData>, List<CellData>, List<DefaultMemberDiscovery>) - Constructor for class com.qfs.pivot.json.cellset.JsonCellSetData
Full constructor.
JsonCellSetDataBuilder - Class in com.qfs.pivot.builder.cellset.impl
The cell set data builder.
JsonCellSetDataBuilder() - Constructor for class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
 
JsonConditionCompiler - Class in com.qfs.store.service.impl
 
JsonConditionCompiler(Map<FieldPath, String>, DatabaseServiceTableMetadata) - Constructor for class com.qfs.store.service.impl.JsonConditionCompiler
Constructor.
JsonContentEntry - Class in com.qfs.content.rest.impl
Wrapper of PathlessContentEntry adding annotations to be able to serialize as JSON.
JsonContentEntry(IContentEntry) - Constructor for class com.qfs.content.rest.impl.JsonContentEntry
Constructor wrapping the input IContentEntry.
JsonContentEntry(String, boolean, String, String, List<String>, List<String>, long, String, boolean, boolean) - Constructor for class com.qfs.content.rest.impl.JsonContentEntry
Constructor for backward compatibility.
JsonContentEntry(String, boolean, List<String>, List<String>, long, String, boolean, boolean) - Constructor for class com.qfs.content.rest.impl.JsonContentEntry
Constructor.
JsonContentEntry(List<String>, List<String>, long, String, boolean, boolean) - Constructor for class com.qfs.content.rest.impl.JsonContentEntry
Shortcut constructor to create directory.
JsonContentUpdate - Class in com.qfs.content.ws.impl
DTO representing a update of an entry in the Content Server.
JsonContentUpdate(String, ContentAction, JsonContentEntry) - Constructor for class com.qfs.content.ws.impl.JsonContentUpdate
Full constructor.
JsonContextValue - Class in com.qfs.pivot.json.discovery
 
JsonContextValue() - Constructor for class com.qfs.pivot.json.discovery.JsonContextValue
Default constructor.
JsonContextValue(String, String) - Constructor for class com.qfs.pivot.json.discovery.JsonContextValue
Constructor.
JsonContinuousMdxQuery - Class in com.qfs.pivot.json.query
Json represents a continuous mdx query in a request from ActiveUI.
JsonCsvLegacyTabularOutputConfiguration - Class in com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl
 
JsonCsvLegacyTabularOutputConfiguration(Map<String, Object>) - Constructor for class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvLegacyTabularOutputConfiguration
Constructor.
JsonCsvPivotTableOutputConfiguration - Class in com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl
The JSON CSV pivotTable output configuration.
JsonCsvPivotTableOutputConfiguration(Map<String, Object>) - Constructor for class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvPivotTableOutputConfiguration
Constructor.
JsonCsvTabularOutputConfiguration - Class in com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl
The JSON CSV tabular output configuration.
JsonCsvTabularOutputConfiguration(Map<String, Object>) - Constructor for class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvTabularOutputConfiguration
Constructor.
JsonDatabaseAction - Class in com.qfs.pivot.json.database
Action to edit a table.
JsonDatabaseAction() - Constructor for class com.qfs.pivot.json.database.JsonDatabaseAction
Constructor of JsonDatabaseAction.
JsonDatabaseAction.DatabaseActionType - Enum in com.qfs.pivot.json.database
Enum of the various possible actions.
JsonDatabaseDiscovery - Class in com.qfs.pivot.json.database
 
JsonDatabaseDiscovery() - Constructor for class com.qfs.pivot.json.database.JsonDatabaseDiscovery
Default constructor.
JsonDatabaseDiscovery(Map<String, JsonBranchDescription>, Map<String, JsonTableDescription>, Map<String, Map<String, JsonDatabaseJoin>>, String) - Constructor for class com.qfs.pivot.json.database.JsonDatabaseDiscovery
Full constructor.
JsonDatabaseEdit - Class in com.qfs.pivot.json.database
The description of an edit of the database.
JsonDatabaseEdit() - Constructor for class com.qfs.pivot.json.database.JsonDatabaseEdit
Constructor.
JsonDatabaseEdit(JsonDatabaseAction[], String) - Constructor for class com.qfs.pivot.json.database.JsonDatabaseEdit
Constructor.
JsonDatabaseEdit.JsonDatabaseEditContext - Class in com.qfs.pivot.json.database
Context for the edit query.
JsonDatabaseEditContext() - Constructor for class com.qfs.pivot.json.database.JsonDatabaseEdit.JsonDatabaseEditContext
JsonDatabaseEditContext(String) - Constructor for class com.qfs.pivot.json.database.JsonDatabaseEdit.JsonDatabaseEditContext
JsonDatabaseFieldDescription - Class in com.qfs.pivot.json.database
Object representing the characteristics of a given field of the database, for JSON usage.
JsonDatabaseFieldDescription() - Constructor for class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
Constructor.
JsonDatabaseFieldDescription(String, int, String, Object, boolean, boolean) - Constructor for class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
Constructor.
JsonDatabaseJoin - Class in com.qfs.pivot.json.database
Object representing a database join for JSON usage.
JsonDatabaseJoin() - Constructor for class com.qfs.pivot.json.database.JsonDatabaseJoin
Constructor.
JsonDatabaseJoin(String, Map<String, String>) - Constructor for class com.qfs.pivot.json.database.JsonDatabaseJoin
Constructor.
JsonDatabaseQuery - Class in com.qfs.pivot.json.database
Object representing a query for the REST API, for JSON usage.
JsonDatabaseQuery() - Constructor for class com.qfs.pivot.json.database.JsonDatabaseQuery
Constructor.
JsonDatabaseQuery(List<String>, int, int, JsonNode, String, long, long) - Constructor for class com.qfs.pivot.json.database.JsonDatabaseQuery
Constructor.
JsonDatabaseQueryResult - Class in com.qfs.pivot.json.database
Object representing a query result from the database REST API, for JSON usage.
JsonDatabaseQueryResult() - Constructor for class com.qfs.pivot.json.database.JsonDatabaseQueryResult
Constructor.
JsonDatabaseQueryResult(long, JsonTabularData, JsonPagination) - Constructor for class com.qfs.pivot.json.database.JsonDatabaseQueryResult
Constructor.
JsonDatabaseUtils - Class in com.qfs.store.service.impl
Utility class which contains static methods for translating REST API related Json DTO's to their database equivalent.
JsonDataExportOrder - Class in com.activeviam.pivot.json.dataexport
The JSON Data export order.
JsonDataExportOrder() - Constructor for class com.activeviam.pivot.json.dataexport.JsonDataExportOrder
Constructor.
JsonDataExportOrder(JsonMdxQuery, Map<String, Object>) - Constructor for class com.activeviam.pivot.json.dataexport.JsonDataExportOrder
Constructor.
JsonDefinitionLocale - Class in com.qfs.pivot.json.configuration
DTO defining the locale to use.
JsonDefinitionLocale() - Constructor for class com.qfs.pivot.json.configuration.JsonDefinitionLocale
For serialization.
JsonDefinitionLocale(String) - Constructor for class com.qfs.pivot.json.configuration.JsonDefinitionLocale
Constructor.
JsonDefinitionsPermissions - Class in com.qfs.pivot.json.configuration
The JSON permissions data.
JsonDefinitionsPermissions() - Constructor for class com.qfs.pivot.json.configuration.JsonDefinitionsPermissions
 
JsonDefinitionsPermissions(Map<String, ? extends Map<String, List<String>>>) - Constructor for class com.qfs.pivot.json.configuration.JsonDefinitionsPermissions
 
JsonDiscardedStreamsData() - Constructor for class com.qfs.spring.websocket.impl.SessionData.JsonDiscardedStreamsData
Deprecated.
Empty constructor.
JsonDiscardedStreamsData(List<String>) - Constructor for class com.qfs.spring.websocket.impl.SessionData.JsonDiscardedStreamsData
Deprecated.
Constructor.
JsonDiscovery - Class in com.qfs.pivot.json.discovery
JSON representation of the discovery and its catalogs.
JsonDiscovery() - Constructor for class com.qfs.pivot.json.discovery.JsonDiscovery
Constructor defining an empty object.
JsonDiscovery(List<CatalogDiscovery>, List<ContextValueDiscovery>) - Constructor for class com.qfs.pivot.json.discovery.JsonDiscovery
Fully defining constructor.
JsonDiscoveryBuilder - Class in com.qfs.pivot.builder.discovery.impl
The JSON discovery builder.
JsonDiscoveryBuilder() - Constructor for class com.qfs.pivot.builder.discovery.impl.JsonDiscoveryBuilder
 
JsonDoubleArrayJdbcColumnCalculator - Class in com.activeviam.source.jdbc.api.calculator
Column calculator from a JDBC String, representing a Json array, to an Atoti IVector of doubles.
JsonDoubleArrayJdbcColumnCalculator(String) - Constructor for class com.activeviam.source.jdbc.api.calculator.JsonDoubleArrayJdbcColumnCalculator
Constructor.
JsonDrillthroughData - Class in com.qfs.pivot.json.drillthrough
The drillthrough data.
JsonDrillthroughData() - Constructor for class com.qfs.pivot.json.drillthrough.JsonDrillthroughData
Empty constructor.
JsonDrillthroughData(long, String, List<JsonTabularHeader>, List<Object[]>) - Constructor for class com.qfs.pivot.json.drillthrough.JsonDrillthroughData
Full constructor.
JsonDrillthroughDataBuilder - Class in com.qfs.pivot.builder.drillthrough.impl
The drillthrough data builder.
JsonDrillthroughDataBuilder() - Constructor for class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughDataBuilder
 
JsonDrillthroughHeaderBuilder - Class in com.qfs.pivot.builder.drillthrough.impl
Utility class to create JsonTabularHeader objects.
JsonDrillthroughHeaderBuilder() - Constructor for class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughHeaderBuilder
 
JsonDrillthroughHeadersMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for location-based drill-through header query action.
JsonDrillthroughHeadersMonitor(Map<String, String>, String, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.JsonDrillthroughHeadersMonitor
Constructor.
JsonDrillthroughMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for location-based drill-through query action.
JsonDrillthroughMonitor(Map<String, String>, String, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.JsonDrillthroughMonitor
Constructor.
JsonDrillthroughUpdateData - Class in com.qfs.pivot.json.drillthrough
A data object for JSON streaming of updates for a continuous drillthrough query.
JsonDrillthroughUpdateData() - Constructor for class com.qfs.pivot.json.drillthrough.JsonDrillthroughUpdateData
 
JsonDrillthroughUpdateDataBuilder - Class in com.qfs.pivot.builder.drillthrough.impl
The drillthrough data builder.
JsonDrillthroughUpdateDataBuilder() - Constructor for class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughUpdateDataBuilder
 
JsonEndPoint - Class in com.qfs.websocket.endpoint.impl
Implementation of ASingleEndpoint using JsonWsSessionMultiplexer.
JsonEndPoint() - Constructor for class com.qfs.websocket.endpoint.impl.JsonEndPoint
Empty constructor.
JsonEndPoint(long) - Constructor for class com.qfs.websocket.endpoint.impl.JsonEndPoint
Constructor.
JsonError - Class in com.qfs.jackson.impl
Our standard error, that can be easily serialized as a JSON object.
JsonError(JsonErrorMinimalInfo[], String) - Constructor for class com.qfs.jackson.impl.JsonError
Build a new error.
JsonError(String) - Constructor for class com.qfs.jackson.impl.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.qfs.jackson.impl.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.qfs.jackson.impl.JsonError
Constructor to build a JsonError from a Throwable.
JsonErrorMinimalInfo - Class in com.qfs.jackson.impl
The minimal info about an error, e.g.
JsonErrorMinimalInfo(String, String) - Constructor for class com.qfs.jackson.impl.JsonErrorMinimalInfo
Constructor.
JsonErrorMinimalInfo(Throwable) - Constructor for class com.qfs.jackson.impl.JsonErrorMinimalInfo
Constructor.
JsonExceptionMapper - Class in com.qfs.rest.server.impl
Class handling all exceptions raised in any REST method.
JsonExecutorStatementMonitor<ResultT> - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for Executor Statement query action.
JsonExecutorStatementMonitor(Map<String, String>, IExecuteStatement<?>, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.JsonExecutorStatementMonitor
Constructor.
JsonExportInfo - Class in com.qfs.pivot.json.export
The JSON export info.
JsonExportInfo() - Constructor for class com.qfs.pivot.json.export.JsonExportInfo
Constructor.
JsonExportInfo(String) - Constructor for class com.qfs.pivot.json.export.JsonExportInfo
Constructor.
JsonFieldParser - Class in com.qfs.store.service.impl
 
JsonFieldParser(Class<?>) - Constructor for class com.qfs.store.service.impl.JsonFieldParser
Constructor.
JsonFileConfiguration - Class in com.activeviam.pivot.json.dataexport
Class to define file configuration.
JsonFileConfiguration() - Constructor for class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Constructor using default values.
JsonFileConfiguration(String, String, Boolean, Boolean, Integer, Integer) - Constructor for class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Default constructor.
JsonFileConfiguration(Map<String, Object>) - Constructor for class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Constructor with a map.
JsonFloatArrayJdbcColumnCalculator - Class in com.activeviam.source.jdbc.api.calculator
Column calculator from a JDBC String, representing a Json array, to an Atoti IVector of floats.
JsonFloatArrayJdbcColumnCalculator(String) - Constructor for class com.activeviam.source.jdbc.api.calculator.JsonFloatArrayJdbcColumnCalculator
Constructor.
JsonIntegerArrayJdbcColumnCalculator - Class in com.activeviam.source.jdbc.api.calculator
Column calculator from a JDBC String, representing a Json array, to an Atoti IVector of integers.
JsonIntegerArrayJdbcColumnCalculator(String) - Constructor for class com.activeviam.source.jdbc.api.calculator.JsonIntegerArrayJdbcColumnCalculator
Constructor.
JsonLogSerializer - Class in com.qfs.pivot.json.logging
A serializer which is based on the JacksonSerializer, and which is specialized for monitoring logs.
JsonLogSerializer() - Constructor for class com.qfs.pivot.json.logging.JsonLogSerializer
 
JsonLongArrayJdbcColumnCalculator - Class in com.activeviam.source.jdbc.api.calculator
Column calculator from a JDBC String, representing a Json array, to an Atoti IVector of longs.
JsonLongArrayJdbcColumnCalculator(String) - Constructor for class com.activeviam.source.jdbc.api.calculator.JsonLongArrayJdbcColumnCalculator
Constructor.
JsonMdxDefinitionStatement - Class in com.qfs.pivot.json.configuration
The JSON mdx definition statement.
JsonMdxDefinitionStatement() - Constructor for class com.qfs.pivot.json.configuration.JsonMdxDefinitionStatement
Constructor.
JsonMdxDefinitionStatement(String, List<String>, List<String>) - Constructor for class com.qfs.pivot.json.configuration.JsonMdxDefinitionStatement
Constructor.
JsonMdxQuery - Class in com.qfs.pivot.json.query
The JSON MDX query.
JsonMdxQuery() - Constructor for class com.qfs.pivot.json.query.JsonMdxQuery
Constructor.
JsonMdxQuery(String, Map<String, String>) - Constructor for class com.qfs.pivot.json.query.JsonMdxQuery
Full constructor.
JsonMdxQueryExport - Class in com.qfs.pivot.json.export
The JSON MDX query export.
JsonMdxQueryExport() - Constructor for class com.qfs.pivot.json.export.JsonMdxQueryExport
Constructor.
JsonMdxQueryMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for Json MDX query action.
JsonMdxQueryMonitor(Map<String, String>, String, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.JsonMdxQueryMonitor
Constructor.
JsonMdxQueryPlan - Class in com.qfs.pivot.json.query
Request DTO to execute an MDX query and return its query plans.
JsonMdxQueryPlan() - Constructor for class com.qfs.pivot.json.query.JsonMdxQueryPlan
Default constructor.
JsonMdxQueryPlan(String, Map<String, String>, long) - Constructor for class com.qfs.pivot.json.query.JsonMdxQueryPlan
Full Constructor.
JsonMdxQueryPlanMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for Json MDX query plan action.
JsonMdxQueryPlanMonitor(Map<String, String>, String, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.JsonMdxQueryPlanMonitor
Constructor.
JsonNodeValueConverter - Class in com.qfs.store.service.impl
 
JsonNodeValueConverter(Map<FieldPath, String>, DatabaseServiceTableMetadata) - Constructor for class com.qfs.store.service.impl.JsonNodeValueConverter
Constructor of JsonNodeValueConverter.
JsonOutputConfigurationExtendedPlugin - Class in com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl
 
JsonOutputConfigurationExtendedPlugin() - Constructor for class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonOutputConfigurationExtendedPlugin
Default constructor registering the default plugin values.
JsonPagination - Class in com.qfs.pivot.json.database
Describe the pagination of a query result.
JsonPagination() - Constructor for class com.qfs.pivot.json.database.JsonPagination
Constructor of JsonPagination.
JsonPagination(int, int, int, String, String) - Constructor for class com.qfs.pivot.json.database.JsonPagination
Constructor of JsonPagination.
JsonQueryPlanData - Class in com.qfs.pivot.json.queryplan
The JSON query plan data.
JsonQueryPlanData(IPlanInfoData, List<RetrievalData>, Map<Integer, Set<Integer>>, List<ExternalRetrievalData>, Map<Integer, Set<Integer>>, List<FilterData>, QuerySummaryData) - Constructor for class com.qfs.pivot.json.queryplan.JsonQueryPlanData
 
JsonQueryPlanData.JsonQueryPlanDataBuilder - Class in com.qfs.pivot.json.queryplan
Query plan DTO builder.
JsonQueryService - Class in com.qfs.pivot.rest.query.impl
The JSON query service.
JsonQueryService(IActivePivotManager) - Constructor for class com.qfs.pivot.rest.query.impl.JsonQueryService
Constructor.
JsonRange - Class in com.qfs.pivot.json.query
The JSON containing a range of indexes for an axis.
JsonRange() - Constructor for class com.qfs.pivot.json.query.JsonRange
Default constructor.
JsonRange(int, int) - Constructor for class com.qfs.pivot.json.query.JsonRange
Constructor.
JsonResponse<DataT> - Class in com.qfs.jackson.impl
The response that should wrap any object returned by our JSON api.
JsonResponse(JsonError) - Constructor for class com.qfs.jackson.impl.JsonResponse
Constructor of a JsonResponse from a JsonError.
JsonResponse(String, String, DataT, JsonError) - Constructor for class com.qfs.jackson.impl.JsonResponse
Constructor.
JsonResponseWithQueryId<DATA> - Class in com.qfs.pivot.json.websocket
A Json response that also contains the query id that is at the origin of this response.
JsonResponseWithQueryId(String, String, JsonError) - Constructor for class com.qfs.pivot.json.websocket.JsonResponseWithQueryId
Constructor from a JsonError.
JsonResponseWithQueryId(String, String, String, String, DATA, JsonError) - Constructor for class com.qfs.pivot.json.websocket.JsonResponseWithQueryId
Constructor.
JsonSelectionField() - Constructor for class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming.JsonSelectionField
 
JsonSelectionField(AliasedField) - Constructor for class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming.JsonSelectionField
 
JsonSelectionField(String, String) - Constructor for class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming.JsonSelectionField
 
JSONSerialisationUtil - Class in com.quartetfs.biz.pivot.monitoring.impl
Helper to convert streams and queries to JSON-friendly objects and vice-versa.
JSONSerialisationUtil() - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.JSONSerialisationUtil
 
JsonStreamingRequest<T> - Class in com.qfs.pivot.json.query
A query that represents an action on the streaming websocket : register a query, unregister, pause, resume.
JsonStreamingRequest() - Constructor for class com.qfs.pivot.json.query.JsonStreamingRequest
 
JsonStreamingRequest.StreamingAction - Enum in com.qfs.pivot.json.query
Enumerates the actions that can be done.
JsonStreamRegistration - Class in com.qfs.pivot.json.query
DTO defining the registration of a Continuous Query running an MDX query.
JsonStreamRegistration() - Constructor for class com.qfs.pivot.json.query.JsonStreamRegistration
Empty constructor.
JsonStreamRegistration(String, String, JsonMdxQuery) - Constructor for class com.qfs.pivot.json.query.JsonStreamRegistration
Constructor for shortcut on setters.
JsonStreamRegistration(String, String, JsonMdxQuery, Map<Integer, JsonRange>) - Constructor for class com.qfs.pivot.json.query.JsonStreamRegistration
Constructor for shortcut on setters.
JsonStreams - Class in com.qfs.pivot.json.query
JSON-friendly holder for a list of streams indexed by their id.
JsonStreams() - Constructor for class com.qfs.pivot.json.query.JsonStreams
Constructor.
JsonStreams(List<Map<String, Object>>) - Constructor for class com.qfs.pivot.json.query.JsonStreams
Constructor.
JsonStreamsDiscardedNotification(SessionData.JsonDiscardedStreamsData) - Constructor for class com.qfs.spring.websocket.impl.SessionData.JsonStreamsDiscardedNotification
Deprecated.
Constructor.
JsonStreamSnapshot - Class in com.qfs.pivot.json.query
A holder for a JsonStreams for JSON conversion.
JsonStreamSnapshot() - Constructor for class com.qfs.pivot.json.query.JsonStreamSnapshot
Constructor.
JsonStreamSnapshot(Map<String, JsonStreams>) - Constructor for class com.qfs.pivot.json.query.JsonStreamSnapshot
Constructor.
JsonStreamUpdate - Class in com.qfs.pivot.json.query
 
JsonStreamUpdate() - Constructor for class com.qfs.pivot.json.query.JsonStreamUpdate
Empty constructor.
JsonStreamUpdate(String, String, JsonMdxQuery) - Constructor for class com.qfs.pivot.json.query.JsonStreamUpdate
Constructor for shortcut on setters.
JsonTableDescription - Class in com.qfs.pivot.json.database
Object representing the metadata of a table, for JSON usage.
JsonTableDescription() - Constructor for class com.qfs.pivot.json.database.JsonTableDescription
Constructor.
JsonTableDescription(JsonDatabaseFieldDescription[], int[], boolean, boolean, boolean) - Constructor for class com.qfs.pivot.json.database.JsonTableDescription
Constructor.
JsonTableResult - Class in com.qfs.pivot.json.database
Result of the update for a specific table.
JsonTableResult() - Constructor for class com.qfs.pivot.json.database.JsonTableResult
Constructor of JsonTableResult.
JsonTableResult(Long, Long, Long) - Constructor for class com.qfs.pivot.json.database.JsonTableResult
Constructor of JsonTableResult.
JsonTabularData - Class in com.qfs.pivot.json
Simple java object that represents tabular data, e.g.
JsonTabularData() - Constructor for class com.qfs.pivot.json.JsonTabularData
Empty constructor.
JsonTabularData(List<JsonTabularHeader>, List<Object[]>) - Constructor for class com.qfs.pivot.json.JsonTabularData
Full constructor.
JsonTabularHeader - Class in com.qfs.pivot.json
Simple data object for JSON representation of a table header.
JsonTabularHeader() - Constructor for class com.qfs.pivot.json.JsonTabularHeader
 
JsonTopicMessageDto - Class in com.qfs.websocket.endpoint.impl
DTO for JSON message received by the websocket centralized endpoint.
JsonTopicMessageDto() - Constructor for class com.qfs.websocket.endpoint.impl.JsonTopicMessageDto
Default Constructor.
JsonTraceLog - Class in com.activeviam.pivot.json.tracing
The span log data.
JsonTraceLog(String, String, long) - Constructor for class com.activeviam.pivot.json.tracing.JsonTraceLog
Full constructor.
JsonTracingInfo - Class in com.activeviam.pivot.json.tracing
The trace data.
JsonTracingInfo(String, String, String, String, long, long, Map<String, String>, List<JsonTraceLog>) - Constructor for class com.activeviam.pivot.json.tracing.JsonTracingInfo
Full constructor.
JsonTypedObject - Interface in com.qfs.jackson.impl
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.
JsonUpdateWhereCompiler - Class in com.qfs.store.service.impl
Compiler from json to update where procedures.
JsonUpdateWhereCompiler(String, Map<FieldPath, String>, DatabaseServiceTableMetadata) - Constructor for class com.qfs.store.service.impl.JsonUpdateWhereCompiler
Constructor of JsonUpdateWhereCompiler.
JsonUpdateWhereCompiler.MergedUpateWhereProcedure - Class in com.qfs.store.service.impl
JsonWsSessionMultiplexer - Class in com.qfs.websocket.endpoint.impl
Default implementation of AWsSessionMultiplexer using Json messages.
JsonWsSessionMultiplexer(WebSocketSession) - Constructor for class com.qfs.websocket.endpoint.impl.JsonWsSessionMultiplexer
Constructor.
jsr166.impl - package jsr166.impl
 
jumpTo(int) - Method in interface com.qfs.bitmap.IBitmapIterator
Moves the iterator to the closest int to target in the direction of the iterator.
jumpTo(int) - Method in class com.qfs.bitmap.impl.ChunkedBitmap.ChunkedBitmapIterator
 
jumpTo(int) - Method in class com.qfs.bitmap.impl.QFSBitmap.EmptyIntIterator
 
justComplete() - Static method in class com.qfs.concurrent.impl.CompletableExecutionStage
Utility method to construct a simple CompletableExecutionStage ignoring the result of children tasks.
JvmHealthCheck - Class in com.activeviam.health.monitor.impl
Check the health of the current JVM, reporting various statistics about memory usage and garbage collection.
JvmHealthCheck() - Constructor for class com.activeviam.health.monitor.impl.JvmHealthCheck
 
JvmHealthCheck.JvmMemoryReport - Class in com.activeviam.health.monitor.impl
Snapshot of the monitored statistics.
JvmMemoryReport() - Constructor for class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
Constructor.
JwtAuthentication - Class in com.qfs.jwt.impl
An Authentication implementation for JWT authentication.
JwtAuthentication(JWT, boolean, String, String) - Constructor for class com.qfs.jwt.impl.JwtAuthentication
Constructor.
JwtAuthentication(JWT, String, String) - Constructor for class com.qfs.jwt.impl.JwtAuthentication
Safe constructor: AbstractAuthenticationToken.isAuthenticated() will return false.
JwtAuthentication(String, String, String) - Constructor for class com.qfs.jwt.impl.JwtAuthentication
Safe constructor: AbstractAuthenticationToken.isAuthenticated() will return false.
jwtAuthenticationProvider() - Method in interface com.qfs.server.cfg.IJwtConfig
Returns a provider which can perform authentication from the IJwtConfig.jwtService()'s tokens.
jwtAuthenticationProvider() - Method in class com.qfs.server.cfg.impl.JwtConfig
 
JwtAuthenticationProvider - Class in com.qfs.jwt.impl
AuthenticationProvider which supports the token created by JwtService.
JwtAuthenticationProvider(RSAPublicKey, UserDetailsService, String, String) - Constructor for class com.qfs.jwt.impl.JwtAuthenticationProvider
Constructor.
JwtAuthenticator - Class in com.qfs.security.impl
An authenticator which uses the JWT method to authenticate the calls.
JwtAuthenticator() - Constructor for class com.qfs.security.impl.JwtAuthenticator
Constructor.
JwtAuthenticator(IJwtService) - Constructor for class com.qfs.security.impl.JwtAuthenticator
Constructor.
JwtConfig - Class in com.qfs.server.cfg.impl
Spring declaration of the IJwtService and its associated AuthenticationProvider based on RSA key pair.
JwtConfig() - Constructor for class com.qfs.server.cfg.impl.JwtConfig
 
jwtFilter() - Method in interface com.qfs.server.cfg.IJwtConfig
Returns a filter which can process requests with JWT.
jwtFilter() - Method in class com.qfs.server.cfg.impl.JwtConfig
 
JwtFilter - Class in com.qfs.jwt.impl
Processes a HTTP request's JWT authorization headers, putting the result into the SecurityContextHolder.
JwtFilter(AuthenticationManager, String, String) - Constructor for class com.qfs.jwt.impl.JwtFilter
Constructor.
JwtRestServiceConfig - Class in com.qfs.server.cfg.impl
Configuration class exposing REST services for JWT authentication.
JwtRestServiceConfig() - Constructor for class com.qfs.server.cfg.impl.JwtRestServiceConfig
 
JwtRestServiceController - Class in com.qfs.jwt.service.impl
Wrapper for a IJwtService which exposes a REST API.
JwtRestServiceController(IJwtService) - Constructor for class com.qfs.jwt.service.impl.JwtRestServiceController
Constructor.
JwtRestServiceController.Token - Class in com.qfs.jwt.service.impl
Object used to create the JSON response of JwtRestServiceController.Token.getToken().
jwtService() - Method in interface com.qfs.server.cfg.IJwtConfig
Returns a bean which can generate tokens.
jwtService() - Method in class com.qfs.server.cfg.impl.JwtConfig
 
JwtService - Class in com.qfs.jwt.service.impl
A IJwtService which creates Signed JSON Web Tokens with RSA keys.
JwtService(IAuthorityComparator, RSAPrivateKey, int) - Constructor for class com.qfs.jwt.service.impl.JwtService
Constructor.
JwtService(IAuthorityComparator, RSAPrivateKey, int, String) - Constructor for class com.qfs.jwt.service.impl.JwtService
Constructor.
JwtService(ISecurityFacade, IAuthorityComparator, RSAPrivateKey, int, String) - Constructor for class com.qfs.jwt.service.impl.JwtService
Constructor.
JwtUserAuthenticator - Class in com.qfs.jwt.service.impl
Authenticator based on JWT with a predefined user.
JwtUserAuthenticator(String, IJwtService, UserDetailsService) - Constructor for class com.qfs.jwt.service.impl.JwtUserAuthenticator
Constructor.
JwtUtil - Class in com.qfs.jwt.impl
Utility methods related to the JWT authentication.
JwtUtil() - Constructor for class com.qfs.jwt.impl.JwtUtil
 

K

KB - Static variable in class com.quartetfs.fwk.util.MessageUtil
1 KiB.
KeepAllEpochPolicy - Class in com.qfs.multiversion.impl
A IEpochManagementPolicy that does nothing automatically.
KeepAllEpochPolicy() - Constructor for class com.qfs.multiversion.impl.KeepAllEpochPolicy
 
KeepLastEpochPolicy - Class in com.qfs.multiversion.impl
A IEpochManagementPolicy that intents to keep only some latest epochs, according creation time criteria and/or number epochs criteria.
KeepLastEpochPolicy() - Constructor for class com.qfs.multiversion.impl.KeepLastEpochPolicy
Default constructor.
KeepLastEpochPolicy(int, Duration, Duration) - Constructor for class com.qfs.multiversion.impl.KeepLastEpochPolicy
Constructor.
KeepLastEpochPolicy(Duration) - Constructor for class com.qfs.multiversion.impl.KeepLastEpochPolicy
Constructor.
keepSilent() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IOnRemoveUnknownKey
Tells the builder that the store should do nothing when trying to remove an unknown key.
Kernel32 - Interface in com.qfs.platform.win
Extension of the JNA Kernel32 interface.
key - Variable in class com.quartetfs.biz.pivot.postprocessing.impl.TimeLineHelpers.LocationKey
 
key() - Method in class com.activeviam.agg.impl.AUserDefinedAggregateFunction
 
key() - Method in class com.activeviam.agg.impl.ComparableMaxFunction
 
key() - Method in class com.activeviam.agg.impl.SerializableUserDefinedAggregateFunction
 
key() - Method in class com.activeviam.apm.tracing.impl.MonitoredPoolFactory
 
key() - Method in class com.activeviam.copper.impl.DataCubeContextFactory
 
key() - Method in class com.activeviam.copper.measure.StoreLookupMeasure.SameDictionaryEnforcer
 
key() - Method in class com.qfs.agg.impl.AGenericBaseAggregationFunction
Deprecated.
 
key() - Method in class com.qfs.agg.impl.AvgFunction
 
key() - Method in class com.qfs.agg.impl.CopyFunction
 
key() - Method in class com.qfs.agg.impl.CountFunction
 
key() - Method in class com.qfs.agg.impl.DistinctCountFunction
 
key() - Method in class com.qfs.agg.impl.DistinctCountSupportingRemovalsFunction
 
key() - Method in class com.qfs.agg.impl.GrossSumFunction
 
key() - Method in class com.qfs.agg.impl.LongFunction
 
key() - Method in class com.qfs.agg.impl.MaxFunction
 
key() - Method in class com.qfs.agg.impl.MaxHistoryFunction
 
key() - Method in class com.qfs.agg.impl.MedianFunction
 
key() - Method in class com.qfs.agg.impl.MinFunction
 
key() - Method in class com.qfs.agg.impl.MinHistoryFunction
 
key() - Method in class com.qfs.agg.impl.MultiplyFunction
 
key() - Method in class com.qfs.agg.impl.PercentileFunction
Deprecated.
 
key() - Method in class com.qfs.agg.impl.ShortFunction
 
key() - Method in class com.qfs.agg.impl.SingleValueFunction
 
key() - Method in class com.qfs.agg.impl.SquareSumFunction
 
key() - Method in class com.qfs.agg.impl.SumFunction
 
key() - Method in class com.qfs.agg.impl.SumProductFunction
 
key() - Method in class com.qfs.agg.impl.TimestampFunction
 
key() - Method in class com.qfs.literal.impl.LiteralType
 
key() - Method in class com.qfs.pivot.cube.provider.partition.impl.IdentityNumaNodeSelectorFactory
 
key() - Method in class com.qfs.pivot.json.logging.JsonLogSerializer
 
key() - Method in class com.qfs.pool.impl.DefaultPoolFactory
 
key() - Method in class com.qfs.repository.context.impl.LookupBehaviorTranslator
 
key() - Method in class com.qfs.snl.mdx.impl.TransitionOnlyKpiFilter
 
key() - Method in class com.qfs.store.service.impl.AndConditionFactory
 
key() - Method in class com.qfs.store.service.impl.BasicConditionFactory
 
key() - Method in class com.qfs.store.service.impl.CopyUpdateWhereFactory
 
key() - Method in class com.qfs.store.service.impl.CurrentDateProcedureFactory
 
key() - Method in class com.qfs.store.service.impl.InConditionFactory
 
key() - Method in class com.qfs.store.service.impl.JsonFieldParser
 
key() - Method in class com.qfs.store.service.impl.LikeConditionFactory
 
key() - Method in class com.qfs.store.service.impl.NotConditionFactory
 
key() - Method in class com.qfs.store.service.impl.OrConditionFactory
 
key() - Method in class com.qfs.store.service.impl.SetFieldProcedureFactory
 
key() - Method in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
Returns the plugin key that uniquely identifies this translator.
key() - Method in class com.quartetfs.biz.pivot.context.impl.CubeFilterTranslator
 
key() - Method in class com.quartetfs.biz.pivot.context.impl.MultipleContextValueTranslator
 
key() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimitTranslator
 
key() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimitTranslator
 
key() - Method in class com.quartetfs.biz.pivot.context.impl.SubCubePropertiesTranslator
 
key() - Method in class com.quartetfs.biz.pivot.context.impl.UserAuthenticationTranslator
 
key() - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatterFactory
 
key() - Method in class com.quartetfs.biz.pivot.cube.formatter.impl.IdentityCubeFormatterFactory
 
key() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisAggregationProcedureFactory
 
key() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedHierarchyMemberMemoryQuantifier
 
key() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.HierarchyMemberMemoryQuantifier
 
key() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MeasureHierarchyMemberMemoryQuantifier
 
key() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy.TimeBucketFactory
 
key() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchyDescriptionProvider
 
key() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IAnalysisHierarchyDescriptionProvider
 
key() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.PatternMatcherFactoryCaseInsensitive
 
key() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.PatternMatcherFactoryCaseSensitive
 
key() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorAbsoluteValue
 
key() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorAdd
 
key() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorAggregation
 
key() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorConcatenation
 
key() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorDisaggregation
 
key() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorDivide
 
key() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorMinus
 
key() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorMultiply
 
key() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorPercentile
 
key() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorSquareRoot
 
key() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorSubVector
 
key() - Method in class com.quartetfs.biz.pivot.formula.impl.OperatorTernaryDivide
 
key() - Method in class com.quartetfs.biz.pivot.impl.MdxCubeFormatterFactory
 
key() - Method in class com.quartetfs.biz.pivot.monitoring.impl.DrillthroughStreamTranslator
 
key() - Method in class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamTranslator
 
key() - Method in class com.quartetfs.biz.pivot.monitoring.impl.MdxDrillthroughStreamTranslator
 
key() - Method in class com.quartetfs.biz.pivot.monitoring.impl.MdxStreamTranslator
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.Attribute
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.Element
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EncodingToken
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EndAttributes
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.EndElement
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.NameDef
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.QNameDef
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLBigInt
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLDateTime
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLFloat
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLInt
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLMoney
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLNChar
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLNVarChar
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLReal
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.SQLSmallInt
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XMLDecl
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDBoolean
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDUnsignedInt
 
key() - Method in class com.quartetfs.biz.xmla.binxml.token.impl.XSDUnsignedShort
 
key() - Method in interface com.quartetfs.biz.xmla.binxml.token.IToken
Get the key.
key() - Method in class com.quartetfs.biz.xmla.discovery.impl.ARowsetDefinition
 
key() - Method in class com.quartetfs.biz.xmla.impl.Literal
 
key() - Method in class com.quartetfs.biz.xmla.impl.XmlaProperty
 
key() - Method in class com.quartetfs.biz.xmla.impl.XmlaPropertyOverride
 
key() - Method in interface com.quartetfs.biz.xmla.IXmlaProperty
Returns the IXmlaProperty key should the the same as .name().toUpperCase().
key() - Method in class com.quartetfs.fwk.format.impl.ATemporalParser
 
key() - Method in class com.quartetfs.fwk.format.impl.AVectorParser
 
key() - Method in class com.quartetfs.fwk.format.impl.BooleanParser
 
key() - Method in class com.quartetfs.fwk.format.impl.DateParser
 
key() - Method in class com.quartetfs.fwk.format.impl.DoubleParser
 
key() - Method in class com.quartetfs.fwk.format.impl.FastLocalDateParser
 
key() - Method in class com.quartetfs.fwk.format.impl.FloatParser
 
key() - Method in class com.quartetfs.fwk.format.impl.IntParser
 
key() - Method in class com.quartetfs.fwk.format.impl.LongParser
 
key() - Method in class com.quartetfs.fwk.format.impl.ObjectVectorParser
 
key() - Method in class com.quartetfs.fwk.format.impl.ShortParser
 
key() - Method in class com.quartetfs.fwk.format.impl.StringParser
 
key() - Method in annotation type com.quartetfs.fwk.QuartetExtendedPluginValue
Returns the key with which to register this factory in.
key() - Method in class com.quartetfs.fwk.types.impl.FactoryValue
 
key() - Method in class com.quartetfs.fwk.types.impl.VariableFactoryValue
 
key() - Method in interface com.quartetfs.fwk.types.IPluginValue
Returns the key identifying this plugin value.
key() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFunction
 
key() - Method in enum com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
key() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMemberProperty
 
key() - Method in enum com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
key() - Method in class com.quartetfs.pivot.mdx.statement.impl.FunctionKeyword
 
key() - Method in class com.quartetfs.pivot.mdx.statement.impl.LooseMdxEqualityTester
 
key(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Builds the member key.
KEY - com.quartetfs.pivot.mdx.statement.IIdentifier.Quoting
Identifier quoted with an ampersand to indicate a key value, for example the second segment in "[Geography].&[France]".
KEY - Static variable in class com.qfs.repository.context.impl.LookupBehaviorTranslator
Plugin key.
KEY - Static variable in class com.qfs.snl.workflows.units.impl.DefaultWorkflowUnit
Plugin Key for DefaultWorkflowUnit.
KEY - Static variable in class com.quartetfs.biz.pivot.context.impl.AsOfEpochTranslator
Translator key.
KEY - Static variable in class com.quartetfs.biz.pivot.context.impl.CubeFilterTranslator
Plugin key of this translator.
KEY - Static variable in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
The plugin key.
KEY - Static variable in class com.quartetfs.biz.pivot.context.impl.MdxContextTranslator
The plugin key.
KEY - Static variable in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimitTranslator
The plugin key.
KEY - Static variable in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimitTranslator
Plugin key.
KEY - Static variable in class com.quartetfs.biz.pivot.context.impl.SubCubePropertiesTranslator
Plugin key of this translator.
KEY - Static variable in class com.quartetfs.biz.pivot.context.impl.UserAuthenticationTranslator
Key of this plugin value.
KEY - Static variable in class com.quartetfs.biz.pivot.query.impl.QueryMonitoringTranslator
The plugin key.
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_CatalogsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DatasourcesDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_EnumeratorsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_InstancesDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_KeywordsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_LiteralsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_PropertiesDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_Schema_RowsetsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_ActionsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_InputDataSourcesDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_SchemataDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
KEY - Static variable in class com.quartetfs.biz.xmla.servlet.impl.TabularRowSetDefinition
The key.
KEY - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
This property works the same as the MdxMemberProperties.MEMBER_KEY property.
KEY - Static variable in interface com.quartetfs.pivot.mdx.statement.IReturnFunction
 
KEY_EVENT_TYPE - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_NETTY_BROADCASTING_TIME - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_NETTY_EXECUTION_TIME - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_NETTY_FROM - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_NETTY_NB_POINT_RESULTS - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_NETTY_PROCESSING_TIME - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_NETTY_REPLY_SIZE - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_NETTY_STATUS - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_NETTY_TO - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_PARAMETER_UPDATE - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
Parameter update definition using point value keys.
KEY_QUERY - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_QUERY_COMPLETION_TIME - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_QUERY_EXE_ID - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_QUERY_ID - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_QUERY_PERF_PAST_AVG_TIME - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_QUERY_PERF_THRESHOLD - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_QUERY_START_TIMESTAMP - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_QUERY_STATUS - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_QUERY_TOTAL_REPLY_SIZE - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_QUERY_TYPE - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_REQUEST - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
Update request based on point value keys.
KEY_REQUESTS - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
List of update requests based on point value keys.
KEY_SOURCE_EXCEPTION_COUNT - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_SOURCE_FILE - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_SOURCE_LINE_COUNT - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_SOURCE_LINE_SKIPPED_COUNT - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_SOURCE_PUBLISHED_COUNT - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_SOURCE_TRAN_ERR_COUNT - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_STREAMING_CELL_SIZE - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
KEY_STREAMING_REPLY_SIZE - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
keyCapacity() - Method in class com.qfs.dic.impl.AbstractHash
Returns the capacity of the current key structure (before a resize operation must be performed).
keyCapacity() - Method in class com.qfs.dic.impl.BucketedIntegerArrayDictionary
 
keyCapacity() - Method in class com.qfs.dic.impl.BufferIntegerDictionary
 
keyCapacity() - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
 
keyCapacity() - Method in class com.qfs.dic.impl.Dictionary
 
keyCapacity() - Method in class com.qfs.dic.impl.FixedLengthIntegerArrayDictionary
 
keyCapacity() - Method in class com.qfs.dic.impl.IntegerDictionary
 
keyCapacity() - Method in class com.qfs.dic.impl.LongDictionary
 
keyCapacity() - Method in class com.qfs.dic.impl.PointReferenceDictionary
 
keyCapacity() - Method in class com.qfs.dic.impl.StringDictionary
Returns the capacity of the current key structure (before a resize operation must be performed).
keyCapacity() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
 
keyCapacity() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
 
KeyConstraintViolationException - Exception in com.qfs.store.record
Exception thrown when an attempt is made to store two records with the same values on a unique index different than the key index.
KeyConstraintViolationException(IRecordReader, IRecordReader, IStoreMetadata, IDictionaryProvider, int[], int) - Constructor for exception com.qfs.store.record.KeyConstraintViolationException
Constructor.
KeyConstraintViolationException(IRecordReader, IRecordReader, IStoreMetadata, IDictionaryProvider, int[], int, String) - Constructor for exception com.qfs.store.record.KeyConstraintViolationException
Constructor.
KeyConstraintViolationException.IKeyConstraintViolationHumanMessageBuilder - Interface in com.qfs.store.record
Builds an human readable key constraint violation message, from the human readable details.
KeyDto() - Constructor for class com.qfs.repository.dto.PointValueDto.KeyDto
Default constructor.
KeyDto(long, long) - Constructor for class com.qfs.repository.dto.PointValueDto.KeyDto
Constructor.
KeyDto(IPointValue.IKey) - Constructor for class com.qfs.repository.dto.PointValueDto.KeyDto
Copy constructor.
keyFields(String...) - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
keyFields(List<String>) - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
keyId - Variable in enum com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil.SerializationKey
Key to use to flag content.
KeyRecord - Class in com.qfs.store.record.impl
The key of a record.
KeyRecord(KeyRecordFormat) - Constructor for class com.qfs.store.record.impl.KeyRecord
 
KeyRecordFormat - Class in com.qfs.store.record.impl
The record format of a record key.
KeyRecordFormat(IRecordFormat, int[]) - Constructor for class com.qfs.store.record.impl.KeyRecordFormat
Full constructor.
keys() - Method in interface com.activeviam.collections.ImmutableMap
Give the list of keys from this map.
keys() - Method in class com.activeviam.collections.impl.ImmutableHashMap
 
keys() - Method in class com.quartetfs.fwk.types.impl.Plugin
Builds up the keys from a potential mix and match of keys and plugin keys.
keys() - Method in interface com.quartetfs.fwk.types.IPlugin
Gives all the keys present in the plugin.
keySet() - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
keySet() - Method in class com.qfs.graph.impl.DirectedGraph
 
keySet() - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
keySet() - Method in class com.qfs.store.impl.UserStoreGraph
 
keySet() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
keySet() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
keySet() - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
keySet() - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
keySet(Class<? extends KeyT>) - Method in class com.qfs.graph.impl.DirectedGraph
 
KeyValueBatchInfo - Class in com.qfs.msg.keyvalue.impl
 
KeyValueBatchInfo() - Constructor for class com.qfs.msg.keyvalue.impl.KeyValueBatchInfo
Default constructor.
KeyValueBatchInfo(long, long, long, long, long) - Constructor for class com.qfs.msg.keyvalue.impl.KeyValueBatchInfo
Constructor.
KeyValueBatchResult<T> - Class in com.qfs.msg.keyvalue.impl
A key-value batch result implementation.
KeyValueBatchResult(List<KeyValueEntry<T>>, IKeyValueBatchInfo) - Constructor for class com.qfs.msg.keyvalue.impl.KeyValueBatchResult
Quartet abstraction of a KeyValue batch result.
KeyValueBufferPool - Class in com.qfs.msg.keyvalue.impl
 
KeyValueBufferPool(long) - Constructor for class com.qfs.msg.keyvalue.impl.KeyValueBufferPool
Constructor.
KeyValueChannelConsumer - Class in com.qfs.msg.keyvalue.impl
 
KeyValueChannelConsumer(IMessageChannel<String, KeyValueEntry<?>>) - Constructor for class com.qfs.msg.keyvalue.impl.KeyValueChannelConsumer
Constructor.
KeyValueColumnCalculator - Class in com.qfs.msg.keyvalue.impl
A column calculator that computes the value part of a key-value entry.
KeyValueColumnCalculator(String) - Constructor for class com.qfs.msg.keyvalue.impl.KeyValueColumnCalculator
Constructor.
KeyValueEntry<V> - Class in com.qfs.msg
A class that contains both the key and the value of an entry.
KeyValueEntry(String, V) - Constructor for class com.qfs.msg.KeyValueEntry
Constructor.
KeyValueMessageChannelFactory - Class in com.qfs.source.impl
Base POJO channel factory IStoreMessageChannelFactory.
KeyValueMessageChannelFactory(ISource<String, KeyValueEntry<?>>, IDatastore) - Constructor for class com.qfs.source.impl.KeyValueMessageChannelFactory
Constructor.
KeyValueMessageChannelFactory(IDatastore) - Constructor for class com.qfs.source.impl.KeyValueMessageChannelFactory
Constructor.
KeyValueRawBatchResult - Class in com.qfs.msg.keyvalue.impl
 
KeyValueRawBatchResult(List<String>, List<ByteBuffer>, IKeyValueBatchInfo) - Constructor for class com.qfs.msg.keyvalue.impl.KeyValueRawBatchResult
Quartet abstraction of a KeyValue batch result.
KeyValueSource<C> - Class in com.qfs.msg.keyvalue.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Use KeyValueSourceFactory instead of the constructors and the interface IKeyValueSource instead of the implementation type.
KeyValueSource(String, IKeyValueConnectionPool<C>) - Constructor for class com.qfs.msg.keyvalue.impl.KeyValueSource
Deprecated.
Constructor.
KeyValueSource.KeyValueTask - Class in com.qfs.msg.keyvalue.impl
Deprecated.
The key-value task that fetches keys and submits records into the channel.
KeyValueSourceConfiguration - Class in com.qfs.msg.keyvalue.impl
Class containing the configuration elements of a KeyValue source.
KeyValueSourceConfiguration(String, int, int) - Constructor for class com.qfs.msg.keyvalue.impl.KeyValueSourceConfiguration
 
KeyValueSourceFactory - Class in com.activeviam.source.keyvalue.api
Factory to create a new IKeyValueSource.
KeyValueStatsHandler - Class in com.qfs.msg.keyvalue.impl
 
KeyValueStatsHandler() - Constructor for class com.qfs.msg.keyvalue.impl.KeyValueStatsHandler
Constructor.
KeyValueTask(IMessageChannel<String, KeyValueEntry<?>>, List<String>, KeyValueStatsHandler) - Constructor for class com.qfs.msg.keyvalue.impl.KeyValueSource.KeyValueTask
Deprecated.
 
KeyValueTopic - Class in com.qfs.msg.keyvalue.impl
Topic for a Key/Value source.
KeyValueTopic(String, List<String>, List<String>, Object[]) - Constructor for class com.qfs.msg.keyvalue.impl.KeyValueTopic
Constructor.
KeyValueTopic(String, List<String>, List<String>, Object[], ICondition) - Constructor for class com.qfs.msg.keyvalue.impl.KeyValueTopic
Constructor.
KeyValueTuplizer - Class in com.qfs.msg.impl
Component transforming a key-value pair into a tuple.
KeyValueTuplizer() - Constructor for class com.qfs.msg.impl.KeyValueTuplizer
 
Keyword - Enum in com.quartetfs.biz.xmla.constants
A collection of keywords.
KEYWORD - com.quartetfs.pivot.mdx.statement.Type
Type used for the functions' keywords.
KEYWORD - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_KeywordsDefinition
 
killAllQueries() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Kills all continuous queries without going through their IAgent.stop() method.
killEnqueuedQueries() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
Stops the processing of all the queries running into this pivot version.
killEnqueuedQueries() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Stops the processing of all the queries running into this pivot instance.
killRunningQuery(long, long) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager
 
killRunningQuery(long, long) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Kills a specified query by canceling it.
killTopQueries() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager
 
kpi() - Static method in class com.activeviam.builders.StartBuilding
Creates a builder for IKpiDescription.
Kpi - com.quartetfs.pivot.mdx.statement.IFormulaSpecification.DefinedType
For kpi.
KPI - com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
 
KPI - com.quartetfs.pivot.mdx.statement.FunctionCategory
 
KPI - Static variable in class com.qfs.snl.agent.MonitorAgents
The KPI type of agent.
KPI - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
Suffix used to define kpi context values.
KPI - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
KPI - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
KPI - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
KPI_CAPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
KPI_CURRENT_TIME_MEMBER - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
KPI_DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
KPI_DISPLAY_FOLDER - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
KPI_EXPIRY - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
KPI_GOAL - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
KPI_GOAL - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
kpi_name() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
kpi_name() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
KPI_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
kpi_name_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.kpi_name_return
 
kpi_name_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
kpi_name_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
kpi_name_specification_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.kpi_name_specification_return
 
KPI_PARENT_KPI_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
kpi_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
kpi_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
kpi_specification_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.kpi_specification_return
 
KPI_START - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
KPI_STATUS - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
KPI_STATUS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
KPI_STATUS_GRAPHIC - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
KPI_STREAM - Static variable in interface com.qfs.snl.agent.service.IMonitorExecution
Reserved key identifying executions based on KPIs.
KPI_STRING_PROPERTIES - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxContextHelper
Properties of kpi that are not Mdx expressions.
KPI_TREND - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
KPI_TREND - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
KPI_TREND_GRAPHIC - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
KPI_VALUE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
KPI_VALUE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
KPI_WEIGHT - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
KpiDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Implementation for IKpiDescription.
KpiDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
JAXB constructor.
KpiDescription(IKpiDescription) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Copy constructor.
KpiDescription(String, String, String, String, String, String, IKpiValueDescription, IKpiGoalDescription, IKpiStatusDescription, IKpiTrendDescription, String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Fully defining constructor.
KpiDescription.KpiProperty - Enum in com.quartetfs.biz.pivot.definitions.impl
Enum of the properties available for a KPI.
KpiDiscovery - Class in com.qfs.pivot.json.discovery
The kpi discovery.
KpiDiscovery() - Constructor for class com.qfs.pivot.json.discovery.KpiDiscovery
 
KpiDiscovery(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.qfs.pivot.json.discovery.KpiDiscovery
Constructor.
KpiDiscoveryBuilder - Class in com.qfs.pivot.builder.discovery.impl
The kpi discovery builder.
KpiDiscoveryBuilder() - Constructor for class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
KpiExpiryDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Quick implementation of the description While KpiValueDescription, KpiGoalDescription, ...
KpiExpiryDescription(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiExpiryDescription
Constructor.
KpiExpiryFunction - Class in com.quartetfs.pivot.mdx.func.impl
KPI Function returning the expiry measure of the KPI if defined.
KpiExpiryFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.KpiExpiryFunction
 
KpiFilterPlugin - Class in com.qfs.snl.mdx.impl
The root point for plugin values on IKpiFilter.
KpiFilterPlugin() - Constructor for class com.qfs.snl.mdx.impl.KpiFilterPlugin
Constructor.
KpiFilters - Class in com.qfs.snl.mdx
Class defining the core KPI filters availables.
KpiGoalDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Definition of the formula used to compute the goal of a KPI.
KpiGoalDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiGoalDescription
Default constructor.
KpiGoalDescription(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiGoalDescription
Constructor.
KpiGoalDescription(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiGoalDescription
Full constructor.
KpiGoalFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
KpiGoalFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.KpiGoalFunction
 
KpiMdxAdapter - Class in com.quartetfs.biz.pivot.definitions.impl
Class describing a KPI that contains MDX expressions.
KpiMdxAdapter(IKpiDescription) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
Constructor.
KpiMdxAdapter(IKpiDescription, Boolean) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
Constructor.
KpiMonitorConfigurationDto - Class in com.qfs.snl.dtos
The kpi monitor config contains the initial config in order to create a kpi monitor.
KpiMonitorConfigurationDto() - Constructor for class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Constructor.
KpiMonitorConfigurationDto(String, Map<String, String>, String, Long, String) - Constructor for class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Constructor.
KpiMonitorConfigurationDto.Mode - Enum in com.qfs.snl.dtos
The modes for this kpi type.
KpiMonitoringStream - Class in com.qfs.snl.agent.service.impl
Implementation of AKpiMonitoringStream with default handling of errors.
KpiMonitoringStream(IMonitor) - Constructor for class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Full constructor.
KpiMonitoringStream(IMonitor, ITimeSupplier) - Constructor for class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Full constructor with prescribed ITimeSupplier.
KpiStartDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Quick implementation of the description While KpiValueDescription, KpiGoalDescription, ...
KpiStartDescription(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiStartDescription
Constructor.
KpiStartFunction - Class in com.quartetfs.pivot.mdx.func.impl
KPI Function returning the start measure of the KPI if defined.
KpiStartFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.KpiStartFunction
 
KpiStatusDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Definition of the formula used to compute the status of a KPI.
KpiStatusDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiStatusDescription
Default constructor.
KpiStatusDescription(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiStatusDescription
Constructor.
KpiStatusDescription(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiStatusDescription
Full constructor.
KpiStatusFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
KpiStatusFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.KpiStatusFunction
 
KpiTrendDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Description for the formula used to compute a KPI trend.
KpiTrendDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiTrendDescription
Default constructor.
KpiTrendDescription(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiTrendDescription
Constructor.
KpiTrendDescription(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiTrendDescription
Full constructor.
KpiTrendFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
KpiTrendFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.KpiTrendFunction
 
KpiUtil - Class in com.qfs.snl.kpis.impl
Set of utility classes and functions to work on KPIs.
KpiUtil.RedOrangeGreen - Class in com.qfs.snl.kpis.impl
Utility for KPIs whose status will be mapped to a 3-level scale.
KpiValueDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Definition of the formula used to compute the value of a KPI.
KpiValueDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiValueDescription
Default constructor.
KpiValueDescription(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiValueDescription
Constructor.
KpiValueDescription(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.KpiValueDescription
Full constructor.
KpiValueFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
KpiValueFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.KpiValueFunction
 

L

LA(int) - Method in class com.quartetfs.pivot.mdx.parser.impl.IgnoreCaseANTLRStringStream
 
lag(CopperMeasure, int) - Static method in class com.activeviam.copper.api.Copper
Starts defining a navigation analytic function.
lag(CopperMeasure, int, LeadLagPostProcessor.Mode) - Static method in class com.activeviam.copper.api.Copper
Starts defining a navigation analytic function.
Lag - com.quartetfs.biz.xmla.constants.Keyword
 
LAG - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LagFunction - Class in com.quartetfs.pivot.mdx.func.impl
Lag function.
LagFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.LagFunction
 
LambdaShift(ArrayList<LevelIdentifier>, SerializableConsumer<IWritableArray>) - Constructor for class com.activeviam.copper.measure.ShiftMeasure.LambdaShift
Constructor.
lambdaShiftOperations - Variable in class com.activeviam.copper.pivot.pp.ShiftPostProcessor
The operations to apply to a given location.
LANGUAGE - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
LANGUAGE - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
LARGE_MDX_SET_OPTIMIZATION - com.activeviam.properties.impl.ActiveViamProperty
Property that allow the MDX engine to optimize queries with large MDX sets.
LARGE_TRANSACTION_MARK - Static variable in interface com.qfs.distribution.IActivePivotRemoteTransactionInfo
Internal (i.e technical) property key whose value will be true when a transaction is considered to be "large" like the one associated to a discovery.
last() - Method in interface com.activeviam.collections.ImmutableList
Give the last item of this list.
last() - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
last() - Method in class com.qfs.dic.impl.AbstractHash.BufferHashTable
 
last() - Method in interface com.qfs.dic.impl.AbstractHash.HashTable
Returns the maximum hash slot, inclusive (always positive).
last() - Method in class com.qfs.dic.impl.AbstractHash.LargeBufferHashTable
 
last() - Method in class com.qfs.dic.impl.AbstractHash.LargeHashTable
 
last() - Method in class com.qfs.dic.impl.AbstractHash.StandardHashTable
 
last() - Method in class com.qfs.dic.impl.AbstractHash.VeryLargeHashTable
 
last(CopperMeasure) - Static method in class com.activeviam.copper.api.Copper
Starts defining a navigation analytic function.
last(CopperMeasure, LeadLagPostProcessor.Mode) - Static method in class com.activeviam.copper.api.Copper
Starts defining a navigation analytic function.
LAST - com.activeviam.copper.measure.window.FirstLastMeasureBuilder.Position
The last position.
LAST_CHILD - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LAST_DATA_UPDATE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
LAST_NUMBER_OF_IMPACT_COMPUTATIONS - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
Statistics key - latest number of impact computations.
LAST_PERIODS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LAST_PROCESSED - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
LAST_SCHEMA_UPDATE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
LAST_SCHEMA_UPDATE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_InputDataSourcesDefinition
 
LAST_SIBLING - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LAST_UPDATE_TIME - Static variable in class com.quartetfs.biz.pivot.streaming.impl.StreamNodeStatistics
Statistic key - The latest MDX result update timing.
LastChild - com.quartetfs.biz.xmla.constants.Keyword
 
LastChildFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
LastChildFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.LastChildFunction
 
lastIndexOf(int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
lastIndexOf(int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
LastPeriods - com.quartetfs.biz.xmla.constants.Keyword
 
LastPeriodsFunction - Class in com.quartetfs.pivot.mdx.func.impl
The LastPeriods MDX function.
LastPeriodsFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.LastPeriodsFunction
 
LastSibling - com.quartetfs.biz.xmla.constants.Keyword
 
LastSiblingFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
LastSiblingFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.LastSiblingFunction
 
Latch - Class in com.qfs.util.impl
An implementation of ILatch.
Latch() - Constructor for class com.qfs.util.impl.Latch
 
LATEST - com.quartetfs.biz.pivot.query.monitoring.impl.TimingAggregationType
The latest time.
LATEST - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Statistics key - Last duration.
LATEST - Static variable in class com.quartetfs.fwk.monitoring.impl.QuantityMonitor
 
LATEST_BROADCAST_DURATION - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
LATEST_COMPUTE_IMPACTS_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Statistics key - latest impact computation duration.
LATEST_COMPUTE_IMPACTS_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Statistics key - latest compute impacts duration.
LATEST_DURATION_MESSAGES - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
LATEST_EVENT - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Statistics key - latest event duration.
LATEST_EVENT_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - latest event duration.
LATEST_EVENT_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Statistics key - latest event duration.
LATEST_EVENT_PUBLICATION_DURATION - Static variable in class com.qfs.snl.agent.service.impl.PublicationStatistics
Name for the attribute providing the latest publication duration.
LATEST_EVENT_STREAM - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Statistics key - latest event stream.
LATEST_EXECUTE_DURATION - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
LATEST_PLAN_RETRIEVALS_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Statistics key - latest retrieval planning duration.
LATEST_PLAN_RETRIEVALS_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Statistics key - latest planned retrievals duration.
LATEST_PROCESS_DURATION - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
LATEST_QUERY_EVALUATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Statistics key - latest query evaluation duration.
LATEST_QUERY_TOTAL_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Statistics key - latest query total time.
LATEST_QUERY_UPDATE_PUBLICATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Statistics key - latest query update publication time.
LATEST_QUERY_UPDATE_PUBLICATION_EPOCH_ID - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Statistics key - latest query update publication epoch id.
LATEST_RECEIVED_MESSAGE_SIZE - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic name.
LATEST_REPLY_SIZE - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
LATEST_SENT_MESSAGE_SIZE - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
LATEST_SESSION_ACTIVITY - Static variable in class com.qfs.websocket.endpoint.monitoring.impl.EndPointStatistics
Name of the statistics for session activity.
LATEST_TIME_OF_REGISTRATIONS - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - latest registration duration.
LATEST_TIME_OF_REGISTRATIONS - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Statistics key - latest registration duration.
LATEST_TIME_OF_UNREGISTRATIONS - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - latest unregistration duration.
LATEST_TIME_OF_UNREGISTRATIONS - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Statistics key - latest unregistration duration.
LATEST_TOTAL_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Statistics key - latest total duration.
LATEST_UPDATE_COMPUTATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - latest event update computation duration.
LATEST_UPDATE_NOTIFICATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - latest event update notification duration.
LATEST_VERSION - Static variable in class com.qfs.repository.rs.RepositoryRestServices
Latest version defined for Repository REST API.
LATEST_VERSION - Static variable in class com.qfs.server.cfg.ActivePivotRestServices
The current version of the REST API.
LATEST_VERSION - Static variable in class com.qfs.snl.rs.ActiveMonitorRestServices
Latest version defined for ActiveMonitor REST API.
LazyChunkedColumn<K> - Class in com.activeviam.column.impl
A ChunkedColumn where the underlying chunks are lazily allocated the first time they are written to.
LazyChunkedColumn() - Constructor for class com.activeviam.column.impl.LazyChunkedColumn
Default constructor for serialization.
LazyChunkedColumn(int, boolean, IAllocationSettings) - Constructor for class com.activeviam.column.impl.LazyChunkedColumn
Constructor with a default Object data type.
LazyChunkedColumn(int, int, boolean, IAllocationSettings) - Constructor for class com.activeviam.column.impl.LazyChunkedColumn
Constructor.
LazyChunkedColumnWithAggregation<K> - Class in com.activeviam.column
A generic LazyChunkedColumn that is fully defined by the IGenericAggregation it holds.
LazyChunkedColumnWithAggregation() - Constructor for class com.activeviam.column.LazyChunkedColumnWithAggregation
 
LazyChunkedColumnWithAggregation(IGenericAggregation, int, boolean, IAllocationSettings) - Constructor for class com.activeviam.column.LazyChunkedColumnWithAggregation
 
LazyChunkedCompositeColumn<K> - Class in com.activeviam.column
A composite column with chunks.
LazyChunkedCompositeColumn() - Constructor for class com.activeviam.column.LazyChunkedCompositeColumn
Empty constructor for serialization.
LazyChunkedCompositeColumn(IUserDefinedAggregation, int, boolean, IAllocationSettings) - Constructor for class com.activeviam.column.LazyChunkedCompositeColumn
Constructor.
LazyDeleteLinkedIndexBase - Class in com.qfs.index.impl
Implementation of the base for a MultiVersionLazyDeleteLinkedIndex.
LazyDeleteLinkedIndexBase(MultiVersionIntegerArray, MultiVersionIntegerArray) - Constructor for class com.qfs.index.impl.LazyDeleteLinkedIndexBase
Full constructor.
LazyDeleteLinkedIndexTransaction - Class in com.qfs.index.impl
LazyDeleteLinkedIndexTransaction(LazyDeleteLinkedIndexBase, IntegerArrayTransaction, IntegerArrayTransaction) - Constructor for class com.qfs.index.impl.LazyDeleteLinkedIndexTransaction
Full constructor.
LazyDeleteLinkedIndexVersion - Class in com.qfs.index.impl
Single version of an MultiVersionLazyDeleteLinkedIndex.
LazyDeleteLinkedIndexVersion(IEpoch, LazyDeleteLinkedIndexBase, ISquashableIntegerArrayVersion, ISquashableIntegerArrayVersion) - Constructor for class com.qfs.index.impl.LazyDeleteLinkedIndexVersion
Full constructor.
LazyObject<T> - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
LazyObject(Supplier<T>, T) - Constructor for class com.qfs.util.impl.LazyObject
Deprecated.
Constructor.
LazyTupleCollection - Class in com.quartetfs.pivot.mdx.impl
A simple iterable window over a collection of tuples (possibly not materialized).
LazyTupleCollection() - Constructor for class com.quartetfs.pivot.mdx.impl.LazyTupleCollection
 
LazyTupleCollection.CrossJoinLazyTupleCollection - Class in com.quartetfs.pivot.mdx.impl
 
LazyTupleCollection.Cursor - Class in com.quartetfs.pivot.mdx.impl
Cursor.
LazyTupleCollection.RandomAccessSetLazyTupleCollection - Class in com.quartetfs.pivot.mdx.impl
 
LBRACE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
LBRACE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
LBRACE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
LCASE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LCaseFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
LCaseFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.LCaseFunction
 
LE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
LE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
LE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
LE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
lead(CopperMeasure, int) - Static method in class com.activeviam.copper.api.Copper
Starts defining a navigation analytic function.
lead(CopperMeasure, int, LeadLagPostProcessor.Mode) - Static method in class com.activeviam.copper.api.Copper
Starts defining a navigation analytic function.
lead(IMdxFixedMember, int) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Returns the member that is a specified number of positions following the given member along the member's level.
lead(IMdxFixedMember, int) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
Lead - com.quartetfs.biz.xmla.constants.Keyword
 
LEAD - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LeadFunction - Class in com.quartetfs.pivot.mdx.func.impl
Lead function.
LeadFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.LeadFunction
 
LeadLagMeasure - Class in com.activeviam.copper.measure.window
Analytic navigation measure.
LeadLagMeasure(IInternalCopperMeasure, MeasureMetadata, WindowBuilder, int, LeadLagPostProcessor.Mode, CopperAnalyticMeasure.AnalyticFilter) - Constructor for class com.activeviam.copper.measure.window.LeadLagMeasure
Constructor.
LeadLagMeasure.Factory - Class in com.activeviam.copper.measure.window
Factory for the LeadLagMeasure.
LeadLagMeasureBuilder - Class in com.activeviam.copper.measure.window
Builder to create a LeadLagMeasure.
LeadLagMeasureBuilder(CopperMeasure, int, LeadLagPostProcessor.Mode) - Constructor for class com.activeviam.copper.measure.window.LeadLagMeasureBuilder
Constructor.
LeadLagPostProcessor - Class in com.activeviam.copper.pivot.pp
Post processor that shift aggregates toward a relative position along a hierarchy.
LeadLagPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.LeadLagPostProcessor
Constructor.
LeadLagPostProcessor.Mode - Enum in com.activeviam.copper.pivot.pp
The execution mode for the Lead/Lag(First/Last)PostProcessor.
leaf() - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.AggregateProviderBuilder
leaf() - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialBuilder
LEAF_COUNT_PARAM_AGGREGATION_FUNCTION - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
LEAF_COUNT_PARAM_DATA_TYPE - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
LEAF_COUNT_PARAM_LEAF_LEVELS - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
LEAF_COUNT_PARAM_SKIP_DATAMEMBERS - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
The name of the properties to skip datamembers from the count.
LEAF_COUNT_PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
The plugin key of the PostProcessor used to compile MDX distinct count.
LEAF_LEVELS - Static variable in class com.activeviam.copper.pivot.pp.UserDefinedAggregationPostProcessor
Deprecated.
Property to use to define the list of leaf levels for this measure.
LEAF_LEVELS - Static variable in class com.activeviam.pivot.postprocessing.impl.ABaseDynamicAggregationPostProcessor
The property defining the leaf levels.
LEAF_PLUGIN_TYPE - Static variable in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder
Plugin type for the Leaf storage.
LEAF_TYPE - Static variable in class com.activeviam.pivot.postprocessing.impl.ABaseDynamicAggregationPostProcessor
The property used to declare the type of the results calculated at the leaf level.
LeafAggregateProviderBase - Class in com.qfs.pivot.cube.provider.bitmap.impl
Aggregate provider base similar to BitmapAggregateProviderBase, but using only the point index (no actual bitmap index).
LeafAggregateProviderBase(ProviderCoordinate, IHierarchicalMapping, List<? extends IMultiVersionHierarchy>, Collection<String>, Predicate<IRecordReader>, Properties, LeafBitmapMatcher, ColumnarIntegerArrayDictionary, AggregateStore, int, MultiVersionIntegerArray, int, double, IActivePivotContext, int) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.LeafAggregateProviderBase
Clone constructor.
LeafAggregateProviderBase(LeafAggregateProviderBase, ColumnarIntegerArrayDictionary, MultiVersionIntegerArray) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.LeafAggregateProviderBase
Rebuild constructor used for compacting the current base.
LeafAggregateProviderBase(AggregateProviderCreationParts, AggregateProviderCreationContext) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.LeafAggregateProviderBase
Main constructor, creating a new index lock.
LeafAggregateProviderTransaction - Class in com.qfs.pivot.cube.provider.bitmap.impl
A AIndexedAggregateProviderTransaction specialized for the LEAF aggregate provider.
LeafAggregateProviderTransaction(LeafAggregateProviderBase) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.LeafAggregateProviderTransaction
Constructor.
LeafAggregationMeasure - Class in com.activeviam.copper.measure
Copper measure with dynamic aggregation on some levels.
LeafAggregationMeasure.Factory - Class in com.activeviam.copper.measure
LeafBitmapMatcher - Class in com.qfs.bitmap.impl
A bitmap matcher which internally uses a point index and calculates the bitmaps instead of storing and retrieving them like the QFSBitmapIndex does.
LeafBitmapMatcher(int, ColumnarIntegerArrayDictionary) - Constructor for class com.qfs.bitmap.impl.LeafBitmapMatcher
Constructor used for tests, does not use IDictionary objects.
LeafBitmapMatcher(int, ColumnarIntegerArrayDictionary, IDictionary<Object>[]) - Constructor for class com.qfs.bitmap.impl.LeafBitmapMatcher
Main constructor.
LeafCompiledFilter(ICachingBitmapSupplier<LeafBitmapMatcher>, Predicate<int[]>) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.LeafPartitionedAggregateProviderTransaction.LeafCompiledFilter
Constructor.
LeafConditionCache(LeafBitmapMatcher) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.LeafFilterCompiler.LeafConditionCache
Constructor of LeafFilterCompiler.LeafConditionCache, creating a new empty cache.
LeafCountPostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
Dynamic aggregation post processor that for each queried aggregate counts the number of leaves that contribute to that aggregate.
LeafCountPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.LeafCountPostProcessor
Constructor.
LeafExpandLocationProcedure - Class in com.qfs.pivot.cube.provider.bitmap.impl
A procedure used to expand a given location using the current hierarchies and the points stored in a BITMAP aggregates collector.
LeafExpandLocationProcedure(StandardScopeLocation, List<? extends ILevelInfo>, List<? extends IHierarchy>, IHierarchicalMapping, int) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.LeafExpandLocationProcedure
Constructor.
LeafFilterCompiler - Class in com.qfs.pivot.cube.provider.bitmap.impl
A filter visitor that can compile an ICubeFilter into a IBitmap.
LeafFilterCompiler() - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.LeafFilterCompiler
 
LeafFilterCompiler.LeafConditionCache - Class in com.qfs.pivot.cube.provider.bitmap.impl
Helper class which adds a temporary cache to the LeafBitmapMatcher, to keep track of the compilation of similar filters for one query.
LeafIdentityPostProcessor - Class in com.activeviam.copper.pivot.pp
A post-processor used to retrieve a measure at a lower level and aggregate it with a SUM up to the location it has been asked for.
LeafIdentityPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.LeafIdentityPostProcessor
Constructor.
LeafLevelsPrefetcher - Class in com.quartetfs.biz.pivot.postprocessing.impl
LeafLevels prefetcher aims to prefetch all leaves aggregated values on a dynamic aggregation context.
LeafLevelsPrefetcher(IActivePivot, IMeasuresProvider, Set<String>, List<IHierarchyInfo>, List<ILevelInfo>) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.LeafLevelsPrefetcher
Constructor.
LeafPartitionedAggregateProviderTransaction - Class in com.qfs.pivot.cube.provider.partition.impl
LeafPartitionedAggregateProviderTransaction(IndexedPartitionedAggregateProviderBase, IEpoch) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.LeafPartitionedAggregateProviderTransaction
Constructor.
LeafPartitionedAggregateProviderTransaction.LeafCompiledFilter - Class in com.qfs.pivot.cube.provider.partition.impl
An implementation of AIndexedCompiledFilter for the Leaf Aggregate Provider, associated with the LeafFilterCompiler class.
LEAVES - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
LEAVES - com.quartetfs.pivot.mdx.func.impl.DescendantsFunction.DescFlag
Returns leaf descendant members between the specified member and the specified level (or at the specified distance) and the members from the specified level (or at the specified distance).
left() - Method in interface com.activeviam.util.function.IEither
Returns the left object.
left() - Method in interface com.activeviam.util.function.IOptionalEither
Returns the left object.
LEFT - com.activeviam.copper.store.Mapping.JoinType
Defines a Copper join operation as a LEFT OUTER join between the selected cube and a given store of the database.
LEFT - com.qfs.util.ui.IBorderBuilder.Direction
Left border of a cell.
LEFT - com.qfs.util.ui.ITableBuilder.Orientation
 
LEFT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LEFT_JOIN_PLUGIN_KEY - Static variable in class com.activeviam.copper.agg.AJoinAnalysisAggregationProcedure
The plugin key of the procedure performing an left join on an isolated store.
LEFT_OUTER - com.activeviam.database.commons.api.schema.JoinType
 
leftComparator - Static variable in class com.qfs.util.impl.RangeUnion
Deprecated.
 
LeftFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.StringManipulationFunctions.LeftFunction
 
LeftJoinAnalysisAggregationProcedure - Class in com.activeviam.copper.agg
The procedure for joining (left join) an isolated store to the cube's selection.
LeftJoinAnalysisAggregationProcedure(IAnalysisAggregationProcedureDescription, Collection<? extends IHierarchy>, IAggregationHierarchyCreationContext) - Constructor for class com.activeviam.copper.agg.LeftJoinAnalysisAggregationProcedure
Full constructor.
LeftJoinAnalysisAggregationProcedure.Factory - Class in com.activeviam.copper.agg
Plugin factory.
LeftJoinContext - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Context IAnalysisAggregationProcedure to make joins between an ActivePivot result and Database results easy.
LeftJoinContext(IScopeLocation, IScopeLocation, IDatabaseRetrievalResult, IDatabaseRetrievalResult, TIntSet, TObjectIntMap<FieldPath>, Map<FieldPath, Object>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LeftJoinContext
Constructor.
leftOperandIsTheWidestType() - Method in enum com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
Returns true if this operation's left operand is the widest java primitive type.
leftOrNull() - Method in interface com.activeviam.util.function.IEither
Returns the left object, or null if there is no left object.
leftOrNull() - Method in class com.activeviam.util.function.impl.Either
 
leftOrNull() - Method in class com.activeviam.util.function.impl.OptionalEither
 
leftOrNull() - Method in interface com.activeviam.util.function.IOptionalEither
Returns the left object, or null if there is no left object.
LeftPaddedCell - Class in com.qfs.util.ui.impl
Class representing a cell with content displayed with a padding of n chars on the left.
LeftPaddedCell(String, int, int) - Constructor for class com.qfs.util.ui.impl.LeftPaddedCell
Constructor.
LEFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ComparisonFunctions.LEFunction
Constructor.
LEGACY_ALLOCATION_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Option to activate legacy allocation considering huge page alignment.
LEGACY_DATA_EXPORT_TABULAR_BEHAVIOR - com.activeviam.properties.impl.ActiveViamProperty
Deprecated.
Update the MDX queries that rely on this behaviour.
LegacyAnalysisHierarchyUtil - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Deprecated, for removal: This API element is subject to removal in a future version.
This class will be removed when AAnalysisHierarchyV2 will replace AAnalysisHierarchy.
LegacyIntegerVectorParser() - Constructor for class com.quartetfs.fwk.format.impl.ParserPlugin.LegacyIntegerVectorParser
Constructor.
legendFor(int) - Method in interface com.qfs.util.ui.impl.HistogramBuilder.ILegendBuilder
Finds the legend for the given value.
LEN - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LenFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
LenFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.LenFunction
 
length() - Method in class com.qfs.dic.impl.AbstractHash.BufferHashTable
 
length() - Method in interface com.qfs.dic.impl.AbstractHash.HashTable
Returns the number of hash slots (up to 2^32).
length() - Method in class com.qfs.dic.impl.AbstractHash.LargeBufferHashTable
 
length() - Method in class com.qfs.dic.impl.AbstractHash.LargeHashTable
 
length() - Method in class com.qfs.dic.impl.AbstractHash.StandardHashTable
 
length() - Method in class com.qfs.dic.impl.AbstractHash.VeryLargeHashTable
 
length() - Method in class com.qfs.dic.impl.Point
 
length() - Method in interface com.qfs.dic.IPoint
Returns the length of the point (number of coordinates).
length() - Method in class com.qfs.util.impl.CharArraySubSequence
Deprecated.
 
length() - Method in class com.quartetfs.fwk.format.impl.SubSequence
 
lenientInstantFrom(TemporalAccessor) - Static method in class com.quartetfs.fwk.format.impl.DateTimeUtils
Modification of Instant.from(TemporalAccessor) to allow the conversion to Instant even if a LocalTime/LocalDate (see DateTimeUtils.lenientLDTFrom(TemporalAccessor)), or a ZoneId cannot be found in the temporal.
lenientLDTFrom(TemporalAccessor) - Static method in class com.quartetfs.fwk.format.impl.DateTimeUtils
Most flexible way to try to get a LocalDateTime from a TemporalAccessor.
lenientZDTFrom(TemporalAccessor) - Static method in class com.quartetfs.fwk.format.impl.DateTimeUtils
Modification of ZonedDateTime.from(TemporalAccessor) to allow the conversion to ZonedDateTime even if a LocalTime/LocalDate (see DateTimeUtils.lenientLDTFrom(TemporalAccessor)), or a ZoneId cannot be found in the temporal.
leq(Object) - Method in interface com.activeviam.copper.api.CopperLevel
Creates a CopperLevelCondition that represents the result of a numerical less than or equal to comparison between each member value and the given object value.
leq(Object) - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
less(FieldPath) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IDynamicCondition testing that, for a given database record, the value of said record for the given field is strictly lesser than the value.
less(FieldPath, Object) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IConstantCondition testing that, for a given database record, the value of said record for the given field is strictly lesser than the given value.
LESS_SIZE - Static variable in class com.qfs.logging.MessagesCSV
Record has length with offset which is less than the record size of.
lessOrEqual(FieldPath) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IDynamicCondition testing that, for a given database record, the value of said record for the given field is lesser than the value.
lessOrEqual(FieldPath, Object) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IConstantCondition testing that, for a given database record, the value of said record for the given field is lesser than the given value.
level - Variable in class com.activeviam.copper.hierarchy.SingleCopperLevelCondition
The level.
level - Variable in class com.activeviam.copper.LevelIdentifier
The level name.
level - Variable in class com.activeviam.copper.measure.ShiftMeasure.ConditionShift
The cube's level.
level - Variable in class com.activeviam.copper.measure.ShiftMeasure.LevelShift
The cube's level.
level - Variable in class com.activeviam.copper.operation.operator.LevelValueOperator
The level.
level(String) - Static method in class com.activeviam.copper.api.Copper
Deprecated, for removal: This API element is subject to removal in a future version.
level(String) - Method in interface com.activeviam.copper.api.CopperHierarchy
Gets the representation of the specified level.
level(String) - Method in class com.activeviam.copper.hierarchy.CopperHierarchyIdentifier
 
level(String) - Method in class com.activeviam.copper.hierarchy.CopperJoinHierarchy
 
level(String) - Method in class com.activeviam.copper.hierarchy.CopperSingleLevelBucketingHierarchy
 
level(String) - Method in interface com.activeviam.copper.hierarchy.IInternalCopperHierarchy
Deprecated.
 
level(String, String, String) - Static method in class com.activeviam.copper.api.Copper
Creates an object referencing the given level belonging to the given dimension and hierarchy in the cube.
level(List<String>) - Method in class com.qfs.pivot.json.queryplan.LocationData.LocationDataBuilder
The path to the location level.
Level - com.quartetfs.biz.xmla.constants.Keyword
 
LEVEL - com.quartetfs.biz.pivot.postprocessing.IUnknownOlapElementException.OlapElementType
When a level is missing, this is the type to use.
LEVEL - com.quartetfs.pivot.mdx.statement.Type
 
LEVEL - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LEVEL_CAPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
LEVEL_CARDINALITY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
LEVEL_CONDITIONS_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.ShiftPostProcessor
Name of the property used to store the map from the level to shift to the target level.
LEVEL_DBTYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
LEVEL_GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
LEVEL_IS_VISIBLE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
LEVEL_MAPPING_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.AStoreLookupPostProcessor
 
LEVEL_NAME - com.activeviam.copper.hierarchy.CopperLevelMetadata.UserSpecific
Flag for the name of the level.
LEVEL_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
LEVEL_NAME_SQL_COLUMN_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
LEVEL_NUMBER - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
LEVEL_NUMBER - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
LEVEL_NUMBER - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
LEVEL_NUMBER - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
LEVEL_NUMBER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LEVEL_ORIGIN - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
LEVEL_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.SwitchOnPostProcessor
 
LEVEL_SEPARATOR - Static variable in interface com.quartetfs.biz.pivot.ILocation
Separator for the coordinates to segregate a levels as in Books\ScienceFiction.
LEVEL_SEPARATOR_SYSTEM_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The system property to use to override the level separator sequence.
LEVEL_TYPE - com.activeviam.copper.hierarchy.CopperLevelMetadata.UserSpecific
Flag for the type of the level.
LEVEL_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
LEVEL_TYPE_PROPERTIES - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevel
Level type.
LEVEL_TYPES_PROPERTY - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.IAnalysisHierarchy
A property to set to analysis hierarchy descriptions if one wants to use it with Copper.
Level_Unique_Name - com.quartetfs.biz.xmla.constants.Keyword
 
LEVEL_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
LEVEL_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
LEVEL_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
LEVEL_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
LEVEL_UNIQUE_NAME - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
LEVEL_UNIQUE_SETTINGS - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
LevelBasedHierarchizeOrder - Class in com.quartetfs.pivot.mdx.eval.impl
An extension of HierarchizeOrder that introduces a level whose sort order follows HierarchizeOrder.descending, while all other levels in the hierarchy are sorted in the opposite order.
LevelBasedHierarchizeOrder(boolean, IMdxLevel) - Constructor for class com.quartetfs.pivot.mdx.eval.impl.LevelBasedHierarchizeOrder
Constructor.
LevelComparator(int, int, Comparator<Object>) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.HierarchyComparator.LevelComparator
 
levelDescription - Variable in class com.activeviam.copper.LevelInformation
The description of the level.
LevelDiscovery - Class in com.qfs.pivot.json.discovery
The level discovery.
LevelDiscovery - Class in com.qfs.webservices
Level Discovery for SOAP webservices.
LevelDiscovery() - Constructor for class com.qfs.pivot.json.discovery.LevelDiscovery
 
LevelDiscovery() - Constructor for class com.qfs.webservices.LevelDiscovery
 
LevelDiscovery(String, String) - Constructor for class com.qfs.webservices.LevelDiscovery
 
LevelDiscovery(String, String, String, String) - Constructor for class com.qfs.pivot.json.discovery.LevelDiscovery
Constructor.
LevelDiscoveryBuilder - Class in com.qfs.pivot.builder.discovery.impl
The level discovery builder.
LevelDiscoveryBuilder() - Constructor for class com.qfs.pivot.builder.discovery.impl.LevelDiscoveryBuilder
 
LevelDomainDictionaryKey - Class in com.quartetfs.biz.pivot.cube.provider.impl
Implementation of IApplicationDictionaryProvider.IDomainDictionaryKey for Level-related dictionaries.
LevelExpression(ICompoundIdentifier, IMdxLevel) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.LevelExpression
 
LevelExtendedPlugin - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Explicit implementation of the ILevel plugin.
LevelExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelExtendedPlugin
Constructor.
LevelFilteringMeasure - Class in com.activeviam.copper.measure
A measure which filters values of another measure based on one condition on cube levels.
LevelFilteringMeasure(IInternalCopperMeasure, CopperLevelCondition, MeasureMetadata) - Constructor for class com.activeviam.copper.measure.LevelFilteringMeasure
Constructor.
LevelFilteringMeasure.Factory - Class in com.activeviam.copper.measure
Factory for the LevelFilteringMeasure.
LevelFilteringPostProcessor - Class in com.activeviam.copper.pivot.pp
A filtering post-processor which filters locations based on one condition per level.
LevelFilteringPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.LevelFilteringPostProcessor
Constructor.
LevelFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
LevelFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.LevelFunction
 
LevelIdentifier - Class in com.activeviam.copper
The identifier of a level in a cube.
LevelIdentifier(HierarchyIdentifier, String) - Constructor for class com.activeviam.copper.LevelIdentifier
Constructor.
LevelIdentifier(String, String, String) - Constructor for class com.activeviam.copper.LevelIdentifier
Constructor.
LevelInfo - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Default implementation of ILevelInfo.
LevelInfo(String, String, Properties, int, IFieldType, IComparator<?>, String, ILevelInfo.ClassificationType, ILevelInfo.LevelType, Map<String, IProperty>, IHierarchyInfo) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
Constructor.
LevelInfo.DiscriminatorComparator - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
This comparator wraps a given comparator that may not support DataMembers and makes it possible to handle them too.
LevelInfo.LevelInfoBuilder - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Builder for LevelInfo.
LevelInfoNaturalOrderComparator - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
A Comparator for level info based on their ordinal's natural order.
LevelInformation - Class in com.activeviam.copper
Object that gathers IAxisLevelDescription of given level as well as the IAxisHierarchyDescription, IAxisDimensionDescription it belongs.
LevelInformation(IAxisDimensionDescription, IHierarchyDescription, IAxisLevelDescription, int) - Constructor for class com.activeviam.copper.LevelInformation
Constructor.
LevelMembers(String, boolean) - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersFunction.LevelMembers
 
levelName - Variable in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
The level name.
LevelNumberFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersPropertyFunctions.LevelNumberFunction
Constructor.
LevelNumberProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.LevelNumberProperty
 
levels - Variable in class com.activeviam.copper.measure.ShiftMeasure.LambdaShift
The cube's levels.
Levels - com.quartetfs.biz.xmla.constants.Keyword
 
LEVELS - com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
 
LEVELS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LEVELS_COUNT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
LEVELS_COUNT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
LEVELS_COUNT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
LEVELS_COUNT_FUNCTION - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LEVELS_LIST - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
LEVELS_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.LevelFilteringPostProcessor
The key of the property whose value is the list of levels having a condition.
LEVELS_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessor
The key of the property whose value is the list of levels having a condition.
LevelsCountFunction - Class in com.quartetfs.pivot.mdx.func.impl
The Levels.Count MDX function.
LevelsCountFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.LevelsCountFunction
 
LevelsCountFunction.LevelsCountFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
 
LevelsCountFunctionDefinition(Type) - Constructor for class com.quartetfs.pivot.mdx.func.impl.LevelsCountFunction.LevelsCountFunctionDefinition
 
LevelsFunction - Class in com.quartetfs.pivot.mdx.func.impl
Levels function.
LevelsFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.LevelsFunction
 
LevelShift(LevelIdentifier, LevelIdentifier) - Constructor for class com.activeviam.copper.measure.ShiftMeasure.LevelShift
Default constructor.
LevelToField - Class in com.activeviam.copper
Representation of the mapping between a cube level and a field reachable from a store.
LevelToField(LevelIdentifier, FieldPath) - Constructor for class com.activeviam.copper.LevelToField
Constructor.
levelType(ILevelInfo.LevelType) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.LevelInfoBuilder
 
LevelTypePair - Class in com.activeviam.pivot.rest.dataexport.converters
Data class to hold a level name and its type.
LevelTypePair(String, String, String) - Constructor for class com.activeviam.pivot.rest.dataexport.converters.LevelTypePair
 
LevelTypesList - Class in com.activeviam.pivot.rest.dataexport.converters
Wrapper class to hold the levels and their types grouped per tuple member.
LevelTypesList(int) - Constructor for class com.activeviam.pivot.rest.dataexport.converters.LevelTypesList
Constructor.
levelUniqueName(ILevelInfo) - Static method in class com.qfs.pivot.util.impl.MdxNamingUtil
Returns the level unique name.
levelUniqueName(IMdxLevel) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Get the unique name of the level.
levelUniqueName(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Returns the level unique name of a member.
LevelUniqueNameProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.LevelUniqueNameProperty
 
LevelValueMeasure - Class in com.activeviam.copper.measure
Copper measure representing the values of the members on a given level.
LevelValueMeasure(MeasureMetadata, LevelValueOperator) - Constructor for class com.activeviam.copper.measure.LevelValueMeasure
Default constructor from a LevelValueOperator.
LevelValueMeasure.Factory - Class in com.activeviam.copper.measure
Factory for LevelValueMeasure.
LevelValueOperator - Class in com.activeviam.copper.operation.operator
An operator that produces a function able to read the coordinates of a given level from an ILocation.
LevelValueOperator(IInternalCopperLevel) - Constructor for class com.activeviam.copper.operation.operator.LevelValueOperator
Constructor.
LF - Static variable in class com.qfs.msg.csv.impl.Chars
LF (line feed) character.
LF_BLK - Static variable in class com.qfs.util.tar.impl.TarHeader
Block device file type.
LF_CHR - Static variable in class com.qfs.util.tar.impl.TarHeader
Character device file type.
LF_CONTIG - Static variable in class com.qfs.util.tar.impl.TarHeader
Contiguous file type.
LF_DIR - Static variable in class com.qfs.util.tar.impl.TarHeader
Directory file type.
LF_FIFO - Static variable in class com.qfs.util.tar.impl.TarHeader
FIFO (pipe) file type.
LF_LINK - Static variable in class com.qfs.util.tar.impl.TarHeader
Link file type.
LF_NORMAL - Static variable in class com.qfs.util.tar.impl.TarHeader
Normal file type.
LF_OLDNORM - Static variable in class com.qfs.util.tar.impl.TarHeader
LF_ constants represent the "link flag" of an entry, or more commonly, the "entry type".
LF_SYMLINK - Static variable in class com.qfs.util.tar.impl.TarHeader
Symbolic link file type.
lgrp_affinity - Enum in com.qfs.platform.solaris
Mapping to the C lgrp_affinity enum available in lgrp_user.h.
lgrp_content - Enum in com.qfs.platform.solaris
Mapping to the C lgrp_content enum available in lgrp_user.h.
lgrp_lat_between - Enum in com.qfs.platform.solaris
Mapping to the C lgrp_lat_between enum available in lgrp_user.h.
LGRP_LAT_CPU_TO_MEM - com.qfs.platform.solaris.lgrp_lat_between
Represents the latency from CPU to memory and is the only valid value at time of writing.
lgrp_mem_size_flag - Enum in com.qfs.platform.solaris
Mapping to the C lgrp_mem_size_flag enum available in lgrp_user.h.
LGRP_MEM_SZ_FREE - com.qfs.platform.solaris.lgrp_mem_size_flag
The free memory.
LGRP_MEM_SZ_INSTALLED - com.qfs.platform.solaris.lgrp_mem_size_flag
The installed memory.
lgrp_view - Enum in com.qfs.platform.solaris
Mapping to the C lgrp_view enum available in lgrp_user.h.
LIBRARY_NAME - Static variable in interface com.qfs.platform.win.Kernel32
The native name of the library.
LIBRARY_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
LICENSE_INFO - Static variable in class com.quartetfs.biz.pivot.monitoring.impl.DynamicActivePivotMBean
Name of the attribute for the License details.
LICENSE_STATUS - Static variable in class com.quartetfs.biz.pivot.monitoring.impl.DynamicActivePivotMBean
Name of the attribute for the License status.
LICENSE_SYSTEM_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that configures the Activepivot license path.
LICENSING_REMOTING_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
The licensing remoting service path.
LICENSING_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
Constant name of the Licensing service.
licensingService() - Method in interface com.qfs.server.cfg.IActivePivotServicesConfig
 
licensingService() - Method in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
 
LicensingService - Class in com.quartetfs.biz.pivot.webservices.impl
Default implementation of ILicensingService.
LicensingService() - Constructor for class com.quartetfs.biz.pivot.webservices.impl.LicensingService
 
LIGHT - com.activeviam.health.monitor.ComputationIntensity
Health Event will be computed at little cost.
LIGHT - com.qfs.util.ui.IBorderBuilder.Style
Light style, drawing a single line.
LIGHT_CROSSJOIN - com.quartetfs.pivot.mdx.ExecutionFlag
Flag used when the standard CrossJoin must be replaced by a light CrossJoin.
lightCrossJoin(boolean) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanEnableLightCrossJoin
Enables/disables light cross join.
lightCrossJoin(boolean) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
LIGHTCROSSJOIN - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
LIGHTCROSSJOIN_DEFAULT - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
Default value for the Light CrossJoin.
like(FieldPath) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IDynamicCondition testing that, for a given database record, the value of said record for the given field is matches a regular expression that will be provided at the query runtime.
like(FieldPath, String) - Static method in class com.qfs.condition.impl.BaseConditions
Creates an IConstantCondition testing that, for a given database record, the value of said record for the given field is matches the given Regular Expression.
like(FieldPath, String) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing a LIKE condition.
like(String, Object) - Static method in class com.activeviam.builders.FactFilterConditions
Defines a LIKE condition.
like(String, String) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing a LIKE condition.
LIKE - Static variable in interface com.quartetfs.fwk.filtering.IMatchingCondition
Plugin key for the LIKE condition.
LikeCompiledCondition - Class in com.qfs.store.query.plan.condition.impl
A condition that will check, for a given record, if its attribute at the selected index matches this condition's operand, regex wise.
LikeCompiledCondition(int, IDictionary<Object>, IOperand) - Constructor for class com.qfs.store.query.plan.condition.impl.LikeCompiledCondition
Constructor.
LikeCondition - Class in com.quartetfs.fwk.filtering.impl
Regular Expression matching condition.
LikeCondition(Object) - Constructor for class com.quartetfs.fwk.filtering.impl.LikeCondition
Constructor.
LikeConditionFactory - Class in com.qfs.store.service.impl
Compile condition for $like.
LikeConditionFactory() - Constructor for class com.qfs.store.service.impl.LikeConditionFactory
 
limit(int) - Method in class com.activeviam.database.api.query.DistinctQuery.DistinctQueryBuilder
The maximum number of records to return.
limit(int) - Method in class com.activeviam.database.api.query.ListQuery.ListQueryBuilder
The maximum number of records to return.
LIMIT_SIZE_MESSAGE - Static variable in class com.quartetfs.biz.xmla.servlet.pivot.impl.ActivePivotXmlaServlet
The limit size for a message.
LimitConditionScanProcedure - Class in com.qfs.store.query.condition.impl
A ConditionScanProcedure that limits the number of rows that can be returned.
LimitConditionScanProcedure(ICompiledConditionInstance, int, int) - Constructor for class com.qfs.store.query.condition.impl.LimitConditionScanProcedure
Constructor.
LimitedByteArrayOutputStream - Class in com.activeviam.io
A ByteArrayOutputStream that throws an ActiveViamRuntimeException when reaching the selected size limit in order to avoid OOM Errors when the underlying byte buffer overflows.
LimitedByteArrayOutputStream(int) - Constructor for class com.activeviam.io.LimitedByteArrayOutputStream
Constructor.
LimitedByteArrayOutputStream(int, int) - Constructor for class com.activeviam.io.LimitedByteArrayOutputStream
Constructor.
LIN_REG_INTERCEPT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LIN_REG_POINT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LIN_REG_R2 - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LIN_REG_SLOPE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LIN_REG_VARIANCE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LINE_COMMENT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
LINE_COMMENT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
LINE_COMMENT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
LINE_INDEX - Static variable in class com.qfs.msg.csv.translator.impl.LineIndexCalculator
Default column name.
LINE_SEPARATOR - Static variable in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
 
LineAndFileLimitCsvParserPolicy - Class in com.qfs.msg.csv.policy.impl
Policy with a limit on line count and a period.
LineAndFileLimitCsvParserPolicy(long, int) - Constructor for class com.qfs.msg.csv.policy.impl.LineAndFileLimitCsvParserPolicy
Constructor.
LineAndFileLimitCsvParserPolicy(long, int, long) - Constructor for class com.qfs.msg.csv.policy.impl.LineAndFileLimitCsvParserPolicy
Constructor.
LINEAR - com.qfs.agg.impl.PercentileFunction.InterpolationMode
Deprecated.
 
LineIndexCalculator - Class in com.qfs.msg.csv.translator.impl
Column calculator that returns the index of the line that is being parsed (within the current file).
LineIndexCalculator() - Constructor for class com.qfs.msg.csv.translator.impl.LineIndexCalculator
Constructs a calculator with default column name (LineIndexCalculator.LINE_INDEX).
LineIndexCalculator(String) - Constructor for class com.qfs.msg.csv.translator.impl.LineIndexCalculator
Constructs a calculator with the given column name.
linePolicy(long, int) - Static method in interface com.qfs.msg.csv.policy.ICsvParserConfigPolicy
Creates a line policy for the parser configuration.
LineReader - Class in com.qfs.msg.csv.impl
Line reader implementation.
LineReader(int) - Constructor for class com.qfs.msg.csv.impl.LineReader
Constructor.
LineReader(ICSVParserConfiguration) - Constructor for class com.qfs.msg.csv.impl.LineReader
Constructor.
link(T, T) - Method in class com.quartetfs.pivot.mdx.plan.impl.PassDirectedExecutionGraph
Link two nodes with directionality.
linkFlag - Variable in class com.qfs.util.tar.impl.TarHeader
The entry's link flag.
linkName - Variable in class com.qfs.util.tar.impl.TarHeader
The entry's link name.
LinRegCache() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ALinRegFunction.LinRegCache
Constructor.
LinRegIntercept - com.quartetfs.biz.xmla.constants.Keyword
 
LinRegInterceptFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ALinRegParametersFunction.LinRegInterceptFunction
Constructor.
LinRegPoint - com.quartetfs.biz.xmla.constants.Keyword
 
LinRegPointFunction - Class in com.quartetfs.pivot.mdx.func.impl
The LinRegPoint MDX function.
LinRegPointFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.LinRegPointFunction
Constructor.
LinRegR2 - com.quartetfs.biz.xmla.constants.Keyword
 
LinRegR2Function() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ALinRegParametersFunction.LinRegR2Function
Constructor.
LinRegSlope - com.quartetfs.biz.xmla.constants.Keyword
 
LinRegSlopeFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ALinRegParametersFunction.LinRegSlopeFunction
Constructor.
LinRegVariance - com.quartetfs.biz.xmla.constants.Keyword
 
LinRegVarianceFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ALinRegParametersFunction.LinRegVarianceFunction
Constructor.
LinuxPlatform - Class in com.qfs.platform.linux
This class provide access to native Linux NUMA functions.
list() - Static method in class com.activeviam.collections.impl.Empty
Creates an empty list.
list() - Method in class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
 
list() - Method in interface com.qfs.snl.workflows.IWorkflowEntityResolver
Lists all entities with workflow configuration.
list(E[]) - Static method in class com.activeviam.collections.impl.Immutable
Creates an immutable list from an array.
list(E, E...) - Static method in class com.activeviam.collections.impl.Immutable
Creates an immutable list containing multiple items.
list(Collection<E>) - Static method in class com.activeviam.collections.impl.Immutable
Wraps a collection into an immutable list.
list(List<E>) - Static method in class com.activeviam.collections.impl.Immutable
Wraps a regular list into an immutable list.
LIST_SEPARATOR - Static variable in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Separator used between items in a list when storing a List<String> as a value.
LIST_TYPE - Static variable in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnDto
 
LIST_TYPE - Static variable in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnSetDto
 
listDir(String, int, boolean) - Method in interface com.qfs.content.service.IContentService
List directory contents.
listDir(String, int, boolean, boolean) - Method in interface com.qfs.content.service.IContentService
List directory contents.
listDir(String, int, boolean, boolean) - Method in class com.qfs.content.service.impl.AContentService
 
listDir(String, int, boolean, boolean) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
listDir(String, int, boolean, boolean) - Method in class com.qfs.content.service.impl.RemoteContentService
 
listDirectories() - Method in interface com.activeviam.cloud.entity.ICloudDirectory
Gets the subdirectories in this directory.
listDirs(Map<String, Integer>, boolean) - Method in interface com.qfs.content.service.IContentService
List the structure and (eventually) the content of multiple entries.
listDirs(Map<String, Integer>, boolean, boolean) - Method in interface com.qfs.content.service.IContentService
List the structure and (eventually) the content of multiple entries.
listDirs(Map<String, Integer>, boolean, boolean) - Method in class com.qfs.content.service.impl.AContentService
 
listDirs(Map<String, Integer>, boolean, boolean) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
listDirs(Map<String, Integer>, boolean, boolean) - Method in class com.qfs.content.service.impl.RemoteContentService
 
listen(IFileListener<I>) - Method in interface com.qfs.msg.csv.ICSVTopic
Start listening to this topic, receiving events each time something happens.
listen(IFileListener<I>) - Method in class com.qfs.msg.csv.impl.ACSVTopic
 
listen(IFileListener<Path>) - Method in class com.qfs.msg.csv.filesystem.impl.AFileSystemCSVTopic
 
listen(IMessageChannel<IFileInfo<I>, ILineReader>) - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
Method to listen to the channel.
listen(IMessageChannel<IFileInfo<I>, ILineReader>, IFileListener<I>) - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
Method to listen to the channel.
listen(IMessageChannel<I, E>) - Method in interface com.qfs.msg.ISource
Method to listen to the channel.
listen(IMessageChannel<String, KeyValueEntry<?>>) - Method in class com.qfs.msg.keyvalue.impl.KeyValueSource
Deprecated.
 
listen(IMessageChannel<String, T>) - Method in class com.qfs.msg.jdbc.impl.AJDBCSource
Deprecated.
 
listen(ISource<I, E>) - Method in class com.qfs.source.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(String) - Method in interface com.quartetfs.tech.streaming.ILongPollingService
The main piece of the long polling mechanism.
listen(String) - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
The main piece of the long polling mechanism.
listen(String, int) - Method in interface com.quartetfs.tech.streaming.ILongPollingService
Similar to ILongPollingService.listen(String), with the additional constraint that it will never return more than maxEvents events in the IBulkedEvents.
listen(String, int) - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
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.qfs.source.impl
Utility class to listen to channels for real-time updates.x.
Listen(IStoreMessageChannelFactory<I, E>) - Constructor for class com.qfs.source.impl.Listen
Creates a listen operation on all the store names defined in the Datastore linked to the channel factory.
Listen(IStoreMessageChannelFactory<I, E>, Collection<String>) - Constructor for class com.qfs.source.impl.Listen
Creates a listen operation on the listed stores.
Listen(IStoreMessageChannelFactory<I, E>, Collection<String>, Map<String, ITuplePublisher<I>>) - Constructor for class com.qfs.source.impl.Listen
Creates a listen operation on the listed stores, using optional custom Tuple Publishers.
Listen(IStoreMessageChannelFactory<I, E>, Map<String, String>) - Constructor for class com.qfs.source.impl.Listen
Creates a listen operation for the listed stores from the listed topics.
Listen(IStoreMessageChannelFactory<I, E>, Map<String, String>, Map<String, ITuplePublisher<I>>) - Constructor for class com.qfs.source.impl.Listen
Creates a listen operation on the listed stores from the listed topics, using optional Tuple Publishers.
LISTEN_FAILED_SEC - Static variable in class com.qfs.logging.MessagesStreaming
 
LISTEN_SUCC_SEC - Static variable in class com.qfs.logging.MessagesStreaming
 
LISTENER_DROPPED_TO - Static variable in class com.qfs.logging.MessagesStreaming
 
ListenerKey(IFileListener<I>) - Constructor for class com.qfs.msg.csv.impl.ACSVTopic.ListenerKey
Constructor.
ListenerNotification - Class in com.qfs.content.ws.impl
POJO contains listener notification.
ListenerNotification(NotificationEventType, String, List<JsonContentUpdate>) - Constructor for class com.qfs.content.ws.impl.ListenerNotification
Constructor.
ListenerNotification(NotificationEventType, String, List<JsonContentUpdate>, ContentAction, JsonError, int) - Constructor for class com.qfs.content.ws.impl.ListenerNotification
Full Constructor.
ListenerNotification(NotificationEventType, String, List<JsonContentUpdate>, ServiceException) - Constructor for class com.qfs.content.ws.impl.ListenerNotification
Constructor.
ListenerRegistration - Class in com.qfs.content.ws.impl
A POJO that contains required information for IContentService.register(String, String, IContentListener) or IContentService.unregister(String, boolean) a listener to the content service.
ListenerRegistration(RegistrationInstruction, String, String) - Constructor for class com.qfs.content.ws.impl.ListenerRegistration
Constructor.
listenNewOrRemovedMembers() - Method in class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationQuery
 
listenNewOrRemovedMembers() - Method in interface com.quartetfs.biz.pivot.query.IMultiGetAggregatesNotificationQuery
Returns true if the query is set to notify of new or removed members.
listEntities(boolean) - Method in interface com.activeviam.cloud.entity.ICloudDirectory
Retrieves the paths of the entities in this directory.
listFiles(String) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Retrieves the list of files in a directory.
ListLastElementProperty<L extends List> - Class in com.quartetfs.fwk.impl
Property used to access the last element of a list.
ListLastElementProperty(String, Class<L>) - Constructor for class com.quartetfs.fwk.impl.ListLastElementProperty
 
ListProperty<L extends List> - Class in com.quartetfs.fwk.impl
Property used to access an element in a list at a specific index.
ListProperty(String, int, Class<L>) - Constructor for class com.quartetfs.fwk.impl.ListProperty
Constructor.
listQuery() - Method in interface com.activeviam.database.api.query.IQueryManager
Starts creating an IPreparedListQuery.
listQuery() - Method in class com.activeviam.store.impl.QueryManagerAdapter
 
listQuery(IPreparedListQuery) - Method in interface com.activeviam.database.api.query.IQueryRunner
Returns a query runner executing the IPreparedListQuery.
listQuery(IPreparedListQuery) - Method in class com.activeviam.store.impl.DatastoreTransactionQueryRunner
 
listQuery(IPreparedListQuery) - Method in class com.activeviam.store.impl.QueryRunnerAdapter
 
listQuery(ListQuery) - Method in interface com.activeviam.database.api.query.IQueryRunner
Returns a query runner from the list query definition.
listQuery(ListQuery) - Method in class com.activeviam.store.impl.DatastoreTransactionQueryRunner
 
listQuery(ListQuery) - Method in class com.activeviam.store.impl.QueryRunnerAdapter
 
ListQuery - Class in com.activeviam.database.api.query
A query to retrieve several records from an IDataTable.
ListQuery.ListQueryBuilder - Class in com.activeviam.database.api.query
 
ListQueryOptionsBuilders - Class in com.activeviam.database.api.query
 
ListQueryOptionsBuilders.IBuilderForTags<R> - Interface in com.activeviam.database.api.query
 
ListQueryOptionsBuilders.IBuilderSettingPartitioning<R> - Interface in com.activeviam.database.api.query
 
ListQueryOptionsBuilders.IBuilderWithDictionarizedValues<R> - Interface in com.activeviam.database.api.query
 
ListQueryOptionsBuilders.IBuilderWithResultLimit<R> - Interface in com.activeviam.database.api.query
 
ListQueryOptionsBuilders.IListQueryBuilderWithPartitioning<R> - Interface in com.activeviam.database.api.query
 
listToStringWithIndentation(List<String>, int) - Static method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryMonitoringUtil
Create String representation for a Java list with indentation.
ListVectorReaderFactory - Interface in com.activeviam.arrow.read
Builds a ArrowVectorReader from a list vector.
Literal - Class in com.quartetfs.biz.xmla.impl
Implementation of literal.
Literal<R> - Class in com.quartetfs.pivot.mdx.statement.impl
 
Literal(String, String, String, String, int, int) - Constructor for class com.quartetfs.biz.xmla.impl.Literal
Constructor.
LITERAL_INVALID_CHARS - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_LiteralsDefinition
 
LITERAL_INVALID_STARTING_CHARS - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_LiteralsDefinition
 
LITERAL_MAX_LENGTH - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_LiteralsDefinition
 
LITERAL_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_LiteralsDefinition
 
LITERAL_NAME_ENUM_VALUE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_LiteralsDefinition
 
LITERAL_PREFIX - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
LITERAL_SUFFIX - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
LITERAL_VALUE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_LiteralsDefinition
 
LiteralMatcher(Object) - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxRewriters.LiteralMatcher
Constructor.
LiteralPlugin - Class in com.quartetfs.biz.xmla.impl
Implementation of the literal plugin for ActivePivot.
LiteralPlugin() - Constructor for class com.quartetfs.biz.xmla.impl.LiteralPlugin
Plugin constructor creating all Core Literal plugin values.
LiteralType - Class in com.qfs.literal.impl
Base implementation of the literal type.
LiteralType(Class<?>) - Constructor for class com.qfs.literal.impl.LiteralType
Constructor.
LiteralType(Class<?>, String) - Constructor for class com.qfs.literal.impl.LiteralType
Constructor.
LiteralType(String, int, boolean, String, boolean) - Constructor for class com.qfs.literal.impl.LiteralType
Constructor.
LiteralType(String, int, boolean, String, boolean, Class<?>) - Constructor for class com.qfs.literal.impl.LiteralType
Constructor.
LiteralTypePlugin - Class in com.qfs.literal.impl
The literal type plugin.
LiteralTypePlugin() - Constructor for class com.qfs.literal.impl.LiteralTypePlugin
Constructor.
LOAD - Static variable in interface com.qfs.util.timing.IStandardTimers
 
loadByUserName(String) - Method in class com.quartetfs.biz.pivot.security.impl.UserDetailsServiceWrapper
 
loadByUserName(String) - Method in interface com.quartetfs.fwk.security.IUserDetailsService
Loads the password, the username and granted authorities.
loadEnvironment(Properties, Environment, String) - Static method in class com.qfs.snl.cfg.impl.HibernateProperties
Loads properties extracted from Spring environment into a given Properties instance.
loadFence() - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Ensures lack of reordering of loads before the fence with loads or stores after the fence.
loadJDBCDriver(String) - Static method in class com.qfs.msg.jdbc.impl.AJDBCSource
Deprecated.
Verifies that the given Jdbc driver is accessible from the application.
loadKeys(IMessageChannel<String, KeyValueEntry<?>>, List<String>) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueSource
Loads on-demand a list of keys into a channel.
loadKeys(IMessageChannel<String, KeyValueEntry<?>>, List<String>) - Method in class com.qfs.msg.keyvalue.impl.KeyValueSource
Deprecated.
 
loadLibrary(String, Class<T>) - Static method in class com.qfs.jna.impl.SaferNative
Map a library interface to the given shared library, providing the explicit interface class.
loadLibrary(String, Class<T>, Map<String, ?>) - Static method in class com.qfs.jna.impl.SaferNative
Load a library interface from the given shared library, providing the explicit interface class and a map of options for the library.
loadProperties(String) - Static method in class com.qfs.util.impl.QfsProperties
Deprecated.
Load the properties file with the given name.
loadStreams(String) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Loads continuous queries from a file.
loadUserByUsername(String) - Method in class com.qfs.security.spring.impl.CompositeUserDetailsService
 
loadWorkflows() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
Bean action deploying workflows processes.
LOCAL_DATE - Static variable in class com.activeviam.type.StandardTypes
 
LOCAL_DATE - Static variable in interface com.qfs.literal.ILiteralType
 
LOCAL_DATE_TIME - Static variable in class com.activeviam.type.StandardTypes
 
LOCAL_DATE_TIME - Static variable in interface com.qfs.literal.ILiteralType
 
LOCAL_TIME - Static variable in class com.activeviam.type.StandardTypes
 
LOCAL_TIME - Static variable in interface com.qfs.literal.ILiteralType
 
LocalAddress() - Constructor for class com.qfs.messenger.impl.LocalMessenger.LocalAddress
Constructor for serialization.
LocalAddress(String, DataNodeManager.CubeEndPointInfo, IAddress.NodeType) - Constructor for class com.qfs.messenger.impl.LocalMessenger.LocalAddress
Constructor.
LocalCluster - Class in com.qfs.messenger.impl
A cluster of messengers that enables them to communicate together.
LocalCluster(String) - Constructor for class com.qfs.messenger.impl.LocalCluster
Constructor.
LocalCluster(String, String) - Constructor for class com.qfs.messenger.impl.LocalCluster
Constructor.
LocalClusterView - Class in com.qfs.messenger.impl
A specialized ClusterView for LocalCluster, which enables to link cluster's members and their localAddress.
LocalClusterView(String, long, Set<LocalMessenger>) - Constructor for class com.qfs.messenger.impl.LocalClusterView
Constructor.
LocalContextValueGetter - Class in com.activeviam.contextservice.local
Context values getter for local use.
LocalContextValueGetter(IContextValueManager) - Constructor for class com.activeviam.contextservice.local.LocalContextValueGetter
Constructor.
LocalContextValueGetter(IContextValueManager, IContextValueDecorator) - Constructor for class com.activeviam.contextservice.local.LocalContextValueGetter
Constructor.
LocalDateArrowVectorFeeder - Class in com.activeviam.arrow.write
Wrapper for an Arrow Vector of LocalDate.
LocalDateArrowVectorFeeder(RootAllocator, String) - Constructor for class com.activeviam.arrow.write.LocalDateArrowVectorFeeder
Constructor.
LocalDateParser - Class in com.quartetfs.fwk.format.impl
Parser for LocalDate objects.
LocalDateParser() - Constructor for class com.quartetfs.fwk.format.impl.LocalDateParser
Default constructor.
LocalDateParser(String) - Constructor for class com.quartetfs.fwk.format.impl.LocalDateParser
Constructor.
LocalDateTimeArrowVectorFeeder - Class in com.activeviam.arrow.write
Wrapper for an Arrow Vector of LocalDateTime.
LocalDateTimeArrowVectorFeeder(RootAllocator, String) - Constructor for class com.activeviam.arrow.write.LocalDateTimeArrowVectorFeeder
Constructor.
LocalDateTimeParser - Class in com.quartetfs.fwk.format.impl
Parser for LocalDateTime objects.
LocalDateTimeParser() - Constructor for class com.quartetfs.fwk.format.impl.LocalDateTimeParser
Default constructor.
LocalDateTimeParser(String) - Constructor for class com.quartetfs.fwk.format.impl.LocalDateTimeParser
Constructor.
LocalDictionaryTransactionResult - Class in com.activeviam.dic.provider.impl
Representation of all the dictionary keys of a given domain dictionary provider that are impacted by a transaction's commit.
LocalDictionaryTransactionResult(Map<IApplicationDictionaryProvider.IDomainDictionaryKey, Set<ImpactType>>) - Constructor for class com.activeviam.dic.provider.impl.LocalDictionaryTransactionResult
 
LocaleIdentifier - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
LocalI18nConfig - Class in com.qfs.server.cfg.i18n.impl
Implementation of AI18nConfig that uses the internationalization files from the resources.
LocalI18nConfig() - Constructor for class com.qfs.server.cfg.i18n.impl.LocalI18nConfig
 
localMeasurePredicate(String, ILocation) - Method in interface com.qfs.distribution.ILocalityIdentifier
Returns the predicate filtering the measures that can be localized in the given remote instance.
localMeasurePredicate(String, ILocation) - Method in class com.qfs.distribution.impl.ClusterLocalityIdentifier
 
LocalMessenger - Class in com.qfs.messenger.impl
A distributed messenger that only supports local communications.
LocalMessenger(DataNodeManager.CubeEndPointInfo, IVersionProvider, IClusterDefinition, String) - Constructor for class com.qfs.messenger.impl.LocalMessenger
Constructor.
LocalMessenger.LocalAddress - Class in com.qfs.messenger.impl
IAddress use by the local messenger.
localRow(int, IRowMapping) - Method in interface com.qfs.chunk.IChunk
Converts the corresponding chunk row into the underlying chunk, if it is a SparseChunk, otherwise it returns the chunk row.
LocalTimeParser - Class in com.quartetfs.fwk.format.impl
Parser for LocalTime objects.
LocalTimeParser() - Constructor for class com.quartetfs.fwk.format.impl.LocalTimeParser
Constructor.
LocalTimeParser(String) - Constructor for class com.quartetfs.fwk.format.impl.LocalTimeParser
 
location - Variable in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
The location of this cell.
location - Variable in class com.qfs.snl.agent.impl.SentinelStreamTuple
The associated location.
location(List<LocationData>) - Method in class com.qfs.pivot.json.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval location.
Location - Class in com.quartetfs.biz.pivot.impl
This class implements the ILocation interface with a plain array representation of the coordinates.
Location() - Constructor for class com.quartetfs.biz.pivot.impl.Location
Empty args constructor.
Location(SentinelStreamTuple.Location) - Constructor for class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Copy constructor.
Location(ILocation) - Constructor for class com.quartetfs.biz.pivot.impl.Location
"Copy" constructor that creates a new location based on the given ILocation.
Location(TIntObjectMap<String>) - Constructor for class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Constructor.
Location(Object[][]) - Constructor for class com.quartetfs.biz.pivot.impl.Location
Constructor which directly takes the locations' array.
Location(String) - Constructor for class com.quartetfs.biz.pivot.impl.Location
Constructor which takes the string representation of the location.
LOCATION_LIST_POOL_LIMIT - Static variable in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
 
LocationBuilder - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Simple builder of location.
LocationBuilder(ILocation, LocationBuilder.OperationFlag...) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
Full constructor.
LocationBuilder.OperationFlag - Enum in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Flags controlling the authorized operations for the builders.
LocationCellSet - Class in com.quartetfs.biz.pivot.cellset.impl
Cell set implementation relying on a map of locations linked with an aggregate store.
LocationCellSet(IWritableDictionary<ILocation>, IAggregateStore) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.LocationCellSet
 
LocationCellSet(IAggregateStore) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.LocationCellSet
 
LocationConverter - Class in com.quartetfs.biz.pivot.impl
Implementation of ILocationConverter.
LocationConverter(IActivePivotVersion, ILocationConverterFactory) - Constructor for class com.quartetfs.biz.pivot.impl.LocationConverter
Full Constructor.
LocationConverterFactory - Class in com.quartetfs.biz.pivot.impl
Implementation of ILocationConverterFactory.
LocationConverterFactory(List<? extends IMultiVersionHierarchy>) - Constructor for class com.quartetfs.biz.pivot.impl.LocationConverterFactory
Full constructor.
LocationData - Class in com.qfs.pivot.json.queryplan
The location data.
LocationData(String, String, List<String>, List<Object>) - Constructor for class com.qfs.pivot.json.queryplan.LocationData
 
LocationData.LocationDataBuilder - Class in com.qfs.pivot.json.queryplan
 
LocationDictionary - Class in com.quartetfs.biz.pivot.impl
A dictionary that maps locations.
LocationDictionary() - Constructor for class com.quartetfs.biz.pivot.impl.LocationDictionary
 
LocationDictionary(int) - Constructor for class com.quartetfs.biz.pivot.impl.LocationDictionary
 
LocationDictionary(ILocationList...) - Constructor for class com.quartetfs.biz.pivot.impl.LocationDictionary
Create a location dictionary from existing lists of locations, knowing that those locations are unique and distinct.
LocationDiscriminator - Class in com.quartetfs.biz.pivot.impl
Helper class for location impact computation.
LocationDiscriminator(Collection<ILocation>, Collection<String>, IActivePivot) - Constructor for class com.quartetfs.biz.pivot.impl.LocationDiscriminator
Constructor.
LocationExpandingIterator - Class in com.quartetfs.biz.pivot.impl
An iterator that can hard-expand a location along some given levels.
LocationExpandingIterator(ILocation, IHierarchicalMapping, List<? extends ILevelInfo>, List<? extends IHierarchy>) - Constructor for class com.quartetfs.biz.pivot.impl.LocationExpandingIterator
Constructor.
LocationExpandingIterator(ILocation, IHierarchicalMapping, List<? extends ILevelInfo>, List<? extends IHierarchy>, ILocationExpansionProcedure) - Constructor for class com.quartetfs.biz.pivot.impl.LocationExpandingIterator
Constructor.
LocationFormatter - Class in com.quartetfs.biz.pivot.impl
Standard location formatter, used by default by ActivePivot to convert locations into text.
LocationFormatter() - Constructor for class com.quartetfs.biz.pivot.impl.LocationFormatter
 
locationHashcode(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Computes the hashCode contribution of a member according to ILocation hashCode specification.
locationHashCode() - Method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup.UnknownMdxMember
 
locationHashCode() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMember
Returns location hashcode.
locationHashCode() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMember
 
LocationKey(ILocation, int[][]) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.TimeLineHelpers.LocationKey
Constructor building a key from specific levels of a location.
LocationMap<V> - Class in com.quartetfs.biz.pivot.impl
A specialized implementation of the java.util.Map contract that is optimized for ILocation keys.
LocationMap() - Constructor for class com.quartetfs.biz.pivot.impl.LocationMap
Default constructor.
LocationMap(int) - Constructor for class com.quartetfs.biz.pivot.impl.LocationMap
Constructor defining initial capacity.
locationModification - Variable in class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfMemberPostProcessor
The location coordinate of the member.
LocationPattern - Class in com.quartetfs.biz.pivot.impl
A parent location with respect to which child delta locations can be expressed.
LocationPattern(ILocation) - Constructor for class com.quartetfs.biz.pivot.impl.LocationPattern
Make a LocationPattern covering the range members (null or implementing Collection) of the input location.
LocationPattern(ILocation, boolean[][]) - Constructor for class com.quartetfs.biz.pivot.impl.LocationPattern
Make a LocationPattern producing child location differing with input location where locationToPattern is true.
LocationSet - Class in com.quartetfs.biz.pivot.impl
A specialized implementation of the java.util.Set contract that is optimized for ILocation keys.
LocationSet() - Constructor for class com.quartetfs.biz.pivot.impl.LocationSet
Default constructor.
LocationSet(int) - Constructor for class com.quartetfs.biz.pivot.impl.LocationSet
Constructor defining initial capacity.
locationsToString(Collection<ILocation>) - Static method in class com.quartetfs.biz.pivot.monitoring.impl.JSONSerialisationUtil
Encode a Collection of locations to a list of String.
locationToPoint(ILocation) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Converts the given location into its integer point representation.
locationToPoint(ILocation) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
locationToPoints(ILocation) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Converts a location into an integer point.
locationToPoints(ILocation) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
locationToStandardPoint(ILocation) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Convert a location into an integer point, ignoring analysis coordinates.
locationToStandardPoint(ILocation) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
locationToStandardPoints(ILocation) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Converts a location into an integer point, ignoring analysis coordinates.
locationToStandardPoints(ILocation) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
locationToString(ILocation) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Convert a location instance into a text representation.
LocationToTupleConverter - Class in com.quartetfs.pivot.mdx.impl
Helper class to convert locations to MDX tuples based on an MDX cube and a tuple template.
LocationToTupleConverter(IMdxCube, IMdxMember[]) - Constructor for class com.quartetfs.pivot.mdx.impl.LocationToTupleConverter
Fully defining constructor.
LocationUtil - Class in com.quartetfs.biz.pivot.impl
Utility methods related to the usage of locations.
LocationUtil() - Constructor for class com.quartetfs.biz.pivot.impl.LocationUtil
 
LocationUtil.ConvertLocationsResult - Class in com.quartetfs.biz.pivot.impl
The result of a call to LocationUtil.convertLocations(List, Collection), that exposes the converted locations as well as the ones that could not be converted.
LocationUtil.Expander - Class in com.quartetfs.biz.pivot.impl
This class expands a location pattern using the given hierarchies.
LocationUtil.HasAnalysisLevelCoordinatesResult - Enum in com.quartetfs.biz.pivot.impl
LocationUtil.RangeLocationExpander - Class in com.quartetfs.biz.pivot.impl
This class expands a range location into point locations.
lock() - Method in class com.activeviam.concurrent.locks.impl.NonReentrantLock
 
Lock - com.quartetfs.biz.xmla.constants.Keyword
 
Lock - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
lockCompensating(Lock) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Locks the input #lock.
lockInterruptibly() - Method in class com.activeviam.concurrent.locks.impl.NonReentrantLock
 
log(String) - Method in interface com.quartetfs.pivot.mdx.utils.impl.MdxPrinter.IMdxPrinterLogger
 
log(String) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinterBuilder.PrinterLogger
 
log(String) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinterBuilder.PrintStreamLogger
 
log(Throwable) - Method in class com.qfs.rest.server.impl.JsonExceptionMapper
Writes the proper log depending on the exception type.
log(Logger, Level, String) - Static method in class com.activeviam.apm.logging.impl.LogbackLoggerUtil
Deprecated.
Forwards JUL logging to Logback.
log(Logger, Level, String, Throwable) - Static method in class com.activeviam.apm.logging.impl.LogbackLoggerUtil
Deprecated.
Forwards JUL logging to Logback.
LOG - Static variable in class com.qfs.desc.impl.StoreDescriptionBuilder.ARemoveUnknownKeyListener
Log the exception messages.
LOG - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
LOG_FAMILY - Static variable in interface com.qfs.store.part.INumaSelectorDescription
 
LOG_LOGGER_NAME_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property to activate logging on the name of the logger.
LOG_SUPPRESSED_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that configures whether the suppressed exceptions should be logged or not.
LOG_THREAD_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property to activate logging on the current thread.
LOG_USER_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property to activate logging on the current user.
LOG_WITHIN_TRANSACTION - Static variable in class com.qfs.desc.impl.DuplicateKeyHandlers
Handler that logs the duplicated records within the transaction.
LogbackLoggerUtil - Class in com.activeviam.apm.logging.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Use the logback logger directly
logClassLoader() - Method in class com.activeviam.apm.cfg.impl.ExtraLoggingConfig
Logs Classloader path.
logEnvProperties() - Method in class com.activeviam.apm.cfg.impl.ExtraLoggingConfig
Logs Spring environment properties.
logException() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IOnRemoveUnknownKey
Tells the builder that the store should simply log when trying to remove an unknown key.
logException(Exception) - Static method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredDataExportRestServiceController
Deprecated.
Logging utility method for any exception thrown by a queries service.
logException(Exception) - Static method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
Logging utility method for any exception thrown by a queries service.
logException(Exception) - Static method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
Logging utility method for any exception thrown by a streaming service.
LogExternalFeedLoadingHandler<I> - Class in com.activeviam.apm.source.msg.impl
Implementation of the IMessageHandler to log the feed loading in an external file upon completion.
LogExternalFeedLoadingHandler(Cache<String, String>) - Constructor for class com.activeviam.apm.source.msg.impl.LogExternalFeedLoadingHandler
Constructor.
LogFunction - Class in com.quartetfs.pivot.mdx.func.impl
MDX function compute the natural log - base e - for any value.
LogFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.LogFunction
Default constructor.
LogFunction.LogFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
Unique definiton of Log function.
LogFunctionDefinition() - Constructor for class com.quartetfs.pivot.mdx.func.impl.LogFunction.LogFunctionDefinition
Default constructor.
LoggableRecursiveTask<V> - Class in com.qfs.messenger.impl
A wrapper around a ForkJoinTask that logs any Exception thrown by the underlying ForkJoinTask.
LoggableRecursiveTask(ForkJoinTask<V>) - Constructor for class com.qfs.messenger.impl.LoggableRecursiveTask
Constructor.
LogGaqTimingCompleter - Class in com.quartetfs.biz.pivot.query.impl
A completer to log a Get Aggregates Query timing, after it completes.
LogGaqTimingCompleter(CountedCompleter<?>, String, long, IGetAggregatesQuery) - Constructor for class com.quartetfs.biz.pivot.query.impl.LogGaqTimingCompleter
Constructor.
logger - Static variable in class com.qfs.msg.csv.impl.PublicationQueue
Logger.
logger - Static variable in class com.qfs.servlet.impl.SqlDriverCleaner
Class logger.
logger - Static variable in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
Logger for the configuration class.
logger - Static variable in class com.quartetfs.biz.xmla.impl.LoggingXMLA
Logger component.
logger - Static variable in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
Logger.
logger - Static variable in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
Logger.
LOGGER - Static variable in interface com.activeviam.health.monitor.IHealthCheck
This class logger.
LOGGER - Static variable in interface com.activeviam.health.monitor.ILoggingHealthEventHandler
The logger to use to log the events.
LOGGER - Static variable in class com.qfs.snl.workflows.impl.WorkflowValidator
The logger.
LOGGER - Static variable in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
Logger.
LOGGER - Static variable in class com.quartetfs.biz.pivot.query.impl.DrillthroughPartitionAcceptor
The logger.
LOGGER - Static variable in class com.quartetfs.fwk.logging.impl.QueryTimingLogger
The logger.
LOGGER_NAME - Static variable in class com.activeviam.apm.source.msg.impl.FileInfoLogMessages
 
LOGGER_NAME - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
The default name of the logger(s) that will use those messages, like in Logger.getLogger(String name).
LOGGER_NAME - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
The default name of the logger(s) that will use those messages, like in Logger.getLogger(String name).
LOGGER_NAME - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
The default name of the logger(s) that will use those messages, like in Logger.getLogger(String name).
LoggingActivePivotHealthEventHandler - Class in com.activeviam.health.monitor.impl
The health event handler responsible for logging activepivot health events.
LoggingActivePivotHealthEventHandler() - Constructor for class com.activeviam.health.monitor.impl.LoggingActivePivotHealthEventHandler
 
LoggingClusterHealthEventHandler - Class in com.activeviam.health.monitor.impl
The health event handler responsible for logging cluster health events.
LoggingClusterHealthEventHandler() - Constructor for class com.activeviam.health.monitor.impl.LoggingClusterHealthEventHandler
 
LoggingComposerHealthEventHandler - Class in com.activeviam.health.monitor.impl
The health event handler responsible for logging composer health events.
LoggingComposerHealthEventHandler() - Constructor for class com.activeviam.health.monitor.impl.LoggingComposerHealthEventHandler
 
LoggingConfig - Class in com.activeviam.apm.cfg.impl
Configuration class to initiate the necessary tracing components.
LoggingConfig() - Constructor for class com.activeviam.apm.cfg.impl.LoggingConfig
 
LoggingConstants - Class in com.activeviam.apm.logging.impl
Class for holding the argument keys in json logs.
LoggingCsvHealthEventHandler - Class in com.activeviam.health.monitor.impl
The health event handler responsible for logging CSV Source health events.
LoggingCsvHealthEventHandler() - Constructor for class com.activeviam.health.monitor.impl.LoggingCsvHealthEventHandler
 
LoggingDatastoreHealthEventHandler - Class in com.activeviam.health.monitor.impl
The health event handler responsible for logging datastore health events.
LoggingDatastoreHealthEventHandler() - Constructor for class com.activeviam.health.monitor.impl.LoggingDatastoreHealthEventHandler
 
LoggingGlobalHealthEventHandler - Class in com.activeviam.health.monitor.impl
This handler logs all health events using JUL.
LoggingGlobalHealthEventHandler() - Constructor for class com.activeviam.health.monitor.impl.LoggingGlobalHealthEventHandler
 
LoggingJdbcHealthEventHandler - Class in com.activeviam.health.monitor
Implementation of a IHealthEventHandler focusing on JDBC source events to log them.
LoggingJdbcHealthEventHandler() - Constructor for class com.activeviam.health.monitor.LoggingJdbcHealthEventHandler
Default constructor.
LoggingJdbcHealthEventHandler(ITagAcceptor) - Constructor for class com.activeviam.health.monitor.LoggingJdbcHealthEventHandler
Full constructor.
LoggingListenersExceptionsHandler - Class in com.qfs.store.selection.impl
Implementation of IListenersExceptionsHandler that logs as severe the exception thrown by the listener.
LoggingListenersExceptionsHandler(Logger) - Constructor for class com.qfs.store.selection.impl.LoggingListenersExceptionsHandler
Constructor.
LoggingMdxEventHandler - Class in com.quartetfs.pivot.mdx.impl
Basic implementation of the IMdxEventHandler interface.
LoggingMdxEventHandler() - Constructor for class com.quartetfs.pivot.mdx.impl.LoggingMdxEventHandler
 
LoggingUtils - Class in com.activeviam.apm.logging.impl
Deprecated, for removal: This API element is subject to removal in a future version.
LoggingUtils() - Constructor for class com.activeviam.apm.logging.impl.LoggingUtils
Deprecated.
 
LoggingXMLA - Class in com.quartetfs.biz.xmla.impl
 
LoggingXMLA() - Constructor for class com.quartetfs.biz.xmla.impl.LoggingXMLA
 
LOGICAL_ADDRESS - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The name of the property used by the messenger to define the logical address of the query or data cube in the cluster.
LogicalCondition - Class in com.quartetfs.fwk.filtering.impl
Base class for the logical conditions.
LogicalConditionExtendedPlugin - Class in com.quartetfs.fwk.filtering.impl
Explicit implementation of the ILogicalCondition plugin.
LogicalConditionExtendedPlugin() - Constructor for class com.quartetfs.fwk.filtering.impl.LogicalConditionExtendedPlugin
Constructor.
LogicalCopperLevelCondition - Class in com.activeviam.copper.hierarchy
A combination of two CopperLevelCondition represented by a logical operation on two sub-conditions.
LogicalCopperLevelCondition(String, CopperLevelCondition, CopperLevelCondition) - Constructor for class com.activeviam.copper.hierarchy.LogicalCopperLevelCondition
Constructor.
LogInstanceConverter - Class in com.activeviam.apm.logging.impl
Logback converter to retrieve the instance name of the pivot.
LogInstanceConverter() - Constructor for class com.activeviam.apm.logging.impl.LogInstanceConverter
 
LogMessageHandler<I> - Class in com.qfs.msg.impl
A log message handler.
LogMessageHandler() - Constructor for class com.qfs.msg.impl.LogMessageHandler
 
LogNettyMessenger - Class in com.activeviam.apm.messenger.impl
Override to add more logging when a query is sent and when we receive the results.
LogNettyMessenger(DataNodeManager.CubeEndPointInfo, IVersionProvider, IClusterDefinition, String) - Constructor for class com.activeviam.apm.messenger.impl.LogNettyMessenger
Constructor.
logProgress() - Method in class com.qfs.msg.csv.impl.PublicationQueue
Logs parsing and publication progress.
logRecord(Level, Throwable, String, Object...) - Static method in class com.quartetfs.fwk.util.MessageUtil
Create a log record for the given log message parameters, including an exception (this set of parameters is not available in the base j.u.l API).
LogThreadConverter - Class in com.activeviam.apm.logging.impl
Logback converter to retrieve the current thread generating the log.
LogThreadConverter() - Constructor for class com.activeviam.apm.logging.impl.LogThreadConverter
 
logTimings() - Method in class com.activeviam.pivot.rest.dataexport.DataExportTimings
Logs the timings.
logTimings(int) - Method in class com.quartetfs.biz.pivot.cube.impl.MultiVersionCube
Change internal parameters for logging purpose.
logType - Variable in class com.quartetfs.fwk.logging.impl.ATiming
Attribute for logging purposes, when getting serialized.
logType - Variable in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
Attribute for logging purposes, when getting serialized.
LogUserConverter - Class in com.activeviam.apm.logging.impl
Logback converter to retrieve the current user generating the log.
LogUserConverter() - Constructor for class com.activeviam.apm.logging.impl.LogUserConverter
 
Long - com.quartetfs.biz.xmla.constants.Keyword
 
Long - Static variable in class com.quartetfs.biz.xmla.impl.XmlaTypes
Long type.
LONG - com.qfs.chunk.impl.FrequencyCompressionType
 
LONG - com.qfs.store.ExtendedContentType
 
LONG - Static variable in class com.activeviam.type.StandardTypes
 
LONG - Static variable in interface com.qfs.literal.ILiteralType
 
LONG - Static variable in interface com.quartetfs.fwk.format.IParser
Long field parser key.
LONG_ARRAY - com.qfs.store.ExtendedContentType
 
LONG_ARRAY - Static variable in class com.activeviam.type.StandardTypes
 
LONG_ARRAY - Static variable in interface com.qfs.literal.ILiteralType
 
LONG_ARRAY_BASE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The base offset for an long array.
LONG_ARRAY_LEFT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
LONG_ARRAY_RIGHT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
LONG_ARRAY_SHIFT - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The base shift for an long array.
LONG_CHUNK_CREATOR - Static variable in interface com.qfs.store.IChunkCreator
A IChunkCreator that creates non-nullable long chunks.
LONG_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
LONG_INSTANCE - Static variable in class com.qfs.chunk.impl.TombStoneChunk
The only instance of dead long chunk: they are all identical.
LONG_NULLABLE_CHUNK_CREATOR - Static variable in interface com.qfs.store.IChunkCreator
A IChunkCreator that creates nullable long chunks.
LONG_NULLABLE_LEFT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
LONG_NULLABLE_RIGHT - com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
 
LONG_POLLING_REMOTING_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
The long polling remoting service path.
LONG_POLLING_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
Constant name of the Long Polling service.
LONG_VALUE - Static variable in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
A value returned by IContextValueTranslator.getAvailableProperties() specifying that the acceptable values for the associated property are any long integers.
LONG_VECTOR - Static variable in interface com.quartetfs.fwk.format.IParser
Long vector field parser key.
LongArray - Class in com.qfs.index.impl
An ALongArray that stores its values in an IChunkLong.
LongArray(boolean) - Constructor for class com.qfs.index.impl.LongArray
Constructor.
LongArray(int, boolean) - Constructor for class com.qfs.index.impl.LongArray
Constructor.
LongArray(int, long, boolean) - Constructor for class com.qfs.index.impl.LongArray
Constructor.
LongArrayArrowVectorFeeder - Class in com.activeviam.arrow.write
Wrapper for an Arrow Vector of Long arrays.
LongArrayArrowVectorFeeder(RootAllocator, String) - Constructor for class com.activeviam.arrow.write.LongArrayArrowVectorFeeder
Constructor.
LongArrayCursor - Class in com.activeviam.chunks.cells.impl
A cursor over a long array with specialized methods.
LongArrayCursor(IWritableArray) - Constructor for class com.activeviam.chunks.cells.impl.LongArrayCursor
Constructor.
LongArrayJdbcColumnCalculator - Class in com.activeviam.source.jdbc.api.calculator
Column calculator from a JDBC Array to an Atoti IVector of longs.
LongArrayJdbcColumnCalculator(String) - Constructor for class com.activeviam.source.jdbc.api.calculator.LongArrayJdbcColumnCalculator
Constructor.
longArrayRead(long[], int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Reads the value stored at the given index in the array.
longArrayReadVolatile(long[], int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Reads the value stored at the given index in the array in a volatile fashion (see UnsafeUtil.getLongVolatile(Object, long)).
LongArrayStatisticAttribute - Class in com.qfs.monitoring.statistic.impl
IStatistics of type AttributeTypes.TYPE_LONG_ARRAY.
LongArrayStatisticAttribute(long[]) - Constructor for class com.qfs.monitoring.statistic.impl.LongArrayStatisticAttribute
Constructor.
LongArrayTransaction - Class in com.qfs.index.impl
The base implementation of an ILongArrayTransaction.
LongArrayTransaction(ALongArray) - Constructor for class com.qfs.index.impl.LongArrayTransaction
Constructor.
LongArrayTransition(LongArrayVersion, TIntLongMap) - Constructor for class com.qfs.index.impl.LongArrayVersion.LongArrayTransition
Constructor.
LongArrayVersion - Class in com.qfs.index.impl
A long array version defined by a base reference array and some delta mappings that override the mappings in the base array.
LongArrayVersion(IEpoch, ALongArray, int) - Constructor for class com.qfs.index.impl.LongArrayVersion
Constructor.
LongArrayVersion.LongArrayTransition - Class in com.qfs.index.impl
longArrayWrite(long[], int, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Writes the given value at the given index in the array.
longArrayWriteOrdered(long[], int, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Writes the given value at the given index in the array in an ordered fashion (see UnsafeUtil.putOrderedLong(Object, long, long)).
longArrayWriteVolatile(long[], int, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Writes the given value at the given index in the array in a volatile fashion (see UnsafeUtil.putLongVolatile(Object, long, long)).
LongArrowVectorFeeder - Class in com.activeviam.arrow.write
Wrapper for an Arrow Vector of Long.
LongArrowVectorFeeder(RootAllocator, String) - Constructor for class com.activeviam.arrow.write.LongArrowVectorFeeder
Constructor.
LongBindingVector(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.LongFunction.LongBindingVector
Constructor.
LongBlockVector<B extends IBlock> - Class in com.qfs.vector.impl
Basic implementation for a long blocked vector.
LongBlockVector(B, int, int) - Constructor for class com.qfs.vector.impl.LongBlockVector
Constructor.
LongBoundedAction - Class in com.qfs.concurrent.impl
An action to be executed on some data that can be divided into ranges.
LongBoundedAction.ILongBoundedActionExecutor - Interface in com.qfs.concurrent.impl
A helper Object that creates sub-tasks used for processing a range of the data.
LongBoundedAction.LongBoundedActionException - Exception in com.qfs.concurrent.impl
Inner exception class grouping multiple exceptions encountered while executing the LongBoundedAction inside the suppressed exception list.
LongBoundedActionException(LongBoundedAction) - Constructor for exception com.qfs.concurrent.impl.LongBoundedAction.LongBoundedActionException
Full constructor.
LongCell - Class in com.activeviam.util.cells.impl
Implementation of a read-write cell supporting data of type long.
longChunkFactory(boolean, IAllocationSettings, boolean) - Static method in class com.qfs.store.ChunkFactories
Creates a factory that can create long chunks.
LongComparator - Class in com.quartetfs.fwk.ordering.impl
Compares two Long objects.
LongComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.LongComparator
 
LongContextualCancellableRecursiveBoundedAction - Class in com.quartetfs.biz.pivot.context.impl
A contextual and cancellable RecursiveBoundedAction.
LongContextualCancellableRecursiveBoundedAction(IContext, LongBoundedAction) - Constructor for class com.quartetfs.biz.pivot.context.impl.LongContextualCancellableRecursiveBoundedAction
Constructor.
LongContextValueTranslator<C extends IContextValue> - Class in com.quartetfs.biz.pivot.context.impl
Base class for translators of long integer context values.
LongContextValueTranslator() - Constructor for class com.quartetfs.biz.pivot.context.impl.LongContextValueTranslator
 
LongDictionary - Class in com.qfs.dic.impl
Dictionary implementation specialized for Long data type.
LongDictionary() - Constructor for class com.qfs.dic.impl.LongDictionary
Build a dictionary with default initial capacity and default load factor.
LongDictionary(int) - Constructor for class com.qfs.dic.impl.LongDictionary
Constructs an empty dictionary with the specified initial capacity.
LongFixedBlockVector<B extends IBlock> - Class in com.qfs.vector.impl
Basic implementation for a long fixed block vector.
LongFixedBlockVector(B, int, int) - Constructor for class com.qfs.vector.impl.LongFixedBlockVector
Constructor.
LongFunction - Class in com.qfs.agg.impl
LONG aggregation function.
LongFunction() - Constructor for class com.qfs.agg.impl.LongFunction
Constructor.
LongFunction.LongBindingVector - Class in com.qfs.agg.impl
The long sum binding for vectors.
LongKey - com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil.SerializationKey
Key for a long value.
LongParser - Class in com.quartetfs.fwk.format.impl
Parser for long fields.
LongParser() - Constructor for class com.quartetfs.fwk.format.impl.LongParser
 
LongPollingRegistrationService - Class in com.quartetfs.tech.streaming.impl
Offers local streaming registration, while relying on a long polling service.
LongPollingRegistrationService() - Constructor for class com.quartetfs.tech.streaming.impl.LongPollingRegistrationService
 
LongPollingRegistrationServiceMonitor - Class in com.quartetfs.tech.streaming.impl
LongPollingRegistrationServiceMonitor(LongPollingRegistrationService) - Constructor for class com.quartetfs.tech.streaming.impl.LongPollingRegistrationServiceMonitor
Full constructor.
longPollingService() - Method in interface com.qfs.server.cfg.IActivePivotServicesConfig
 
longPollingService() - Method in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
 
LongPollingService - Class in com.quartetfs.tech.streaming.impl
Factory implementation of the long polling service.
LongPollingService() - Constructor for class com.quartetfs.tech.streaming.impl.LongPollingService
Constructor.
LongPollingServiceException - Exception in com.quartetfs.tech.streaming
Exception thrown by the Long Polling Web Service.
LongPollingServiceException() - Constructor for exception com.quartetfs.tech.streaming.LongPollingServiceException
Constructor with no message and no cause.
LongPollingServiceException(String) - Constructor for exception com.quartetfs.tech.streaming.LongPollingServiceException
 
LongPollingServiceException(String, Object...) - Constructor for exception com.quartetfs.tech.streaming.LongPollingServiceException
Constructor.
LongPollingServiceException(String, Throwable) - Constructor for exception com.quartetfs.tech.streaming.LongPollingServiceException
 
LongPollingServiceException(Throwable) - Constructor for exception com.quartetfs.tech.streaming.LongPollingServiceException
 
LongPollingServiceException(Throwable, String, Object...) - Constructor for exception com.quartetfs.tech.streaming.LongPollingServiceException
Constructor.
LongStatisticAttribute - Class in com.qfs.monitoring.statistic.impl
IStatistics of type AttributeTypes.TYPE_LONG.
LongStatisticAttribute(long) - Constructor for class com.qfs.monitoring.statistic.impl.LongStatisticAttribute
Constructor.
longSum() - Method in interface com.activeviam.copper.api.CopperMeasureToAggregateAbove
Aggregates the values on the defined leaf levels using the longSum aggregation.
longSum() - Method in class com.activeviam.copper.measure.CopperMeasureToAggregateAboveBuilder
 
longSum() - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
longVector(int) - Static method in class com.qfs.vector.impl.ZeroVector
Creates a vector whose values are all 0L.
LongVectorHistory() - Constructor for class com.qfs.agg.impl.AvgFunction.LongVectorHistory
Constructor.
LongVectorHistory(int, IVector) - Constructor for class com.qfs.agg.impl.AvgFunction.LongVectorHistory
Constructor.
LongVectorParser - Class in com.quartetfs.fwk.format.impl
Special parser for vectors of Integers.
LongVectorParser() - Constructor for class com.quartetfs.fwk.format.impl.LongVectorParser
Constructor.
LongVectorParser(char) - Constructor for class com.quartetfs.fwk.format.impl.LongVectorParser
Constructor.
LongVectorParser(Integer) - Constructor for class com.quartetfs.fwk.format.impl.LongVectorParser
Constructor.
LongVectorParser(Integer, Character) - Constructor for class com.quartetfs.fwk.format.impl.LongVectorParser
Constructor.
longWordCount(int) - Static method in class com.qfs.index.impl.Bits
Computes the number of long words necessary to store a given number of bits.
LOOK_UP - Static variable in class com.qfs.repository.mdx.impl.LookUpFunction
The lookUp keyword.
LOOK_UP_PARAM_PARAMETER_ID - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
The name of the parameter to look for.
LOOK_UP_PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
The plugin key of the PostProcessor used to perform look up for the LOOKUP MDX function.
lookupAbsoluteSibling(IMdxFixedMember, int) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Finds a member sibling among all the siblings.
lookupAbsoluteSibling(IMdxFixedMember, int) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookupAliasedSet(String) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Looks up an aliased set by its name.
lookupAliasedSet(String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
LookupBehavior - Class in com.qfs.repository.context.impl
Default implementation of ILookupBehavior.
LookupBehavior() - Constructor for class com.qfs.repository.context.impl.LookupBehavior
Empty constructor.
LookupBehavior(boolean) - Constructor for class com.qfs.repository.context.impl.LookupBehavior
Constructor.
LookupBehaviorTranslator - Class in com.qfs.repository.context.impl
Translator for the ILookupBehavior context value.
LookupBehaviorTranslator() - Constructor for class com.qfs.repository.context.impl.LookupBehaviorTranslator
 
lookupChildElements(Element, String, String) - Static method in class com.quartetfs.biz.xmla.impl.XmlaUtil
Lists all child elements that match the given namespace and element name.
lookupCustomMemberProperty(IMdxHierarchy, IMdxLevel, String) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Finds a custom member property.
lookupCustomMemberProperty(IMdxHierarchy, IMdxLevel, String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookupDescendant(IMdxFixedMember, int, int) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Finds the 'index' th descendant of ancestor at the given level.
lookupDescendant(IMdxFixedMember, int, int) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookupDimension(String) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Finds a dimension by name.
lookupDimension(String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookUpElementFromCube(IMdxCube, List<? extends IIdentifier>) - Static method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup
Retrieves an element from the cube.
lookupFormula(IMdxHierarchy, String[]) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Finds a concrete formula by name path.
lookupFormula(IMdxHierarchy, String[]) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookUpFromDimension(IMdxDimension, List<? extends IIdentifier>, int) - Static method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup
Retrieves an element from the specified dimension.
lookUpFromHierarchy(IMdxHierarchy, List<? extends IIdentifier>, int) - Static method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup
Retrieves an element from the specified hierarchy.
lookUpFromLevel(IMdxLevel, List<? extends IIdentifier>, int) - Static method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup
Retrieves an element from the specified level.
LookUpFunction - Class in com.qfs.repository.mdx.impl
The MDX look up function.
LookUpFunction(IDatastoreRepositoryCache, IRepositoryDaemonActions) - Constructor for class com.qfs.repository.mdx.impl.LookUpFunction
Constructor.
LookUpFunction.LookUpFunctionDefinition - Class in com.qfs.repository.mdx.impl
Class defining the LookUp function with one extra optional argument allowing to define the default value.
LookUpFunctionDefinition(IDatastoreRepositoryCache, IRepositoryDaemonActions) - Constructor for class com.qfs.repository.mdx.impl.LookUpFunction.LookUpFunctionDefinition
Constructor.
LookupHandler - Class in com.qfs.repository.impl
Handler dedicated to the LookUpPostProcessor.
LookupHandler(IActivePivotVersion, IMeasuresProvider, Properties, String) - Constructor for class com.qfs.repository.impl.LookupHandler
Constructor.
LookupHandler(IActivePivotVersion, String) - Constructor for class com.qfs.repository.impl.LookupHandler
Constructor.
lookupHierarchy(IMdxDimension, String) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Finds a hierarchy by name.
lookupHierarchy(IMdxDimension, String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookupHierarchy(String) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Finds a hierarchy by name.
lookupHierarchy(String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookupLevel(IMdxHierarchy, String) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Finds a level by name.
lookupLevel(IMdxHierarchy, String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
LookupMdxContinuousDecorator - Class in com.qfs.repository.mdx.impl
Implementation of IMdxRegistrationDecorator specialized for the LookUpFunction.
LookupMdxContinuousDecorator(AMultiGANContinuousQueryListener, MdxRegistration, String, IExecutionContext, Set<String>) - Constructor for class com.qfs.repository.mdx.impl.LookupMdxContinuousDecorator
Constructor.
lookupMeasure(String) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxPivotMemberDecoder
Finds a pivot measure from its name.
lookupMeasure(String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookupMember(IMdxHierarchy, String[]) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Finds a concrete member by name path.
lookupMember(IMdxHierarchy, String[]) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookupMember(IMdxHierarchy, String[], boolean) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Finds a concrete member by name path.
lookupMember(IMdxHierarchy, String[], boolean) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookupMemberProperty(IMdxDimension, IMdxHierarchy, IMdxLevel, String) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Finds a member property.
lookupMemberProperty(IMdxDimension, IMdxHierarchy, IMdxLevel, String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookupNamedSet(String) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Looks up a named set by identifier.
lookupNamedSet(String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookupPivotMember(int, Object) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxPivotMemberDecoder
Finds a pivot member from the root of a hierarchy.
lookupPivotMember(int, Object) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookupPivotMember(IMdxHierarchy, Object) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Finds a pivot member from the root of the hierarchy.
lookupPivotMember(IMdxHierarchy, Object) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookupPivotMember(IMdxPivotMember, Object) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxPivotMemberDecoder
Finds a pivot member child from its parent.
lookupPivotMember(IMdxPivotMember, Object) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
lookupPivotMemberFromProperty(IMdxHierarchy, String, String) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Finds a pivot member in the given hierarchy which has the given property.
lookupPivotMemberFromProperty(IMdxHierarchy, String, String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
LookUpPostProcessor - Class in com.qfs.repository.impl
LookUp Post-processor.
LookUpPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.qfs.repository.impl.LookUpPostProcessor
Constructor.
LookupStream - Class in com.qfs.repository.impl
Stream listening on any change in the parameter repository.
LookupStream(IAggregatesContinuousQueryEngine, IMultiVersionActivePivot) - Constructor for class com.qfs.repository.impl.LookupStream
Constructor.
lookupUnmarshaller(String) - Static method in class com.quartetfs.biz.xmla.impl.XmlaUtil
Lookup an unmarshaller.
LooseMdxEqualityTester - Class in com.quartetfs.pivot.mdx.statement.impl
Implementation of a IMdxEqualityTester discarding white spaces when test MDX statements for equality.
LooseMdxEqualityTester() - Constructor for class com.quartetfs.pivot.mdx.statement.impl.LooseMdxEqualityTester
 
LooseTupleWrapper(ITuple) - Constructor for class com.quartetfs.biz.pivot.webservices.impl.CellsFollower.LooseTupleWrapper
Constructor.
LOWER - com.qfs.agg.impl.PercentileFunction.InterpolationMode
Deprecated.
 
LOWER - Static variable in interface com.quartetfs.fwk.filtering.IMatchingCondition
Plugin key for the LOWER condition.
LowerCondition - Class in com.quartetfs.fwk.filtering.impl
The complement of the GreaterEqualCondition.
LowerCondition(Object) - Constructor for class com.quartetfs.fwk.filtering.impl.LowerCondition
Constructor.
LowerCondition(Object, boolean) - Constructor for class com.quartetfs.fwk.filtering.impl.LowerCondition
Full constructor.
LOWEREQUAL - Static variable in interface com.quartetfs.fwk.filtering.IMatchingCondition
Plugin key for the LOWER OR EQUAL condition.
LowerEqualCondition - Class in com.quartetfs.fwk.filtering.impl
The complement of the GreaterCondition.
LowerEqualCondition(Object) - Constructor for class com.quartetfs.fwk.filtering.impl.LowerEqualCondition
Constructor.
LowerEqualCondition(Object, boolean) - Constructor for class com.quartetfs.fwk.filtering.impl.LowerEqualCondition
Full constructor.
LPAREN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
LPAREN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
LPAREN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
LRUEvictionCache - Class in com.quartetfs.biz.pivot.query.aggregates.impl
An eviction cache with a LRU policy.
LRUEvictionCache(int, int, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.LRUEvictionCache
Constructor.
LRUEvictionCache.HeadEvictionCacheEntry - Class in com.quartetfs.biz.pivot.query.aggregates.impl
An eviction cache entry destined to be the head of the eviction list.
LRUEvictionCache.NullEvictionCacheEntry - Class in com.quartetfs.biz.pivot.query.aggregates.impl
An entry that doesn't hold any values.
lt(FieldPath, Object) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing a LT condition.
lt(Object) - Method in interface com.activeviam.copper.api.CopperLevel
Creates a CopperLevelCondition that represents the result of a numerical less than comparison between each member value and the given object value.
lt(Object) - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
lt(String, Object) - Static method in class com.activeviam.builders.FactFilterConditions
lt(String, Object) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing a LT condition.
LT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
LT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
LT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
LT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
lte(FieldPath, Object) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing a LTE condition.
lte(String, Object) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing a LTE condition.
lteq(String, Object) - Static method in class com.activeviam.builders.FactFilterConditions
LTFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ComparisonFunctions.LTFunction
Constructor.
LZFCompressor - Class in com.quartetfs.biz.xmla.compression.impl
 
LZFCompressor(Logger) - Constructor for class com.quartetfs.biz.xmla.compression.impl.LZFCompressor
Constructor.
LZFMatcher - Class in com.quartetfs.biz.xmla.compression.impl
Matcher that uses a hashtable of integers.
LZFMatcher(byte[]) - Constructor for class com.quartetfs.biz.xmla.compression.impl.LZFMatcher
Constructor.

M

magic - Variable in class com.qfs.util.tar.impl.TarHeader
The entry's magic tag.
MAGICLEN - Static variable in class com.qfs.util.tar.impl.TarHeader
The length of the magic field in a header buffer.
main(String[]) - Static method in class com.qfs.chunk.direct.allocator.impl.NativeMemoryAllocatorUtil
Quick test.
main(String[]) - Static method in class com.qfs.chunk.impl.ChunkBindingCompiler
Manual test.
main(String[]) - Static method in class com.qfs.jwt.impl.JwtUtil
Generates an RSA key pair.
main(String[]) - Static method in class com.qfs.pivot.mdx.compil.impl.MdxCompilers
A simple main function to help debug issues with this compiler, and show an example on how to use the builder to new comers.
main(String[]) - Static method in class com.qfs.snl.workflows.impl.WorkflowValidator
Main method to execute for validation.
main(String[]) - Static method in class com.qfs.util.impl.BranchPrinter
Tests the branch printer as a standalone Java program.
main(String[]) - Static method in class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler
This method should be called to generate new code files.
main(String[]) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.HierarchyMemberMemoryQuantifier
Main operation to generate ConcurrentSkipListMap and deduce a basic function to compute their size.
main(String[]) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
 
main(String[]) - Static method in class com.quartetfs.fwk.impl.BeanPropertyCompiler
Debug method.
maintenanceService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
[Bean] service allowing to clear events/alerts from the database.
MaintenanceService - Class in com.qfs.snl.persistence.impl
Service allowing to clear stored data.
MaintenanceService(SessionFactory, IMonitorDao, ISentinelEventDao) - Constructor for class com.qfs.snl.persistence.impl.MaintenanceService
Constructor.
makeAccessible(Method) - Static method in class com.activeviam.tracing.util.ReflectionUtils
Make the given method accessible, explicitly setting it accessible if necessary.
makeFieldNonNullable(StoreField, Optional<Object>) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
makeTimingByStreamString(Map<String, Long>) - Static method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryMonitoringUtil
Create String representation of timing by stream map.
makeTopKString(int, List<TimingWithIdentifier>) - Static method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryMonitoringUtil
Create String representation for a top K result.
makeTopKTitle(int, String, TimingAggregationType, ProcessingStepTiming) - Static method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryMonitoringUtil
Create top K result title.
mAMP_QUOTED_ID() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
managedBlock(ForkJoinPool.ManagedBlocker) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
managedWorkflowService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Workflow service with workflow actions on "write" operations.
ManagedWorkflowService - Class in com.qfs.snl.workflows.impl
Implementation of IWorkflowService adding workflows on operations changing data.
ManagedWorkflowService(IWorkflowService) - Constructor for class com.qfs.snl.workflows.impl.ManagedWorkflowService
Constructor.
MANAGER_FEEDING_TIMEOUT - com.activeviam.properties.impl.ActiveViamProperty
Deprecated, for removal: This API element is subject to removal in a future version.
managerDescription() - Static method in class com.activeviam.builders.StartBuilding
Starts building the description of a manager.
managerDescription() - Method in interface com.qfs.server.cfg.IActivePivotManagerDescriptionConfig
Returns the IActivePivotManagerDescription as defined in your project.
managerDescription(String) - Static method in class com.activeviam.builders.StartBuilding
Starts building the description of a named manager.
mAND() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MANDATORY - com.activeviam.database.api.schema.RelationshipOptionality
This guarantees that the relationship is always fulfilled.
MANDATORY_MEMBER_PROPERTIES - Static variable in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetInfo
The properties that are always returned in the result.
Many(int[]) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.Modulo.Many
 
map() - Static method in class com.activeviam.collections.impl.Empty
Creates an empty map.
map(int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
map(int[]) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
Maps a new key in the dictionary and return the position at which the key was inserted (or the position at which the key was previously inserted).
map(int[]) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
map(int, int) - Method in class com.qfs.chunk.impl.ColumnIntegerRowMapping
 
map(int, int) - Method in class com.qfs.chunk.impl.HashMapRowMapping
 
map(int, int) - Method in interface com.qfs.chunk.IRowMapping.IWritableRowMapping
Maps the given row.
map(int, int[]) - Method in class com.qfs.dic.impl.PointReferenceDictionary
Reduce a point from the source into this dictionary.
map(int, Object[]) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
Reduce a location from the source into this dictionary.
map(DatabaseMeasureBuilder.DatabaseMeasureComputation<C>, String) - Method in interface com.activeviam.copper.api.experimental.database.DatabaseMeasureBuilder.DatabaseMeasureBuilderExpectingComputation
Defines hows the measure will compute its values.
map(IPointList, int) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
Maps a point from the given list into this dictionary.
map(SerializableBiConsumer<IArrayReader, IWritableCell>, int) - Method in interface com.activeviam.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields
Specifies the output type of the lookup measure, as well as the function to compute the final result from the selected fields.
map(SerializableBiConsumer<IArrayReader, IWritableCell>, int) - Method in class com.activeviam.copper.measure.InternalCopperStoreLookUpBuilder.InternalCopperStoreLookUpBuilderCombiningFields
 
map(SerializableBiConsumer<IArrayReader, IWritableCell>, String) - Method in interface com.activeviam.copper.api.CopperMeasure
Maps the values contained in this measure.
map(SerializableBiConsumer<IArrayReader, IWritableCell>, String) - Method in interface com.activeviam.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields
Specifies the output type of the lookup measure, as well as the function to compute the final result from the selected fields.
map(SerializableBiConsumer<IArrayReader, IWritableCell>, String) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
map(SerializableBiConsumer<IArrayReader, IWritableCell>, String) - Method in class com.activeviam.copper.measure.CopperMeasureCombination
Combines the values of the measures into a single one.
map(SerializableFunction<I, Object>) - Method in interface com.activeviam.copper.api.CopperLevel
Maps this level by applying a lambda to its members.
map(SerializableFunction<I, Object>) - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
map(SerializableFunction<Object, Object>) - Method in class com.activeviam.copper.hierarchy.CartesianProductValuesSupplier
 
map(SerializableFunction<Object, Object>) - Method in interface com.activeviam.copper.hierarchy.IDistinctValuesSupplier
Creates the supplier produced if all the members of the column are mapped via a deterministic function.
map(SerializableFunction<Object, Object>) - Method in class com.activeviam.copper.hierarchy.MapValuesSupplier
 
map(SerializableFunction<Object, Object>) - Method in class com.activeviam.copper.hierarchy.SetValuesSupplier
 
map(SerializableFunction<Object, Object>) - Method in class com.activeviam.copper.hierarchy.StoreMultipleFieldDistinctValuesSupplier
 
map(SerializableFunction<Object, Object>) - Method in class com.activeviam.copper.hierarchy.StoreSingleFieldDistinctValuesSupplier
 
map(ICompoundIdentifier) - Method in class com.quartetfs.pivot.mdx.utils.impl.IdentifierDictionary
 
map(IIdentifier) - Method in class com.quartetfs.pivot.mdx.utils.impl.IdentifierDictionary
 
map(E[], Function<E, R>) - Static method in class com.activeviam.collections.impl.ImmutableLists
Map an array.
map(Double, IConcurrentDictionary.IDictionaryAction<Double>, IConcurrentDictionary.IDictionaryAction<Double>) - Method in class com.qfs.dic.impl.ChristmasDictionaryDouble
 
map(Float, IConcurrentDictionary.IDictionaryAction<Float>, IConcurrentDictionary.IDictionaryAction<Float>) - Method in class com.qfs.dic.impl.ChristmasDictionaryFloat
 
map(Integer) - Method in class com.qfs.dic.impl.ChristmasDictionaryInteger
 
map(Integer) - Method in class com.qfs.dic.impl.IntegerDictionary
Map a new key in the dictionary and return the position at which the key was inserted (or the position at which the key was previously inserted).
map(Integer, IConcurrentDictionary.IDictionaryAction<Integer>, IConcurrentDictionary.IDictionaryAction<Integer>) - Method in class com.qfs.dic.impl.ChristmasDictionaryInteger
 
map(Long) - Method in class com.qfs.dic.impl.ChristmasDictionaryLong
 
map(Long) - Method in class com.qfs.dic.impl.LongDictionary
Map a new key in the dictionary and return the position at which the key was inserted (or the position at which the key was previously inserted).
map(Long, IConcurrentDictionary.IDictionaryAction<Long>, IConcurrentDictionary.IDictionaryAction<Long>) - Method in class com.qfs.dic.impl.ChristmasDictionaryLong
 
map(Object) - Method in class com.qfs.dic.impl.AChristmasDictionaryArray
Indexes a new object in the dictionary.
map(Object, IConcurrentDictionary.IDictionaryAction<Object>, IConcurrentDictionary.IDictionaryAction<Object>) - Method in class com.qfs.dic.impl.AChristmasDictionaryArray
Maps a new object in the dictionary the same way as IWritableDictionary.map(Object).
map(String) - Method in class com.qfs.dic.impl.ChristmasDictionary.ChristmasDictionaryString
 
map(String, IConcurrentDictionary.IDictionaryAction<String>, IConcurrentDictionary.IDictionaryAction<String>) - Method in class com.qfs.dic.impl.ChristmasDictionary.ChristmasDictionaryString
 
map(Collection<? extends I>, Function<I, O>) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Transforms each element of a collection.
map(BiFunction<E, Integer, R>) - Method in interface com.activeviam.collections.ImmutableList
Map this list.
map(BiFunction<E, Integer, R>) - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
map(BiFunction<E, Map<String, U>, U>) - Method in interface com.qfs.content.service.IContentTree
Recursively transform this content tree using the input mapping BiFunction.
map(BiFunction<E, Map<String, U>, U>) - Method in class com.qfs.content.service.impl.ContentTree
 
map(Function<E, R>) - Method in interface com.activeviam.collections.ImmutableList
Map this list.
map(Function<E, R>) - Method in interface com.activeviam.collections.ImmutableSet
Map this set.
map(Function<E, R>) - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
map(Function<E, R>) - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
map(Function<E, T>) - Method in class com.activeviam.util.function.Option
Maps the value of the monad into another value.
map(Function<U, W>, Function<V, W>) - Method in interface com.activeviam.util.function.IEither
Converts into a value using the mapper corresponding to the value actually contained in this instance.
map(Function<U, W>, Function<V, W>) - Method in class com.activeviam.util.function.impl.Either
 
map(Map<K, V>) - Static method in class com.activeviam.collections.impl.Immutable
Wraps a regular map into an immutable map.
map(Properties) - Static method in class com.activeviam.collections.impl.Immutable
Wraps a properties into an immutable map.
map(K) - Method in class com.qfs.dic.impl.AbstractDictionary
Maps a new key in the dictionary and returns the position at which the key was inserted (or the position at which the key was previously inserted).
map(K) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
map(K) - Method in class com.qfs.dic.impl.NullableDictionary
 
map(K) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
map(K) - Method in interface com.qfs.dic.IWritableDictionary
Indexes a new object in the dictionary.
map(K, IConcurrentDictionary.IDictionaryAction<K>, IConcurrentDictionary.IDictionaryAction<K>) - Method in interface com.qfs.dic.IConcurrentDictionary
Maps a new object in the dictionary the same way as IWritableDictionary.map(Object).
map(K, IConcurrentDictionary.IDictionaryAction<K>, IConcurrentDictionary.IDictionaryAction<K>) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
map(K, IConcurrentDictionary.IDictionaryAction<K>, IConcurrentDictionary.IDictionaryAction<K>) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
map(K, V) - Static method in class com.activeviam.collections.impl.Immutable
Creates an immutable map containing a single entry.
map(K, V, K, V) - Static method in class com.activeviam.collections.impl.Immutable
Creates an immutable map containing two entries.
map(K, V, K, V, K, V) - Static method in class com.activeviam.collections.impl.Immutable
Creates an immutable map containing three entries.
map(K, V, K, V, K, V, K, V) - Static method in class com.activeviam.collections.impl.Immutable
Creates an immutable map containing four entries.
map(K, V, K, V, K, V, K, V, K, V) - Static method in class com.activeviam.collections.impl.Immutable
Creates an immutable map containing five entries.
map(LeftT, RightT) - Method in class com.qfs.dic.impl.PairDictionary
Indexes a new pair in the dictionary.
map(LeftT, RightT, int) - Method in class com.qfs.dic.impl.PairDictionary
Indexes a new pair in the dictionary with the given hash value.
MAP - Static variable in class com.quartetfs.fwk.monitoring.impl.CounterMonitor
Key of the map indicator.
mapAndHash(int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
mapAndHash(int[]) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
mapAndHash(int[]) - Method in interface com.qfs.dic.IWritableIntegerArrayDictionary
Indexes a point in this dictionary and returns its associated address and hash value.
mapAndHash(int[]) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
mapAndHash(K) - Method in class com.qfs.dic.impl.AbstractDictionary
Maps the key and returns its hash packed with its position.
mapBitmapCoordinate(int, Object) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
 
mapById(Collection<? extends ISentinelState>) - Static method in class com.qfs.snl.dtos.StateDto
Maps the states by id.
mapCoordinate(IHierarchicalMapping, ILocation, int, int, int) - Static method in class com.activeviam.distributed.pivot.impl.PointLocationListTransporterTranslator
Maps the coordinate at the given hierarchy and given level depth in the associated coordinate dictionary from IHierarchicalMapping.
mapCoordinate(IHierarchicalMapping, Object, int) - Static method in class com.activeviam.distributed.pivot.impl.PointLocationListTransporterTranslator
Maps the coordinate at the given hierarchy and given level depth in the associated coordinate dictionary from IHierarchicalMapping.
MapCursorConverter - Class in com.qfs.store.query.impl
Converts the cursor in a map containing the field name as a key and the value as the value.
MapCursorConverter() - Constructor for class com.qfs.store.query.impl.MapCursorConverter
 
mapDictionarizedValuesFromLocal(ILocation, IFixedLengthIntegerArrayDictionary) - Method in class com.activeviam.distributed.pivot.impl.PointLocationListTransporterTranslator
 
mapDictionarizedValuesFromLocal(ILocation, IFixedLengthIntegerArrayDictionary) - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTransporterTranslator
 
mapDictionarizedValuesFromLocal(ILocation, IFixedLengthIntegerArrayDictionary) - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator
Translates dinctionarized coordinates of the data cube location.
mapDouble(double) - Method in class com.qfs.dic.impl.AbstractDictionary
 
mapDouble(double) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
mapDouble(double) - Method in class com.qfs.dic.impl.ChristmasDictionaryDouble
 
mapDouble(double) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
mapDouble(double) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
mapDouble(double) - Method in class com.qfs.dic.impl.NullableDictionary
 
mapDouble(double) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
mapDouble(double) - Method in interface com.qfs.dic.IWritableDictionary
Indexes a double as a new key in the dictionary.
mapDouble(double) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
mapDouble(double, int, IConcurrentDictionary.IDictionaryAction<Double>, IConcurrentDictionary.IDictionaryAction<Double>) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Maps a double key in this dictionary.
MapDrillthroughQuery - Class in com.quartetfs.biz.pivot.query.impl
Default implementation of IMapDrillthroughQuery.
MapDrillthroughQuery() - Constructor for class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
Default empty constructor.
MapDrillthroughQuery(String, Collection<Map<String, String>>, String, List<? extends IContextValue>, boolean, int, int) - Constructor for class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
Constructor.
MapDrillthroughQuery(Collection<Map<String, String>>) - Constructor for class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
Constructor.
MapDrillthroughQuery(Collection<Map<String, String>>, int, int, String, boolean) - Constructor for class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
Constructor.
MapDrillthroughQuery(Collection<Map<String, String>>, String) - Constructor for class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
Constructor.
MapDrillthroughQuery(Collection<Map<String, String>>, List<? extends IContextValue>, String) - Constructor for class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
Constructor.
MapDrillthroughQueryConverter - Class in com.qfs.pivot.services.impl
Converter to convert a IMapDrillthroughQuery can be converted into IDrillthroughQuery.
MapDrillthroughQueryConverter(IActivePivotVersion) - Constructor for class com.qfs.pivot.services.impl.MapDrillthroughQueryConverter
 
MapDrillthroughQueryConverter(IActivePivotVersion, List<? extends IContextValue>) - Constructor for class com.qfs.pivot.services.impl.MapDrillthroughQueryConverter
 
MapDrillthroughQueryStreamingMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for map coordinates-based drill-through query action.
MapDrillthroughQueryStreamingMonitor(IMapDrillthroughQuery, String, String, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.MapDrillthroughQueryStreamingMonitor
Constructor.
MapDrillthroughStream - Class in com.quartetfs.biz.pivot.streaming.impl
The stream for IMapDrillthroughQuery.
MapDrillthroughStream(IMapDrillthroughQuery, IStreamProperties, IStreamPublisher) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.MapDrillthroughStream
Constructor.
MapFieldParser<K,​V> - Class in com.qfs.msg.impl
A simple parser that retrieves a value from a map by its key.
MapFieldParser(String) - Constructor for class com.qfs.msg.impl.MapFieldParser
Default constructor.
mapFloat(float) - Method in class com.qfs.dic.impl.AbstractDictionary
 
mapFloat(float) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
mapFloat(float) - Method in class com.qfs.dic.impl.ChristmasDictionaryFloat
 
mapFloat(float) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
mapFloat(float) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
mapFloat(float) - Method in class com.qfs.dic.impl.NullableDictionary
 
mapFloat(float) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
mapFloat(float) - Method in interface com.qfs.dic.IWritableDictionary
Indexes a float as a new key in the dictionary.
mapFloat(float) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
mapFloat(float, int, IConcurrentDictionary.IDictionaryAction<Float>, IConcurrentDictionary.IDictionaryAction<Float>) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Maps a float key in this dictionary.
mapFormula(IMdxFixedMember, boolean) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMemberMemorizer
Maps a member representing a formula as an member.
mapFromCell(IReadableCell) - Method in class com.qfs.dic.impl.ChristmasDictionary
 
mapFromCell(IReadableCell) - Method in class com.qfs.dic.impl.ChristmasDictionaryDouble
 
mapFromCell(IReadableCell) - Method in class com.qfs.dic.impl.Dictionary
 
mapFromCell(IReadableCell) - Method in class com.qfs.dic.impl.NullableDictionary
 
mapFromCell(IReadableCell) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
mapFromCell(IReadableCell) - Method in class com.qfs.dic.impl.StringDictionary
 
mapFromCell(IReadableCell) - Method in interface com.qfs.dic.IWritableDictionary.IDoubleDictionary
 
mapFromCell(IReadableCell) - Method in interface com.qfs.dic.IWritableDictionary.IFloatDictionary
 
mapFromCell(IReadableCell) - Method in interface com.qfs.dic.IWritableDictionary.IIntegerDictionary
 
mapFromCell(IReadableCell) - Method in interface com.qfs.dic.IWritableDictionary.ILongDictionary
 
mapFromCell(IReadableCell) - Method in interface com.qfs.dic.IWritableDictionary
Maps the value stored by a cell into this dictionary.
mapFromCell(IReadableCell) - Method in interface com.qfs.dic.IWritableIntegerArrayDictionary
 
MapGetAggregatesQuery - Class in com.quartetfs.biz.pivot.query.impl
Default implementation of IMapGetAggregatesQuery.
MapGetAggregatesQuery() - Constructor for class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
Default empty constructor.
MapGetAggregatesQuery(String, Collection<Map<String, String>>, Collection<String>, List<? extends IContextValue>) - Constructor for class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
Constructor.
MapGetAggregatesQuery(Collection<Map<String, String>>, Collection<String>) - Constructor for class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
Constructor.
MapGetAggregatesQueryConverter - Class in com.qfs.pivot.services.impl
Converter to convert a IMapGetAggregatesQuery can be converted into IGetAggregatesQuery.
MapGetAggregatesQueryConverter(IActivePivotVersion) - Constructor for class com.qfs.pivot.services.impl.MapGetAggregatesQueryConverter
Default constructor.
MapGetAggregatesQueryConverter(IActivePivotVersion, List<? extends IContextValue>) - Constructor for class com.qfs.pivot.services.impl.MapGetAggregatesQueryConverter
Constructor to use to replace the context value of the input query in the output query.
MapGetAggregatesQueryStreamingMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for map coordinates-based GetAggregatesQuery.
MapGetAggregatesQueryStreamingMonitor(IMapGetAggregatesQuery, String, String, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.MapGetAggregatesQueryStreamingMonitor
Constructor.
MapGetAggregatesStream - Class in com.quartetfs.biz.pivot.streaming.impl
The stream for IMapGetAggregatesQuery.
MapGetAggregatesStream(IMapGetAggregatesQuery, IStreamProperties, IStreamPublisher) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.MapGetAggregatesStream
Constructor.
mapInt(int) - Method in class com.qfs.dic.impl.AbstractDictionary
 
mapInt(int) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
mapInt(int) - Method in class com.qfs.dic.impl.BufferIntegerDictionary
 
mapInt(int) - Method in class com.qfs.dic.impl.ChristmasDictionaryInteger
 
mapInt(int) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
mapInt(int) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
mapInt(int) - Method in class com.qfs.dic.impl.IntegerDictionary
Map a new key in the dictionary and return the position at which the key was inserted (or the position at which the key was previously inserted).
mapInt(int) - Method in class com.qfs.dic.impl.NullableDictionary
 
mapInt(int) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
mapInt(int) - Method in interface com.qfs.dic.IWritableDictionary
Indexes an integer as a new key in the dictionary.
mapInt(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
mapInt(int, int, IConcurrentDictionary.IDictionaryAction<Integer>, IConcurrentDictionary.IDictionaryAction<Integer>) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Maps an int key in this dictionary.
MapJDBCSource - Class in com.qfs.msg.jdbc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
MapJDBCSource(IConnectionSupplier, String, int, int) - Constructor for class com.qfs.msg.jdbc.impl.MapJDBCSource
Deprecated, for removal: This API element is subject to removal in a future version.
MapJDBCSource(String, String, Properties) - Constructor for class com.qfs.msg.jdbc.impl.MapJDBCSource
Deprecated, for removal: This API element is subject to removal in a future version.
MapJDBCSource(String, String, Properties, String, int, int) - Constructor for class com.qfs.msg.jdbc.impl.MapJDBCSource
Deprecated, for removal: This API element is subject to removal in a future version.
mapKeys(Map<OldKeyT, ValueT>, Function<OldKeyT, NewKeyT>) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Creates a new unmodifiable Map with the keys transformed.
mapLeft(Function<U, W>) - Method in interface com.activeviam.util.function.IEither
Maps the left object if it exists.
mapLeft(Function<U, W>) - Method in class com.activeviam.util.function.impl.Either
 
mapLocalPoints(IPointLocationListTransporter) - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator
Maps the dictionarized values of the range coordinates expressed by the IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator.getLocalScope() into a IFixedLengthIntegerArrayDictionary.
mapLocation(ILocation) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalAggregatesRetrievalResult
Maps the given location into this result if it belongs to this retrieval's scope.
mapLocation(ILocation) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
mapLocation(ILocation) - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
mapLocation(ILocation) - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
mapLocation(ILocation) - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Maps the given location into this list if it is authorized by this list's scope.
mapLocation(ILocation) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Maps the given location.
mapLocation(ILocation, Map<ILocation, IScopeLocation>, IWritableDictionary<ILocation>, IColumn<IScopeLocation>, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Maps the given location.
mapLocationInScope(IPointLocationReader, int[]) - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
mapLocationInScope(IPointLocationReader, int[]) - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
mapLocationInScope(IPointLocationReader, int[]) - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Maps the given point location into this list using the given buffer.
mapLong(long) - Method in class com.qfs.dic.impl.AbstractDictionary
 
mapLong(long) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
mapLong(long) - Method in class com.qfs.dic.impl.ChristmasDictionaryLong
 
mapLong(long) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
mapLong(long) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
mapLong(long) - Method in class com.qfs.dic.impl.LongDictionary
Map a new key in the dictionary and return the position at which the key was inserted (or the position at which the key was previously inserted).
mapLong(long) - Method in class com.qfs.dic.impl.NullableDictionary
 
mapLong(long) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
mapLong(long) - Method in interface com.qfs.dic.IWritableDictionary
Indexes a long as a new key in the dictionary.
mapLong(long) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
mapLong(long, int, IConcurrentDictionary.IDictionaryAction<Long>, IConcurrentDictionary.IDictionaryAction<Long>) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Maps a long key in this dictionary.
mapMember(int[], int[], IMdxMember) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
Contributes a member to a tuple and bitmap points, mapping if necessary.
mapMember(int[], IMdxMember) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
Contributes a member to a bitmap points, mapping if necessary.
mapObject(K, int, IConcurrentDictionary.IDictionaryAction<K>, IConcurrentDictionary.IDictionaryAction<K>) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Maps a key in this dictionary.
MappedTuple - Class in com.quartetfs.fwk.util.impl
A Tuple (array of Objects) that is accessible from the java.util.Map interface.
MAPPEDTUPLE_NULL_FACTORY - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
MAPPEDTUPLE_NULL_TUPPLE - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
MappedTupleEnricher - Class in com.quartetfs.fwk.util.impl
Mapped tuple enricher implementation.
MappedTupleFactory - Class in com.quartetfs.fwk.util.impl
Mapped tuple factory implementation.
MappedTupleFactory(String...) - Constructor for class com.quartetfs.fwk.util.impl.MappedTupleFactory
Constructor from array of keys.
MappedTupleFactory(List<String>) - Constructor for class com.quartetfs.fwk.util.impl.MappedTupleFactory
Constructor from a list of keys.
MAPPER_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.MapperPostProcessor
The key of the property in which the mapping is stored in this post-processor description.
MapperPostProcessor - Class in com.activeviam.copper.pivot.pp
A post-processor that applies a function on its underlying measures.
MapperPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.MapperPostProcessor
Constructor.
mapping - Variable in class com.activeviam.copper.store.JoinCopperStore
List of the mappings of the join operations made to create this store.
mapping(Map<ILevelInfo, Set<FieldPath>>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
Mapping - Class in com.activeviam.copper.store
Representation of the join mapping between store field and cube levels.
Mapping(Map<FieldPath, IInternalCopperLevel>) - Constructor for class com.activeviam.copper.store.Mapping
Constructor.
MAPPING - Static variable in class com.activeviam.copper.agg.AJoinAnalysisAggregationProcedure
The name of the property that contains the mapping between the cube's selection and the isolated store.
Mapping.JoinData - Class in com.activeviam.copper.store
Class containing JoinType and default values for a given Copper join operation.
Mapping.JoinType - Enum in com.activeviam.copper.store
Enum of the types of supported joins in Copper.
mappingToProperties(Map<String, String>) - Static method in class com.quartetfs.biz.pivot.monitoring.impl.JSONSerialisationUtil
Decode propertes from a mapping.
mapPivotMember(IMdxHierarchy, IMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMemberMemorizer
Maps the given member to the given hierarchy, as an member.
mapPivotMembers(IMdxHierarchy, List<? extends IMember>) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMemberMemorizer
Maps the given members to the given hierarchy, as an member.
mapPivotMemberWithParent(IMdxPivotMember, IMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMemberMemorizer
Maps the given member to the given hierarchy using its parent, as an member.
mapPivotMemberWithPrevious(IMdxHierarchy, IAxisMember, IMdxPivotMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxMemberMemorizer
Maps the given member to the given hierarchy using a previously mapped member, as an member.
MapProperty<M extends Map> - Class in com.quartetfs.fwk.impl
Property used to access an element in a map.
MapProperty(String, String, Class<M>) - Constructor for class com.quartetfs.fwk.impl.MapProperty
Constructor.
mapReduceTransformAndContribute(IIterableAggregatesRetrievalResult, int[], IAggregationFunction, ITransformProcedure, ICellTransformProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
For Each point location in the given result, maps, reduces, and transforms the values associated with the location before contributing the resulting value into this result.
mapReduceTransformAndContribute(IIterableAggregatesRetrievalResult, int[], IAggregationFunction, ITransformProcedure, ICellTransformProcedure) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
mapReduceTransformInto(IIterableAggregatesRetrievalResult, int[], IMeasureMember, ITransformProcedure, IAggregationFunction, ICellTransformProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
For Each point location in the given result, maps, reduces, and transforms the values associated with the location before contributing the resulting value into this result.
mapRight(Function<V, W>) - Method in interface com.activeviam.util.function.IEither
Maps the right object if it exists.
mapRight(Function<V, W>) - Method in class com.activeviam.util.function.impl.Either
 
mapRow(ICursor) - Method in interface com.qfs.store.query.ICursorConverter
Converts a row of the cursor into a given object of type T.
mapRow(ICursor) - Method in class com.qfs.store.query.impl.MapCursorConverter
 
mapRows() - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
Starts building an IJDBCSource with map rows (Map<String, Object>).
mapScopeLocation(IScopeLocation, Map<ILocation, IScopeLocation>, IWritableDictionary<ILocation>, IColumn<IScopeLocation>) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Maps the cleansed version of the input IScopeLocation in the input dictionary.
mapToBoolean(SerializablePredicate<IArrayReader>) - Method in interface com.activeviam.copper.api.CopperMeasure
Maps the values contained in this measure to primitive booleans.
mapToBoolean(SerializablePredicate<IArrayReader>) - Method in interface com.activeviam.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields
Specifies the function to compute the final boolean result from the selected fields.
mapToBoolean(SerializablePredicate<IArrayReader>) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
mapToBoolean(SerializablePredicate<IArrayReader>) - Method in class com.activeviam.copper.measure.CopperMeasureCombination
Combines the values of the measures into a single one which result is of type boolean.
mapToBoolean(SerializablePredicate<IArrayReader>) - Method in class com.activeviam.copper.measure.InternalCopperStoreLookUpBuilder.InternalCopperStoreLookUpBuilderCombiningFields
 
mapToBoolean(SerializablePredicate<I>) - Method in interface com.activeviam.copper.api.CopperLevel
Creates a CopperLevelCondition that represents the evaluation of this predicate on each member value of this level.
mapToBoolean(SerializablePredicate<I>) - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
mapToDouble(SerializableToDoubleFunction<IArrayReader>) - Method in interface com.activeviam.copper.api.CopperMeasure
Maps the values contained in this measure to primitive doubles.
mapToDouble(SerializableToDoubleFunction<IArrayReader>) - Method in interface com.activeviam.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields
Specifies the function to compute a final result of type double from the selected fields.
mapToDouble(SerializableToDoubleFunction<IArrayReader>) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
mapToDouble(SerializableToDoubleFunction<IArrayReader>) - Method in class com.activeviam.copper.measure.CopperMeasureCombination
Combines the values of the measures into a single one which result is of type double.
mapToDouble(SerializableToDoubleFunction<IArrayReader>) - Method in class com.activeviam.copper.measure.InternalCopperStoreLookUpBuilder.InternalCopperStoreLookUpBuilderCombiningFields
 
mapToFloat(SerializableToFloatFunction<IArrayReader>) - Method in interface com.activeviam.copper.api.CopperMeasure
Maps the values contained in this measure to primitive floats.
mapToFloat(SerializableToFloatFunction<IArrayReader>) - Method in interface com.activeviam.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields
Specifies the function to compute a final result of type float from the selected fields.
mapToFloat(SerializableToFloatFunction<IArrayReader>) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
mapToFloat(SerializableToFloatFunction<IArrayReader>) - Method in class com.activeviam.copper.measure.CopperMeasureCombination
Combines the values of the measures into a single one which result is of type float.
mapToFloat(SerializableToFloatFunction<IArrayReader>) - Method in class com.activeviam.copper.measure.InternalCopperStoreLookUpBuilder.InternalCopperStoreLookUpBuilderCombiningFields
 
mapToFullLocation(BucketingAnalysisAggregationProcedure.BucketerContext, IPointLocationReader, IAggregatesLocationResult, IPointLocationBuilder, IAnalysisAggregationProcedure.ResultConsumer) - Method in class com.activeviam.copper.hierarchy.BucketingAnalysisAggregationProcedure
Deprecated.
 
mapToFullLocation(IPair<NavigableMap<Long, Object>, Collection<ICondition>>, IPointLocationReader, IAggregatesLocationResult, IPointLocationBuilder, IAnalysisAggregationProcedure.ResultConsumer) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy.TimeBucketProcedure
 
mapToFullLocation(ContextT, IPointLocationReader, IAggregatesLocationResult, IPointLocationBuilder, IAnalysisAggregationProcedure.ResultConsumer) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAnalysisAggregationProcedure
Maps coordinates of a standard location without analysis levels to a full location of the ActivePivot.
mapToFullLocation(I, IPointLocationReader, IAggregatesLocationResult, IPointLocationBuilder, IAnalysisAggregationProcedure.ResultConsumer) - Method in class com.activeviam.copper.agg.AJoinAnalysisAggregationProcedure
 
mapToInt(SerializableToIntFunction<IArrayReader>) - Method in interface com.activeviam.copper.api.CopperMeasure
Maps the values contained in this measure to primitive ints.
mapToInt(SerializableToIntFunction<IArrayReader>) - Method in interface com.activeviam.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields
Specifies the function to compute the final integer result from the selected fields.
mapToInt(SerializableToIntFunction<IArrayReader>) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
mapToInt(SerializableToIntFunction<IArrayReader>) - Method in class com.activeviam.copper.measure.CopperMeasureCombination
Combines the values of the measures into a single one which result is of type integer.
mapToInt(SerializableToIntFunction<IArrayReader>) - Method in class com.activeviam.copper.measure.InternalCopperStoreLookUpBuilder.InternalCopperStoreLookUpBuilderCombiningFields
 
mapToLong(SerializableToLongFunction<IArrayReader>) - Method in interface com.activeviam.copper.api.CopperMeasure
Maps the values contained in this measure to primitive longs.
mapToLong(SerializableToLongFunction<IArrayReader>) - Method in interface com.activeviam.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields
Specifies the function to compute a final result of type long from the selected fields.
mapToLong(SerializableToLongFunction<IArrayReader>) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
mapToLong(SerializableToLongFunction<IArrayReader>) - Method in class com.activeviam.copper.measure.CopperMeasureCombination
Combines the values of the measures into a single one which result is of type long.
mapToLong(SerializableToLongFunction<IArrayReader>) - Method in class com.activeviam.copper.measure.InternalCopperStoreLookUpBuilder.InternalCopperStoreLookUpBuilderCombiningFields
 
mapToObject(SerializableFunction<IArrayReader, Object>) - Method in interface com.activeviam.copper.api.CopperMultipleElements
Maps the elements by applying a lambda to their values.
mapToObject(SerializableFunction<IArrayReader, Object>) - Method in class com.activeviam.copper.measure.CopperElementCombination
 
MapTranslator - Class in com.qfs.msg.csv.translator.impl
Translator that produces Map objects instead of raw tuples.
MapTranslator() - Constructor for class com.qfs.msg.csv.translator.impl.MapTranslator
 
MapTreeProcedure<E,​R> - Class in com.quartetfs.biz.tree.impl
This procedure is similar to the LISP function map.
MapTreeProcedure(ITreeProcedure<? super E, ? extends R>, ITreeIteratorFactory<E>) - Constructor for class com.quartetfs.biz.tree.impl.MapTreeProcedure
 
mapTupleCoordinate(IMdxMember) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
Maps the input member.
MapTuplizer<K extends String,​V> - Class in com.qfs.msg.impl
Translator handling maps as input.
MapTuplizer(List<? extends K>) - Constructor for class com.qfs.msg.impl.MapTuplizer
Full constructor.
mapValues(BiFunction<K, V, ValueT>) - Method in interface com.activeviam.collections.ImmutableMap
Create a new map by applying a mapper to all the values contained in this map.
mapValues(BiFunction<K, V, ValueT>) - Method in class com.activeviam.collections.impl.ImmutableHashMap
 
mapValues(Map<KeyT, OlValueT>, Function<OlValueT, NewValueT>) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Creates a new unmodifiable Map with the values transformed.
MapValuesSupplier - Class in com.activeviam.copper.hierarchy
A values supplier mapping the values of an underlying values supplier.
MapValuesSupplier(IDistinctValuesSupplier, SerializableFunction<Object, Object>) - Constructor for class com.activeviam.copper.hierarchy.MapValuesSupplier
Constructor.
mapWithFlags(int[]) - Method in class com.qfs.dic.impl.AFixedLengthIntegerArrayDictionary
 
mapWithFlags(int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionary
 
mapWithFlags(int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
mapWithFlags(int[]) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
mapWithFlags(int[]) - Method in interface com.qfs.dic.IWritableIntegerArrayDictionary
Maps the given array into this dictionary.
mapWithFlags(int[]) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
MarginalDrillupMeasure - Class in com.activeviam.copper.measure
Copper measure which aggregates the value of its underlying measure up to the top-level default member for all hierarchies, except for a few specified hierarchies (called the marginalized hierarchies).
MarginalDrillupMeasure(IInternalCopperMeasure, MeasureMetadata, Collection<Collection<IInternalCopperHierarchy>>) - Constructor for class com.activeviam.copper.measure.MarginalDrillupMeasure
Default constructor.
MarginalDrillupMeasure.Factory - Class in com.activeviam.copper.measure
Factory for the MarginalDrillupMeasure.
MARGINALIZED_HIERARCHIES - Static variable in class com.activeviam.copper.pivot.pp.DrillupPostProcessor
The complement set of the parent hierarchies.
marginalTotalOn(CopperHierarchy...) - Method in interface com.activeviam.copper.api.CopperMeasure
Deprecated, for removal: This API element is subject to removal in a future version.
mark() - Method in interface com.qfs.store.IDatastoreVersion
Deprecated.
Marks this version to prevent it to be released.
mark() - Method in class com.qfs.store.impl.DatastoreVersion
 
mark() - Method in class com.qfs.store.query.impl.SelectedStore
 
mark() - Method in interface com.qfs.store.query.ISelectedStore
 
mark(int) - Method in class com.activeviam.io.MarkableFileInputStream
 
mark(int) - Method in class com.qfs.util.tar.impl.TarInputStream
Since we do not support marking just yet, we do nothing.
MarkableFileInputStream - Class in com.activeviam.io
An file input stream class that supports marking, using its underlying channel.
MarkableFileInputStream(FileInputStream) - Constructor for class com.activeviam.io.MarkableFileInputStream
Constructor.
markAccessed(IEvictionCache.IEvictionCacheEntry) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionCache
Notifies the cache that this entry has been recently accessed.
markAccessed(IEvictionCache.IEvictionCacheEntry) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.LRUEvictionCache
 
markAsDiscarded() - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexVersion
 
markAsDiscarded() - Method in class com.qfs.index.impl.SecondaryRecordIndexVersion
 
markAsDiscarded() - Method in class com.qfs.index.impl.UniqueRecordIndexVersion
 
markAsDiscarded() - Method in interface com.qfs.multiversion.squash.IDiscardableVersion
Marks this version as destroyed.
markAsDiscarded() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedAggregateProviderVersion
 
markAsDiscarded() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
markAsDiscarded() - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition.AggregateProviderPartitionVersion
 
markAsDiscarded() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderVersion
 
markAsDiscarded() - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
markAsDiscarded() - Method in class com.qfs.store.impl.FencedColumnarRecordSetVersion
 
markAsDiscarded() - Method in class com.qfs.store.impl.StorePartitionVersion
 
markAsDiscarded() - Method in class com.qfs.store.impl.StoreVersion
 
markAsDiscarded() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
markAsDiscarded() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
markAsDiscarded() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
markAsOldestVersion() - Method in class com.qfs.multiversion.impl.ABasedVersion
Marks this version as the oldest version.
markAsOldestVersion() - Method in class com.qfs.multiversion.impl.ATransactionalVersion
Puts this version to the base as the oldest version.
markAsOldestVersion() - Method in interface com.qfs.multiversion.squash.ISquashableIntegerArrayVersion
Puts this version to the base as the oldest version.
markAsOldestVersion() - Method in interface com.qfs.multiversion.squash.ISquashableLongArrayVersion
Puts this version to the base as the oldest version.
markAsRead() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
Marks the message as read.
markAsRead(long) - Method in interface com.qfs.snl.messages.IMessageService.IMessageBox
Marks the message as read.
markAsRead(long) - Method in class com.qfs.snl.messages.impl.MessageBox
 
markAsRead(long) - Method in interface com.qfs.snl.rs.IMessageRestService
Marks a message as read for the currently logged user.
markAsRead(long) - Method in class com.qfs.snl.rs.impl.MessageRestServiceController
 
markCellPropertiesPlanned() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.TupleExecTask
 
markDeleted(long) - Static method in class com.qfs.store.impl.ColumnarRecordSet
Returns the value in the version column corresponding to a row that has been deleted at the given epoch.
MarkdownPrinter - Class in com.qfs.pivot.testing.impl
Print a cell set in a markdown format that can be understood by Confluence to quickly add tables representing these cellSets in Confluence articles.
MarkdownPrinter(MdxCellSet) - Constructor for class com.qfs.pivot.testing.impl.MarkdownPrinter
 
MarkedPositionsProxyWritableArray - Class in com.qfs.store.impl.arrays
Proxy to know if the specified positions has been written to.
MarkedPositionsProxyWritableArray(IRecordSet, int[]) - Constructor for class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
The main constructor.
markEpoch(long) - Method in interface com.qfs.multiversion.IEpochHistory
Marks to retain the version at the given epoch.
markEpoch(long) - Method in class com.qfs.multiversion.impl.VersionHistory
 
markEpoch(long) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
markHead() - Method in interface com.qfs.multiversion.IEpochHistory
Marks the head of the master branch.
markHead() - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
markHead(String) - Method in interface com.qfs.multiversion.IEpochHistory
Marks the head of the branch.
markHead(String) - Method in class com.qfs.multiversion.impl.VersionHistory
 
markHead(String) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
markHeadAsReadOnly() - Method in class com.qfs.store.impl.StorePartitionWorkUnitQueue
Marks the current unit stored in the StorePartitionWorkUnitQueue.head as read-only by replacing it by a new node containing a unit of type IStorePartitionWorkUnit.WorkType.Noop and returns the read-only stored unit or null if the head is null or already contains a NoopUnit.
markImmutable() - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
markImmutable() - Method in class com.qfs.store.impl.ChunkSetRecordBlock
 
markImmutable() - Method in class com.qfs.store.record.impl.ARecordBlock
 
markImmutable() - Method in class com.qfs.store.record.impl.FilteredRecordBlock
 
markImmutable() - Method in class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
 
markImmutable() - Method in interface com.qfs.store.record.IRecordBlock
Raises up the immutable flag to tell writers not to reuse this block.
markImmutable() - Method in class com.quartetfs.biz.pivot.test.util.DummyRecordBlock
 
markInitialTransactionAsImpossible() - Method in class com.qfs.store.impl.MultiVersionStore
 
markInitialTransactionAsImpossible() - Method in class com.qfs.store.impl.MultiVersionStorePartition
 
markInitialTransactionAsImpossible() - Method in class com.qfs.store.impl.StoreBase
Marks this base to forbid the initial transaction.
markInitialTransactionAsImpossible() - Method in class com.qfs.store.impl.StorePartitionBase
Indicates that all transactions started on this store will now be of type TransactionType.INCREMENTAL.
markInitialTransactionAsImpossible() - Method in interface com.qfs.store.IMultiVersionStore
Indicates that all transactions started on this store will now be of type TransactionType.INCREMENTAL.
markInitialTransactionAsImpossible() - Method in interface com.qfs.store.IMultiVersionStorePartition
Indicates that all transactions started on this store will now be of type TransactionType.INCREMENTAL.
markObsolete(StoreVersion, StoreTransaction) - Method in class com.qfs.store.impl.StoreVersion
 
markObsolete(V, T) - Method in class com.qfs.multiversion.impl.ABasedVersion
Marks this version as obsolete, meaning that this version is no longer the most recent one.
markObsolete(V, T) - Method in class com.qfs.multiversion.impl.ATransactionalVersion
Marks this version as obsolete, meaning that this version is no longer the most recent one.
markOverflow() - Method in interface com.qfs.pivot.cube.provider.IExpandLocationsResult
Mark this result as having overflowed.
markOverflow() - Method in class com.qfs.pivot.cube.provider.impl.ExpandLocationResult
 
markReadOnly() - Method in class com.qfs.store.impl.AStorePartitionRecordUnit
 
markReadOnly() - Method in class com.qfs.store.impl.AStorePartitionWorkUnit
 
markReadOnly() - Method in class com.qfs.store.impl.NoopUnit
 
markReadOnly() - Method in interface com.qfs.store.IStorePartitionWorkUnit
Turns this unit into a read-only version of this work.
markReadOnly(int) - Method in class com.qfs.column.impl.ColumnPositiveInteger
Marks a given chunk as read only.
markSlicedContext() - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
 
markSlicedContext() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
markSlicedContext() - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
Called to snapshot the context after slicer application.
markSupported() - Method in class com.activeviam.io.MarkableFileInputStream
 
markSupported() - Method in class com.qfs.util.tar.impl.TarInputStream
Since we do not support marking just yet, we return false.
markVisited(ADependencyNode) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Returns whether this is the first time that this node is visited by this visitor.
markVisitedFromChild(ADependencyNode) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Returns whether the input node has been visited by all its children.
markVisitedFromParent(ADependencyNode) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Returns whether the input node has been visited by all its parents.
marshal(BoundType) - Method in interface com.quartetfs.biz.pivot.impl.IAdapter
 
marshal(IDrillthroughHeader) - Method in class com.quartetfs.biz.pivot.impl.DrillthroughHeaderAdapter
 
marshall(IResultSet, OutputStream, IXmlaContext, IXmlaError) - Method in interface com.quartetfs.biz.xmla.IResponseMarshaller
Marshal.
marshall(IResultSet, OutputStream, IXmlaContext, IXmlaError) - Method in class com.quartetfs.biz.xmla.servlet.impl.AResponseMarshaller
 
mAS() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mask - Static variable in class com.quartetfs.biz.xmla.compression.impl.Decompressor
Mask for first, second, third and fourth bytes.
mask - Static variable in class com.quartetfs.biz.xmla.compression.impl.LZFMatcher
Mask for first, second, third and fourth bytes.
mask - Static variable in class com.quartetfs.biz.xmla.compression.UtilsCompression
 
mask() - Method in class com.qfs.dic.impl.AbstractHash.BufferHashTable
 
mask() - Method in interface com.qfs.dic.impl.AbstractHash.HashTable
Returns the mask to apply to an integer before putting it into a slot.
mask() - Method in class com.qfs.dic.impl.AbstractHash.LargeBufferHashTable
 
mask() - Method in class com.qfs.dic.impl.AbstractHash.LargeHashTable
 
mask() - Method in class com.qfs.dic.impl.AbstractHash.StandardHashTable
 
mask() - Method in class com.qfs.dic.impl.AbstractHash.VeryLargeHashTable
 
MASK_EIGHT_BYTE - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil.MultiByteInteger
 
MASK_FIRST_OF_TWO_ARGS - Static variable in interface com.qfs.store.record.flatten.IRecordFlattener
Bits storing the first argument of an instruction having two args.
MASK_INSTRUCTION_TYPE - Static variable in interface com.qfs.store.record.flatten.IRecordFlattener
Bits indicating the type of instruction.
MASK_INVERSION_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.MaskPostProcessor
The name of the property determining whether the mask is inverted or not.
MASK_ONLY_ONE_ARG - Static variable in interface com.qfs.store.record.flatten.IRecordFlattener
Bits storing the argument of an instruction having only one arg.
MASK_PREFIX - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
 
MASK_SECOND_OF_TWO_ARGS - Static variable in interface com.qfs.store.record.flatten.IRecordFlattener
Bits storing the second argument of an instruction having two args.
MASK_SEVEN_BYTES - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil.MultiByteInteger
 
MASK_TYPE_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.MaskPostProcessor
The name of the property determining the type of masking performed by the postprocessor.
MASK_URI - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
 
maskAtOrBelow() - Method in interface com.activeviam.copper.api.CopperMeasureToAggregateAbove
Masks the aggregated values at or below any of the defined leaf levels.
maskAtOrBelow() - Method in class com.activeviam.copper.measure.CopperMeasureToAggregateAboveBuilder
 
maskAtOrBelow(AggregationLevels) - Method in interface com.activeviam.copper.api.CopperMeasureToAggregateAbove
Masks the aggregated values at or below either ANY or ALL the defined levels.
maskAtOrBelow(AggregationLevels) - Method in class com.activeviam.copper.measure.CopperMeasureToAggregateAboveBuilder
 
maskInteger - Static variable in class com.quartetfs.biz.xmla.compression.UtilsCompression
 
MaskMeasure - Class in com.activeviam.copper.measure
A Copper measure that creates MaskPostProcessor to only compute aggregates if the required levels of its underlying measure are expressed in query's location.
MaskMeasure(MeasureMetadata, IInternalCopperMeasure, List<IInternalCopperLevel>, AggregationLevels, boolean) - Constructor for class com.activeviam.copper.measure.MaskMeasure
Full constructor.
MaskMeasure.Factory - Class in com.activeviam.copper.measure
Factory for the MaskMeasure.
MaskPostProcessor - Class in com.activeviam.copper.pivot.pp
A post processor masking its underlying measure if some levels are not provided in the input location.
MaskPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.MaskPostProcessor
Constructor.
MASTER_BRANCH_NAME - Static variable in interface com.qfs.multiversion.IEpoch
The name of the default branch.
MASTER_BRANCH_NAME_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property to configure the name of the branch on which the real data are.
masterBranch() - Static method in class com.quartetfs.biz.pivot.context.impl.Branch
Returns an instance which selects the master branch.
mASTERISK() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
match() - Method in interface com.quartetfs.pivot.mdx.plan.impl.BitmapMatcherBuilder.IBitmapMatcher
This is going to match this BitmapMatcherBuilder.IBitmapMatcher against its underlying bitmap index, and return the resulting bitmap for the matching points.
match(int) - Method in interface com.qfs.bitmap.IMatchProcedure
Calls the procedure with a row at which there is a match.
match(IMatchProcedure) - Method in interface com.quartetfs.pivot.mdx.plan.impl.BitmapMatcherBuilder.IBitmapMatcher
This is going to match this BitmapMatcherBuilder.IBitmapMatcher against its underlying bitmap index, and run the procedure for those matches.
match(Type[]) - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFixedFunctionDefinition
 
match(Type[]) - Method in class com.quartetfs.pivot.mdx.func.base.impl.AOptionalArgumentsInSerieFunctionDefinition
 
match(Type[]) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ASingleOptionalArgFunctionDefinition
 
match(Type[]) - Method in class com.quartetfs.pivot.mdx.func.base.impl.AVarArgSingleTypeFunctionDefinition
 
match(Type[]) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.ActiveMeasureFunction.ActiveMeasureFunctionDefinition
 
match(Type[]) - Method in class com.quartetfs.pivot.mdx.func.impl.ATopBottomXFunctionDefinition
 
match(Type[]) - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionDefinition
Returns whether this function signature matches the input argument types.
match(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.APatternMatcherFactory.MatchAllStringMatcher
 
match(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.PatternMatcherFactoryCaseInsensitive.CaseInsensitiveEqualStringMatcher
 
match(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.PatternMatcherFactoryCaseSensitive.CaseSensitiveEqualStringMatcher
 
match(String) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IPatternMatcher
Checks if the given value matches the pattern IPatternMatcher.getPattern().
MATCH_FROM_ALLOWED_RATIO_THRESHOLD - Static variable in interface com.qfs.bitmap.IBitmapIndex
The maximum ratio between the number of members in a filter and the number of members in the level for which to compute the accepted members from the matching bitmaps in the index.
matchBitmap(int[]) - Method in interface com.qfs.bitmap.IBitmapIndex
Matching algorithm: AND the bitmaps of each level value that is explicitly set in the pattern (different from ANY).
matchBitmap(int[]) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
matchBitmap(int[]) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
matchBitmap(int[][]) - Method in interface com.qfs.bitmap.IBitmapIndex
Matching algorithm: When the pattern defines several predicates for one level, OR the bitmaps of the predicates together, then AND the bitmaps of each level that is different from ANY.
matchBitmap(int[][]) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
matchBitmap(int[][]) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
matchBitmap(int[][], IBitmap) - Method in interface com.qfs.bitmap.IBitmapIndex
Matching algorithm: When the pattern defines several predicates for one level, apply the filter, OR the bitmaps of the predicates together, then AND the bitmaps of each level that is different from ANY.
matchBitmap(int[][], IBitmap) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
matchBitmap(int[][], IBitmap) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
matchBitmap(int[], boolean) - Method in interface com.qfs.bitmap.IBitmapIndex
Matching algorithm: AND the bitmaps of each level value that is explicitly set in the pattern (different from ANY).
matchBitmap(int[], boolean) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
matchBitmap(int[], boolean) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
matchBitmap(int[], IBitmap) - Method in interface com.qfs.bitmap.IBitmapIndex
Matching algorithm: apply the filter, and AND the bitmaps of each level value that is explicitly set in the pattern (different from ANY).
matchBitmap(int[], IBitmap) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
matchBitmap(int[], IBitmap) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
matchBitmap(int[], IBitmap, boolean) - Method in interface com.qfs.bitmap.IBitmapIndex
Matching algorithm: apply the filter, and AND the bitmaps of each level value that is explicitly set in the pattern (different from ANY).
matchBitmap(int[], IBitmap, boolean) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
matchBitmap(int[], IBitmap, boolean) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
MatchedPartitionIdsRetriever(HierarchicalPartitioning, int[], int[], int[]) - Constructor for class com.qfs.store.part.impl.PartitioningNodeWalkers.MatchedPartitionIdsRetriever
Constructor.
matches() - Method in interface com.qfs.pivot.mdx.compil.ICompilationArguments
True if the ICompilationMatcher matched, false otherwise.
matches() - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.CompilationArguments
 
matches(Object) - Method in interface com.qfs.chunk.IChunkSingleValue
Returns whether the value matches the value stored in the chunk or not.
matches(Object) - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
matches(Object) - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
matches(Object) - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
matches(Object) - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
matches(Object) - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
matches(Object) - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
matches(Object) - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
matches(String) - Method in interface com.qfs.msg.keyvalue.IKeyMatcher
 
matches(ConditionContext, AnnotatedTypeMetadata) - Method in class com.qfs.websocket.server.cfg.impl.AWebSocketServiceConfig.DefaultWsCondition
 
matchFrom(int) - Method in interface com.quartetfs.biz.xmla.compression.IBackwardMatcher
 
matchFrom(int) - Method in class com.quartetfs.biz.xmla.compression.impl.LZFMatcher
Main function of the matcher, if there is a place backwards that matches this sequence we return the place of the match otherwise we return null.
matchFrom(int) - Method in class com.quartetfs.biz.xmla.compression.impl.StandardMatcher
Main function of the matcher, if there is a place backwards that matches this sequence we return the place of the match otherwise we return null.
matchFromExcludedValues(int, TIntArrayList, IBitmap) - Method in interface com.qfs.bitmap.IBitmapIndex
Computes the IBitmap that will match the given values at the given level, using the complement of the given values.
matchFromIncludedValues(int, TIntArrayList, IBitmap) - Method in interface com.qfs.bitmap.IBitmapIndex
Computes the IBitmap that will match the given values at the given level, directly using the values.
matchInCondition(int, TIntArrayList, IBitmap, IBitmap) - Method in interface com.qfs.bitmap.IBitmapIndex
Computes the IBitmap that will match the given values at the given level.
MatchingCondition - Class in com.quartetfs.fwk.filtering.impl
Base class for matching conditions.
MatchingConditionExtendedPlugin - Class in com.quartetfs.fwk.filtering.impl
Explicit implementation of the IDimension plugin.
MatchingConditionExtendedPlugin() - Constructor for class com.quartetfs.fwk.filtering.impl.MatchingConditionExtendedPlugin
Constructor.
MatchingRowsHolder - Class in com.qfs.store.query.plan.impl
HashMap based implementation of an IMatchingRowsHolder.
MatchingRowsHolder(ITreeStoreNode) - Constructor for class com.qfs.store.query.plan.impl.MatchingRowsHolder
Constructor.
matchKeyword(IExpression, IContextBase, IFunctionKeyword, String) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Throw an exception is the keyword represented by expression is not equal to the expectedValue
matchProcedure(int[][], IMatchProcedure, IBitmap...) - Method in interface com.qfs.bitmap.IBitmapIndex
Perform a search on the index and call a match procedure for each row at which there is a match.
matchProcedure(int[][], IMatchProcedure, IBitmap...) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
matchProcedure(int[][], IMatchProcedure, IBitmap...) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
matchProcedure(int[], IMatchProcedure, IBitmap...) - Method in interface com.qfs.bitmap.IBitmapIndex
Perform a search on the index and call a match procedure for each row at which there is a match.
matchProcedure(int[], IMatchProcedure, IBitmap...) - Method in class com.qfs.bitmap.impl.ABitmapIndex
 
matchProcedure(int[], IMatchProcedure, IBitmap...) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
MatchResult - Class in com.quartetfs.pivot.mdx.func.base.impl
Basic implementation of a IMatchResult.
MatchResult(Type[], int) - Constructor for class com.quartetfs.pivot.mdx.func.base.impl.MatchResult
Full constructor.
MatchRowMergingPolicy - Class in com.qfs.store.query.plan.impl
IRowMergingPolicy used when performing a query.
MatchRowMergingPolicy() - Constructor for class com.qfs.store.query.plan.impl.MatchRowMergingPolicy
 
MATH_TOOL - Static variable in class com.qfs.snl.cfg.impl.MessagingConfiguration
Velocity tool to perform basic mathematical operations.
max() - Method in interface com.activeviam.copper.api.CopperMeasureToAggregateAbove
Aggregates the values on the defined leaf levels using the max aggregation.
max() - Method in class com.activeviam.copper.measure.CopperMeasureToAggregateAboveBuilder
 
max() - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
max() - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
max(int[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Gets the biggest value in the given array.
max(CopperMeasure) - Static method in class com.activeviam.copper.api.Copper
Starts defining an aggregation analytic function with the max function.
max(CopperStoreField) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure by aggregating a field from a store linked to the cube using the MaxFunction aggregation.
max(String) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure by aggregating a field from the selection using the max aggregation.
max(String) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilder
 
MAX - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Statistics key - max duration.
MAX - Static variable in class com.quartetfs.fwk.monitoring.impl.QuantityMonitor
 
MAX - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
MAX_AVG_COMPUTE_IMPACTS_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Statistics key - max avg compute impacts duration.
MAX_AVG_COMPUTE_IMPACTS_STREAM - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Statistics key - max avg compute impacts duration with stream.
MAX_AVG_EVENT - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Statistics key - max avg event duration.
MAX_AVG_EVENT_STREAM - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Statistics key - max avg event stream.
MAX_AVG_QUERY_EVALUATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Statistics key - max avg query evaluation duration.
MAX_AVG_QUERY_EVALUATION_STREAM - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Statistics key - max avg query evaluation stream with stream.
MAX_AVG_QUERY_TOTAL_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Statistics key - max avg query total time.
MAX_AVG_QUERY_TOTAL_STREAM - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Statistics key - max avg query total time with stream.
MAX_AVG_QUERY_UPDATE_PUBLICATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Statistics key - max avg query update publication time.
MAX_AVG_QUERY_UPDATE_PUBLICATION_STREAM - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Statistics key - max avg query update publication time with stream.
MAX_BATCHES_PER_FILE_PROPERTY - Static variable in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Maximum number of batches per files property key.
MAX_BROADCAST_DURATION - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
MAX_CALL_STACK_DEPTH - Static variable in interface com.quartetfs.pivot.mdx.IExecutionContext
The maximum call depth.
MAX_CALL_STACK_DEPTH_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that sets the maximum MDX call depth.
MAX_COMPUTE_IMPACTS_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Statistics key - max impact computation duration.
MAX_COMPUTE_IMPACTS_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Statistics key - max compute impacts duration.
MAX_DURATION_MESSAGES - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
MAX_DURING_THREAD_NUMBER_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property to configure the number of threads allocated by the application to trigger updates when using the function PAST_PERIODS.
MAX_EVENT - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Statistics key - max event duration.
MAX_EVENT_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - max event duration.
MAX_EVENT_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Statistics key - max event duration.
MAX_EVENT_STREAM - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Statistics key - max event stream.
MAX_EXECUTE_DURATION - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
MAX_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
MAX_HISTORY_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
MAX_IMPACT_SIZE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that defines the maximum impact size above which a full (range) impact is returned for a given event.
MAX_KINDBIT - Static variable in class com.quartetfs.biz.xmla.compression.impl.ACompressor
Maximum length of literal run for LZF encoding.
MAX_LINES_PER_FILE_PROPERTY - Static variable in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Maximum number of lines per files property key.
MAX_LOOKUPS_ON_SECONDARY_INDEX - com.activeviam.properties.impl.ActiveViamProperty
Property configuring the maximal number of look-ups generated for a single condition on Secondary Index.
MAX_LOOKUPS_ON_UNIQUE_INDEX - com.activeviam.properties.impl.ActiveViamProperty
Property configuring the maximal number of look-ups generated for a single condition on Unique Index.
MAX_NUMBER_OF_RESULTS_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessorOnTheFlyPattern
Specifies the FilteringPostProcessorOnTheFlyPattern.maxNumberOfResults.
MAX_PENDING_DISCOVERIES_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The property used to configure the maximum number of pending initial discoveries that this instance can tolerate before refusing new ones.
MAX_PLAN_RETRIEVALS_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Statistics key - max retrieval planning duration.
MAX_PLAN_RETRIEVALS_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Statistics key - max planned retrievals duration.
MAX_PROCESS_DURATION - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
MAX_QUERY_EVALUATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Statistics key - max query evaluation duration.
MAX_QUERY_TOTAL_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Statistics key - max query total time.
MAX_QUERY_UPDATE_PUBLICATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Statistics key - max query update publication time.
MAX_QUERY_UPDATE_PUBLICATION_EPOCH_ID - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Statistics key - max query update publication epoch id.
MAX_RANGE_OPERANDS_WITH_MULTIPLE_VALUES - com.activeviam.properties.impl.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_RECEIVED_MESSAGE_SIZE - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic name.
MAX_REF - Static variable in class com.quartetfs.biz.xmla.compression.impl.LZFMatcher
Maximum length of matching.
MAX_REF - Static variable in class com.quartetfs.biz.xmla.compression.impl.StandardMatcher
Maximum length of matching.
MAX_REPLY_SIZE - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
MAX_RESULTS_UNDEFINED - Static variable in interface com.quartetfs.fwk.query.IListQuery
Constants representing IListQuery.getMaxResults() value if undefined.
MAX_ROWS - Static variable in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
 
MAX_SENT_MESSAGE_SIZE - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
Statistic key.
MAX_SIZE_CODEC - Static variable in class com.qfs.rest.services.RestServiceUtils
The size of buffers in Webclients.
MAX_SIZE_MAP - Static variable in class com.qfs.messenger.netty.streaming.impl.NettyStreamUtils
The map holding max size limits per message type.
MAX_SIZE_PROVIDER - Static variable in class com.qfs.messenger.netty.streaming.impl.NettyStreamUtils
Provider for retrieving the max size in bytes for a given message type.
MAX_SIZE_WEBCLIENT_CODEC - com.activeviam.properties.impl.ActiveViamProperty
System property that configures the max size of webclient buffers in remote classes.
MAX_STACKTRACE_DEPTH - Static variable in class com.qfs.chunk.direct.allocator.impl.TrackerNativeMemoryAllocator
The maximum depth of the stacktrace.
MAX_STACKTRACE_DEPTH_DEFAULT - Static variable in class com.qfs.chunk.direct.allocator.impl.TrackerNativeMemoryAllocator
The default maximum depth of the stacktrace.
MAX_STACKTRACE_DEPTH_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that sets maximum depth of the stacktrace in case sampling is enabled.
MAX_TOTAL_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousHandlerStatistics
Statistics key - max total duration.
MAX_TRANSACTIONAL_EVENTS_DELAY_TIME_PROPERTY - com.activeviam.properties.impl.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 - com.activeviam.properties.impl.ActiveViamProperty
Property that sets the maximum size of the transaction queue for the master branch before we stop accepting transactions.
MAX_UPDATE_COMPUTATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - max event update computation duration.
MAX_UPDATE_NOTIFICATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - max event update notification duration.
MAX_UPDATE_TIME - Static variable in class com.quartetfs.biz.pivot.streaming.impl.StreamNodeStatistics
Statistic key - The max MDX result update timing.
MAX_WORKFLOWS_PROCESSING_TIME - Static variable in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Max time attribute.
MAX_XMLA_BUFFER_SIZE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Sets the maximum buffer size in bytes for an XMLA response.
maxAxisIndex(Collection<IMdxCellSetAxis>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Finds the highest axis index.
maxAxisIndex(List<AxisDTO>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Finds the highest axis index.
maxDataBlock - Variable in class com.quartetfs.biz.xmla.compression.impl.LZFCompressor
 
maxDataBlock - Variable in class com.quartetfs.biz.xmla.compression.impl.StandardCompressor
Max block data length.
MaxFunction - Class in com.qfs.agg.impl
Append only MAX aggregation function.
MaxFunction - Class in com.quartetfs.pivot.mdx.func.impl
Max function.
MaxFunction() - Constructor for class com.qfs.agg.impl.MaxFunction
 
MaxFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MaxFunction
 
MaxFunction.MaxBindingDouble - Class in com.qfs.agg.impl
Max binding for the 'double' data type.
MaxFunction.MaxBindingDoubleNullable - Class in com.qfs.agg.impl
Max binding for the nullable 'double' data type.
MaxFunction.MaxBindingFloat - Class in com.qfs.agg.impl
Max binding for the 'float' data type.
MaxFunction.MaxBindingFloatNullable - Class in com.qfs.agg.impl
Max binding for the nullable 'float' data type.
MaxFunction.MaxBindingInt - Class in com.qfs.agg.impl
Max binding for the 'int' data type.
MaxFunction.MaxBindingIntNullable - Class in com.qfs.agg.impl
Max binding for the nullable 'int' data type.
MaxFunction.MaxBindingLong - Class in com.qfs.agg.impl
Max binding for the 'long' data type.
MaxFunction.MaxBindingLongNullable - Class in com.qfs.agg.impl
Max binding for the nullable 'long' data type.
MaxFunction.MaxBindingObject - Class in com.qfs.agg.impl
 
MaxHeapDouble - Class in com.qfs.heap.impl
A heap with the ability to store primitive doubles.
MaxHeapDouble(int) - Constructor for class com.qfs.heap.impl.MaxHeapDouble
Constructs a heap with a maximum capacity.
MaxHeapDoubleWithIndices - Class in com.qfs.heap.impl
A heap with the ability to store primitive doubles.
MaxHeapDoubleWithIndices(int) - Constructor for class com.qfs.heap.impl.MaxHeapDoubleWithIndices
Constructs a heap with a maximum capacity.
MaxHeapFloat - Class in com.qfs.heap.impl
A heap with the ability to store primitive floats.
MaxHeapFloat(int) - Constructor for class com.qfs.heap.impl.MaxHeapFloat
Constructs a heap with a maximum capacity.
MaxHeapFloatWithIndices - Class in com.qfs.heap.impl
A heap with the ability to store primitive floats.
MaxHeapFloatWithIndices(int) - Constructor for class com.qfs.heap.impl.MaxHeapFloatWithIndices
Constructs a heap with a maximum capacity.
MaxHeapInteger - Class in com.qfs.heap.impl
A heap with the ability to store primitive ints.
MaxHeapInteger(int) - Constructor for class com.qfs.heap.impl.MaxHeapInteger
Constructs a heap with a maximum capacity.
MaxHeapIntegerWithIndices - Class in com.qfs.heap.impl
A heap with the ability to store primitive ints.
MaxHeapIntegerWithIndices(int) - Constructor for class com.qfs.heap.impl.MaxHeapIntegerWithIndices
Constructs a heap with a maximum capacity.
MaxHeapLong - Class in com.qfs.heap.impl
A heap with the ability to store primitive longs.
MaxHeapLong(int) - Constructor for class com.qfs.heap.impl.MaxHeapLong
Constructs a heap with a maximum capacity.
MaxHeapLongWithIndices - Class in com.qfs.heap.impl
A heap with the ability to store primitive longs.
MaxHeapLongWithIndices(int) - Constructor for class com.qfs.heap.impl.MaxHeapLongWithIndices
Constructs a heap with a maximum capacity.
MaxHistoryFunction - Class in com.qfs.agg.impl
Light plugin value for the Max IAggregationFunction.
MaxHistoryFunction() - Constructor for class com.qfs.agg.impl.MaxHistoryFunction
Constructor.
MaxHistoryFunction.History - Class in com.qfs.agg.impl
MAX Aggregation function history.
MAXIMAL_ARGS_VALUE - Static variable in interface com.qfs.store.record.flatten.IRecordFlattener
Maximal value that can be store in one of the args when an instruction has two args.
maximumValue() - Method in interface com.activeviam.contextservice.metadata.IDoubleContextMetadata
Not null if isRange is true.
maximumValue() - Method in interface com.activeviam.contextservice.metadata.IIntegerContextMetadata
Not null if isRange is true.
mAXIS() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
maxLevelPerHierarchy - Variable in class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
List of max level count for each hierarchy.
maxLevelPerHierarchy - Variable in class com.qfs.pivot.json.cellset.AxisData
The maximum number of levels per hierarchy .
maxLoggedAnomalies - Static variable in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
The maximum number of anomalies that will be logged by this report.
MaxRows - com.quartetfs.biz.xmla.constants.Keyword
 
MAXROWS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MAXROWS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
MAXROWS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
MaxRowsRecord(boolean, int) - Constructor for class com.quartetfs.biz.pivot.query.impl.DrillthroughUtils.MaxRowsRecord
 
maxSize() - Method in class com.quartetfs.pivot.mdx.utils.impl.CyclicArray
 
maxSubQueriesAllowedInMultiStepsQuery() - Method in interface com.activeviam.database.commons.api.settings.IDirectQueryBaseSettings
A query clustered by too many fields or by fields with a high cardinality can be divided in lots of sub queries.
MB - Static variable in class com.activeviam.io.LimitedByteArrayOutputStream
One megabyte.
MB - Static variable in class com.quartetfs.fwk.util.MessageUtil
1 MiB.
MBeanAttributeComparator - Class in com.quartetfs.fwk.monitoring.jmx.impl
Simple comparator for sorting MBeanAttributes alphabetically.
MBeanAttributeComparator() - Constructor for class com.quartetfs.fwk.monitoring.jmx.impl.MBeanAttributeComparator
 
MBeanOperationComparator - Class in com.quartetfs.fwk.monitoring.jmx.impl
Simple comparator for sorting MBeanOperations alphabetically.
MBeanOperationComparator() - Constructor for class com.quartetfs.fwk.monitoring.jmx.impl.MBeanOperationComparator
 
mCASE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mCBRACKET() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mCELL() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mCHAPTERS() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mCOLON() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mCOLUMNS() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mCOMMA() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mCOMMENT() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mCREATE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MDDATASET_UNSUPP_FORMAT - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
MDDataSetToTableConverter - Class in com.quartetfs.pivot.mdx.utils.impl
Print a MDDataSet into a table.
MDDataSetToTableConverter(IMDDataSet) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter
 
MDDataSetToTableConverter.CSVTableOutput - Class in com.quartetfs.pivot.mdx.utils.impl
 
MDDataSetToTableConverter.ITableOutput - Interface in com.quartetfs.pivot.mdx.utils.impl
 
MDDISPINFO_DRILLED_DOWN - Static variable in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
 
MDDISPINFO_SAME_PARENT_AS_PREV - Static variable in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
 
mDIMENSION() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mDIMENSIONS_COUNT() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MDMEASURE_AGGR_AVG - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MeasuresHandler
 
MDMEASURE_AGGR_CALCULATED - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MeasuresHandler
 
MDMEASURE_AGGR_COUNT - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MeasuresHandler
 
MDMEASURE_AGGR_MAX - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MeasuresHandler
 
MDMEASURE_AGGR_MIN - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MeasuresHandler
 
MDMEASURE_AGGR_NONE - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MeasuresHandler
 
MDMEASURE_AGGR_STD - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MeasuresHandler
 
MDMEASURE_AGGR_SUM - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MeasuresHandler
 
MDMEASURE_AGGR_UNKNOWN - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MeasuresHandler
 
MDMEASURE_AGGR_VAR - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MeasuresHandler
 
MDMEMBER_TYPE_ALL - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
MDMEMBER_TYPE_FORMULA - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
MDMEMBER_TYPE_MEASURE - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
MDMEMBER_TYPE_REGULAR - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
MDMEMBER_TYPE_UNKNOWN - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
mDOT() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mDOUBLE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mDOUBLE_END_BRACKET() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mDOUBLE_QUOTE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MDP - com.quartetfs.biz.xmla.XmlaConstants.ProviderType
Multidimensional data provider.
MDPROP_BLOB - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
MDPROP_CELL - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
MDPROP_MEMBER - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
MDPROP_SYSTEM - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
MDProperty - Class in com.quartetfs.biz.xmla.impl
Implementation of multidimentional elements (members or cells) properties.
MDProperty(String, IXmlaSimpleType<?>) - Constructor for class com.quartetfs.biz.xmla.impl.MDProperty
Constructor.
MDProperty(String, IXmlaSimpleType<?>, Integer) - Constructor for class com.quartetfs.biz.xmla.impl.MDProperty
Constructor.
MDProperty(String, IXmlaSimpleType<?>, String, Integer, Integer) - Constructor for class com.quartetfs.biz.xmla.impl.MDProperty
Constructor.
MDProperty(String, String, IXmlaSimpleType<?>) - Constructor for class com.quartetfs.biz.xmla.impl.MDProperty
Constructor.
MDProperty(String, String, IXmlaSimpleType<?>, String, Integer, Integer) - Constructor for class com.quartetfs.biz.xmla.impl.MDProperty
Constructor.
MDProperty(String, String, String, IXmlaSimpleType<?>, String, Integer, Integer) - Constructor for class com.quartetfs.biz.xmla.impl.MDProperty
Constructor.
MdpropMdxDrillFunctions - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
MdpropMdxNamedSets - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
MdpropMdxSubqueries - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
mDRILLTHROUGH() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mDROP() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MDSCHEMA_ACTIONS_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
MDSchema_ActionsDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126032.aspx.
MDSchema_ActionsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_ActionsDefinition
 
MDSchema_ActionsHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
MDSchema_ActionsHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_ActionsHandler
 
MDSCHEMA_CUBES_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
MDSchema_CubesDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126271.aspx.
MDSchema_CubesDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
MDSchema_CubesHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
MDSchema_CubesHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesHandler
 
MDSCHEMA_DIMENSIONS_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
MDSchema_DimensionsDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126180.aspx.
MDSchema_DimensionsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
MDSchema_DimensionsHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
MDSchema_DimensionsHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsHandler
 
MDSCHEMA_FUNCTIONS_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
MDSchema_FunctionsDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126257.aspx.
MDSchema_FunctionsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
MDSchema_FunctionsHandler - Class in com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl
 
MDSchema_FunctionsHandler() - Constructor for class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_FunctionsHandler
 
MDSCHEMA_HIERARCHIES_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
MDSchema_HierarchiesDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126062.aspx.
MDSchema_HierarchiesDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
MDSchema_HierarchiesHandler - Class in com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl
 
MDSchema_HierarchiesHandler() - Constructor for class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_HierarchiesHandler
 
MDSchema_Input_DataSourcesHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
MDSchema_Input_DataSourcesHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_Input_DataSourcesHandler
 
MDSchema_InputDataSourcesDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126243.aspx.
MDSchema_InputDataSourcesDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_InputDataSourcesDefinition
 
MDSchema_KPIsDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://msdn.microsoft.com/en-us/library/ms126258.aspx.
MDSchema_KPIsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
MDSchema_KPIsHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
MDSchema_KPIsHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsHandler
 
MDSCHEMA_LEVELS_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
MDSchema_LevelsDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126038.aspx.
MDSchema_LevelsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
MDSchema_LevelsHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
MDSchema_LevelsHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsHandler
 
MDSchema_MeasureGroup_DimensionsDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126192.aspx.
MDSchema_MeasureGroup_DimensionsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
MDSchema_MeasureGroup_DimensionsHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
MDSchema_MeasureGroup_DimensionsHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsHandler
 
MDSchema_MeasureGroupsDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126178.aspx.
MDSchema_MeasureGroupsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsDefinition
 
MDSchema_MeasureGroupsHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
MDSchema_MeasureGroupsHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsHandler
 
MDSCHEMA_MEASURES_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
MDSchema_MeasuresDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
MDSchema_MeasuresDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
MDSchema_MeasuresHandler - Class in com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl
 
MDSchema_MeasuresHandler() - Constructor for class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MeasuresHandler
 
MDSCHEMA_MEMBERS_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
MDSchema_MembersDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126046.aspx.
MDSchema_MembersDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
MDSchema_MembersDefinition(IRowsetColumn...) - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
Constructor.
MDSchema_MembersHandler - Class in com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl
 
MDSchema_MembersHandler() - Constructor for class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
MDSCHEMA_PROPERTIES_DESC - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
MDSchema_PropertiesDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126309.aspx.
MDSchema_PropertiesDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
Constructor.
MDSchema_PropertiesHandler - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
 
MDSchema_PropertiesHandler() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesHandler
 
MDSchema_Property_Static - Class in com.quartetfs.biz.xmla.impl
 
MDSchema_Property_Static() - Constructor for class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
MDSchema_SetsDefinition - Class in com.quartetfs.biz.xmla.discovery.mdp.impl
Http://technet.microsoft.com/en-us/library/ms126290.aspx.
MDSchema_SetsDefinition() - Constructor for class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
MDSchema_SetsHandler - Class in com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl
 
MDSchema_SetsHandler() - Constructor for class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_SetsHandler
 
MDTREEOP_ANCESTORS - com.quartetfs.biz.xmla.XmlaConstants.TreeOp
 
MDTREEOP_ANCESTORS - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
MDTREEOP_CHILDREN - com.quartetfs.biz.xmla.XmlaConstants.TreeOp
 
MDTREEOP_CHILDREN - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
MDTREEOP_DESCENDANTS - com.quartetfs.biz.xmla.XmlaConstants.TreeOp
 
MDTREEOP_DESCENDANTS - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
MDTREEOP_PARENT - com.quartetfs.biz.xmla.XmlaConstants.TreeOp
 
MDTREEOP_PARENT - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
MDTREEOP_SELF - com.quartetfs.biz.xmla.XmlaConstants.TreeOp
 
MDTREEOP_SELF - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
MDTREEOP_SIBLINGS - com.quartetfs.biz.xmla.XmlaConstants.TreeOp
 
MDTREEOP_SIBLINGS - Static variable in class com.quartetfs.pivot.mdx.xmla.discovery.mdp.impl.MDSchema_MembersHandler
 
MDX_ATTEMPT_LIMIT_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that configures the maximum number of attempts to register the continuous queries.
MDX_CONCURRENT_QUERY_LIMIT_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that configures the maximum number of running mdx queries.
MDX_CONCURRENT_QUERY_WAIT_LIMIT_PROPERTY - com.activeviam.properties.impl.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_definition_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
mdx_definition_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
mdx_definition_statement_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.mdx_definition_statement_return
 
MDX_DRILLTHROUGH_HEADERS_PATH - Static variable in interface com.qfs.pivot.rest.query.IQueriesRestService
The path to add to the current service path for MDX drillthrough headers queries.
MDX_DRILLTHROUGH_PLUGIN - Static variable in interface com.quartetfs.pivot.mdx.statement.IMdxStatementChecker
Key for the plugin value checking MDX drillthrough queries.
MDX_DRILLTHROUGH_TIMING_KEY - Static variable in class com.quartetfs.fwk.logging.impl.MdxTiming
The MDX drillthrough timing key.
MDX_HANDLER - Static variable in class com.quartetfs.biz.xmla.servlet.pivot.impl.ActivePivotXmlaServlet
Parameters.
MDX_PATH - Static variable in interface com.qfs.pivot.rest.query.IQueriesRestService
The path to add to the current service path for MDX queries.
MDX_PLUGIN - Static variable in interface com.quartetfs.pivot.mdx.statement.IMdxStatementChecker
Key for the plugin value checking MDX select queries.
MDX_QUERYPLAN_PATH - Static variable in interface com.qfs.pivot.rest.query.IQueriesRestService
The path to add to the current service path for MDX query plan queries.
mdx_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
mdx_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
mdx_statement_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.mdx_statement_return
 
MDX_TIMEOUT - Static variable in class com.quartetfs.pivot.mdx.plan.impl.ACellPlanExecutor
Query execution time out (in seconds) when the limit is set to no limit.
MDX_TIMING_KEY - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousMdxTiming
The MDX timing key.
MDX_TIMING_KEY - Static variable in class com.quartetfs.fwk.logging.impl.MdxTiming
The MDX timing key.
MdxActiveMeasureMember - Class in com.quartetfs.pivot.mdx.meta.impl
A measure that has been added on the fly.
MdxActiveMeasureMember(IMdxHierarchy, String) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxActiveMeasureMember
Constructor.
MDXAttachedQuery - Class in com.quartetfs.biz.pivot.query.impl
Deprecated, for removal: This API element is subject to removal in a future version.
MDXAttachedQuery(IMDXQuery, IMultiVersionActivePivot) - Constructor for class com.quartetfs.biz.pivot.query.impl.MDXAttachedQuery
Deprecated.
Constructor.
MdxCellByCoordinatesTesterBuilder - Class in com.qfs.pivot.testing.impl
MdxCellByCoordinatesTesterBuilder(MdxResultCellSet, double) - Constructor for class com.qfs.pivot.testing.impl.MdxCellByCoordinatesTesterBuilder
Constructor.
MdxCellIterator - Class in com.quartetfs.pivot.mdx.result.impl
Iterator on the cell of a MDX result.
MdxCellIterator(MdxCellSet) - Constructor for class com.quartetfs.pivot.mdx.result.impl.MdxCellIterator
Constructor.
MdxCellProperty - Enum in com.quartetfs.pivot.mdx.property.impl
 
MdxCellPropertyPlugin - Class in com.quartetfs.pivot.mdx.property.impl
Plugin implementation for storing mdx cell properties plugin values.
MdxCellPropertyPlugin() - Constructor for class com.quartetfs.pivot.mdx.property.impl.MdxCellPropertyPlugin
 
MdxCellSet - Class in com.quartetfs.pivot.mdx.result.impl
The basic result of an Mdx query.
MdxCellSet(IEpoch, String, ISelectStatement, List<IMdxCellSetAxis>, MdxCellSetAxis, List<IMdxMember>, Supplier<CellPlanResult.ICellPlanResultTupleCursor>, IMdxCellProperty[], ISubCubeProperties) - Constructor for class com.quartetfs.pivot.mdx.result.impl.MdxCellSet
 
MdxCellSet(String, int, ISelectStatement, List<IMdxCellSetAxis>, MdxCellSetAxis, List<IMdxMember>, Supplier<CellPlanResult.ICellPlanResultTupleCursor>, IMdxCellProperty[], ISubCubeProperties) - Constructor for class com.quartetfs.pivot.mdx.result.impl.MdxCellSet
 
MdxCellSetAxesIterator - Class in com.quartetfs.pivot.mdx.result.impl
Axes iterator for MdxCellSet which returns IMdxMemberProperty property.
MdxCellSetAxesIterator(IMdxInfo, MdxCellSet) - Constructor for class com.quartetfs.pivot.mdx.result.impl.MdxCellSetAxesIterator
Constructor.
MdxCellSetAxis - Class in com.quartetfs.pivot.mdx.result.impl
Axis in a select result.
MdxCellSetInfo - Class in com.quartetfs.pivot.mdx.result.impl
Provide information on MDX result based on MdxCellSet and return property of type IMdxMemberProperty.
MdxCellSetInfo(MdxCellSet, List<String>) - Constructor for class com.quartetfs.pivot.mdx.result.impl.MdxCellSetInfo
Constructor.
MdxCompilationMatcherBuilder - Class in com.qfs.pivot.mdx.compil.impl
A class to build an ICompilationMatcher.
MdxCompilationMatcherBuilder() - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxCompilationMatcherBuilder
 
MdxCompilationPatternParser - Class in com.qfs.pivot.mdx.compil.impl
Parses a compilation pattern and transform it into an ICompilationMatcher.
MdxCompilationPatternParser() - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxCompilationPatternParser
 
MdxCompilers - Class in com.qfs.pivot.mdx.compil.impl
The class responsible for compiling some MDX patterns into a postprocessor.
MdxCompilers() - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxCompilers
 
MdxCompilers.FormulaMatcher - Class in com.qfs.pivot.mdx.compil.impl
A matcher that accepts mathematical formulas and builds the corresponding expression for the formula post-pro, and store the result in MdxCompilers.FormulaMatcher.FORMULA_ARG.
MdxCompilers.GenericTransformer - Class in com.qfs.pivot.mdx.compil.impl
A basic transformer that transforms its child matcher into a postprocessor using the arguments retrieved by the matcher.
mdxContext() - Static method in class com.activeviam.builders.StartBuilding
Starts defining a IMdxContext.
MdxContext - Class in com.quartetfs.biz.pivot.context.impl
Implementation of the IMdxContext context value used to configure the MDX engine.
MdxContext() - Constructor for class com.quartetfs.biz.pivot.context.impl.MdxContext
Constructor.
MdxContextHelper - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxContextHelper(IMdxContext) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxContextHelper
Constructor of MdxContextHelper.
MdxContextTranslator - Class in com.quartetfs.biz.pivot.context.impl
The context value translator associated with the IMdxContext context value.
MdxContextTranslator() - Constructor for class com.quartetfs.biz.pivot.context.impl.MdxContextTranslator
Constructor
Use rather MdxContextTranslator.INSTANCE.
MdxContextUtil - Class in com.quartetfs.biz.pivot.context.impl
A set of utilities for IMdxContext.
MdxContextUtil() - Constructor for class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
 
MdxContinuousQueryException - Exception in com.qfs.snl.agent.impl
An exception indicating that an MDX continuous query has failed.
MdxContinuousQueryException() - Constructor for exception com.qfs.snl.agent.impl.MdxContinuousQueryException
Constructor.
MdxContinuousQueryException(String) - Constructor for exception com.qfs.snl.agent.impl.MdxContinuousQueryException
Constructor.
MdxContinuousQueryException(String, Throwable) - Constructor for exception com.qfs.snl.agent.impl.MdxContinuousQueryException
Constructor.
MdxContinuousQueryException(Throwable) - Constructor for exception com.qfs.snl.agent.impl.MdxContinuousQueryException
Constructor.
MdxContinuousQueryListener - Class in com.quartetfs.pivot.mdx.realtime.impl
Listener for the IMultiGetAggregatesNotificationQuery created by the MdxRegistration.
MdxContinuousQueryListener(MdxRegistration, CellSetUpdateComputer) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.MdxContinuousQueryListener
Constructor.
MdxCube - Class in com.quartetfs.pivot.mdx.meta.impl
Base implementation of IMdxCube.
MdxCube(IMultiVersionActivePivot) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxCube
Sugar constructor for new MdxCube(mvPivot, null, false).
MdxCube(IMultiVersionActivePivot, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxCube
Constructor building an MDX cube from an ActivePivot version.
MdxCube(IMultiVersionActivePivot, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>, boolean) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxCube
Constructor building an MDX cube from an ActivePivot version.
MdxCubeFormatterFactory - Class in com.quartetfs.biz.pivot.impl
Factory of CubeFormatter that only used formatters and captions defined in the mdx context.
MdxCubeFormatterFactory() - Constructor for class com.quartetfs.biz.pivot.impl.MdxCubeFormatterFactory
 
MdxCubeNotifier - Class in com.quartetfs.pivot.mdx.meta.impl
Basic implementation of a notifier.
MdxCubeNotifier() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxCubeNotifier
 
MdxCubeUtil - Class in com.quartetfs.pivot.mdx.meta.impl
Utility functions on IMdxCube.
MdxCubeUtil() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxCubeUtil
 
MdxDecoratorMultiplexer - Class in com.quartetfs.pivot.mdx.realtime.impl
A component in charge of handling the main listener of an MdxRegistration and additional decorators.
MdxDecoratorMultiplexer(AMultiGANContinuousQueryListener, List<? extends IMdxRegistrationDecorator>) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.MdxDecoratorMultiplexer
Constructor.
MdxDimension - Class in com.quartetfs.pivot.mdx.meta.impl
Base implementation for IMdxDimension.
MdxDimension(IMdxCube, IDimensionInfo) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxDimension
Constructor.
mdxDownload(JsonDataExportOrder) - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredDataExportRestServiceController
Deprecated.
 
mdxDownload(JsonDataExportOrder) - Method in class com.activeviam.pivot.rest.dataexport.DataExportRestServiceController
 
mdxDownload(JsonDataExportOrder) - Method in interface com.activeviam.pivot.rest.dataexport.IDataExportRestService
Runs the given MDX query and return the query output as a stream.
MdxDrillthroughAttachedQuery - Class in com.quartetfs.biz.pivot.query.impl
Deprecated, for removal: This API element is subject to removal in a future version.
MdxDrillthroughAttachedQuery(IMDXDrillthroughQuery, IMultiVersionActivePivot) - Constructor for class com.quartetfs.biz.pivot.query.impl.MdxDrillthroughAttachedQuery
Deprecated.
Constructor.
MDXDrillthroughHeadersAttachedQuery - Class in com.quartetfs.biz.pivot.query.impl
Deprecated, for removal: This API element is subject to removal in a future version.
MDXDrillthroughHeadersAttachedQuery(IMDXDrillthroughHeadersQuery, IMultiVersionActivePivot) - Constructor for class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughHeadersAttachedQuery
Deprecated.
Constructor.
mdxDrillthroughHeadersQuery(HttpHeaders, JsonMdxQuery) - Method in class com.qfs.pivot.rest.query.impl.QueriesRestServiceController
 
mdxDrillthroughHeadersQuery(HttpHeaders, JsonMdxQuery) - Method in interface com.qfs.pivot.rest.query.IQueriesRestService
Gets the available headers for the given MDX drillthrough query.
MDXDrillthroughHeadersQuery - Class in com.quartetfs.biz.pivot.query.impl
DTO class representing an MDX drillthrough headers query.
MDXDrillthroughHeadersQuery() - Constructor for class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughHeadersQuery
 
MDXDrillthroughHeadersQuery(String) - Constructor for class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughHeadersQuery
 
MDXDrillthroughHeadersQuery(String, List<? extends IContextValue>) - Constructor for class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughHeadersQuery
 
MdxDrillthroughHeadersQueryMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for location-based MDX drill-through header query action.
MdxDrillthroughHeadersQueryMonitor(IMDXDrillthroughHeadersQuery, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.MdxDrillthroughHeadersQueryMonitor
Constructor.
MdxDrillthroughHeadersQueryStreamingMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for streaming of MDX drill-through headers query action.
MdxDrillthroughHeadersQueryStreamingMonitor(IMDXDrillthroughHeadersQuery, String, String, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.MdxDrillthroughHeadersQueryStreamingMonitor
Constructor.
MDXDrillthroughQuery - Class in com.quartetfs.biz.pivot.query.impl
DTO class representing an MDX drillthrough query.
MDXDrillthroughQuery() - Constructor for class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughQuery
 
MDXDrillthroughQuery(String) - Constructor for class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughQuery
 
MDXDrillthroughQuery(String, List<? extends IContextValue>) - Constructor for class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughQuery
 
MdxDrillthroughQueryMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for location-based MDX drill-through query action.
MdxDrillthroughQueryMonitor(IMDXDrillthroughQuery, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.MdxDrillthroughQueryMonitor
Constructor.
MdxDrillthroughQueryStreamingMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for streaming of MDX drill-through query action.
MdxDrillthroughQueryStreamingMonitor(IMDXDrillthroughQuery, String, String, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.MdxDrillthroughQueryStreamingMonitor
Constructor.
MdxDrillthroughResultToTableConverter - Class in com.quartetfs.pivot.mdx.result.impl
 
MdxDrillthroughResultToTableConverter(MdxDrillthroughRowset) - Constructor for class com.quartetfs.pivot.mdx.result.impl.MdxDrillthroughResultToTableConverter
 
MdxDrillthroughRowset - Class in com.quartetfs.pivot.mdx.result.impl
 
MdxDrillthroughRowset(List<IDrillthroughHeader>, List<IDrillthroughRow>) - Constructor for class com.quartetfs.pivot.mdx.result.impl.MdxDrillthroughRowset
 
MdxDrillthroughStream - Class in com.quartetfs.biz.pivot.streaming.impl
The stream for IMDXDrillthroughQuery.
MdxDrillthroughStream(IMDXDrillthroughQuery, IStreamProperties, IStreamPublisher) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.MdxDrillthroughStream
Constructor.
MdxDrillthroughStream.MdxDrillthroughStreamExecutor - Class in com.quartetfs.biz.pivot.streaming.impl
 
MdxDrillthroughStreamExecutor(ICatalog, String, Properties) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.MdxDrillthroughStream.MdxDrillthroughStreamExecutor
Constructor.
MdxDrillthroughStreamTranslator - Class in com.quartetfs.biz.pivot.monitoring.impl
A translator for mdx drillthrough stream.
MdxDrillthroughStreamTranslator() - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.MdxDrillthroughStreamTranslator
 
MdxDrillthroughToArrowConverter - Class in com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl
 
MdxDrillthroughToArrowConverter(MdxDrillthroughRowset, IJsonOutputConfiguration) - Constructor for class com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl.MdxDrillthroughToArrowConverter
Constructor.
MdxDrillthroughToCsvConverter - Class in com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl
Converter to write the result of a mdx drillthrough query in a csv format.
MdxDrillthroughToCsvConverter.MdxDrillthroughToCsvPivotTableFormatConverter - Class in com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl
 
MdxDrillthroughToCsvConverter.MdxDrillthroughToCsvTabularConverter - Class in com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl
 
MdxDrillthroughToCsvPivotTableFormatConverter(MdxDrillthroughRowset, IJsonOutputConfiguration) - Constructor for class com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl.MdxDrillthroughToCsvConverter.MdxDrillthroughToCsvPivotTableFormatConverter
Constructor.
MdxDrillthroughToCsvTabularConverter(MdxDrillthroughRowset, IJsonOutputConfiguration) - Constructor for class com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl.MdxDrillthroughToCsvConverter.MdxDrillthroughToCsvTabularConverter
Constructor.
MdxEpochManager - Class in com.quartetfs.pivot.mdx.epoch.impl
 
MdxEpochManager(MdxCube, Set<IEpoch>, Map<String, String>) - Constructor for class com.quartetfs.pivot.mdx.epoch.impl.MdxEpochManager
Full constructor.
MdxEqualityTesterPlugin - Class in com.quartetfs.pivot.mdx.statement
 
MdxEqualityTesterPlugin() - Constructor for class com.quartetfs.pivot.mdx.statement.MdxEqualityTesterPlugin
 
MdxEvent - Class in com.quartetfs.pivot.mdx.impl
Health event fired when a MDX statement affecting the mdx context was performed.
MdxEvent - Class in com.quartetfs.pivot.mdx.realtime.impl
This event is used to know if axes with NON EMPTY must be recomputed.
MdxEvent() - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.MdxEvent
 
MdxEvent(IStatement) - Constructor for class com.quartetfs.pivot.mdx.impl.MdxEvent
Constructor.
MdxException - Exception in com.quartetfs.pivot.mdx
MdxException.
MdxException() - Constructor for exception com.quartetfs.pivot.mdx.MdxException
 
MdxException(String) - Constructor for exception com.quartetfs.pivot.mdx.MdxException
 
MdxException(String, Object...) - Constructor for exception com.quartetfs.pivot.mdx.MdxException
 
MdxException(String, Throwable) - Constructor for exception com.quartetfs.pivot.mdx.MdxException
 
MdxException(Throwable) - Constructor for exception com.quartetfs.pivot.mdx.MdxException
 
MdxException(Throwable, String, Object...) - Constructor for exception com.quartetfs.pivot.mdx.MdxException
 
mdxExport(JsonDataExportOrder) - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredDataExportRestServiceController
Deprecated.
 
mdxExport(JsonDataExportOrder) - Method in class com.activeviam.pivot.rest.dataexport.DataExportRestServiceController
 
mdxExport(JsonDataExportOrder) - Method in interface com.activeviam.pivot.rest.dataexport.IDataExportRestService
Runs the given MDX query and write the query output as a file.
MdxFormulaMember - Class in com.quartetfs.pivot.mdx.meta.impl
A formula member.
MdxFormulaMember(IMdxFixedMember, IFormulaSpecification, boolean) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
Constructor to create a calculated member which have a parent.
MdxFormulaMember(IMdxFixedMember, String) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
This constructor is used to create the parents of the calculated members which do not have a parent in their definition.
MdxFormulaMember(IMdxHierarchy, IFormulaSpecification, boolean) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
Constructor to create a calculated member on the highest level.
MdxFormulaMember(IMdxHierarchy, String) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
This constructor is used to create the parents of the calculated members which do not have a parent in their definition.
MdxHierarchy - Class in com.quartetfs.pivot.mdx.meta.impl
Base implementation for IMdxHierarchy.
MdxHierarchy(IMdxCube, IHierarchyInfo, List<ILevelInfo>, List<List<IIdentifier>>, boolean) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxHierarchy
Constructor.
MdxIndex<T> - Class in com.quartetfs.pivot.mdx.utils.impl
Base class for case insensitive indexes.
MdxLevel - Class in com.quartetfs.pivot.mdx.meta.impl
Base implementation for IMdxLevel.
MdxLevel(IMdxHierarchy, ILevelInfo) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxLevel
 
MDXLexer - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXLexer() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MDXLexer(CharStream) - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MDXLexer(CharStream, RecognizerSharedState) - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MdxMemberNumericPropertyFunctionAdapter - Class in com.quartetfs.pivot.mdx.func.impl
MdxMemberNumericPropertyFunctionAdapter(String, String, String...) - Constructor for class com.quartetfs.pivot.mdx.func.impl.MdxMemberNumericPropertyFunctionAdapter
Constructor.
MdxMemberObjectPropertyFunctionAdapter - Class in com.quartetfs.pivot.mdx.func.impl
MdxMemberObjectPropertyFunctionAdapter(String, String, String...) - Constructor for class com.quartetfs.pivot.mdx.func.impl.MdxMemberObjectPropertyFunctionAdapter
Constructor.
MdxMemberProperties - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
MdxMemberProperties.AncestorCaptionProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.ChildrenCardinalityProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.CubeNameProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.DescriptionProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.DimensionUniqueNameProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.DisplayInfoProperty - Class in com.quartetfs.pivot.mdx.meta.impl
The DisplayInfo property contains informations about an AxisMember.
MdxMemberProperties.HierarchyUniqueNameProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.IsDataMemberProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.LevelNumberProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.LevelUniqueNameProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.MemberCaptionProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.MemberKeyProperty - Class in com.quartetfs.pivot.mdx.meta.impl
Since we do not support composite key, the result of this property is always the same as the KEY property.
MdxMemberProperties.MemberNameProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.MemberOrdinalProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.MemberTypeProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.MemberUniqueNameProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.MemberValueProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.ParentCountProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.ParentLevelProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberProperties.ParentUniqueNameProperty - Class in com.quartetfs.pivot.mdx.meta.impl
 
MdxMemberStringPropertyFunctionAdapter - Class in com.quartetfs.pivot.mdx.func.impl
MdxMemberStringPropertyFunctionAdapter(String, String, String...) - Constructor for class com.quartetfs.pivot.mdx.func.impl.MdxMemberStringPropertyFunctionAdapter
Constructor.
MdxMonitoringStatistics - Class in com.qfs.snl.agent.mdx.impl
Statistics about the continuous queries registered for monitors.
MdxMonitoringStatistics() - Constructor for class com.qfs.snl.agent.mdx.impl.MdxMonitoringStatistics
Default constructor.
MdxNamedSet - Class in com.quartetfs.pivot.mdx.meta.impl
Base implementation for IMdxNamedSet.
MdxNamedSet(IFormulaSpecification) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxNamedSet
 
MdxNamingUtil - Class in com.qfs.pivot.util.impl
 
MdxNamingUtil() - Constructor for class com.qfs.pivot.util.impl.MdxNamingUtil
 
MdxNotificationQueryListener - Class in com.quartetfs.pivot.mdx.realtime.impl
Listener producing notification for each change to the Query.
MdxNotificationQueryListener(MdxRegistration, CellSetUpdateComputer) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.MdxNotificationQueryListener
Constructor.
MdxOlapElementIndex<T extends IMdxOlapElement> - Class in com.quartetfs.pivot.mdx.utils.impl
An index of olap elements.
MdxOlapElementIndex(boolean) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.MdxOlapElementIndex
Constructor.
MdxOlapElementIndex(boolean, Collection<? extends T>) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.MdxOlapElementIndex
Constructor.
MDXParser - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser(TokenStream) - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
MDXParser(TokenStream, RecognizerSharedState) - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
MDXParser.add_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.amp_quoted_identifier_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.and_relation_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.axis_name_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.axis_specification_list_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.axis_specification_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.boolean_literal_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.build_string_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.case_expression_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.cell_property_list_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.cell_property_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.cell_props_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.colon_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.comp_op_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.comp_relation_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.compound_id_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.create_kpi_statement_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.create_member_statement_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.create_set_statement_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.create_statement_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.cube_specification_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.dim_props_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.drillthrough_compound_id_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.drillthrough_function_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.drillthrough_statement_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.drop_statement_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.dt_column_list_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.dt_column_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.evaluation_type_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.existing_op_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.exp_list_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.expression_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.formula_name_specification_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.formula_specification_list_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.formula_specification_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.from_clause_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.function_identifier_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.function_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.hidden_type_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.identifier_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.is_check_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.isolated_compound_id_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.isolated_expression_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.kpi_name_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.kpi_name_specification_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.kpi_specification_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.mdx_definition_statement_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.mdx_statement_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.member_name_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.member_name_specification_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.member_property_def_list_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.member_property_definition_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.member_property_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.member_specification_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.mult_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.no_arg_function_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.not_relation_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.number_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.or_relation_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.post_fixable_term_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.post_fixed_term_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.pow_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.property_list_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.property_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.quoted_identifier_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.refresh_statement_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.return_dt_columns_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.select_block_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.select_statement_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.set_expression_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.set_name_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.set_name_specification_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.set_specification_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.slicer_specification_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.sub_select_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.term_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.unary_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.unquoted_identifier_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.update_member_statement_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.value_expression_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.vba_identifier_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.when_clause_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.when_list_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXParser.xor_relation_return - Class in com.quartetfs.pivot.mdx.parser.impl
 
MdxParsingUtils - Class in com.quartetfs.pivot.mdx.parser.impl
 
MdxParsingUtils() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MdxParsingUtils
 
mdxPass(String) - Method in class com.qfs.pivot.json.queryplan.EmptyPlanInfoData.EmptyPlanInfoDataBuilder
The mdx pass.
mdxPass(String) - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
The mdx pass.
MdxPastPeriodRangeEpochMember - Class in com.quartetfs.pivot.mdx.meta.impl
Dynamic range member for epochs in a given time period.
MdxPastPeriodRangeEpochMember(IMdxFixedMember, int, String) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxPastPeriodRangeEpochMember
Constructor.
MdxPastVisitor - Class in com.quartetfs.pivot.mdx.realtime.impl
Visitor looking for usage of the IFunction.PAST_PERIODS function.
MdxPastVisitor() - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
Default constructor without KPIs.
MdxPastVisitor(Collection<IKpiDescription>) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
Constructor.
MdxPivotMember - Class in com.quartetfs.pivot.mdx.meta.impl
Represents a member that exists in the pivot.
MdxPivotMember(IMdxHierarchy, IMember) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxPivotMember
Constructor.
MdxPivotMember(IMdxPivotMember, IMember) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxPivotMember
Constructor.
MdxPrinter - Class in com.quartetfs.pivot.mdx.utils.impl
Helper to print Mdx query results.
MdxPrinter(MdxPrinter.IMdxPrinterLogger) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
Use rather the MdxPrinterBuilder.
MdxPrinter(MdxPrinter.IMdxPrinterLogger, Collection<String>, Collection<String>) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
Use rather the MdxPrinterBuilder.
MdxPrinter.IMdxPrinterLogger - Interface in com.quartetfs.pivot.mdx.utils.impl
 
MdxPrinterBuilder - Class in com.quartetfs.pivot.mdx.utils.impl
 
MdxPrinterBuilder() - Constructor for class com.quartetfs.pivot.mdx.utils.impl.MdxPrinterBuilder
 
MdxPrinterBuilder.PrinterLogger - Class in com.quartetfs.pivot.mdx.utils.impl
 
MdxPrinterBuilder.PrintStreamLogger - Class in com.quartetfs.pivot.mdx.utils.impl
 
mdxQuery(HttpHeaders, JsonMdxQuery) - Method in class com.qfs.pivot.rest.query.impl.QueriesRestServiceController
 
mdxQuery(HttpHeaders, JsonMdxQuery) - Method in interface com.qfs.pivot.rest.query.IQueriesRestService
Runs the given MDX query.
MDXQuery - Class in com.quartetfs.biz.pivot.query.impl
DTO class representing an MDX query.
MDXQuery() - Constructor for class com.quartetfs.biz.pivot.query.impl.MDXQuery
Default constructor.
MDXQuery(IMDXQuery) - Constructor for class com.quartetfs.biz.pivot.query.impl.MDXQuery
Copy constructor.
MDXQuery(String) - Constructor for class com.quartetfs.biz.pivot.query.impl.MDXQuery
Constructor without context values.
MDXQuery(String, List<? extends IContextValue>) - Constructor for class com.quartetfs.biz.pivot.query.impl.MDXQuery
Full constructor.
MdxQueryBouncer - Class in com.quartetfs.pivot.mdx.impl
A bouncer limiting the number of concurrently running queries.
MdxQueryMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for MDX query action.
MdxQueryMonitor(IMDXQuery, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.MdxQueryMonitor
Constructor.
mdxQueryPlan(JsonMdxQueryPlan) - Method in class com.qfs.pivot.rest.query.impl.QueriesRestServiceController
 
mdxQueryPlan(JsonMdxQueryPlan) - Method in interface com.qfs.pivot.rest.query.IQueriesRestService
Gets the query plans for an MDX SELECT query.
mdxQueryPlan(String, Integer, String) - Method in class com.qfs.pivot.rest.query.impl.QueriesRestServiceController
 
mdxQueryPlan(String, Integer, String) - Method in interface com.qfs.pivot.rest.query.IQueriesRestService
Gets the query plans for an MDX SELECT query.
MdxQueryStreamingMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for streaming of MDX query action.
MdxQueryStreamingMonitor(IMDXQuery, String, String, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.MdxQueryStreamingMonitor
Constructor.
MdxQueryUtil - Class in com.quartetfs.biz.pivot.query.impl
Utility class for running MDX queries.
MdxQueryUtil() - Constructor for class com.quartetfs.biz.pivot.query.impl.MdxQueryUtil
 
MdxQueryUtil.DrillthroughResultConverter - Class in com.quartetfs.biz.pivot.query.impl
 
MdxQueryUtil.DrillthrouhHeaderResultConverter - Class in com.quartetfs.biz.pivot.query.impl
 
MdxQueryUtil.IMdxResultConverter<I,​O> - Interface in com.quartetfs.biz.pivot.query.impl
Converter contract from Mdx format to standardized dto format.
MdxQueryUtil.SelectResultConverter - Class in com.quartetfs.biz.pivot.query.impl
 
MdxRangeMember - Class in com.quartetfs.pivot.mdx.meta.impl
A range hierarchy location.
MdxRangeMember(IMdxHierarchy, Object) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxRangeMember
 
MdxRangeMember(IMdxMember, Object) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxRangeMember
 
MdxRegistration - Class in com.quartetfs.pivot.mdx.realtime.impl
IRegistration for MDX queries.
MdxRegistration(ICatalog, String, MdxRegistration.IRTCallback) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
Constructor.
MdxRegistration(ICatalog, String, MdxRegistration.IRTCallback, int, int, boolean) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
Constructor.
MdxRegistration.IRTCallback - Interface in com.quartetfs.pivot.mdx.realtime.impl
A Listener interface.
MdxResult - Class in com.quartetfs.pivot.mdx.result.impl
The result of an Mdx query.
MdxResult(MdxCellSet) - Constructor for class com.quartetfs.pivot.mdx.result.impl.MdxResult
 
MdxResult(MdxCellSet, List<String>) - Constructor for class com.quartetfs.pivot.mdx.result.impl.MdxResult
Constructor.
MdxResultCellSet - Class in com.qfs.pivot.testing.impl
MdxCellSet having the ICellSetResult test API.
MdxResultCellSet(String, MdxCellSet) - Constructor for class com.qfs.pivot.testing.impl.MdxResultCellSet
Constructor.
MdxResultCellSetTester - Class in com.qfs.pivot.testing.impl
A tester for MDX cellSets.
MdxResultCellSetTester(MdxResultCellSet, MdxCellSet) - Constructor for class com.qfs.pivot.testing.impl.MdxResultCellSetTester
Constructor.
MdxResultCellSetTester.MdxResultCellTester - Class in com.qfs.pivot.testing.impl
Tester for a single cell in a cellSet.
MdxResultCellTester(MdxResultCellSet, MdxCellSet, Object, Object) - Constructor for class com.qfs.pivot.testing.impl.MdxResultCellSetTester.MdxResultCellTester
Constructor.
MdxResultToTableConverter - Class in com.quartetfs.pivot.mdx.result.impl
Used to print a String table from a IMdxResult.
MdxResultToTableConverter(IMdxResult) - Constructor for class com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter
 
MdxResultToTableConverter.CSVTableOutput - Class in com.quartetfs.pivot.mdx.result.impl
 
MdxResultToTableConverter.ITableOutput - Interface in com.quartetfs.pivot.mdx.result.impl
 
MdxRewriters - Class in com.qfs.pivot.mdx.compil.impl
This class holds the MDX rewriters to apply to all calculated members.
MdxRewriters() - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxRewriters
 
MdxRewriters.AAdvancedMatcher<RETURNED_ARG,​CHILDREN_ARG> - Class in com.qfs.pivot.mdx.compil.impl
Advanced implementation of an ICompilationMatcher that allows for children to return a different type.
MdxRewriters.ACompilationVisitor<R,​C> - Class in com.qfs.pivot.mdx.compil.impl
Basic implementation of an ICompilationVisitor.
MdxRewriters.AMatcher<ARG> - Class in com.qfs.pivot.mdx.compil.impl
Basic implementation of an ICompilationMatcher: its children return the same type as itself.
MdxRewriters.AnyExpression - Class in com.qfs.pivot.mdx.compil.impl
A Matcher that accepts any resolved expression.
MdxRewriters.AnyHierarchy - Class in com.qfs.pivot.mdx.compil.impl
A matcher that accepts any hierarchy expression.
MdxRewriters.AnyLevel - Class in com.qfs.pivot.mdx.compil.impl
A matcher that accepts any level expression.
MdxRewriters.AnyLiteral - Class in com.qfs.pivot.mdx.compil.impl
A matcher that accepts any literal expression.
MdxRewriters.AnyMeasure<ARG> - Class in com.qfs.pivot.mdx.compil.impl
A matcher that accepts any non-calculated measure, and any calculated member whose expression is accepted by this matcher (so any calculated member who is equivalent to a measure).
MdxRewriters.AnyMember - Class in com.qfs.pivot.mdx.compil.impl
A matcher that accepts any member expression unless this expression corresponds to An unknown member A calculated member
MdxRewriters.ARewriter - Class in com.qfs.pivot.mdx.compil.impl
Basic implementation of an ICompilationRewriter.
MdxRewriters.ATransformer<ARG> - Class in com.qfs.pivot.mdx.compil.impl
Basic implementation of an ICompilationTransformer, with only one child.
MdxRewriters.CompilationArguments<ARG> - Class in com.qfs.pivot.mdx.compil.impl
A class holding the arguments that have been selected when compiling some MDX.
MdxRewriters.ExpressionSelector - Class in com.qfs.pivot.mdx.compil.impl
A class that selects an expression as argument if its child matches.
MdxRewriters.FunctionMatcher - Class in com.qfs.pivot.mdx.compil.impl
Matches the name and the arguments of a function against its children matchers.
MdxRewriters.LiteralMatcher - Class in com.qfs.pivot.mdx.compil.impl
A matcher that accepts the literal with the given value.
MdxRewriters.ParenFunctionMatcher - Class in com.qfs.pivot.mdx.compil.impl
A specific MdxRewriters.FunctionMatcher that matchers the IFunction.PAREN function.
MdxRewriters.RecursiveRewriter - Class in com.qfs.pivot.mdx.compil.impl
Goes down the expression tree and replaces each matching patterns by the first non null expression returned by its children.
MdxRuntimeException - Exception in com.quartetfs.pivot.mdx
MdxRuntimeException.
MdxRuntimeException() - Constructor for exception com.quartetfs.pivot.mdx.MdxRuntimeException
 
MdxRuntimeException(String) - Constructor for exception com.quartetfs.pivot.mdx.MdxRuntimeException
 
MdxRuntimeException(String, Object...) - Constructor for exception com.quartetfs.pivot.mdx.MdxRuntimeException
 
MdxRuntimeException(String, Throwable) - Constructor for exception com.quartetfs.pivot.mdx.MdxRuntimeException
 
MdxRuntimeException(Throwable) - Constructor for exception com.quartetfs.pivot.mdx.MdxRuntimeException
 
MdxRuntimeException(Throwable, String, Object...) - Constructor for exception com.quartetfs.pivot.mdx.MdxRuntimeException
 
MdxSelectQueryResult - Class in com.activeviam.pivot.rest.dataexport.converters
Wrapper class to hold the different elements created when executing a mdx select query.
MdxSelectQueryResult(MdxCellSet, IMdxCube, boolean) - Constructor for class com.activeviam.pivot.rest.dataexport.converters.MdxSelectQueryResult
Constructor.
MdxSelectToArrowConverter - Class in com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl
 
MdxSelectToArrowConverter(MdxSelectQueryResult, IJsonOutputConfiguration) - Constructor for class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToArrowConverter
Constructor.
MdxSelectToArrowPivotTableFormatConverter - Class in com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl
Converter to write the result of a mdx select query in an Arrow format.
MdxSelectToArrowPivotTableFormatConverter(MdxSelectQueryResult) - Constructor for class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToArrowPivotTableFormatConverter
Constructor.
MdxSelectToArrowTabularFormatConverter - Class in com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl
Converter to write the result of a mdx select query in an Arrow format.
MdxSelectToArrowTabularFormatConverter(MdxSelectQueryResult, IJsonOutputConfiguration) - Constructor for class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToArrowTabularFormatConverter
Constructor.
MdxSelectToCsvLegacyTabularFormatConverter - Class in com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl
A modified version of the MdxSelectToCsvTabularFormatConverter which supports the old export format where measure names are written at the beginning of each row.
MdxSelectToCsvLegacyTabularFormatConverter(MdxSelectQueryResult, IJsonOutputConfiguration) - Constructor for class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToCsvLegacyTabularFormatConverter
Constructor.
MdxSelectToCsvPivotTableFormatConverter - Class in com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl
 
MdxSelectToCsvPivotTableFormatConverter(MdxSelectQueryResult, IJsonOutputConfiguration) - Constructor for class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToCsvPivotTableFormatConverter
Constructor.
MdxSelectToCsvTabularFormatConverter - Class in com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl
 
MdxSelectToCsvTabularFormatConverter(MdxSelectQueryResult, IJsonOutputConfiguration) - Constructor for class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToCsvTabularFormatConverter
Constructor.
MDXSemanticTreeBuilder - Class in com.quartetfs.pivot.mdx.parser.impl
 
MDXSemanticTreeBuilder(TreeNodeStream) - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
MDXSemanticTreeBuilder(TreeNodeStream, RecognizerSharedState) - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
MdxSlicer - Class in com.quartetfs.pivot.mdx.impl
 
MdxSlicer(boolean) - Constructor for class com.quartetfs.pivot.mdx.impl.MdxSlicer
 
MdxSlicer(ITuple) - Constructor for class com.quartetfs.pivot.mdx.impl.MdxSlicer
 
MdxStatementCheckerPlugin - Class in com.quartetfs.pivot.mdx.statement.impl
Contains all plugins of type IMdxStatementChecker defined in the core.
MdxStatementCheckerPlugin() - Constructor for class com.quartetfs.pivot.mdx.statement.impl.MdxStatementCheckerPlugin
Constructor registering core implementation of the checkers.
MdxStream - Class in com.quartetfs.biz.pivot.streaming.impl
The stream handling MDX continuous queries.
MdxStream(IMDXQuery, IStreamProperties, IStreamPublisher) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.MdxStream
The mdx stream.
MdxStreamHelper - Class in com.quartetfs.biz.pivot.streaming.impl
Common util function to execute MdxQuery, update ICellSetDTOState and compute CellSetDTO.
MdxStreamHelper.StreamingCellIterator - Class in com.quartetfs.biz.pivot.streaming.impl
Cell iterator used for streaming.
MdxStreamHelper.StreamingCellSetInfo - Class in com.quartetfs.biz.pivot.streaming.impl
Extension of the MdxCellSetInfo enforcing that the property MdxMemberProperties.DISPLAY_INFO be returned in the resulting cellset.
MdxStreamIdentifier - Class in com.quartetfs.biz.pivot.streaming.impl
Stream node identifier for an IMdxStreamNode.
MdxStreamIdentifier(ISelectStatement, IMDXQuery, IMultiVersionActivePivot, IContextSnapshot, String, boolean, boolean) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.MdxStreamIdentifier
Constructor.
MdxStreamNode - Class in com.quartetfs.biz.pivot.streaming.impl
Default implementation of IMdxStreamNode.
MdxStreamNode(IMdxStreamRegister, IMdxStreamIdentifier, IMdxStream) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.MdxStreamNode
Constructor.
mdxStreamRegister() - Method in interface com.qfs.server.cfg.IActivePivotServicesConfig
 
mdxStreamRegister() - Method in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
 
MdxStreamRegister - Class in com.quartetfs.biz.pivot.streaming.impl
Specialization of AStreamRegister for IMdxStream.
MdxStreamRegister() - Constructor for class com.quartetfs.biz.pivot.streaming.impl.MdxStreamRegister
 
MdxStreamTranslator - Class in com.quartetfs.biz.pivot.monitoring.impl
A translator for Mdx stream.
MdxStreamTranslator() - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.MdxStreamTranslator
 
MDXSupport - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
MdxTiming - Class in com.quartetfs.fwk.logging.impl
Timing information about an MDX or MDX_Drillthough query.
MdxTiming() - Constructor for class com.quartetfs.fwk.logging.impl.MdxTiming
Constructor.
MdxToOlapPropertyMapping - Class in com.quartetfs.pivot.mdx.xmla.impl
Class used to maintain a mapping between XMLA MD property and MDX engine property for members and cells.
MdxToOlapPropertyMapping() - Constructor for class com.quartetfs.pivot.mdx.xmla.impl.MdxToOlapPropertyMapping
 
MdxTooManyCellsException - Exception in com.quartetfs.pivot.mdx
Exception that indicates that the maximum number of cells has been exceeded when evaluating the MDX query.
MdxTooManyCellsException(String, Object...) - Constructor for exception com.quartetfs.pivot.mdx.MdxTooManyCellsException
 
MdxUtil - Class in com.quartetfs.pivot.mdx.impl
Common util function for mdx project.
MdxUtil() - Constructor for class com.quartetfs.pivot.mdx.impl.MdxUtil
 
MdxXmlaHandler - Class in com.quartetfs.pivot.mdx.xmla.impl
 
MdxXmlaHandler(IActivePivotManager, IContextValueManager) - Constructor for class com.quartetfs.pivot.mdx.xmla.impl.MdxXmlaHandler
 
mDYNAMIC() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
measure(String) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure referencing an already existing measure (whether already published or created without Copper) by using its name.
measure(String) - Method in interface com.qfs.pivot.testing.ICellSetTester.ICellByCoordinatesTesterBuilder
Expresses one of the measures in a CellSet.
measure(String) - Method in class com.qfs.pivot.testing.impl.MdxCellByCoordinatesTesterBuilder
 
measure(String) - Method in class com.qfs.pivot.testing.impl.SimpleCellByCoordinatesTesterBuilder
 
MEASURE - com.quartetfs.biz.pivot.cube.dimension.IDimension.DimensionType
The measures dimension.
MEASURE - com.quartetfs.biz.pivot.postprocessing.IUnknownOlapElementException.OlapElementType
When a measure is missing, this is the type to use.
MEASURE - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.ILevel
Measures hierarchy type within the hierarchy plugin.
MEASURE_AGGREGATOR - Static variable in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
The key of the xmla property "measure aggregator".
MEASURE_AGGREGATOR - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
MEASURE_ALIASES - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
MEASURE_CAPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
MEASURE_DISPLAY_FOLDER - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
MEASURE_GROUPS - com.activeviam.copper.hierarchy.CopperHierarchyMetadata.UserSpecific
Flag for the names of the measure groups to which this hierarchy belongs.
MEASURE_GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
MEASURE_HIERARCHY - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
The name of the measure hierarchy.
MEASURE_IS_VISIBLE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
MEASURE_LEVEL_NAME - Static variable in class com.quartetfs.pivot.mdx.impl.MdxUtil
 
MEASURE_LEVEL_UNIQUE_NAME - Static variable in class com.quartetfs.pivot.mdx.impl.MdxUtil
The unique name of the measures dimension level.
MEASURE_MAPPING_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.StoreLookupPostProcessor
 
MEASURE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
MEASURE_NAME_SQL_COLUMN_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
MEASURE_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessorOnTheFlyPattern
Specifies the measure to prefetch the members of the FilteringPostProcessorOnTheFlyPattern.filteredHierarchy.
MEASURE_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
MEASURE_UNQUALIFIED_CAPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
MEASURE_VISIBILITY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
MeasureDimension - Class in com.quartetfs.biz.pivot.cube.dimension.measure.impl
MeasureDimension that holds IMeasureHierarchy.
MeasureDimension(List<IMeasureHierarchy>, IDimensionInfo) - Constructor for class com.quartetfs.biz.pivot.cube.dimension.measure.impl.MeasureDimension
Constructor.
MeasureDiscovery - Class in com.qfs.pivot.json.discovery
 
MeasureDiscovery - Class in com.qfs.webservices
Measure Discovery for SOAP webservices.
MeasureDiscovery() - Constructor for class com.qfs.pivot.json.discovery.MeasureDiscovery
Constructor.
MeasureDiscovery() - Constructor for class com.qfs.webservices.MeasureDiscovery
 
MeasureDiscovery(String, String, boolean, String, String) - Constructor for class com.qfs.webservices.MeasureDiscovery
 
MeasureDiscovery(String, String, String, String, String, String, boolean, String, String) - Constructor for class com.qfs.pivot.json.discovery.MeasureDiscovery
Constructor.
MeasureDiscoveryBuilder - Class in com.qfs.pivot.builder.discovery.impl
The measure discovery builder.
MeasureDiscoveryBuilder() - Constructor for class com.qfs.pivot.builder.discovery.impl.MeasureDiscoveryBuilder
 
MeasureFormatterExtendedPlugin - Class in com.activeviam.pivot.rest.dataexport.measureformatter.impl
Extended plugin for IMeasureFormatter.
MeasureFormatterExtendedPlugin() - Constructor for class com.activeviam.pivot.rest.dataexport.measureformatter.impl.MeasureFormatterExtendedPlugin
Default constructor registering the default plugin values.
measureFromDataCube(String, String) - Static method in class com.activeviam.copper.api.Copper
EXPERIMENTAL
MEASUREGROUP_CAPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsDefinition
 
MEASUREGROUP_CARDINALITY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
MEASUREGROUP_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
MEASUREGROUP_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
MEASUREGROUP_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsDefinition
 
MEASUREGROUP_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
MeasureGroupDiscovery - Class in com.qfs.pivot.json.discovery
Https://msdn.microsoft.com/fr-fr/library/ms126178(v=sql.90).aspx.
MeasureGroupDiscovery() - Constructor for class com.qfs.pivot.json.discovery.MeasureGroupDiscovery
 
MeasureGroupDiscovery(String, String, String) - Constructor for class com.qfs.pivot.json.discovery.MeasureGroupDiscovery
 
MeasureGroupDiscoveryBuilder - Class in com.qfs.pivot.builder.discovery.impl
 
MeasureGroupDiscoveryBuilder() - Constructor for class com.qfs.pivot.builder.discovery.impl.MeasureGroupDiscoveryBuilder
 
measureGroups(Set<String>) - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo.DimensionInfoBuilder
 
MeasureHierarchy - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
Implementation of the measure hierarchy.
MeasureHierarchy(IHierarchyInfo, Collection<? extends IMeasureMember>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
Constructor.
MeasureHierarchyMemberMemoryQuantifier - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Implementation of a memory quantifier for ActivePivot Measures Hierarchy.
MeasureHierarchyMemberMemoryQuantifier() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MeasureHierarchyMemberMemoryQuantifier
 
MeasureHierarchyTransaction - Class in com.qfs.pivot.hierarchy.impl
Base implementation of an IMeasureHierarchyTransaction based on the abstract AHierarchyTransaction.
MeasureHierarchyTransaction(MeasureHierarchy) - Constructor for class com.qfs.pivot.hierarchy.impl.MeasureHierarchyTransaction
Constructor.
MeasureHierarchyVersion - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
A IMeasureHierarchyVersion that fully copies the base MeasureHierarchy.
MeasureHierarchyVersion(IEpoch, MeasureHierarchy) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
Constructor.
MeasureLevel - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
Implementation of the measure level.
MeasureLevel(ILevelInfo, List<IMeasureMember>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureLevel
Full constructor.
MeasureMemberDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Implementation of an IMeasureMemberDescription.
MeasureMemberDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
Empty constructor.
MeasureMemberDescription(IMeasureMemberDescription) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
Copy constructor.
MeasureMemberDescription(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
Constructor.
MeasureMetadata - Class in com.activeviam.copper
Contains the additional information required to publish a measure into a cube.
MeasureMetadata() - Constructor for class com.activeviam.copper.MeasureMetadata
 
MeasureMetadata.UserSpecific - Enum in com.activeviam.copper
Flags for user-specified metadata.
measureName - Variable in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
The measure name of this cell.
measureName - Variable in class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfMemberPostProcessor
Name of the measure used to compute the formula.
measureName - Variable in class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfParentPostProcessor
Name of the measure used to compute the formula.
measureNames - Variable in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AdditionalMeasureStorage
The names of the additional measures that belong to this result.
measureOptimizer - Variable in class com.activeviam.copper.AMeasurePublisher
Deprecated.
The object which handles the measure optimizations before publication.
MeasureOptimizer - Class in com.activeviam.copper
Deprecated, for removal: This API element is subject to removal in a future version.
MeasureOptimizer(IInternalCopperContext) - Constructor for class com.activeviam.copper.MeasureOptimizer
Deprecated.
Constructor.
measureProvider(String) - Method in class com.qfs.pivot.json.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval measure provider.
measures - Variable in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult.AdditionalMeasureStorage
The actual additional measures, aligned with the PointListRetrievalResult.AdditionalMeasureStorage.measureNames dictionary.
measures - Variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest
List of measures to materialize from the query result.
measures(List<String>) - Method in class com.qfs.pivot.json.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval measures.
measures(Set<IJoinMeasure<?, ?>>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
measures(Set<String>) - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData.QuerySummaryDataBuilder
List of all measures retrieved by this query.
MEASURES - com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
 
MEASURES - Static variable in interface com.quartetfs.biz.pivot.cube.dimension.IDimension
Measures dimension type within the dimension plugin.
MEASURES - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
Measures hierarchy type within the hierarchy plugin.
MEASURES - Static variable in enum com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Collection of all properties that contains a MDX valid expression (measure, ...).
MEASURES - Static variable in class com.quartetfs.biz.pivot.monitoring.impl.DynamicActivePivotMBean
Name of the attribute for Measures.
MEASURES_LEVEL_NAME - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
The name of the native aggregated measures level.
MeasuresDescription - Class in com.quartetfs.biz.pivot.definitions.impl
The description for measures.
MeasuresDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
 
MeasuresUtil - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
A set of utility methods to work with measures.
measureUniqueName(String) - Static method in class com.qfs.pivot.util.impl.MdxNamingUtil
Returns the measure unique name.
Median - com.quartetfs.biz.xmla.constants.Keyword
 
MEDIAN - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
MEDIAN_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for the MedianFunction.
MedianFunction - Class in com.qfs.agg.impl
This aggregation function computes the median of the data, ignoring any encountered null values.
MedianFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
MedianFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MedianFunction
 
MEDIUM - com.activeviam.health.monitor.ComputationIntensity
Health Event will be computed at noticeable cost, without negatively impacting the efficiency of the application.
mELSE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MEM_DECOMMIT - Static variable in interface com.qfs.platform.win.Kernel32
Decommits the specified region of committed pages.
MEM_LARGE_PAGES - Static variable in interface com.qfs.platform.win.Kernel32
Allocates memory using large page support.
MEM_RELEASE - Static variable in interface com.qfs.platform.win.Kernel32
Releases the specified region of pages.
member(int, int) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
 
member(CopperHierarchy) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure whose value is the discriminator of the current member on the given hierarchy read from the evaluated location.
member(CopperLevel) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure whose value is the member of the given level read from the evaluated location.
member(String) - Static method in class com.activeviam.copper.api.Copper
Deprecated, for removal: This API element is subject to removal in a future version.
Member - com.quartetfs.biz.xmla.constants.Keyword
 
Member - com.quartetfs.pivot.mdx.statement.IFormulaSpecification.DefinedType
For calculated members.
MEMBER - com.quartetfs.pivot.mdx.statement.Type
 
MEMBER - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
MEMBER - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MEMBER - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
MEMBER - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
Member_Caption - com.quartetfs.biz.xmla.constants.Keyword
 
MEMBER_CAPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
MEMBER_CAPTION - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
MEMBER_CAPTION - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
MEMBER_CAPTION - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
MEMBER_CAPTION_PROP - Static variable in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
The member caption properties.
MEMBER_FROM_PROPERTY - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
Member_Guid - com.quartetfs.biz.xmla.constants.Keyword
 
MEMBER_GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
MEMBER_KEY - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
MEMBER_KEY - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
MEMBER_KEY - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
MEMBER_MD_PROPERTIES - Static variable in class com.quartetfs.pivot.mdx.xmla.impl.MdxToOlapPropertyMapping
Mapping for intrinsic member properties.
member_name() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
member_name() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
Member_Name - com.quartetfs.biz.xmla.constants.Keyword
 
MEMBER_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
MEMBER_NAME - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
MEMBER_NAME - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
MEMBER_NAME - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
MEMBER_NAME_PATH_STYLE - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
MEMBER_NAME_PATH_STYLE_DEFAULT - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
MEMBER_NAME_PLACEHOLDER - Static variable in class com.quartetfs.biz.pivot.context.impl.MdxContextTranslator
A placeholder to indicate that a member name is expected in a property.
member_name_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.member_name_return
 
member_name_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
member_name_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
member_name_specification_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.member_name_specification_return
 
Member_Ordinal - com.quartetfs.biz.xmla.constants.Keyword
 
MEMBER_ORDINAL - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
MEMBER_ORDINAL - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
member_property() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
member_property_def_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
member_property_def_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
member_property_def_list_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.member_property_def_list_return
 
member_property_definition() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
member_property_definition() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
member_property_definition_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.member_property_definition_return
 
member_property_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.member_property_return
 
member_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
member_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
member_specification_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.member_specification_return
 
MEMBER_STRING_PROPERTIES - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxContextHelper
Properties of calculated members that are not Mdx expressions.
member_string_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
MEMBER_TO_EXCLUDE - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
Define if a given member should be removed or not (for example N/A on factless hierarchies).
MEMBER_TO_MEASURE_NAME_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.SwitchOnPostProcessor
 
Member_Type - com.quartetfs.biz.xmla.constants.Keyword
 
MEMBER_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
MEMBER_TYPE - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
MEMBER_TYPE - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
MEMBER_TYPE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
Member_Unique_Name - com.quartetfs.biz.xmla.constants.Keyword
 
MEMBER_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
MEMBER_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
MEMBER_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
MEMBER_UNIQUE_NAME - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
MEMBER_UNIQUE_NAME - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
MEMBER_VALUE - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
MEMBER_VALUE - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
MEMBER_VALUE - Static variable in interface com.quartetfs.pivot.mdx.statement.IReturnFunction
 
MemberAndValue - Class in com.activeviam.copper
Deprecated, for removal: This API element is subject to removal in a future version.
MemberAndValue(Object[], Object, Comparator<MemberAndValue>) - Constructor for class com.activeviam.copper.MemberAndValue
Deprecated.
 
MemberCaptionFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersPropertyFunctions.MemberCaptionFunction
Constructor.
MemberCaptionProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberCaptionProperty
 
MemberComparator - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
A member comparator aims to compare axis members of same depth.
MemberComparator(List<? extends ILevel>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MemberComparator
 
MemberDTO - Class in com.quartetfs.biz.pivot.dto
An ActivePivot Member.
MemberDTO() - Constructor for class com.quartetfs.biz.pivot.dto.MemberDTO
Default constructor.
MemberDTO(String, String, String, Path, Path, int) - Constructor for class com.quartetfs.biz.pivot.dto.MemberDTO
Constructor.
MemberExpression(ICompoundIdentifier, IMdxFixedMember) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.MemberExpression
 
MemberFinderVisitor - Class in com.quartetfs.pivot.mdx.impl
Visitor searching for a member's unique name in an unresolved Expression.
MemberFinderVisitor(String) - Constructor for class com.quartetfs.pivot.mdx.impl.MemberFinderVisitor
Constructor.
memberForLevel(IMdxLevel) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
This method returns a member that represents all the non-calculated members of the level.
MemberFromPropertyFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
MemberFromPropertyFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MemberFromPropertyFunction
 
MemberFromPropertyFunction.MemberFromFixedPropertyFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
 
MemberFromPropertyFunction.MemberFromNameOrCaptionFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
 
MemberKeyFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersPropertyFunctions.MemberKeyFunction
Constructor.
MemberKeyProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberKeyProperty
 
MemberNameFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersPropertyFunctions.MemberNameFunction
Constructor.
memberNamePathStyle(boolean) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanEnableMemberNamePathStyle
Enables/disables the member path style.
memberNamePathStyle(boolean) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
MemberNameProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberNameProperty
 
MemberOrdinalProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberOrdinalProperty
 
memberPath(IMdxFixedMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Builds the member path from a given fixed member.
memberPath(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Builds the member path from a given member.
memberPath(Object) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICanStartBuildingSubCubeProperties.IGrantingMembersOnHierarchy
Granting members on the given path.
memberPath(Object) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICanStartBuildingSubCubeProperties.IGrantingMembersOnPath
Granting members on the given path.
memberProperties(Map<String, IProperty>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.LevelInfoBuilder
 
Members - Class in com.quartetfs.pivot.mdx.eval.impl
A set of utility functions for manipulating members.
Members - com.quartetfs.biz.xmla.constants.Keyword
 
Members() - Constructor for class com.quartetfs.pivot.mdx.eval.impl.Members
 
MEMBERS - com.activeviam.copper.hierarchy.CopperLevelMetadata.UserSpecific
Flag for the explicit list of the members of this level.
MEMBERS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
MEMBERS_CAPTION_SEARCH - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
MEMBERS_NAME_SEARCH - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
MEMBERS_SEPARATOR - Static variable in interface com.quartetfs.biz.pivot.formula.IFormula
The MEMBERS_SEPARATOR (comma by default).
MEMBERS_SUPPLIER_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.hierarchy.CalculatedMemberTrivialAnalysisHierarchy
The key at which this analysis property will read its memberSupplier from its properties.
Members.Coverage - Enum in com.quartetfs.pivot.mdx.eval.impl
 
MembersFunction - Class in com.quartetfs.pivot.mdx.func.impl
Members function.
MembersFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersFunction
 
MembersFunction.DimensionMembers - Class in com.quartetfs.pivot.mdx.func.impl
 
MembersFunction.LevelMembers - Class in com.quartetfs.pivot.mdx.func.impl
 
membersIterator(int) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
 
membersIterator(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
membersIterator(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Creates an Iterator over all the members from the level with the specified depth (i.e.
membersIterator(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
membersIterator(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
membersIterator(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedRangeAxisHierarchy
 
membersIterator(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
membersIterator(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
membersIterator(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
membersIterator(int) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
Creates an Iterator over all the members from the level with the specified depth (i.e.
membersIterator(int) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
 
membersIterator(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
 
membersIterator(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
membersIterator(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
membersIterator(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy
 
membersIterator(IMdxHierarchy, int) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Retrieves all the members from the level with the specified ordinal in the hierarchy.
membersIterator(IMdxHierarchy, int) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
membersIterator(Object[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
 
membersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
membersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Creates an Iterator over the members of the most recent version of this hierarchy defined by an input object path.
membersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
membersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
membersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedRangeAxisHierarchy
 
membersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
membersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
membersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
membersIterator(Object[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
Creates an Iterator over the members of this hierarchy matching the given object path.
membersIterator(Object[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
 
membersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
 
membersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
membersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
membersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy
 
membersIterator(String[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
 
membersIterator(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
membersIterator(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Creates an Iterator over the members of the most recent version of this hierarchy defined by an input string path.
membersIterator(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
membersIterator(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
membersIterator(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedRangeAxisHierarchy
 
membersIterator(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
membersIterator(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
membersIterator(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
membersIterator(String[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
Creates an Iterator over the members of this hierarchy matching the given string path.
membersIterator(String[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
 
membersIterator(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
 
membersIterator(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
membersIterator(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
membersIterator(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy
 
membersIterator(Predicate<IMultiVersionAxisMember>, int) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Creates an Iterator over all the members from the level with the specified depth (i.e.
membersIterator(Predicate<IMultiVersionAxisMember>, int) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
membersIterator(Predicate<IMultiVersionAxisMember>, int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
membersIterator(Predicate<IMultiVersionAxisMember>, Object[]) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Creates an Iterator over the members defined by an input object path.
membersIterator(Predicate<IMultiVersionAxisMember>, Object[]) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
membersIterator(Predicate<IMultiVersionAxisMember>, Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
membersIterator(Predicate<IMultiVersionAxisMember>, String[]) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Creates an Iterator over the members defined by an input string path.
membersIterator(Predicate<IMultiVersionAxisMember>, String[]) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
membersIterator(Predicate<IMultiVersionAxisMember>, String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
MembersPropertyFunctions - Class in com.quartetfs.pivot.mdx.func.impl
The various MDX functions based on Members properties.
MembersPropertyFunctions() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersPropertyFunctions
 
MembersPropertyFunctions.ChildrenCardinalityFunction - Class in com.quartetfs.pivot.mdx.func.impl
CHILDREN_CARDINALITY function.
MembersPropertyFunctions.IsDataMemberFunction - Class in com.quartetfs.pivot.mdx.func.impl
Is_DataMember function.
MembersPropertyFunctions.LevelNumberFunction - Class in com.quartetfs.pivot.mdx.func.impl
LEVEL_NUMBER function.
MembersPropertyFunctions.MemberCaptionFunction - Class in com.quartetfs.pivot.mdx.func.impl
MEMBER_CAPTION function.
MembersPropertyFunctions.MemberKeyFunction - Class in com.quartetfs.pivot.mdx.func.impl
MEMBER_KEY function.
MembersPropertyFunctions.MemberNameFunction - Class in com.quartetfs.pivot.mdx.func.impl
MEMBER_NAME function.
MembersPropertyFunctions.MemberTypeFunction - Class in com.quartetfs.pivot.mdx.func.impl
MEMBER_TYPE function.
MembersPropertyFunctions.MemberUniqueNameFunction - Class in com.quartetfs.pivot.mdx.func.impl
MEMBER_UNIQUE_NAME function.
MembersPropertyFunctions.MemberValueFunction - Class in com.quartetfs.pivot.mdx.func.impl
MemberValue function.
MembersPropertyFunctions.ParentCountFunction - Class in com.quartetfs.pivot.mdx.func.impl
PARENT_COUNT function.
MembersPropertyFunctions.ParentLevelFunction - Class in com.quartetfs.pivot.mdx.func.impl
PARENT_LEVEL function.
MembersPropertyFunctions.ParentUniqueNameFunction - Class in com.quartetfs.pivot.mdx.func.impl
PARENT_UNIQUE_NAME function.
MembersSearchCaptionFunction - Class in com.quartetfs.pivot.mdx.func.custom.impl
Class corresponding to the MDX function MembersCaptionSearch.
MembersSearchCaptionFunction() - Constructor for class com.quartetfs.pivot.mdx.func.custom.impl.MembersSearchCaptionFunction
 
MembersSearchNameFunction - Class in com.quartetfs.pivot.mdx.func.custom.impl
Class corresponding to the MDX function MembersNameSearch.
MembersSearchNameFunction() - Constructor for class com.quartetfs.pivot.mdx.func.custom.impl.MembersSearchNameFunction
 
MemberTypeFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersPropertyFunctions.MemberTypeFunction
Constructor.
MemberTypeProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberTypeProperty
 
MemberUniqueNameFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersPropertyFunctions.MemberUniqueNameFunction
Constructor.
MemberUniqueNameProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberUniqueNameProperty
 
MemberUnknownMember() - Constructor for class com.quartetfs.pivot.mdx.func.impl.UnknownMemberFunction.MemberUnknownMember
 
MEMBERVALUE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
MEMBERVALUE2 - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
MemberValueDrillthroughColumn - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
Drillthrough calculator returning the exact value of a member.
MemberValueDrillthroughColumn(String, String, Properties) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.MemberValueDrillthroughColumn
Constructor.
MemberValueFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersPropertyFunctions.MemberValueFunction
Constructor.
MemberValueProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberValueProperty
 
memoizedFilterVisit(ICubeFilter, IContext, long, List<? extends IHierarchy>, IHierarchicalMapping, IFilterVisitor<T>, String) - Static method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.FilterVisitHelper
Visits the given filter, at the given epoch.
memoizedFilterVisit(ICubeFilter, IQueryCache, long, long, List<? extends IHierarchy>, IHierarchicalMapping, IFilterVisitor<T>, String, Function<T, R>) - Static method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.FilterVisitHelper
Visits the given filter, at the given epoch.
MemoizingFunction<T,​R> - Class in com.qfs.util.function
Implementation of a function that can memoize the result of an underlying function.
MemoizingFunction(Function<T, R>) - Constructor for class com.qfs.util.function.MemoizingFunction
Constructor of MemoizingFunction.
MemoryAnalysisService - Class in com.qfs.pivot.monitoring.impl
Basic implementation of the IMemoryAnalysisService.
MemoryAnalysisService(IDatabase, IActivePivotManager, Path) - Constructor for class com.qfs.pivot.monitoring.impl.MemoryAnalysisService
Full constructor.
MemoryManagementStats() - Constructor for class com.activeviam.apm.pivot.monitoring.impl.MemoryMonitoringUtils.MemoryManagementStats
 
MemoryMonitoringUtils - Class in com.activeviam.apm.pivot.monitoring.impl
Utility class for memory monitoring.
MemoryMonitoringUtils.MemoryManagementStats - Class in com.activeviam.apm.pivot.monitoring.impl
Simple bean for holding statistics related to memory management.
MemoryStatisticAdapter - Class in com.qfs.pivot.monitoring.impl
Object ready for JSON serialization.
MemoryStatisticAdapter(IMemoryStatistic) - Constructor for class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
Constructor (use for serialization).
MemoryStatisticAdapter(IMemoryStatistic, String) - Constructor for class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
Constructor (To use for test only !).
MemoryStatisticConstants - Class in com.qfs.monitoring.statistic.memory
Holds constants related to memory statistics.
MemoryStatisticDeserializer - Class in com.qfs.pivot.monitoring.impl
JsonDeserializer for IMemoryStatistic.
MemoryStatisticDeserializer() - Constructor for class com.qfs.pivot.monitoring.impl.MemoryStatisticDeserializer
 
MemoryStatisticSerializerUtil - Class in com.qfs.pivot.monitoring.impl
Utility class to serialize/deserialize IMemoryStatistics.
memoryTracker() - Static method in class com.qfs.memory.impl.PlatformOperations
Returns the memory allocator.
MemoryUtil - Class in com.activeviam.tech.core.api.memory
Utility class to get info about direct memory consumption.
mEND() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mEQ() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
merge(boolean, IHistory) - Method in interface com.qfs.agg.IHistory
Merges two IHistory instances.
merge(boolean, IHistory) - Method in class com.qfs.agg.impl.AvgFunction.AVectorHistory
 
merge(boolean, IHistory) - Method in class com.qfs.agg.impl.AvgFunction.NumberHistory
 
merge(boolean, IHistory) - Method in class com.qfs.agg.impl.DistinctCountFunction.History
 
merge(boolean, IHistory) - Method in class com.qfs.agg.impl.DistinctCountSupportingRemovalsFunction.History
 
merge(boolean, IHistory) - Method in class com.qfs.agg.impl.MaxHistoryFunction.History
 
merge(boolean, IHistory) - Method in class com.qfs.agg.impl.MinHistoryFunction.History
 
merge(int, ATasksPerNumaNode) - Method in class com.qfs.pool.ATasksPerNumaNode
Merges all the given tasks inside this set of tasks, preserving the binding (NUMA node -> set of tasks) unchanged.
merge(int, ATasksPerNumaNode) - Method in class com.qfs.pool.impl.TasksPerNumaNode
 
merge(ContextValueDescription) - Method in class com.activeviam.contextservice.distributed.message.ContextValueMerger
Merges the given context value description into the existing ones.
merge(DictionaryConfiguration, DictionaryConfiguration) - Static method in class com.activeviam.dic.provider.impl.DictionaryConfiguration
Returns a configuration for a dictionary that will accept the values supported by the given configurations.
merge(IDistributedActivePivotTransaction.DistributedActivePivotTransactionInfoType, IHierarchy, String, String, List<IMember>, List<IMember>) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchy
Merges the given hierarchy received from the given address into this one.
merge(IParserResult<I>) - Method in class com.qfs.msg.csv.impl.ParserResult
Merge the parser result into this one.
merge(IEpoch, IAxisHierarchyCollector, boolean, List<IMember>, List<IMember>) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Merges the specified transaction into this base.
merge(IEpoch, IAxisHierarchyCollector, boolean, List<IMember>, List<IMember>) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
merge(IEpoch, IAxisHierarchyCollector, boolean, List<IMember>, List<IMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
merge(ICompilationArguments<ARG>) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.CompilationArguments
 
merge(ICompilationArguments<ArgT>) - Method in interface com.qfs.pivot.mdx.compil.ICompilationArguments
Merge two args into the current instance or into a new instance.
merge(ATasksPerNumaNode) - Method in class com.qfs.pool.ATasksPerNumaNode
Merges all the given tasks inside this set of tasks, preserving the binding (NUMA node -> set of tasks) unchanged.
merge(SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Method in interface com.activeviam.copper.api.CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderToMerge
Defines how to merge an aggregation buffer into another one.
merge(SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Method in class com.activeviam.copper.builders.agg.InternalCopperUdafBuilderToMerge
 
merge(SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Method in class com.activeviam.copper.builders.agg.InternalCopperUdafOnMeasuresBuilderToMerge
 
merge(IRangeUnion.Range) - Method in class com.qfs.util.impl.RangeUnion
Deprecated.
 
merge(IRangeUnion.Range) - Method in interface com.qfs.util.IRangeUnion
Deprecated.
Merge a range with previously merged ranges.
merge(IHierarchy) - Method in interface com.qfs.pivot.hierarchy.IHierarchyCollector
Deprecated.
Merges the content of the given hierarchy in this collector.
merge(IHierarchy) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
merge(IHierarchy) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
 
merge(IHierarchy, boolean, List<IMember>, List<IMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
Merges the given hierarchy's content into this one.
merge(IHierarchy, IHierarchy, IParentAxisMember, boolean, List<IMember>, List<IMember>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
merge(IHierarchy, IHierarchy, IParentAxisMember, boolean, List<IMember>, List<IMember>) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IParentAxisMember
Deprecated.
Merge another axis member with this axis member.
merge(IHierarchy, IHierarchy, IParentAxisMember, IParentAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.StandardMergeProcedure
 
merge(IHierarchy, IHierarchy, IParentAxisMember, T) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMergeProcedure
The two members to merge.
merge(IHierarchy, List<IMember>, List<IMember>, boolean) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
Merges the given hierarchy's content into this one.
merge(MdxEvent) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxEvent
Merges the INamedSetReference of the input event with the already registered ones.
merge(MdxEvent, MdxEvent) - Static method in class com.quartetfs.pivot.mdx.realtime.impl.MdxEvent
Merges 2 events into a new one.
merge(MdxEvent, MdxEvent) - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanUpdater
 
merge(Integer, Integer) - Method in class com.qfs.dic.impl.ParallelRehash
 
merge(Runnable...) - Static method in class com.qfs.memory.impl.ActiveCollector
Merges several runnables into one Runnable that runs them all.
merge(Void, Void) - Method in class com.quartetfs.pivot.mdx.plan.impl.BasicCellPlanExecutor
 
merge(Void, Void) - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanExecutor
 
merge(Supplier<Collection<E>>, Collection<? extends E>, Collection<? extends E>) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Merge the two given collections into a new collection.
merge(Iterator<? extends E>...) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Merges the given iterators.
merge(List<Runnable>) - Static method in class com.qfs.memory.impl.ActiveCollector
Merges several runnables into one Runnable that runs them all.
merge(Map<String, String>, Map<String, String>) - Static method in class com.activeviam.database.api.query.QueryTags
Merges by giving priority to the element in the left Map in case of conflict.
merge(R, R) - Method in interface com.quartetfs.pivot.mdx.plan.impl.PassDirectedExecutionGraph.ITaskExecutor
Merge two results.
MERGE_DIMENSION - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
mergeBase(IDistributedAxisHierarchyBase, IEpoch) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.IDistributedAxisHierarchyBase
Merge an other polymorphic base into this base.
mergeBase(IDistributedAxisHierarchyBase, IEpoch) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.DistributedVirtualAxisHierarchyBase
 
mergeBase(IDistributedAxisHierarchyBase, IEpoch) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
mergeBase(MultiVersionDistributedDimension) - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension
Merge the two bases.
mergeBase(MultiVersionDistributedDimension) - Method in class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisDimension
 
mergeByCopying(IAggregatesRetrievalResult) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalAggregatesRetrievalResult
Creates a new result that contains the measures from both this and the other given result.
mergeByCopying(IAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
MergeCopperFunction(ICopperFunction, RecordFormat, ArrayList<ICopperFunction>) - Constructor for class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger.MergeCopperFunction
Constructor.
MergeCopperOperator(List<IInternalCopperMeasure>, ICopperOperator, ArrayList<ICopperFunction>) - Constructor for class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger.MergeCopperOperator
Constructor.
MergeCursor - Class in com.qfs.store.query.impl
Merge the result of multiple cursors into a unique cursor.
MergeCursor(ICursor[]) - Constructor for class com.qfs.store.query.impl.MergeCursor
Full constructor.
MERGED_INTO - com.activeviam.dic.provider.impl.ImpactType
 
mergeDictionaries(IApplicationDictionaryProvider.GlobalDictionaryKey, IApplicationDictionaryProvider.GlobalDictionaryKey) - Method in interface com.activeviam.dic.provider.IDictionaryProviderTransaction
Requests the merge operation between a main dictionary key and another dictionary key that will be merged into the first one.
mergeDictionaries(IApplicationDictionaryProvider.GlobalDictionaryKey, IApplicationDictionaryProvider.GlobalDictionaryKey) - Method in class com.activeviam.dic.provider.impl.DictionaryProviderTransaction
 
MergedTransactionCommittedMessage - Class in com.qfs.messenger.message.impl
A ITransactionCommittedMessage resulting from a merged of several ITransactionCommittedMessage.
MergedTransactionCommittedMessage() - Constructor for class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
No-argument constructor, for serialization.
MergedTransactionCommittedMessage(List<ITransactionCommittedMessage>) - Constructor for class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
Constructor.
MergedUpateWhereProcedure(ITransactionManager.IUpdateWhereProcedure[]) - Constructor for class com.qfs.store.service.impl.JsonUpdateWhereCompiler.MergedUpateWhereProcedure
mergeEvents(T) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IMergeableEvent
Merges another event with this one, returning the merged event.
MergeException - Exception in com.quartetfs.biz.pivot
Exception that marks the inability of an object to be merged into another.
MergeException() - Constructor for exception com.quartetfs.biz.pivot.MergeException
 
MergeException(String) - Constructor for exception com.quartetfs.biz.pivot.MergeException
 
MergeException(String, Object...) - Constructor for exception com.quartetfs.biz.pivot.MergeException
 
MergeException(String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.MergeException
 
MergeException(Throwable) - Constructor for exception com.quartetfs.biz.pivot.MergeException
 
MergeException(Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.MergeException
 
mergeHierarchyDescriptionsAndCheckConflicts(List<IAxisDimensionDescription>, List<IAxisDimensionDescription>) - Static method in class com.activeviam.copper.ContextUtils
Deprecated.
Merges the hierarchy descriptions from the cube description and the hierarchies brought by Copper.
mergeIntersectable(Map<K, V>, Map<K, V>) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextUtils
Merge two maps with precedence and intersection.
mergeLeafMemberValues(IHierarchy, IHierarchy, IParentAxisMember, boolean) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
mergeLeafMemberValues(IHierarchy, IHierarchy, IParentAxisMember, boolean) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IParentAxisMember
Deprecated.
We are guaranteed to be at the leaf level when merging this two members.
mergeMeasureDescription(List<INativeMeasureDescription>, List<IAggregatedMeasureDescription>, List<IAdvancedAggregatedMeasureDescription>, List<IPostProcessorDescription>, List<IMeasureMemberDescription>) - Static method in class com.activeviam.copper.ContextUtils
Deprecated.
Merges the measure descriptions from the cube description and the calculation and checks for naming conflicts.
mergeMemberValues(IHierarchy, IHierarchy, IParentAxisMember, boolean) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
mergeMemberValues(IHierarchy, IHierarchy, IParentAxisMember, boolean) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IParentAxisMember
Deprecated.
Merge the values from the toMergeMember into the this member.
MergePartitions - com.quartetfs.biz.xmla.constants.Keyword
 
MergePartitions - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
mergePrimitiveResultsByAggregating(IAggregatesRetrievalResult) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalAggregatesRetrievalResult
Aggregates the primitive measures from the other result into this result.
mergePrimitiveResultsByAggregating(IAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
mergePrimitives() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPrimitiveMerger
Executes the processor.
mergeRemoveAll(IEpoch) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Merge a removal of all alive members present in the hierarchy.
mergeRemoveAll(IEpoch) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
mergeRemoveAll(IEpoch) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
mergeTmpCollector(List<IAxisHierarchyCollector>) - Static method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
Merge all the collectors together.
MergeUtils - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
 
MergeUtils() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MergeUtils
 
mergeWithFilter(IBitmap, IBitmap, int) - Static method in class com.qfs.store.query.plan.impl.ResultMerger
Merges two bitmaps representing rows found by querying a store.
MergingFilterVisitor<FirstT,​SecondT> - Class in com.quartetfs.biz.pivot.context.subcube.visitor.impl
An IDictionarizedFilterVisitor that delegates its visit to two child visitors, and whose result is a pair of the two results.
MergingFilterVisitor(IDictionarizedFilterVisitor<FirstT>, IDictionarizedFilterVisitor<SecondT>) - Constructor for class com.quartetfs.biz.pivot.context.subcube.visitor.impl.MergingFilterVisitor
Constructor of MergingFilterVisitor.
MergingStorePartitionUpdate - Class in com.qfs.plan.impl
Incrementally built partition impact.
MergingStorePartitionUpdate(String, int) - Constructor for class com.qfs.plan.impl.MergingStorePartitionUpdate
Fully-qualified constructor.
MESSAGE - Static variable in class com.qfs.jackson.impl.ExceptionSerializer
The message.
MESSAGE_ACTION - Static variable in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
Action keyword for message = "message".
MESSAGE_FROM_TAG - Static variable in class com.qfs.messenger.impl.ADistributedMessenger
 
MESSAGE_SIZE_TAG - Static variable in class com.qfs.messenger.impl.ADistributedMessenger
 
MESSAGE_TAG - Static variable in class com.qfs.messenger.impl.ADistributedMessenger
Tracing tags.
MESSAGE_TO_TAG - Static variable in class com.qfs.messenger.impl.ADistributedMessenger
 
MessageBox - Class in com.qfs.snl.messages.impl
A box that will hold all messages received by a given recipient.
MessageBox(String) - Constructor for class com.qfs.snl.messages.impl.MessageBox
Constructor.
MessageCounterStatistic() - Constructor for class com.qfs.messenger.impl.DistributedMessengerStatistics.MessageCounterStatistic
 
MessageDto - Class in com.qfs.snl.dtos
DTO representation of a message.
MessageDto() - Constructor for class com.qfs.snl.dtos.MessageDto
Constructor.
MessageDto(long, long, String, Collection<String>, String, MessageLevel, String, Object, boolean) - Constructor for class com.qfs.snl.dtos.MessageDto
Constructor.
MessageDto(IMessage) - Constructor for class com.qfs.snl.dtos.MessageDto
Constructor from the interface.
messageHandler() - Method in class com.activeviam.apm.cfg.impl.MonitoredDataLoadingConfig
Dedicated message handler to log information about data parsing and translating file data source.
MessageLevel - Enum in com.qfs.snl.messages
The various levels of messages.
MessageRestServiceController - Class in com.qfs.snl.rs.impl
The messages rest service.
MessageRestServiceController(IMessageService) - Constructor for class com.qfs.snl.rs.impl.MessageRestServiceController
Constructor.
MessagesActiveViamWeb - Class in com.qfs.logging
Deprecated, for removal: This API element is subject to removal in a future version.
MessagesActiveViamWeb() - Constructor for class com.qfs.logging.MessagesActiveViamWeb
Deprecated.
 
MessagesComposer - Class in com.qfs.logging
Deprecated, for removal: This API element is subject to removal in a future version.
MessagesComposer() - Constructor for class com.qfs.logging.MessagesComposer
Deprecated.
 
MessagesCore - Class in com.qfs.logging
Deprecated, for removal: This API element is subject to removal in a future version.
MessagesCore() - Constructor for class com.qfs.logging.MessagesCore
Deprecated.
 
MessagesCSV - Class in com.qfs.logging
MessagesCSV.
MessagesCSV() - Constructor for class com.qfs.logging.MessagesCSV
 
MessagesDatastore - Class in com.qfs.logging
Deprecated, for removal: This API element is subject to removal in a future version.
MessagesDatastore() - Constructor for class com.qfs.logging.MessagesDatastore
Deprecated.
 
MessagesDistribution - Class in com.qfs.logging
Deprecated, for removal: This API element is subject to removal in a future version.
MessagesDistribution() - Constructor for class com.qfs.logging.MessagesDistribution
Deprecated.
 
messageService() - Method in class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
 
messageService() - Method in interface com.qfs.snl.cfg.IActiveMonitorServiceConfiguration
[Bean] Service to send messages to ActiveMonitor users.
messageService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
 
messageService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Service to send messages to ActiveMonitor users.
MessageService - Class in com.qfs.snl.messages.impl
Basic implementation of a message service.
MessageService() - Constructor for class com.qfs.snl.messages.impl.MessageService
Default Constructor.
MessagesMdx - Class in com.qfs.logging
Deprecated, for removal: This API element is subject to removal in a future version.
MessagesMdx() - Constructor for class com.qfs.logging.MessagesMdx
Deprecated.
 
MessagesMvcc - Class in com.activeviam.logging
Deprecated, for removal: This API element is subject to removal in a future version.
MessagesMvcc() - Constructor for class com.activeviam.logging.MessagesMvcc
Deprecated.
 
MessagesQueries - Class in com.qfs.logging
Deprecated, for removal: This API element is subject to removal in a future version.
MessagesQueries() - Constructor for class com.qfs.logging.MessagesQueries
Deprecated.
 
MessagesServer - Class in com.qfs.logging
Deprecated, for removal: This API element is subject to removal in a future version.
MessagesServer() - Constructor for class com.qfs.logging.MessagesServer
Deprecated.
 
MessagesStreaming - Class in com.qfs.logging
This class is used for logging purposes.
MessagesTransactions - Class in com.qfs.logging
Deprecated, for removal: This API element is subject to removal in a future version.
MessagesTransactions() - Constructor for class com.qfs.logging.MessagesTransactions
Deprecated.
 
MessagesUtil - Class in com.qfs.snl.messages.impl
Helper methods for messages.
MessagesXMLA - Class in com.qfs.logging
Deprecated, for removal: This API element is subject to removal in a future version.
MessagesXMLA() - Constructor for class com.qfs.logging.MessagesXMLA
Deprecated.
 
messageTaskPublisher() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] A component publishing tasks as ActiveMonitor messages.
MessageTaskPublisher - Class in com.qfs.snl.workflows.tasks.impl
Default implementation of AMessageTaskPublisher.
MessageTaskPublisher(IMessageService) - Constructor for class com.qfs.snl.workflows.tasks.impl.MessageTaskPublisher
Constructor.
messageTopic() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] The message socket topic.
MessageTopic - Class in com.qfs.snl.ws.impl
Topic for websockets listening to messages.
MessageTopic(IMessageWsService) - Constructor for class com.qfs.snl.ws.impl.MessageTopic
Constructor.
MessageUtil - Class in com.quartetfs.fwk.util
Message utility class, to build messages from a message a message key, and parameters.
MessageUtil() - Constructor for class com.quartetfs.fwk.util.MessageUtil
 
messageWebSocketService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] A message service to handle socket connections.
MessageWsService - Class in com.qfs.snl.ws.impl
The message ws service.
MessageWsService(IMessageService) - Constructor for class com.qfs.snl.ws.impl.MessageWsService
Constructor.
MessagingConfiguration - Class in com.qfs.snl.cfg.impl
Configuration of beans with message purposes.
MessagingConfiguration() - Constructor for class com.qfs.snl.cfg.impl.MessagingConfiguration
 
MESSENGER_KEY - Static variable in class com.qfs.distribution.impl.MessengerUtil
Properties key for the plugin key of a IDistributedMessenger.
MESSENGER_LOGICAL_ADDRESS_PROPERTY - com.activeviam.properties.impl.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 - com.activeviam.properties.impl.ActiveViamProperty
Property that specifies the distribution protocol file's path (e.g.
MESSENGER_TIMEOUT - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The name of the property that sets the default timeout used by the messenger when waiting for a reply to a remote message.
MessengerDefinition - Class in com.quartetfs.biz.pivot.definitions.impl
 
MessengerDefinition() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.MessengerDefinition
Default constructor that will use the default Netty messenger.
MessengerDefinition(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.MessengerDefinition
Constructor.
MessengerDefinition(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.MessengerDefinition
Constructor.
MessengerDefinition(String, String, Properties) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.MessengerDefinition
Constructor.
MessengerDefinition(String, Properties) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.MessengerDefinition
Constructor.
MessengerException - Exception in com.quartetfs.biz.pivot.distribution
Exception thrown when message sizes exceed the allowed limits.
MessengerException() - Constructor for exception com.quartetfs.biz.pivot.distribution.MessengerException
Constructor.
MessengerException(String) - Constructor for exception com.quartetfs.biz.pivot.distribution.MessengerException
Constructor.
MessengerException(String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.distribution.MessengerException
Constructor.
MessengerException(Throwable) - Constructor for exception com.quartetfs.biz.pivot.distribution.MessengerException
Constructor.
MessengerUtil - Class in com.qfs.distribution.impl
Set of utility functions to manage cluster messengers.
MessengerUtil() - Constructor for class com.qfs.distribution.impl.MessengerUtil
 
metadata - Variable in class com.activeviam.contextservice.local.ContextValueDescriptionCreator
The metadata.
metadata(DatastoreStructure.LazyResource<IStoreMetadata>) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
Metadata - com.quartetfs.biz.xmla.impl.XmlaProperties.ContentValue
 
Metadata - com.quartetfs.pivot.mdx.statement.FunctionCategory
 
MetadataRepository - Class in com.activeviam.contextservice.local
Metadata repository.
metadataService() - Method in class com.qfs.server.cfg.impl.ActivePivotRestServicesConfig
Builds and returns a service managing the metadata of context values.
Method - com.quartetfs.pivot.mdx.statement.Syntax
Method style e.g.
mEXACT() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mEXISTING() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mFALSE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mFIRSTROW() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mFROM() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mGE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mGLOBAL() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mGT() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mHIDDEN() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
Microsoft_Clustering - com.quartetfs.biz.xmla.constants.Keyword
 
Microsoft_Decision_Trees - com.quartetfs.biz.xmla.constants.Keyword
 
mID() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MIDPOINT - com.qfs.agg.impl.PercentileFunction.InterpolationMode
Deprecated.
 
min() - Method in interface com.activeviam.copper.api.CopperMeasureToAggregateAbove
Aggregates the values on the defined leaf levels using the min aggregation.
min() - Method in class com.activeviam.copper.measure.CopperMeasureToAggregateAboveBuilder
 
min() - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
min() - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
min(int[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Gets the tiniest value in the given array.
min(CopperMeasure) - Static method in class com.activeviam.copper.api.Copper
Starts defining an aggregation analytic function with the min function.
min(CopperStoreField) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure by aggregating a field from a store linked to the cube using the min aggregation.
min(String) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure by aggregating a field from the selection using the min aggregation.
min(String) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilder
 
MIN - Static variable in class com.quartetfs.fwk.monitoring.impl.QuantityMonitor
 
MIN - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
MIN_BUFFER_SIZE - Static variable in class com.qfs.bitmap.impl.QFSBitmap
Minimum size of the word buffer.
MIN_DATA_BLOCK - Static variable in class com.quartetfs.biz.xmla.compression.impl.ACompressor
Min block data length.
MIN_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
MIN_HISTORY_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
MinFunction - Class in com.qfs.agg.impl
Append only MIN aggregation function.
MinFunction - Class in com.quartetfs.pivot.mdx.func.impl
Min function.
MinFunction() - Constructor for class com.qfs.agg.impl.MinFunction
 
MinFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MinFunction
 
MinFunction.MinBindingDouble - Class in com.qfs.agg.impl
Min binding for the 'double' data type.
MinFunction.MinBindingDoubleNullable - Class in com.qfs.agg.impl
Min binding for the nullable 'double' data type.
MinFunction.MinBindingFloat - Class in com.qfs.agg.impl
Min binding for the 'float' data type.
MinFunction.MinBindingFloatNullable - Class in com.qfs.agg.impl
Min binding for the nullable 'float' data type.
MinFunction.MinBindingInt - Class in com.qfs.agg.impl
Min binding for the 'int' data type.
MinFunction.MinBindingIntNullable - Class in com.qfs.agg.impl
Min binding for the nullable 'int' data type.
MinFunction.MinBindingLong - Class in com.qfs.agg.impl
Min binding for the 'long' data type.
MinFunction.MinBindingLongNullable - Class in com.qfs.agg.impl
Min binding for the nullable 'long' data type.
MinFunction.MinBindingObject - Class in com.qfs.agg.impl
 
MinHeapDouble - Class in com.qfs.heap.impl
A heap with the ability to store primitive doubles.
MinHeapDouble(int) - Constructor for class com.qfs.heap.impl.MinHeapDouble
Constructs a heap with a maximum capacity.
MinHeapDoubleWithIndices - Class in com.qfs.heap.impl
A heap with the ability to store primitive doubles.
MinHeapDoubleWithIndices(int) - Constructor for class com.qfs.heap.impl.MinHeapDoubleWithIndices
Constructs a heap with a maximum capacity.
MinHeapFloat - Class in com.qfs.heap.impl
A heap with the ability to store primitive floats.
MinHeapFloat(int) - Constructor for class com.qfs.heap.impl.MinHeapFloat
Constructs a heap with a maximum capacity.
MinHeapFloatWithIndices - Class in com.qfs.heap.impl
A heap with the ability to store primitive floats.
MinHeapFloatWithIndices(int) - Constructor for class com.qfs.heap.impl.MinHeapFloatWithIndices
Constructs a heap with a maximum capacity.
MinHeapInteger - Class in com.qfs.heap.impl
A heap with the ability to store primitive ints.
MinHeapInteger(int) - Constructor for class com.qfs.heap.impl.MinHeapInteger
Constructs a heap with a maximum capacity.
MinHeapIntegerWithIndices - Class in com.qfs.heap.impl
A heap with the ability to store primitive ints.
MinHeapIntegerWithIndices(int) - Constructor for class com.qfs.heap.impl.MinHeapIntegerWithIndices
Constructs a heap with a maximum capacity.
MinHeapLong - Class in com.qfs.heap.impl
A heap with the ability to store primitive longs.
MinHeapLong(int) - Constructor for class com.qfs.heap.impl.MinHeapLong
Constructs a heap with a maximum capacity.
MinHeapLongWithIndices - Class in com.qfs.heap.impl
A heap with the ability to store primitive longs.
MinHeapLongWithIndices(int) - Constructor for class com.qfs.heap.impl.MinHeapLongWithIndices
Constructs a heap with a maximum capacity.
MinHistoryFunction - Class in com.qfs.agg.impl
Light plugin value for the Min IAggregationFunction.
MinHistoryFunction() - Constructor for class com.qfs.agg.impl.MinHistoryFunction
Constructor.
MinHistoryFunction.History - Class in com.qfs.agg.impl
 
MINIMAL_CHUNK_SIZE - Static variable in class com.qfs.chunk.impl.Chunks
MINIMAL_CHUNK_SIZE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property that configures the minimal chunk size of the application.
MINIMUM_LEVELS - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.MinimumLevelsPostProcessor
The concatenated names of the levels at the smallest depth that will be shown, separated by SEPARATOR from the IPostProcessor interface.
MinimumLevelsPostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
Hides measures that are higher than some given levels in their respective hierarchies.
MinimumLevelsPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.MinimumLevelsPostProcessor
Constructor.
MinimumLevelsPostProcessor.MinimumLevelsPrefetcher - Class in com.quartetfs.biz.pivot.postprocessing.impl
The minimum levels prefetcher.
MinimumLevelsPrefetcher(IMeasuresProvider, List<Integer>, List<Integer>, List<String>) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.MinimumLevelsPostProcessor.MinimumLevelsPrefetcher
Constructor.
minimumValue() - Method in interface com.activeviam.contextservice.metadata.IDoubleContextMetadata
Not null if isRange is true.
minimumValue() - Method in interface com.activeviam.contextservice.metadata.IIntegerContextMetadata
Not null if isRange is true.
Mining - com.quartetfs.biz.xmla.constants.Keyword
 
MINING_PARAMETERS - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
MINING_STRUCTURE - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
minThresholdForAutoVectorizer() - Method in interface com.activeviam.database.commons.api.settings.IDirectQueryEmulatedVectorSettings
Minimum number of columns starting with the same pattern and ending with a number to trigger the auto-vectorization.
minus(CopperMeasure) - Method in interface com.activeviam.copper.api.CopperMeasure
Creates a Copper measure that represents the result of the subtraction of another numeric measure from this numeric measure.
minus(CopperMeasure) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
minus(Operators.PrimitiveTypeSelector) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Selects the implementation of negative translation that can produce the given outputType.
minus(Operators.PrimitiveTypeSelector) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Selects the implementation of negative translation that can produce the given outputType.
minus(Operators.PrimitiveTypeSelector) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Selects the implementation of minus that produces output of the given type.
minus(ExtendedContentType) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Selects the implementation of minus matching the given output type.
minus(IVector) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
minus(IVector) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
minus(IVector) - Method in class com.qfs.vector.impl.AVector
 
minus(IVector) - Method in class com.qfs.vector.impl.EmptyVector
 
minus(IVector) - Method in interface com.qfs.vector.IVector
Subtracts the content of the given vector to this vector, overriding the existing data.
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
 
minus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.GenericVectorBinding
 
minus(IVector, IVector) - Method in interface com.qfs.vector.IVectorBinding
Subtracts the content of the right vector to the left vector, overriding the existing data.
MINUS - com.activeviam.copper.operation.operator.Operators.BinaryOperator
The minus operator.
MINUS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MINUS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
MINUS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
MINUS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
minusAsDouble(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Subtracts two scalars to produce a double.
minusAsFloat(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Subtracts two scalars to produce a float.
minusAsInt(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Subtracts two scalars to produce an integer.
minusAsLong(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Subtracts two scalars to produce a long.
minusAsVectorWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Subtracts two vectors to produce a vector of the desired output type.
minusAsVectorWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Subtracts two vectors to produce a vector of the desired output type.
MinusFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
MinusFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MinusFunction
Constructor of MinusFunction.
minusNegativeValues(IVector) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
minusNegativeValues(IVector) - Method in class com.qfs.vector.impl.AVector
 
minusNegativeValues(IVector) - Method in class com.qfs.vector.impl.EmptyVector
 
minusNegativeValues(IVector) - Method in interface com.qfs.vector.IVector
Subtracts the negative values of the given vector to this vector, overriding the existing data.
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.GenericVectorBinding
 
minusNegativeValues(IVector, IVector) - Method in interface com.qfs.vector.IVectorBinding
Subtracts the negative values of the right vector to the left vector, overriding the existing data.
minusPositiveValues(IVector) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
minusPositiveValues(IVector) - Method in class com.qfs.vector.impl.AVector
 
minusPositiveValues(IVector) - Method in class com.qfs.vector.impl.EmptyVector
 
minusPositiveValues(IVector) - Method in interface com.qfs.vector.IVector
Subtracts the positive values of the given vector to this vector, overriding the existing data.
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.GenericVectorBinding
 
minusPositiveValues(IVector, IVector) - Method in interface com.qfs.vector.IVectorBinding
Subtracts the positive values of the right vector to the left vector, overriding the existing data.
mIS() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MISSED_EVENT - com.quartetfs.biz.pivot.query.registration.impl.RegistrationState
The state of a registration which is trying to register continuous queries and received an event for one of them before completing.
missedPrefetchBehavior(String) - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
The missed prefetch behavior.
MissedPrefetchBehavior - Class in com.quartetfs.biz.pivot.query.aggregates.impl
 
MissedPrefetchBehavior() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.MissedPrefetchBehavior
Empty constructor for serialization.
MissedPrefetchBehavior(IMissedPrefetchBehavior.Behavior) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.MissedPrefetchBehavior
Constructor.
MISSING_MEMBER_LIST_ERROR_MESSAGE - Static variable in class com.activeviam.copper.hierarchy.InternalCopperLevelValues
Error message to throw when the members of a hierarchy can't be deduced.
MISSING_ROWSET_DEFINITION - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
MissingLocationsQuery - Class in com.quartetfs.biz.pivot.query.missing.impl
 
MissingLocationsQuery() - Constructor for class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsQuery
Default constructor.
MissingLocationsQuery(Map<ILocation, List<IUnresolvedPath>>, IMissingLocationsQueryListener) - Constructor for class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsQuery
Constructor.
MissingLocationsQueryHandler - Class in com.quartetfs.biz.pivot.query.missing.impl
 
MissingLocationsQueryHandler(IMissingLocationsQuery, IMissingLocationsSolver) - Constructor for class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsQueryHandler
Constructor.
MissingLocationsSolver - Class in com.quartetfs.biz.pivot.query.missing.impl
 
MissingLocationsSolver() - Constructor for class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsSolver
 
mix(int) - Static method in class com.qfs.util.impl.PointHashing
Deprecated.
Mix the bits of an integer.
MIXED_CHANGES - com.activeviam.database.api.experimental.refresh.ChangeType
Some rows have been added, updated, removed and provided condition is able to capture the data perimeter to update.
mKPI() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mLBRACE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mLE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mLEVELS_COUNT() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mLINE_COMMENT() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mLPAREN() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mLT() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MMAP_THRESHOLD - Static variable in class com.qfs.chunk.direct.allocator.impl.MmapNativeMemoryAllocator
The threshold (exclusive) under which sun.misc.Unsafe is used for memory allocation.
MMAP_THRESHOLD_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that sets the threshold under which sun.misc.Unsafe is used for memory allocation.
mmapAnon(long) - Method in interface com.qfs.platform.IPlatform
MMAP an anonymous memory section (ie not backed by a file).
mmapAnon(long) - Method in class com.qfs.platform.linux.LinuxPlatform
 
mmapAnon(long) - Method in class com.qfs.platform.share.SharePlatform
 
mmapAnon(long) - Method in class com.qfs.platform.share.VirtualPlatform
 
mmapAnon(long) - Method in class com.qfs.platform.solaris.SolarisPlatform
 
mmapAnon(long) - Method in class com.qfs.platform.win.WindowsPlatform
 
MmapDirectChunkAllocator - Class in com.qfs.chunk.direct.allocator.impl
An implementation of ADirectChunkAllocator that uses JNI call to mmap to allocate its memory on Linux, or VirtualAlloc on Windows.
MmapDirectChunkAllocator() - Constructor for class com.qfs.chunk.direct.allocator.impl.MmapDirectChunkAllocator
Default constructor.
MmapNativeMemoryAllocator - Class in com.qfs.chunk.direct.allocator.impl
A memory allocator that allocates memory via MMAP instead of Unsafe, above allocation size threshold.
MmapNativeMemoryAllocator() - Constructor for class com.qfs.chunk.direct.allocator.impl.MmapNativeMemoryAllocator
 
mMAXROWS() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mMEMBER() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mMINUS() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mNE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mNON_EMPTY() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mNON_VISUAL() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mNOT() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mNOT_A_DOUBLE_QUOTE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mNOT_A_QUOTE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mNULL() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mNUMBER() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mOBRACKET() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mode - Variable in class com.qfs.util.tar.impl.TarHeader
The entry's permission mode.
MODE - Static variable in class com.activeviam.copper.pivot.pp.FirstLastPostProcessor
Property key to store the execution mode for the PP.
MODE - Static variable in class com.activeviam.copper.pivot.pp.LeadLagPostProcessor
Property key to store the execution mode for the PP.
Model - com.quartetfs.biz.xmla.constants.Keyword
 
MODEL_CATALOG - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
Model_Existence_Only - com.quartetfs.biz.xmla.constants.Keyword
 
MODEL_GUID - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
MODEL_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
MODEL_PROPID - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
MODEL_SCHEMA - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
MODEL_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
MODELEN - Static variable in class com.qfs.util.tar.impl.TarHeader
The length of the mode field in a header buffer.
Models - com.quartetfs.biz.xmla.constants.Keyword
 
modified() - Method in interface com.qfs.msg.csv.IFileEvent
Returns the data providers that have been modified.
modified() - Method in class com.qfs.msg.csv.impl.FileEvent
 
MODIFIED - com.qfs.msg.csv.impl.ACSVTopic.ResourceStatus
Corresponds to the modification of a data provider.
ModifiedLocation - Class in com.quartetfs.biz.pivot.impl
An ILocation that wraps another ILocation, modifying some of its coordinates.
ModifiedLocation(ILocation, int[], Object[][]) - Constructor for class com.quartetfs.biz.pivot.impl.ModifiedLocation
Constructor.
ModifiedLocation(ILocation, int, Object[]) - Constructor for class com.quartetfs.biz.pivot.impl.ModifiedLocation
Constructor.
ModifiedMessage - Class in com.qfs.snl.messages.impl
Wrapper around a message to be able to mark it as read.
ModifiedMessage(IMessage) - Constructor for class com.qfs.snl.messages.impl.ModifiedMessage
Constructor.
MODIFY - com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder.OperationFlag
Allow modifying any coordinate of the initial location.
modTime - Variable in class com.qfs.util.tar.impl.TarHeader
The entry's modification time.
MODTIMELEN - Static variable in class com.qfs.util.tar.impl.TarHeader
The length of the modification time field in a header buffer.
Modulo - Class in com.quartetfs.pivot.mdx.utils.impl
Modulos implementations encapsulate algorithms to map between integral ordinals and position arrays.
Modulo() - Constructor for class com.quartetfs.pivot.mdx.utils.impl.Modulo
 
Modulo.Base - Class in com.quartetfs.pivot.mdx.utils.impl
 
Modulo.Many - Class in com.quartetfs.pivot.mdx.utils.impl
 
Modulo.One - Class in com.quartetfs.pivot.mdx.utils.impl
 
Modulo.Three - Class in com.quartetfs.pivot.mdx.utils.impl
 
Modulo.Two - Class in com.quartetfs.pivot.mdx.utils.impl
 
Modulo.Zero - Class in com.quartetfs.pivot.mdx.utils.impl
 
ModuloFunctionDescription - Class in com.qfs.store.part.impl
Describe a modulo function.
ModuloFunctionDescription(int) - Constructor for class com.qfs.store.part.impl.ModuloFunctionDescription
Constructor.
mON() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
Monitor - Class in com.qfs.snl.monitors.impl
The monitor stored in database.
Monitor(long, String, String, String, String, String, Long, IAudit, IAudit, String, String, String) - Constructor for class com.qfs.snl.monitors.impl.Monitor
Constructor.
Monitor(IMonitor) - Constructor for class com.qfs.snl.monitors.impl.Monitor
Constructor that builds an monitor with the interface IMonitor.
MONITOR - Static variable in interface com.qfs.snl.workflows.IWorkflowPayload.Variables
IMonitor: the monitor concerned.
MONITOR - Static variable in interface com.qfs.snl.workflows.IWorkflowService.WorkflowEntities
Entity type for monitor workflows.
MONITOR_EVENT - Static variable in interface com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when new events are received for one or many monitors.
MONITOR_OPERATION_PREFIX - Static variable in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
STATISTICS_OPERATION_PREFIX.
MonitorAgents - Class in com.qfs.snl.agent
Informations about the monitor agents declared by ActivePivot.
MonitorBuilder - Class in com.qfs.snl.monitors.impl
The monitor builder.
MonitorBuilder() - Constructor for class com.qfs.snl.monitors.impl.MonitorBuilder
 
MonitorBuilder.Builder - Class in com.qfs.snl.monitors.impl
 
monitorDao() - Method in interface com.qfs.snl.cfg.IActiveMonitorPersistenceConfiguration
[Bean] DAO managing database operations on monitors.
monitorDao() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
MonitorDao - Class in com.qfs.snl.persistence.impl
The monitor data access object.
MonitorDao(SessionFactory, int) - Constructor for class com.qfs.snl.persistence.impl.MonitorDao
Constructor.
MonitorDto - Class in com.qfs.snl.dtos
The serializable version of the @Link Monitor.
MonitorDto() - Constructor for class com.qfs.snl.dtos.MonitorDto
Constructor.
MonitorDto(IMonitor) - Constructor for class com.qfs.snl.dtos.MonitorDto
Constructor.
MONITORED_POOL_FACTORY_PLUGIN_KEY - Static variable in interface com.qfs.pool.IPoolFactory
Plugin key for a custom monitoring pool factory.
MonitoredActivePivotQueryExecutor - Class in com.activeviam.apm.pivot.query.impl
Replaces the default ActivePivotQueryExecutor with added ability to monitor query execution.
MonitoredActivePivotQueryExecutor() - Constructor for class com.activeviam.apm.pivot.query.impl.MonitoredActivePivotQueryExecutor
 
MonitoredAgentDescription - Class in com.qfs.snl.agent.service.impl
Wrapper around an agent description to make it available in MBeans.
MonitoredAgentDescription(IAgentDescription) - Constructor for class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
Full constructor.
MonitoredDataExportRestServiceController - Class in com.activeviam.apm.pivot.rest.query.impl
Deprecated, for removal: This API element is subject to removal in a future version.
This class will be removed in 6.1, please use DataExportRestServiceController.
MonitoredDataExportRestServiceController(IDataExportRestService) - Constructor for class com.activeviam.apm.pivot.rest.query.impl.MonitoredDataExportRestServiceController
Deprecated.
Constructor.
MonitoredDataLoadingCacheConfig - Class in com.activeviam.apm.cfg.impl
Spring JavaConfig definition of the basic cache components for the data loading.
MonitoredDataLoadingCacheConfig() - Constructor for class com.activeviam.apm.cfg.impl.MonitoredDataLoadingCacheConfig
 
MonitoredDataLoadingConfig - Class in com.activeviam.apm.cfg.impl
Spring JavaConfig definition of the basic components for the data loading.
MonitoredDataLoadingConfig() - Constructor for class com.activeviam.apm.cfg.impl.MonitoredDataLoadingConfig
 
MonitoredDataLoadingRestServicesConfig - Class in com.activeviam.apm.cfg.impl
Spring JavaConfig of the REST services required by the data loading in any custom ActivePivot server project.
MonitoredDataLoadingRestServicesConfig() - Constructor for class com.activeviam.apm.cfg.impl.MonitoredDataLoadingRestServicesConfig
 
MonitoredHealthEventDispatcher - Class in com.activeviam.apm.health.impl
An dispatcher that registers the context of the current event before dispatching it to the subsequent listeners.
MonitoredHealthEventDispatcher() - Constructor for class com.activeviam.apm.health.impl.MonitoredHealthEventDispatcher
 
MonitoredJsonQueryService - Class in com.activeviam.apm.pivot.rest.query.impl
JsonQueryService with extra logging/monitoring capabilities.
MonitoredJsonQueryService(IJsonQueryService) - Constructor for class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
Constructor.
MonitoredLoggingActivePivotHealthEventHandler - Class in com.activeviam.apm.health.impl
The health event handler responsible for logging ActivePivot health events.
MonitoredLoggingActivePivotHealthEventHandler() - Constructor for class com.activeviam.apm.health.impl.MonitoredLoggingActivePivotHealthEventHandler
 
MonitoredLoggingClusterHealthEventHandler - Class in com.activeviam.apm.health.impl
The health event handler responsible for logging cluster health events.
MonitoredLoggingClusterHealthEventHandler() - Constructor for class com.activeviam.apm.health.impl.MonitoredLoggingClusterHealthEventHandler
 
MonitoredLoggingComposerHealthEventHandler - Class in com.activeviam.apm.health.impl
The health event handler responsible for logging composer health events.
MonitoredLoggingComposerHealthEventHandler() - Constructor for class com.activeviam.apm.health.impl.MonitoredLoggingComposerHealthEventHandler
 
MonitoredLoggingCsvHealthEventHandler - Class in com.activeviam.apm.health.impl
The health event handler responsible for logging composer health events.
MonitoredLoggingCsvHealthEventHandler() - Constructor for class com.activeviam.apm.health.impl.MonitoredLoggingCsvHealthEventHandler
 
MonitoredLoggingDatastoreHealthEventHandler - Class in com.activeviam.apm.health.impl
The health event handler responsible for logging composer health events.
MonitoredLoggingDatastoreHealthEventHandler() - Constructor for class com.activeviam.apm.health.impl.MonitoredLoggingDatastoreHealthEventHandler
 
MonitoredLoggingGlobalHealthEventHandler - Class in com.activeviam.apm.health.impl
APM global handler replacing every core handler by a its respective monitored version.
MonitoredLoggingGlobalHealthEventHandler() - Constructor for class com.activeviam.apm.health.impl.MonitoredLoggingGlobalHealthEventHandler
 
MonitoredMdxStream - Class in com.activeviam.apm.pivot.webservices.core.impl
MdxStream with monitoring ability.
MonitoredMdxStream(IMDXQuery, IStreamProperties, IStreamPublisher) - Constructor for class com.activeviam.apm.pivot.webservices.core.impl.MonitoredMdxStream
Constructor.
MonitoredPoolFactory - Class in com.activeviam.apm.tracing.impl
APM distributed pool factory.
MonitoredPoolFactory() - Constructor for class com.activeviam.apm.tracing.impl.MonitoredPoolFactory
 
MonitoredQueriesExecutor - Class in com.activeviam.apm.pivot.webservices.core.impl
A monitored queries executor.
MonitoredQueriesExecutor(IActivePivotManager) - Constructor for class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesExecutor
Constructor.
MonitoredQueriesService - Class in com.activeviam.apm.pivot.webservices.core.impl
QueriesService with extra logging/monitoring capabilities.
MonitoredQueriesService(QueriesService) - Constructor for class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
Constructor.
MonitoredQueriesServiceStatistics() - Constructor for class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor.MonitoredQueriesServiceStatistics
 
MonitoredQueryWsEndpoint - Class in com.activeviam.apm.websocket.impl
Class extending class with tracing capabilities.
MonitoredQueryWsEndpoint(QueryWebSocketEndPoint) - Constructor for class com.activeviam.apm.websocket.impl.MonitoredQueryWsEndpoint
Constructor.
MonitoredStreamingResult - Class in com.activeviam.apm.pivot.webservices.core.impl
Entity class for passing streaming result to action result monitor.
MonitoredStreamingResult(MdxCellSet, long, int) - Constructor for class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingResult
Constructor.
MonitoredStreamingService - Class in com.activeviam.apm.pivot.webservices.core.impl
StreamingService with extra logging/monitoring capabilities.
MonitoredStreamingService(IStreamingService, IStreamPublisher) - Constructor for class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
Default constructor, enforcing the specification of a DT query helper.
MonitoredStreamPublisher - Class in com.qfs.spring.websocket.impl
APM StreamPublisher with additional methods helping to get streaming status and result.
MonitoredStreamPublisher() - Constructor for class com.qfs.spring.websocket.impl.MonitoredStreamPublisher
 
MonitoredSynchronousAggregatesContinuousQueryEngine - Class in com.activeviam.apm.pivot.query.aggregates.impl
An extended SynchronousAggregatesContinuousQueryEngine with extra logs on event handling and tracing capability covering all the subsequence activities.
MonitoredSynchronousAggregatesContinuousQueryEngine(IMultiVersionActivePivot) - Constructor for class com.activeviam.apm.pivot.query.aggregates.impl.MonitoredSynchronousAggregatesContinuousQueryEngine
 
MonitoredWebSocketSessionDecorator - Class in com.activeviam.apm.websocket.impl
Extending Spring WebSocketSessionDecorator to capture the size of reply message for a stream.
MonitoredWebSocketSessionDecorator(WebSocketSession) - Constructor for class com.activeviam.apm.websocket.impl.MonitoredWebSocketSessionDecorator
 
MonitoredWebsocketSessionFactory - Class in com.activeviam.apm.websocket.impl
Deprecated, for removal: This API element is subject to removal in a future version.
MonitoredWebsocketSessionFactory() - Constructor for class com.activeviam.apm.websocket.impl.MonitoredWebsocketSessionFactory
Deprecated.
 
MonitoredWsSession - Class in com.activeviam.apm.websocket.impl
Extension of WsSession with monitoring support.
MonitoredWsSession(WebSocketSession) - Constructor for class com.activeviam.apm.websocket.impl.MonitoredWsSession
Constructor.
monitoredXmlaListener(XmlaMonitorListener) - Method in class com.activeviam.apm.cfg.impl.XmlaServletConfigBeanPostProcessor
Custom IXmlaRequestListener that allows custom monitoring/logging feature for the XMLA servlet.
MonitoredXmlaListener - Class in com.activeviam.apm.pivot.xmla.impl
Instrumenting IXmlaRequestListener with custom logs and monitoring capabilities.
MonitoredXmlaListener(XmlaMonitorListener) - Constructor for class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
MONITORING_NODE - Static variable in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
 
MONITORING_NODE - Static variable in class com.activeviam.pivot.rest.dataexport.DataExportRestServiceController
 
MONITORING_TYPE - Static variable in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
 
MONITORING_TYPE - Static variable in class com.activeviam.pivot.rest.dataexport.DataExportRestServiceController
 
MonitoringJmxConfig - Class in com.activeviam.apm.cfg.impl
Addition monitoring JMX beans.
MonitoringJmxConfig() - Constructor for class com.activeviam.apm.cfg.impl.MonitoringJmxConfig
 
MonitoringMdxParser - Class in com.qfs.snl.agent.mdx.impl
Visitor looking for status measures in a MDX statement.
MonitoringMdxParser() - Constructor for class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
MonitoringRestServiceController - Class in com.qfs.pivot.rest.monitoring.impl
 
MonitoringRestServiceController(IActivePivotManager) - Constructor for class com.qfs.pivot.rest.monitoring.impl.MonitoringRestServiceController
Default constructor.
MonitoringRestServicesConfig - Class in com.qfs.server.cfg.impl
The active pivot rest configuration.
MonitoringRestServicesConfig() - Constructor for class com.qfs.server.cfg.impl.MonitoringRestServicesConfig
 
monitoringService() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean] ActiveMonitor agent monitoring KPIs on top of MDX.
MonitoringService - Class in com.qfs.snl.agent.impl
Service managing monitoring execution from monitor definitions.
MonitoringService() - Constructor for class com.qfs.snl.agent.impl.MonitoringService
Empty constructor.
MonitoringService(int) - Constructor for class com.qfs.snl.agent.impl.MonitoringService
Constructor.
MonitoringStatistic<U extends IMonitoringStatistic,​V extends IStatisticAttribute> - Class in com.qfs.monitoring.statistic.impl
Base class for IMonitoringStatistic.
MonitoringStatistic() - Constructor for class com.qfs.monitoring.statistic.impl.MonitoringStatistic
Empty constructor.
MonitoringStatistic(Collection<U>, Map<String, V>) - Constructor for class com.qfs.monitoring.statistic.impl.MonitoringStatistic
Constructor.
MonitoringStatisticAdapter - Class in com.qfs.pivot.monitoring.impl
Object ready for JSON serialization.
MonitoringStatisticAdapter(IMonitoringStatistic) - Constructor for class com.qfs.pivot.monitoring.impl.MonitoringStatisticAdapter
Constructor (use for serialization).
MonitoringStatisticAttributesSerializer - Class in com.qfs.pivot.monitoring.impl
 
MonitoringStatisticAttributesSerializer() - Constructor for class com.qfs.pivot.monitoring.impl.MonitoringStatisticAttributesSerializer
Default constructor.
MonitoringStatisticBuilder - Class in com.qfs.monitoring.statistic.impl
Default builder to build IMonitoringStatistic with IStatisticAttribute.
MonitoringStatisticBuilder() - Constructor for class com.qfs.monitoring.statistic.impl.MonitoringStatisticBuilder
 
MonitoringStatisticDeserializer - Class in com.qfs.pivot.monitoring.impl
Deserializer for IMonitoringStatistic.
MonitoringStatisticDeserializer() - Constructor for class com.qfs.pivot.monitoring.impl.MonitoringStatisticDeserializer
 
MonitoringStatisticMapAttributesDeserializer - Class in com.qfs.pivot.monitoring.impl
JsonDeserializer for IMonitoringStatistic.
MonitoringStatisticMapAttributesDeserializer(ObjectMapper) - Constructor for class com.qfs.pivot.monitoring.impl.MonitoringStatisticMapAttributesDeserializer
Default constructor.
MonitoringStatisticMapAttributesSerializer - Class in com.qfs.pivot.monitoring.impl
Serializer used for attributes of memory monitoring statistics.
MonitoringStatisticMapAttributesSerializer() - Constructor for class com.qfs.pivot.monitoring.impl.MonitoringStatisticMapAttributesSerializer
Default constructor.
MonitoringStreamExtendedPlugin - Class in com.qfs.snl.agent.service.impl
Extended plugin centralizing registration of all core-product monitoring streams.
MonitoringStreamExtendedPlugin() - Constructor for class com.qfs.snl.agent.service.impl.MonitoringStreamExtendedPlugin
Constructor.
MonitoringUtils - Class in com.quartetfs.biz.pivot.monitoring.impl
Help methods for Monitoring Beans.
MonitoringUtils() - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.MonitoringUtils
 
MonitorProcessExecutor - Class in com.qfs.snl.workflows.process.impl
Implementation of executor applied to monitors.
MonitorProcessExecutor(IWorkflowService) - Constructor for class com.qfs.snl.workflows.process.impl.MonitorProcessExecutor
Constructor.
MonitorProcessExecutorExtendedPlugin() - Constructor for class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins.MonitorProcessExecutorExtendedPlugin
Default constructor.
MonitorReport - Class in com.qfs.snl.monitors.impl
A decorator for a monitor that contains the aggregated value of number of members in the kpi that are red, orange and green.
MonitorReport(IMonitor) - Constructor for class com.qfs.snl.monitors.impl.MonitorReport
Constructor.
MonitorReport(MonitorReport) - Constructor for class com.qfs.snl.monitors.impl.MonitorReport
Constructor.
MonitorReportDto - Class in com.qfs.snl.dtos
The monitor report DTO.
MonitorReportDto() - Constructor for class com.qfs.snl.dtos.MonitorReportDto
Default Constructor.
MonitorReportDto(MonitorDto, Map<String, Long>, long, long) - Constructor for class com.qfs.snl.dtos.MonitorReportDto
Full constructor.
MonitorReportDto(IMonitorReport) - Constructor for class com.qfs.snl.dtos.MonitorReportDto
Constructor.
MonitorRestServiceController - Class in com.qfs.snl.rs.impl
Default implementation of the monitors REST Service.
MonitorRestServiceController(IMonitorService) - Constructor for class com.qfs.snl.rs.impl.MonitorRestServiceController
Constructor.
MONITORS_NAMESPACE - Static variable in interface com.qfs.snl.rs.IMonitorRestService
The namespace of the service in the REST API.
monitorService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
 
MonitorSourceDto() - Constructor for class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
Default constructor.
MonitorSourceDto(Long, String) - Constructor for class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
Full constructor.
monitorTopic() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] WebSocket topic for monitors.
MonitorTopic - Class in com.qfs.snl.ws.impl
Websocket topic returning monitor updates.
MonitorTopic(IMonitorWsService) - Constructor for class com.qfs.snl.ws.impl.MonitorTopic
Constructor.
MonitorUpdates - Class in com.qfs.snl.monitors.impl
Default implementation of IMonitorUpdates.
MonitorUpdates() - Constructor for class com.qfs.snl.monitors.impl.MonitorUpdates
Default constructor.
MonitorUpdates(long, List<IMonitor>, List<Long>) - Constructor for class com.qfs.snl.monitors.impl.MonitorUpdates
Constructor.
MonitorUpdatesDto - Class in com.qfs.snl.dtos
The Serializable version of the @Link MonitorUpdates object.
MonitorUpdatesDto() - Constructor for class com.qfs.snl.dtos.MonitorUpdatesDto
Default empty constructor.
MonitorUpdatesDto(long, List<MonitorDto>, List<Long>) - Constructor for class com.qfs.snl.dtos.MonitorUpdatesDto
Constructor.
monitorWebSocketService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] WebSocket service dealing with monitors.
MonitorWsConfigurationDto - Class in com.qfs.snl.dtos.ws
DTO to configure a WebSocket connection observing monitors.
MonitorWsConfigurationDto() - Constructor for class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Default constructor.
MonitorWsConfigurationDto(Set<MonitorWsConfigurationDto.MonitorSourceDto>, boolean, boolean) - Constructor for class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Full constructor.
MonitorWsConfigurationDto.MonitorSourceDto - Class in com.qfs.snl.dtos.ws
DTO representing a source of monitors.
MonitorWsService - Class in com.qfs.snl.ws.impl
WebSocket Service managing notifications on monitors.
MonitorWsService(IMonitorService) - Constructor for class com.qfs.snl.ws.impl.MonitorWsService
Constructor.
MONTH - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
MonthFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.MonthFunction
 
mOR() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
move(ChunkSet, int) - Method in interface com.qfs.column.IInternalCompositeColumnCursor
Receives the chunkset and the row on which the cursor must be moved.
move(ChunkSet, int) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
move(String, String) - Method in interface com.qfs.content.service.IContentService
Moves an entry from the given path to the target one.
move(String, String) - Method in class com.qfs.content.service.impl.AContentService
 
move(String, String) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
move(String, String) - Method in class com.qfs.content.service.impl.RemoteContentService
 
move(String, String, String) - Static method in class com.qfs.content.service.impl.ContentServiceHelper
Computes a new path to move the target entry from a parent directory to a new target directory.
Move - com.quartetfs.biz.xmla.constants.Keyword
 
moveAll(Map<String, String>, boolean) - Method in interface com.qfs.content.service.IContentService
Moves all the given files.
moveAll(Map<String, String>, boolean) - Method in class com.qfs.content.service.impl.AContentService
 
moveAll(Map<String, String>, boolean) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
moveAll(Map<String, String>, boolean) - Method in class com.qfs.content.service.impl.RemoteContentService
 
moveCursor(IInternalCompositeColumnCursor, int) - Method in interface com.qfs.chunk.IChunkComposite
Method used to move a cursor.
moveCursor(IInternalCompositeColumnCursor, int) - Method in class com.qfs.chunk.impl.ChunkComposite
 
moveCursor(IInternalCompositeColumnCursor, int) - Method in class com.qfs.chunk.impl.ChunkCompositeSparse
 
MoveFileJsonParam(String) - Constructor for class com.qfs.content.rest.impl.RestContentJsonParams.MoveFileJsonParam
Constructor.
moveKey(String, String) - Method in class com.qfs.store.impl.UserStoreGraph
 
moveKey(K, K) - Method in interface com.qfs.graph.IDirectedGraph
Replaces a key by another.
moveKey(K, K) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
It is strong advised to not call this method while modifying the graph structure.
moveKey(K, K) - Method in class com.qfs.graph.impl.DirectedGraph
 
moveKey(K, K) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
MoveLogAction - Class in com.qfs.store.transaction.impl
Deprecated, for removal: This API element is subject to removal in a future version.
MoveLogAction() - Constructor for class com.qfs.store.transaction.impl.MoveLogAction
Deprecated.
 
moveMethod(String, Map<String, String>) - Method in class com.qfs.content.rest.impl.RestBulkApiServerController
A specialized version of the POST method that tries to move atomically all the given entries.
moveToNext(T) - Method in interface com.activeviam.copper.util.CollectionWindowWalker.CollectionWindowWalkerObserver
Deprecated.
This method is called when all elements from the frame associated to current have been given to this instance via CollectionWindowWalker.CollectionWindowWalkerObserver.offerLastInWindowFrame(Object) and CollectionWindowWalker.CollectionWindowWalkerObserver.removeFirstInWindowFrame(Object) and before moving to the next element of the walked collection.
moveToPosition(int) - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
moveToPosition(int) - Method in class com.activeviam.chunks.cells.impl.ReadableArrayCursor
 
moveToPosition(int) - Method in class com.activeviam.chunks.cells.impl.ReadableFixedArrayCursor
 
moveToPosition(int) - Method in interface com.activeviam.chunks.cells.IReadableArrayCursor
Moves the cell to another position in the underlying array.
moveToPosition(int) - Method in class com.qfs.store.impl.arrays.AArrayCursorWithDefaultValue
 
moveToQuery(String, WsSession) - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Prepares this holder for a run on an existing stream.
moveToRow(int) - Method in interface com.activeviam.table.ITableCursor
Moves the cursor over another position in the underlying table.
moveToRow(int) - Method in class com.qfs.chunk.impl.ColumnsReaderWithCursor
 
moveToRow(int) - Method in class com.qfs.store.impl.ChunkSetCursor
 
moveToRow(int) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
moveToRow(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
Moves this reader to another row in the result.
mPAGES() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mPLUS() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mPOW() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mPROPERTIES() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mQUOTE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mQUOTED_ID() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mRBRACE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mREFRESH() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mRETURN() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mROWS() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mRPAREN() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MSAS_ENGINE_PREFIX - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
mSECTIONS() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mSELECT() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mSEMICOLON() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mSESSION() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mSET() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mSINGLEQUOTEDSTRING() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MSOLAP_IS_DRILLTHROUGH_ENABLED - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
mSOLIDUS() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mSTATIC() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mSTRING() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mT__99() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
MTD - com.quartetfs.biz.xmla.constants.Keyword
 
MTD - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
MTDFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
MTDFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MTDFunction
 
mTHEN() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mTokens() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mTRUE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mTWO_DOUBLE_QUOTES() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mTWO_QUOTES() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mult() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
mult_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.mult_return
 
MultiAnalysisHierarchyMeasureHandler - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Continuous handler associated with a measure that needs to be updated on one or multiple analysis hierarchies.
MultiAnalysisHierarchyMeasureHandler(IActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.MultiAnalysisHierarchyMeasureHandler
Constructor.
MultiByteInteger() - Constructor for class com.quartetfs.biz.xmla.binxml.BinXmlUtil.MultiByteInteger
 
MultiCancellableCountedCompleter<T> - Class in com.qfs.concurrent.cancellable.impl
A CancellableCountedCompleter that can complete multiple parent completers.
MultiColumnarTableWrapper - Class in com.activeviam.column.impl
Wrapper around several tables.
MultiColumnarTableWrapper(IColumnarTable...) - Constructor for class com.activeviam.column.impl.MultiColumnarTableWrapper
Constructor.
Multidimensional - com.quartetfs.biz.xmla.impl.XmlaProperties.FormatValue
 
MultiFieldAggregatedElement - Class in com.qfs.pivot.agg.impl
POJO representing an aggregation on multiple fields.
MultiFieldAggregatedElement(String, List<String>, int, IMultiSourceAggregationFunction) - Constructor for class com.qfs.pivot.agg.impl.MultiFieldAggregatedElement
 
MultiGetAggregatesNotificationAttachedQuery - Class in com.quartetfs.biz.pivot.query.impl
Attached query implementation of the IMultiGetAggregatesNotificationQuery.
MultiGetAggregatesNotificationAttachedQuery(IMultiGetAggregatesNotificationQuery, IActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationAttachedQuery
Full constructor.
MultiGetAggregatesNotificationContinuousQuery - Class in com.quartetfs.biz.pivot.query.impl
Continuous query implementation of the IMultiGetAggregatesNotificationQuery.
MultiGetAggregatesNotificationContinuousQuery(String, IMultiGetAggregatesNotificationQuery, IMultiVersionActivePivot, IActivePivotSchemaSelectionSession) - Constructor for class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationContinuousQuery
Constructor.
MultiGetAggregatesNotificationContinuousQueryMonitor - Class in com.quartetfs.biz.pivot.query.monitoring.impl
A monitor formulti query.
MultiGetAggregatesNotificationContinuousQueryMonitor(IMultiGetAggregatesNotificationContinuousQuery, IAggregatesContinuousQueryEngine) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
Constructor.
MultiGetAggregatesNotificationContinuousQueryMonitorsGrouper - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Implementation of AContinuousQueryMonitorsGrouper to regroup continuous MDX query monitors under a continuous query engine.
MultiGetAggregatesNotificationContinuousQueryMonitorsGrouper(AAggregatesContinuousQueryEngine) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitorsGrouper
Constructor.
MultiGetAggregatesNotificationContinuousQueryStatistics - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Statistics collector for multi query.
MultiGetAggregatesNotificationContinuousQueryStatistics() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Default constructor.
MultiGetAggregatesNotificationContinuousQueryStatistics(String) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Constructor.
MultiGetAggregatesNotificationQuery - Class in com.quartetfs.biz.pivot.query.impl
Implementation of the IMultiGetAggregatesNotificationQuery interface.
MultiGetAggregatesNotificationQuery() - Constructor for class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationQuery
Default constructor.
MultiGetAggregatesNotificationQuery(List<IGetAggregatesContinuousQuery>, boolean, String) - Constructor for class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationQuery
Constructor.
MultiHierarchyIterator - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Deprecated, for removal: This API element is subject to removal in a future version.
MultiHierarchyIterator(List<? extends IAxisHierarchy>, List<Object[]>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiHierarchyIterator
Deprecated.
Constructor.
MultiLevelHierarchyBuilder - Interface in com.activeviam.copper.api
Interfaces to defined hierarchies in Copper.
MultiLevelHierarchyBuilder.BucketingHierarchyBuilder - Interface in com.activeviam.copper.api
 
MultiLevelHierarchyBuilder.CommonHierarchyBuilder<R> - Interface in com.activeviam.copper.api
Interface to configure attributes common to all hierarchies.
MultiLevelHierarchyBuilder.CommonLevelBuilder<R> - Interface in com.activeviam.copper.api
Interface to configure attributes common to all levels.
MultiLevelHierarchyBuilder.Definition - Interface in com.activeviam.copper.api
The interface to implement to create the beginning of a hierarchy builder.
MultiLevelHierarchyBuilder.DefinitionBucketing - Interface in com.activeviam.copper.api
The single interface to implement to create a hierarchy builder.
MultiLevelHierarchyBuilder.DefinitionJoin - Interface in com.activeviam.copper.api
The single interface to implement to create a hierarchy builder.
MultiLevelHierarchyBuilder.DefinitionJoinWithField - Interface in com.activeviam.copper.api
The single interface to implement to create a hierarchy builder.
MultiLevelHierarchyBuilder.JoinHierarchyBuilder - Interface in com.activeviam.copper.api
 
MultiLevelHierarchyBuilder.JoinHierarchyBuilderWithField - Interface in com.activeviam.copper.api
 
MultiLevelHierarchyBuilder.LevelFromStoreBuilder - Interface in com.activeviam.copper.api
MultiLevelHierarchyBuilder.LevelsFromStoreBuilder - Interface in com.activeviam.copper.api
Builder to define the levels.
MultiLevelHierarchyBuilder.PublishableLevelsFromStoreBuilder - Interface in com.activeviam.copper.api
Builder to define the levels (at least one level has already been defined).
MultiLevelHierarchyBuilder.SelectHierarchyType - Interface in com.activeviam.copper.api
 
MultiLevelHierarchyBuilder.SingleLevelBuilder - Interface in com.activeviam.copper.api
Builder to add only one level to a hierarchy defined by MultiLevelHierarchyBuilder.SelectHierarchyType.fromStore(CopperStore).
MultiLevelHierarchyBuilder.Start - Interface in com.activeviam.copper.api
Starting point to build the hierarchy.
MultiLevelIntrospectionMdxMemberProperty - Class in com.quartetfs.pivot.mdx.meta.impl
Member property which uses a IProperty on the member's discriminator to retrieve the property value.
MultiLevelIntrospectionMdxMemberProperty(String, IMdxHierarchy, IProperty[], IDatabaseVersion) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MultiLevelIntrospectionMdxMemberProperty
 
multiMap(int[], int[], int[], int[][], int[][], List<IMdxMember[]>, boolean) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
Contributes multiple members to tuple and bitmap points, mapping if necessary.
MultiOrder - Class in com.quartetfs.pivot.mdx.eval.impl
Joint ordering.
MultiOrder(IOrder...) - Constructor for class com.quartetfs.pivot.mdx.eval.impl.MultiOrder
 
MULTIPLE_FORMAT_STRING_DEFINED - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
MULTIPLE_INFO - Static variable in class com.qfs.snl.messages.form.impl.EnumFieldType
Information reader for the option to accept one or multple selected enum values.
MultipleAccessor - Class in com.quartetfs.fwk.filtering.impl
Default implementation of the multiple accessor.
MultipleAccessor(IProperty[]) - Constructor for class com.quartetfs.fwk.filtering.impl.MultipleAccessor
 
MultipleAccessor(String[]) - Constructor for class com.quartetfs.fwk.filtering.impl.MultipleAccessor
 
MultipleContextValueTranslator<C extends IContextValue> - Class in com.quartetfs.biz.pivot.context.impl
Base class for a translator encoding a single context value with multiple intermediate values.
MultipleFieldModuloPartitioningImplicationChecker(MultipleFieldsModuloPartitioning, TIntIntMap) - Constructor for class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldModuloPartitioningImplicationChecker
Constructor.
MultipleFieldModuloPartitioningImpliedPartitionRetriever(MultipleFieldsModuloPartitioning, TIntIntMap, int) - Constructor for class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldModuloPartitioningImpliedPartitionRetriever
Constructor.
MultipleFieldsModuloFunction(int[], IntIntFunction) - Constructor for class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction
Constructor.
MultipleFieldsModuloFunction(MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction) - Constructor for class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction
Copy constructor.
MultipleFieldsModuloFunctionDescription(List<String>, int) - Constructor for class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription
Constructor.
MultipleFieldsModuloPartitioning - Class in com.qfs.store.part.impl
Define a modulo partitioning over the value of multiple partitioning fields.
MultipleFieldsModuloPartitioning(APartitioningWithCartesianAsSubPartitioning.CartesianSubPartitioning, IWritableDictionary<int[]>, MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction, int[]) - Constructor for class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
Full constructor.
MultipleFieldsModuloPartitioning(APartitioningWithCartesianAsSubPartitioning.CartesianSubPartitioning, MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction) - Constructor for class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
Fully-qualified constructor.
MultipleFieldsModuloPartitioning(MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction) - Constructor for class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
Constructor.
MultipleFieldsModuloPartitioning.GcpCalculator - Class in com.qfs.store.part.impl
Implementation of AGreatestCommonPartitioningCalculator for this partitioning.
MultipleFieldsModuloPartitioning.MultipleFieldModuloPartitioningImplicationChecker - Class in com.qfs.store.part.impl
Visitor to check if a multiple field modulo partitioning is implied by another partitioning.
MultipleFieldsModuloPartitioning.MultipleFieldModuloPartitioningImpliedPartitionRetriever - Class in com.qfs.store.part.impl
Visitor to retrieve the partition id of a multiple field modulo partitioning, knowing the id of the partition of another partitioning by which the multiple field modulo partitioning is implied.
MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction - Class in com.qfs.store.part.impl
A partitioning function that applies over the value of multiple fields of a record.
MultipleFieldsModuloPartitioning.MultipleFieldsModuloPartitioningOriginalPartitionSeeker - Class in com.qfs.store.part.impl
Visitor to retrieve the partition ids of a multiple field modulo partitioning, knowing the id of the partition of another partitioning which is the reduced partitioning of the multiple field modulo partitioning.
MultipleFieldsModuloPartitioningDescription - Class in com.qfs.store.part.impl
MultipleFieldsModuloPartitioningDescription(List<String>, List<String>, List<IPartitioningFunctionDescription>, MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription) - Constructor for class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription
Constructor.
MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription - Class in com.qfs.store.part.impl
Description for a multiple field modulo partitioning function.
MultipleFieldsModuloPartitioningDescriptionBuilder - Class in com.qfs.store.part.impl
MultipleFieldsModuloPartitioningDescriptionBuilder(PartitioningDescriptionBuilder, String[], int) - Constructor for class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescriptionBuilder
Copy constructor.
MultipleFieldsModuloPartitioningDescriptionBuilder(String[], int) - Constructor for class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescriptionBuilder
Fully-qualified constructor.
MultipleFieldsModuloPartitioningOriginalPartitionSeeker(MultipleFieldsModuloPartitioning, int) - Constructor for class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloPartitioningOriginalPartitionSeeker
Constructor.
MultipleOutputStream - Class in com.activeviam.io
 
MultipleOutputStream(OutputStream...) - Constructor for class com.activeviam.io.MultipleOutputStream
 
MultiplexedJsonWsSession - Class in com.qfs.websocket.endpoint.impl
Default implementation of a multiplexed IWsSession using Json messages.
MultiplexedJsonWsSession(IWsSessionMultiplexer, String) - Constructor for class com.qfs.websocket.endpoint.impl.MultiplexedJsonWsSession
Constructor.
multiply(CopperMeasure) - Method in interface com.activeviam.copper.api.CopperMeasure
Creates a Copper measure that represents the result of the multiplication of this numeric measure by another numeric measure.
multiply(CopperMeasure) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
multiply(Operators.PrimitiveTypeSelector) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Selects the implementation of scale that can produce the given outputType.
multiply(Operators.PrimitiveTypeSelector) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Selects the implementation of scale that can produce the given outputType.
multiply(Operators.PrimitiveTypeSelector) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Selects the implementation of multiply that produces output of the given type.
multiply(ExtendedContentType) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Selects the implementation of multiply matching the given output type.
MULTIPLY - com.activeviam.copper.operation.operator.Operators.BinaryOperator
The multiply operator.
MULTIPLY_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
multiplyAsDouble(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Multiplies two scalars to produce a double.
multiplyAsDoubleVectorWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Multiplies two vectors coordinate by coordinate.
multiplyAsDoubleVectorWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Multiplies two vectors coordinate by coordinate.
multiplyAsFloat(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Multiplies two scalars to produce a float.
multiplyAsFloatVectorWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Multiplies two vectors coordinate by coordinate.
multiplyAsFloatVectorWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Multiplies two vectors coordinate by coordinate.
multiplyAsInt(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Multiplies two scalars to produce an integer.
multiplyAsIntVector(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Multiplies two vectors coordinate by coordinate.
multiplyAsLong(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Multiplies two scalars to produce a long.
multiplyAsLongVectorWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Multiplies two vectors coordinate by coordinate.
multiplyAsLongVectorWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Multiplies two vectors coordinate by coordinate.
MultiplyFunction - Class in com.qfs.agg.impl
Plugin value for the Multiply aggregation function.
MultiplyFunction() - Constructor for class com.qfs.agg.impl.MultiplyFunction
Constructor.
MultiPositionUniquePartitionSelector - Class in com.qfs.store.part.impl
Implementation of APositionUniquePartitionSelector, which selects the partition ids based on the first position stored in each record of a list of records.
MultiPositionUniquePartitionSelector(int[], IPartitioning, List<IDictionaryOperand[]>) - Constructor for class com.qfs.store.part.impl.MultiPositionUniquePartitionSelector
Constructor.
MultiRangePartitionSelector - Class in com.qfs.store.part.impl
Implementation of IPartitionSelector for operations performing multiple range operations with underlying multiple-value operands.
MultiRangePartitionSelector(List<IndexCompiledOperations.RangeOperands>, IPartitioning, int[]) - Constructor for class com.qfs.store.part.impl.MultiRangePartitionSelector
Full constructor.
MultiScope - Class in com.quartetfs.pivot.mdx.plan.impl
A MultiScope is the union of several ValueScope.
MultiScope() - Constructor for class com.quartetfs.pivot.mdx.plan.impl.MultiScope
 
MultiSourcesQuantityMonitor - Class in com.quartetfs.fwk.monitoring.impl
Monitors quantities from different sources through time.
MultiSourcesQuantityMonitor(String) - Constructor for class com.quartetfs.fwk.monitoring.impl.MultiSourcesQuantityMonitor
Constructor.
MultiTypeCell - Class in com.activeviam.util.cells.impl
Implementation of a read-write cell supporting data of any primitive or Object type.
MultiVersionActivePivot - Class in com.quartetfs.biz.pivot.impl
Deprecated, for removal: This API element is subject to removal in a future version.
MultiVersionActivePivot(ActivePivotBase, IEpochManager, IBranchPermissionsManager) - Constructor for class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Constructor over an existing base with prescribed time supplier.
MultiVersionActivePivot(String, IActivePivotDescription, IActivePivotSchemaSelectionSession, IEpochManager, IPartitioningManager, ITimeSupplier, IBranchPermissionsManager, IDomainDictionaryProvider) - Constructor for class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Detailed constructor constructing also the base with prescribed time supplier.
MultiVersionActivePivotExtendedPlugin - Class in com.qfs.pivot.impl
Explicit implementation of the IMultiVersionActivePivot extended plugin.
MultiVersionActivePivotExtendedPlugin() - Constructor for class com.qfs.pivot.impl.MultiVersionActivePivotExtendedPlugin
Default constructor.
MultiVersionAggregateProviderExtendedPlugin - Class in com.qfs.pivot.cube.provider.impl
Explicit implementation of the IMultiVersionAggregateProvider extended plugin.
MultiVersionAggregateProviderExtendedPlugin() - Constructor for class com.qfs.pivot.cube.provider.impl.MultiVersionAggregateProviderExtendedPlugin
Default constructor.
MultiVersionAggregateProviderHolder - Class in com.qfs.pivot.cube.provider.impl
aggregate provider holder which contains a default provider as well as multiple partial provider to retrieve requested aggregates.
MultiVersionAggregateProviderHolder(AggregateProviderCreationParts, AggregateProviderCreationContext) - Constructor for class com.qfs.pivot.cube.provider.impl.MultiVersionAggregateProviderHolder
Constructor which also spawns the base for this multi-version holder.
MultiVersionAxisDimension - Class in com.quartetfs.biz.pivot.cube.dimension.axis.impl
MultiVersionAxisDimension that holds IMultiVersionAxisHierarchy.
MultiVersionAxisDimension(MultiVersionAxisHierarchy, IDimensionInfo, int) - Constructor for class com.quartetfs.biz.pivot.cube.dimension.axis.impl.MultiVersionAxisDimension
Constructor for tests.
MultiVersionAxisDimension(List<IMultiVersionAxisHierarchy>, IDimensionInfo, int) - Constructor for class com.quartetfs.biz.pivot.cube.dimension.axis.impl.MultiVersionAxisDimension
Constructor.
MultiVersionAxisDimension(List<IMultiVersionAxisHierarchy>, IDimensionInfo, IEpoch, int) - Constructor for class com.quartetfs.biz.pivot.cube.dimension.axis.impl.MultiVersionAxisDimension
Constructor.
MultiVersionAxisHierarchy - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
A multiversion structure for hierarchies.
MultiVersionAxisHierarchy(AAxisHierarchyBase) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
Constructor with a default initial epoch.
MultiVersionAxisHierarchy(IHierarchyInfo, List<? extends ILevelInfo>, IWritableDictionary<Object>[]) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
Constructor.
MultiVersionAxisMember - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Implementation of an IMultiVersionAxisMember.
MultiVersionAxisMember(Object, String, long, ILevelInfo, MultiVersionAxisMember, IComparator<Object>, int) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
Constructor.
MultiVersionAxisMemberFactory(MultiVersionAxisMember, List<ILevelInfo>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase.MultiVersionAxisMemberFactory
Full constructor.
MultiVersionBitmapAggregateProvider - Class in com.qfs.pivot.cube.provider.bitmap.impl
An implementation of AMultiVersionIndexedAggregateProvider for the Bitmap Aggregate Provider.
MultiVersionBitmapAggregateProvider(BitmapAggregateProviderBase, IEpoch) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.MultiVersionBitmapAggregateProvider
Constructor with explicit initial epoch.
MultiVersionColumnarRecordSet - Class in com.qfs.store.impl
Implementation of an IMultiVersionRecordSet based on a ColumnarRecordSet.
MultiVersionColumnarRecordSet(ColumnarRecordSet) - Constructor for class com.qfs.store.impl.MultiVersionColumnarRecordSet
Constructor that also creates an initial version.
MultiVersionCompositeSecondaryRecordIndex - Class in com.qfs.index.impl
Implementation of an AMultiVersionSecondaryRecordIndex, when the index is on multiple fields.
MultiVersionCompositeSecondaryRecordIndex(int[], List<String>, IWritableDictionary<int[]>, int) - Constructor for class com.qfs.index.impl.MultiVersionCompositeSecondaryRecordIndex
Main constructor.
MultiVersionCompositeUniqueRecordIndex - Class in com.qfs.index.impl
Implementation of an AMultiVersionUniqueRecordIndex when the index is on multiple fields.
MultiVersionCompositeUniqueRecordIndex(int[], List<String>, IWritableDictionary<int[]>, int) - Constructor for class com.qfs.index.impl.MultiVersionCompositeUniqueRecordIndex
Main constructor that creates its own underlying integer array.
MultiVersionCube - Class in com.quartetfs.biz.pivot.cube.impl
MultiVersionCube(String, CubeBase, IEpoch) - Constructor for class com.quartetfs.biz.pivot.cube.impl.MultiVersionCube
Fully defining constructor.
MultiVersionCube(String, List<IMultiVersionDimension<? extends IMultiVersionHierarchy>>, IMultiVersionAggregateProviderHolder) - Constructor for class com.quartetfs.biz.pivot.cube.impl.MultiVersionCube
Constructor called via Registry.
MultiVersionDataActivePivot - Class in com.qfs.pivot.impl
Deprecated, for removal: This API element is subject to removal in a future version.
MultiVersionDataActivePivot(String, IActivePivotDescription, IDataClusterDefinition, IActivePivotSchemaSelectionSession, IEpochManager, IPartitioningManager, ITimeSupplier, IBranchPermissionsManager, IDomainDictionaryProvider) - Constructor for class com.qfs.pivot.impl.MultiVersionDataActivePivot
Deprecated.
Constructor.
MultiVersionDatastoreSchema - Class in com.qfs.store.impl
Multiversion schema implementation.
MultiVersionDatastoreSchema(String, IDatastoreStructure, IDatastoreSchemaMetadata, MultiVersionStore[], IDirectedMultiGraph<String, IMultiVersionStore, IReferenceMetadata>, IDictionaryManager, CreationContext, IListenersExceptionsHandler) - Constructor for class com.qfs.store.impl.MultiVersionDatastoreSchema
Constructor.
MultiVersionDimension<M extends IMultiVersionHierarchy,​V extends IHierarchyVersion> - Class in com.quartetfs.biz.pivot.cube.dimension.impl
MultiVersionDimension is the multiversion implementation of dimensions.
MultiVersionDistributedActivePivot - Class in com.qfs.pivot.impl
Deprecated, for removal: This API element is subject to removal in a future version.
MultiVersionDistributedActivePivot(DistributedActivePivotBase, IEpochCreator, IAdvancedEpochManager, IBranchPermissionsManager) - Constructor for class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
Constructor from an existing base.
MultiVersionDistributedActivePivot(IDistributedActivePivotInstanceDescription, IEpochCreator, IAdvancedEpochManager, IPartitioningManager, ITimeSupplier, IBranchPermissionsManager, IDomainDictionaryProvider) - Constructor for class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
Constructor with default time supplier.
MultiVersionDistributedActivePivotExtendedPlugin - Class in com.qfs.distribution.impl
Explicit implementation of the IMultiVersionDistributedActivePivot extended plugin.
MultiVersionDistributedActivePivotExtendedPlugin() - Constructor for class com.qfs.distribution.impl.MultiVersionDistributedActivePivotExtendedPlugin
Constructor registering the core implementations of Distributed ActivePivots.
MultiVersionDistributedAxisDimension - Class in com.qfs.pivot.cube.hierarchy.axis.impl
It holds the remote address that we are currently removing for the current transaction, as it is only used in ACommitRemoteTransaction.
MultiVersionDistributedAxisDimension(List<MultiVersionDistributedAxisHierarchy>, IDimensionInfo, int) - Constructor for class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisDimension
Constructor.
MultiVersionDistributedAxisDimension(List<MultiVersionDistributedAxisHierarchy>, IDimensionInfo, int, String) - Constructor for class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisDimension
Constructor.
MultiVersionDistributedAxisDimension(List<MultiVersionDistributedAxisHierarchy>, IDimensionInfo, IEpoch, int) - Constructor for class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisDimension
Constructor.
MultiVersionDistributedAxisHierarchy - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
A MultiVersionAxisHierarchy specialized for query cubes.
MultiVersionDistributedAxisHierarchy(IHierarchyInfo, List<? extends ILevelInfo>, IWritableDictionary<Object>[]) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisHierarchy
Constructor.
MultiVersionDistributedAxisMember - Class in com.qfs.pivot.cube.hierarchy.axis.impl
In this class contributorsCount is the number of addresses where the member exists.
MultiVersionDistributedAxisMember(Object, String, long, ILevelInfo, MultiVersionAxisMember, IComparator<Object>, int) - Constructor for class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisMember
Constructor.
MultiVersionDistributedAxisMember.DistributedRange - Class in com.qfs.pivot.cube.hierarchy.axis.impl
A specialized IRangeUnion.Range adapted to the distributed architecture.
MultiVersionDistributedAxisMemberFactory(MultiVersionAxisMember, List<ILevelInfo>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase.MultiVersionDistributedAxisMemberFactory
Constructor.
MultiVersionDistributedDimension<M extends IMultiVersionDistributedHierarchy,​V extends IDistributedHierarchyVersion> - Class in com.qfs.pivot.cube.dimension.impl
MultiVersionDistributedDimension is the distributed multiversion class for a dimension.
MultiVersionDistributedDimension.RemoteDimensionTransactionData - Class in com.qfs.pivot.cube.dimension.impl
Stores the data about a transaction in a MultiVersionDistributedDimension.
MultiVersionDistributedDimension.RemoteTransactionInformation - Class in com.qfs.pivot.cube.dimension.impl
Stores the information about a transaction in a MultiVersionDistributedDimension.
MultiVersionDistributedMeasureDimension - Class in com.qfs.pivot.cube.hierarchy.measures.impl
MultiVersionDistributedMeasureDimension that holds IMultiVersionDistributedMeasureHierarchy.
MultiVersionDistributedMeasureDimension(List<IMultiVersionDistributedMeasureHierarchy>, IDimensionInfo) - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.MultiVersionDistributedMeasureDimension
Constructor.
MultiVersionDistributedMeasureDimension(List<IMultiVersionDistributedMeasureHierarchy>, IDimensionInfo, IEpoch) - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.MultiVersionDistributedMeasureDimension
Constructor.
MultiVersionDistributedMeasureHierarchy - Class in com.qfs.pivot.cube.hierarchy.measures.impl
Implementation of the Measure Hierarchy in a Query Node.
MultiVersionDistributedMeasureHierarchy(DistributedMeasureHierarchy) - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.MultiVersionDistributedMeasureHierarchy
Constructor.
MultiVersionDistributedMeasureHierarchy(IHierarchyInfo, Collection<? extends IMeasureMember>) - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.MultiVersionDistributedMeasureHierarchy
Constructor.
MultiVersionGlobalAggregateProviderExtendedPlugin - Class in com.qfs.pivot.cube.provider.impl
Explicit implementation of the IMultiVersionGlobalAggregateProvider extended plugin.
MultiVersionGlobalAggregateProviderExtendedPlugin() - Constructor for class com.qfs.pivot.cube.provider.impl.MultiVersionGlobalAggregateProviderExtendedPlugin
Default constructor.
MultiVersionHierarchyExtendedPlugin - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Explicit implementation of the IHierarchy plugin.
MultiVersionHierarchyExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.MultiVersionHierarchyExtendedPlugin
Default constructor registering the core implementation of hierarchies.
MultiVersionIntegerArray - Class in com.qfs.index.impl
Implementation of an IMultiVersionIntegerArray.
MultiVersionIntegerArray(boolean) - Constructor for class com.qfs.index.impl.MultiVersionIntegerArray
Constructor.
MultiVersionIntegerArray(int, boolean) - Constructor for class com.qfs.index.impl.MultiVersionIntegerArray
Constructor.
MultiVersionIntegerArray(int, int, boolean) - Constructor for class com.qfs.index.impl.MultiVersionIntegerArray
Constructor.
MultiVersionIntegerArray(AIntegerArray) - Constructor for class com.qfs.index.impl.MultiVersionIntegerArray
Constructor.
MultiVersionIntegerArray(AIntegerArray, IEpoch) - Constructor for class com.qfs.index.impl.MultiVersionIntegerArray
Constructor.
MultiVersionLazyDeleteLinkedIndex - Class in com.qfs.index.impl
An implementation of a IMultiVersionIndex that resemble a linked list.
MultiVersionLazyDeleteLinkedIndex(int, boolean) - Constructor for class com.qfs.index.impl.MultiVersionLazyDeleteLinkedIndex
Full constructor.
MultiVersionLeafAggregateProvider - Class in com.qfs.pivot.cube.provider.bitmap.impl
An implementation of AMultiVersionIndexedAggregateProvider for the Leaf Aggregate Provider.
MultiVersionLeafAggregateProvider(LeafAggregateProviderBase, IEpoch) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.MultiVersionLeafAggregateProvider
Constructor with explicit initial epoch.
MultiVersionLongArray - Class in com.qfs.index.impl
Implementation of an IMultiVersionLongArray.
MultiVersionLongArray(boolean) - Constructor for class com.qfs.index.impl.MultiVersionLongArray
Constructor.
MultiVersionLongArray(int, boolean) - Constructor for class com.qfs.index.impl.MultiVersionLongArray
Constructor.
MultiVersionLongArray(int, long, boolean) - Constructor for class com.qfs.index.impl.MultiVersionLongArray
Constructor.
MultiVersionLongArray(ALongArray) - Constructor for class com.qfs.index.impl.MultiVersionLongArray
Constructor.
MultiVersionLongArray(ALongArray, IEpoch) - Constructor for class com.qfs.index.impl.MultiVersionLongArray
Constructor.
MultiVersionMeasureDimension - Class in com.quartetfs.biz.pivot.cube.dimension.measure.impl
MultiVersionAxisDimension that holds IMultiVersionAxisHierarchy.
MultiVersionMeasureDimension(MultiVersionMeasureHierarchy, IDimensionInfo) - Constructor for class com.quartetfs.biz.pivot.cube.dimension.measure.impl.MultiVersionMeasureDimension
Constructor for tests.
MultiVersionMeasureDimension(List<IMultiVersionMeasureHierarchy>, IDimensionInfo) - Constructor for class com.quartetfs.biz.pivot.cube.dimension.measure.impl.MultiVersionMeasureDimension
Constructor for a multi-version dimension starting at the Epoch.INITIAL_EPOCH.
MultiVersionMeasureDimension(List<IMultiVersionMeasureHierarchy>, IDimensionInfo, IEpoch) - Constructor for class com.quartetfs.biz.pivot.cube.dimension.measure.impl.MultiVersionMeasureDimension
Full constructor.
MultiVersionMeasureHierarchy - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
Implementation of an IMultiVersionMeasureHierarchy that implements a copy-on-write scheme.
MultiVersionMeasureHierarchy(IHierarchyInfo, Collection<? extends IMeasureMember>, Set<String>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
Constructor.
MultiVersionMeasureHierarchy(MeasureHierarchy) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
Constructor.
MultiVersionMeasureHierarchy(MeasureHierarchy, IEpoch) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
Constructor.
MultiVersionNoIndexConcreteReference - Class in com.qfs.store.ref.impl
Implementation of AMultiVersionConcreteReference for a reference from a non-indexed point to a unique index.
MultiVersionNoIndexConcreteReference(IReferenceMetadata, IStoreMetadata, int, int, ToIntFunction<int[]>) - Constructor for class com.qfs.store.ref.impl.MultiVersionNoIndexConcreteReference
Constructor.
MultiVersionNoIndexConcreteReference.NoIndexConcreteReferenceBase - Class in com.qfs.store.ref.impl
Implementation of AConcreteReferenceBase for a reference from a non-indexed point to a unique index.
MultiVersionPartitionedBitmapAggregateProvider - Class in com.qfs.pivot.cube.provider.partition.impl
Partitioned aggregate provider specialized for bitmap provider partitions.
MultiVersionPartitionedBitmapAggregateProvider(IndexedPartitionedAggregateProviderBase, IEpoch) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.MultiVersionPartitionedBitmapAggregateProvider
Fully defining constructor.
MultiVersionPartitionedBitmapAggregateProvider(AggregateProviderCreationParts, AggregateProviderCreationContext) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.MultiVersionPartitionedBitmapAggregateProvider
Constructor.
MultiVersionPartitionedLeafAggregateProvider - Class in com.qfs.pivot.cube.provider.partition.impl
 
MultiVersionPartitionedLeafAggregateProvider(IndexedPartitionedAggregateProviderBase, IEpoch) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.MultiVersionPartitionedLeafAggregateProvider
Fully defining constructor.
MultiVersionPartitionedLeafAggregateProvider(AggregateProviderCreationParts, AggregateProviderCreationContext) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.MultiVersionPartitionedLeafAggregateProvider
Constructor.
MultiVersionSecondaryConcreteReference - Class in com.qfs.store.ref.impl
Implementation of AMultiVersionConcreteReference for a reference from a secondary index to a unique index.
MultiVersionSecondaryConcreteReference(IReferenceMetadata, IStoreMetadata, int, int, ToIntFunction<int[]>) - Constructor for class com.qfs.store.ref.impl.MultiVersionSecondaryConcreteReference
Constructor.
MultiVersionSecondaryConcreteReference.SecondaryConcreteReferenceBase - Class in com.qfs.store.ref.impl
Implementation of AConcreteReferenceBase for a reference from a secondary index to a unique index.
MultiVersionSecondaryRecordIndex - Class in com.qfs.index.impl
Base implementation of an AMultiVersionSecondaryRecordIndex, when the index is only on one field.
MultiVersionSecondaryRecordIndex(int[], List<String>, IWritableDictionary<Integer>, int) - Constructor for class com.qfs.index.impl.MultiVersionSecondaryRecordIndex
Main constructor that also creates an initial version.
MultiVersionStore - Class in com.qfs.store.impl
Multiversion store.
MultiVersionStore(StoreBase) - Constructor for class com.qfs.store.impl.MultiVersionStore
Constructor that does not create an initial version.
MultiVersionStore(IStoreMetadata, StoreInternals) - Constructor for class com.qfs.store.impl.MultiVersionStore
Constructor that also creates an initial version.
MultiVersionStoreMonitor - Class in com.qfs.store.impl
JMX Monitor of a multi-version store.
MultiVersionStoreMonitor(IMultiVersionDatastoreSchema, MultiVersionStore) - Constructor for class com.qfs.store.impl.MultiVersionStoreMonitor
Constructor.
MultiVersionStorePartition - Class in com.qfs.store.impl
The multiversion store partition implementation.
MultiVersionUniqueConcreteReference - Class in com.qfs.store.ref.impl
Implementation of AMultiVersionConcreteReference for a reference from a unique index to a unique index.
MultiVersionUniqueConcreteReference(IReferenceMetadata, IStoreMetadata, int, int, ToIntFunction<int[]>) - Constructor for class com.qfs.store.ref.impl.MultiVersionUniqueConcreteReference
Constructor.
MultiVersionUniqueRecordIndex - Class in com.qfs.index.impl
Base implementation of a AMultiVersionUniqueRecordIndex when the index is only in one field.
MultiVersionUniqueRecordIndex(int[], List<String>, IWritableDictionary<Integer>, int) - Constructor for class com.qfs.index.impl.MultiVersionUniqueRecordIndex
Main constructor, creates a delegate integer array.
munmap(long, long) - Method in interface com.qfs.platform.IPlatform
Un-map a memory region.
munmap(long, long) - Method in class com.qfs.platform.linux.LinuxPlatform
 
munmap(long, long) - Method in class com.qfs.platform.share.SharePlatform
 
munmap(long, long) - Method in class com.qfs.platform.share.VirtualPlatform
 
munmap(long, long) - Method in class com.qfs.platform.solaris.SolarisPlatform
 
munmap(long, long) - Method in class com.qfs.platform.win.WindowsPlatform
 
mUPDATE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mustPushData() - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStreamIdentifier
Gets the flag indicating if the streams must receive data.
mustPushData() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamIdentifier
 
MustUnderstand - com.quartetfs.biz.xmla.IXmlaError.Cause
A mandatory Header block child has not been understood.
MUSTUNDERSTAND_ATTR - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
MutableJoinTuple - Class in com.quartetfs.pivot.mdx.eval.impl
A tuple that joins multiple tuples as a single one.
MutableJoinTuple(T...) - Constructor for class com.quartetfs.pivot.mdx.eval.impl.MutableJoinTuple
 
mutableList(T...) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Creates a mutable list from an array of arguments.
mutableMap(Object...) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Creates a map of key-values given an array of arguments.
MutableMaskTuple - Class in com.quartetfs.pivot.mdx.eval.impl
A wrapper over tuples that behaves as if any underlying tuple had reduced dimensionality.
MutableMaskTuple(IHasDimensionality, IHasDimensionality) - Constructor for class com.quartetfs.pivot.mdx.eval.impl.MutableMaskTuple
Deprecated, for removal: This API element is subject to removal in a future version.
MutableMaskTuple(TIntIntHashMap, int[]) - Constructor for class com.quartetfs.pivot.mdx.eval.impl.MutableMaskTuple
Constructor.
MutableRTExpressionDependency - Class in com.quartetfs.pivot.mdx.impl
Implementation of IRTExpressionDependency used by the MDx engine to save some memory when doing operations mixing several dependencies.
MutableRTExpressionDependency(IRTExpressionDependency) - Constructor for class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
Copy constructor.
mutableSet(T...) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Creates a mutable set from an array of elements.
MutableSubLocation - Class in com.quartetfs.biz.pivot.impl
An AbstractSubLocation derived from a location pattern.
MutableSubLocation(ILocationPattern) - Constructor for class com.quartetfs.biz.pivot.impl.MutableSubLocation
Constructor.
MutableSubPointLocation - Class in com.quartetfs.biz.pivot.impl
MutableSubPointLocation(PointLocationBuilder) - Constructor for class com.quartetfs.biz.pivot.impl.MutableSubPointLocation
Constructor.
MutableTuple - Class in com.quartetfs.pivot.mdx.impl
A mutable tuple containing all the hierarchies.
MutableTuple(int) - Constructor for class com.quartetfs.pivot.mdx.impl.MutableTuple
 
MutableTupleLocation - Class in com.quartetfs.pivot.mdx.impl
This class is similar to MutableTuple.
MutableTupleLocation(int) - Constructor for class com.quartetfs.pivot.mdx.impl.MutableTupleLocation
 
mvcTaskExecutor() - Method in class com.qfs.server.cfg.impl.ActivePivotRestServicesConfig
Creates a task executor for the MVC controllers.
mWHEN() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mWHERE() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mWITH() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mWS() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
mXOR() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 

N

naiveOr(List<? extends QFSBitmap>) - Static method in class com.qfs.bitmap.impl.FastLogicalQFSBitmap
Logical OR between multiple bitmaps at once.
name - Variable in class com.qfs.util.tar.impl.TarHeader
The entry's name.
name() - Method in class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger.MergeCopperOperator
 
name() - Method in class com.activeviam.copper.operation.operator.HierarchyValueOperator
 
name() - Method in interface com.activeviam.copper.operation.operator.ICopperOperator
Returns the name of the operator.
name() - Method in class com.activeviam.copper.operation.operator.LevelValueOperator
 
name() - Method in class com.activeviam.copper.operation.operator.ToBooleanRecordMapOperator
 
name() - Method in class com.activeviam.copper.operation.operator.ToBooleanUnaryOperator
 
name() - Method in class com.activeviam.copper.operation.operator.ToDoubleRecordMapOperator
 
name() - Method in class com.activeviam.copper.operation.operator.ToDoubleUnaryOperator
 
name() - Method in class com.activeviam.copper.operation.operator.ToFloatRecordMapOperator
 
name() - Method in class com.activeviam.copper.operation.operator.ToFloatUnaryOperator
 
name() - Method in class com.activeviam.copper.operation.operator.ToIntRecordMapOperator
 
name() - Method in class com.activeviam.copper.operation.operator.ToIntUnaryOperator
 
name() - Method in class com.activeviam.copper.operation.operator.ToLongRecordMapOperator
 
name() - Method in class com.activeviam.copper.operation.operator.ToLongUnaryOperator
 
name() - Method in class com.activeviam.copper.operation.operator.ToObjectRecordMapOperator
 
name() - Method in class com.activeviam.copper.operation.operator.ToObjectUnaryOperator
 
name() - Method in annotation type com.qfs.jmx.JmxOperation
Gets the name of the JMX operation.
name() - Method in class com.quartetfs.biz.xmla.impl.XmlaProperty
 
name() - Method in class com.quartetfs.biz.xmla.impl.XmlaPropertyOverride
 
name() - Method in interface com.quartetfs.biz.xmla.IXmlaProperty
Returns the IXmlaProperty name should be the key but with any case.
name() - Method in interface com.quartetfs.pivot.mdx.IFlag
Returns the name of the flag.
name(String) - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
name(String) - Method in class com.activeviam.database.sql.api.schema.SqlJoin.SqlJoinBuilder
 
name(String) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
name(String) - Method in class com.qfs.desc.impl.FieldDescription.FieldDescriptionBuilder
 
name(String) - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo.DimensionInfoBuilder
 
name(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo.HierarchyInfoBuilder
 
name(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.LevelInfoBuilder
 
name(String, IPrefetcher<CONTEXT>) - Static method in interface com.quartetfs.biz.pivot.postprocessing.IPrefetcher
Builds a new prefetcher, that bears the given name and that delegates all its calls to IPrefetcher.computePrefetches(ILocation, ICubeFilter) to the given prefetcher.
Name - com.quartetfs.biz.xmla.constants.Keyword
 
NAME - com.activeviam.copper.MeasureMetadata.UserSpecific
Flag for the measure name.
NAME - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the name.
NAME - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
Property used to define the unique name of a calculated member or a set.
NAME - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
NAME - Static variable in interface com.quartetfs.pivot.mdx.statement.IReturnFunction
 
NAME_ATTR - Static variable in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
Property name for the name of the statistics.
NAME_DEF_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
NameDef - Class in com.quartetfs.biz.xmla.binxml.token.impl
NameDef token.
NameDef() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.NameDef
 
namedExecutorService(String) - Static method in class com.qfs.pool.impl.PoolUtil
Builds an executor service with a level of parallelism equals to the number of logical processors.
namedExecutorService(String, int) - Static method in class com.qfs.pool.impl.PoolUtil
Build an executor service.
NamedMeasure - Class in com.activeviam.copper.measure
A Copper measure representing another measure, already present in the cube or previously published by Copper, by its name.
NamedMeasure(String) - Constructor for class com.activeviam.copper.measure.NamedMeasure
Default constructor.
NamedMeasureInliner - Class in com.activeviam.copper.graph.visitor.impl
This rewriter replaces nodes generated by Copper.measure(String) with the expression of the measure.
NamedMeasureInliner(IInternalCopperContext) - Constructor for class com.activeviam.copper.graph.visitor.impl.NamedMeasureInliner
Constructor.
NamedNumericFormats - Enum in com.quartetfs.fwk.format.impl
The named numeric format defined by the MDX documentation.
NameDrillthroughColumn - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
Drillthrough calculator returning the name of the member.
NameDrillthroughColumn(String, String, Properties) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.NameDrillthroughColumn
Constructor.
namedSet() - Static method in class com.activeviam.builders.StartBuilding
Creates a builder for INamedSetDescription.
NamedSetDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Basic implementation of an INamedSetDescription.
NamedSetDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
Empty constructor.
NamedSetDescription(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
Constructor.
NamedSetDescription(Map<String, String>) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
Constructor to create the description directly from a mapping of properties.
NamedSetExecTask(INamedSetReference) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.NamedSetExecTask
 
NamedSetReference - Class in com.quartetfs.pivot.mdx.statement.impl
Named set expression.
NamedSetReference(IMdxNamedSet) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.NamedSetReference
 
NamedThread - Class in com.qfs.pool.impl
QFS fork/join worker thread.
NamedThread(ForkJoinPool, String) - Constructor for class com.qfs.pool.impl.NamedThread
Constructor.
NamedThreadFactory - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
NamedThreadFactory(String) - Constructor for class com.qfs.util.impl.NamedThreadFactory
Deprecated.
Full constructor.
NamedWorkerThreadFactory - Class in com.qfs.concurrent.impl
A worker thread factory that supports custom naming of the worker threads.
NamedWorkerThreadFactory - Class in com.qfs.pool.impl
Factory of QFS threads.
NamedWorkerThreadFactory(String) - Constructor for class com.qfs.concurrent.impl.NamedWorkerThreadFactory
Constructor.
NamedWorkerThreadFactory(String) - Constructor for class com.qfs.pool.impl.NamedWorkerThreadFactory
 
NameFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
NameFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.NameFunction
 
NAMELEN - Static variable in class com.qfs.util.tar.impl.TarHeader
The length of the name field in a header buffer.
NAMEOFFSET - Static variable in class com.qfs.util.tar.impl.TarHeader
The offset of the name field in a header buffer.
namePath - Variable in class com.qfs.pivot.builder.cellset.impl.PositionDataBuilder
The path with the names.
namePath - Variable in class com.qfs.pivot.json.cellset.PositionData
The path with the names.
namePath(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Gets the name path of a member.
NAMES - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
Type representing List[String].
NAMESPACE - Static variable in interface com.activeviam.tracing.ITracingRestService
The tracing rest service namespace.
NAMESPACE - Static variable in interface com.qfs.jwt.service.IJwtRestService
The namespace in which the jwt REST API is exposed.
NAMESPACE - Static variable in interface com.qfs.pivot.rest.monitoring.IMonitoringRestService
The namespace in which the monitoring REST API is exposed.
NAMESPACE - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
The namespace of the service in the REST API.
NAMESPACE - Static variable in class com.qfs.repository.rs.RepositoryRestServices
Global namespace for Repository.
NAMESPACE - Static variable in interface com.qfs.snl.rs.IAgentRestService
The namespace of the service in the REST API.
NAMESPACE - Static variable in interface com.qfs.snl.rs.IInformationRestService
The name space.
NAMESPACE - Static variable in interface com.qfs.snl.rs.IMessageRestService
The namespace of the service in the REST API.
NAMESPACE - Static variable in interface com.qfs.snl.rs.IRepositoryWorkflowRestService
The namespace of the service in the REST API.
NAMESPACE - Static variable in interface com.qfs.snl.rs.IWorkflowRestService
The namespace of the service in the REST API.
NAMESPACE - Static variable in interface com.qfs.versions.service.IVersionsRestService
Namespace for the versions service.
NameSuffixer() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughExecutor.NameSuffixer
 
nameTarHeader(TarHeader, String) - Method in class com.qfs.util.tar.impl.TarEntry
Fill in a TarHeader given only the entry's name.
narrowLocation(ILocation) - Method in interface com.qfs.messenger.IDataCubeAdapter
Removes the concealed members from the given location.
narrowLocation(ILocation) - Method in class com.qfs.messenger.impl.DataCubeAdapter
 
narrowLocation(ILocation) - Method in class com.qfs.messenger.impl.IdentityDataCubeAdapter
 
Native - com.quartetfs.biz.xmla.impl.XmlaProperties.FormatValue
 
NATIVE_MEASURES_MEMBERS_NAME - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
The name of the native aggregated measures level.
NATIVE_MEASURES_NAMES - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AggregatedMeasure
List of names of native measures.
NATIVE_MEMORY_CACHE_RATIO_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property that configures cache ratio.
NATIVE_MMAPING_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property that configures the reserved memory to allocate for a given size of chunk.
NativeCopperMeasure - Class in com.activeviam.copper.measure
A Copper measure representing a native measure.
NativeCopperMeasure(String, String, MeasureMetadata) - Constructor for class com.activeviam.copper.measure.NativeCopperMeasure
Constructor.
NativeJDBCSource - Class in com.qfs.msg.jdbc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
NativeJDBCSource(IConnectionSupplier, String, int, int) - Constructor for class com.qfs.msg.jdbc.impl.NativeJDBCSource
Deprecated, for removal: This API element is subject to removal in a future version.
NativeJDBCSource(String, String, Properties) - Constructor for class com.qfs.msg.jdbc.impl.NativeJDBCSource
Deprecated, for removal: This API element is subject to removal in a future version.
NativeJDBCSource(String, String, Properties, String, int, int) - Constructor for class com.qfs.msg.jdbc.impl.NativeJDBCSource
Deprecated, for removal: This API element is subject to removal in a future version.
NativeMeasureDescription - Class in com.quartetfs.biz.pivot.definitions.impl
 
NativeMeasureDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.NativeMeasureDescription
Constructor.
NativeMeasureDescription(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.NativeMeasureDescription
Constructor.
NativeMeasureDescription(String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.NativeMeasureDescription
Constructor.
NativeMemoryAllocatorUtil - Class in com.qfs.chunk.direct.allocator.impl
Class util for INativeMemoryAllocator.
NativeMemoryAllocatorUtil() - Constructor for class com.qfs.chunk.direct.allocator.impl.NativeMemoryAllocatorUtil
 
nativeRows() - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
Starts building an IJDBCSource with native rows.
nativeType() - Method in class com.qfs.jna.impl.EnumConverter
 
NaturalOrderComparator - Class in com.quartetfs.fwk.ordering.impl
Natural java Comparator.
NaturalOrderComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.NaturalOrderComparator
 
navigateTo(Node, String...) - Static method in class com.quartetfs.fwk.util.impl.XmlUtil
Deprecated.
From the given root, descends the genealogy tree following the list of child's names elements.
Navigation - com.quartetfs.pivot.mdx.statement.FunctionCategory
 
NB_CANCELED_WORKFLOWS - Static variable in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Cancelled count attributes.
NB_OF_ENTRIES_PROCESSED - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Statistics key - Nb of aggregates entries that are impacted by the latest event.
NB_OF_IMPACT_COMPUTATIONS - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Statistics key - Nb of Impact computations in latest event.
NB_OF_PLANNED_RETRIEVALS - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Statistics key - Nb of planned retrievals for the latest event.
NB_STARTED_WORKFLOWS - Static variable in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Started count attribute.
NB_STOPPED_WORKFLOWS - Static variable in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Completed count attribute.
NE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
NE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
NE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
NE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
NEAREST - com.qfs.agg.impl.PercentileFunction.InterpolationMode
Deprecated.
 
needInitialization(String, String) - Method in interface com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder.ICanInit
Creates directories that will be used be used to store descriptions and entitlements.
needJoinedFields() - Method in interface com.activeviam.store.structure.IInitializeFieldAction
Whether the action needs joined fields to compute the content of the new field.
needJoinedFields() - Method in class com.activeviam.store.structure.impl.InitializeFieldAction
 
needListenerForTransaction() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Returns true if there are some listeners to member change on this engine.
needRestart(IRTExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.DefaultRTImpactCalculator
 
needRestart(IRTExpressionDependency) - Method in interface com.quartetfs.pivot.mdx.IRTImpactCalculator
Check if we need to restart the continuous Mdx query.
needRestartAt(long) - Method in interface com.qfs.snl.agent.service.IMonitorExecution
Indicates that the stream needs to be restarted.
needRestartAt(long) - Method in class com.qfs.snl.agent.service.impl.KpiMonitoringStream
 
needsDataCube() - Method in class com.activeviam.copper.measure.AggregatedMeasure
 
needsDataCube() - Method in class com.activeviam.copper.measure.CopperAdvancedAggregatedMeasure
 
needsDataCube() - Method in class com.activeviam.copper.measure.DatabaseMeasure
 
needsDataCube() - Method in class com.activeviam.copper.measure.ExtremaMemberMeasure
 
needsDataCube() - Method in interface com.activeviam.copper.measure.IInternalCopperMeasure
Deprecated.
Indicates whether this measure absolutely needs a data cube to exist.
needsDataCube() - Method in class com.activeviam.copper.measure.LevelFilteringMeasure
 
needsDataCube() - Method in class com.activeviam.copper.measure.LevelValueMeasure
 
needsDataCube() - Method in class com.activeviam.copper.measure.StoreFieldAggregatedMeasure
 
needsDataCube() - Method in class com.activeviam.copper.measure.StoreLookupMeasure
 
needsFencing(boolean) - Static method in class com.qfs.memory.impl.ActiveCollector
A hook to call before doing any access that requires fencing.
needsReplication(ILocation) - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslator
 
needsReplication(ILocation) - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTranslator
 
needsReplication(ILocation) - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator
Returns whether the given location will require result replication when queried.
needsResultSizes() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Indicates whether the query plan retrieval result sizes should be computed.
needsResultSizes() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
NeedsReWriteVisitor - Class in com.quartetfs.pivot.mdx.impl
Visitor to rewrite where clause.
The expression that is being visited returns true if - it is a set with only one hierarchy and many members - it is a crossjoin with many hierarchies It returns false in all other cases.
NeedsReWriteVisitor() - Constructor for class com.quartetfs.pivot.mdx.impl.NeedsReWriteVisitor
 
needToDecode() - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Returns whether or not the repository contains entries that are readable by this adapter.
NEFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ComparisonFunctions.NEFunction
Constructor.
NEGATIVE_CELLSET_LIMIT_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The maximum number of removed locations that can be handled by real-time MDX queries.
NegativeCellSet - Class in com.quartetfs.biz.pivot.query.aggregates.impl
A cell set describing the deleted location from the cube.
NegativeCellSet(Map<String, Set<ILocation>>, ICellSet) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
Construct a NegativeCellSet using the given positiveCellSet and removedLocationCandidates.
negativelyTranslateAsDoubleWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Translates a vector by a given scalar.
negativelyTranslateAsDoubleWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Translates a vector by a given scalar.
negativelyTranslateAsDoubleWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Translates a vector by a given scalar.
negativelyTranslateAsDoubleWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Translates a vector by a given scalar.
negativelyTranslateAsFloatWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Translates a vector by a given scalar.
negativelyTranslateAsFloatWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Translates a vector by a given scalar.
negativelyTranslateAsFloatWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Translates a vector by a given scalar.
negativelyTranslateAsFloatWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Translates a vector by a given scalar.
negativelyTranslateAsInt(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Translates a vector by a given scalar.
negativelyTranslateAsInt(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Translates a vector by a given scalar.
negativelyTranslateAsLongWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Translates a vector by a given scalar.
negativelyTranslateAsLongWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Translates a vector by a given scalar.
negativelyTranslateAsLongWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Translates a vector by a given scalar.
negativelyTranslateAsLongWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Translates a vector by a given scalar.
NegativeVector - Class in com.qfs.vector.impl
A wrapper around an IVector that only sees the negative values: it returns 0 for the coordinates where the underlying vector is negative.
NegativeVector(IVector) - Constructor for class com.qfs.vector.impl.NegativeVector
Constructs a read-only view of the underlying vector, only exposing the negative values, and exposing 0 for the positive values.
NeighborValuePostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
This Post Processor, given a time hierarchy and a location, returns the previous or next value along the time hierarchy if it exists.
NeighborValuePostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.NeighborValuePostProcessor
Constructor.
NeighborValuePostProcessor.NeighborValuePrefetcher - Class in com.quartetfs.biz.pivot.postprocessing.impl
Prefetcher for the NeighborValuePostProcessor.
NeighborValuePrefetcher(NeighborValuePostProcessor) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.NeighborValuePostProcessor.NeighborValuePrefetcher
Constructor.
neq(Object) - Method in interface com.activeviam.copper.api.CopperLevel
Creates a CopperLevelCondition that represents the result of an inequality test between each member value of this level and the given object value.
neq(Object) - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
NESelectStatementVisitor - Class in com.quartetfs.pivot.mdx.impl
Visitor to detect if the select statement has non empty on all axis of the top select.
NESelectStatementVisitor() - Constructor for class com.quartetfs.pivot.mdx.impl.NESelectStatementVisitor
 
Nest - com.quartetfs.biz.xmla.constants.Keyword
 
NETTY_BIND_ADDRESS_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The bind address property for the Netty messenger.
NETTY_CURRENT_MACHINE_ADDRESS_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that defines the current machine address or the external public IP address.
NETTY_MAX_SIZE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that limits the size of messages (in bytes) sent over the network.
NETTY_MESSENGER_PLUGIN_KEY - Static variable in interface com.activeviam.builders.distributed.Constants
The plugin key of the default Netty messenger.
NETTY_PORT_RANGE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that defines the range of ports for Netty messenger.
NettyAddress() - Constructor for class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
Empty constructor for serialization.
NettyAddress(String, DataNodeManager.CubeEndPointInfo, IAddress.NodeType) - Constructor for class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
Default constructor.
NettyAddressGenerator - Class in com.qfs.messenger.impl
Generator of addresses for a Netty cluster.
NettyAddressGenerator(String, DataNodeManager.CubeEndPointInfo, IAddress.NodeType) - Constructor for class com.qfs.messenger.impl.NettyAddressGenerator
Constructor.
NettyAddressGenerator.NettyAddress - Class in com.qfs.messenger.impl
Address that contains a PhysicalAddress.
NettyChannelRequestHandler - Class in com.qfs.messenger.netty.impl
Handles a NettyRequestMessage ONLY.
NettyChannelRequestHandler(INettyServerRequestHandler) - Constructor for class com.qfs.messenger.netty.impl.NettyChannelRequestHandler
Constructor.
NettyEventLoopGroup - Class in com.qfs.messenger.netty.impl
The number of threads within each EventLoopGroup can be changed by setting: -Dio.netty.eventLoopThreads.
NettyEventLoopGroup() - Constructor for class com.qfs.messenger.netty.impl.NettyEventLoopGroup
 
NettyInputStream - Class in com.qfs.messenger.netty.streaming.impl
An InputStream that decodes data sent using a NettyOutputStream.
NettyInputStream(ByteBuf) - Constructor for class com.qfs.messenger.netty.streaming.impl.NettyInputStream
Constructor.
NettyMessenger - Class in com.qfs.messenger.impl
A distributed messenger JGroups-based for cluster management and Netty-based for exchanging messages.
NettyMessenger(DataNodeManager.CubeEndPointInfo, IVersionProvider, IClusterDefinition, String) - Constructor for class com.qfs.messenger.impl.NettyMessenger
Constructor.
NettyOutputStream - Class in com.qfs.messenger.netty.streaming.impl
An OutputStream that sends the data using Netty's ChannelHandlerContext.
NettyOutputStream(ChannelHandlerContext, int, long, ChannelPromise) - Constructor for class com.qfs.messenger.netty.streaming.impl.NettyOutputStream
Constructor.
NettyRequestMessage - Class in com.qfs.messenger.netty.impl
Wrapper around an object that represents a message to identify it with a long id automatically generated.
NettyRequestMessage() - Constructor for class com.qfs.messenger.netty.impl.NettyRequestMessage
Empty constructor for serialization.
NettyRequestMessage(IBroadcastMessage<?, ?, ?>) - Constructor for class com.qfs.messenger.netty.impl.NettyRequestMessage
Constructor.
NettyResponseMessage - Class in com.qfs.messenger.netty.impl
Wrapper around an object that represents a response to the message NettyRequestMessage with the same ANettyMessage.requestId.
NettyResponseMessage() - Constructor for class com.qfs.messenger.netty.impl.NettyResponseMessage
Empty constructor for serialization.
NettyResponseMessage(long, IBroadcastResult<?>) - Constructor for class com.qfs.messenger.netty.impl.NettyResponseMessage
Constructor.
NettyStreamUtils - Class in com.qfs.messenger.netty.streaming.impl
Some constants and utility methods used by both NettyInputStream and NettyOutputStream.
NettyStreamUtils() - Constructor for class com.qfs.messenger.netty.streaming.impl.NettyStreamUtils
 
NettyStreamUtils.MessageType - Enum in com.qfs.messenger.netty.streaming.impl
An enumeration representing each type of message sent over the network and its default maximum size.
NettyTransporter - Class in com.qfs.messenger.netty.impl
For TCP/IP connection (accepts incoming TCP/IP connections).
NettyTransporter(INettyServerRequestHandler) - Constructor for class com.qfs.messenger.netty.impl.NettyTransporter
Constructor.
NEW_MAPPING - Static variable in interface com.qfs.dic.IConcurrentDictionary
Marks the fact that the returned address is a new address (i.e.
NEW_MAPPING - Static variable in interface com.qfs.dic.IWritableIntegerArrayDictionary
A flag indicating that the mapping has added a new element to this dictionary (see IWritableIntegerArrayDictionary.mapWithFlags(int[])).
NEW_TRANSACTION_INITIAL_COMMIT - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
NEW_TRANSACTION_REMOTE_COMMIT - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
NEW_TRANSACTION_REMOVE_MEMBERS - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
NEW_VERSION_CREATED - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
NEW_WORKFLOW_CONFIG - Static variable in interface com.qfs.snl.workflows.IWorkflowPayload.Variables
IEntityWorkflowConfiguration: New workflow configuration to set.
newAnyBitmapMultiPoint() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
Returns a bitmap multi point with all 'any' coordinates.
newAnyBitmapPoint() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
Returns a bitmap point with all 'any' coordinates.
newBitmapPoint() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
 
newChunk() - Method in interface com.qfs.msg.IMessage
Instantiate a new chunk to collect a block of data within that message.
newChunk() - Method in class com.qfs.source.impl.StoreMessage
 
newChunk() - Method in interface com.qfs.source.IStoreMessage
 
newChunk(int, int) - Static method in class com.qfs.chunk.array.impl.ArrayChunkPositiveInteger
Allocates a new chunk, choosing the implementation corresponding to the input order.
newChunk(int, int, IBufferAllocator) - Static method in class com.qfs.chunk.buffer.impl.BufferChunkPositiveInteger
Allocates a new chunk, choosing the implementation corresponding to the input order.
newChunk(int, int, INativeMemoryAllocator) - Static method in class com.qfs.chunk.direct.impl.DirectChunkPositiveInteger
Allocates a new chunk, choosing the implementation corresponding to the input order.
newCondition() - Method in class com.activeviam.concurrent.locks.impl.NonReentrantLock
 
newDictionary(IDomainKey, IApplicationDictionaryProvider.IDomainDictionaryKey, int, IAllocationSettings) - Method in interface com.activeviam.dic.provider.IDictionaryProviderTransaction
Creates a new dictionary in the domain with the provided allocation information.
newDictionary(IDomainKey, IApplicationDictionaryProvider.IDomainDictionaryKey, DictionaryConfiguration) - Method in interface com.activeviam.dic.provider.IDictionaryProviderTransaction
Creates a new dictionary in the domain with the provided configuration.
newDictionary(IDomainKey, IApplicationDictionaryProvider.IDomainDictionaryKey, DictionaryConfiguration) - Method in class com.activeviam.dic.provider.impl.DictionaryProviderTransaction
 
newDictionary(IDomainKey, IApplicationDictionaryProvider.IDomainDictionaryKey, DictionaryConfiguration, IWritableDictionary<Object>) - Method in interface com.activeviam.dic.provider.IDictionaryProviderTransaction
Adds the given dictionary in the specified domain with the provided configuration.
newDictionary(IDomainKey, IApplicationDictionaryProvider.IDomainDictionaryKey, DictionaryConfiguration, IWritableDictionary<Object>) - Method in class com.activeviam.dic.provider.impl.DictionaryProviderTransaction
 
NewDistributedPlanningGraph - Class in com.qfs.query.impl
Distributed version of PlanningGraph, taking account distribution constraints.
NewDistributedPlanningGraph(DistributedActivePivotAggregatesRetriever, boolean) - Constructor for class com.qfs.query.impl.NewDistributedPlanningGraph
Constructor.
newHierarchy(String) - Static method in class com.activeviam.copper.api.Copper
Returns a builder to create a Copper hierarchy that can hold several levels.
newHierarchy(String, String) - Static method in class com.activeviam.copper.api.Copper
Returns a builder to create a Copper hierarchy that can hold several levels.
newInstance(SinglePointLocationList, IScopeLocation) - Static method in class com.quartetfs.biz.pivot.cellset.impl.PointListReductionFilterFactory
newInstance(IScopeLocation, IScopeLocation) - Static method in class com.quartetfs.biz.pivot.cellset.impl.PointListReductionFilterFactory
newInstance(IParser<?>, Integer, char) - Method in class com.quartetfs.fwk.format.impl.ObjectVectorParser
 
newLine() - Method in class com.qfs.pivot.util.impl.IndentedStringBuilder
Start a new line.
NEWLINE - Static variable in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleterWithChildren
The new line character.
newLookupMeasure(CopperStoreField) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure referencing the records of a joined field, which can then be used in calculations.
newMessage(T) - Method in interface com.qfs.msg.IMessageChannel
Creates a new message that will collect data elements from the source, and then be sent through the channel.
newMessage(T) - Method in class com.qfs.msg.impl.CompositeMessageChannel
 
newMessage(T) - Method in class com.qfs.source.impl.StoreMessageChannel
 
NewMessageDto - Class in com.qfs.snl.dtos.ws
DTO notifying a new message for the connected user.
NewMessageDto(IMessage) - Constructor for class com.qfs.snl.dtos.ws.NewMessageDto
Constructor.
newPostProcessor(String) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure referencing a post-processor.
newRecord() - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
newRecord() - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
newRecord() - Method in class com.qfs.store.record.impl.RecordFormat
 
newRecord() - Method in interface com.qfs.store.record.IRecordFormat
Returns new empty record, designed to be written into.
newRecord(Object...) - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
newRecord(Object...) - Method in interface com.qfs.store.record.IByteRecordFormat
 
newRecord(Object...) - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
newRecord(Object...) - Method in class com.qfs.store.record.impl.RecordFormat
 
newRecord(Object...) - Method in interface com.qfs.store.record.IRecordFormat
Spawns a new record following this RecordFormat, and filled with the given tuple.
newRequest() - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaMonitorStatistics
Increment the number of requests.
newScope(Span, Span, TraceContext) - Static method in class com.activeviam.tracing.impl.Tracing
Safely sets the current span in scope or the trace context.
newScope(TraceContext) - Static method in class com.activeviam.tracing.impl.Tracing
Safely sets the current span scope.
newThread(Runnable) - Method in class com.qfs.msg.csv.impl.ParserThreadFactory
 
newThread(Runnable) - Method in class com.qfs.pool.impl.SimpleNamedThreadFactory
 
newThread(Runnable) - Method in class com.qfs.util.impl.NamedThreadFactory
Deprecated.
 
newThread(ForkJoinPool) - Method in class com.qfs.concurrent.impl.NamedWorkerThreadFactory
 
newThread(ForkJoinPool) - Method in class com.qfs.pool.impl.NamedWorkerThreadFactory
 
newThread(ForkJoinPool) - Method in class com.qfs.pool.impl.QFSWorkerThreadFactory
 
newTuplePoint() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
 
newWorkload() - Method in interface com.qfs.msg.csv.ICSVSource
Create a new initially empty IParsingWorkload that can subsequently be filled with work and then executed.
newWorkload() - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
newWorkloadExecution(IParsingWorkload<I>) - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
Create an executable object to process the given parsing workload.
next() - Method in class com.activeviam.arrow.read.ArrowCursor
 
next() - Method in interface com.qfs.bitmap.IIntIterator
Returns next integer value.
next() - Method in class com.qfs.bitmap.impl.ChunkedBitmap.ChunkedBitmapIterator
 
next() - Method in class com.qfs.bitmap.impl.QFSBitmap.EmptyIntIterator
 
next() - Method in interface com.qfs.store.query.ICursor
Moves the cursor to the next row, if there is another row.
next() - Method in class com.qfs.store.query.impl.ConditionCursor
 
next() - Method in class com.qfs.store.query.impl.CursorRecordIterator
 
next() - Method in class com.qfs.store.query.impl.CursorTupleIterator
 
next() - Method in class com.qfs.store.query.impl.EmptyResultCursor
 
next() - Method in class com.qfs.store.query.impl.MergeCursor
 
next() - Method in class com.qfs.store.query.impl.RecordArrayCursor
 
next() - Method in class com.qfs.store.query.impl.RowListFlattenerCursor.ABatchRecordIterator
Gets the next matching record.
next() - Method in class com.qfs.store.query.impl.RowListFlattenerCursor.BatchRecordIterator
 
next() - Method in class com.qfs.store.query.impl.RowListFlattenerCursor
 
next() - Method in class com.qfs.store.query.impl.SizeLimitCursor
 
next() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordIterator
 
next() - Method in class com.qfs.util.impl.AFilteringIterator
Deprecated.
 
next() - Method in class com.qfs.util.impl.ATIntFilteredIterator
Deprecated.
 
next() - Method in class com.qfs.util.impl.EmptyIterator
Deprecated.
 
next() - Method in class com.qfs.util.impl.QfsLists.ReverseIterator
Deprecated.
 
next() - Method in class com.qfs.util.impl.SingletonIterator
Deprecated.
 
next() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase.AEpochFilterIterator
 
next() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiHierarchyIterator
Deprecated.
 
next() - Method in class com.quartetfs.biz.pivot.impl.LocationUtil.Expander
 
next() - Method in class com.quartetfs.biz.pivot.impl.LocationUtil.RangeLocationExpander
 
next() - Method in interface com.quartetfs.biz.xmla.rowset.IRowWriter
 
next() - Method in class com.quartetfs.pivot.mdx.impl.LazyTupleCollection.Cursor
Move to next.
next() - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.ICellPlanResultIterator
Positions the iterator on the next element.
next() - Method in class com.quartetfs.pivot.mdx.result.impl.BasicMdxCellSetAxisIterator
 
next() - Method in class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet.EmptyMdxCellSetAxisIterator
 
next() - Method in class com.quartetfs.pivot.mdx.result.impl.FilteredMdxCellSetAxisIterator
 
next() - Method in class com.quartetfs.pivot.mdx.utils.impl.StringIterator
 
nextAxis() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState.CellSetStateAxesIterator
 
nextAxis() - Method in interface com.quartetfs.pivot.mdx.result.IMdxAxesIterator
Moves to the next axis in the iteration.
nextAxis() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
 
nextCell() - Method in class com.quartetfs.biz.pivot.mdx.impl.CellDTOIterator
 
nextCell() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper.StreamingCellIterator
 
nextCell() - Method in interface com.quartetfs.pivot.mdx.result.IMdxCellIterator
Moves the iterator to the next cell.
nextCell() - Method in class com.quartetfs.pivot.mdx.result.impl.MdxCellIterator
 
nextCell() - Method in class com.quartetfs.pivot.mdx.xmla.impl.DummyCellIterator
 
nextDouble() - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
 
nextDouble() - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
 
nextDouble() - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
 
nextDouble() - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
 
nextDouble() - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
 
nextDouble() - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
 
nextDouble() - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
 
nextDouble() - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
 
nextDouble() - Method in class com.qfs.heap.impl.MaxHeapDouble
 
nextDouble() - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
 
nextDouble() - Method in class com.qfs.heap.impl.MaxHeapFloat
 
nextDouble() - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
 
nextDouble() - Method in class com.qfs.heap.impl.MaxHeapInteger
 
nextDouble() - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
 
nextDouble() - Method in class com.qfs.heap.impl.MaxHeapLong
 
nextDouble() - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
 
nextDouble() - Method in class com.qfs.heap.impl.MinHeapDouble
 
nextDouble() - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
 
nextDouble() - Method in class com.qfs.heap.impl.MinHeapFloat
 
nextDouble() - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
 
nextDouble() - Method in class com.qfs.heap.impl.MinHeapInteger
 
nextDouble() - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
 
nextDouble() - Method in class com.qfs.heap.impl.MinHeapLong
 
nextDouble() - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
 
nextDouble() - Method in interface com.qfs.util.IPrimitiveIterator
Returns the next double.
nextDouble() - Method in class com.qfs.vector.impl.EmptyVector
 
nextFloat() - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
 
nextFloat() - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
 
nextFloat() - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
 
nextFloat() - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
 
nextFloat() - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
 
nextFloat() - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
 
nextFloat() - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
 
nextFloat() - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
 
nextFloat() - Method in class com.qfs.heap.impl.MaxHeapDouble
 
nextFloat() - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
 
nextFloat() - Method in class com.qfs.heap.impl.MaxHeapFloat
 
nextFloat() - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
 
nextFloat() - Method in class com.qfs.heap.impl.MaxHeapInteger
 
nextFloat() - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
 
nextFloat() - Method in class com.qfs.heap.impl.MaxHeapLong
 
nextFloat() - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
 
nextFloat() - Method in class com.qfs.heap.impl.MinHeapDouble
 
nextFloat() - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
 
nextFloat() - Method in class com.qfs.heap.impl.MinHeapFloat
 
nextFloat() - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
 
nextFloat() - Method in class com.qfs.heap.impl.MinHeapInteger
 
nextFloat() - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
 
nextFloat() - Method in class com.qfs.heap.impl.MinHeapLong
 
nextFloat() - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
 
nextFloat() - Method in interface com.qfs.util.IPrimitiveIterator
Returns the next float.
nextFloat() - Method in class com.qfs.vector.impl.EmptyVector
 
nextIndex() - Method in class com.qfs.util.impl.QfsLists.ReverseIterator
Deprecated.
 
nextInt() - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
 
nextInt() - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
 
nextInt() - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
 
nextInt() - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
 
nextInt() - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
 
nextInt() - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
 
nextInt() - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
 
nextInt() - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
 
nextInt() - Method in class com.qfs.heap.impl.MaxHeapDouble
 
nextInt() - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
 
nextInt() - Method in class com.qfs.heap.impl.MaxHeapFloat
 
nextInt() - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
 
nextInt() - Method in class com.qfs.heap.impl.MaxHeapInteger
 
nextInt() - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
 
nextInt() - Method in class com.qfs.heap.impl.MaxHeapLong
 
nextInt() - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
 
nextInt() - Method in class com.qfs.heap.impl.MinHeapDouble
 
nextInt() - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
 
nextInt() - Method in class com.qfs.heap.impl.MinHeapFloat
 
nextInt() - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
 
nextInt() - Method in class com.qfs.heap.impl.MinHeapInteger
 
nextInt() - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
 
nextInt() - Method in class com.qfs.heap.impl.MinHeapLong
 
nextInt() - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
 
nextInt() - Method in interface com.qfs.util.IPrimitiveIterator
Returns the next integer.
nextInt() - Method in class com.qfs.vector.impl.EmptyVector
 
nextLong() - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
 
nextLong() - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
 
nextLong() - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
 
nextLong() - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
 
nextLong() - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
 
nextLong() - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
 
nextLong() - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
 
nextLong() - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
 
nextLong() - Method in class com.qfs.heap.impl.MaxHeapDouble
 
nextLong() - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
 
nextLong() - Method in class com.qfs.heap.impl.MaxHeapFloat
 
nextLong() - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
 
nextLong() - Method in class com.qfs.heap.impl.MaxHeapInteger
 
nextLong() - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
 
nextLong() - Method in class com.qfs.heap.impl.MaxHeapLong
 
nextLong() - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
 
nextLong() - Method in class com.qfs.heap.impl.MinHeapDouble
 
nextLong() - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
 
nextLong() - Method in class com.qfs.heap.impl.MinHeapFloat
 
nextLong() - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
 
nextLong() - Method in class com.qfs.heap.impl.MinHeapInteger
 
nextLong() - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
 
nextLong() - Method in class com.qfs.heap.impl.MinHeapLong
 
nextLong() - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
 
nextLong() - Method in interface com.qfs.util.IPrimitiveIterator
Returns the next long.
nextLong() - Method in class com.qfs.vector.impl.EmptyVector
 
nextMember() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState.CellSetStateAxesIterator
 
nextMember() - Method in interface com.quartetfs.pivot.mdx.result.IMdxAxesIterator
Moves the next member in the current position.
nextMember() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
 
NextMember - com.quartetfs.biz.xmla.constants.Keyword
 
NEXTMEMBER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
NextMemberFunction - Class in com.quartetfs.pivot.mdx.func.impl
NextMember function.
NextMemberFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.NextMemberFunction
 
nextPosition() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState.CellSetStateAxesIterator
 
nextPosition() - Method in interface com.quartetfs.pivot.mdx.result.IMdxAxesIterator
Moves the next position in the axis.
nextPosition() - Method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetAxesIterator
 
nextPowerOfTwo(int) - Static method in class com.qfs.store.impl.ChunkSet
Finds the minimal number of the form 2^n that is greater or equal to the given value.
nextRow() - Method in class com.qfs.store.query.impl.RecordSetRowsIterator
 
nextRow() - Method in class com.qfs.store.query.impl.RowListIterator
 
nextRow() - Method in interface com.qfs.store.query.IRowsIterator
Returns the ID of the next row.
nextRun() - Method in class com.qfs.bitmap.impl.QFSRun
Jumps to the next fill word.
nextService() - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
Get the next hook to call.
nextSpan() - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
nextSpan() - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
nextSpan(Span) - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
nextSpan(Span) - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
No - com.quartetfs.biz.xmla.rowset.impl.RowsetColumn.Optional
 
No - com.quartetfs.biz.xmla.rowset.impl.RowsetColumn.Restriction
 
NO - com.quartetfs.biz.pivot.impl.LocationUtil.HasAnalysisLevelCoordinatesResult
The location does not express any analysis level.
NO_ACCESS - Static variable in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
The instance denying access to the entire cube.
NO_ALIAS_MEASURE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
no_arg_function() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
no_arg_function_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.no_arg_function_return
 
NO_BRANCH - Static variable in interface com.quartetfs.biz.pivot.streaming.IAggregatesEvent
Branch code for events that cannot be associated with a branch.
NO_CLASSIFICATION - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.ClassificationType
Represents an analysis hierarchy for which the values are user-defined.
NO_COLLISION - Static variable in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.FieldsCollisionHandler
If all field names are unique, then we can just trivially build our {field, path} map.
NO_CONST_MATCHING_PARAMS - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
NO_DATASTORE - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
NO_DIMENSION_DEFINED - Static variable in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
Deprecated, for removal: This API element is subject to removal in a future version.
NO_EMPTY_CELL_GAQ_RESULT_MESSAGE - Static variable in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
Error message.
NO_END - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase
The value used when there is no right bound in IRangeUnion.Range.
NO_ENTRY - Static variable in class com.quartetfs.biz.pivot.query.impl.ActivePivotVersionQueryHelper
The ordinal retrieved when there is no entry for a hierarchy.
NO_ENTRY_VALUE - Static variable in class com.qfs.trove.impl.QIntArrayList
The default "no value" for a QIntArrayList.
NO_EPOCH - Static variable in interface com.quartetfs.biz.pivot.streaming.IActivePivotEvent
Epoch code for events that cannot be associated with an epoch.
NO_EVALUATION_FIELDS - Static variable in class com.qfs.condition.impl.BaseConditions
No Required evaluation fields.
NO_EXPIRATION - Static variable in class com.qfs.fwk.cache.impl.TtlCache
Value to use as expiration when one doesn't want this TtlCache to let its values expire.
NO_FAIL_WHEN_MEMBER_AMBIGUITY - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
By default the MdxEngine can throw an Exception when a member expression is ambiguous.
NO_FAIL_WHEN_MEMBER_AMBIGUITY_DEFAULT - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
Default MdxEngine behavior when a member expression is ambiguous.
NO_FILTER - Static variable in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
The instance granting access to the entire cube.
NO_FORMATTER_GAQ_RESULT_MESSAGE - Static variable in class com.qfs.pivot.testing.impl.CellByCoordinatesTester
Error message.
NO_GOOD_SIZE - Static variable in class com.qfs.logging.MessagesCSV
Record to write has length which is not the record size of.
NO_HEADER_READ - Static variable in class com.qfs.logging.MessagesCSV
Something went wrong when reading the header.
NO_ID - Static variable in interface com.qfs.repository.persistence.model.IPointValue
Default id value (0L) given to an entity before being persisted.
NO_ID - Static variable in interface com.qfs.snl.persistence.IIdentifiable
Default id value (0L) given to an entity before being persisted.
NO_KEY - Static variable in class com.activeviam.apm.logging.impl.LoggingConstants
 
NO_KEY - Static variable in interface com.qfs.index.ISecondaryRecordIndex
The value returned when a key does not exist in the underlying dictionary of this index.
NO_KEY - Static variable in interface com.qfs.index.IUniqueRecordIndex
The value returned when a key does not exist in the underlying dictionary of this index.
NO_LIMIT - Static variable in interface com.qfs.msg.csv.policy.ICsvParserConfigPolicy
Policy with no restrictions.
NO_LISTEN_DETECTED - Static variable in class com.qfs.logging.MessagesStreaming
 
NO_NEW_BRANCHES - Static variable in class com.qfs.repository.impl.DatastoreRepositoryCache
Predefined policy to use not to accept any commit on new branches.
NO_OP - Static variable in class com.qfs.condition.impl.BaseConditions
No Operand.
NO_OUTPUT_TYPE_SUGGESTED - Static variable in interface com.activeviam.copper.operation.operator.ICopperOperator
 
NO_PARTITION - Static variable in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
A value for a partition representing the absence of partitioning.
NO_REFERENCE - Static variable in interface com.qfs.store.ref.IConcreteReference
Value returned by IConcreteReference.getReferencedRow(com.qfs.store.IStorePartitionView, int) when there is no matching row in referenced store.
NO_REPLICATION - com.qfs.distribution.IDistributedActivePivot.DataReplication
NO_REPLICATION will replicate the measures only on the default member of unknown hierarchies(AllMember for regular hierarchies, or the default member for slicing hierarchies).
NO_REPLICATION_MEASURES - Static variable in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
Property to control which measures mustn't be evaluated if the queried location will cause replication.
NO_ROW - Static variable in interface com.qfs.chunk.IRowMapping
The empty value of the mapping.
NO_ROW - Static variable in interface com.qfs.index.IUniqueRecordIndex
The value returned when no row matches a given record.
NO_ROW - Static variable in interface com.qfs.store.record.IRecordBlock
Constant representing a invalid row in a listing of row indexes.
NO_SAME_HEADER - Static variable in class com.qfs.logging.MessagesCSV
Headers are not the same, verify header of file.
NO_SC - Static variable in class com.qfs.condition.impl.BaseConditions
No Sub Condition.
NO_SIZE_LIMIT - Static variable in class com.activeviam.database.api.query.DistinctQuery
 
NO_SIZE_LIMIT - Static variable in class com.activeviam.database.api.query.ListQuery
 
NO_SIZE_LIMIT - Static variable in interface com.qfs.chunk.IChunk
Special value to pass as a limit not to set a limit when scanning values in a chunk.
NO_SIZE_LIMIT - Static variable in interface com.qfs.store.query.IRecordQuery
The value to return to IRecordQuery.getLimit() to prevent limiting the number of returned records.
NO_UPDATE - com.quartetfs.pivot.mdx.realtime.impl.UpdateState
V -> v : The value did not change.
NO_UPDATE - Static variable in class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateResult
Static result marking that the absence of RT update.
NO_USER_DEFAULT - Static variable in class com.activeviam.apm.logging.impl.LogUserConverter
 
NO_VALUE_REGISTERED_FOR_TYPE - Static variable in class com.qfs.logging.MessagesCSV
The field parser plugin has no value registered for type {0}.
NoArgsVisitorContext(IGraphVisitor<N, ?, ?>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.NoArgsVisitorContext
Constructor.
noChild() - Static method in class com.qfs.store.query.plan.impl.QueryPlanToBe
Deprecated.
Returns simple IStoreQueryPlanToBe for stores without children.
NoConditionCursorFactory - Class in com.qfs.store.query.impl
ICursorFactory in use when no cursor-iteration time condition exist.
NoConditionCursorFactory(int[], IRecordFormat) - Constructor for class com.qfs.store.query.impl.NoConditionCursorFactory
Full constructor.
NodeAppender() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase.NodeAppender
 
noEpoch(long, IEpoch) - Static method in exception com.qfs.multiversion.AbandonedEpochException
Creates an exception when a wanted epoch is not found.
noFilter() - Static method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderFilters
Static constructor for a Provider filter without any constraint.
NoIndexConcreteReferenceBase(IReferenceMetadata, IStoreMetadata, int, int, ToIntFunction<int[]>) - Constructor for class com.qfs.store.ref.impl.MultiVersionNoIndexConcreteReference.NoIndexConcreteReferenceBase
Constructor.
NoIndexConcreteReferenceFactory - Class in com.qfs.store.ref.impl
A concrete reference factory for references from a non-indexed point to a unique index.
NoIndexConcreteReferenceFactory(IReferenceMetadata, IPartitionDictionaryFactory) - Constructor for class com.qfs.store.ref.impl.NoIndexConcreteReferenceFactory
Constructor.
noMatch(IPointLocationBuilder) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAnalysisAggregationProcedure.ResultConsumer
Accepts a location in the case no matching data was met on the external results.
Non - com.quartetfs.biz.xmla.constants.Keyword
 
NON_AVAILABLE_VALUE - Static variable in interface com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughRow
String returned when a value is not available.
NON_EMPTY - com.quartetfs.pivot.mdx.ExecutionFlag
Flag that must be set during axis execution when NON EMPTY must be applied on the axis.
NON_EMPTY - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
NON_EMPTY - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
NON_EMPTY - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
NON_GRANTED_MEASURE - Static variable in class com.qfs.logging.MessagesQueries
Deprecated.
 
NON_NULL - com.activeviam.copper.pivot.pp.LeadLagPostProcessor.Mode
Lags(/Leads) to the first non-null value at least at the requested distance.
NON_VISUAL - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
NON_VISUAL - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
NON_VISUAL - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
None - com.quartetfs.biz.xmla.impl.XmlaProperties.ContentValue
 
None - com.quartetfs.biz.xmla.impl.XmlaProperties.StateSupportValue
 
NONE - com.activeviam.tracing.tracer.ITracer.SpanLevel
 
NONE - com.qfs.bitmap.impl.BitmapChecks.CheckLevel
No checks.
NONE - com.qfs.platform.solaris.lgrp_affinity
The LGRP_AFF_NONE affinity signifies no affinity and can be used to remove a thread's affinity for a particular lgroup.
NONE - com.qfs.repository.ws.ParameterWsConfigurationDto.ParameterFetchingMode
Fetch only persisted point values.
NONE - com.qfs.snl.ws.IMessageWsService.FetchMessageMode
Fetch none of the existing messages.
NONE - com.qfs.store.transaction.TransactionStatisticsOption
Do not collect transaction statistics.
NONE - com.qfs.util.ui.IBorderBuilder.Style
No style.
NONE - com.quartetfs.fwk.IAgent.State
The state of an agent that has not been initialized yet.
NONE - com.quartetfs.fwk.logging.impl.QueryTimingCollector.CollectibleQueryType
No collection.
NONE - com.quartetfs.pivot.mdx.statement.IStringLiteral.Quotes
No quotes: abc.
NONE - Static variable in class com.qfs.snl.kpis.impl.KpiUtil.RedOrangeGreen
Logical value associated to a null status.
NONE_PARAM_SIGNATURE - Static variable in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Signature for a function without arguments.
NONEMPTY - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
NonEmptyCrossjoinSet - Class in com.quartetfs.pivot.mdx.func.impl
A non-empty cross-join set.
NonEmptyCrossjoinSet(ISet, ISet, ISet, boolean, boolean, boolean) - Constructor for class com.quartetfs.pivot.mdx.func.impl.NonEmptyCrossjoinSet
Constructor.
NonEmptyFilter - Class in com.quartetfs.pivot.mdx.func.impl
 
NonEmptyFilter(IExpressionEvaluator) - Constructor for class com.quartetfs.pivot.mdx.func.impl.NonEmptyFilter
 
NonEmptyFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
NonEmptyFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.NonEmptyFunction
 
NonEmptyFunction.CrossjoinNonEmptyFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
NonEmptyFunction.SimpleNonEmptyFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
NonNullableFieldsPostProcessor - Class in com.qfs.desc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Datastore's description post-processors are no longer needed. Set this information directly in the store description.
NonNullableFieldsPostProcessor(Collection<ReachableField>) - Constructor for class com.qfs.desc.impl.NonNullableFieldsPostProcessor
Deprecated.
Constructor.
nonOptimizedEvaluate(IExpressionEvaluator, boolean) - Method in interface com.quartetfs.pivot.mdx.INamedSetReference
Performs a non optimized evaluation of the named set.
nonOptimizedEvaluate(IExpressionEvaluator, boolean) - Method in class com.quartetfs.pivot.mdx.statement.impl.NamedSetReference
 
NonReentrantLock - Class in com.activeviam.concurrent.locks.impl
Non-reentrant lock.
NonReentrantLock() - Constructor for class com.activeviam.concurrent.locks.impl.NonReentrantLock
Creates an instance of NonReentrantLock.
NonReentrantLock(boolean) - Constructor for class com.activeviam.concurrent.locks.impl.NonReentrantLock
Creates an instance of NonReentrantLock with the given fairness policy.
NonTransactionalEventProcessingAction(CompletionSync, long, IStream<EventT>, EventT, IActivePivotVersion, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>, ConflationEventEngine.CompositeEventsProcessingAction) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.NonTransactionalEventProcessingAction
Constructor.
NonTransactionalEventProcessingAction(IStream<EventT>, EventT, IActivePivotVersion, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>, ConflationEventEngine.CompositeEventsProcessingAction) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.NonTransactionalEventProcessingAction
Constructor.
NonVisualCubeFilter - Class in com.quartetfs.biz.pivot.context.impl
Filters used for Non Visual subselects.
NonVisualCubeFilter() - Constructor for class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter
 
NonVisualCubeFilter.NonVisualFilteredHierarchy - Class in com.quartetfs.biz.pivot.context.impl
 
NonVisualFilteredHierarchy(int) - Constructor for class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter.NonVisualFilteredHierarchy
 
NonVisualFilteredHierarchy(NonVisualCubeFilter.NonVisualFilteredHierarchy) - Constructor for class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter.NonVisualFilteredHierarchy
 
noop(int, String) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalRetrievalInfo
Creates a retrieval info corresponding to a NOOP request.
Noop - com.qfs.store.IStorePartitionWorkUnit.WorkType
 
NOOP_CONTRIBUTOR - Static variable in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
NOOP_REQUEST - Static variable in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpExternalDatabaseRetrieval
Datastore Prefetch Request instance corresponding to a NoOp operation.
NoOpAggregateRetrievalInfo - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A retrieval associated with an aggregate retrieval This class represents the case of empty retrievals.
NoOpAggregateRetrievalInfo(int, IAggregatesRetrieval, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
Constructor.
NoOpAggregateStoreBinding - Class in com.quartetfs.biz.pivot.aggfun.impl
Implementation of IAggregateStoreBinding that does nothing.
NoOpExternalDatabaseRetrieval - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
An external primitive aggregates retrieval that does not perform any computation and/or datastore request and contains an initially empty result.
NoOpExternalDatabaseRetrieval(CancellableCountedCompleter<?>, int, ActivePivotAggregatesRetriever, EmptyExternalNode, AExternalDatabaseRetrieval[], AtomicBoolean, AtomicBoolean) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpExternalDatabaseRetrieval
Constructor.
NoOpPrimitiveAggregatesRetrieval - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A primitive aggregates retrieval that does not perform any computation and contains an initially empty result.
NoOpPrimitiveAggregatesRetrieval(CancellableCountedCompleter<?>, IScopeLocation, IExecutionPlan, int, IHierarchicalMapping) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpPrimitiveAggregatesRetrieval
Constructor.
NoopTimer - Class in com.qfs.util.timing.impl
A no-operation timer in use when IStopWatch is disabled.
NoopTimer() - Constructor for class com.qfs.util.timing.impl.NoopTimer
 
NoopTracer - Enum in com.activeviam.tracing.tracer.impl
A NoopTracer that does simply nothing.
NoopTupleHandler - Class in com.qfs.store.transaction.impl
A handler that does not change the records it handles.
NoopTupleHandler() - Constructor for class com.qfs.store.transaction.impl.NoopTupleHandler
 
NoopUnit - Class in com.qfs.store.impl
A unit that does nothing.
NoopUnit() - Constructor for class com.qfs.store.impl.NoopUnit
 
noParallelReduction() - Static method in class com.activeviam.util.impl.StreamUtil
Operator preventing the merge of values with equal keys.
NoRecyclingProcedure<T> - Class in com.quartetfs.pivot.mdx.eval.impl
Base class for procedures that do not allow recycling tuples.
NoRecyclingProcedure() - Constructor for class com.quartetfs.pivot.mdx.eval.impl.NoRecyclingProcedure
 
NoRedirectLogoutSuccessHandler - Class in com.qfs.servlet.handlers.impl
Class handling logout of users.
NoRedirectLogoutSuccessHandler() - Constructor for class com.qfs.servlet.handlers.impl.NoRedirectLogoutSuccessHandler
 
NoRestrictionCsvParserConfigPolicy - Class in com.qfs.msg.csv.policy.impl
Policy with no restrictions.
NoRestrictionCsvParserConfigPolicy() - Constructor for class com.qfs.msg.csv.policy.impl.NoRestrictionCsvParserConfigPolicy
 
Normal - com.quartetfs.biz.xmla.constants.Keyword
 
normalize(IDrillthroughRow) - Method in interface com.quartetfs.biz.pivot.dto.IDrillthroughResultDTOState
Normalize a row - (for jaxb serialization).
normalize(IDrillthroughRow) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
 
normalizePath(String) - Static method in class com.qfs.content.service.impl.ContentServiceHelper
Normalizes the path to a given file, so that a path can be safely retrieved from a map.
normalizeSpace(String) - Static method in class com.activeviam.tracing.impl.Tracing
Returns the argument string with whitespace normalized by using String.trim() to remove leading and trailing whitespace and then replacing sequences of whitespace characters by a single space.
normalizeUrl(String, boolean) - Static method in class com.qfs.QfsWebUtils
Normalize an URL, removing extra "/" characters.
noRow() - Static method in class com.activeviam.database.api.experimental.refresh.condition.ConditionFactory
Crates a condition which match no row in the table.
NoSecurityDatabaseServiceConfig - Class in com.qfs.service.store.impl
Implementation of ADatabaseServiceConfig which does not set up the table security and does not define any formatters or parsers.
NoSecurityDatabaseServiceConfig() - Constructor for class com.qfs.service.store.impl.NoSecurityDatabaseServiceConfig
NoStorageConcurrentMap<K extends IEvictionCache.IEvictionCacheEntry,​V extends IEvictionConcurrentMap.IEvictionConcurrentMapValue<K>> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Implementation of an IEvictionConcurrentMap not implementing any policy of eviction.
NoStorageConcurrentMap() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.NoStorageConcurrentMap
 
not(int) - Method in interface com.qfs.bitmap.IBitmap
Reverses the bits in the bitmap, equivalent of the NOT logical operation.
not(int) - Method in class com.qfs.bitmap.impl.Bitmap
 
not(int) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
not(int) - Method in class com.qfs.bitmap.impl.QFSBitmap
 
not(IColumnCondition) - Static method in class com.activeviam.database.api.experimental.refresh.condition.ConditionFactory
Creates a condition which matches the negation of another one.
not(ICondition) - Static method in class com.qfs.condition.impl.BaseConditions
Creates a new condition that is the logical negation of the given condition.
not(ICachingBitmapSupplier<T>) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedFilterCompiler
 
not(ICondition) - Static method in class com.activeviam.builders.FactFilterConditions
Defines a NOT condition.
not(ICondition) - Method in class com.activeviam.copper.agg.ConditionPerLevelExtractor
 
not(ICondition) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToPivotConditionFilterCompiler
 
not(IPair<FirstT, SecondT>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.MergingFilterVisitor
 
not(String) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToStringFilterVisitor
 
not(Predicate<int[]>) - Method in class com.qfs.pivot.cube.provider.impl.IsPointGrantedFilterVisitor
 
not(Map<String, Object>) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing a NOT condition.
not(T) - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.IDictionarizedFilterVisitor
Performs a logical NOT of the given visit result.
not(T) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.DictionarizingFilterVisitor
 
not(T) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.OptimizingSubCubeVisitor
 
not(T) - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.ISubCubeVisitor
Performs a logical NOT of the given visit result.
Not - com.quartetfs.biz.xmla.constants.Keyword
 
NOT - Static variable in interface com.quartetfs.fwk.filtering.ILogicalCondition
Plugin key for the NOT logical.
NOT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
NOT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
NOT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
NOT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
NOT_A_DOUBLE_QUOTE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
NOT_A_DOUBLE_QUOTE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
NOT_A_DOUBLE_QUOTE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
NOT_A_QUOTE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
NOT_A_QUOTE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
NOT_A_QUOTE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
NOT_ENOUGH_COLUMNS - com.activeviam.msg.reporting.ICsvAnomaly.CsvAnomalyTypeEnum
 
NOT_EXPOSED - Static variable in class com.qfs.pivot.impl.DataNodeManager
Used as a filter for data cube that is not exposed.
NOT_EXPOSED_CUBE - Static variable in class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
Placeholder to filter exposed cube addresses.
NOT_HANDLED_EXCEPTION - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
not_relation() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
not_relation_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.not_relation_return
 
NOT_SAME_DIMENTIONALITY - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
NOT_STARTED - Static variable in interface com.qfs.store.query.ICursor
 
NotCompiledCondition - Class in com.qfs.store.query.plan.condition.impl
A NOT logical condition.
NotCompiledCondition(ICompiledCondition) - Constructor for class com.qfs.store.query.plan.condition.impl.NotCompiledCondition
 
NotCondition - Class in com.quartetfs.fwk.filtering.impl
Negate a condition.
NotCondition() - Constructor for class com.quartetfs.fwk.filtering.impl.NotCondition
Empty constructor.
NotCondition(ICondition) - Constructor for class com.quartetfs.fwk.filtering.impl.NotCondition
Constructor.
NotCondition(ICondition[]) - Constructor for class com.quartetfs.fwk.filtering.impl.NotCondition
Constructor.
NotCondition(Collection<? extends ICondition>) - Constructor for class com.quartetfs.fwk.filtering.impl.NotCondition
Constructor.
NotConditionFactory - Class in com.qfs.store.service.impl
 
NotConditionFactory() - Constructor for class com.qfs.store.service.impl.NotConditionFactory
 
notFactless() - Method in interface com.activeviam.desc.build.dimensions.ICanBeFactless
Describes this hierarchy not to be a factless hierarchy, whose members come from the base store of the cube.
NotFoundException - Exception in com.qfs.fwk.services
Class exception for requests to a non-existing resource.
NotFoundException(String) - Constructor for exception com.qfs.fwk.services.NotFoundException
Constructor.
NotFoundException(String, Throwable) - Constructor for exception com.qfs.fwk.services.NotFoundException
Constructor.
NotFoundException(Throwable) - Constructor for exception com.qfs.fwk.services.NotFoundException
Constructor.
NotFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
NotFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.NotFunction
 
notificationActionCompleted(ForkJoinTask<?>) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
Notifies this version that a notification action registered using ActivePivotVersion.addNotificationAction(ForkJoinTask) has been completed.
NotificationEventType - Enum in com.qfs.content.ws.impl
The notification event type.
NotificationGroupTaskCreator<E> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Create the notification group tasks that will notify the listener of a continuous query when the view of that continuous query was updated.
NotificationGroupTaskCreator(IActivePivotVersion, IDatabaseVersion, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>, IMultiGetAggregatesNotificationContinuousQuery, MultiGetAggregatesNotificationContinuousQueryMonitor, IContextSnapshot, int[], int[], E, long) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.NotificationGroupTaskCreator
Constructor.
NotificationMdxStream - Class in com.quartetfs.biz.pivot.streaming.impl
Stateless implementation of an IMdxStream producing notifications only for updates of the cellset.
NotificationMdxStream(IMDXQuery, IStreamProperties, IStreamPublisher) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStream
The mdx stream.
NotificationMdxStreamNode - Class in com.quartetfs.biz.pivot.streaming.impl
Stateless stream node designed to produce notifications for MDX streams.
NotificationMdxStreamNode(IMdxStreamRegister, IMdxStreamIdentifier, IMdxStream) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStreamNode
Constructor.
NotificationMessage - Class in com.qfs.distribution.impl
Message used to notify that a transaction committed to a data cube has been correctly applied to a query cube.
NotificationMessage() - Constructor for class com.qfs.distribution.impl.NotificationMessage
Constructor for serialization.
NotificationMessage(IEpoch, long) - Constructor for class com.qfs.distribution.impl.NotificationMessage
Constructor.
NotificationTaskCreator<E> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Create the notification tasks that will notify the listener of a continuous query when the view of that continuous query was updated.
NotificationTaskCreator(IActivePivotVersion, IDatabaseVersion, IRegisteredGetAggregatesContinuousQuery, ContinuousQueryNodeMonitor, IContextSnapshot, ICellSet, ICellSet, ICellSet, E, long) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.NotificationTaskCreator
Constructor.
NotificationTaskFuture<E> - Class in com.quartetfs.biz.pivot.query.impl
The completer that will actually process the event and create the notification tasks.
NotificationTaskFuture(CountedCompleter<?>, StreamEventProcessingQuery.StreamEventProcessingAttachedQuery<E>) - Constructor for class com.quartetfs.biz.pivot.query.impl.NotificationTaskFuture
Constructor.
notificationWebSocketHandler() - Method in class com.qfs.content.cfg.impl.ContentServerWebSocketServicesConfig
Wrap the IContentService around a WebSocketHandler.
notifies(CountedCompleter<?>) - Method in class com.qfs.store.impl.StorePartitionWorkUnitQueue
Notifies the given completer by trying to complete it once all previously submitted units.
Notifies - com.qfs.store.IStorePartitionWorkUnit.WorkType
 
notifyListeners(IActivePivotTransactionInfo) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotListenersManager
Asynchronously notifies all our transaction listeners that a transaction has just been committed.
notifyListeners(Consumer<ListenerT>) - Method in class com.qfs.snl.utils.impl.AServiceWithListeners
Notifies all listeners.
notifyNonBlocking(CountedCompleter<?>) - Method in class com.qfs.store.impl.StorePartitionWorker
Notifies the given completer by trying to complete it once all previously submitted units.
notifyParserFailure(Throwable, IMessage<? extends IFileInfo<I>, ILineReader>) - Method in class com.qfs.msg.csv.impl.PublicationQueue
Instead of notifying a parser result, notify that a registered parser task has failed, there is nothing to publish but the latch must be properly decremented to account that the parser task is finished.
notifyParserResult(IParserResult<I>) - Method in class com.qfs.msg.csv.impl.PublicationQueue
Receive and publish the result of a parser task.
notifyParsingStopped(IFileInfo<I>, IParsingInfo) - Method in class com.qfs.msg.csv.impl.ParserContext
Notifies the CSV source listeners that the parsing stopped.
notifyProcessingTaskCompletion(ForkJoinTask<?>) - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
notifyProcessingTaskCompletion(ForkJoinTask<?>) - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
 
notifyProcessingTaskCompletion(ForkJoinTask<?>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAsyncProcessedEvent
Notifies this event that the given task is done processing it.
notifyProcessingTaskCompletion(ForkJoinTask<?>) - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
notifyProcessingTaskCompletion(ForkJoinTask<?>) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
NotifyTableChange - com.quartetfs.biz.xmla.constants.Keyword
 
NotifyTableChange - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
notifyVersionRelease(IEpoch) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCubeOperableNotifier
Notifies all listeners that the underlying version of a MDX cube has been released.
notifyVersionRelease(IEpoch) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCubeNotifier
 
NotImplementedException - Exception in com.qfs.fwk.services
Class exception for requests targeting a method of a service that is not currently implemented.
NotImplementedException(String) - Constructor for exception com.qfs.fwk.services.NotImplementedException
Constructor.
NotImplementedException(String, Throwable) - Constructor for exception com.qfs.fwk.services.NotImplementedException
Constructor.
NotImplementedException(Throwable) - Constructor for exception com.qfs.fwk.services.NotImplementedException
Constructor.
NoTransactionException - Exception in com.qfs.store
Exception reporting that there is no transaction while the current operation requires a transaction to exist.
NoTransactionException() - Constructor for exception com.qfs.store.NoTransactionException
Default constructor.
NoTransactionException(String) - Constructor for exception com.qfs.store.NoTransactionException
Constructor.
NoTransactionException(String, Object...) - Constructor for exception com.qfs.store.NoTransactionException
Constructor.
NoTransactionException(String, Throwable) - Constructor for exception com.qfs.store.NoTransactionException
Constructor.
NoTransactionException(Throwable) - Constructor for exception com.qfs.store.NoTransactionException
Constructor.
NoTransactionException(Throwable, String, Object...) - Constructor for exception com.qfs.store.NoTransactionException
Constructor.
NotRelevantCell - Class in com.qfs.util.ui.impl
Class representing a cell with irrelevant content.
NotRelevantCell(int) - Constructor for class com.qfs.util.ui.impl.NotRelevantCell
Constructor.
notSynchUnsubscribe() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStream
 
NOW - Static variable in class com.qfs.snl.dtos.TimePeriodDto
Keyword to represent the server current time.
NOW - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
NowFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
NowFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.NowFunction
 
NPE_PIVOT - Static variable in class com.qfs.logging.MessagesStreaming
 
NPE_QUERY - Static variable in class com.qfs.logging.MessagesStreaming
 
NPE_QUERY_CONTEXT - Static variable in class com.qfs.logging.MessagesStreaming
 
NPE_QUERY_ID - Static variable in class com.qfs.logging.MessagesStreaming
 
NPE_STREAM_DOMAIN - Static variable in class com.qfs.logging.MessagesStreaming
 
NPE_STREAM_ID - Static variable in class com.qfs.logging.MessagesStreaming
 
NPE_STREAM_PROPS - Static variable in class com.qfs.logging.MessagesStreaming
 
NS_MSAS_ENGINE - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
NS_SOAP_ENC_1_1 - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
NS_SOAP_ENV_1_1 - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
NS_SQL - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
NS_XMLA - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
NS_XMLA_EMPTY - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
NS_XMLA_EX - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
NS_XMLA_MDDATASET - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
NS_XMLA_ROWSET - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
NS_XSD - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
NS_XSI - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
Ntext - com.quartetfs.biz.xmla.constants.Keyword
 
NthAbsoluteSiblingFunction - Class in com.quartetfs.pivot.mdx.func.impl
Retrieve the n th siblings of a member.
NthChildFunction - Class in com.quartetfs.pivot.mdx.func.impl
Retrieve the n th child of a member.
NULL - com.qfs.pivot.mdx.compil.impl.AMdxCompilationPatternParser.Keyword
Use this keyword to notify that only the NULL literal is valid here.
NULL - Static variable in class com.qfs.chunk.direct.allocator.impl.ConcurrentUniqueIntegerStack
The value to use after calling ConcurrentUniqueIntegerStack.pop() to check if the stack is empty.
NULL - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
A ScopeLocation with all data set to null.
NULL - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
NULL - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
NULL - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
NULL_AT_TOP - Static variable in class com.activeviam.copper.pivot.pp.DrillupPostProcessor
The Property corresponding to the boolean which determines whether this measure returns a null value when the read location of the drillup measure is situated one or more degrees above the top level of the shifted hierarchy.
NULL_EPOCH_ID - Static variable in interface com.qfs.multiversion.IEpoch
The epoch before the IEpoch.INITIAL_EPOCH_ID.
NULL_POINTER - Static variable in interface com.qfs.chunk.direct.allocator.IBlockAllocator
Value that indicates an allocation does not succeed.
NULL_SINGLETON_COLLEC - Static variable in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Unknown result during plan.
NULL_TO_VALUE - com.quartetfs.pivot.mdx.realtime.impl.UpdateState
Null -> v, where v != null : A null value became non null.
nullable(boolean) - Method in class com.qfs.desc.impl.FieldDescription.FieldDescriptionBuilder
 
nullable(boolean) - Method in class com.qfs.store.Types.TypeInformation.TypeBuilder
 
nullable(int, Class<?>) - Static method in class com.activeviam.type.FieldType
 
NULLABLE_BOOLEAN - Static variable in class com.activeviam.type.StandardTypes
 
NULLABLE_DOUBLE - Static variable in class com.activeviam.type.StandardTypes
 
NULLABLE_FLOAT - Static variable in class com.activeviam.type.StandardTypes
 
NULLABLE_INTEGER - Static variable in class com.activeviam.type.StandardTypes
 
NULLABLE_LOCAL_DATE - Static variable in class com.activeviam.type.StandardTypes
 
NULLABLE_LOCAL_DATE_TIME - Static variable in class com.activeviam.type.StandardTypes
 
NULLABLE_LOCAL_TIME - Static variable in class com.activeviam.type.StandardTypes
 
NULLABLE_LONG - Static variable in class com.activeviam.type.StandardTypes
 
NULLABLE_OBJECT - Static variable in class com.activeviam.type.StandardTypes
 
NULLABLE_STRING - Static variable in class com.activeviam.type.StandardTypes
 
NULLABLE_TIMESTAMP - Static variable in class com.activeviam.type.StandardTypes
 
NULLABLE_ZONED_DATE_TIME - Static variable in class com.activeviam.type.StandardTypes
 
nullableAny() - Static method in class com.activeviam.type.FieldType
 
NullableArrayReader - Class in com.activeviam.chunk.impl
Reader wrapping another reader to perform the nullity checks.
NullableArrayReader(IArrayReader) - Constructor for class com.activeviam.chunk.impl.NullableArrayReader
 
nullableBoolean() - Static method in class com.activeviam.type.FieldType
 
NullableDictionary<K> - Class in com.qfs.dic.impl
A nullable dictionary is a dictionary which allows null as a key.
nullableDouble() - Static method in class com.activeviam.type.FieldType
 
nullableFloat() - Static method in class com.activeviam.type.FieldType
 
NullableFrequentDoubleChunk - Class in com.activeviam.chunk.frequent.impl
A chunk that has one value that takes the majority of the chunk, while the others are only slightly used.
NullableFrequentDoubleChunk(int, IChunk<Double>, double, IRowMapping) - Constructor for class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
Constructor.
NullableFrequentFloatChunk - Class in com.activeviam.chunk.frequent.impl
A chunk that has one value that takes the majority of the chunk, while the others are only slightly used.
NullableFrequentFloatChunk(int, IChunk<Float>, float, IRowMapping) - Constructor for class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
Constructor.
NullableFrequentIntegerChunk - Class in com.activeviam.chunk.frequent.impl
A chunk that has one value that takes the majority of the chunk, while the others are only slightly used.
NullableFrequentIntegerChunk(int, IChunk<Integer>, int, IRowMapping) - Constructor for class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
Constructor.
NullableFrequentLongChunk - Class in com.activeviam.chunk.frequent.impl
A chunk that has one value that takes the majority of the chunk, while the others are only slightly used.
NullableFrequentLongChunk(int, IChunk<Long>, long, IRowMapping) - Constructor for class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
Constructor.
nullableInt() - Static method in class com.activeviam.type.FieldType
 
nullableLong() - Static method in class com.activeviam.type.FieldType
 
nullableString() - Static method in class com.activeviam.type.FieldType
 
nullAtTopLevels() - Method in interface com.activeviam.copper.api.CopperParentValueMeasure
Returns a modified measure that will return null when the shift operation is performed above the top levels.
nullAtTopLevels() - Method in class com.activeviam.copper.measure.DrillupMeasure
 
nullCompare(Number, Number) - Static method in class com.quartetfs.pivot.mdx.func.impl.AscNumericOrder
 
nullCompare(Number, Number) - Static method in class com.quartetfs.pivot.mdx.func.impl.DescNumericOrder
 
NullCompiledConditionInstance - Class in com.qfs.store.query.condition.impl
A compiled condition instance searching all records having a given field null.
NullCompiledConditionInstance(int) - Constructor for class com.qfs.store.query.condition.impl.NullCompiledConditionInstance
 
NullEvictionCacheEntry() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.LRUEvictionCache.NullEvictionCacheEntry
 
nullFlagsSize(int) - Static method in class com.qfs.store.record.impl.Record
Gets the size of the array required to store all bit flags for null values for primitiveFieldsCount primitive fields.
nullRootField(String) - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Creates a predicate testing that a field of the root element is null.
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.qfs.snl.persistence.type.impl.AJsonUserType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.qfs.snl.persistence.type.impl.AJsonUserType
 
NUMA_POLICY_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property that configures the NUMA thread placement policy.
numaDistance(int, int) - Method in interface com.qfs.platform.IPlatform
Returns the distance between two nodes.
numaDistance(int, int) - Method in class com.qfs.platform.linux.LinuxPlatform
 
numaDistance(int, int) - Method in class com.qfs.platform.share.SharePlatform
 
numaDistance(int, int) - Method in class com.qfs.platform.share.VirtualPlatform
 
numaDistance(int, int) - Method in class com.qfs.platform.solaris.SolarisPlatform
 
numaDistance(int, int) - Method in class com.qfs.platform.win.WindowsPlatform
 
NumaNodeBlockAllocator - Class in com.qfs.chunk.direct.allocator.impl
A INativeMemoryAllocator on a given NUMA node.
NumaNodeBlockAllocator(ASlabMemoryAllocator, long, int) - Constructor for class com.qfs.chunk.direct.allocator.impl.NumaNodeBlockAllocator
Default constructor.
numaNodeSelector(INumaNodeSelector) - Method in class com.activeviam.database.api.query.ListQuery.ListQueryBuilder
 
numaNodeSelector(DatastoreStructure.LazyResource<IDatastoreNumaNodeSelector>) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
numaNodeSelector(INumaSelectorDescription) - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
NumaNodeSelectorFactoryPlugin - Class in com.qfs.pivot.cube.provider.partition.impl
Plugin implementation for factories creating INumaNodeSelector.
NumaNodeSelectorFactoryPlugin() - Constructor for class com.qfs.pivot.cube.provider.partition.impl.NumaNodeSelectorFactoryPlugin
Constructor.
NumaNodeUtil - Class in com.qfs.store.part.impl
A helper class to select NUMA nodes for a partition.
NumaNodeUtil() - Constructor for class com.qfs.store.part.impl.NumaNodeUtil
 
NumaNodeUtil.IdentityNumaNodeSelector - Class in com.qfs.store.part.impl
An INumaNodeSelector that always returns the partition id as NUMA node for a given partition.
NumaNodeUtil.InducedNumaNodeSelector - Class in com.qfs.store.part.impl
A INumaNodeSelector induced by an owned reference.
numaSelectorDescription(INumaSelectorDescription) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
NumaSelectorFromJoinDescription - Class in com.activeviam.database.commons.api.numa.desc.impl
Use the same INumaNodeSelector as the target store of the reference.
NumaSelectorFromJoinDescription(String) - Constructor for class com.activeviam.database.commons.api.numa.desc.impl.NumaSelectorFromJoinDescription
 
NumaSelectorFromTableDescription - Class in com.activeviam.database.commons.api.numa.desc.impl
Use the fields of the table for partitioning.
number() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
NUMBER - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
NUMBER - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
NUMBER - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
number_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.number_return
 
NUMBER_TOOL - Static variable in class com.qfs.snl.cfg.impl.MessagingConfiguration
Velocity tool for printing numbers.
NumberFieldType - Class in com.qfs.snl.messages.form.impl
Form field type implementation to input numbers.
NumberFieldType(long) - Constructor for class com.qfs.snl.messages.form.impl.NumberFieldType
Full constructor.
NumberFieldType(FormProperty) - Constructor for class com.qfs.snl.messages.form.impl.NumberFieldType
Constructor from an Activiti from property.
NumberFormat - Class in com.quartetfs.fwk.format.impl
Basic single threaded number format relying on an underlying decimal format for each section of the format.
NumberFormatter - Class in com.quartetfs.fwk.format.impl
Number formatter that can be configured to support multiple integer and decimal formatting.
NumberFormatter(Locale) - Constructor for class com.quartetfs.fwk.format.impl.NumberFormatter
 
NumberFormatter(Locale, String) - Constructor for class com.quartetfs.fwk.format.impl.NumberFormatter
Constructor for a null measure name.
NumberFormatter(Locale, String, String) - Constructor for class com.quartetfs.fwk.format.impl.NumberFormatter
Fully defining constructor.
NumberHistory() - Constructor for class com.qfs.agg.impl.AvgFunction.NumberHistory
Constructor for empty history.
NumberHistory(int, double) - Constructor for class com.qfs.agg.impl.AvgFunction.NumberHistory
Constructor.
NUMERIC - com.quartetfs.pivot.mdx.statement.Type
 
NUMERIC_PRECISION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
NUMERIC_PRECISION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
NUMERIC_PRECISION - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
NUMERIC_SCALE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
NUMERIC_SCALE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
NUMERIC_SCALE - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
Nvarchar - com.quartetfs.biz.xmla.constants.Keyword
 

O

OBJECT - com.qfs.chunk.impl.FrequencyCompressionType
 
OBJECT - com.qfs.store.ExtendedContentType
 
OBJECT - Static variable in class com.activeviam.type.StandardTypes
 
OBJECT - Static variable in interface com.qfs.literal.ILiteralType
 
OBJECT_ARRAY - com.qfs.store.ExtendedContentType
 
OBJECT_ARRAY - Static variable in class com.activeviam.type.StandardTypes
 
OBJECT_ARRAY - Static variable in interface com.qfs.literal.ILiteralType
 
OBJECT_ARRAY_BASE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The base offset for an Object array.
OBJECT_ARRAY_SCALE - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The index scale for an Object array.
OBJECT_ARRAY_SHIFT - Static variable in class com.qfs.util.impl.UnsafeUtil
Deprecated.
The index shift for an Object array.
OBJECT_CHUNK_CREATOR - Static variable in interface com.qfs.store.IChunkCreator
A IChunkCreator that creates Object chunks.
OBJECT_INSTANCE - Static variable in class com.qfs.chunk.impl.TombStoneChunk
The only instance of dead object chunk: they are all identical.
ObjectArrayCursor - Class in com.activeviam.chunks.cells.impl
A cursor over an underlying IWritableArray.
ObjectArrayCursor(IWritableArray) - Constructor for class com.activeviam.chunks.cells.impl.ObjectArrayCursor
Constructor.
objectArrayRead(T[], int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Reads the value stored at the given index in the array.
objectArrayReadVolatile(T[], int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Reads the value stored at the given index in the array in a volatile fashion (see UnsafeUtil.getObjectVolatile(Object, long)).
objectArrayWrite(T[], int, T) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Writes the given value at the given index in the array.
objectArrayWriteOrdered(T[], int, T) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Writes the given value at the given index in the array in an ordered fashion (see UnsafeUtil.putOrderedObject(Object, long, Object)).
objectArrayWriteVolatile(T[], int, T) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Writes the given value at the given index in the array in a volatile fashion (see UnsafeUtil.putObjectVolatile(Object, long, Object)).
ObjectCell - Class in com.activeviam.util.cells.impl
Implementation of a read-write cell supporting data of all types.
objectChunkFactory(boolean, IAllocationSettings) - Static method in class com.qfs.store.ChunkFactories
Creates a factory that can create Object chunks.
ObjectConstantOperand - Class in com.qfs.store.query.plan.condition.impl
 
ObjectConstantOperand(IConstantCondition) - Constructor for class com.qfs.store.query.plan.condition.impl.ObjectConstantOperand
Operand holder for a IConstantCondition on a field NON dictionarized, when operand is NOT a set.
ObjectConstantSetOperand - Class in com.qfs.store.query.plan.condition.impl
Operand holder for a IConstantCondition on a field NON dictionarized, when operand is a set.
ObjectConstantSetOperand(IConstantCondition) - Constructor for class com.qfs.store.query.plan.condition.impl.ObjectConstantSetOperand
 
ObjectDynamicOperand - Class in com.qfs.store.query.plan.condition.impl
Operand holder for a IDynamicCondition on a field NON dictionarized, when operand is NOT a set.
ObjectDynamicOperand(String) - Constructor for class com.qfs.store.query.plan.condition.impl.ObjectDynamicOperand
 
ObjectDynamicSetOperand - Class in com.qfs.store.query.plan.condition.impl
Operand holder for a IDynamicCondition on a field NON dictionarized, when operand is a set.
ObjectDynamicSetOperand(String) - Constructor for class com.qfs.store.query.plan.condition.impl.ObjectDynamicSetOperand
 
objectFieldOffset(Field) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Report the location of a given field in the storage allocation of its class.
ObjectFixedBlockVector<B extends IBlock> - Class in com.qfs.vector.impl
Basic implementation of an Object vector based on a fixed block.
ObjectFixedBlockVector(B, int, int) - Constructor for class com.qfs.vector.impl.ObjectFixedBlockVector
Constructor.
ObjectHandler(RecordFormat, int, Object) - Constructor for class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
Constructor.
ObjectKey - com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil.SerializationKey
Key for an Object value.
ObjectVectorParser - Class in com.quartetfs.fwk.format.impl
Parser for a vector of objects.
ObjectVectorParser() - Constructor for class com.quartetfs.fwk.format.impl.ObjectVectorParser
 
ObjectVectorParser(IParser<?>, Integer, char) - Constructor for class com.quartetfs.fwk.format.impl.ObjectVectorParser
 
OBRACKET - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
OBRACKET - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
OBRACKET - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
of(boolean) - Static method in class com.activeviam.util.cells.impl.BooleanCell
 
of(boolean) - Static method in class com.activeviam.util.cells.impl.MultiTypeCell
Creates a cell holding a primitive boolean value.
of(double) - Static method in class com.activeviam.util.cells.impl.DoubleCell
 
of(double) - Static method in class com.activeviam.util.cells.impl.MultiTypeCell
Creates a cell holding a primitive double value.
of(double...) - Static method in class com.qfs.vector.array.impl.ArrayDoubleVector
Static constructor to build a vector of double values.
of(float) - Static method in class com.activeviam.util.cells.impl.FloatCell
 
of(float) - Static method in class com.activeviam.util.cells.impl.MultiTypeCell
Creates a cell holding a primitive float value.
of(float...) - Static method in class com.qfs.vector.array.impl.ArrayFloatVector
Static constructor to build a vector of float values.
of(int) - Static method in class com.activeviam.util.cells.impl.IntegerCell
 
of(int) - Static method in class com.activeviam.util.cells.impl.MultiTypeCell
Creates a cell holding a primitive integer value.
of(int...) - Static method in class com.qfs.vector.array.impl.ArrayIntegerVector
Static constructor to build a vector of integer values.
of(int, Class<?>, Object) - Static method in class com.activeviam.type.FieldType
Creates a new instance performing with checks to ensure the consistency between the different arguments of the methods.
of(int, IntFunction<T>) - Static method in class com.qfs.util.impl.QfsLists
Deprecated.
Creates an immutable list of n elements created by a provided creation function.
of(long) - Static method in class com.activeviam.util.cells.impl.LongCell
 
of(long) - Static method in class com.activeviam.util.cells.impl.MultiTypeCell
Creates a cell holding a primitive long value.
of(long...) - Static method in class com.qfs.vector.array.impl.ArrayLongVector
Static constructor to build a vector of long values.
of(long, TimeUnit) - Static method in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimit
Creates the context value with the given duration.
of(Map<LevelIdentifier, Object>) - Static method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderFilters
Static constructor for a Provider filter.
of(LevelIdentifier) - Static method in class com.quartetfs.biz.pivot.cube.provider.impl.LevelDomainDictionaryKey
 
of(E...) - Static method in class com.activeviam.collections.impl.ImmutableHashSet
Creates an instance containing the given items.
of(Object) - Static method in class com.activeviam.util.cells.impl.MultiTypeCell
Creates a cell holding an object.
of(Object) - Static method in class com.activeviam.util.cells.impl.ObjectCell
 
of(Object...) - Static method in class com.qfs.vector.array.impl.ArrayObjectVector
Static constructor to build a vector of Object values.
of(String) - Static method in class com.activeviam.util.cells.impl.StringCell
 
of(String...) - Static method in class com.activeviam.database.api.schema.FieldPath
Creates a FieldPath from a series of string values.
of(String...) - Static method in class com.activeviam.database.api.schema.JoinPath
Creates a path from the consecutive joins to follow.
of(Duration) - Static method in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimit
Creates the context value with the given duration.
of(Collection<? extends T>) - Static method in class com.activeviam.collections.impl.ImmutableArrayList
Creates an instance containing the items given from the given collection.
of(List<? extends T>) - Static method in class com.activeviam.collections.impl.ImmutableArrayList
Creates an instance containing the items given from the given list.
of(List<String>) - Static method in class com.activeviam.database.api.schema.JoinPath
Creates a path from the consecutive joins to follow.
of(Map<K, V>) - Static method in class com.activeviam.collections.impl.ImmutableHashMap
Creates an ImmutableMap containing the same items than a given regular map.
of(Set<E>) - Static method in class com.activeviam.collections.impl.ImmutableHashSet
Creates an ImmutableSet containing the same items than a given regular set.
of(T...) - Static method in class com.activeviam.collections.impl.ImmutableArrayList
Creates an instance containing the given items.
of(U, T) - Static method in class com.quartetfs.fwk.impl.Pairs
Creates a list of one pair.
of(U, T, U, T) - Static method in class com.quartetfs.fwk.impl.Pairs
Creates a list of 2 pairs.
of(U, T, U, T, U, T) - Static method in class com.quartetfs.fwk.impl.Pairs
Creates a list of 3 pairs.
of(U, T, U, T, U, T, U, T) - Static method in class com.quartetfs.fwk.impl.Pairs
Creates a list of 4 pairs.
ofAny(Object) - Static method in class com.activeviam.type.FieldType
 
ofBoolean(boolean) - Static method in class com.activeviam.type.FieldType
 
ofDouble(double) - Static method in class com.activeviam.type.FieldType
 
ofEntries(Map.Entry<U, T>...) - Static method in class com.quartetfs.fwk.impl.Pairs
Convert entries to a list of pairs.
OFF_HEAP_ATTR - Static variable in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
Property name for the quantity of off-heap memory used.
offer(E) - Method in class com.quartetfs.pivot.mdx.utils.impl.CircularBuffer
 
offer(T) - Method in class com.qfs.concurrent.impl.SingleConsumerQueue
Adds a new item to the tail of this queue.
offerIntermediatePartialResult(R) - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
Merges this partial result in the intermediate result.
offerLastInWindowFrame(T) - Method in interface com.activeviam.copper.util.CollectionWindowWalker.CollectionWindowWalkerObserver
Deprecated.
This method is called whenever a new element is added to the frame associated to the element that will be passed to CollectionWindowWalker.CollectionWindowWalkerObserver.moveToNext(Object).
ofFloat(float) - Static method in class com.activeviam.type.FieldType
 
OffsetRecordBlock<RecordT extends IRecordReader> - Class in com.qfs.store.record.impl
A IWritableRecordBlock that offsets the record indexes of an underlying record block.
OffsetRecordBlock(IWritableRecordBlock<RecordT>) - Constructor for class com.qfs.store.record.impl.OffsetRecordBlock
Constructor.
ofIndexes(Object[]) - Static method in class com.activeviam.util.impl.StreamUtil
 
ofIndexes(List<?>) - Static method in class com.activeviam.util.impl.StreamUtil
 
ofInt(int) - Static method in class com.activeviam.type.FieldType
 
ofLong(long) - Static method in class com.activeviam.type.FieldType
 
ofSize(int) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IKeyedVectorField
 
ofSize(int) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IUnkeyedVectorField
 
ofSize(int) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IVectorField
Specifies the size of the vectors that are going to be stored in this field.
ofString(String) - Static method in class com.activeviam.type.FieldType
 
ok(E) - Static method in class com.activeviam.util.function.Option
Static constructor for a result with a value.
OLAP - com.quartetfs.biz.xmla.constants.Keyword
 
OlapCellSetAxesIterator - Class in com.quartetfs.pivot.mdx.result.impl
Axes iterator based on MdxCellSet.
OlapCellSetAxesIterator(OlapMdxCellSetInfo, MdxCellSet) - Constructor for class com.quartetfs.pivot.mdx.result.impl.OlapCellSetAxesIterator
 
OlapElement - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Base Olap element.
OlapElementLookup - Class in com.quartetfs.pivot.mdx.impl
Helper class used to retrieve hierarchies, members...
OlapElementLookup() - Constructor for class com.quartetfs.pivot.mdx.impl.OlapElementLookup
 
OlapElementLookup.IUnknownMdxMember - Interface in com.quartetfs.pivot.mdx.impl
OlapElementLookup.UnknownMdxMember - Class in com.quartetfs.pivot.mdx.impl
 
OlapMdxCellSetInfo - Class in com.quartetfs.pivot.mdx.xmla.impl
Provide information based on MdxCellSet and provide IMDProperty.
OlapMdxCellSetInfo(MdxCellSet, List<String>) - Constructor for class com.quartetfs.pivot.mdx.xmla.impl.OlapMdxCellSetInfo
 
On - com.quartetfs.biz.xmla.constants.Keyword
 
ON - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
ON - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
ON - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
ON_DEMAND - com.qfs.snl.dtos.KpiMonitorConfigurationDto.Mode
On Demand mode.
ON_HEAP - com.qfs.vector.AllocationType
The data is allocated on the heap.
ON_HEAP_ATTR - Static variable in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
Property name for the quantity of heap memory used.
onActivePivotContinuousQueryRegistered(ActivePivotContinuousQueryRegistered) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingActivePivotHealthEventHandler
 
onActivePivotContinuousQueryRegistered(ActivePivotContinuousQueryRegistered) - Method in interface com.activeviam.health.monitor.IActivePivotHealthEventHandler
Called when an activepivot query is registered to a cube.
onActivePivotContinuousQueryRegistered(ActivePivotContinuousQueryRegistered) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onActivePivotContinuousQueryRegistered(ActivePivotContinuousQueryRegistered) - Method in class com.activeviam.health.monitor.impl.LoggingActivePivotHealthEventHandler
 
onActivePivotContinuousQueryUnregistered(ActivePivotContinuousQueryUnregistered) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingActivePivotHealthEventHandler
 
onActivePivotContinuousQueryUnregistered(ActivePivotContinuousQueryUnregistered) - Method in interface com.activeviam.health.monitor.IActivePivotHealthEventHandler
Called when an activepivot query is de-registered from a cube.
onActivePivotContinuousQueryUnregistered(ActivePivotContinuousQueryUnregistered) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onActivePivotContinuousQueryUnregistered(ActivePivotContinuousQueryUnregistered) - Method in class com.activeviam.health.monitor.impl.LoggingActivePivotHealthEventHandler
 
onActivePivotContinuousQueryUpdated(ActivePivotContinuousQueryUpdated) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingActivePivotHealthEventHandler
 
onActivePivotContinuousQueryUpdated(ActivePivotContinuousQueryUpdated) - Method in interface com.activeviam.health.monitor.IActivePivotHealthEventHandler
Called when an activepivot continuous query is updated and replaced by another query.
onActivePivotContinuousQueryUpdated(ActivePivotContinuousQueryUpdated) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onActivePivotContinuousQueryUpdated(ActivePivotContinuousQueryUpdated) - Method in class com.activeviam.health.monitor.impl.LoggingActivePivotHealthEventHandler
 
onActivePivotQueryDone(ActivePivotQueryDone) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingActivePivotHealthEventHandler
 
onActivePivotQueryDone(ActivePivotQueryDone) - Method in interface com.activeviam.health.monitor.IActivePivotHealthEventHandler
Called when an activepivot query finished executing successfully.
onActivePivotQueryDone(ActivePivotQueryDone) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onActivePivotQueryDone(ActivePivotQueryDone) - Method in class com.activeviam.health.monitor.impl.LoggingActivePivotHealthEventHandler
 
onActivePivotQueryFailed(ActivePivotQueryFailed) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingActivePivotHealthEventHandler
 
onActivePivotQueryFailed(ActivePivotQueryFailed) - Method in interface com.activeviam.health.monitor.IActivePivotHealthEventHandler
Called when an activepivot query failed for a reason that is not a timeout.
onActivePivotQueryFailed(ActivePivotQueryFailed) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onActivePivotQueryFailed(ActivePivotQueryFailed) - Method in class com.activeviam.health.monitor.impl.LoggingActivePivotHealthEventHandler
 
onActivePivotTransactionCommitted(ActivePivotTransactionCommittedEvent) - Method in interface com.activeviam.health.monitor.IActivePivotHealthEventHandler
Called when an activepivot transaction is successfully committed.
onActivePivotTransactionCommitted(ActivePivotTransactionCommittedEvent) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onActivePivotTransactionCommitted(ActivePivotTransactionCommittedEvent) - Method in class com.activeviam.health.monitor.impl.LoggingActivePivotHealthEventHandler
 
onActivePivotTransactionRolledBack(ActivePivotTransactionRolledBackEvent) - Method in interface com.activeviam.health.monitor.IActivePivotHealthEventHandler
Called when an activepivot transaction is successfully rolled back.
onActivePivotTransactionRolledBack(ActivePivotTransactionRolledBackEvent) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onActivePivotTransactionRolledBack(ActivePivotTransactionRolledBackEvent) - Method in class com.activeviam.health.monitor.impl.LoggingActivePivotHealthEventHandler
 
onActivePivotTransactionStarted(ActivePivotTransactionStartedEvent) - Method in interface com.activeviam.health.monitor.IActivePivotHealthEventHandler
Called when an activepivot transaction is started.
onActivePivotTransactionStarted(ActivePivotTransactionStartedEvent) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onActivePivotTransactionStarted(ActivePivotTransactionStartedEvent) - Method in class com.activeviam.health.monitor.impl.LoggingActivePivotHealthEventHandler
 
onAgentCheckIn(IAgentDescription) - Method in interface com.qfs.snl.agent.IAgentListener
Notifies of a new Agent Checkin.
onAgentCheckIn(IAgentDescription) - Method in class com.qfs.snl.agent.impl.AgentReconnectionPolicy
Notifies of a new Agent Checkin.
onAgentCheckIn(IAgentDescription) - Method in class com.qfs.snl.alerts.impl.DuringEventAlertAggregator
 
onAgentCheckIn(IAgentDescription) - Method in class com.qfs.snl.alerts.impl.EventAlertAggregator
 
onAgentCheckOut(IAgentDescription) - Method in interface com.qfs.snl.agent.IAgentListener
Notifies of an Agent Check out.
onAgentCheckOut(IAgentDescription) - Method in class com.qfs.snl.agent.impl.AgentReconnectionPolicy
 
onAgentCheckOut(IAgentDescription) - Method in class com.qfs.snl.alerts.impl.DuringEventAlertAggregator
 
onAgentCheckOut(IAgentDescription) - Method in class com.qfs.snl.alerts.impl.EventAlertAggregator
 
onAllFields() - Static method in class com.activeviam.database.commons.api.numa.desc.impl.NumaSelectorFromTableDescription
 
onApplicationEvent(ApplicationStartedEvent) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.JMXEnabler
When the application is ready, we refresh the MBean children.
onApplicationMemberAccepted(ApplicationMemberAccepted) - Method in interface com.activeviam.health.monitor.IClusterHealthEventHandler
Called when a member is accepted within a distributed application.
onApplicationMemberAccepted(ApplicationMemberAccepted) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onApplicationMemberAccepted(ApplicationMemberAccepted) - Method in class com.activeviam.health.monitor.impl.LoggingClusterHealthEventHandler
 
onApplicationMemberRejected(ApplicationMemberRejected) - Method in interface com.activeviam.health.monitor.IClusterHealthEventHandler
Called when a member tries to join a specific application, but cannot be accepted in.
onApplicationMemberRejected(ApplicationMemberRejected) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onApplicationMemberRejected(ApplicationMemberRejected) - Method in class com.activeviam.health.monitor.impl.LoggingClusterHealthEventHandler
 
onAsyncException(IEpoch, Exception) - Method in interface com.quartetfs.biz.pivot.query.registration.IRegistration
This method is invoked when one of the other method in this interface throws an Exception during the asynchronous part of this registration.
onAsyncException(IEpoch, Exception) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
 
onBeforeAddDomain(String) - Method in class com.quartetfs.tech.streaming.impl.StreamPublisher
Before adding the given domain.
onBeforeRemoveDomain(String) - Method in class com.quartetfs.tech.streaming.impl.StreamPublisher
Before removing the given domain.
onBranchPermissionsChanged(String, IBranchPermissions) - Method in interface com.qfs.security.IBranchPermissionsListener
Performs an action when a specific branch's permissions are updated.
onBranchPermissionsChanged(String, IBranchPermissions) - Method in class com.qfs.security.impl.CachedBranchPermissionsManager
 
onCells(IEpoch, CellPlanResult.ICellPlanResultIterator) - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamNode
 
onCells(IEpoch, CellPlanResult.ICellPlanResultIterator) - Method in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStreamNode
 
onCells(IEpoch, CellPlanResult.ICellPlanResultIterator) - Method in interface com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration.IRTCallback
This method is invoked when some cells changed.
onCellSet(MdxCellSet) - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamNode
 
onCellSet(MdxCellSet) - Method in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStreamNode
 
onCellSet(MdxCellSet) - Method in interface com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration.IRTCallback
This method is invoked when the axes and the cells changed.
onChanges(IEpoch) - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamNode
 
onChanges(IEpoch) - Method in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStreamNode
 
onChanges(IEpoch) - Method in interface com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration.IRTCallback
Notifies that the underlying data of the cellset have changed.
onChildUpdatePublicationFinished(Object, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
Mark that event publication has fnished for the event, on a child continuous GAQ of the multi query in order to contribute the child's publication timing to the statistics of the multi query.
onChunkCompletion(int) - Method in interface com.qfs.store.record.IVersionedRecordProcedure
Called each time all versioned records in a chunk have been processed.
onChunkDiscarded(int) - Method in interface com.qfs.store.IDiscardChunkProcedure
Notifies the component that the given chunk will never be accessed anymore and can be discarded.
onChunkFlush(ByteBuffer, boolean) - Method in interface com.qfs.jackson.impl.ChunkListener
 
onClusterMemberChange(ClusterMemberChange) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingClusterHealthEventHandler
 
onClusterMemberChange(ClusterMemberChange) - Method in interface com.activeviam.health.monitor.IClusterHealthEventHandler
Called when a cluster member is notified about a cluster change.
onClusterMemberChange(ClusterMemberChange) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onClusterMemberChange(ClusterMemberChange) - Method in class com.activeviam.health.monitor.impl.LoggingClusterHealthEventHandler
 
onClusterViewChange(ClusterViewChange) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingClusterHealthEventHandler
 
onClusterViewChange(ClusterViewChange) - Method in interface com.activeviam.health.monitor.IClusterHealthEventHandler
Called when a cluster view change occurs.
onClusterViewChange(ClusterViewChange) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onClusterViewChange(ClusterViewChange) - Method in class com.activeviam.health.monitor.impl.LoggingClusterHealthEventHandler
 
onCommit(IEpoch) - Method in interface com.qfs.multiversion.IAdvancedEpochManager
Notifies the epoch manager that a new epoch has been committed.
onCommit(IEpoch) - Method in class com.qfs.multiversion.impl.EpochManager
 
onCommit(IEpoch) - Method in class com.qfs.multiversion.impl.VersionHistory
 
onCommit(IEpoch) - Method in interface com.qfs.multiversion.IVersionHistory
Notifies the history that a new version has been committed.
onCommit(IEpoch) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
onCommit(IEpoch, IEpochHistory) - Method in interface com.qfs.multiversion.IEpochManagementPolicy
Executed after each commit on a component.
onCommit(IEpoch, IEpochHistory) - Method in class com.qfs.multiversion.impl.KeepAllEpochPolicy
 
onCommit(IEpoch, IEpochHistory) - Method in class com.qfs.multiversion.impl.KeepLastEpochPolicy
 
onCommitFailure(DatastoreTransactionException) - Method in interface com.qfs.store.transaction.ITransactionExceptionHandler
Handles a failure to commit the transaction.
onCompletion() - Method in interface com.qfs.snl.workflows.IWorkflowProcess.CompletionCbk
Method call when the process completes.
onCompletion() - Method in interface com.qfs.util.ICompletion
Business logic executed at the end of the activity.
onCompletion(IWorkflowProcess.CompletionCbk) - Method in class com.qfs.snl.workflows.impl.CompletedWorkflowProcess
 
onCompletion(IWorkflowProcess.CompletionCbk) - Method in class com.qfs.snl.workflows.impl.WorkflowProcess
 
onCompletion(IWorkflowProcess.CompletionCbk) - Method in interface com.qfs.snl.workflows.IWorkflowProcess
Registers an action to be executed when the process completes.
onCompletion(CountedCompleter<?>) - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleter
 
onCompletion(CountedCompleter<?>) - Method in class com.qfs.concurrent.impl.CompleterBoundedTask
 
onComputeImpactsFinished(int) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitor
Mark that the impact computation is done on a context node, to calculate the total impact computation time of the continuous handler.
onComputeImpactsFinished(int) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
Mark that the impact computation is done on a context node, to update latest compute impacts statistics.
onComputeImpactsFinished(Object) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
Mark that the impact computation is finished for the event.
onComputeImpactsFinished(Object, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
Mark that impact computation is done for a continuous GAQ for an event, to calculate the impact computation time for this multi query.
onComputeImpactsFinished(Object, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Marks that an impact computation is finished on a stream.
onComputeImpactsFinished(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Marks that an impact computation is finished on a stream.
onComputeImpactsFinished(String, Object, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
Mark that an impact computation for the query is done on a stream, to calculate the impact computation time of the GAQ in the latest event.
onConnect(IWsSession, String) - Method in class com.qfs.websocket.endpoint.impl.AWSTopic
Notifies of a new session connected to the topic.
onConnect(IWsSession, String) - Method in interface com.qfs.websocket.endpoint.IWSTopic
Notifies of a new session connected to the topic.
onConnection(String) - Method in interface com.qfs.content.service.IContentListener
Notifies connection event.
onContentUpdates(List<? extends ContentUpdate>) - Method in interface com.qfs.content.service.IContentListener
Notifies the listener that some entries have been updated.
onCsvFileParsingDone(CsvFileParsingDone) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingCsvHealthEventHandler
 
onCsvFileParsingDone(CsvFileParsingDone) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onCsvFileParsingDone(CsvFileParsingDone) - Method in interface com.activeviam.health.monitor.impl.ICsvSourceHealthEventHandler
Called once the parsing of a CSV file is finished.
onCsvFileParsingDone(CsvFileParsingDone) - Method in class com.activeviam.health.monitor.impl.LoggingCsvHealthEventHandler
 
onCsvFileParsingFailure(CsvFileParsingFailure) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingCsvHealthEventHandler
 
onCsvFileParsingFailure(CsvFileParsingFailure) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onCsvFileParsingFailure(CsvFileParsingFailure) - Method in interface com.activeviam.health.monitor.impl.ICsvSourceHealthEventHandler
Called when the parsing of a CSV file failed.
onCsvFileParsingFailure(CsvFileParsingFailure) - Method in class com.activeviam.health.monitor.impl.LoggingCsvHealthEventHandler
 
onCsvFileParsingProgress(CsvFileParsingProgress) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingCsvHealthEventHandler
 
onCsvFileParsingProgress(CsvFileParsingProgress) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onCsvFileParsingProgress(CsvFileParsingProgress) - Method in interface com.activeviam.health.monitor.impl.ICsvSourceHealthEventHandler
Called regularly as a CSV file is being parsed.
onCsvFileParsingProgress(CsvFileParsingProgress) - Method in class com.activeviam.health.monitor.impl.LoggingCsvHealthEventHandler
 
onCsvLineParsingFailure(CsvLineParsingFailure) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingCsvHealthEventHandler
 
onCsvLineParsingFailure(CsvLineParsingFailure) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onCsvLineParsingFailure(CsvLineParsingFailure) - Method in interface com.activeviam.health.monitor.impl.ICsvSourceHealthEventHandler
Called when the parsing of a line of a CSV file failed.
onCsvLineParsingFailure(CsvLineParsingFailure) - Method in class com.activeviam.health.monitor.impl.LoggingCsvHealthEventHandler
 
onCurrentThread() - Method in class com.qfs.store.query.impl.AQueryRunner
 
onCurrentThread() - Method in interface com.qfs.store.query.IQueryRunner.IHasAcceptor
Indicates that the query will run in a single-threaded fashion, on the current thread.
onCurrentThread() - Method in interface com.qfs.store.query.IQueryRunner.IHasConverterWithoutTimeout
Indicates that the query will run in a single-threaded fashion, on the current thread.
onCurrentThread() - Method in interface com.qfs.store.query.IQueryRunner.IHasRunnableQuery
Indicates that the query will run in a single-threaded fashion, on the current thread.
onDatastoreTransactionCommitted(DatastoreTransactionCommitted) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingDatastoreHealthEventHandler
 
onDatastoreTransactionCommitted(DatastoreTransactionCommitted) - Method in interface com.activeviam.health.monitor.IDatastoreHealthEventHandler
Called when a transaction is committed on the datastore.
onDatastoreTransactionCommitted(DatastoreTransactionCommitted) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onDatastoreTransactionCommitted(DatastoreTransactionCommitted) - Method in class com.activeviam.health.monitor.impl.LoggingDatastoreHealthEventHandler
 
onDatastoreTransactionStarted(DatastoreTransactionStarted) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingDatastoreHealthEventHandler
 
onDatastoreTransactionStarted(DatastoreTransactionStarted) - Method in interface com.activeviam.health.monitor.IDatastoreHealthEventHandler
Called when a transaction is started on the datastore.
onDatastoreTransactionStarted(DatastoreTransactionStarted) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onDatastoreTransactionStarted(DatastoreTransactionStarted) - Method in class com.activeviam.health.monitor.impl.LoggingDatastoreHealthEventHandler
 
onDeletedMessage(IMessage) - Method in interface com.qfs.snl.messages.IMessageSubscriber
Notifies that a message has been deleted.
onDeletedMessage(IMessage) - Method in class com.qfs.snl.ws.impl.SocketSubscriber
 
onDeletedMonitors(Collection<? extends IMonitor>) - Method in interface com.qfs.snl.monitors.IMonitorListener
Notifies of deleted monitors.
onDeletedMonitors(Collection<? extends IMonitor>) - Method in class com.qfs.snl.ws.impl.GraphWsService
 
onDeletedMonitors(Collection<? extends IMonitor>) - Method in class com.qfs.snl.ws.impl.MonitorWsService
 
onDictionary(int, IDictionary<Object>) - Method in interface com.activeviam.datastore.condition.ICustomCondition
Receives the dictionary in use for a field of the record.
onDictionary(int, IDictionary<Object>) - Method in class com.qfs.condition.impl.FieldComparisonCondition
 
onDictionaryUpdate(LocalDictionaryTransactionResult) - Method in interface com.activeviam.dic.provider.IDictionaryDomainObserver
Handles the changes of the dictionary structure.
onDictionaryUpdate(LocalDictionaryTransactionResult) - Method in class com.qfs.pivot.impl.ARemoteTransaction
 
onDimension(String) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICanStartBuildingSubCubeProperties.IGrantingMembers
Granting members on a dimension.
onDiscard() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
A callback for when this version is being discarded to finish cleaning up its resources.
onDiscard(ActivePivotVersion) - Method in class com.qfs.pivot.impl.DataNodeManager
 
onDiscard(V) - Method in interface com.qfs.multiversion.IEpochManager.IVersionLifecycleHandler
Called by the IVersionHistory when a version is discarded.
onDiscardedUpdate(long, IContinuousQueryUpdateWithBranches<int[]>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxContinuousQueryListener
 
onDiscardedUpdate(long, IContinuousQueryUpdateWithBranches<int[]>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxDecoratorMultiplexer
 
onDiscardedUpdate(long, IContinuousQueryUpdateWithBranches<int[]>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxNotificationQueryListener
 
onDiscardedUpdate(long, U) - Method in class com.quartetfs.biz.pivot.query.registration.impl.AFastForwardingRegistrationAwareListener
This method is invoked when a stored initialization update is ignored.
onDisconnect(IWsSession) - Method in class com.qfs.repository.ws.impl.ParameterTopic
 
onDisconnect(IWsSession) - Method in class com.qfs.snl.ws.impl.AlertTopic
 
onDisconnect(IWsSession) - Method in class com.qfs.snl.ws.impl.GraphTopic
 
onDisconnect(IWsSession) - Method in class com.qfs.snl.ws.impl.MessageTopic
 
onDisconnect(IWsSession) - Method in class com.qfs.snl.ws.impl.MonitorTopic
 
onDisconnect(IWsSession) - Method in interface com.qfs.websocket.endpoint.IWSTopic
Notifies that a session disconnected from the topic Note that we do not throw any exception if this method is called on an unknown session, it will be silently ignored.
onDisconnected() - Method in interface com.qfs.security.IBranchPermissionsListener
Performs an action when the connection to the branch permissions manager is lost.
onDisconnected() - Method in class com.qfs.security.impl.CachedBranchPermissionsManager
 
onDisconnection() - Method in interface com.qfs.content.service.IContentListener
Notifies the listener that it has been disconnected from.
onDomainCreated(String) - Method in interface com.quartetfs.tech.streaming.IDomainListener
Called back when the first listener joins a domain.
onDomainRemoved(String) - Method in interface com.quartetfs.tech.streaming.IDomainListener
Called back when the last listener leaves a domain.
One(int) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.Modulo.One
 
ONE_MILLISEC_INTO_NANOSEC - Static variable in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
 
ONE_THOUSAND - Static variable in class com.quartetfs.pivot.mdx.impl.AnyTypeFormatterPresentationExpression
One thousand value.
oneize(LongBuffer) - Static method in class com.qfs.buf.impl.Buffers
Sets every bit of a given long buffer to one.
onError(IFileInfo<I>, Throwable) - Method in class com.activeviam.apm.source.msg.impl.FileInfoLogMessageHandler
 
onError(I, Throwable) - Method in interface com.qfs.msg.IMessageHandler
The method that is called when there is an error.
onError(I, Throwable) - Method in class com.qfs.msg.impl.LogMessageHandler
 
onError(Throwable) - Method in interface com.qfs.msg.IMessage
Notifies the message that an error was raised while preparing its content.
onError(Throwable) - Method in class com.qfs.source.impl.AStoreMessage
 
onError(Throwable) - Method in class com.qfs.source.impl.StoreMessage
 
ones(int) - Static method in class com.qfs.bitmap.impl.ChunkedBitmap
Creates a ChunkedBitmap with every bit set to true, with size given in argument.
ones(int) - Static method in class com.qfs.bitmap.impl.QFSBitmap
Returns a QFSBitmap with the first 'sizeInBits' bits set to 1.
ONES - Static variable in class com.qfs.bitmap.impl.Bitmap
64 bits set to one.
ONES - Static variable in class com.qfs.bitmap.impl.ChunkedBitmap
A word set to one.
ONES - Static variable in class com.qfs.bitmap.impl.FastLogicalQFSBitmap
64 bits set to one.
ONES - Static variable in class com.qfs.bitmap.impl.QFSBitmap
64 bits set to one.
OneTimeAggregateFeeder - Class in com.activeviam.store.impl
Component performing the registration of an Aggregated Listener.
onEvent(IHealthEvent) - Static method in interface com.activeviam.health.monitor.IHealthEventDispatcher
Notifies the default dispatcher that an event occurred.
onEvent(ICSVTopic<I>, IFileEvent<I>) - Method in interface com.qfs.msg.csv.IFileListener
Event triggered when collections of files are modified, created or deleted.
onEvent(ICSVTopic<I>, IFileEvent<I>) - Method in class com.qfs.msg.csv.impl.CSVSource.FileListener
Deprecated.
 
onEvent(IParameterUpdate<IPointValue.IKey, IPointValue>) - Method in interface com.qfs.repository.params.IParameterChangeListener
Called when an update occurs.
onEvent(IStream<EventT>, EventT, IEpoch) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousQueryEngine
Receives an event from the given stream.
onEvent(IStream<EventT>, EventT, IEpoch) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
onEvent(IStream<EventT>, EventT, IEpoch) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StampingStreamListener
 
onEvent(IStream<EventT>, EventT, IEpoch) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IStreamListener
Receives an event from the given stream.
onEvent(IStream<EventT>, EventT, IActivePivotVersion, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.IConflationConsumer
Supplies to the consumer a new event produced after conflation.
onEvent(String, List<IStreamEvent>) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
 
onEvent(String, List<IStreamEvent>) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
onEvent(String, List<IStreamEvent>) - Method in class com.qfs.spring.websocket.impl.WebSocketSessionListener
Deprecated.
 
onEvent(String, List<IStreamEvent>) - Method in class com.quartetfs.biz.pivot.streaming.impl.AStreamListener
Called when events occur on a domain that the listener listens to.
onEvent(String, List<IStreamEvent>) - Method in interface com.quartetfs.tech.streaming.IStreamListener
Called when events occur on a domain that the listener listens to.
onEvent(Level, Set<String>, Supplier<IHealthEvent>) - Static method in interface com.activeviam.health.monitor.IHealthEventDispatcher
Notifies the default dispatcher that an event with the given level and tags will be created.
onEvent(ActivitiEvent) - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
 
onEvent(ActivitiEvent) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
onEventFinished(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Mark that event processing has finished on a stream.
onEventProcessed(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Mark that an event is processed on a stream, , in order to calculate the latest event processing statistics (time for computing the impacts and for query evaluation).
onEventProcessingEnd() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitor
Mark that the retrieval planning is done on a stream to record the statistics for the latest event.
onEventProcessingEnd() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
Mark that the event processing is done on a stream, to record the statistics for the event.
onEventProcessingFinished(Object, String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
Mark that event processing has finished for the event.
onEventProcessingFinished(Object, String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Mark that event processing has finished for the event in order to finish statistics collection.
onEvents(Collection<? extends ISentinelEvent>) - Method in interface com.qfs.snl.monitors.IMonitorListener
Notifies of new events.
onEvents(Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.ws.impl.GraphWsService
 
onEvents(Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.ws.impl.MonitorWsService
 
onEventsForced(List<Object>, ICompositeActivePivotTransactionInfo, long, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.DefaultLoggingConflatedTransactionListener
 
onEventsForced(List<Object>, ICompositeActivePivotTransactionInfo, long, long) - Method in interface com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.IConflatedEventProcessingListener
Notifies this listener that the given non-transactional events will be processed together with the associated composite info, even though it should'nt have been.
onEventsIgnored(List<Object>, ICompositeActivePivotTransactionInfo, long, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.DefaultLoggingConflatedTransactionListener
 
onEventsIgnored(List<Object>, ICompositeActivePivotTransactionInfo, long, long) - Method in interface com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.IConflatedEventProcessingListener
Notifies this listener that the given non-transactional events have been ignored because the associated composite info was too large.
onExceptionalCompletion(Throwable, CountedCompleter<?>) - Method in class com.qfs.concurrent.impl.CompletableExecutionStage
 
onExceptionalCompletion(Throwable, CountedCompleter<?>) - Method in class com.qfs.pool.impl.TasksPerNumaNodeExecutor
 
onExceptionalCompletion(Throwable, CountedCompleter<?>) - Method in class com.qfs.store.query.impl.QueryPartitionTaskCompleter
 
onExceptionalCompletion(Throwable, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.FastForward
 
onExceptionalCompletion(Throwable, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager.QueryExecutionTask
 
onExceptionalCompletion(Throwable, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ARetrieveAggregatesAction
 
onExceptionalCompletion(Throwable, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.NonTransactionalEventProcessingAction
 
onExceptionalCompletion(Throwable, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
onExceptionalCompletion(Throwable, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.impl.NotificationTaskFuture
 
onExceptionalCompletion(Throwable, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.impl.SnapshotProcessingTask
 
onExceptionInInstructions(DatastoreTransactionException) - Method in interface com.qfs.store.transaction.ITransactionExceptionHandler
Handles a DatastoreTransactionException that occurred within the instructions.
onExecutedCreateStatement(MdxEvent) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onExecutedCreateStatement(MdxEvent) - Method in interface com.quartetfs.pivot.mdx.impl.IMdxEventHandler
Called upon the execution of a mdx CREATE statement.
onExecutedCreateStatement(MdxEvent) - Method in class com.quartetfs.pivot.mdx.impl.LoggingMdxEventHandler
 
onExecutedDropStatement(MdxEvent) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onExecutedDropStatement(MdxEvent) - Method in interface com.quartetfs.pivot.mdx.impl.IMdxEventHandler
Called upon the execution of a mdx DROP statement.
onExecutedDropStatement(MdxEvent) - Method in class com.quartetfs.pivot.mdx.impl.LoggingMdxEventHandler
 
onExecutedUpdateStatement(MdxEvent) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onExecutedUpdateStatement(MdxEvent) - Method in interface com.quartetfs.pivot.mdx.impl.IMdxEventHandler
Called upon the execution of a mdx UPDATE statement.
onExecutedUpdateStatement(MdxEvent) - Method in class com.quartetfs.pivot.mdx.impl.LoggingMdxEventHandler
 
onExecuteError(HttpServletRequest, IRequest, IXmlaError, IServletProperties) - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
onExecuteError(HttpServletRequest, IRequest, IXmlaError, IServletProperties) - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaMonitorListener
 
onExecuteError(HttpServletRequest, IRequest, IXmlaError, IServletProperties) - Method in interface com.quartetfs.biz.xmla.IXmlaRequestListener
This is called after having an error while executing the query.
onExecutionException(IEpoch, Exception) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
Handles an error that occurred while executing the MDX query of this registration.
onExpired - Variable in class com.qfs.fwk.cache.impl.TtlCache.SerializedTtlCache
See TtlCache.onExpired.
onFailure(IEpoch, MdxException) - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamNode
 
onFailure(IEpoch, MdxException) - Method in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStreamNode
 
onFailure(IEpoch, MdxException) - Method in interface com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration.IRTCallback
This method is invoked when an error occurred.
onFields(Set<String>) - Static method in class com.activeviam.database.commons.api.numa.desc.impl.NumaSelectorFromTableDescription
 
onGoodByeMessageApplicationEvent(GoodbyeMessageApplicationEvent) - Method in interface com.activeviam.health.monitor.IClusterHealthEventHandler
Called when a GoodbyeMessage successfully performs its action in a Query Cube.
onGoodByeMessageApplicationEvent(GoodbyeMessageApplicationEvent) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onGoodByeMessageApplicationEvent(GoodbyeMessageApplicationEvent) - Method in class com.activeviam.health.monitor.impl.LoggingClusterHealthEventHandler
 
onGoodByeMessageApplicationEventFailure(GoodbyeMessageApplicationFailureEvent) - Method in interface com.activeviam.health.monitor.IClusterHealthEventHandler
Called when a GoodbyeMessage fails its action in a Query Cube.
onGoodByeMessageApplicationEventFailure(GoodbyeMessageApplicationFailureEvent) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onGoodByeMessageApplicationEventFailure(GoodbyeMessageApplicationFailureEvent) - Method in class com.activeviam.health.monitor.impl.LoggingClusterHealthEventHandler
 
onGraphWsSession(Long, IWsSession) - Method in interface com.qfs.snl.ws.IGraphWsService
Method called when a graph session is going to start or stop.
onGraphWsSession(Long, IWsSession) - Method in class com.qfs.snl.ws.impl.GraphWsService
 
OnHeapPivotMemoryQuantifierPlugin - Class in com.qfs.monitoring.memory.impl
Class grouping all plugin values of ActivePivot defining an implementation of IOnHeapMemoryQuantifier.
OnHeapPivotMemoryQuantifierPlugin() - Constructor for class com.qfs.monitoring.memory.impl.OnHeapPivotMemoryQuantifierPlugin
Constructor defining the core plugin.
onHierarchy(String) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.IDefiningDefaultMember
Sets the hierarchy unique name.
onHierarchy(String) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICanStartBuildingSubCubeProperties.IGrantingMembersOnDimension
Granting members on a hierarchy.
onHierarchy(String, String) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICanStartBuildingSubCubeProperties.IGrantingMembers
Granting members on a hierarchy.
onInitialRemoteCommit(List<? extends IDimension<? extends IHierarchy>>, IEpoch, long, String, String, String, Properties) - Method in interface com.qfs.distribution.IDistributedActivePivotTransaction
Merges the delta dimensions from a remote instance's initial commit into the underlying IDistributedActivePivot's cube's main dimensions and notify the listeners.
onInitialRemoteCommit(List<? extends IDimension<? extends IHierarchy>>, IEpoch, long, String, String, String, Properties) - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Merges the delta dimensions from a remote instance's initial commit into the underlying IDistributedActivePivot's cube's main dimensions and notifies the listeners.
onInitialRemoteCommit(List<? extends IDimension<? extends IHierarchy>>, IEpoch, long, String, String, String, Properties) - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
 
onInitialRemoteCommit(List<? extends IDimension<? extends IHierarchy>>, IEpoch, long, String, String, String, Properties) - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
Synchronized because the DistributedActivePivotTransaction are not thread safe.
onJdbcFetchingDone(JdbcFetchingDoneEvent) - Method in interface com.activeviam.health.monitor.IJdbcSourceHealthEventHandler
Dispatches an event about the completion of a fetch on a JDBC source.
onJdbcFetchingDone(JdbcFetchingDoneEvent) - Method in class com.activeviam.health.monitor.LoggingJdbcHealthEventHandler
 
onJdbcFetchingFailed(JdbcFetchingFailureEvent) - Method in interface com.activeviam.health.monitor.IJdbcSourceHealthEventHandler
Dispatches an event about the failure of a fetch on a JDBC source.
onJdbcFetchingFailed(JdbcFetchingFailureEvent) - Method in class com.activeviam.health.monitor.LoggingJdbcHealthEventHandler
 
onJvmMemoryReport(JvmHealthCheck.JvmMemoryReport) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingComposerHealthEventHandler
 
onJvmMemoryReport(JvmHealthCheck.JvmMemoryReport) - Method in interface com.activeviam.health.monitor.IComposerHealthEventHandler
The method called when a JVM memory report is forwarded to this handler.
onJvmMemoryReport(JvmHealthCheck.JvmMemoryReport) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onJvmMemoryReport(JvmHealthCheck.JvmMemoryReport) - Method in class com.activeviam.health.monitor.impl.LoggingComposerHealthEventHandler
 
onLocationResolved(IMissingLocationsQuery, ILocation) - Method in interface com.quartetfs.biz.pivot.query.missing.IMissingLocationsQueryListener
Invoked by the IMissingLocationsQuery to let us know that all one of the underlying query's location can now be resolved.
onLocationResolved(IMissingLocationsQuery, ILocation) - Method in class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
 
onLogoutSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class com.qfs.servlet.handlers.impl.NoRedirectLogoutSuccessHandler
 
Only - com.quartetfs.biz.xmla.rowset.impl.RowsetColumn.Restriction
 
onMembersChanged(IClusterView, Set<IAddress>, Set<IAddress>, String) - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
 
onMembersChanged(IClusterView, Set<IAddress>, Set<IAddress>, String) - Method in interface com.qfs.messenger.IDistributedAgent
This method is invoked when remote members join or quit our distributed cluster.
onMembersChanged(IClusterView, Set<IAddress>, Set<IAddress>, String) - Method in class com.qfs.messenger.impl.ADistributedAgent
 
onMembersChanged(IClusterView, Set<IAddress>, Set<IAddress>, String) - Method in class com.qfs.messenger.impl.DataInstanceDistributionManager
 
onMessage(String, IWsSession) - Method in class com.qfs.websocket.endpoint.impl.AWSFeedTopic
Notifies of a new message received for the topic.
onMessage(String, IWsSession) - Method in interface com.qfs.websocket.endpoint.IWSTopic
Notifies of a new message received for the topic.
onMessagePublished(IFileInfo<I>, IPublicationInfo) - Method in class com.activeviam.apm.source.msg.impl.AFeedLoadingHandler
Logs the details of the file the message has been successfully published.
onMessagePublished(IFileInfo<I>, IPublicationInfo) - Method in class com.activeviam.apm.source.msg.impl.FileInfoLogMessageHandler
 
onMessagePublished(I, IPublicationInfo) - Method in interface com.qfs.msg.IMessageHandler
Called after the message has been successfully published.
onMessagePublished(I, IPublicationInfo) - Method in class com.qfs.msg.impl.LogMessageHandler
 
onMessageStarted(IFileInfo<I>) - Method in class com.activeviam.apm.source.msg.impl.FileInfoLogMessageHandler
 
onMessageStarted(I) - Method in interface com.qfs.msg.IMessageHandler
Called when the message starts.
onMessageStarted(I) - Method in class com.qfs.msg.impl.LogMessageHandler
 
onNewMessage(IMessage) - Method in interface com.qfs.snl.messages.IMessageSubscriber
A new Message is provided to this subscriber.
onNewMessage(IMessage) - Method in class com.qfs.snl.ws.impl.SocketSubscriber
 
onNewMonitors(Collection<? extends IMonitor>) - Method in interface com.qfs.snl.monitors.IMonitorListener
Notifies of new monitors.
onNewMonitors(Collection<? extends IMonitor>) - Method in class com.qfs.snl.ws.impl.GraphWsService
 
onNewMonitors(Collection<? extends IMonitor>) - Method in class com.qfs.snl.ws.impl.MonitorWsService
 
OnOff - com.quartetfs.fwk.format.impl.NamedNumericFormats
Displays Off if the number is 0; otherwise, displays On.
onParameterUpdate(IParameterEvent) - Method in class com.qfs.repository.impl.LookupStream
 
onParameterUpdate(IParameterEvent) - Method in interface com.qfs.repository.IParameterListener
Notify the listener that some parameters have changed.
onParameterUpdate(IParameterEvent) - Method in class com.qfs.repository.mdx.impl.LookupMdxContinuousDecorator
 
onParameterUpdate(IParameterEvent) - Method in class com.qfs.repository.mdx.impl.ParameterStoreStream
 
onPathResolved(IUnresolvedPath) - Method in interface com.quartetfs.biz.pivot.query.missing.IMissingLocationsQueryHandler
Invoked by the IMissingLocationsSolver to notify us that a path has been resolved.
onPathResolved(IUnresolvedPath) - Method in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsQueryHandler
 
onPivot(String) - Method in interface com.quartetfs.biz.pivot.security.builders.ICanHaveRoleEntitlements.IPivotEntitlementBuilderWithRole
Sets the pivot id.
onPivot(String) - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
 
onPlanRetrievalsFinished(int) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitor
Mark that the retrieval planning is done on a context node to calculate the total retrieval planning time of the continuous handler.
onPlanRetrievalsFinished(int) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
Mark that the retrieval planning is done on a context node, to update latest retrievals planning statistics.
onPublished(IPublicationInfo) - Method in interface com.qfs.msg.IMessage
Called after the message has been successfully published.
onPublished(IPublicationInfo) - Method in class com.qfs.source.impl.AStoreMessage
 
onPublished(IPublicationInfo) - Method in class com.qfs.source.impl.StoreMessage
 
onQueryEvaluationFinished(Object, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
Mark that query evaluation is done for a continuous GAQ for an event, to calculate the evaluation time for this multi query.
onQueryEvaluationFinished(Object, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Marks that an query evaluation is finished on a stream.
onQueryEvaluationFinished(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Marks that an query evaluation is finished on a stream.
onQueryEvaluationFinished(String, Object, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
Mark that the query evaluation for the query is done on a stream, to calculate the query evaluation time of the GAQ in the latest event.
onQueryResolved(IMissingLocationsQuery) - Method in interface com.quartetfs.biz.pivot.query.missing.IMissingLocationsQueryListener
Invoked by the IMissingLocationsQuery to let us know that all the locations of the underlying query can now be resolved.
onQueryResolved(IMissingLocationsQuery) - Method in class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
 
onReadMessage(IMessage) - Method in interface com.qfs.snl.messages.IMessageSubscriber
Notifies that a message has been read.
onReadMessage(IMessage) - Method in class com.qfs.snl.ws.impl.SocketSubscriber
 
onRegisteredOnStream(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
Mark that a GAQ originating from this multi query is registered on the given streamKey.
onRegisteredOnStream(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
onRegistrationFinished(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Mark that a continuous query is registered on a stream, in order to calculate the latest registration duration.
onRegistrationFinished(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Mark that query registration has finished on a stream, to update total registration statistics.
onRegistrationFinished(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
Mark that the continuous query is registered on a stream, to calculate the total registration time of the GAQ.
onRegistrationFinished(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Marks that a query is registered on a stream.
onRemoteCommit(List<List<? extends IDimension<? extends IHierarchy>>>, List<List<? extends IDimension<? extends IHierarchy>>>, IEpoch, long, String, String, Properties) - Method in interface com.qfs.distribution.IDistributedActivePivotTransaction
Merges the delta hierarchies from a remote instance's commit into the underlying IDistributedActivePivot's cube's main hierarchies and notify the listeners.
onRemoteCommit(List<List<? extends IDimension<? extends IHierarchy>>>, List<List<? extends IDimension<? extends IHierarchy>>>, IEpoch, long, String, String, Properties) - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Merges the delta hierarchies from a remote instance's commit into the underlying IDistributedActivePivot's cube's main hierarchies and notifies the listeners.
onRemoteCommit(List<List<? extends IDimension<? extends IHierarchy>>>, List<List<? extends IDimension<? extends IHierarchy>>>, IEpoch, long, String, String, Properties) - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
 
onRemoteCommit(List<List<? extends IDimension<? extends IHierarchy>>>, List<List<? extends IDimension<? extends IHierarchy>>>, IEpoch, long, String, String, Properties) - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
Synchronized because the DistributedActivePivotTransaction are not thread safe.
onRemoveUnknownKey(int[], IStoreMetadata, IDictionaryProvider, int[], int) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IRemoveUnknownKeyListener
Event fired when trying to remove a key that does not exist in the store, ie a key that does not have any matching record.
onRemovingUnknownKey() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanSpecifyUnknownKeyRemovalBehavior
The action to run when trying to remove an unknown key.
onResult(int, IAggregateQueryResult) - Method in class com.activeviam.pivot.contribution.impl.ContributePreAggregatedHierarchyAcceptor
 
onResult(int, IAggregateQueryResult) - Method in class com.activeviam.pivot.contribution.impl.ContributePreAggregatedProviderAcceptor
 
onResult(int, IAggregateQueryResult) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval.ExternalAggregator
 
onResult(int, ICursor) - Method in interface com.activeviam.database.api.query.IPartitionedResultAcceptor
Callback when a result has been produced for a given partition.
onResult(int, ICursor) - Method in class com.qfs.store.query.impl.DatastoreQueryHelper.CursorCreator
 
onResult(int, ICursor) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughPartitionAcceptor
 
onResult(int, T) - Method in interface com.activeviam.database.api.query.IPartitionedGenericResultAcceptor
Callback when a result has been produced for a given partition.
onResult(T) - Method in interface com.activeviam.database.api.query.IAsyncResultAcceptor
Callback when a result has been produced.
onResult(T) - Method in class com.activeviam.database.api.query.ResultAcceptorWithoutPartitioningWrapper
 
OnResultPartitionTask(IDatastoreView, ICursorFactory, CancellableCountedCompleter<Void>, IStorePartitionView, IMatchingRowsHolder, IPartitionedResultAcceptor) - Constructor for class com.qfs.store.query.impl.CompiledQuery.OnResultPartitionTask
Constructor.
onRollbackFailure(DatastoreTransactionException) - Method in interface com.qfs.store.transaction.ITransactionExceptionHandler
Handles a failure to rollback the transaction.
onSelectionChanged() - Method in interface com.qfs.store.ISelectionManager.ISelectionChangeListener
Called when the composite selection changed.
onSelfFailure(Throwable) - Method in interface com.activeviam.database.api.query.IStreamListViewListener
Notifies of an error generated by the listener.
onSelfFailure(Throwable) - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
onSelfFailure(Throwable) - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
onSelfFailure(Throwable) - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
onSelfFailure(Throwable) - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
onSelfFailure(Throwable) - Method in interface com.qfs.store.selection.IAsyncCompositeSelectionListener
Notifies of an error generated by the listener.
onSelfFailure(Throwable) - Method in interface com.qfs.store.selection.IDelegateCompositeSelectionListener
 
onSelfFailure(Throwable) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
onSelfFailure(Throwable) - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
onSelfFailure(Throwable) - Method in class com.qfs.store.selection.impl.SingleCompositeListener
 
onSelfFailure(Throwable) - Method in interface com.qfs.store.selection.ISelectionListener
Notifies of an error generated by the listener.
onSessionClosed(String) - Method in class com.qfs.websocket.endpoint.monitoring.impl.EndPointStatistics
Records the closing of a session.
onSessionMessage(String) - Method in class com.qfs.websocket.endpoint.monitoring.impl.EndPointStatistics
Records the reception of a message in a session.
onSessionOpened(String) - Method in class com.qfs.websocket.endpoint.monitoring.impl.EndPointStatistics
Records the creation of a new session.
onSlowActivePivotQuery(SlowActivePivotQuery) - Method in class com.activeviam.apm.health.impl.MonitoredLoggingActivePivotHealthEventHandler
 
onSlowActivePivotQuery(SlowActivePivotQuery) - Method in interface com.activeviam.health.monitor.IActivePivotHealthEventHandler
Called when an activepivot query takes too long to execute and fails with a timeout.
onSlowActivePivotQuery(SlowActivePivotQuery) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onSlowActivePivotQuery(SlowActivePivotQuery) - Method in class com.activeviam.health.monitor.impl.LoggingActivePivotHealthEventHandler
 
onStarted() - Method in interface com.qfs.msg.IMessage
Called after this message has been started.
onStarted() - Method in class com.qfs.source.impl.AStoreMessage
 
onStarted() - Method in class com.qfs.source.impl.StoreMessage
 
onStartedAlerts(Collection<? extends ISentinelAlert>) - Method in interface com.qfs.snl.monitors.IAlertListener
Notifies of new alerts.
onStartedAlerts(Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.ws.impl.AlertWsService
Notifies of new alerts.
onStartFailure(DatastoreTransactionException) - Method in interface com.qfs.store.transaction.ITransactionExceptionHandler
Handles a failure to start the transaction.
onStop(boolean) - Method in interface com.quartetfs.biz.pivot.query.registration.IRegistration
This method is called after one or several unsuccessful attempts to register were made.
onStop(boolean) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
 
onStoppedAlerts(Collection<? extends ISentinelAlert>) - Method in interface com.qfs.snl.monitors.IAlertListener
Notifies of stopped alerts.
onStoppedAlerts(Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.ws.impl.AlertWsService
Notifies of stopped alerts.
onTransactionCommittedMessageApplicationFailure(TransactionCommittedMessageApplicationFailureEvent) - Method in interface com.activeviam.health.monitor.IClusterHealthEventHandler
Called when a TransactionCommittedMessage fails to be applied in a Query Cube.
onTransactionCommittedMessageApplicationFailure(TransactionCommittedMessageApplicationFailureEvent) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onTransactionCommittedMessageApplicationFailure(TransactionCommittedMessageApplicationFailureEvent) - Method in class com.activeviam.health.monitor.impl.LoggingClusterHealthEventHandler
 
onTransactionCommittedMessageApplied(TransactionCommittedMessageAppliedEvent) - Method in interface com.activeviam.health.monitor.IClusterHealthEventHandler
Called when a TransactionCommittedMessage applied in a Query Cube.
onTransactionCommittedMessageApplied(TransactionCommittedMessageAppliedEvent) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onTransactionCommittedMessageApplied(TransactionCommittedMessageAppliedEvent) - Method in class com.activeviam.health.monitor.impl.LoggingClusterHealthEventHandler
 
onTransactionCommittedMessageSendingFailure(TransactionCommittedMessageSendingFailureEvent) - Method in interface com.activeviam.health.monitor.IClusterHealthEventHandler
Called when a TransactionCommittedMessage fails to be broadcast to the distributed application.
onTransactionCommittedMessageSendingFailure(TransactionCommittedMessageSendingFailureEvent) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onTransactionCommittedMessageSendingFailure(TransactionCommittedMessageSendingFailureEvent) - Method in class com.activeviam.health.monitor.impl.LoggingClusterHealthEventHandler
 
onTransactionCommittedMessageSent(TransactionCommittedMessageSentEvent) - Method in interface com.activeviam.health.monitor.IClusterHealthEventHandler
Called when a TransactionCommittedMessage is broadcast to the distributed application.
onTransactionCommittedMessageSent(TransactionCommittedMessageSentEvent) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onTransactionCommittedMessageSent(TransactionCommittedMessageSentEvent) - Method in class com.activeviam.health.monitor.impl.LoggingClusterHealthEventHandler
 
onUnexpectedErrorDuringConflatedTransactionProcessing(Throwable, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.DefaultLoggingConflatedTransactionListener
 
onUnexpectedErrorDuringConflatedTransactionProcessing(Throwable, CountedCompleter<?>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.IConflatedEventProcessingListener
Notifies this listener that an exception occurred during the conflation.
onUnknownEvent(IHealthEvent) - Method in interface com.activeviam.health.monitor.IHealthEventHandler
The default method to implement, that will receive all events by default.
onUnknownEvent(IHealthEvent) - Method in class com.activeviam.health.monitor.impl.AGlobalHealthEventHandler
 
onUnknownEvent(IHealthEvent) - Method in class com.activeviam.health.monitor.impl.LoggingActivePivotHealthEventHandler
 
onUnknownEvent(IHealthEvent) - Method in class com.activeviam.health.monitor.impl.LoggingClusterHealthEventHandler
 
onUnknownEvent(IHealthEvent) - Method in class com.activeviam.health.monitor.impl.LoggingComposerHealthEventHandler
 
onUnknownEvent(IHealthEvent) - Method in class com.activeviam.health.monitor.impl.LoggingCsvHealthEventHandler
 
onUnknownEvent(IHealthEvent) - Method in class com.activeviam.health.monitor.impl.LoggingDatastoreHealthEventHandler
 
onUnknownEvent(IHealthEvent) - Method in class com.activeviam.health.monitor.impl.LoggingGlobalHealthEventHandler
 
onUnknownEvent(IHealthEvent) - Method in class com.activeviam.health.monitor.LoggingJdbcHealthEventHandler
 
onUnknownEvent(IHealthEvent) - Method in class com.quartetfs.pivot.mdx.impl.LoggingMdxEventHandler
 
onUnregisteredFromStream(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
Mark that a GAQ originating from this multi query is unregistered from the given streamKey.
onUnregisteredFromStream(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
 
onUnregistrationFinished(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Mark that a continuous query is unregistered from a stream, in order to calculate the latest unregistration duration.
onUnregistrationFinished(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Mark that query unregistration has finished on a stream, to update total unregistration statistics.
onUpdatedAlerts(Collection<? extends ISentinelAlert>) - Method in interface com.qfs.snl.monitors.IAlertListener
Notifies that alerts have been updated.
onUpdatedAlerts(Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.ws.impl.AlertWsService
 
onUpdatedMonitors(Collection<? extends IMonitor>) - Method in interface com.qfs.snl.monitors.IMonitorListener
Notifies of updated monitors.
onUpdatedMonitors(Collection<? extends IMonitor>) - Method in class com.qfs.snl.ws.impl.GraphWsService
 
onUpdatedMonitors(Collection<? extends IMonitor>) - Method in class com.qfs.snl.ws.impl.MonitorWsService
 
onUpdatePublicationFinished(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Marks that the update publication is finished to finalize the query publication time and global time.
onUpdatePublicationFinished(Object, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitor
Marks that updates publication has finished on the query in order to collect statistics.
onUpdatePublicationFinished(Object, String, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
Marks that event publication has finished for the event.
onUpdatePublicationFinished(Object, String, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Marks that an query update publication is finished on a stream.
onUpdatePublicationFinished(String, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Marks that an query update publication is finished on a stream.
onUpdatePublicationFinished(String, Object, long, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
Marks that the update publication for the query is done on a stream, to calculate the update publication time of the GAQ in the latest event.
onVersionRelease(IEpoch) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCubeNotifier.IMdxCubeListener
Notifies that the version on which a IMdxCube is based was removed.
onVersionRelease(IEpoch) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxPastPeriodRangeEpochMember
 
onWorkerException(Throwable) - Method in class com.qfs.store.impl.AStorePartitionRecordUnit
 
onWorkerException(Throwable) - Method in class com.qfs.store.impl.NoopUnit
 
onWorkerException(Throwable) - Method in class com.qfs.store.impl.StorePartitionNotifyingUnit
 
onWorkerException(Throwable) - Method in class com.qfs.store.impl.StorePartitionRevertToVersionUnit
 
onWorkerException(Throwable) - Method in class com.qfs.store.impl.StorePartitionUpdateWhereUnit
 
onWorkerException(Throwable) - Method in interface com.qfs.store.IStorePartitionWorkUnit
This method is invoked when the partition worker that was supposed to IStorePartitionWorkUnit.run(com.qfs.store.IStorePartitionTransaction, com.qfs.plan.IStorePartitionUpdate) this unit encountered an exception before doing so.
onWorkflowCancelled(String) - Method in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Records a cancellation of a workflow.
onWorkflowCompleted(String, long) - Method in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Records the completion of a workflow.
onWorkflowStarted(String, long) - Method in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Records the start of a new workflow.
onWrite(int, Object, Object) - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.IWriteCallback
Callback method.
open(String) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowCloudOutputManager
Opens a new FileOutputStream and a new ArrowStreamWriter.
open(String) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextCloudOutputManager
Opens a new FileOutputStream and a new BufferedOutputStream.
OPEN_PERMISSIONS - Static variable in class com.qfs.pivot.json.branch.JsonBranchPermissions
Constant for permissions allowing all users and roles to read/edit.
openConnection() - Method in class com.qfs.msg.keyvalue.impl.AKeyValueConnectionPool
Open a new connection to the KeyValue database.
OpeningClosingPeriodFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
 
OpeningClosingPeriodFunctionDefinition(String, boolean) - Constructor for class com.quartetfs.pivot.mdx.func.impl.OpeningClosingPeriodFunctionDefinition
 
OpeningPeriod - com.quartetfs.biz.xmla.constants.Keyword
 
OPENINGPERIOD - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
OpeningPeriodFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
OpeningPeriodFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.OpeningPeriodFunction
 
openPermissions() - Static method in class com.qfs.security.impl.BranchPermissions
Creates default permissions that allows any user to view/update/delete the branch.
OpenQuery - com.quartetfs.biz.xmla.constants.Keyword
 
openReadableByteChannel() - Method in class com.activeviam.msg.csv.impl.CloudCsvDataProvider
 
openReadableByteChannel() - Method in class com.qfs.msg.csv.filesystem.impl.PathCsvDataProvider
 
openReadableByteChannel() - Method in interface com.qfs.msg.csv.ICsvDataProvider
Opens a ReadableByteChannel to read the contents of this csv data provider.
openSession() - Method in class com.qfs.snl.activiti.SentinelProcessEntityManager.Factory
 
OperandAggregatedValue - Class in com.quartetfs.biz.pivot.formula.impl
This operand return the aggregated value on the current location.
OperandAggregatedValue(IActivePivot, IMeasuresProvider, List<String>) - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperandAggregatedValue
Constructor.
OperandAggregatedValueData - Class in com.quartetfs.biz.pivot.formula.impl
Data holder class for an aggregated value on a specific location.
OperandAggregatedValueData(IAggregatesRetrievalResult, String) - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperandAggregatedValueData
Full constructor.
OperandCaster - Class in com.qfs.store.query.impl
Regroup all query operand casting methods and their exception handling.
OperandCaster() - Constructor for class com.qfs.store.query.impl.OperandCaster
 
OperandChildAggregatedValues - Class in com.quartetfs.biz.pivot.formula.impl
This operand returns the list of children aggregated values of a defined aggregated measure for a given hierarchy.
OperandChildAggregatedValues(IActivePivot, IMeasuresProvider, List<String>) - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperandChildAggregatedValues
Constructor.
OperandDouble - Class in com.quartetfs.biz.pivot.formula.impl
This operand return the double given value.
OperandDouble(IActivePivot, IMeasuresProvider, List<String>) - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperandDouble
Constructor.
OperandDynamicAggregation - Class in com.quartetfs.biz.pivot.formula.impl
This operand triggers a dynamic aggregation.
OperandDynamicAggregation(IActivePivot, IMeasuresProvider, List<String>) - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperandDynamicAggregation
Dynamic constructor used by the registry with the interface IOperand.
OperandExtendedPlugin - Class in com.quartetfs.biz.pivot.formula.impl
Explicit implementation of the IOperand extended plugin.
OperandExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperandExtendedPlugin
Default constructor registering core implementations of operands.
OperandFloat - Class in com.quartetfs.biz.pivot.formula.impl
This operand return the float given value.
OperandFloat(IActivePivot, IMeasuresProvider, List<String>) - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperandFloat
 
OperandInt - Class in com.quartetfs.biz.pivot.formula.impl
This operand returns the int value.
OperandInt(IActivePivot, IMeasuresProvider, List<String>) - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperandInt
 
OperandLevelValue - Class in com.quartetfs.biz.pivot.formula.impl
This operand return the level value of the current location.
OperandLevelValue(IActivePivot, IMeasuresProvider, List<String>) - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperandLevelValue
 
OperandLong - Class in com.quartetfs.biz.pivot.formula.impl
This operand return the long given value.
OperandLong(IActivePivot, IMeasuresProvider, List<String>) - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperandLong
 
OperandNull - Class in com.quartetfs.biz.pivot.formula.impl
This operand always returns null.
OperandNull(IActivePivot, IMeasuresProvider, List<String>) - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperandNull
The null operand.
OperandParentAggregatedValue - Class in com.quartetfs.biz.pivot.formula.impl
This operand returns the parent aggregated value of the current location for a given hierarchy.
OperandParentAggregatedValue(IActivePivot, IMeasuresProvider, List<String>) - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperandParentAggregatedValue
Constructor.
operands - Variable in class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger.MergeCopperOperator
The operator's operands.
operandsPattern() - Method in class com.quartetfs.biz.pivot.formula.impl.Formula
Computes the operands pattern.
OperandString - Class in com.quartetfs.biz.pivot.formula.impl
This operand return the string value given as a parameter.
OperandString(IActivePivot, IMeasuresProvider, List<String>) - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperandString
 
OPERATION_COMPLETE - Static variable in class com.qfs.logging.MessagesCSV
{0}: Processing of workload #{1} completed in {2}.
OperationInfo - Class in com.quartetfs.fwk.monitoring.impl
Immutable implementation of IOperationInfo.
OperationInfo(String, String, String[], Class<?>[], Class<?>) - Constructor for class com.quartetfs.fwk.monitoring.impl.OperationInfo
Constructor.
operator - Variable in class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger.MergeCopperOperator
The combining operator.
OPERATOR_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.AStoreLookupPostProcessor
 
OperatorAbsoluteValue - Class in com.quartetfs.biz.pivot.formula.impl
Absolute operator : the operand is a scalar number, there is only one operand.
This operator returns a double value whichever the type of the input number.
OperatorAbsoluteValue() - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperatorAbsoluteValue
 
OperatorAdd - Class in com.quartetfs.biz.pivot.formula.impl
The simple add operator which: Takes an infinite number of operands.
OperatorAdd() - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperatorAdd
 
OperatorAggregation - Class in com.quartetfs.biz.pivot.formula.impl
The simple aggregation operator which: Takes an infinite number of operands.
OperatorAggregation() - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperatorAggregation
 
OperatorConcatenation - Class in com.quartetfs.biz.pivot.formula.impl
The simple concatenation operator which takes an indefinite number of operands and concatenates them all together.
OperatorConcatenation() - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperatorConcatenation
 
OperatorDisaggregation - Class in com.quartetfs.biz.pivot.formula.impl
The simple disaggregation operator which: Takes an infinite number of operands.
OperatorDisaggregation() - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperatorDisaggregation
 
OperatorDivide - Class in com.quartetfs.biz.pivot.formula.impl
The simple divide operator which: Takes in 2 operands: the numerator and the denominator.
OperatorDivide() - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperatorDivide
 
OperatorMinus - Class in com.quartetfs.biz.pivot.formula.impl
The simple minus operator which: Takes 2 operands.
OperatorMinus() - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperatorMinus
 
OperatorMultiply - Class in com.quartetfs.biz.pivot.formula.impl
The simple multiply operator which: Takes an infinite number of operands.
OperatorMultiply() - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperatorMultiply
 
OperatorPercentile - Class in com.quartetfs.biz.pivot.formula.impl
Percentile operator : first operand is the vector, second operand is the percentile (e.g.
OperatorPercentile() - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperatorPercentile
 
OperatorPlugin - Class in com.quartetfs.biz.pivot.formula.impl
Explicit implementation of the IOperator plugin.
OperatorPlugin() - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperatorPlugin
Constructor.
Operators - Class in com.activeviam.copper.operation.operator
Utility class that gathers several implementation of ICopperOperator.
Operators() - Constructor for class com.activeviam.copper.operation.operator.Operators
 
Operators.BinaryOperator - Enum in com.activeviam.copper.operation.operator
Arithmetic binary operators.
Operators.PrimitiveTypeSelector - Enum in com.activeviam.copper.operation.operator
Enumeration that is ready for switch statement, and states both the output type of the operation, and the operand that has the widest primitive type of the two operands.
operatorsPattern() - Method in class com.quartetfs.biz.pivot.formula.impl.Formula
Computes the operators pattern.
OperatorSquareRoot - Class in com.quartetfs.biz.pivot.formula.impl
Square root operator : the operand is a positive scalar number, there is only one operand.
OperatorSquareRoot() - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperatorSquareRoot
 
OperatorSubVector - Class in com.quartetfs.biz.pivot.formula.impl
An operator that extracts a sub vector from a vector operand, between an included 'from' index up to an excluded 'to' index.
OperatorSubVector() - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperatorSubVector
 
OperatorTernaryDivide - Class in com.quartetfs.biz.pivot.formula.impl
A ternary divide operator which: Takes in 2 or 3 operands: the numerator and the denominator, and an optional third operand, the value to return when the numerator is not null, and the denominator is null or 0.
OperatorTernaryDivide() - Constructor for class com.quartetfs.biz.pivot.formula.impl.OperatorTernaryDivide
 
OPPOSITE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
OPPOSITE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
OPPOSITE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
OptimizationDescription - Class in com.qfs.desc.impl
Mutable implementation of IOptimizationDescription.
OptimizationDescription(String, IOptimizationDescription.Optimization) - Constructor for class com.qfs.desc.impl.OptimizationDescription
Create an optimization description over a single field.
OptimizationDescription(List<String>, IOptimizationDescription.Optimization) - Constructor for class com.qfs.desc.impl.OptimizationDescription
Create an optimization description over one or multiple fields.
optimizations(Collection<IOptimizationDescription>) - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
optimize(IInternalCopperMeasure) - Method in class com.activeviam.copper.MeasureOptimizer
Deprecated.
Builds a new IInternalCopperMeasure if it detects a better version can be built.
optimizeSelection(IDatabase, ActivePivotSelectionOptimizer.SelectionDefinition<ICondition>) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotSelectionOptimizer
optimizeSelection(IDatabaseSchemaEntityResolver, ActivePivotSelectionOptimizer.SelectionDefinition<ICondition>) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotSelectionOptimizer
Optimizes the provided selection.
optimizeSuppliers(List<IDistinctValuesSupplier>, Map<Integer, Integer>) - Method in class com.activeviam.copper.hierarchy.InternalCopperLevelValues
Returns a list of optimized suppliers for a given list of StoreSingleFieldDistinctValuesSupplier.
optimizeWithCache() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphCachePlanner
Runs the optimization procedure on the graph.
OptimizingSubCubeVisitor<T> - Class in com.quartetfs.biz.pivot.context.subcube.visitor.impl
A wrapper for a visitor that recognizes simple logical patterns and simplify them.
OptimizingSubCubeVisitor(ISubCubeVisitor<T>) - Constructor for class com.quartetfs.biz.pivot.context.subcube.visitor.impl.OptimizingSubCubeVisitor
Constructor of OptimizingSubCubeVisitor.
Option<E> - Class in com.activeviam.util.function
Result structure inspired from Haskell's Maybe or Rust 's Option.
OPTIONAL - com.activeviam.database.api.schema.RelationshipOptionality
No assumptions are made about the existence of data matching the relationship.
OptionalEither<U,​V> - Class in com.activeviam.util.function.impl
Standard implementation of IOptionalEither.
or(long[], long[]) - Static method in class com.qfs.bitmap.impl.Bitmap
Performs a logical OR operation between two bitmaps.
or(long, long) - Static method in class com.qfs.bitmap.impl.Bitmap
Merges the two bitmaps.
or(List<IColumnCondition>) - Static method in class com.activeviam.database.api.experimental.refresh.condition.ConditionFactory
Creates a condition which matches the logical OR combination of other ones.
or(CopperLevelCondition) - Method in interface com.activeviam.copper.api.CopperLevelCondition
Creates a new condition that represents the result of a logical or between this condition and another condition.
or(CopperLevelCondition) - Method in interface com.activeviam.copper.hierarchy.IInternalCopperLevelCondition
 
or(IBitmap) - Method in interface com.qfs.bitmap.IBitmap
Performs a logical OR operation between two bitmaps.
or(IBitmap) - Method in interface com.qfs.bitmap.IClearableBitmap
 
or(IBitmap) - Method in class com.qfs.bitmap.impl.Bitmap
 
or(IBitmap) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
or(IBitmap) - Method in class com.qfs.bitmap.impl.QFSBitmap
 
or(IBitmap, IBitmap) - Method in interface com.qfs.bitmap.IBitmap
Performs a logical OR operation between two bitmaps.
or(IBitmap, IBitmap) - Method in class com.qfs.bitmap.impl.Bitmap
 
or(IBitmap, IBitmap) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
or(IBitmap, IBitmap) - Method in class com.qfs.bitmap.impl.QFSBitmap
 
or(ChunkedBitmap) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
Applies a logical OR operation to this bitmap and the given other bitmap.
or(ICondition...) - Static method in class com.qfs.condition.impl.BaseConditions
Creates a single condition that is the logical disjunction of the given conditions.
or(ICachingBitmapSupplier<T>, ICachingBitmapSupplier<T>) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedFilterCompiler
 
or(ICondition, ICondition) - Method in class com.activeviam.copper.agg.ConditionPerLevelExtractor
 
or(ICondition, ICondition) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToPivotConditionFilterCompiler
 
or(ICondition, ICondition...) - Static method in class com.activeviam.builders.FactFilterConditions
Defines an OR condition.
or(IPair<FirstT, SecondT>, IPair<FirstT, SecondT>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.MergingFilterVisitor
 
or(String, String) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToStringFilterVisitor
 
or(Collection<? extends ICondition>) - Static method in class com.qfs.condition.impl.BaseConditions
Creates a single condition that is the logical disjunction of the given conditions.
or(Predicate<int[]>, Predicate<int[]>) - Method in class com.qfs.pivot.cube.provider.impl.IsPointGrantedFilterVisitor
 
or(List<? extends IBitmap>) - Method in interface com.qfs.bitmap.IBitmapIndex
Performs a logical OR between the bitmaps and return the result.
or(List<? extends IBitmap>) - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
or(List<? extends IBitmap>) - Method in class com.qfs.bitmap.impl.QFSBitmapIndex
 
or(List<? extends QFSBitmap>) - Static method in class com.qfs.bitmap.impl.FastLogicalQFSBitmap
Logical OR between multiple bitmaps at once.
or(List<ICachingBitmapSupplier<T>>) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedFilterCompiler
 
or(List<ICondition>) - Method in class com.activeviam.copper.agg.ConditionPerLevelExtractor
 
or(List<ICondition>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToPivotConditionFilterCompiler
 
or(List<IPair<FirstT, SecondT>>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.MergingFilterVisitor
 
or(List<String>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToStringFilterVisitor
 
or(List<Predicate<int[]>>) - Method in class com.qfs.pivot.cube.provider.impl.IsPointGrantedFilterVisitor
 
or(List<T>) - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.IDictionarizedFilterVisitor
Performs a logical OR between all given visit results.
or(List<T>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.DictionarizingFilterVisitor
 
or(List<T>) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.OptimizingSubCubeVisitor
 
or(List<T>) - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.ISubCubeVisitor
Performs a logical OR between all given visit results.
or(Map<String, Object>...) - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates a map representing a OR condition.
or(T, T) - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.IDictionarizedFilterVisitor
Performs a logical OR between the two given visit results.
or(T, T) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.DictionarizingFilterVisitor
 
or(T, T) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.OptimizingSubCubeVisitor
 
or(T, T) - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.ISubCubeVisitor
Performs a logical OR between the two given visit results.
Or - com.quartetfs.biz.xmla.constants.Keyword
 
OR - Static variable in interface com.quartetfs.fwk.filtering.ILogicalCondition
Plugin key for the OR logical operand.
OR - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
OR - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
OR - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
OR - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
or_relation() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
or_relation_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.or_relation_return
 
ORANGE - Static variable in class com.qfs.snl.kpis.impl.KpiUtil.RedOrangeGreen
Logical value associated to orange.
ORANGE - Static variable in interface com.qfs.snl.monitors.IMonitorReport.Statuses
 
OrCompiledCondition - Class in com.qfs.store.query.plan.condition.impl
OR logical condition, between two or more sub conditions.
OrCompiledCondition(ICompiledCondition[]) - Constructor for class com.qfs.store.query.plan.condition.impl.OrCompiledCondition
 
OrCompiledCondition.OrCompiledConditionInstance - Class in com.qfs.store.query.plan.condition.impl
 
OrCompiledConditionInstance(ICompiledConditionInstance[]) - Constructor for class com.qfs.store.query.plan.condition.impl.OrCompiledCondition.OrCompiledConditionInstance
 
OrCondition - Class in com.quartetfs.fwk.filtering.impl
Logical OR combination of other conditions.
OrCondition(ICondition[]) - Constructor for class com.quartetfs.fwk.filtering.impl.OrCondition
Constructor.
OrCondition(Collection<? extends ICondition>) - Constructor for class com.quartetfs.fwk.filtering.impl.OrCondition
Constructor.
OrConditionFactory - Class in com.qfs.store.service.impl
Compile condition for $or.
OrConditionFactory() - Constructor for class com.qfs.store.service.impl.OrConditionFactory
 
order(ISet, IOrder) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Returns a set ordered with the input order.
ORDER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
orderAsc(String) - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Orders results by one single field of the root element, in ascending order.
orderBy(CopperHierarchy) - Static method in interface com.activeviam.copper.api.Window
Specifies the ordering within each partition.
orderBy(String) - Static method in interface com.activeviam.copper.api.Window
Deprecated, for removal: This API element is subject to removal in a future version.
orderDesc(String) - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Orders results by one single field of the root element, in descending order.
ordered - Variable in class com.activeviam.copper.measure.window.WindowBuilder
Whether the aggregates within this window must be ordered (Window.orderBy(CopperHierarchy)), or not (Window.siblings(CopperHierarchy)).
Ordered - com.quartetfs.biz.xmla.constants.Keyword
 
ORDERED - com.quartetfs.pivot.mdx.ExecutionFlag
Flag that must be set to false when the order does not need to be conserved.
ORDERED_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.AnalyticFunctionPostProcessor
Defines whether the aggregates within the window must be ordered (true) or not (false).
OrderedSet - Class in com.quartetfs.pivot.mdx.eval.set.impl
An ordered set, sorted using the policy provided by an IOrder.
OrderedSet.InterruptCheckOrder - Class in com.quartetfs.pivot.mdx.eval.set.impl
An orderer that wraps another one and adds interruption checks to prevent expensive calls (like Arrays.sort) to ignore timeouts.
OrderFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
OrderFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.OrderFunction
Constructor.
ordinal - Variable in class com.qfs.pivot.builder.cellset.impl.CellDataBuilder
The ordinal of the cell.
ordinal - Variable in class com.qfs.pivot.json.cellset.CellData
The ordinal of the cell.
ordinal(int) - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo.DimensionInfoBuilder
 
ordinal(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo.HierarchyInfoBuilder
 
ordinal(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.LevelInfoBuilder
 
Ordinal - com.quartetfs.biz.xmla.constants.Keyword
 
ORDINAL - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
ORDINAL_POSITION - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
OrdinalFunction - Class in com.quartetfs.pivot.mdx.func.impl
Ordinal function.
OrdinalFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.OrdinalFunction
 
ORFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.BooleanOperatorFunctions.ORFunction
 
ORG_UNIT - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
OrganizationTitle - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
origin - Variable in class com.qfs.pivot.testing.impl.MdxResultCellSet
Origin of the result.
ORIGIN - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
OriginalPartitionIdsRetriever(HierarchicalPartitioning, int[], int[], int[]) - Constructor for class com.qfs.store.part.impl.PartitioningNodeWalkers.OriginalPartitionIdsRetriever
Constructor.
OriginalPartitionRetrieverFactory(int) - Constructor for class com.qfs.store.part.impl.APartitioningVisitorFactory.OriginalPartitionRetrieverFactory
Constructor.
orOperation(Pattern...) - Method in class com.quartetfs.biz.pivot.formula.impl.Formula
Or operation among a series of patterns.
OS - com.qfs.platform.solaris.lgrp_view
When the view is LGRP_VIEW_OS, the snapshot contains what is available to the operating system.
Other - com.quartetfs.pivot.mdx.statement.FunctionCategory
 
OUTER - com.activeviam.database.commons.api.schema.JoinType
 
OuterReferencePolicy(boolean, Collection<String>) - Constructor for class com.qfs.store.query.condition.impl.RecordQuery.OuterReferencePolicy
Constructor.
output(SerializableFunction<IArrayReader, ?>, int) - Method in interface com.activeviam.copper.api.CopperUserDefinedAggregateFunctionBuilder.CopperUserDefinedAggregateFunctionBuilderToTerminate
Specifies the output type of the aggregated measure, as well as the function to compute the final results from the aggregation buffers.
output(SerializableFunction<IArrayReader, ?>, int) - Method in interface com.activeviam.copper.api.CopperUserDefinedAggregateFunctionOnMeasuresBuilder.CopperUserDefinedAggregateFunctionOnMeasuresBuilderToTerminate
Specifies the output type of the aggregated measure, as well as the function to compute the final results from the aggregation buffers.
output(SerializableFunction<IArrayReader, ?>, int) - Method in class com.activeviam.copper.builders.agg.AInternalCopperUserDefinedAggregateFunctionBuilderToTerminate
 
output(SerializableFunction<IArrayReader, ?>, int) - Method in class com.activeviam.copper.builders.agg.InternalCopperUdafOnMeasuresBuilderToTerminate
 
OUTPUT_TYPE - Static variable in class com.activeviam.pivot.postprocessing.impl.AAdvancedPostProcessor
The property used to declare the type of the results created by this post-processor.
outputAsDouble(SerializableToDoubleFunction<IArrayReader>) - Method in interface com.activeviam.copper.api.CopperUserDefinedAggregateFunctionBuilder.CopperUserDefinedAggregateFunctionBuilderToTerminate
Specifies function to compute the final double results from the aggregation buffers.
outputAsDouble(SerializableToDoubleFunction<IArrayReader>) - Method in interface com.activeviam.copper.api.CopperUserDefinedAggregateFunctionOnMeasuresBuilder.CopperUserDefinedAggregateFunctionOnMeasuresBuilderToTerminate
Specifies function to compute the final double results from the aggregation buffers.
outputAsDouble(SerializableToDoubleFunction<IArrayReader>) - Method in class com.activeviam.copper.builders.agg.AInternalCopperUserDefinedAggregateFunctionBuilderToTerminate
 
outputAsDouble(SerializableToDoubleFunction<IArrayReader>) - Method in class com.activeviam.copper.builders.agg.InternalCopperUdafOnMeasuresBuilderToTerminate
 
outputFromBuffer(int) - Method in interface com.activeviam.copper.api.CopperUserDefinedAggregateFunctionBuilder.CopperUserDefinedAggregateFunctionBuilderToTerminate
Specifies that the final result of the UDAF is located at the given position in the aggregation buffer.
outputFromBuffer(int) - Method in interface com.activeviam.copper.api.CopperUserDefinedAggregateFunctionOnMeasuresBuilder.CopperUserDefinedAggregateFunctionOnMeasuresBuilderToTerminate
Specifies that the final result of the UDAF is located at the given position in the aggregation buffer.
outputFromBuffer(int) - Method in class com.activeviam.copper.builders.agg.AInternalCopperUserDefinedAggregateFunctionBuilderToTerminate
 
outputFromBuffer(int) - Method in class com.activeviam.copper.builders.agg.InternalCopperUdafOnMeasuresBuilderToTerminate
 
over(Window) - Method in interface com.activeviam.copper.api.CopperMeasureOver
Defines the window over which the analytic function will operate.
over(Window) - Method in class com.activeviam.copper.measure.window.FirstLastMeasureBuilder
 
over(Window) - Method in class com.activeviam.copper.measure.window.LeadLagMeasureBuilder
 
over(Window) - Method in class com.activeviam.copper.measure.window.WindowReduceMeasureBuilder
 
OverflowException - Exception in com.qfs.msg.csv.impl
An overflow exception that happens when too many watch events happened before being processed.
OverflowException(String) - Constructor for exception com.qfs.msg.csv.impl.OverflowException
Constructor.
OverflowException(String, Throwable) - Constructor for exception com.qfs.msg.csv.impl.OverflowException
Constructor.
overrideDimensionVisibility(String, boolean) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanOverrideDimensionVisibilities
Overrides the visibility for a dimension with the given value.
overrideDimensionVisibility(String, boolean) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
overrideHierarchyVisibility(String, String, boolean) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanOverrideHierarchyVisibilities
Overrides the visibility for a hierarchy with the given value.
overrideHierarchyVisibility(String, String, boolean) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
overwrite() - Method in class com.qfs.content.rest.impl.RestBulkApiJsonParams.PutJsonParam
Returns whether the operation should overwrite existing entry.
overwrite() - Method in class com.qfs.content.rest.impl.RestContentJsonParams.ImportSubtreeJsonParam
Returns whether conflicting entries in the content service should be overwritten.
overwrite() - Method in class com.qfs.content.rest.impl.RestContentJsonParams.PutFileJsonParam
Returns whether should overwrite.
ownerUpdated(IRecordReader, int) - Method in interface com.qfs.store.ref.IConcreteReferenceTransaction
Tells the reference to update its storage because a row has changed in the owner store (the store that owns the reference).
ownerUpdated(IRecordReader, int) - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
 

P

p(IMdxResult) - Static method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
 
p(String, IActivePivotManager) - Static method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
Print with details the result of the Mdx statement.
pack(int, int) - Static method in class com.qfs.index.impl.Bits
Packs two integers in a long.
PACKAGE_NAME - Static variable in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
Package name used when creating MBean.
PACKAGE_SCAN_ERROR - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
PackedIntDictionary - Class in com.qfs.dic.impl
A specialization of the LongDictionary when the stored longs represent two packed integers.
PackedIntDictionary() - Constructor for class com.qfs.dic.impl.PackedIntDictionary
Build a dictionary with default initial capacity and default load factor.
PackedIntDictionary(int) - Constructor for class com.qfs.dic.impl.PackedIntDictionary
Constructs an empty dictionary with the specified initial capacity.
paddingLeft() - Method in interface com.qfs.util.ui.ICell
Gets the number of blank spaces before starting to print the content in text mode.
paddingLeft() - Method in class com.qfs.util.ui.impl.CenteredCell
 
paddingLeft() - Method in class com.qfs.util.ui.impl.LeftPaddedCell
 
paddingLeft() - Method in class com.qfs.util.ui.impl.RightPaddedCell
 
PAGE_PARAM - Static variable in interface com.qfs.service.store.IDatabaseRestService
REST query parameter configuring the page of result to see.
PAGE_SIZE - Static variable in interface com.qfs.chunk.INativeMemoryAllocator
Deprecated.
The native page size.
PAGE_SIZE_PARAM - Static variable in interface com.qfs.service.store.IDatabaseRestService
REST query parameter configuring the number of results per page.
Pages - com.quartetfs.biz.xmla.constants.Keyword
 
PAGES - com.quartetfs.pivot.mdx.statement.IAxisName.Default
3rd axis.
PAGES - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
PAGES - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
PAGES - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
PAGES - Static variable in interface com.quartetfs.pivot.mdx.statement.IAxisName
Name for the Page axis.
pageSize() - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Report the size in bytes of a static final memory page (whatever that is).
Pair<L,​R> - Class in com.quartetfs.fwk.impl
Pair implementation.
Pair() - Constructor for class com.quartetfs.fwk.impl.Pair
Empty constructor.
Pair(L, R) - Constructor for class com.quartetfs.fwk.impl.Pair
Constructor.
PairDictionary<LeftT,​RightT,​PairT> - Class in com.qfs.dic.impl
A dictionary that stores pairs of Objects.
Pairs - Class in com.quartetfs.fwk.impl
Utility class for lists of IPair.
Pairs() - Constructor for class com.quartetfs.fwk.impl.Pairs
 
PARALLEL_PERIOD - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
ParallelPeriod - com.quartetfs.biz.xmla.constants.Keyword
 
ParallelPeriodFunction - Class in com.quartetfs.pivot.mdx.func.impl
Implementation of the ParallelPeriod MDX function.
ParallelPeriodFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ParallelPeriodFunction
 
ParallelRehash - Class in com.qfs.dic.impl
A bounded task that implements the parallel rehash of a hash table into another hash table.
Hash tables must have a length that is a power of 2.
The size of the original hash table must at least be MINIMAL_BLOCK_SIZE or the algorithm will produce inconsistent results.
parallelStream() - Method in class com.qfs.util.impl.FilteredList
Deprecated.
 
ParallelTransactionOperations - Class in com.qfs.plan.impl.operations
A transaction operation that executes an underlying collection of operations in parallel.
ParallelTransactionOperations(String, Collection<? extends ITransactionOperation>) - Constructor for class com.qfs.plan.impl.operations.ParallelTransactionOperations
Constructor.
PARAM_CORS_ALLOWED_HEADERS - Static variable in class com.qfs.security.impl.SpringCorsFilter
Key to retrieve allowed headers from FilterConfig.
PARAM_CORS_ALLOWED_METHODS - Static variable in class com.qfs.security.impl.SpringCorsFilter
Key to retrieve allowed methods from FilterConfig.
PARAM_CORS_ALLOWED_ORIGINS - Static variable in class com.qfs.security.impl.SpringCorsFilter
Key to retrieve allowed origins from FilterConfig.
PARAM_CORS_EXPOSED_HEADERS - Static variable in class com.qfs.security.impl.SpringCorsFilter
Key to retrieve exposed headers from FilterConfig.
PARAM_CORS_PREFLIGHT_MAXAGE - Static variable in class com.qfs.security.impl.SpringCorsFilter
Key to retrieve preflight max age from FilterConfig.
PARAM_CORS_REQUEST_DECORATE - Static variable in class com.qfs.security.impl.SpringCorsFilter
Key to determine if request should be decorated.
PARAM_CORS_SUPPORT_CREDENTIALS - Static variable in class com.qfs.security.impl.SpringCorsFilter
Key to retrieve support credentials from FilterConfig.
PARAM_DEFAULT_VALUE - Static variable in class com.qfs.repository.impl.LookUpPostProcessor
Key for MDX compilation referring to optional default value.
PARAM_IGNORED_VALUE - Static variable in class com.qfs.rest.services.RestServiceUtils
The value of a query parameter indicating that this parameter should be ignored.
PARAM_IMPORT - Static variable in class com.qfs.content.rest.impl.RestContentServerController
The name of the query parameter indicating that the POST call is an import operation.
PARAM_INCLUDE_CONTENT - Static variable in class com.qfs.content.rest.impl.ARestContentServer
The name of the query parameter specifying whether to include the content of the entries in the response.
PARAM_MOVE - Static variable in class com.qfs.content.rest.impl.RestContentServerController
The name of the query parameter indicating that the POST call is a move operation.
PARAM_PARAMETER_ID - Static variable in class com.qfs.repository.impl.LookUpPostProcessor
Key for MDX compilation referring to parameter id.
PARAM_PATH - Static variable in class com.qfs.content.rest.impl.RestContentServerController
The name of the "path" query parameter.
PARAM_PERMISSIONS - Static variable in class com.qfs.content.rest.impl.RestContentServerController
The name of the "permissions" query parameter.
PARAM_RECURSIVE - Static variable in class com.qfs.content.rest.impl.RestContentServerController
The name of the "recursive" query parameter.
PARAM_THROW_NOT_FOUND - Static variable in class com.qfs.content.rest.impl.RestBulkApiServerController
The name of the query parameter indicating behavior when NotFound exception is encountered.
Parameter - Class in com.qfs.repository.params.impl
Represent a parameter.
Parameter(String, List<? extends IPointValue>) - Constructor for class com.qfs.repository.params.impl.Parameter
Constructor.
PARAMETER - Static variable in interface com.qfs.snl.workflows.IWorkflowPayload.Variables
String: The name of the parameter.
PARAMETER - Static variable in interface com.qfs.snl.workflows.IWorkflowService.WorkflowEntities
Entity type for parameter workflows.
PARAMETER_LIST - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
PARAMETER_UPDATE - Static variable in interface com.qfs.snl.workflows.IWorkflowPayload.Variables
The name of the point values changes.
ParameterDto - Class in com.qfs.repository.dto
Represent a parameter with all its current point values.
ParameterDto() - Constructor for class com.qfs.repository.dto.ParameterDto
Default Constructor.
ParameterDto(IParameter) - Constructor for class com.qfs.repository.dto.ParameterDto
Copy constructor.
ParameterDto(String, List<PointValueDto>) - Constructor for class com.qfs.repository.dto.ParameterDto
Constructor.
ParameterEvent - Class in com.qfs.repository.impl
Default implementation of IParameterEvent.
ParameterEvent(Map<String, Set<String>>, Map<String, Set<Object[]>>, IEpoch) - Constructor for class com.qfs.repository.impl.ParameterEvent
Constructor.
ParameterNameProcessExecutor - Class in com.qfs.snl.workflows.process.impl
Implementation of executor for parameter name.
ParameterNameProcessExecutor(IWorkflowService) - Constructor for class com.qfs.snl.workflows.process.impl.ParameterNameProcessExecutor
Constructor.
ParameterNameProcessExecutorExtendedPlugin() - Constructor for class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins.ParameterNameProcessExecutorExtendedPlugin
Default constructor.
ParameterProcessExecutor - Class in com.qfs.snl.workflows.process.impl
Implementation of executor for parameters.
ParameterProcessExecutor(IWorkflowService) - Constructor for class com.qfs.snl.workflows.process.impl.ParameterProcessExecutor
Constructor.
ParameterProcessExecutorExtendedPlugin() - Constructor for class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins.ParameterProcessExecutorExtendedPlugin
Default constructor.
PARAMETERS_CLOSING_SEPARATOR - Static variable in interface com.quartetfs.biz.pivot.formula.IOperand
The PARAMETERS_CLOSING_SEPARATOR.
PARAMETERS_CLOSING_SEPARATOR_REGEX - Static variable in interface com.quartetfs.biz.pivot.formula.IOperand
The PARAMETERS_CLOSING_SEPARATOR_REGEX.
PARAMETERS_OPENING_SEPARATOR - Static variable in interface com.quartetfs.biz.pivot.formula.IOperand
The PARAMETERS_OPENING_SEPARATOR.
PARAMETERS_OPENING_SEPARATOR_REGEX - Static variable in interface com.quartetfs.biz.pivot.formula.IOperand
The PARAMETERS_OPENING_SEPARATOR_REGEX.
PARAMETERS_SEPARATOR - Static variable in interface com.quartetfs.biz.pivot.formula.IOperand
The PARAMETERS_SEPARATOR.
parameterStoreChannelFactory() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] Factory to provide point values channels.
parameterStoreConfiguration() - Method in interface com.qfs.repository.config.impl.IParameterAwareDatastoreSchemaDescriptionConfig
Defines the configuration object used by the store dedicated to points values.
ParameterStoreConfiguration - Class in com.qfs.repository.impl
Default implementation of IParameterStoreConfiguration.
ParameterStoreConfiguration() - Constructor for class com.qfs.repository.impl.ParameterStoreConfiguration
Empty Constructor.
ParameterStoreSchemaPostProcessor - Class in com.qfs.repository.config.impl
Custom IDatastoreSchemaDescriptionPostProcessor automatically adding the parameter store used to cache parameters' point values to the Datastore.
ParameterStoreSchemaPostProcessor(IParameterAwareDatastoreSchemaDescriptionConfig) - Constructor for class com.qfs.repository.config.impl.ParameterStoreSchemaPostProcessor
Constructor.
ParameterStoreStream - Class in com.qfs.repository.mdx.impl
Default implementation of IParameterStream.
ParameterStoreStream(String, IDatastoreRepositoryCache) - Constructor for class com.qfs.repository.mdx.impl.ParameterStoreStream
Constructor.
parameterTopic() - Method in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
The WS topic for parameter updates.
ParameterTopic - Class in com.qfs.repository.ws.impl
Topic dedicated to parameters feed.
ParameterTopic(IParameterWsService) - Constructor for class com.qfs.repository.ws.impl.ParameterTopic
Constructor.
ParameterUpdate<ExistingT,​NewT> - Class in com.qfs.repository.params.impl
Basic implementation of an parameter update.
ParameterUpdate(IParameterUpdate<ExistingT, NewT>) - Constructor for class com.qfs.repository.params.impl.ParameterUpdate
Copy constructor.
ParameterUpdate(String) - Constructor for class com.qfs.repository.params.impl.ParameterUpdate
Constructor for an empty parameter update.
ParameterUpdate(String, List<NewT>, List<? extends IUpdateRequest<ExistingT, NewT>>, List<ExistingT>) - Constructor for class com.qfs.repository.params.impl.ParameterUpdate
Full constructor.
ParameterUpdateBuilder<ExistingT,​NewT> - Class in com.qfs.repository.params.impl
Default implementation of a builder for parameter change definition.
ParameterUpdateBuilder(String) - Constructor for class com.qfs.repository.params.impl.ParameterUpdateBuilder
Constructor.
ParameterUpdateDto<ExistingT,​NewT> - Class in com.qfs.repository.dto
DTO holding all the updates requests for a given parameter.
ParameterUpdateDto() - Constructor for class com.qfs.repository.dto.ParameterUpdateDto
Default Constructor.
ParameterUpdateDto(String, List<NewT>, List<UpdateRequestDto<ExistingT, NewT>>, List<ExistingT>) - Constructor for class com.qfs.repository.dto.ParameterUpdateDto
Constructor.
ParameterWsConfigurationDto - Class in com.qfs.repository.ws
Configuration objects use by IParameterWsService to register web sockets.
ParameterWsConfigurationDto() - Constructor for class com.qfs.repository.ws.ParameterWsConfigurationDto
Empty constructor.
ParameterWsConfigurationDto(boolean, ParameterWsConfigurationDto.ParameterFetchingMode, Set<String>) - Constructor for class com.qfs.repository.ws.ParameterWsConfigurationDto
Constructor.
ParameterWsConfigurationDto.ParameterFetchingMode - Enum in com.qfs.repository.ws
Fetching mode for parameters.
parameterWsService() - Method in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
The web service for parameters updates.
ParameterWsService - Class in com.qfs.repository.ws.impl
Default implementation of IParameterWsService.
ParameterWsService(IRepositoryService) - Constructor for class com.qfs.repository.ws.impl.ParameterWsService
Constructor.
params() - Method in annotation type com.qfs.jmx.JmxOperation
Gets the list of parameter names to provide to the method.
paramToBoolean(String) - Static method in class com.qfs.rest.services.RestServiceUtils
Reads the value of an HTTP query parameter and returns a true or false value.
PAREN - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
ParenFunctionMatcher(ICompilationVisitor<ICompilationArguments<IExpression>, ?>[]) - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ParenFunctionMatcher
Constructor.
PARENS_FUN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
PARENS_FUN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
PARENS_FUN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
parent - Variable in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
The coordinate of the hierarchy containing this level.
parent - Variable in class com.activeviam.copper.LevelIdentifier
The identifier of the hierarchy containing this level.
parent - Variable in class com.qfs.msg.csv.impl.ChannelTask
Parent file task.
parent - Variable in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.GlobalEntitlementBuilder
The parent builder.
parent - Variable in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
The parent builder.
Parent - com.quartetfs.biz.xmla.constants.Keyword
 
PARENT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
PARENT_BRANCH - Static variable in interface com.qfs.store.transaction.ITransactionManager
Property used to specify on which branch a new branch must be started.
PARENT_COUNT - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
PARENT_COUNT - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
PARENT_COUNT - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
PARENT_COUNT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
PARENT_HIERARCHIES - Static variable in class com.activeviam.copper.pivot.pp.DrillupPostProcessor
The dimensions on which we shift the locations up to take the parent value.
PARENT_HIERARCHIES - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.ParentValuePostProcessor
The dimensions on which we shift the location to take the parent value.
PARENT_IS_NOT_A_DIRECTORY - Static variable in class com.qfs.content.service.impl.ContentServiceMessages
Message.
PARENT_KPI - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the name of the parent KPI.
Parent_Level - com.quartetfs.biz.xmla.constants.Keyword
 
PARENT_LEVEL - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
PARENT_LEVEL - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
PARENT_LEVEL - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
PARENT_LEVEL - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
Parent_Unique_Name - com.quartetfs.biz.xmla.constants.Keyword
 
PARENT_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
PARENT_UNIQUE_NAME - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
PARENT_UNIQUE_NAME - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties
 
PARENT_UNIQUE_NAME - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
parentBranchMapping(Collection<? extends IHeadInfo<? extends IVersion>>) - Static method in class com.quartetfs.pivot.mdx.epoch.impl.MdxEpochManager
Create a map whose values are branch names and values the names of their parents.
parentCoordinatesOnHierarchy(ILocation, int) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Computes the parent coordinates of a given childLocation on a given hierarchy.
ParentCountFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersPropertyFunctions.ParentCountFunction
Constructor.
ParentCountProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.ParentCountProperty
 
ParentFunction - Class in com.quartetfs.pivot.mdx.func.impl
Parent function.
ParentFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ParentFunction
 
Parentheses - com.quartetfs.pivot.mdx.statement.Syntax
Parentheses style e.g.
ParenthesesFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
ParenthesesFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ParenthesesFunction
Constructor.
ParentLevelFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersPropertyFunctions.ParentLevelFunction
Constructor.
ParentLevelProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.ParentLevelProperty
 
parentLocation(ILocation, int) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Builds the parent location of a given childLocation and hierarchy.
parentLocation(ILocation, int[]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Builds the parentLocation of a given childLocation and set of hierarchies.
parentLocation(ILocation, IHierarchyInfo) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Builds the parent location of a given childLocation and hierarchy.
parentParamAwareForEach(TriFunction<String, E, U, U>, String, U) - Method in interface com.qfs.content.service.IContentTree
Applies the input TriFunction to each node (entry) in the tree.
parentParamAwareForEach(TriFunction<String, E, U, U>, String, U) - Method in class com.qfs.content.service.impl.ContentTree
 
ParentPrefetcher - Class in com.quartetfs.biz.pivot.postprocessing.impl
Prefetch the parent location of the target locations, with respect to the chosen reference hierarchy.
ParentPrefetcher(IMeasuresProvider, Set<String>, IHierarchyInfo) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.ParentPrefetcher
Constructor.
ParentPrefetcher(IActivePivot, IMeasuresProvider, Set<String>, String) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.ParentPrefetcher
Constructor.
ParentReferenceAggregateProviderDefinitionBuilder<DescriptionT> - Class in com.activeviam.builders
 
ParentReferenceAggregateProviderDefinitionBuilder(SimpleCubeDescriptionBuilder<DescriptionT>, String, ImmutableList<IPartialProviderDefinition>, ImmutableMap<String, Object>, PartitioningDescriptionBuilder, String) - Constructor for class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
Constructor.
ParentReferenceAggregatesCacheDefinitionBuilder<DescriptionT> - Class in com.activeviam.builders
Implementation keeping a reference to the parent builder.
ParentReferenceAggregatesCacheDefinitionBuilder(SimpleCubeDescriptionBuilder<DescriptionT>) - Constructor for class com.activeviam.builders.ParentReferenceAggregatesCacheDefinitionBuilder
 
ParentReferenceApplicationDescriptionBuilder - Class in com.activeviam.builders.distributed
Simple implementation keeping a reference to the parent builder.
ParentReferenceApplicationDescriptionBuilder(DelegatingQueryClusterDescriptionBuilder, String) - Constructor for class com.activeviam.builders.distributed.ParentReferenceApplicationDescriptionBuilder
Constructor.
ParentReferenceDataCubeDescriptionBuilder - Class in com.activeviam.builders.distributed
Data cube builder delegating all its calls to a SimpleCubeDescriptionBuilder.
ParentReferenceDataCubeDescriptionBuilder(SimpleCubeDescriptionBuilder<IActivePivotInstanceDescription>) - Constructor for class com.activeviam.builders.distributed.ParentReferenceDataCubeDescriptionBuilder
Constructor.
parentUniqueName(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Returns the parent's unique name of a member.
ParentUniqueNameFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.MembersPropertyFunctions.ParentUniqueNameFunction
Constructor.
ParentUniqueNameProperty() - Constructor for class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.ParentUniqueNameProperty
 
parentValueOn(CopperHierarchy) - Method in interface com.activeviam.copper.api.CopperMeasure
Creates a Copper measure which returns the value of its underlying measure for the parent member on the given hierarchy.
parentValueOn(CopperHierarchy, int) - Method in interface com.activeviam.copper.api.CopperMeasure
Creates a Copper measure which returns the value of its underlying measure for the parent member on the given hierarchy.
parentValueOn(CopperHierarchy, int) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
parentValueOn(CopperHierarchy, int) - Method in class com.activeviam.copper.measure.DrillupMeasure
 
ParentValuePostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
Parent value post processor.
ParentValuePostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.ParentValuePostProcessor
Constructor.
park(boolean, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Block current thread, returning when either: a balancing unpark occurs a balancing unpark has already occurred the thread is interrupted if not absolute and time is not zero, the given time nanoseconds have elapsed if absolute, the given deadline in milliseconds since Epoch has passed spuriously (i.e., returning for no "reason")
parse() - Method in class com.qfs.store.query.plan.condition.impl.ConditionParser
Parses the condition if it has not already been parsed.
parse() - Method in interface com.quartetfs.pivot.mdx.IExecutorStatementParser
Build the select statement if needed.
parse() - Method in class com.quartetfs.pivot.mdx.impl.ADrillthroughExecutor
 
parse() - Method in class com.quartetfs.pivot.mdx.impl.ASelectStatementExecutor
First step of the Mdx query execution: build a tree from the mdx string.
parse() - Method in class com.quartetfs.pivot.mdx.impl.BasicCreateExecutor
 
parse() - Method in class com.quartetfs.pivot.mdx.impl.BasicDropExecutor
 
parse(int, IParser<T>) - Method in interface com.qfs.msg.csv.ILineReader
Parse the field at column index into an object, using the provided parser.
parse(int, IParser<T>) - Method in class com.qfs.msg.csv.impl.LineReader
 
parse(IParserTask<I>, IParserResource, CsvParserReadingInfo) - Method in class com.qfs.msg.csv.impl.Parser
 
parse(IParserTask<I>, IParserResource, CsvParserReadingInfo) - Method in interface com.qfs.msg.csv.IParser
Parse resources to produce records.
parse(CharSequence) - Method in class com.qfs.store.service.impl.JsonFieldParser
 
parse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.ATemporalParser
 
parse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.AVectorParser
 
parse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.BooleanParser
 
parse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.DateParser
 
parse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.DoubleParser
 
parse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.FastLocalDateParser
 
parse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.FloatParser
 
parse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.IntParser
 
parse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.LongParser
 
parse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.ShortParser
 
parse(CharSequence) - Method in class com.quartetfs.fwk.format.impl.StringParser
 
parse(CharSequence) - Method in interface com.quartetfs.fwk.format.IParser
Parse the char sequence into an object.
parse(String) - Static method in class com.qfs.chunk.direct.allocator.impl.NativeMemoryAllocatorUtil
Parses a string parameter that represents a mapping between different amounts of memory.
parse(String) - Method in class com.qfs.pivot.mdx.compil.impl.AMdxCompilationPatternParser
Parse the given pattern and return the type.
parseAction(String) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint
Deprecated.
Parses the action from the message content, to detect how to parse the payload.
parseAndGetPivot() - Method in interface com.quartetfs.pivot.mdx.IExecutorStatementParser
Returns the multiversion pivot targeted by the query to be executed..
parseAndGetPivot() - Method in class com.quartetfs.pivot.mdx.impl.AExecutor
Sugar for IExecutorStatementParser.parse(), retrieving the IMultiVersionActivePivot targeted by the query.
parseBoolean(CharSequence) - Method in interface com.quartetfs.fwk.format.IBooleanParser
Parse the char sequence into a boolean primitive.
parseBoolean(CharSequence) - Method in class com.quartetfs.fwk.format.impl.BooleanParser
 
parseCreateStatement(String) - Static method in class com.quartetfs.pivot.mdx.parser.impl.MdxParsingUtils
Parse an create session statement.
ParsedCondition - Class in com.qfs.store.query.plan.condition.impl
parseDescription(String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
parseDouble(int) - Method in interface com.qfs.msg.csv.ILineReader
Parse the field at column index into a double.
parseDouble(int) - Method in class com.qfs.msg.csv.impl.LineReader
 
parseDouble(CharSequence) - Method in interface com.quartetfs.fwk.format.IDoubleParser
Parse the char sequence into a double primitive.
parseDouble(CharSequence) - Method in class com.quartetfs.fwk.format.impl.DoubleParser
 
parseDrillthrough(String) - Static method in class com.quartetfs.pivot.mdx.parser.impl.MdxParsingUtils
Parse an Drillthrough statement.
parseExpression(String) - Static method in class com.quartetfs.pivot.mdx.parser.impl.MdxParsingUtils
Parse a piece of statement (the parsing is case insensitive).
parseExpression(String, boolean) - Static method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
parseFileName(byte[]) - Static method in class com.qfs.util.tar.impl.TarHeader
Parse a file name from a header buffer.
parseFloat(int) - Method in interface com.qfs.msg.csv.ILineReader
Parse the field at column index into a float.
parseFloat(int) - Method in class com.qfs.msg.csv.impl.LineReader
 
parseFloat(CharSequence) - Method in interface com.quartetfs.fwk.format.IFloatParser
Parse the char sequence into a float primitive.
parseFloat(CharSequence) - Method in class com.quartetfs.fwk.format.impl.FloatParser
 
parseHierarchyDescription(String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
parseInt(CharSequence) - Method in interface com.quartetfs.fwk.format.IIntegerParser
Parse the char sequence into an int primitive.
parseInt(CharSequence) - Method in class com.quartetfs.fwk.format.impl.IntParser
 
parseInteger(int) - Method in interface com.qfs.msg.csv.ILineReader
Parse the field at column index into an integer.
parseInteger(int) - Method in class com.qfs.msg.csv.impl.LineReader
 
parseKey(String) - Method in class com.qfs.agg.impl.PercentileFunction
Deprecated.
 
parseKey(String) - Method in class com.qfs.literal.impl.ArrayVariableLiteralType
 
parseKey(String) - Method in class com.qfs.literal.impl.VariableLiteralType
 
parseKey(String) - Method in interface com.qfs.msg.IVariablePluginValue
Parses the given description to retrieve the corresponding plugin value.
parseKey(String) - Method in class com.quartetfs.fwk.format.impl.ATemporalParser
 
parseKey(String) - Method in class com.quartetfs.fwk.format.impl.AVectorParser
 
parseKey(String) - Method in class com.quartetfs.fwk.format.impl.DateParser
 
parseKey(String) - Method in class com.quartetfs.fwk.format.impl.FastLocalDateParser
 
parseKey(String) - Method in class com.quartetfs.fwk.format.impl.ObjectVectorParser
 
parseLevelDescription(String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
parseLocale(String) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
 
parseLong(int) - Method in interface com.qfs.msg.csv.ILineReader
Parse the field at column index into a long.
parseLong(int) - Method in class com.qfs.msg.csv.impl.LineReader
 
parseLong(CharSequence) - Method in interface com.quartetfs.fwk.format.ILongParser
Parse the char sequence into an long primitive.
parseLong(CharSequence) - Method in class com.quartetfs.fwk.format.impl.LongParser
 
parseMDX(String) - Static method in class com.quartetfs.pivot.mdx.parser.impl.MdxParsingUtils
Parse an mdx statement (it can be anything: drillthrough, select, create...
parseMdxDefinitionStatement(String) - Static method in class com.quartetfs.pivot.mdx.parser.impl.MdxParsingUtils
Parse an mdx statement which creates/updates/drops: Calculated member Named set KPI
parseMemorySetting(String) - Static method in class com.qfs.chunk.direct.allocator.impl.NativeMemoryAllocatorUtil
Parses string argument like: 32m or 32M 10g or 10G ...
parseName(byte[], int, int) - Static method in class com.qfs.util.tar.impl.TarHeader
Parse an entry name from a header buffer.
parseOctal(byte[], int, int) - Static method in class com.qfs.util.tar.impl.TarHeader
Parse an octal string from a header buffer.
parsePartitioning(String) - Static method in class com.qfs.store.part.impl.PartitioningParser
Generates a partitioning description on a store from a String.
parser - Variable in class com.qfs.msg.csv.impl.ChannelTask
Parser.
Parser - Class in com.qfs.msg.csv.impl
Component that parses a char buffer into records.
Parser() - Constructor for class com.qfs.msg.csv.impl.Parser
 
PARSER_TASK_CHANNEL_CLOSED - Static variable in class com.qfs.logging.MessagesCSV
The parsing of {0} stopped because channel is closed.
parseRangeDefinition(String, String, String) - Static method in class com.qfs.platform.share.PlatformHelper
Parses a String definition of a range into all of the possible values for it.
ParserContext<I> - Class in com.qfs.msg.csv.impl
Parser context that defines a homogeneous set of parsing operations, with scheduling entry points and completion awaiting.
ParserContext(ICSVSource<I>, ICSVParserConfiguration, ParserThreadPool, IMessageChannel<IFileInfo<I>, ILineReader>, boolean) - Constructor for class com.qfs.msg.csv.impl.ParserContext
Constructor.
ParserPlugin - Class in com.quartetfs.fwk.format.impl
Data type explicit plugin, loads a data type instance from a String representation of the data type.
ParserPlugin() - Constructor for class com.quartetfs.fwk.format.impl.ParserPlugin
Constructor.
ParserPlugin.LegacyIntegerVectorParser - Class in com.quartetfs.fwk.format.impl
Parser for vectors of Integers with the legacy plugin key.
ParserResource - Class in com.qfs.msg.csv.impl
The resources involved for a pass of parsing.
ParserResource() - Constructor for class com.qfs.msg.csv.impl.ParserResource
Default constructor with ParserResource.DEFAULT_BUFFER_SIZE.
ParserResource(int) - Constructor for class com.qfs.msg.csv.impl.ParserResource
Full constructor.
ParserResourceFactory - Class in com.qfs.msg.csv.impl
Factory creating parser resources.
ParserResourceFactory(int) - Constructor for class com.qfs.msg.csv.impl.ParserResourceFactory
Full constructor.
ParserResult<I> - Class in com.qfs.msg.csv.impl
The result of a parser task.
ParserResult(IFileInfo<I>, int, int, long, long, long) - Constructor for class com.qfs.msg.csv.impl.ParserResult
Constructor.
parseRSAPrivateKey(String) - Static method in class com.qfs.jwt.impl.JwtUtil
Parses a Base64 encoded string representing a private key.
parseRSAPublicKey(String) - Static method in class com.qfs.jwt.impl.JwtUtil
Parses a Base64 encoded string representing a public key.
ParserTask<I> - Class in com.qfs.msg.csv.impl
CSV Source parser task.
ParserTask(ChannelTask<I, ? extends IFileInfo<I>>) - Constructor for class com.qfs.msg.csv.impl.ParserTask
Constructor of the first parser task within a channel task.
ParserTask(ChannelTask<I, ? extends IFileInfo<I>>, long, FutureValue<ParserTaskInitialState>, byte[]) - Constructor for class com.qfs.msg.csv.impl.ParserTask
Constructor of a parser task that follows another parser task.
ParserTaskInitialState - Class in com.qfs.msg.csv.impl
Initial state of a parser task.
ParserTaskInitialState(long, char[]) - Constructor for class com.qfs.msg.csv.impl.ParserTaskInitialState
Constructor.
ParserThread - Class in com.qfs.msg.csv.impl
A parser thread that holds a byte buffer and a character buffer.
ParserThread(IParserResourceFactory) - Constructor for class com.qfs.msg.csv.impl.ParserThread
Constructor.
ParserThread(ThreadGroup, Runnable, String, IParserResourceFactory) - Constructor for class com.qfs.msg.csv.impl.ParserThread
Constructor.
ParserThreadFactory - Class in com.qfs.msg.csv.impl
Parser thread factory.
ParserThreadFactory(String, int) - Constructor for class com.qfs.msg.csv.impl.ParserThreadFactory
Constructor.
ParserThreadPool - Class in com.qfs.msg.csv.impl
Special thread pool for parsing CSV files.
ParserThreadPool(String, int, int) - Constructor for class com.qfs.msg.csv.impl.ParserThreadPool
Constructor.
parserThreads(int) - Method in class com.qfs.msg.csv.impl.CSVSourceConfiguration.CSVSourceConfigurationBuilder
Property that identifies the number of parser threads.
parseSelect(String) - Static method in class com.quartetfs.pivot.mdx.parser.impl.MdxParsingUtils
Parse an Mdx select statement.
parseShort(int) - Method in interface com.qfs.msg.csv.ILineReader
Parse the field at column index into a short.
parseShort(int) - Method in class com.qfs.msg.csv.impl.LineReader
 
parseShort(CharSequence) - Method in class com.quartetfs.fwk.format.impl.ShortParser
 
parseShort(CharSequence) - Method in interface com.quartetfs.fwk.format.IShortParser
Parse the char sequence into a short primitive.
parseStrOperand(IDatastoreSchemaVersion, String, String, String) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Parse a string operand in a query into an operand of the correct type for the field indicated by its path.
parseTarHeader(TarHeader, byte[]) - Method in class com.qfs.util.tar.impl.TarEntry
Parse an entry's TarHeader information from a header buffer.
parseUniqueName(String) - Static method in class com.quartetfs.pivot.mdx.parser.impl.MdxParsingUtils
Parse a string representing a unique name.
parseUniqueName(String) - Static method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
parseUpdateStatement(String) - Static method in class com.quartetfs.pivot.mdx.parser.impl.MdxParsingUtils
Parse an update session statement.
parseVersionsRanges(String) - Static method in interface com.qfs.multiversion.IEpoch
Parses a String representing epoch ranges, and returns an explicit array of epochs corresponding to the given ranges.
PARSING_REPORT_ENABLED - com.activeviam.properties.impl.ActiveViamProperty
Property configuring detailed report generation for data sources.
ParsingException - Exception in com.qfs.msg.csv.impl
A parsing exception in the csv file.
ParsingException(String, Throwable) - Constructor for exception com.qfs.msg.csv.impl.ParsingException
Constructor.
ParsingInfo - Class in com.qfs.msg.csv.impl
Information about the parsing operation for a given resource.
ParsingInfo(long, long, long, long, long, Instant, Duration, long, long, long, long, long, List<Throwable>) - Constructor for class com.qfs.msg.csv.impl.ParsingInfo
Constructor.
ParsingWorkload<I> - Class in com.qfs.msg.csv.impl
The implementation of the parsing workload.
ParsingWorkload() - Constructor for class com.qfs.msg.csv.impl.ParsingWorkload
Constructor.
ParsingWorkloadExecution<I> - Class in com.qfs.msg.csv.impl
The implementation of the parsing workload.
ParsingWorkloadExecution(CSVSource<I>, IParsingWorkload<I>) - Constructor for class com.qfs.msg.csv.impl.ParsingWorkloadExecution
Constructor.
part(String, Object) - Static method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.DateHelper
Returns part of the date like the hour or the weekday.
PARTIAL_PROVIDER_SELECTOR_PLUGIN_KEY_PROPERTY - Static variable in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderBase
The property to choose the IPartialProviderSelector.
PartialAggregateCollector - Class in com.qfs.pivot.cube.provider.multi.impl
Aggregate collector collecting aggregates for a partial provider.
PartialAggregateCollector(PartialAggregateProvider, IGlobalAggregateCollector) - Constructor for class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateCollector
Full constructor.
PartialAggregateProvider - Class in com.qfs.pivot.cube.provider.multi.impl
Implementation of an IPartialAggregateProvider.
PartialAggregateProvider(String, IHierarchicalMapping, IMultiVersionGlobalAggregateProvider, IPartialProviderDefinition.IPartialProviderFilters) - Constructor for class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
Constructor.
PartialAggregateProvider.PartialPrimitiveAggregatesRetrieval - Class in com.qfs.pivot.cube.provider.multi.impl
A APrimitiveAggregatesRetrieval specialized for retrieving values on a partial provider.
PartialAggregateProviderVersion - Class in com.qfs.pivot.cube.provider.multi.impl
A wrapper around a partial provider version that knows how to convert from global to partial locations.
PartialAggregateProviderVersion(IGlobalAggregateProviderVersion, PartialAggregateProvider) - Constructor for class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProviderVersion
Constructor.
partialBindAggregates(IAggregateStore) - Method in interface com.qfs.pivot.agg.IAggregateStore
Partially binds the given aggregate store, as source of data, with this aggregate store as destination.
partialBindAggregates(IAggregateStore) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
partialBindAggregates(IAggregateStore, boolean) - Method in interface com.qfs.pivot.agg.IAggregateStore
Partially binds the given aggregate store, as source of data, with this aggregate store as destination.
partialBindAggregates(IAggregateStore, boolean) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
partialBindAggregates(IAggregateStore, boolean) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
partialBindAggregates(IAggregateStore, boolean) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
partialBindAggregates(IAggregateStore, boolean) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
PartialCellSet<T extends ICellSet> - Class in com.quartetfs.biz.pivot.cellset.impl
 
PartialCellSet(T, IBitmap, Collection<String>) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
Creates a partial view of a parent cell set, only including the specified scopes and measures.
PartialEvent(AxisMemberDTO) - Constructor for class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
Constructor.
PartialExpandLocation - Class in com.qfs.pivot.cube.provider.multi.impl
A location based on a child location produced by a PartialAggregateProvider.
PartialExpandLocation(ILocation, int[]) - Constructor for class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocation
Constructor.
PartialExpandLocationWithParent - Class in com.qfs.pivot.cube.provider.multi.impl
A location based on a child location produced by a PartialAggregateProvider and its parent scope.
PartialExpandLocationWithParent(ILocation, ILocation, int[]) - Constructor for class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocationWithParent
Constructor.
PartiallyKnownPartitioning - Class in com.qfs.store.part.impl
IPartitioning implementation that works when partially knowing the partitioning fields.
PartialPrimitiveAggregatesRetrieval(CancellableCountedCompleter<?>, String, IScopeLocation, IExecutionPlan, int, IHierarchicalMapping) - Constructor for class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider.PartialPrimitiveAggregatesRetrieval
Constructor.
PartialProviderDefinition - Class in com.quartetfs.biz.pivot.definitions.impl
Definition of a partial aggregate provider.
PartialProviderDefinition() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
Default constructor.
PartialProviderDefinition(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
Constructor.
PartialProviderDefinition(String, String, Map<String, Map<String, String>>, Collection<String>, IPartialProviderDefinition.IPartialProviderFilters, Properties, IPartitioningDescription, String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
Full constructor.
PartialProviderFilters - Class in com.quartetfs.biz.pivot.definitions.impl
Record representing filters on Partial Aggregate Providers.
partialProviderName(String) - Method in class com.qfs.pivot.json.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval measure provider.
PartialProviderRetrievalInfo - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Retrieval information for retrievals on a PartialAggregateProvider.
PartialProviderRetrievalInfo(int, String, IAggregatesRetrieval, int, int[], Map<IRetrievalInfo.TimingDescription, long[]>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PartialProviderRetrievalInfo
Constructor.
PartialProviderRetrievalInfo(int, String, IAggregatesRetrieval, int, Map<IRetrievalInfo.TimingDescription, long[]>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PartialProviderRetrievalInfo
Constructor.
partialProviders(Set<String>) - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData.QuerySummaryDataBuilder
The used partial providers.
PartialProviderSelector - Class in com.qfs.pivot.cube.provider.multi.impl
Core implementation of a IPartialProviderSelector.
PartialProviderSelector() - Constructor for class com.qfs.pivot.cube.provider.multi.impl.PartialProviderSelector
 
PartialProviderSelectorExtendedPlugin - Class in com.qfs.pivot.cube.provider.multi.impl
Base class that registers Quartet's vanilla implementations of an IPartialProviderSelector.
PartialProviderSelectorExtendedPlugin() - Constructor for class com.qfs.pivot.cube.provider.multi.impl.PartialProviderSelectorExtendedPlugin
Constructor.
PARTITION - Static variable in interface com.activeviam.monitoring.export.IDatastoreMetricExporter
 
PARTITION_LEVELS_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.AnalyticFunctionPostProcessor
The level corresponding to the level indicated in Window.partitionBy(CopperLevel).
partitionBy(CopperLevel) - Method in interface com.activeviam.copper.api.Window
Specifies the level whose values will be used to break up the window into separated smaller windows (partitions) over which the analytic function is independently evaluated.
partitionBy(CopperLevel) - Method in class com.activeviam.copper.measure.window.WindowBuilder
 
partitionBy(CopperLevel) - Method in class com.activeviam.copper.measure.window.WindowSiblingBuilder
 
partitionByLevelProvider - Variable in class com.activeviam.copper.measure.window.WindowBuilder
A Function to build an ICopperFunction from a IInternalCopperContext that computes the partitionBy levels.
PartitionByParentProvider(HierarchyIdentifier) - Constructor for class com.activeviam.copper.measure.window.WindowBuilder.PartitionByParentProvider
Constructor.
partitionContexts - Variable in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.IndexedPartitionedExecutionContext
The context of our partitions.
partitionContributions(IAggregatedContributionHolder) - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector
 
partitionContributions(IAggregatedContributionHolder) - Method in interface com.quartetfs.biz.pivot.cube.provider.IAdvancedPartitioned
 
partitionContributions(IGlobalContributionHolder) - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector
 
partitionContributions(IGlobalContributionHolder) - Method in interface com.quartetfs.biz.pivot.cube.provider.IAdvancedPartitioned
Find the partition to contribute the contributions to.
partitionDropped(int, int, List<int[]>, IRecordBlock<? extends IRecordReader>) - Method in interface com.qfs.store.selection.ICompositeSelectionListener
Notifies that a partition in the base store has been dropped.
partitionDropped(int, List<int[]>, IRecordBlock<? extends IRecordReader>) - Method in interface com.activeviam.database.api.query.IStreamListViewListener
Notifies that a partition in the base store has been dropped.
partitionDropped(int, List<int[]>, IRecordBlock<? extends IRecordReader>) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
partitionDropped(int, List<int[]>, IRecordBlock<? extends IRecordReader>) - Method in interface com.qfs.store.selection.ISelectionListener
Notifies that a partition in the base store has been dropped.
partitionDropped(int, List<int[]>, IRecordBlock<? extends IRecordReader>) - Method in class com.quartetfs.biz.pivot.postprocessing.streams.impl.AStoreStream
 
partitionDropped(int, List<int[]>, IRecordBlock<? extends IRecordReader>) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
 
partitionDroppedAsync(int, int, List<int[]>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in interface com.qfs.store.selection.IAsyncCompositeSelectionListener
Notifies that a partition in the base store has been dropped.
partitionDroppedAsync(int, int, List<int[]>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in interface com.qfs.store.selection.ICompositeSelectionListener
 
partitionDroppedAsync(int, int, List<int[]>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
partitionDroppedAsync(int, int, List<int[]>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.CatchUpListenerMultiBranch
 
partitionDroppedAsync(int, int, List<int[]>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
partitionDroppedAsync(int, int, List<int[]>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.DelegateCompositeSelectionListener
 
partitionDroppedAsync(int, int, List<int[]>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.FilteringCompositeSelectionListener
 
partitionDroppedAsync(int, int, List<int[]>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.SingleCompositeListener
 
partitionDroppedAsync(StreamingViewId, int, List<int[]>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
partitionDroppedAsync(StreamingViewId, int, List<int[]>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
partitionDroppedAsync(StreamingViewId, int, List<int[]>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
partitioner(Consumer<Collection<ILevelInfo>>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
partitioning(IPartitioning) - Method in class com.activeviam.database.api.query.ListQuery.ListQueryBuilder
 
partitioning(DatastoreStructure.LazyResource<IPartitioning>) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
partitioning(IPartitioningDescription) - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
partitioning(String) - Method in class com.qfs.pivot.json.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval partitioning.
PartitioningAwarePpDependencyKey(int, ICubeFilter, IPostProcessedMeasure, IMeasuresProvider, IPartitioningSnapshot) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PartitioningAwarePpNode.PartitioningAwarePpDependencyKey
Full constructor.
PartitioningAwarePpNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
A PpNode that includes its partitioning in its key.
PartitioningAwarePpNode(IScopeLocation, int, ICubeFilter, IPostProcessedMeasure, IPostProcessor, IMeasuresProvider, IPartitioningSnapshot, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PartitioningAwarePpNode
Full constructor.
PartitioningAwarePpNode(PpNode, IPartitioningSnapshot, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PartitioningAwarePpNode
Creates an instance from an existing PpNode and a partitioning.
PartitioningAwarePpNode.PartitioningAwarePpDependencyKey - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
PartitioningChecker - Class in com.activeviam.partition.test.impl
Class checking a partitioning to assert his definition.
PartitioningChecker(IPartitioningDescription) - Constructor for class com.activeviam.partition.test.impl.PartitioningChecker
Constructor.
PartitioningChecker(IPartitioningDescription, Map<String, Integer>) - Constructor for class com.activeviam.partition.test.impl.PartitioningChecker
 
partitioningCountByType(Map<String, Integer>) - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData.QuerySummaryDataBuilder
The number of partitioning by type.
partitioningDescription(IPartitioningDescription) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
PartitioningDescription - Class in com.qfs.store.part.impl
PartitioningDescription(List<String>, List<IPartitioningFunctionDescription>) - Constructor for class com.qfs.store.part.impl.PartitioningDescription
Fully-qualified constructor.
PartitioningDescriptionBuilder - Class in com.qfs.store.part.impl
PartitioningDescriptionBuilder() - Constructor for class com.qfs.store.part.impl.PartitioningDescriptionBuilder
Constructor.
PartitioningDescriptionBuilderParentConnection<R extends ICanPartition<?>> - Class in com.qfs.desc.impl
Gateway class between a parent builder and the builder of the partitioning.
PartitioningDescriptionBuilderParentConnection(Function<PartitioningDescriptionBuilder, PartitioningDescriptionBuilderParentConnection<R>>, Function<PartitioningDescriptionBuilder, R>, PartitioningDescriptionBuilder) - Constructor for class com.qfs.desc.impl.PartitioningDescriptionBuilderParentConnection
Constructor.
PartitioningFieldsRetriever() - Constructor for class com.qfs.store.part.impl.PartitioningNodeWalkers.PartitioningFieldsRetriever
 
PartitioningImplicationCheckerFactory(TIntIntMap) - Constructor for class com.qfs.store.part.impl.APartitioningVisitorFactory.PartitioningImplicationCheckerFactory
Constructor.
PartitioningManager - Class in com.quartetfs.biz.pivot.impl
Implementation of IPartitioningManager that records every created partitioning for reuse.
PartitioningManager() - Constructor for class com.quartetfs.biz.pivot.impl.PartitioningManager
Constructor without initial partitioning.
PartitioningManager(ConcurrentMap<IPartitioning, IPartitioning>) - Constructor for class com.quartetfs.biz.pivot.impl.PartitioningManager
Full constructor.
PartitioningNode - Class in com.qfs.store.part.impl
Define a node in a hierarchical partitioning.
PartitioningNode(int[], IntIntFunction[], TIntObjectMap<APartitioningNode>, IDictionary<Object>) - Constructor for class com.qfs.store.part.impl.PartitioningNode
Constructor.
PartitioningNode(int, IntIntFunction, TIntObjectMap<APartitioningNode>, IDictionary<Object>) - Constructor for class com.qfs.store.part.impl.PartitioningNode
Constructor.
PartitioningNodeDescription - Class in com.qfs.store.part.impl
Describe a partitioning node in the hierarchical partitioning.
PartitioningNodeDescription(List<String>, List<IPartitioningFunctionDescription>, Map<Object, PartitioningNodeDescription>) - Constructor for class com.qfs.store.part.impl.PartitioningNodeDescription
Constructor.
PartitioningNodeDescriptionBuilder<ParentT> - Class in com.qfs.store.part.impl
PartitioningNodeWalkers - Class in com.qfs.store.part.impl
Provides the walkers for a partitioning tree.
PartitioningNodeWalkers.APartitioningNodeWalker<T> - Class in com.qfs.store.part.impl
A walker to visits the partitioning nodes in a partitioning tree.
PartitioningNodeWalkers.CardinalityCalculator - Class in com.qfs.store.part.impl
Calculate the partitioning cardinality of the a partitioning node.
PartitioningNodeWalkers.MatchedPartitionIdsRetriever - Class in com.qfs.store.part.impl
Retrieve the id of the partitions that potentially contains the partial record where the value of some fields of the record is not known.
PartitioningNodeWalkers.OriginalPartitionIdsRetriever - Class in com.qfs.store.part.impl
Retrieve the id of the partitions that potentially contains the records of a partition defined in a reduced partitioning of a partitioning node.
PartitioningNodeWalkers.PartitioningFieldsRetriever - Class in com.qfs.store.part.impl
Retrieve all the partitioning fields used to define the partitioning rule of a node and its children (if any).
PartitioningNodeWithMultiFieldModulo - Class in com.qfs.store.part.impl
A partitioning node in the hierarchical partitioning, which has a multiple field modulo function in its default partitioning rule.
PartitioningNodeWithMultiFieldModulo(int[], IntIntFunction[], MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction, TIntObjectMap<APartitioningNode>, IDictionary<Object>, boolean) - Constructor for class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModulo
Constructor.
PartitioningNodeWithMultiFieldModuloDescription - Class in com.qfs.store.part.impl
Describes a partitioning node in the hierarchical partitioning, which has a multiple field modulo function in its default partitioning rule.
PartitioningNodeWithMultiFieldModuloDescription(PartitioningNodeWithMultiFieldModuloDescription) - Constructor for class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModuloDescription
Copy constructor.
PartitioningNodeWithMultiFieldModuloDescription(List<String>, List<IPartitioningFunctionDescription>, MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription, boolean, Map<Object, PartitioningNodeDescription>) - Constructor for class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModuloDescription
Constructor.
PartitioningParser - Class in com.qfs.store.part.impl
Utility class providing methods to parse a stringified partitioning.
PartitioningParser() - Constructor for class com.qfs.store.part.impl.PartitioningParser
 
PartitioningPostProcessor - Class in com.qfs.desc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Datastore's description post-processors are no longer needed. One can set the partitioning directly in the store description.
PartitioningPostProcessor(String, String) - Constructor for class com.qfs.desc.impl.PartitioningPostProcessor
Deprecated.
Create a IDatastoreSchemaDescriptionPostProcessor to override the partitioning description of one store.
PartitioningPostProcessor(Map<String, String>) - Constructor for class com.qfs.desc.impl.PartitioningPostProcessor
Deprecated.
Create a IDatastoreSchemaDescriptionPostProcessor to override the partitioning description of multiple stores.
PartitioningUtil - Class in com.qfs.store.part.impl
Utility for datastore partitioning.
PartitioningUtil.ConstantFunction - Class in com.qfs.store.part.impl
The function that transforms x to 0 (it plays the role as a partitioning function of a Constant partitioning).
PartitioningUtil.IdentityFunction - Class in com.qfs.store.part.impl
The function that transforms x to x.
PartitioningUtil.ModuloFunction - Class in com.qfs.store.part.impl
Function that transforms x to x % modulo.
PartitioningUtil.PowerOfTwoModuloFunction - Class in com.qfs.store.part.impl
Faster version of PartitioningUtil.ModuloFunction when the modulo is a power of two.
PartitioningUtil.ReducedPartitioningFunction - Class in com.qfs.store.part.impl
A function that reduces a partitioning by removing some of its partitioning fields.
PartitionMapperWithPermutation - Class in com.activeviam.store.part.impl
A partition mapper with a translation on the indices.
PartitionMapperWithPermutation(IPartitionMapper, TIntIntMap) - Constructor for class com.activeviam.store.part.impl.PartitionMapperWithPermutation
 
PartitionMapperWithPermutation(IPartitioning, TIntIntMap) - Constructor for class com.activeviam.store.part.impl.PartitionMapperWithPermutation
 
PartitionOperationUtil - Class in com.qfs.store.impl
Marker class.
partitionParameterStore(ICanPartition<R>, IParameterStoreConfiguration) - Static method in class com.qfs.repository.impl.RepositoryCacheUtil
Completes a existing builder with the standard partitioning for the parameter store.
partitionRemoveWhere(AggregateRemoveWhereHolder) - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector
 
partitionRemoveWhere(AggregateRemoveWhereHolder) - Method in interface com.quartetfs.biz.pivot.cube.provider.IAdvancedPartitioned
Partitions remove where computation.
PartitionStatistics - Class in com.activeviam.database.api.query
Object storing the statistics of a partition.
PartitionStatistics(long, long, long) - Constructor for class com.activeviam.database.api.query.PartitionStatistics
 
PartitionSummaryReport(int, int, int, int, int, int, double) - Constructor for class com.qfs.store.impl.StoreSummaryReport.PartitionSummaryReport
 
Pass - Class in com.quartetfs.pivot.mdx.plan.impl
A Pass is a layer of execution.
PASS_INDEX_ATTRIBUTE - Static variable in class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
Keyword representing the pass argument in a function evaluation.
PassDirectedExecutionGraph<T extends PassDirectedExecutionGraph.ITask> - Class in com.quartetfs.pivot.mdx.plan.impl
Graph of tasks to execute.
PassDirectedExecutionGraph() - Constructor for class com.quartetfs.pivot.mdx.plan.impl.PassDirectedExecutionGraph
 
PassDirectedExecutionGraph.ITask - Interface in com.quartetfs.pivot.mdx.plan.impl
Individual task.
PassDirectedExecutionGraph.ITaskExecutor<T,​R> - Interface in com.quartetfs.pivot.mdx.plan.impl
Task executor.
PassExecutor - Class in com.quartetfs.pivot.mdx.plan.impl
A pass visitor which execute the passes.
PassExecutor(IExpressionEvaluator) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.PassExecutor
 
PassManager - Class in com.quartetfs.pivot.mdx.plan.impl
The pass manager is the DAG of passes.
PassManager(IMdxCube, IMdxCellProperty[]) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.PassManager
 
PassManager.IIfPass - Class in com.quartetfs.pivot.mdx.plan.impl
Class for IIf pass.
PassManager.PassType - Enum in com.quartetfs.pivot.mdx.plan.impl
Enum of the different types of Pass that can be created.
PassManager.RegularPass - Class in com.quartetfs.pivot.mdx.plan.impl
 
PassManager.SubSelectPass - Class in com.quartetfs.pivot.mdx.plan.impl
The subselect pass.
PassManager.TopSelectPass - Class in com.quartetfs.pivot.mdx.plan.impl
Class for top select pass.
PassManager.VisualTotalPass - Class in com.quartetfs.pivot.mdx.plan.impl
Class for Visual total pass.
PassUpdater - Class in com.quartetfs.pivot.mdx.realtime.impl
Visitor to update the @{link Pass passes} of the PassManager.
PassUpdater(ExpressionEvaluator, IRTImpactCalculator, int) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.PassUpdater
Full constructor.
Password - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
PASSWORD_PROPERTY - Static variable in interface com.qfs.msg.jdbc.IJDBCSource
The password property.
PAST_PERIODS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
PAST_RT_DEPENDENCY - Static variable in class com.quartetfs.pivot.mdx.func.impl.PastPeriodsFunction
 
PastImpactCalculator(RTUpdateSource) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.PastMdxContinuousDecorator.PastImpactCalculator
Constructor.
PastMdxContinuousDecorator - Class in com.quartetfs.pivot.mdx.realtime.impl
Decorator upon the a continuous query listener that will add real-time updates on MDX data based on time conditions.
PastMdxContinuousDecorator(AMultiGANContinuousQueryListener, MdxRegistration, String, IEvaluationContext, Set<String>) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.PastMdxContinuousDecorator
Constructor.
PastMdxContinuousDecorator.PastImpactCalculator - Class in com.quartetfs.pivot.mdx.realtime.impl
Real-time calculator triggering updates of a MDX cellset due to changes to PastPeriod results.
pastPeriods(IMdxFixedMember, int, String) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Gets all the epochs in the level that are younger than the given age.
pastPeriods(IMdxFixedMember, int, String) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
PastPeriodsAddon - Class in com.quartetfs.pivot.mdx.realtime.impl
An IMdxAddon specialized for the PastPeriodsFunction.
PastPeriodsAddon() - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.PastPeriodsAddon
 
PastPeriodsFunction - Class in com.quartetfs.pivot.mdx.func.impl
Function returning a set of Epochs before the given one (included in the set), all epochs being younger than the given duration.
PastPeriodsFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.PastPeriodsFunction
Constructor.
PastQueryPerformanceElasticsearchLoader - Class in com.activeviam.apm.pivot.query.impl
Retrieves the past performance of a query from Elasticsearch.
PastQueryPerformanceElasticsearchLoader(List<String>, String, String, String, String, String) - Constructor for class com.activeviam.apm.pivot.query.impl.PastQueryPerformanceElasticsearchLoader
Constructor.
PastTriggerTimeProcedure - Class in com.quartetfs.pivot.mdx.realtime.impl
Procedure iterating over all versions of the pivot to compute the smallest delay to the next update, with respect to the usages of IFunction.PAST_PERIODS.
PastTriggerTimeProcedure(TLongList) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.PastTriggerTimeProcedure
Constructor.
path - Variable in class com.qfs.pivot.builder.discovery.impl.DefaultMemberDiscoveryBuilder
The path of the default member.
path - Variable in class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
The path of the default member.
path(List<Object>) - Method in class com.qfs.pivot.json.queryplan.LocationData.LocationDataBuilder
The path to the location members.
Path - Class in com.quartetfs.biz.pivot.dto
Path of member names.
Path() - Constructor for class com.quartetfs.biz.pivot.dto.Path
Default constructor.
Path(String...) - Constructor for class com.quartetfs.biz.pivot.dto.Path
Full constructor.
PATH_COMPARATOR - Static variable in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.FieldsCollisionHandler
Custom comparator used to determine which path to choose in the classic conservative case where all duplicate fields are reachable from one another.
PATH_SEPARATOR - Static variable in interface com.qfs.content.service.IContentService
The separator used to separate directories from their children.
PATH_SEPARATOR - Static variable in interface com.qfs.store.IDatastoreSchemaVersion
The separator used to separate paths of references to reach a store from a base store.
PATH_SEPARATOR - Static variable in interface com.qfs.store.query.IQuery
The string used as separator between references when defining a path.
PATH_SEPARATOR_SYSTEM_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The system property to use to override the path separator.
PATH_TO_UI_FOLDER - Static variable in class com.activeviam.spring.config.activeui.ActiveUIContentServiceUtil
The path to the folder containing the resources used by ActiveUI.
PathComparator - Class in com.quartetfs.fwk.ordering.impl
Basic comparator for Paths.
PathComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.PathComparator
 
PathCsvDataProvider - Class in com.qfs.msg.csv.filesystem.impl
A ICsvDataProvider that deals with files on the file system.
PathCsvDataProvider(IFileInfo<Path>) - Constructor for class com.qfs.msg.csv.filesystem.impl.PathCsvDataProvider
Constructor.
PathlessContentEntry - Class in com.qfs.content.service.impl
Simple implementation of IPathlessContentEntry.
PathlessContentEntry(String, boolean, List<String>, List<String>, long, String, boolean, boolean) - Constructor for class com.qfs.content.service.impl.PathlessContentEntry
Constructor.
PATTERN_INFO - Static variable in class com.qfs.snl.messages.form.impl.DateFieldType
Information reader for the date pattern.
PATTERN_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessorOnTheFlyPattern
Specifies the FilteringPostProcessorOnTheFlyPattern.pattern.
PATTERN_WITH_DEFAULT_VALUE - Static variable in class com.qfs.repository.mdx.impl.LookUpFunction
Pattern for the lookup call with default value.
PatternMatcherFactoryCaseInsensitive - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Simple implementation of IPatternMatcherFactory.
PatternMatcherFactoryCaseInsensitive() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.PatternMatcherFactoryCaseInsensitive
 
PatternMatcherFactoryCaseInsensitive.CaseInsensitiveEqualStringMatcher - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
A matcher that uses the String#equalsIgnoreCase(Object) method of @link String}.
PatternMatcherFactoryCaseSensitive - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
Simple implementation of IPatternMatcherFactory.
PatternMatcherFactoryCaseSensitive() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.PatternMatcherFactoryCaseSensitive
 
PatternMatcherFactoryCaseSensitive.CaseSensitiveEqualStringMatcher - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
A matcher that uses the String.equals(Object) method on String.
PatternMatcherFactoryPlugin - Class in com.quartetfs.biz.pivot.cube.hierarchy.impl
 
PatternMatcherFactoryPlugin() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.PatternMatcherFactoryPlugin
 
pause() - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
Pauses this distributed ActivePivot.
pause() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
pause() - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Records that the user wants to pause its query.
pause() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
pause() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
pause() - Method in interface com.quartetfs.fwk.IAgent
Pauses the agent.
pause() - Method in class com.quartetfs.fwk.impl.AAtomicAgent
 
pause(WebSocketSession, String) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketService
Deprecated.
Pauses a stream with the given stream id on the given session.
PAUSE - com.qfs.pivot.json.query.JsonStreamingRequest.StreamingAction
To pause an existing continuous query, giving its id.
PAUSE_ON_MERGE_FAILURE - Static variable in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
If set to true, the query cube will be paused in case of a merge failure.
pauseAllStreams() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
Pause all streams.
pauseAllStreams() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Pauses all streams.
PAUSED - com.quartetfs.fwk.IAgent.State
The state of a paused agent.
PAUSED - com.quartetfs.tech.streaming.IStreamProperties.InitialState
The stream is initialized and paused, real-time publication of events is off.
pauseListen(String) - Method in class com.qfs.msg.csv.impl.FileSystemCSVMonitoring
Pauses listening to a given topic.
pauseMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Pauses an existing monitoring.
pauseMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
pauseStream(String) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
pauseStream(String) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
Pause a stream.
pauseStream(String) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Pauses a stream.
pauseStream(String) - Method in class com.quartetfs.tech.streaming.impl.StreamingService
 
pauseStream(String) - Method in interface com.quartetfs.tech.streaming.IStreamingService
Pause a stream.
pauseWatcher(IWatcher) - Method in class com.qfs.msg.impl.WatcherService
 
pauseWatcher(IWatcher) - Method in interface com.qfs.msg.IWatcherService
Pauses the processing of events for a given watcher.
PaymentRequiredException - Exception in com.qfs.fwk.services
Class exception for requests containing a value considered as invalid by the service.
PaymentRequiredException(String) - Constructor for exception com.qfs.fwk.services.PaymentRequiredException
Constructor.
PaymentRequiredException(String, Throwable) - Constructor for exception com.qfs.fwk.services.PaymentRequiredException
Constructor.
PaymentRequiredException(Throwable) - Constructor for exception com.qfs.fwk.services.PaymentRequiredException
Constructor.
Pbkdf2Encryption - Class in com.quartetfs.fwk.security.impl
Encryption of passwords using the PBKDF2 algorithm.
Pbkdf2Encryption() - Constructor for class com.quartetfs.fwk.security.impl.Pbkdf2Encryption
Empty constructor.
peek() - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
Gets the biggest element of the heap.
peek() - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
Gets the biggest element of the heap.
peek() - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
Gets the biggest element of the heap.
peek() - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
Gets the biggest element of the heap.
peek() - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
Gets the smallest element of the heap.
peek() - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
Gets the smallest element of the heap.
peek() - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
Gets the smallest element of the heap.
peek() - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
Gets the smallest element of the heap.
peek() - Method in interface com.qfs.bitmap.IIntIterator
Looks at the next value without advancing.
peek() - Method in class com.qfs.bitmap.impl.ChunkedBitmap.ChunkedBitmapIterator
 
peek() - Method in class com.qfs.bitmap.impl.QFSBitmap.EmptyIntIterator
 
peek() - Method in class com.qfs.heap.impl.MaxHeapDouble
Gets the biggest element of the heap.
peek() - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
Gets the biggest element of the heap.
peek() - Method in class com.qfs.heap.impl.MaxHeapFloat
Gets the biggest element of the heap.
peek() - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
Gets the biggest element of the heap.
peek() - Method in class com.qfs.heap.impl.MaxHeapInteger
Gets the biggest element of the heap.
peek() - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
Gets the biggest element of the heap.
peek() - Method in class com.qfs.heap.impl.MaxHeapLong
Gets the biggest element of the heap.
peek() - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
Gets the biggest element of the heap.
peek() - Method in class com.qfs.heap.impl.MinHeapDouble
Gets the smallest element of the heap.
peek() - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
Gets the smallest element of the heap.
peek() - Method in class com.qfs.heap.impl.MinHeapFloat
Gets the smallest element of the heap.
peek() - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
Gets the smallest element of the heap.
peek() - Method in class com.qfs.heap.impl.MinHeapInteger
Gets the smallest element of the heap.
peek() - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
Gets the smallest element of the heap.
peek() - Method in class com.qfs.heap.impl.MinHeapLong
Gets the smallest element of the heap.
peek() - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
Gets the smallest element of the heap.
peek() - Method in interface com.quartetfs.pivot.mdx.result.IMdxCellSetAxis.IMdxCellSetAxisIterator
Looks ahead without moving the cursor.
peek() - Method in class com.quartetfs.pivot.mdx.result.impl.BasicMdxCellSetAxisIterator
 
peek() - Method in class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet.EmptyMdxCellSetAxisIterator
 
peek() - Method in class com.quartetfs.pivot.mdx.result.impl.FilteredMdxCellSetAxisIterator
 
peek() - Method in class com.quartetfs.pivot.mdx.utils.impl.CircularBuffer
 
peekIndex() - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
Gets the index of the biggest element of the heap.
peekIndex() - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
Gets the index of the biggest element of the heap.
peekIndex() - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
Gets the index of the biggest element of the heap.
peekIndex() - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
Gets the index of the biggest element of the heap.
peekIndex() - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
Gets the index of the smallest element of the heap.
peekIndex() - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
Gets the index of the smallest element of the heap.
peekIndex() - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
Gets the index of the smallest element of the heap.
peekIndex() - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
Gets the index of the smallest element of the heap.
PendingRequestHandler - Class in com.qfs.messenger.netty.impl
Main ChannelHandler handling NettyRequestMessage and NettyResponseMessage.
PendingRequestHandler() - Constructor for class com.qfs.messenger.netty.impl.PendingRequestHandler
Constructor.
PendingState(ACSVTopic<I>) - Constructor for class com.qfs.msg.csv.impl.ACSVTopic.PendingState
Constructor.
PendingTaskModerator - Class in com.qfs.concurrent.impl
A class responsible to limit the number of forked tasks.
PendingTaskModerator(int) - Constructor for class com.qfs.concurrent.impl.PendingTaskModerator
Constructor.
PENULTIMATE_EPOCH_INIT - Static variable in interface com.qfs.messenger.message.ITransactionCommittedMessage
The epoch returned by ITransactionCommittedMessage.getPreviousEpoch() by the first sent commit message when calling.
per(CopperLevel...) - Method in interface com.activeviam.copper.api.CopperMeasure
Defines a dynamic aggregation for this measure : the measure prefetches the previously defined measure at the given levels, then applies the subsequently defined aggregation function.
Please note that the subsequently defined aggregation function is always applied, even if the query already asks for a location that is more precise than the given levels.
per(CopperLevel...) - Method in interface com.activeviam.copper.api.CopperUserDefinedAggregateFunctionOnMeasuresBuilder.CopperUserDefinedAggregateFunctionOnMeasuresBuilderLeafAggregation
Defines a minimal depth at which the measure must be computed.
per(CopperLevel...) - Method in class com.activeviam.copper.builders.agg.InternalCopperUserDefinedAggregateFunctionOnMeasuresBuilderLeafAggregation
 
per(CopperLevel...) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
Percent - com.quartetfs.fwk.format.impl.NamedNumericFormats
Displays the number multiplied by 100 with a percent sign (%) appended to the right.
PERCENT_OF_MEMBER - Static variable in class com.qfs.pivot.mdx.compil.impl.MdxCompilers
A matcher for the percent of total formula.
PERCENT_OF_MEMBER_PARAM_MEASURE - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
The path to the measure member as a String with expression measureName@Measures@Measures.
PERCENT_OF_MEMBER_PARAM_MEMBER - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
The path to the member as a String with expression memberN@memberN-1@...@member1@hierarchy@dimension.
PERCENT_OF_MEMBER_PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
The plugin key of the PostProcessor used to compile the Percent of Member MDX formula.
PERCENT_OF_PARENT - Static variable in class com.qfs.pivot.mdx.compil.impl.MdxCompilers
The vanilla implementation of the percent of parent formula, as currently implemented by live.
PERCENT_OF_PARENT_PARAM_HIERARCHY - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
The path to the hierarchy as a String with expression hierarchyName@dimensionName.
PERCENT_OF_PARENT_PARAM_MEASURE - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
The path to the measure member as a String with expression measreName@Measures@Measures.
PERCENT_OF_PARENT_PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessorConstants
The plugin key of the PostProcessor used to compile the Percent of Parent MDX formula.
PercentileFunction - Class in com.qfs.agg.impl
Deprecated, for removal: This API element is subject to removal in a future version.
PercentileFunction() - Constructor for class com.qfs.agg.impl.PercentileFunction
Deprecated.
Default constructor.
PercentileFunction(double, PercentileFunction.IndexCalculationMode, PercentileFunction.InterpolationMode) - Constructor for class com.qfs.agg.impl.PercentileFunction
Deprecated.
Constructor.
PercentileFunction.IndexCalculationMode - Enum in com.qfs.agg.impl
Deprecated.
An enum of methods to compute the theoretical index of a given percentile.
PercentileFunction.InterpolationMode - Enum in com.qfs.agg.impl
Deprecated.
When the theoretical percentile index returned by the PercentileFunction.IndexCalculationMode is not whole, some interpolation is needed to compute the percentile.
PercentOfMemberPostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
The post-processor for the compilation of the percent of member MDX formula for a given measure and a given hierarchy in a dimension.
PercentOfMemberPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfMemberPostProcessor
Constructor.
PercentOfParentPostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
The post-processor for the compilation of the percent of parent MDX formula for a given measure and a given hierarchy in a dimension.
PercentOfParentPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfParentPostProcessor
Constructor.
perform() - Method in class com.quartetfs.biz.pivot.contribution.AContributionTaskWithLock
 
perform() - Method in interface com.quartetfs.biz.pivot.contribution.IContributionTask
Performs this task.
perform() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker
Executes the tool.
performAsync(CountedCompleter<?>, TIntSet, IDatastoreSchemaVersion) - Method in class com.qfs.plan.impl.operations.ATransactionOperation
 
performAsync(CountedCompleter<?>, TIntSet, IDatastoreSchemaVersion) - Method in class com.qfs.plan.impl.operations.ParallelTransactionOperations
 
performAsync(CountedCompleter<?>, TIntSet, IDatastoreSchemaVersion) - Method in interface com.qfs.plan.ITransactionOperation
Deprecated.
Asynchronously performs this operation.
performContribution() - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
performContributions(int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, List<int[]>, ITimestamp, CountedCompleter<?>) - Method in interface com.quartetfs.biz.pivot.contribution.IContributionPipeline
Performs the contribution tasks.
performContributions(int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, List<int[]>, ITimestamp, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.contribution.impl.AggregatesContributionPipeline
 
performContributions(int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, List<int[]>, ITimestamp, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.contribution.impl.HierarchyContributionPipeline
 
performInTransaction(IEditInstructions) - Method in interface com.qfs.store.transaction.ITransactionManager
Perform a set of calls within a single transaction on all stores of the datastore.
performInTransaction(IEditInstructions, ITransactionExceptionHandler, String...) - Method in interface com.qfs.store.transaction.ITransactionManager
Perform a set of calls within a single transaction.
performInTransaction(IEditInstructions, ITransactionExceptionHandler, Properties, String...) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
performInTransaction(IEditInstructions, ITransactionExceptionHandler, Properties, String...) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
performInTransaction(IEditInstructions, ITransactionExceptionHandler, Properties, String...) - Method in interface com.qfs.store.transaction.ITransactionManager
Perform a set of calls within a single transaction.
performInTransaction(IEditInstructions, String...) - Method in interface com.qfs.store.transaction.ITransactionManager
Perform a set of calls within a single transaction on all stores of the datastore.
performMaintenanceOperation(Runnable) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
performMaintenanceOperation(Runnable) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
performMaintenanceOperation(Runnable) - Method in interface com.qfs.store.transaction.ITransactionManager
Performs a maintenance operation.
performMaintenanceOperation(Runnable) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransactionManager
Performs a maintenance operation.
performMissingRetrievals(ScopedAggregatesRetrievalResult, List<IAggregatesRetrievalDescription>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PostProcessedAggregatesRetrieval
Performs the retrievals that were missed during a post-processor chain and adds them to the given result.
performMissingRetrievals(ScopedAggregatesRetrievalResult, List<IAggregatesRetrievalDescription>, IMeasuresProvider, IPartitioningSnapshot, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Performs the retrievals that were missed during a post-processor chain and adds them to the given result.
performPreAggregatedContributions(int, IAggregateQueryResult, ITimestamp, CountedCompleter<?>) - Method in interface com.quartetfs.biz.pivot.contribution.IContributionPipeline
Performs the contribution pre-aggregated data.
performPreAggregatedContributions(int, IAggregateQueryResult, ITimestamp, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.contribution.impl.AggregatesContributionPipeline
 
performPreAggregatedContributions(int, IAggregateQueryResult, ITimestamp, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.contribution.impl.HierarchyContributionPipeline
 
performRegistryInjection() - Method in class com.qfs.server.cfg.impl.AActivePivotWithDirectQueryConfig
Calls the registry initialization defined by AActivePivotWithDirectQueryConfig.apManagerInitPrerequisitePluginInjections() from anywhere in the Spring application.
performRemoveWhere(int, ICondition, CountedCompleter<?>) - Method in interface com.quartetfs.biz.pivot.contribution.IContributionPipeline
Removes contributions which match the database ICondition.
performRemoveWhere(int, ICondition, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.contribution.impl.AggregatesContributionPipeline
 
performRemoveWhere(int, ICondition, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.contribution.impl.HierarchyContributionPipeline
 
performStreamMaintenance() - Method in class com.qfs.spring.websocket.impl.QueryWebSocketService
Deprecated.
Performs an automatic maintenance of stream that were created by this service and whose unregistration failed for some reason.
PERIODIC - com.qfs.snl.dtos.KpiMonitorConfigurationDto.Mode
Periodic mode.
PeriodicActivePivotSchemaRebuilder - Class in com.quartetfs.biz.pivot.impl
A bean that can schedule a periodic rebuild of a number of ActivePivot cubes.
PeriodicActivePivotSchemaRebuilder() - Constructor for class com.quartetfs.biz.pivot.impl.PeriodicActivePivotSchemaRebuilder
 
PeriodicInterruptionChecker - Class in com.qfs.util.impl
Basic implementation of an interruption checker testing periodically the interruption.
PeriodicInterruptionChecker(int) - Constructor for class com.qfs.util.impl.PeriodicInterruptionChecker
Full constructor.
PERIODS_TO_DATE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
PeriodsToDate - com.quartetfs.biz.xmla.constants.Keyword
 
PeriodsToDateFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
PeriodsToDateFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.PeriodsToDateFunction
 
PERMISSIONS_SEPARATOR - Static variable in class com.qfs.content.service.impl.AHibernateContentService
The character used to separate the various permissions in a String.
PermissionsMapDTO - Class in com.quartetfs.biz.pivot.dto
A DTO which holds permissions: a key is the identifier of an object a value contains the associated owners (left) and readers (right)
PermissionsMapDTO() - Constructor for class com.quartetfs.biz.pivot.dto.PermissionsMapDTO
Default constructor.
PermissionsMapDTO(Map<String, IPair<List<String>, List<String>>>) - Constructor for class com.quartetfs.biz.pivot.dto.PermissionsMapDTO
Full constructor.
permissionsToString(List<String>) - Static method in class com.qfs.content.service.impl.AHibernateContentService
Transforms a list of roles into a String, using AHibernateContentService.PERMISSIONS_SEPARATOR as a separator.
PERSON - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
PersonContact - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
PersonDemographic - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
PersonFirstName - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
PersonFullName - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
PersonLastName - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
PersonMiddleName - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
PhantomFence - Class in com.qfs.memory.impl
A PhantomReference to a Fence to which one can register a Runnable to run on collection.
PhantomFence(Fence, ReferenceQueue<IFence>) - Constructor for class com.qfs.memory.impl.PhantomFence
Constructor.
PHYSICAL_BOOLEAN - Static variable in class com.qfs.store.Types
Enum value for a type using booleans for storage.
PHYSICAL_DOUBLE - Static variable in class com.qfs.store.Types
Enum value for a type using doubles for storage.
PHYSICAL_FLOAT - Static variable in class com.qfs.store.Types
Enum value for a type using floats for storage.
PHYSICAL_INT - Static variable in class com.qfs.store.Types
Enum value for a type using integers for storage.
PHYSICAL_LONG - Static variable in class com.qfs.store.Types
Enum value for a type using longs for storage.
PHYSICAL_OBJECT - Static variable in class com.qfs.store.Types
Enum value for a type using objects for storage.
PHYSICAL_STRING - Static variable in class com.qfs.store.Types
Enum value for a type using strings for storage.
PhysicalColor - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
PhysicalDensity - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
PhysicalDepth - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
PhysicalHeight - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
PhysicalSize - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
PhysicalVolume - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
PhysicalWeight - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
PhysicalWidth - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
ping() - Method in class com.qfs.content.rest.impl.PingContentServerController
 
ping() - Method in interface com.qfs.rest.services.ping.IPingRestService
Replies to mean that this application is still alive.
ping() - Method in class com.qfs.snl.rs.impl.PingActiveMonitorController
 
ping() - Method in class com.qfs.store.service.impl.PingPivotServiceController
 
PING_NAMESPACE - Static variable in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
The namespace of the ping service in the REST API.
PING_SUFFIX - Static variable in class com.qfs.content.cfg.impl.ContentServerRestServicesConfig
The suffix to add to the rest services suffix to obtain the path to the ping rest service.
PING_SUFFIX - Static variable in class com.qfs.content.rest.impl.ARestContentServer
The suffix to add to the rest services suffix to obtain the path to the ping rest service.
PING_SUFFIX - Static variable in interface com.qfs.rest.services.ping.IPingRestService
The suffix to add to the rest services suffix to obtain the path to the ping rest service.
PING_SUFFIX - Static variable in class com.qfs.server.cfg.impl.ActivePivotRestServicesConfig
The suffix to add to the rest services suffix to obtain the path to the ping rest service.
PingActiveMonitorController - Class in com.qfs.snl.rs.impl
 
PingActiveMonitorController() - Constructor for class com.qfs.snl.rs.impl.PingActiveMonitorController
 
PingContentServerController - Class in com.qfs.content.rest.impl
 
PingContentServerController() - Constructor for class com.qfs.content.rest.impl.PingContentServerController
 
PingPivotServiceController - Class in com.qfs.store.service.impl
 
PingPivotServiceController() - Constructor for class com.qfs.store.service.impl.PingPivotServiceController
 
PIVOT - com.quartetfs.fwk.logging.impl.QueryTimingCollector.CollectibleQueryType
Only pivot (snapshot or continuous) queries are collectible.
PIVOT_AD_HOC - com.quartetfs.fwk.logging.impl.QueryTimingCollector.CollectibleQueryType
Only snapshot (ad-hoc) pivot queries are collectible.
PIVOT_AD_HOC - com.quartetfs.fwk.logging.impl.QueryTimingCollector.QueryCategory
Snapshot pivot query.
PIVOT_CONTINUOUS - com.quartetfs.fwk.logging.impl.QueryTimingCollector.CollectibleQueryType
Only continuous pivot queries are collectible.
PIVOT_CONTINUOUS - com.quartetfs.fwk.logging.impl.QueryTimingCollector.QueryCategory
Continuous pivot query.
PIVOT_CURRENT_EPOCH - Static variable in interface com.activeviam.monitoring.export.IPivotMetricExporter
 
PIVOT_FILE_PREFIX - Static variable in class com.qfs.pivot.monitoring.impl.MemoryAnalysisService
File name prefix for a given pivot statistic.
PIVOT_ID - Static variable in interface com.activeviam.monitoring.export.IPivotMetricExporter
 
PIVOT_ID_PARAM - Static variable in interface com.activeviam.contextservice.service.ISpreadsheetRestService
The name of the query parameter specifying the pivot.
PIVOT_NAMESPACE - Static variable in class com.qfs.server.cfg.ActivePivotRestServices
The namespace in which the pivot REST API is exposed.
PIVOT_OLDEST_EPOCH - Static variable in interface com.activeviam.monitoring.export.IPivotMetricExporter
 
PivotEntitlement - Class in com.quartetfs.biz.pivot.security.impl
PivotRole class list of contexts per pivot.
PivotEntitlement() - Constructor for class com.quartetfs.biz.pivot.security.impl.PivotEntitlement
Constructor.
PivotEntitlement(String) - Constructor for class com.quartetfs.biz.pivot.security.impl.PivotEntitlement
Constructor.
PivotEntitlement(String, List<IContextValue>) - Constructor for class com.quartetfs.biz.pivot.security.impl.PivotEntitlement
Fully-qualified constructor.
PivotEntitlementBuilder(SimpleEntitlementsProviderBuilder) - Constructor for class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
Constructor.
PivotEntitlementBuilder(SimpleEntitlementsProviderBuilder, String, String, ImmutableList<IContextValue>) - Constructor for class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
Fully-qualified constructor.
pivotEntitlements - Variable in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder
Mapping from user role to pivot entitlements.
PivotExecuteHandler - Class in com.quartetfs.pivot.mdx.xmla.impl
This class is the entry point for XMLA execute of MDX statements.
PivotExecuteHandler() - Constructor for class com.quartetfs.pivot.mdx.xmla.impl.PivotExecuteHandler
 
pivotId - Variable in class com.activeviam.contextservice.local.ContextValueDescriptionCreator
The id of the pivot.
pivotId - Variable in class com.quartetfs.biz.pivot.security.impl.ContextValueManagerKey
Id of the pivot to which is associated the contextvalue.
pivotId - Variable in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
The id of the pivot.
pivotId(String) - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
The pivot id.
PivotMetadata - Class in com.quartetfs.biz.pivot.impl
Deprecated, for removal: This API element is subject to removal in a future version.
PivotMetadata(String, IActivePivotDescription) - Constructor for class com.quartetfs.biz.pivot.impl.PivotMetadata
Deprecated.
Constructor.
PivotMetadata(String, IActivePivotDescription, boolean, Properties) - Constructor for class com.quartetfs.biz.pivot.impl.PivotMetadata
Deprecated.
 
PivotSchemaUtil - Class in com.activeviam.pivot.structure.impl
Utility extracting information from a pivot schema.
PivotSchemaUtil() - Constructor for class com.activeviam.pivot.structure.impl.PivotSchemaUtil
 
pivotType(String) - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
The pivot type.
PivotUtils - Class in com.quartetfs.biz.pivot.impl
Deprecated, for removal: This API element is subject to removal in a future version.
PivotUtils() - Constructor for class com.quartetfs.biz.pivot.impl.PivotUtils
Deprecated.
 
PivotXmlaUtil - Class in com.quartetfs.biz.xmla.impl
 
PLACED - com.qfs.pool.impl.PlacementPolicies
Each thread is bound to a NUMA node.
PLACEMENT_POLICY - Static variable in class com.qfs.pool.impl.QFSPools
The pool placement policy.
PlacementPolicies - Enum in com.qfs.pool.impl
The available thread placement policies.
PlainRecordReaderFromDictionarized - Class in com.qfs.store.record.impl
Reads an underlying record, resolving dictionary codes stored in the record into their associated keys.
PlainRecordReaderFromDictionarized(IRecordFormat, IDictionaryProvider) - Constructor for class com.qfs.store.record.impl.PlainRecordReaderFromDictionarized
Constructor.
plan(IDatastoreView, TIntSet, IExecutionPlanBuilder) - Method in interface com.qfs.store.query.condition.ICompiledOperation
Plans the execution for the given basePartitions.
plan(IDatastoreView, TIntSet, IExecutionPlanBuilder) - Method in class com.qfs.store.query.impl.CompiledStoreSearch
 
plan(IExpressionPlanner) - Method in interface com.quartetfs.pivot.mdx.INamedSetReference
Plan the named set.
plan(IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.statement.impl.NamedSetReference
 
plan(INamedSetReference, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlan
Plan a named set reference.
plan(INamedSetReference, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.plan.impl.Pass
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.qfs.repository.mdx.impl.LookUpFunction.LookUpFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ABasicOperatorValueFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFixedFunction
Plans the function.
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ARewriteFixedFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ARewriteFixedFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.ActiveMeasureFunction.ActiveMeasureFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentEpochFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentLocationFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentMeasureFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.DistinctValueFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.IsRealTimeEpochFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.AAnyToDateFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.AbsFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.AddCalculatedMembersFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.ADrilldownLevelXFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.ADrilldownMemberXFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.AFamilyFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.AggregateFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.AKpiFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.ALinRegParametersFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.AMdxMemberPropertyFunctionAdapter
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.AscendantsFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.ATopBottomXFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.CousinFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.CurrentFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.CurrentMemberFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.CurrentOrdinalFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.DataMemberFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.DistinctFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.DivideFunction.DivideFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.ErrorFunction.ThrowingErrorFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.ErrorFunction.ValueErrorFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.ExpFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.HeadFunction.HeadFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.IsAncestorFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.IsLeafFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.IsUnknownMemberFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.LeadFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.LevelFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.LevelsCountFunction.LevelsCountFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.LinRegPointFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.LogFunction.LogFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.MembersPropertyFunctions.IsDataMemberFunction
Plans the function.
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.NonEmptyFunction.CrossjoinNonEmptyFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.NonEmptyFunction.SimpleNonEmptyFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.NthChildFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.OpeningClosingPeriodFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.OrdinalFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.ParentFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.PastPeriodsFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.SetToStrFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.SetUnionFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.StripCalculatedMembersFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.SubsetFunction.SubsetFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.TailFunction.TailFunctionDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.UnknownMemberFunction.HierarchyUnknownMember
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.UnknownMemberFunction.MemberUnknownMember
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.UnorderFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.impl.ValueFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.APredicateFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.AConversionFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.WeekdayFunction.WeekdayDefinition
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.DateAddFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.DateDiffFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.DatePartFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.LenFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.NowFunction
 
plan(IFunctionCall, IExpressionPlanner) - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionDefinition
Plans the function.
PLAN_RETRIEVALS - com.quartetfs.biz.pivot.query.monitoring.impl.ProcessingStepTiming
The time for retrieval planning if the computed impacts are not empty.
planBoolean(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
Plans an expression that must return a boolean.
planBoolean(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
PlanContext - Class in com.quartetfs.pivot.mdx.impl
Context used during plan.
PlanContext(IContextBase, IMdxCellProperty[]) - Constructor for class com.quartetfs.pivot.mdx.impl.PlanContext
 
PlanContext.CachedPlan - Class in com.quartetfs.pivot.mdx.impl
 
planCurrent() - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
Plans the current context.
planCurrent() - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
planCurrentAndProperties() - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
Plans the current context and the associated cell properties.
planCurrentAndProperties() - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
planDrilldownMemberX(IFunctionCall, IExpressionPlanner, ISet, ISet, Number, IExpression) - Method in class com.quartetfs.pivot.mdx.func.impl.ADrilldownMemberXFunctionDefinition
 
planEvaluateCurrentForEach(IExpressionPlanner, ISet) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Plan the evaluation of each tuple of the set.
planEvaluateValueForEach(IExpressionPlanner, ISet, IExpression) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Plan the evaluation of the expression on each tuple of the set.
planExecution(PlanningGraph, CancellableCountedCompleter<?>[]) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
Plans all retrievals and computations to execute a given PlanningGraph.
planHierarchy(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
Plans an expression that must return a hierarchy.
planHierarchy(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
planInfo(IPlanInfoData) - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query plan general information.
PlanInfoData - Class in com.qfs.pivot.json.queryplan
The query plan data.
PlanInfoData(String, String, String, String, String, String, String, Map<String, String>, boolean, int, String, String, Map<String, Long>) - Constructor for class com.qfs.pivot.json.queryplan.PlanInfoData
 
PlanInfoData.PlanInfoDataBuilder - Class in com.qfs.pivot.json.queryplan
 
planLevel(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
Plans an expression that must return a level.
planLevel(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
planMember(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
Plans an expression that must return a member.
planMember(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
planNamedSet(INamedSetReference) - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
This method must be called one on named set before the planning of the axes.
planNamedSet(INamedSetReference) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
PLANNING - com.quartetfs.biz.pivot.query.aggregates.IQueryPlan.GlobalTimings
 
PlanningGraph - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
The planning graph creates a dependency graph between the various retrieval descriptions of a query.
PlanningGraph(ActivePivotAggregatesRetriever, boolean) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph
Constructor.
PlanningGraph.IDependencyKey - Interface in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
Interface for keys to ADependencyNode.
PlanningGraph.PpDependencyKey - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
Key to a PpNode.
PlanningGraph.PrimitiveAggregationDependencyKey - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
PlanningGraph.PrimitiveDependencyKey - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
Key to a PrimitiveNode.
PlanningGraphCachePlanner - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
PlanningGraph module optimizing a graph to use ActivePivot AggregatesCache to retrieve data instead of using providers.
PlanningGraphCachePlanner(PlanningGraph, IAggregatesCache<ICachedAggregates>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphCachePlanner
Full constructor.
PlanningGraphExecutionPlanner - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A IPlanningGraphVisitor that actually plans the execution of its nodes, starting with the top-level ExecutionPlan.
PlanningGraphExecutionPlanner(ActivePivotAggregatesRetriever) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
Full constructor.
PlanningGraphPartitioningPicker - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
PlanningGraph component that walks the planned graph for the query and selects providers for primitive measures and define the partitioning for all retrievals from this.
PlanningGraphPartitioningPicker(PlanningGraph) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker
Full constructor.
PlanningGraphPartitioningPicker(PlanningGraph, TObjectIntMap<ILevelInfo>, IPartitioningManager) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker
Full constructor.
PlanningGraphPartitioningPicker.ExternalNodePartitioner - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
A IPlanningGraphVisitor that collects ExternalNode nodes and computes the optimal partitioning for executing datastore prefetch requests.
PlanningGraphPrimitiveMerger - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
Planning graph processor merging primitive nodes with the equivalent primitive aggregation nodes.
PlanningGraphPrimitiveMerger(PlanningGraph) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPrimitiveMerger
Full constructor.
PlanningGraphPrinter - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
An Object used to print a PlanningGraph.
PlanningGraphPrinter(PlanningGraph) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphPrinter
Constructor.
PlanningGraphRangeSharingPlanner - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
PlanningGraph module optimizing a graph to use range-sharing between nodes whenever possible.
PlanningGraphRangeSharingPlanner(ActivePivotAggregatesRetriever) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphRangeSharingPlanner
Constructor.
PlanningGraphUtils - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
 
PlanningGraphUtils() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphUtils
 
PlanningResult(AggregatesRetrievalCreator.PlanningResult<RetrievalT>, RetrievalT[]) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregatesRetrievalCreator.PlanningResult
Constructor from an existing AggregatesRetrievalCreator.PlanningResult.
PlanningResult(ExecutionPlan, RetrievalT[]) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregatesRetrievalCreator.PlanningResult
Constructor.
PlanningResult(ExecutionPlan, RetrievalT[], RetrievalT[]) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregatesRetrievalCreator.PlanningResult
Full constructor.
PlanningResult(RetrievalT[]) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregatesRetrievalCreator.PlanningResult
Constructor for retrievals to present as results.
planNumeric(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
Plans an expression that must return a numeric object.
planNumeric(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
planRangeSharing() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphRangeSharingPlanner
Performs range-sharing optimizations on our graph.
planRetrievals(Collection<? extends IAggregatesRetrievalDescription>, IMeasuresProvider) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph
Plans the given retrievals and its dependencies in this graph.
planScalar(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
Plans a scalar expression.
planSet(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
Plans an expression that must return a set.
planSet(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
planSetIIf(IFunctionCall) - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
Plans a IIf(boolean_expression, set_expression1, set_expresion2).
planSetIIf(IFunctionCall) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
planString(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
Plans an expression that must return a string.
planString(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
planTuple(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
Plans an expression that must return a tuple.
planTuple(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
planType(IExpression, Type, Class<T>) - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
Generic method to plan an expression.
planType(IExpression, Type, Class<T>) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
planValue(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
Plans an expression that must return a scalar (i.e an Object).
planValue(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
planVisualTotalsSet(IFunctionCall) - Method in interface com.quartetfs.pivot.mdx.IExpressionPlanner
Plans a VisualTotal.
planVisualTotalsSet(IFunctionCall) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionPlanner
 
PlatformHelper - Class in com.qfs.platform.share
A helper class to retrieve the current platform.
PlatformHelper() - Constructor for class com.qfs.platform.share.PlatformHelper
 
PlatformOperations - Class in com.qfs.memory.impl
Class regrouping operations that must be executed on the host VM and are potential hacks.
Plugin<T extends IPluginValue> - Class in com.quartetfs.fwk.types.impl
Implementation of a Plugin.
Plugin() - Constructor for class com.quartetfs.fwk.types.impl.Plugin
Creates an empty plugin.
Plugin(Class<T>) - Constructor for class com.quartetfs.fwk.types.impl.Plugin
Creates the plugin with a name.
PLUGIN_IMPL_CLASS_NOT_FOUND - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
PLUGIN_KEY - Static variable in class com.activeviam.arrow.write.BooleanArrowVectorFeeder
Plugin type.
PLUGIN_KEY - Static variable in class com.activeviam.arrow.write.DoubleArrayArrowVectorFeeder
Plugin type.
PLUGIN_KEY - Static variable in class com.activeviam.arrow.write.DoubleArrowVectorFeeder
Plugin type.
PLUGIN_KEY - Static variable in class com.activeviam.arrow.write.FloatArrayArrowVectorFeeder
Plugin type.
PLUGIN_KEY - Static variable in class com.activeviam.arrow.write.FloatArrowVectorFeeder
Plugin type.
PLUGIN_KEY - Static variable in class com.activeviam.arrow.write.IntegerArrayArrowVectorFeeder
Plugin type.
PLUGIN_KEY - Static variable in class com.activeviam.arrow.write.IntegerArrowVectorFeeder
Plugin type.
PLUGIN_KEY - Static variable in class com.activeviam.arrow.write.LocalDateArrowVectorFeeder
Plugin type.
PLUGIN_KEY - Static variable in class com.activeviam.arrow.write.LocalDateTimeArrowVectorFeeder
Plugin type.
PLUGIN_KEY - Static variable in class com.activeviam.arrow.write.LongArrayArrowVectorFeeder
Plugin type.
PLUGIN_KEY - Static variable in class com.activeviam.arrow.write.LongArrowVectorFeeder
Plugin type.
PLUGIN_KEY - Static variable in class com.activeviam.arrow.write.StringArrowVectorFeeder
Plugin type.
PLUGIN_KEY - Static variable in class com.activeviam.arrow.write.ZonedDateTimeArrowVectorFeeder
Plugin type.
PLUGIN_KEY - Static variable in class com.activeviam.copper.hierarchy.BucketingAnalysisAggregationProcedure
Deprecated.
Plugin type.
PLUGIN_KEY - Static variable in class com.activeviam.copper.pivot.pp.DatabasePostProcessor
 
PLUGIN_KEY - Static variable in class com.activeviam.copper.pivot.pp.DictionarizedStoreLookupPostProcessor
 
PLUGIN_KEY - Static variable in class com.activeviam.copper.pivot.pp.DividePerDescendantCountPostProcessor.DividePerDescendantCountContinuousHandler
 
PLUGIN_KEY - Static variable in class com.activeviam.copper.pivot.pp.DividePerDescendantCountPostProcessor
 
PLUGIN_KEY - Static variable in class com.activeviam.copper.pivot.pp.DrillupPostProcessor
The plugin key for this post-processor.
PLUGIN_KEY - Static variable in class com.activeviam.copper.pivot.pp.StoreLookupPostProcessor
 
PLUGIN_KEY - Static variable in class com.activeviam.copper.pivot.pp.SwitchOnPostProcessor
 
PLUGIN_KEY - Static variable in class com.activeviam.copper.pivot.pp.ValueAtExtremaMemberOfAncestorPostProcessor
 
PLUGIN_KEY - Static variable in class com.activeviam.copper.pivot.pp.ValueAtExtremaMemberPostProcessor
 
PLUGIN_KEY - Static variable in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonArrowOutputConfiguration
Plugin key of this output configuration.
PLUGIN_KEY - Static variable in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvLegacyTabularOutputConfiguration
 
PLUGIN_KEY - Static variable in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvPivotTableOutputConfiguration
Plugin key of this output configuration.
PLUGIN_KEY - Static variable in class com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.impl.JsonCsvTabularOutputConfiguration
Plugin key of this output configuration.
PLUGIN_KEY - Static variable in class com.activeviam.pivot.postprocessing.impl.UnderlyingMeasureEvaluator
The plugin key for use in the registry.
PLUGIN_KEY - Static variable in class com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl.MdxDrillthroughToArrowConverter
Plugin key of this converter.
PLUGIN_KEY - Static variable in class com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl.MdxDrillthroughToCsvConverter.MdxDrillthroughToCsvPivotTableFormatConverter
Plugin key of this converter.
PLUGIN_KEY - Static variable in class com.activeviam.pivot.rest.dataexport.converters.drillthroughconverter.impl.MdxDrillthroughToCsvConverter.MdxDrillthroughToCsvTabularConverter
Plugin key of this converter.
PLUGIN_KEY - Static variable in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToArrowConverter
Plugin key of this converter.
PLUGIN_KEY - Static variable in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToCsvLegacyTabularFormatConverter
 
PLUGIN_KEY - Static variable in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToCsvPivotTableFormatConverter
Plugin key of this converter.
PLUGIN_KEY - Static variable in class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.MdxSelectToCsvTabularFormatConverter
Plugin key of this converter.
PLUGIN_KEY - Static variable in class com.activeviam.pivot.rest.dataexport.measureformatter.impl.SimpleMeasureFormatter
Plugin key of this measure formatter.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.AvgFunction
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.CopyFunction
Plugin value key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.CountFunction
Plugin Key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.DistinctCountFunction
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.DistinctCountSupportingRemovalsFunction
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.GrossSumFunction
Plugin value key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.LongFunction
Plugin value key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.MaxFunction
Plugin value key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.MaxHistoryFunction
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.MedianFunction
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.MinFunction
Plugin value key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.MinHistoryFunction
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.MultiplyFunction
Plugin Key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.ShortFunction
Plugin value key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.SingleValueFunction
Plugin value key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.SquareSumFunction
Plugin value key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.SumFunction
Plugin value key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.SumProductFunction
Plugin value key.
PLUGIN_KEY - Static variable in class com.qfs.agg.impl.TimestampFunction
Plugin Key.
PLUGIN_KEY - Static variable in interface com.qfs.distribution.IDistributedActivePivotContext
The plugin key .
PLUGIN_KEY - Static variable in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Plugin Key.
PLUGIN_KEY - Static variable in class com.qfs.messenger.impl.LocalMessenger
For the plugin engine.
PLUGIN_KEY - Static variable in class com.qfs.messenger.impl.NettyMessenger
For the plugin engine.
PLUGIN_KEY - Static variable in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferDoubleArrayConverter
ByteBufferDoubleArrayConverter plugin key.
PLUGIN_KEY - Static variable in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferFloatArrayConverter
ByteBufferDoubleArrayConverter plugin key.
PLUGIN_KEY - Static variable in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferIntArrayConverter
ByteBufferDoubleArrayConverter plugin key.
PLUGIN_KEY - Static variable in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferJsonConverter
The Plugin Key.
PLUGIN_KEY - Static variable in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferLongArrayConverter
ByteBufferDoubleArrayConverter plugin key.
PLUGIN_KEY - Static variable in class com.qfs.msg.keyvalue.conversion.impl.ByteBufferStringConverter
ByteBufferDoubleArrayConverter plugin key.
PLUGIN_KEY - Static variable in class com.qfs.pivot.cube.provider.multi.impl.PartialProviderSelector
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.pivot.cube.provider.partition.impl.IdentityNumaNodeSelectorFactory
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.pivot.json.logging.JsonLogSerializer
The plugin Key.
PLUGIN_KEY - Static variable in class com.qfs.pool.impl.DefaultPoolFactory
Plugin value key.
PLUGIN_KEY - Static variable in class com.qfs.query.impl.DistributedDrillthroughExecutor
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.repository.impl.LookupHandler
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.repository.impl.LookUpPostProcessor
Plugin KEY.
PLUGIN_KEY - Static variable in class com.qfs.repository.impl.LookupStream
For the plugin engine.
PLUGIN_KEY - Static variable in class com.qfs.repository.mdx.impl.LookupMdxContinuousDecorator
For the plugin engine.
PLUGIN_KEY - Static variable in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Plugin key of the query.
PLUGIN_KEY - Static variable in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
Plugin key of the monitoring stream.
PLUGIN_KEY - Static variable in class com.qfs.snl.messages.form.impl.BooleanFieldType
Plugin key (""boolean"").
PLUGIN_KEY - Static variable in class com.qfs.snl.messages.form.impl.DateFieldType
Plugin key (""date"").
PLUGIN_KEY - Static variable in class com.qfs.snl.messages.form.impl.EnumFieldType
Plugin key (""enum"").
PLUGIN_KEY - Static variable in class com.qfs.snl.messages.form.impl.NumberFieldType
Plugin key (""long"").
PLUGIN_KEY - Static variable in class com.qfs.snl.messages.form.impl.StringFieldType
Plugin key (""string"").
PLUGIN_KEY - Static variable in class com.qfs.snl.workflows.process.impl.AlertProcessExecutor
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.snl.workflows.process.impl.EntityProcessExecutor
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.snl.workflows.process.impl.EventProcessExecutor
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.snl.workflows.process.impl.MonitorProcessExecutor
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.snl.workflows.process.impl.ParameterNameProcessExecutor
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.snl.workflows.process.impl.ParameterProcessExecutor
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.snl.workflows.process.impl.TypeProcessExecutor
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.store.service.impl.AndConditionFactory
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.store.service.impl.CopyUpdateWhereFactory
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.store.service.impl.CurrentDateProcedureFactory
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.store.service.impl.InConditionFactory
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.store.service.impl.LikeConditionFactory
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.store.service.impl.NotConditionFactory
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.store.service.impl.OrConditionFactory
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.store.service.impl.SetFieldProcedureFactory
The plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.context.drillthrough.impl.VectorDrillthroughColumn
The plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.context.drillthrough.impl.VectorDrillthroughColumnSet
The plugin key.
PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.context.IActivePivotContext
PluginKey.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.context.impl.Context
Extended plugin value type.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.cube.formatter.impl.IdentityCubeFormatterFactory
Plugin key of this formatter.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedHierarchyMemberMemoryQuantifier
Plugin type.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.HierarchyMemberMemoryQuantifier
Plugin type.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MeasureHierarchyMemberMemoryQuantifier
Plugin type.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
The plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisHierarchy
The plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.impl.PatternMatcherFactoryCaseInsensitive
For the plugin engine.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.impl.PatternMatcherFactoryCaseSensitive
For the plugin engine.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.impl.ActivePivotQueryExecutor
The plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.impl.MdxCubeFormatterFactory
Plugin key of this factory.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.impl.TimerActivePivotQueryExecutor
The plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.ArithmeticFormulaPostProcessor
Extended plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.DistributedPostProcessor
The plugin key that identifies this post processor.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.DynamicAggregationPostProcessor
Plugin type of this post processor: "DYNAMIC".
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessor
Plugin type of this post processor: "FILTERING".
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessorOnTheFlyPattern
Plugin type of this post processor: "MEMBER-CAPTION-SEARCH".
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.FormulaPostProcessor
Extended plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.LeafCountPostProcessor
Plugin type.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.MinimumLevelsPostProcessor
The plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.NeighborValuePostProcessor
Plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.ParentValuePostProcessor
The plugin key for this post-processor.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfMemberPostProcessor
The plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.PercentOfParentPostProcessor
The plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.PreviousValuePostProcessor
Plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.Stream2PositionPostProcessor
Plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflatingAggregatesContinuousQueryEngine
For the plugin engine.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.SynchronousAggregatesContinuousQueryEngine
For the plugin engine.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.TimeLineHandler
Plugin key.
PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.query.IDrillthroughHeadersQuery
The plugin key.
PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.query.IDrillthroughQuery
The plugin key.
PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.query.IExpandLocationsQuery
The plugin key.
PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.query.IGetAggregatesQuery
Query Plugin Key: 'GET_AGGREGATES'.
PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.query.IMapDrillthroughQuery
The plugin key.
PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.query.IMapGetAggregatesQuery
Query Plugin Key: 'GET_AGGREGATES'.
PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.query.IMDXDrillthroughHeadersQuery
The plugin key.
PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.query.IMDXDrillthroughQuery
The plugin key.
PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.query.IMDXQuery
The plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.query.impl.MDXAttachedQuery
Deprecated.
Plugin key of the class.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.query.impl.MdxDrillthroughAttachedQuery
Deprecated.
Query plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughHeadersAttachedQuery
Deprecated.
Query plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughHeadersQuery
 
PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.query.IMultiGetAggregatesNotificationQuery
Query Plugin Key: 'MULTI_GET_AGGREGATES'.
PLUGIN_KEY - Static variable in interface com.quartetfs.biz.pivot.query.missing.IMissingLocationsQuery
Query Plugin Key.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.streaming.impl.MdxStream
Plugin type.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamNode
Plugin type.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStream
Plugin type.
PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStreamNode
Plugin type.
PLUGIN_KEY - Static variable in class com.quartetfs.fwk.filtering.impl.FalseCondition
The plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.fwk.filtering.impl.TrueCondition
The plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.fwk.format.impl.FastLocalDateParser
The plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.fwk.impl.CustomProperty
The plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.fwk.ordering.impl.ComparableComparator
Extended plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.fwk.ordering.impl.DoubleComparator
Extended plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.fwk.ordering.impl.FloatComparator
Extended plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.fwk.ordering.impl.IntComparator
Extended plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.fwk.ordering.impl.LongComparator
Extended plugin key.
PLUGIN_KEY - Static variable in class com.quartetfs.fwk.ordering.impl.ReverseComparableComparator
 
PLUGIN_KEY - Static variable in class com.quartetfs.fwk.ordering.impl.ReverseDoubleComparator
 
PLUGIN_KEY - Static variable in class com.quartetfs.fwk.ordering.impl.ReverseFloatComparator
 
PLUGIN_KEY - Static variable in class com.quartetfs.fwk.ordering.impl.ReverseIntComparator
 
PLUGIN_KEY - Static variable in class com.quartetfs.fwk.ordering.impl.ReverseLongComparator
 
PLUGIN_KEY - Static variable in class com.quartetfs.pivot.mdx.realtime.impl.PastMdxContinuousDecorator
For the registry.
PLUGIN_KEY - Static variable in class com.quartetfs.pivot.mdx.statement.impl.LooseMdxEqualityTester
Plugin type.
PLUGIN_KEY - Static variable in class com.quartetfs.pivot.mdx.xmla.impl.MdxXmlaHandler
 
PLUGIN_KEY_PREFIX - Static variable in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeProperties
The plugin key prefix.
PLUGIN_TYPE - Static variable in class com.qfs.pivot.cube.provider.bitmap.impl.BitmapAggregateProviderBase
Plugin type for the bitmap storage.
PLUGIN_TYPE - Static variable in class com.qfs.pivot.cube.provider.bitmap.impl.LeafAggregateProviderBase
Plugin type for the bitmap storage.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
The plugin key.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy
Plugin type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy
The plugin key.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
Attribute key for the class.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.formula.impl.OperandAggregatedValue
Extended plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.formula.impl.OperandChildAggregatedValues
Extended plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.formula.impl.OperandDouble
Extended plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.formula.impl.OperandDynamicAggregation
Extended plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.formula.impl.OperandFloat
Extended plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.formula.impl.OperandInt
Extended plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.formula.impl.OperandLevelValue
Extended plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.formula.impl.OperandLong
Extended plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.formula.impl.OperandNull
Extended plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.formula.impl.OperandParentAggregatedValue
Extended plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.formula.impl.OperandString
Extended plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.BasicPostProcessor
Plugin type of this post processor: "BASIC".
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.CommitIsolatedStoreHandler
The plugin type of this handler.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.MultiAnalysisHierarchyMeasureHandler
Plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.StoredMeasureHandler
Plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.StoredPrimitiveMeasureHandler
Plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStream
Extended plugin value type.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStreamFullRefreshHandler
The plugin type of this handler.
PLUGIN_TYPE - Static variable in class com.quartetfs.biz.pivot.query.impl.StreamEventProcessingQuery
Plugin type.
PLUGIN_TYPE - Static variable in class com.quartetfs.fwk.ordering.impl.AlphabeticalComparator
Plugin type.
PLUGIN_TYPE - Static variable in class com.quartetfs.fwk.ordering.impl.CustomComparator
Extended plugin type.
PLUGIN_TYPE - Static variable in class com.quartetfs.fwk.ordering.impl.PathComparator
Plugin type.
PLUGIN_TYPE - Static variable in class com.quartetfs.fwk.ordering.impl.StringComparator
Plugin type.
PLUGIN_VALUE - Static variable in class com.quartetfs.tech.streaming.impl.StreamPublisher
 
PluginContribution - Class in com.quartetfs.fwk.contributions.impl
PluginContribution.
PluginContribution() - Constructor for class com.quartetfs.fwk.contributions.impl.PluginContribution
 
PluginContribution(Class<?>, Class<?>, String) - Constructor for class com.quartetfs.fwk.contributions.impl.PluginContribution
Qualified constructor.
PluginDefinition - Class in com.quartetfs.biz.pivot.definitions.impl
PluginDescription is the description for the plugin to add, we can define specified plugin, like indexer, storage, calculator, cache for ActivePivot.
PluginDefinition() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.PluginDefinition
Default constructor.
PluginDefinition(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.PluginDefinition
Constructor without properties.
PluginDefinition(String, Properties) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.PluginDefinition
Full constructor.
pluginKey - Variable in class com.qfs.store.service.impl.BasicConditionFactory
The plugin key.
pluginKey(String) - Method in interface com.activeviam.copper.api.CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderWithOptionalPluginKey
Specifies the plugin key of the User-Defined Aggregate Function being built.
pluginKey(String) - Method in class com.activeviam.copper.builders.agg.InternalCopperUdafBuilderWithOptionalPluginKey
 
pluginKey(String) - Method in class com.activeviam.copper.builders.agg.InternalCopperUdafOnMeasuresBuilderWithOptionalPluginKey
 
PluginValue - Class in com.quartetfs.fwk.types.impl
Base implementation of a light plugin value.
PluginValueContribution - Class in com.quartetfs.fwk.contributions.impl
PluginValueContribution.
PluginValueContribution() - Constructor for class com.quartetfs.fwk.contributions.impl.PluginValueContribution
Default constructor.
PluginValueContribution(Class<?>, Class<?>) - Constructor for class com.quartetfs.fwk.contributions.impl.PluginValueContribution
Qualified constructor.
plus(CopperMeasure) - Method in interface com.activeviam.copper.api.CopperMeasure
Creates a Copper measure that represents the result of the addition of this numeric measure with another numeric measure.
plus(CopperMeasure) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
plus(Operators.PrimitiveTypeSelector) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Selects the implementation of translation that can produce the given outputType.
plus(Operators.PrimitiveTypeSelector) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Selects the implementation of translation that can produce the given outputType.
plus(Operators.PrimitiveTypeSelector) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Selects the implementation of plus that produces output of the given type.
plus(ExtendedContentType) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Selects the implementation of sum matching the given output type.
plus(IVector) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
plus(IVector) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
plus(IVector) - Method in class com.qfs.vector.impl.AVector
 
plus(IVector) - Method in class com.qfs.vector.impl.EmptyVector
 
plus(IVector) - Method in interface com.qfs.vector.IVector
Adds the content of the given vector to this vector, overriding the existing data.
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
 
plus(IVector, IVector) - Method in class com.qfs.vector.binding.impl.GenericVectorBinding
 
plus(IVector, IVector) - Method in interface com.qfs.vector.IVectorBinding
Adds the content of the right vector to the left vector, overriding the existing data.
PLUS - com.activeviam.copper.operation.operator.Operators.BinaryOperator
The plus operator.
PLUS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
PLUS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
PLUS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
PLUS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
plusAsDouble(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Sums two scalars to produce a double.
plusAsFloat(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Sums two scalars to produce a float.
plusAsInt(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Sums two scalars to produce an integer.
plusAsLong(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalars
Sums two scalars to produce a long.
plusAsVectorWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Sums two vectors to produce a vector of the desired output type.
plusAsVectorWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectors
Sums two vectors to produce a vector of the desired output type.
PlusFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
PlusFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.PlusFunction
 
plusNegativeValues(IVector) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
plusNegativeValues(IVector) - Method in class com.qfs.vector.impl.AVector
 
plusNegativeValues(IVector) - Method in class com.qfs.vector.impl.EmptyVector
 
plusNegativeValues(IVector) - Method in interface com.qfs.vector.IVector
Adds the negative values of the given vector to this vector, overriding the existing data.
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.GenericVectorBinding
 
plusNegativeValues(IVector, IVector) - Method in interface com.qfs.vector.IVectorBinding
Adds the negative values of the right vector to the left vector, overriding the existing data.
plusPositiveValues(IVector) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
plusPositiveValues(IVector) - Method in class com.qfs.vector.impl.AVector
 
plusPositiveValues(IVector) - Method in class com.qfs.vector.impl.EmptyVector
 
plusPositiveValues(IVector) - Method in interface com.qfs.vector.IVector
Adds the positive values of the given vector to this vector, overriding the existing data.
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockDoubleToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayBlockFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToArrayFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToBufferFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockFloatToDirectFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayBlockLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToArrayLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToBufferLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockIntegerToDirectLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayBlockLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToArrayLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToBufferLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayBlockLongToDirectLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayDoubleToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayBlockFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToArrayFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToBufferFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayFloatToDirectFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayBlockLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToArrayLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToBufferLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayIntegerToDirectLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayBlockLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToArrayLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToBufferLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.ArrayLongToDirectLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferDoubleToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayBlockFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToArrayFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToBufferFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferFloatToDirectFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayBlockLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToArrayLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToBufferLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferIntegerToDirectLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayBlockLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToArrayLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToBufferLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.BufferLongToDirectLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectDoubleToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayBlockFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToArrayFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToBufferFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectFloatToDirectFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayBlockLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToArrayLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToBufferLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectIntegerVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectIntegerToDirectLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayBlockLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToArrayLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToBufferLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectDoubleVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectFloatVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.DirectLongToDirectLongVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in class com.qfs.vector.binding.impl.GenericVectorBinding
 
plusPositiveValues(IVector, IVector) - Method in interface com.qfs.vector.IVectorBinding
Adds the positive values of the right vector to the left vector, overriding the existing data.
PMML - com.quartetfs.biz.xmla.constants.Keyword
 
Point - Class in com.qfs.dic.impl
Point, an immutable collection of integer coordinates.
Point(int...) - Constructor for class com.qfs.dic.impl.Point
 
POINT_DELETE - Static variable in class com.qfs.content.rest.impl.RestBulkApiServerController
The name of the endpoint where the DELETE method resides.
POINT_GET - Static variable in class com.qfs.content.rest.impl.RestBulkApiServerController
The name of the endpoint where the GET method resides.
POINT_INDEX_MAXSIZE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The property to set the maximum size allowed for the point index in the JIT aggregate collector.
POINT_INDEX_TYPE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The property that sets the type of point index to use for the Just In Time aggregate collector.
POINT_MOVE - Static variable in class com.qfs.content.rest.impl.RestBulkApiServerController
The name of the endpoint where the MOVE method resides.
POINT_PUT - Static variable in class com.qfs.content.rest.impl.RestBulkApiServerController
The name of the endpoint where the PUT method resides.
POINT_VALUE_REQUEST - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
Type representing (@link List}[UpdateRequestDto].
POINT_VALUE_REQUESTS - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
List of requests for parameters.
POINT_VALUES - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
Type representing List[PointValueDto].
POINT_VALUES_UPDATES - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
Type representing List[PointValueUpdatesDto].
PointHashing - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
PointHashing() - Constructor for class com.qfs.util.impl.PointHashing
Deprecated.
 
PointListReductionFilterFactory - Class in com.quartetfs.biz.pivot.cellset.impl
A factory that is able to create IPointListReductionFilter from a point list and a reduced scope.
PointListReductionFilterFactory() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointListReductionFilterFactory
 
PointListReductionFilterFactory.AcceptFilter - Class in com.quartetfs.biz.pivot.cellset.impl
A IPointListReductionFilter that always accepts the point location it is given.
PointListReductionFilterFactory.ExpressedCoordinatesFilter - Class in com.quartetfs.biz.pivot.cellset.impl
A IPointListReductionFilter that is based on a PointLocationList and a dictionarized values filter.
PointListReductionFilterFactory.RejectFilter - Class in com.quartetfs.biz.pivot.cellset.impl
A IPointListReductionFilter that always rejects all inputs.
PointListRetrievalResult - Class in com.quartetfs.biz.pivot.cellset.impl
Base implementation of an IInternalAggregatesRetrievalResult that uses a location list and an aggregates store to store the retrievals result.
PointListRetrievalResult(IScopeLocation, ICubeFilter, IPointLocationList, IAggregateStore, Map<String, IAggregatedMeasure<?, ?>>, PointListRetrievalResult.AdditionalMeasureStorage, IRetrievalResultTracker) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Full Constructor.
PointListRetrievalResult.ABooleanTransformationProcedure - Class in com.quartetfs.biz.pivot.cellset.impl
A transformation procedure that returns a boolean value.
PointListRetrievalResult.AdditionalMeasureStorage - Class in com.quartetfs.biz.pivot.cellset.impl
Class storing all information related to additional measures added to a PointListRetrievalResult.
PointListRetrievalResult.ADoubleTransformationProcedure - Class in com.quartetfs.biz.pivot.cellset.impl
A transformation procedure that returns a double value.
PointListRetrievalResult.AFloatTransformationProcedure - Class in com.quartetfs.biz.pivot.cellset.impl
A transformation procedure that returns a float value.
PointListRetrievalResult.AIntegerTransformationProcedure - Class in com.quartetfs.biz.pivot.cellset.impl
A transformation procedure that returns a int value.
PointListRetrievalResult.ALongTransformationProcedure - Class in com.quartetfs.biz.pivot.cellset.impl
A transformation procedure that returns a long value.
PointListRetrievalResult.AObjectTransformationProcedure<T> - Class in com.quartetfs.biz.pivot.cellset.impl
A transformation procedure that returns an Object value.
PointListRetrievalResultJoiner - Class in com.quartetfs.biz.pivot.cellset.impl
Helper class used to join a PointListRetrievalResult with other results using analysis aggregation procedures.
PointListRetrievalResultTransporter - Class in com.quartetfs.biz.pivot.cellset.impl
PointListRetrievalResultTransporter() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter
Empty constructor for serialization.
PointListRetrievalResultTransporter(PointListRetrievalResult) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter
Constructor.
PointListRetrievalResultTransporter.QueryResult - Class in com.quartetfs.biz.pivot.cellset.impl
 
PointLocation - Class in com.quartetfs.biz.pivot.cube.provider.impl
A location backed by a point.
PointLocation(IHierarchicalMapping, ILocationPattern, int[]) - Constructor for class com.quartetfs.biz.pivot.cube.provider.impl.PointLocation
Constructor.
PointLocationBuilder - Class in com.quartetfs.biz.pivot.impl
Default implementation for IPointLocationBuilder.
PointLocationBuilder(IHierarchicalMapping, ILocation) - Constructor for class com.quartetfs.biz.pivot.impl.PointLocationBuilder
Constructor.
PointLocationBuilder(IHierarchicalMapping, ILocation, int, int[], int[]) - Constructor for class com.quartetfs.biz.pivot.impl.PointLocationBuilder
Constructor.
PointLocationList - Class in com.quartetfs.biz.pivot.impl
List of points that represent locations belonging to a given scope.
PointLocationList(IScopeLocation, IFixedLengthIntegerArrayDictionary) - Constructor for class com.quartetfs.biz.pivot.impl.PointLocationList
Constructor.
PointLocationListReader - Class in com.quartetfs.biz.pivot.impl
A point location reader on top of a point location list.
PointLocationListReader(IPointLocationList) - Constructor for class com.quartetfs.biz.pivot.impl.PointLocationListReader
Constructor.
PointLocationListReader(IPointLocationList, int) - Constructor for class com.quartetfs.biz.pivot.impl.PointLocationListReader
Constructor.
PointLocationListReader.ImmutablePointLocationListReader - Class in com.quartetfs.biz.pivot.impl
An immutable point location that points to a position in a point location list.
PointLocationListTransporter - Class in com.quartetfs.biz.pivot.cellset.impl
PointLocationListTransporter() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointLocationListTransporter
Empty constructor for serialization.
PointLocationListTransporter(IPointLocationList) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointLocationListTransporter
Constructor.
PointLocationListTransporterTranslator - Class in com.activeviam.distributed.pivot.impl
A IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator made for translating locations from data cube to query cube when their topologies differ (not the same hierarchies).
PointLocationListTransporterTranslator(IScopeLocation, IPointLocationListTransporter, QueryNodeQueryTranslator, ICubeFilter) - Constructor for class com.activeviam.distributed.pivot.impl.PointLocationListTransporterTranslator
Constructor.
PointLocationSubCubePredicate - Class in com.activeviam.copper
Predicate that tests whether the member of the the given hierarchy with coordinates extracted by a given ILocation is granted (true) or not (false).
PointLocationSubCubePredicate(IContext, ILocation, IHierarchyInfo) - Constructor for class com.activeviam.copper.PointLocationSubCubePredicate
Constructor.
PointReferenceDictionary - Class in com.qfs.dic.impl
A dictionary of point references.
PointReferenceDictionary() - Constructor for class com.qfs.dic.impl.PointReferenceDictionary
No-argument constructor, for serialization.
PointReferenceDictionary(IPointList, int[], boolean) - Constructor for class com.qfs.dic.impl.PointReferenceDictionary
Build a dictionary with default initial capacity and default load factor.
PointReferenceDictionary(IPointList, int[], int, boolean) - Constructor for class com.qfs.dic.impl.PointReferenceDictionary
Build a dictionary with specified initial capacity.
PointSet - Class in com.qfs.dic.impl
Maintains a dictionary of points, a point is a fixed size array of integers.
PointSet() - Constructor for class com.qfs.dic.impl.PointSet
Build a dictionary with default initial capacity and default load factor.
PointSet(int) - Constructor for class com.qfs.dic.impl.PointSet
 
PointSet(int, float) - Constructor for class com.qfs.dic.impl.PointSet
 
pointToLocation(int[]) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Convert a point into a location.
pointToLocation(int[]) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
Convert a point into a location.
PointValue - Class in com.qfs.repository.persistence.model.impl
The point value of a variable at a given coordinates that is stored in the database.
PointValue(long, String, ICoordinates, double, IAudit, IAudit, Long, Long, boolean, String) - Constructor for class com.qfs.repository.persistence.model.impl.PointValue
Full constructor.
PointValue(IPointValue) - Constructor for class com.qfs.repository.persistence.model.impl.PointValue
Copy constructor.
PointValue(String, ICoordinates, double) - Constructor for class com.qfs.repository.persistence.model.impl.PointValue
Constructor for a permanent point value.
pointValueDao() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
 
pointValueDao() - Method in interface com.qfs.repository.cfg.IRepositoryPersistenceConfiguration
[Bean] DAO managing point values and parameters.
PointValueDao - Class in com.qfs.repository.persistence.impl
The point value data access object.
PointValueDao(SessionFactory, ReadWriteLock, ITimeSupplier) - Constructor for class com.qfs.repository.persistence.impl.PointValueDao
Constructor with prescribed time supplier.
PointValueDaoUtils - Class in com.qfs.repository.persistence.impl
Sets of helper methods on a PointValueDao.
PointValueDaoUtils() - Constructor for class com.qfs.repository.persistence.impl.PointValueDaoUtils
 
PointValueDto - Class in com.qfs.repository.dto
The Serializable version of @Link PointValue.
PointValueDto() - Constructor for class com.qfs.repository.dto.PointValueDto
Default Constructor.
PointValueDto(long, String, CoordinatesDto, double, Long, Long, boolean, AuditDto, AuditDto, String) - Constructor for class com.qfs.repository.dto.PointValueDto
Full constructor.
PointValueDto(IPointValue) - Constructor for class com.qfs.repository.dto.PointValueDto
Copy constructor.
PointValueDto(String, CoordinatesDto, double) - Constructor for class com.qfs.repository.dto.PointValueDto
Constructor.
PointValueDto(String, CoordinatesDto, double, Long, Long) - Constructor for class com.qfs.repository.dto.PointValueDto
Constructor.
PointValueDto.KeyDto - Class in com.qfs.repository.dto
DTO of a point value key.
PointValueQuery - Class in com.qfs.repository.persistence.model.impl
The point value query.
PointValueQuery(String, ITimePeriod) - Constructor for class com.qfs.repository.persistence.model.impl.PointValueQuery
Constructor.
PointValueQueryDto - Class in com.qfs.repository.dto
The DTO for point value queries.
PointValueQueryDto() - Constructor for class com.qfs.repository.dto.PointValueQueryDto
Constructor.
PointValueQueryDto(IPointValueQuery) - Constructor for class com.qfs.repository.dto.PointValueQueryDto
Copy constructor.
PointValueQueryDto(String, TimePeriodDto) - Constructor for class com.qfs.repository.dto.PointValueQueryDto
Constructor.
PointValueUpdates - Class in com.qfs.repository.impl
Default implementation of IPointValueUpdates.
PointValueUpdates(Long, List<? extends IPointValue>, List<? extends IPointValue>) - Constructor for class com.qfs.repository.impl.PointValueUpdates
Constructor.
PointValueUpdatesDto - Class in com.qfs.repository.dto
The serializable version of the @Link PointValueUpdates.
PointValueUpdatesDto() - Constructor for class com.qfs.repository.dto.PointValueUpdatesDto
Default Constructor.
PointValueUpdatesDto(IPointValueUpdates) - Constructor for class com.qfs.repository.dto.PointValueUpdatesDto
Copy constructor.
PointValueUpdatesDto(Long, List<PointValueDto>, List<PointValueDto>) - Constructor for class com.qfs.repository.dto.PointValueUpdatesDto
Constructor.
POJOColumnCalculator - Class in com.qfs.msg.impl
A column calculator to retrieve data from a POJO, given an attribute name.
POJOColumnCalculator(String) - Constructor for class com.qfs.msg.impl.POJOColumnCalculator
Constructor.
POJOMessageChannelFactory - Class in com.qfs.source.impl
Base POJO channel factory IStoreMessageChannelFactory.
POJOMessageChannelFactory(ISource<String, Object>, IDatastore) - Constructor for class com.qfs.source.impl.POJOMessageChannelFactory
Constructor.
POJOMessageChannelFactory(IDatastore) - Constructor for class com.qfs.source.impl.POJOMessageChannelFactory
Constructor.
POJOTuplizer - Class in com.qfs.msg.impl
Default implementation of a tuplizer for POJO.
POJOTuplizer() - Constructor for class com.qfs.msg.impl.POJOTuplizer
 
poll() - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
Retrieves and removes the biggest element of the heap.
poll() - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
Retrieves and removes the biggest element of the heap.
poll() - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
Retrieves and removes the biggest element of the heap.
poll() - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
Retrieves and removes the biggest element of the heap.
poll() - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
Retrieves and removes the smallest element of the heap.
poll() - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
Retrieves and removes the smallest element of the heap.
poll() - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
Retrieves and removes the smallest element of the heap.
poll() - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
Retrieves and removes the smallest element of the heap.
poll() - Method in class com.qfs.heap.impl.MaxHeapDouble
Retrieves and removes the biggest element of the heap.
poll() - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
Retrieves and removes the biggest element of the heap.
poll() - Method in class com.qfs.heap.impl.MaxHeapFloat
Retrieves and removes the biggest element of the heap.
poll() - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
Retrieves and removes the biggest element of the heap.
poll() - Method in class com.qfs.heap.impl.MaxHeapInteger
Retrieves and removes the biggest element of the heap.
poll() - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
Retrieves and removes the biggest element of the heap.
poll() - Method in class com.qfs.heap.impl.MaxHeapLong
Retrieves and removes the biggest element of the heap.
poll() - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
Retrieves and removes the biggest element of the heap.
poll() - Method in class com.qfs.heap.impl.MinHeapDouble
Retrieves and removes the smallest element of the heap.
poll() - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
Retrieves and removes the smallest element of the heap.
poll() - Method in class com.qfs.heap.impl.MinHeapFloat
Retrieves and removes the smallest element of the heap.
poll() - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
Retrieves and removes the smallest element of the heap.
poll() - Method in class com.qfs.heap.impl.MinHeapInteger
Retrieves and removes the smallest element of the heap.
poll() - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
Retrieves and removes the smallest element of the heap.
poll() - Method in class com.qfs.heap.impl.MinHeapLong
Retrieves and removes the smallest element of the heap.
poll() - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
Retrieves and removes the smallest element of the heap.
poll() - Method in interface com.qfs.msg.csv.ICSVTopic
Poll the topic for an event describing what changed since the last time.
poll() - Method in class com.qfs.msg.csv.impl.ACSVTopic
 
poll() - Method in class com.quartetfs.pivot.mdx.utils.impl.CircularBuffer
 
poll(ACSVTopic.PendingState<I>, Map<I, Long>) - Method in class com.qfs.msg.csv.impl.ACSVTopic
Poll events from the given pending state, update the committed map if necessary, and returns the file event generated.
pollNext() - Method in class com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.AVisitorContextWithArgs
 
pollNext() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.IVisitorContext
Returns and removes the next node to visit.
pollNext() - Method in class com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.NoArgsVisitorContext
 
POLYMORPHIC_INVALID_KPIS - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
POLYMORPHIC_INVALID_POSTPROCESSORS - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
POOL_ALIAS - Static variable in class com.qfs.pool.impl.PoolUtil
Pool alias for named thread factory.
POOL_SIZE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property that configures the number of worker threads in the QFS pools: 'activeviam.pool.size'.
PoolConfig(int, ForkJoinPool.ForkJoinWorkerThreadFactory) - Constructor for class com.qfs.pool.impl.PoolUtil.PoolConfig
 
PoolFactoryPlugin - Class in com.qfs.pool.impl
Explicit declaration of the IPoolFactory plugin values.
PoolFactoryPlugin() - Constructor for class com.qfs.pool.impl.PoolFactoryPlugin
Constructor.
poolsCleaner() - Method in interface com.qfs.server.cfg.IDatastoreConfig
 
poolSelector - Variable in class com.qfs.concurrent.cancellable.impl.MultiCancellableCountedCompleter
The thread pool selector that will determine on which pool a parent will be completed.
PoolUtil - Class in com.qfs.pool.impl
Thread pool utility class.
PoolUtil() - Constructor for class com.qfs.pool.impl.PoolUtil
 
PoolUtil.PoolConfig - Class in com.qfs.pool.impl
 
pop() - Method in class com.qfs.chunk.direct.allocator.impl.ConcurrentUniqueIntegerStack
Pops the head of the list and change it with the next one.
pop() - Method in class com.qfs.concurrent.impl.ConcurrentStack
Removes the top element from the stack and returns it.
pop() - Method in interface com.quartetfs.pivot.mdx.IContextBase
Pops back to the previous context.
pop() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingContextBase
 
pop() - Method in class com.quartetfs.pivot.mdx.impl.ARootContextBase
 
pop() - Method in class com.quartetfs.pivot.mdx.plan.impl.ContextMaintainer
Restore the context seen at ContextMaintainer.push().
populate() - Method in interface com.quartetfs.biz.xmla.ITabularDataSet
Populates the data set from the cellset.
populate() - Method in class com.quartetfs.pivot.mdx.xmla.impl.TabularDataSet
 
populateQueryCacheContext(IAggregatesCache.IQueryContext) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Populate the given query context with the relevant values.
populateQueryCacheContext(IAggregatesCache.IQueryContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
POPULATION_STD_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
POPULATION_VAR_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for population variance function.
PopulationStdAggregateFunction - Class in com.activeviam.agg.impl
A IUserDefinedAggregateFunction which calculates the standard deviation using the population formula.
PopulationStdAggregateFunction() - Constructor for class com.activeviam.agg.impl.PopulationStdAggregateFunction
 
PopulationVarianceAggregateFunction - Class in com.activeviam.agg.impl
A IUserDefinedAggregateFunction which calculates the variance using the sample formula.
PopulationVarianceAggregateFunction() - Constructor for class com.activeviam.agg.impl.PopulationVarianceAggregateFunction
 
PORT_RANGE - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The range of valid ports.
pos - Variable in class com.qfs.bitmap.impl.QFSRun
Position of current word in buffer.
position() - Method in class com.activeviam.cloud.fetch.impl.AConcurrentlyFetchingChannel
 
position(long) - Method in class com.activeviam.cloud.fetch.impl.AConcurrentlyFetchingChannel
 
POSITION_KEY - Static variable in class com.activeviam.copper.pivot.pp.AValueAtExtremaMemberPostProcessor
The key to store the FirstLastMeasureBuilder.Position in the properties.
POSITION_KEY - Static variable in class com.activeviam.copper.pivot.pp.FirstLastPostProcessor
The key to store the FirstLastMeasureBuilder.Position in the properties.
POSITION_TYPE - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
Defines how the position is computed.
PositionData - Class in com.qfs.pivot.json.cellset
The position data.
PositionData() - Constructor for class com.qfs.pivot.json.cellset.PositionData
 
PositionData(List<String>, List<String>, Map<String, Object>) - Constructor for class com.qfs.pivot.json.cellset.PositionData
Constructor.
PositionDataBuilder - Class in com.qfs.pivot.builder.cellset.impl
The position data builder.
PositionDataBuilder() - Constructor for class com.qfs.pivot.builder.cellset.impl.PositionDataBuilder
 
PositionMultiplePartitionSelector - Class in com.qfs.store.part.impl
Implementation of IPartitionSelector for a partitioning on a unique field on which multiple values are selected thus potentially selecting multiple partitions.
PositionMultiplePartitionSelector(IDictionaryOperand, IPartitioning, int) - Constructor for class com.qfs.store.part.impl.PositionMultiplePartitionSelector
Constructor.
positions - Variable in class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
The positions.
positions - Variable in class com.qfs.pivot.json.cellset.AxisData
The positions.
PositionToStringFieldSupplier - Class in com.qfs.store.part.impl
Dummy name supplier for Partitionings that returns a field index as its name.
POSITIVE_INT_MASK - Static variable in class com.qfs.fwk.impl.FlagsUtil
The mask to apply to a long field to only keep its lower 31 bits, which corresponds to the "low" integer without its sign bit.
PositiveVector - Class in com.qfs.vector.impl
A wrapper around an IVector that only sees the positive values: it returns 0 for the coordinates where the underlying vector is positive.
PositiveVector(IVector) - Constructor for class com.qfs.vector.impl.PositiveVector
Constructs a read-only view of the underlying vector, only exposing the positive values, and exposing 0 for the negative values.
POST - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
post_fixable_term() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
post_fixable_term() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
post_fixable_term_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.post_fixable_term_return
 
post_fixed_term() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
post_fixed_term() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
post_fixed_term_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.post_fixed_term_return
 
postDeregistration(IContinuousQuery<? extends int[], ? extends IContinuousQueryUpdateWithBranches<int[]>>) - Method in class com.qfs.repository.mdx.impl.LookupMdxContinuousDecorator
 
postDeregistration(IContinuousQuery<? extends int[], ? extends IContinuousQueryUpdateWithBranches<int[]>>) - Method in interface com.quartetfs.pivot.mdx.realtime.IMdxRegistrationDecorator
This method is called after the continuous query is unregistered.
postDeregistration(IContinuousQuery<? extends int[], ? extends IContinuousQueryUpdateWithBranches<int[]>>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.PastMdxContinuousDecorator
 
PostFileJsonParam(String, List<String>, List<String>) - Constructor for class com.qfs.content.rest.impl.RestContentJsonParams.PostFileJsonParam
Constructor.
postMethod(String, String, String, String) - Method in class com.qfs.content.rest.impl.RestContentServerController
Performs an operation on the content service.
postOnBranch(String, String) - Method in interface com.qfs.service.store.IDatabaseRestService
Post on a branch, only support fast-forward at the moment.
postOnBranch(String, String) - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
postProcess(IStoreMessage<? extends I, ?>, Collection<Object[]>, String) - Method in class com.qfs.source.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
Method that contains the business logic, processing the tuples after the datastore transformation is applied.
postProcessBeforeInitialization(Object, String) - Method in class com.activeviam.apm.cfg.impl.RestServicesConfigBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class com.activeviam.apm.cfg.impl.ServicesConfigBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class com.activeviam.apm.cfg.impl.WebSocketServicesConfigBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class com.activeviam.apm.cfg.impl.XmlaServletConfigBeanPostProcessor
 
PostProcessedAggregatesRetrieval - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Base implementation of a post-processed retrieval that executes its associated post-processor once all its underlying retrievals are done.
PostProcessedAggregatesRetrieval(CancellableCountedCompleter<?>, ExecutionPlan, IScopeLocation, int, IPostProcessedMeasure, IPostProcessor, ActivePivotAggregatesRetriever, IMissedPrefetchBehavior.Behavior) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PostProcessedAggregatesRetrieval
Constructor.
PostProcessedMeasure - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
Some measures/facts are best to be calculated on a need basis because they may depend on external factors (e.g.
PostProcessedMeasure(IPostProcessor, Properties) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.PostProcessedMeasure
Constructor that also initializes this measure.
PostProcessedMeasure(String, String, String, String, String, boolean) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.PostProcessedMeasure
Constructor.
PostProcessorCopperMeasure - Class in com.activeviam.copper.measure
A Copper measure representing a legacy post-processor.
PostProcessorCopperMeasure(List<IInternalCopperMeasure>, MeasureMetadata, String, Properties, boolean) - Constructor for class com.activeviam.copper.measure.PostProcessorCopperMeasure
Constructor.
PostProcessorCopperMeasure.Factory - Class in com.activeviam.copper.measure
PostProcessorCreationContext - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
Default implementation of IPostProcessorCreationContext.
PostProcessorCreationContext(IActivePivot, IMeasuresProvider) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.PostProcessorCreationContext
Constructor.
PostProcessorDescription - Class in com.quartetfs.biz.pivot.definitions.impl
The description class for a PostProcessedMeasure.
PostProcessorDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
Constructor.
PostProcessorDescription(IPostProcessorDescription) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
Copy constructor.
PostProcessorDescription(String, String, Properties) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
Constructor.
PostProcessorEvaluationException - Exception in com.quartetfs.biz.pivot.postprocessing
Exception thrown by a post processor during the evaluation of a location.
PostProcessorEvaluationException() - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorEvaluationException
 
PostProcessorEvaluationException(String) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorEvaluationException
 
PostProcessorEvaluationException(String, Object...) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorEvaluationException
 
PostProcessorEvaluationException(String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorEvaluationException
 
PostProcessorEvaluationException(Throwable) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorEvaluationException
 
PostProcessorEvaluationException(Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorEvaluationException
 
PostProcessorException - Exception in com.quartetfs.biz.pivot.postprocessing
Exception thrown by a post processor.
PostProcessorException() - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorException
 
PostProcessorException(String) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorException
 
PostProcessorException(String, Object...) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorException
 
PostProcessorException(String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorException
 
PostProcessorException(Throwable) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorException
 
PostProcessorException(Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorException
 
PostProcessorExtendedPlugin - Class in com.quartetfs.biz.pivot.postprocessing.impl
Explicit implementation of the post processor extended plugin.
PostProcessorExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.PostProcessorExtendedPlugin
Constructor registering the default post-processor implementations provided by the product.
PostProcessorInitializationException - Exception in com.quartetfs.biz.pivot.postprocessing
Exception thrown by a post processor during its initialization.
PostProcessorInitializationException() - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorInitializationException
 
PostProcessorInitializationException(String) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorInitializationException
 
PostProcessorInitializationException(String, Object...) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorInitializationException
 
PostProcessorInitializationException(String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorInitializationException
 
PostProcessorInitializationException(Throwable) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorInitializationException
 
PostProcessorInitializationException(Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.PostProcessorInitializationException
 
PostProcessorUtils - Class in com.activeviam.pivot.postprocessing
Utility methods for PostProcessors.
PostProcessorUtils() - Constructor for class com.activeviam.pivot.postprocessing.PostProcessorUtils
 
postRegistration(IContinuousQuery<? extends int[], ? extends IContinuousQueryUpdateWithBranches<int[]>>) - Method in class com.qfs.repository.mdx.impl.LookupMdxContinuousDecorator
 
postRegistration(IContinuousQuery<? extends int[], ? extends IContinuousQueryUpdateWithBranches<int[]>>) - Method in interface com.quartetfs.pivot.mdx.realtime.IMdxRegistrationDecorator
This method is called after the continuous query is registered.
postRegistration(IContinuousQuery<? extends int[], ? extends IContinuousQueryUpdateWithBranches<int[]>>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.PastMdxContinuousDecorator
 
postViewUpdated(IContinuousQueryUpdateWithBranches<int[]>) - Method in interface com.quartetfs.pivot.mdx.realtime.IMdxRegistrationDecorator
This method is called after the continuous query has been notified about an update.
postViewUpdated(IContinuousQueryUpdateWithBranches<int[]>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.AMdxRegistrationDecorator
 
postViewUpdated(IContinuousQueryUpdateWithBranches<int[]>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.PastMdxContinuousDecorator
 
pow() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
POW - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
POW - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
POW - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
POW - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
pow_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.pow_return
 
PowFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
PowFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.PowFunction
 
pp(IMdxResult) - Static method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
 
pp(String, IActivePivotManager) - Static method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
Print the result of the Mdx query in a pivot table.
PpDependencyKey(int, ICubeFilter, IPostProcessedMeasure, IMeasuresProvider) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph.PpDependencyKey
Full constructor.
PpNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
A ARetrievalNode specialized for a post-processed retrieval.
PpNode(IScopeLocation, int, ICubeFilter, IPostProcessedMeasure, IPostProcessor, IMeasuresProvider, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
Constructor.
PreAggregatedDataContributor - Class in com.activeviam.pivot.contribution.impl
Deprecated, for removal: This API element is subject to removal in a future version.
PreAggregatedDataContributor(ISchemaSelectionSessionHolder, boolean) - Constructor for class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
PreAggregatedHierarchyContributionTask - Class in com.activeviam.pivot.contribution.impl
 
PreAggregatedHierarchyContributionTask(StampedLock, IHierarchyTransaction, IPointAggregateStore, int, IDomainDictionaryProvider) - Constructor for class com.activeviam.pivot.contribution.impl.PreAggregatedHierarchyContributionTask
Full constructor.
PreAggregatedSelectionMappingBuilder - Class in com.activeviam.pivot.contribution.impl
Builder creating selections returning aggregated results to feed ActivePivot components.
PreAggregatedSelectionMappingBuilder() - Constructor for class com.activeviam.pivot.contribution.impl.PreAggregatedSelectionMappingBuilder
 
preBuild() - Method in interface com.qfs.store.build.impl.DatastoreBuilder.IInternalBuildableDatastore
Deprecated.
Pre-build the datastore by preparing its updater.
Predict - com.quartetfs.biz.xmla.constants.Keyword
 
Predict_Only - com.quartetfs.biz.xmla.constants.Keyword
 
PredictAdjustedProbability - com.quartetfs.biz.xmla.constants.Keyword
 
PredictHistogram - com.quartetfs.biz.xmla.constants.Keyword
 
Prediction - com.quartetfs.biz.xmla.constants.Keyword
 
PREDICTION_ENTITY - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
PredictionScore - com.quartetfs.biz.xmla.constants.Keyword
 
PredictProbability - com.quartetfs.biz.xmla.constants.Keyword
 
PredictProbabilityStDev - com.quartetfs.biz.xmla.constants.Keyword
 
PredictProbabilityVariance - com.quartetfs.biz.xmla.constants.Keyword
 
PredictStDev - com.quartetfs.biz.xmla.constants.Keyword
 
PredictSupport - com.quartetfs.biz.xmla.constants.Keyword
 
PredictVariance - com.quartetfs.biz.xmla.constants.Keyword
 
prefetch(IMeasuresProvider, Collection<? extends IAggregatesRetrievalDescription>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Triggers the planning of the given retrievals.
prefetch(IMeasuresProvider, Collection<? extends IAggregatesRetrievalDescription>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
prefetch(AggregatesEntry, IImpact) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine.ContinuousAggregatesRetriever
Plans the retrieval of a measure/location as seen in the entry/impact.
prefetch(Collection<? extends IAggregatesRetrievalDescription>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
prefetch(Collection<ILocation>, Collection<String>, ICubeFilter) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
PREFETCH_AND_RESULT - com.activeviam.copper.api.CopperAnalyticMeasure.AnalyticFilter
Applies the filter on both the prefetch and the result.
PREFETCH_NAME - Static variable in class com.activeviam.copper.pivot.pp.AnalyticFunctionPostProcessor
The name of the single prefetch we perform.
PREFETCH_WITH_JOIN_MEASURES - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAnalysisAggregationProcedure
The name of the DatabasePrefetchRequest that will be used to compute the Join Measures.
PREFETCHER_NAME - Static variable in class com.activeviam.copper.pivot.pp.UserDefinedAggregationPostProcessor
Deprecated.
The name of the prefetcher used by this dynamic post processor.
PREFETCHER_NAME - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessorOnTheFlyPattern
To retrieve the prefetcher.
PrefetchRequest<CONTEXT> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
This class contains all the necessary data to retrieve the aggregates associated to a prefetch request.
PrefetchRequest() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.PrefetchRequest
No-argument constructor, for serialization.
PrefetchRequest(ILocation, ICubeFilter, IMeasureMember) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.PrefetchRequest
Constructor.
PrefetchRequest(ILocation, ICubeFilter, IMeasureMember, CONTEXT) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.PrefetchRequest
Constructor.
PrefetchRequest(ILocation, ICubeFilter, Collection<? extends IMeasureMember>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.PrefetchRequest
Constructor.
PrefetchRequest(ILocation, ICubeFilter, Collection<? extends IMeasureMember>, CONTEXT) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.PrefetchRequest
Constructor.
Prefix - com.quartetfs.pivot.mdx.statement.Syntax
Prefix style e.g.
PREFIX - Static variable in class com.qfs.pivot.content.impl.ActivePivotContentService
Root path where this class contributes by default its entries into the content service.
PREFIX_KEY - Static variable in class com.quartetfs.biz.pivot.context.drillthrough.impl.VectorDrillthroughColumnSet
Key to retrieve the base name of the properties to generate from Properties.
PrefixedContentService - Class in com.qfs.content.service.impl
Implementation of IContentService which relies on an other IContentService.
PrefixedContentService(String, IContentService) - Constructor for class com.qfs.content.service.impl.PrefixedContentService
Constructor.
PREFIXLEN - Static variable in class com.qfs.util.tar.impl.TarHeader
The length of the name prefix field in a header buffer.
PREFIXOFFSET - Static variable in class com.qfs.util.tar.impl.TarHeader
The offset of the name prefix field in a header buffer.
preloadCache(Set<String>) - Method in class com.qfs.repository.impl.RepositoryDaemon
Preloads the cache with some given parameters.
prepare(DistinctQuery) - Method in interface com.activeviam.database.api.query.IQueryManager
Creates a prepared query from the definition of a distinct query.
prepare(DistinctQuery) - Method in class com.activeviam.store.impl.QueryManagerAdapter
 
prepare(GetByKeyQuery) - Method in class com.activeviam.store.impl.QueryManagerAdapter
 
prepare(ListQuery) - Method in interface com.activeviam.database.api.query.IQueryManager
Creates a prepared query from the definition of a list query.
prepare(ListQuery) - Method in class com.activeviam.store.impl.QueryManagerAdapter
 
prepare(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
prepare(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in class com.qfs.repository.impl.RepositoryService
 
prepare(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in interface com.qfs.repository.IRepositoryService
Prepares an update of a parameter.
prepare(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
prepare(IParameterUpdate<? extends IPointValue.IKey, PointValue>) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
prepare(IParameterUpdate<? extends IPointValue.IKey, PointValue>) - Method in interface com.qfs.repository.persistence.IPointValueDao
Prepares an update of a parameter.
prepare(IMappedTuple) - Method in interface com.quartetfs.fwk.util.IMappedTupleEnricher
Prepare an enriched mapped tuple, leaving all the enrichment attribute slots empty (set to 'null').
prepare(IMappedTuple) - Method in class com.quartetfs.fwk.util.impl.MappedTupleEnricher
 
PREPARE_ACTION - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to define the prepare.
prepareActiveMonitorDatabase() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean Action] Prepares the database.
prepareActiveMonitorServices() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean Action]Prepares the services.
prepareCommit(int[]) - Method in interface com.qfs.store.IDatastoreSchemaTransaction
Deprecated.
Prepares commit in a set of stores of the schema.
prepareCommit(int[]) - Method in class com.qfs.store.impl.DatastoreSchemaBase
Waits for a set of stores to have finished processing their modifications.
prepareCommit(int[]) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
Waits for a set of stores to have finished processing their modifications.
prepareCommit(int[]) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Prepares commit in a set of stores of the schema.
prepareCommit(IEpoch) - Method in class com.qfs.index.impl.AUniqueRecordIndexTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.index.impl.IntegerArrayTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.index.impl.LongArrayTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.index.impl.SecondaryRecordIndexTransaction
 
prepareCommit(IEpoch) - Method in interface com.qfs.multiversion.ITransaction
Prepares this transaction for committing.
prepareCommit(IEpoch) - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedMeasureHierarchyTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.pivot.cube.provider.impl.AAggregateProviderTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.pivot.cube.provider.impl.AGlobalAggregateProviderTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.pivot.hierarchy.impl.MeasureHierarchyTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.store.impl.ARecordSetTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.store.impl.StorePartitionTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.store.impl.StoreTransaction
 
prepareCommit(IEpoch) - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
 
prepareCommit(IEpoch) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy.AxisHierarchyTransaction
 
prepareCommit(IEpoch) - Method in class com.quartetfs.biz.pivot.cube.impl.CubeTransaction
 
prepareCommit(IEpoch) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotTransaction
 
prepareCommitTransaction(long, DatastoreSchemaTransactionInformation) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Prepares to commit transaction on datastores of the given transactionId.
prepareCommitTransaction(long, DatastoreSchemaTransactionInformation) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
PreparedAggregateQuery - Class in com.activeviam.store.impl
 
PreparedAggregateQuery(AggregateQuery, IQueryResultFormat, TIntIntMap) - Constructor for class com.activeviam.store.impl.PreparedAggregateQuery
 
prepareDictionaries(Map<String, Object>) - Method in class com.qfs.store.query.condition.impl.ComparisonCompiledCondition
 
prepareDictionaries(Map<String, Object>) - Method in interface com.qfs.store.query.plan.condition.ICompiledCondition
When a record that should match the condition is added before the instance is evaluated and after the instance has been created, this record might not be part of the query result if an operand value of a dictionarized field has never been mapped in the dictionary before.
prepareDictionaries(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.AParentCompiledCondition
 
prepareDictionaries(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.ContainsIgnoreCaseCompiledCondition
 
prepareDictionaries(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.CustomCompiledCondition
 
prepareDictionaries(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.FalseCompiledCondition
 
prepareDictionaries(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.InCompiledCondition
 
prepareDictionaries(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.InDictionaryCompiledCondition
 
prepareDictionaries(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.LikeCompiledCondition
 
prepareDictionaries(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.NotCompiledCondition
 
prepareDictionaries(Map<String, Object>) - Method in class com.qfs.store.query.plan.condition.impl.TrueCompiledCondition
 
preparedStatement(String) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo.JdbcFetchingInfoBuilder
The prepared statement.
PreparedStatementHolder(Connection, PreparedStatement) - Constructor for class com.qfs.msg.jdbc.impl.JDBCTopic.PreparedStatementHolder
Constructor.
prepareForQuery(WsSession) - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Prepares this holder for a run in a new stream.
prepareInit(IPostProcessor) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyPostProcessedMeasure
 
prepareInit(IPostProcessor) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.PostProcessedMeasure
 
prepareInit(IPostProcessor) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IPostProcessedMeasure
Prepares this measure to be initialized using its associated post-processor (that was created by this measure).
prepareStatement(IConnectionSupplier) - Method in class com.qfs.msg.jdbc.impl.JDBCTopic
 
prepareStatement(IConnectionSupplier) - Method in class com.qfs.msg.jdbc.impl.JDBCTopic.QueryPreparedStatementSupplier
 
prepareStatement(IConnectionSupplier) - Method in interface com.qfs.msg.jdbc.IPreparedStatementSupplier
Returns the IPreparedStatementSupplier.IPreparedStatementHolder that will create the PreparedStatement associated with this topic.
prependCharacters(char[]) - Method in class com.qfs.msg.csv.impl.ParserResource
Add characters before the beginning of the buffer, this implies that the buffer has some space provisioned for those characters.
preprend(JoinPath) - Method in class com.activeviam.database.api.schema.FieldPath
Creates a new path starting with the given one and ending with the current one.
preProcess(IStoreMessage<? extends I, ?>, List<Object[]>) - Method in class com.qfs.source.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
Method that contains the business logic, processing the tuples before the datastore transformation is applied.
preRegister(S) - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
 
preRegister(S) - Method in interface com.quartetfs.tech.streaming.sharing.IStreamNode
Required PreRegistration of the stream.
presentInBitmap(int) - Method in class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisMember
 
presentInBitmap(int) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionDistributedAxisMember
Check if the position is present in this member bitmap.
PRESERIALIZED_HIERARCHY_SIZE - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
PRESERIALIZING_DIMENSION_DURATION - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
PRESERIALIZING_HIERARCHY_DURATION - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
preserveOrder() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SetBuilder
The tuple of the result will be sorted by insertion.
prettyPrint(IRowset) - Static method in class com.quartetfs.biz.xmla.rowset.impl.RowSetUtils
Prints to the console in a well-formated table the given rowset.
prettyPrint(IMdxResult) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
Print in the mdxResult in pivot table.
prettyPrint(MdxCellSet) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
Print in the cellSet in pivot table.
prettyPrint(String, IActivePivotManager) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
Print the result of the Mdx query in a pivot table.
prettyPrint(Iterator<String>) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
Print the result an Mdx query in a pivot table.
prettyPrintCount(long) - Static method in class com.qfs.util.timing.impl.StopWatch
Creates a pretty string version of a integer value, using names of power of 10^3.
PrettyPrinter - Class in com.quartetfs.pivot.mdx.utils.impl
This class will take care of transforming a Iterator pointing reference data into a pivot table.
PrettyPrinter(OutputStream, Iterator<String>) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.PrettyPrinter
Constructor.
PrettyPrinter.TablePrinter - Class in com.quartetfs.pivot.mdx.utils.impl
 
preViewUpdated(IContinuousQueryUpdateWithBranches<int[]>) - Method in interface com.quartetfs.pivot.mdx.realtime.IMdxRegistrationDecorator
This method is called before the continuous query is notified about an update.
preViewUpdated(IContinuousQueryUpdateWithBranches<int[]>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.AMdxRegistrationDecorator
 
preViewUpdated(IContinuousQueryUpdateWithBranches<int[]>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.PastMdxContinuousDecorator
 
previous() - Method in class com.qfs.util.impl.QfsLists.ReverseIterator
Deprecated.
 
PREVIOUS_STREAM - com.quartetfs.biz.pivot.query.aggregates.ITimeLinePostProcessor.PositionTypes
 
previousIndex() - Method in class com.qfs.util.impl.QfsLists.ReverseIterator
Deprecated.
 
PreviousValuePostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
PostProcessor which, given a cell and a time hierarchy, returns the previous underlying along the time hierarchy.
PreviousValuePostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.PreviousValuePostProcessor
Constructor.
PrevMember - com.quartetfs.biz.xmla.constants.Keyword
 
PREVMEMBER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
PrevMemberFunction - Class in com.quartetfs.pivot.mdx.func.impl
PrevMember function.
PrevMemberFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.PrevMemberFunction
 
primitive(boolean) - Method in class com.qfs.store.Types.TypeInformation.TypeBuilder
 
PRIMITIVE_FULL_FORK_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that allows to toggle the behavior of the primitive retrievals in the continuous queries.
PrimitiveAggregationDependencyKey(int, ICubeFilter) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph.PrimitiveAggregationDependencyKey
Constructor from a scope location.
PrimitiveAggregationNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
A PrimitiveNode whose result is already available in the IAggregatesCache.
PrimitiveAggregationNode(IScopeLocation, int, ICubeFilter, LocationUtil.HasAnalysisLevelCoordinatesResult, Collection<ILevelInfo>, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
Constructor.
PrimitiveAnalysisAggregationRetrieval - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Retrieval performing the aggregation on analysis hierarchies.
PrimitiveAnalysisAggregationRetrieval(CancellableCountedCompleter<?>, IExecutionPlan, IScopeLocation, IScopeLocation, IScopeLocation, int, IHierarchicalMapping, Collection<? extends IAnalysisAggregationProcedure<?>>, Map<DatabasePrefetchRequest, Map<IAnalysisAggregationProcedure<?>, Set<String>>>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PrimitiveAnalysisAggregationRetrieval
Full constructor.
PrimitiveBooleanHandler(RecordFormat, int, boolean) - Constructor for class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
PrimitiveDependencyKey(int, ICubeFilter) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph.PrimitiveDependencyKey
Full constructor.
PrimitiveDoubleHandler(RecordFormat, int, double) - Constructor for class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
PrimitiveEncoding - Class in com.qfs.store.record.reader.impl
Utilities to encode and decode primitive data from an array of bytes.
PrimitiveFloatHandler(RecordFormat, int, float) - Constructor for class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
Constructor.
PrimitiveIntHandler(RecordFormat, int, int) - Constructor for class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
PrimitiveLongHandler(RecordFormat, int, long) - Constructor for class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
Constructor.
PrimitiveNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
A ARetrievalNode specialized for a primitive retrieval.
PrimitiveNode(IScopeLocation, int, ICubeFilter, LocationUtil.HasAnalysisLevelCoordinatesResult, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveNode
Constructor.
PrimitiveNullableBooleanHandler(RecordFormat, int, Boolean) - Constructor for class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
Constructor.
PrimitiveNullableDoubleHandler(RecordFormat, int, Double) - Constructor for class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
PrimitiveNullableFloatHandler(RecordFormat, int, Float) - Constructor for class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
PrimitiveNullableIntHandler(RecordFormat, int, Integer) - Constructor for class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
PrimitiveNullableLongHandler(RecordFormat, int, Long) - Constructor for class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
PrimitiveRangeLocationPlan - Class in com.quartetfs.biz.pivot.cube.provider.impl
A RangeLocationPlan specialized for computing coverage between locations in the context of a primitive measure retrieval.
PrimitiveRangeLocationPlan(IHierarchicalMapping, int) - Constructor for class com.quartetfs.biz.pivot.cube.provider.impl.PrimitiveRangeLocationPlan
Constructor.
PrimitiveRetrievalsPerPoolPerLocationTask(PrimitiveRetrievalsPerPoolTask, IMixedWorkloadPool, IPrimitiveRetrieval[], boolean) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.PrimitiveRetrievalsPerPoolTask.PrimitiveRetrievalsPerPoolPerLocationTask
Constructor.
PrimitiveRetrievalsPerPoolTask - Class in com.quartetfs.biz.pivot.query.aggregates.impl
This task is responsible for executing all primitive retrievals of a given execution plan that are to be executed in a given IMixedWorkloadPool.
PrimitiveRetrievalsPerPoolTask(CancellableCountedCompleter<?>, ExecutionPlan, IColumn<IPrimitiveRetrieval[]>, IColumn<IPrimitiveRetrieval[]>, IMixedWorkloadPool) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.PrimitiveRetrievalsPerPoolTask
Constructor.
PrimitiveRetrievalsPerPoolTask.PrimitiveRetrievalsPerPoolPerLocationTask - Class in com.quartetfs.biz.pivot.query.aggregates.impl
This task is responsible for executing all primitive retrievals in the given array that are to be executed in a given IMixedWorkloadPool.
primitiveToWrapper(Class<?>) - Static method in class com.qfs.util.impl.QfsClass
Deprecated.
Converts the specified primitive Class object to its corresponding wrapper Class object.
PRINCIPAL_CLAIM_KEY - Static variable in class com.qfs.jwt.service.impl.AJwtService
The key of the claim containing the subject.
PRINCIPAL_CLAIM_KEY_PROPERTY - Static variable in class com.qfs.server.cfg.impl.JwtConfig
The name of the property containing the key of the JWT claim containing the principal.
print() - Method in class com.qfs.graph.impl.Tree
Prints the tree in the standard output stream.
print() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphPrinter
Prints the PlanningGraphPrinter.graph.
print() - Method in class com.quartetfs.pivot.mdx.utils.impl.PrettyPrinter
Prints.
print(IVersionHistory<? extends IVersion>) - Static method in class com.qfs.util.impl.BranchPrinter
Creates a human readable representation of the branches.
print(IAxisHierarchyCollector) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
print(IParentAxisMember, int) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
print(IMdxResult) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
Print with details the mdxResult.
print(MdxCellSet) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
Print with details the cellSet.
print(MdxDrillthroughRowset) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
 
print(Writer) - Method in class com.quartetfs.pivot.mdx.utils.impl.PrettyPrinter.TablePrinter
 
print(String) - Method in interface com.activeviam.collections.ImmutableMap
Print content and return itself.
print(String) - Method in class com.activeviam.collections.impl.ImmutableHashMap
 
print(String) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Dump a cell plan result to standard output.
print(String, IDirectedGraph<K, V, E>) - Method in interface com.qfs.gui.IDirectedGraphPrinter
Prints the content of a graph in a window.
print(String, IDirectedMultiGraph<K, V, E>) - Method in interface com.qfs.gui.IDirectedGraphPrinter
Prints the content of a graph in a window.
print(String, IActivePivotManager) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
Print with details the result of the Mdx statement.
print(String, PrintStream) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Dump a cell plan result.
print(Iterator<String>) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
Print each element of pointed by the iterator on a new line.
PRINT_TIMINGS - Static variable in class com.activeviam.pivot.postprocessing.impl.AAdvancedPostProcessor
"printTimings" property that enables the printing of execution timings.
PRINT_TIMINGS - Static variable in class com.qfs.pivot.cube.provider.impl.AAggregateProviderBase
Property to enable printing execution timings.
printBase() - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Prints this base.
printBase() - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
printBase() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
printCellCount(int) - Static method in interface com.qfs.pivot.testing.ICellSetTester
Creates the string giving the number of cells in a human friendly way.
printCellSet() - Method in interface com.qfs.pivot.testing.ICellSetTester
Print the underlying cell set on System.out.
printCurrentPlan(ActivePivotAggregatesRetriever, StringBuilder, int, List<IAggregatesRetrieval>, boolean, long, long, boolean, boolean) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphPrinter
Creates and adds to the input builder a String that represents the planned retrievals.
printCursor(ICursor) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints the content of a cursor.
PrintDataLoadTimingEnabler - Class in com.activeviam.apm.pivot.monitoring.jmx.impl
Monitoring components to control the print of the data loading timing statistics for the intra-day files.
printDataSize(long) - Static method in class com.quartetfs.fwk.util.MessageUtil
Format a number of bytes into a readable data size.
PrinterLogger(Logger) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.MdxPrinterBuilder.PrinterLogger
Same as PrinterLogger(Logger, Level) with Level.INFO as second argument.
PrinterLogger(Logger, Level) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.MdxPrinterBuilder.PrinterLogger
 
printExecutionDetails(StringBuilder, int, long) - Method in class com.qfs.query.impl.DistributedAggregatesRetrievalCreator.DistributedAggregatesRetrieval
 
printExecutionDetails(StringBuilder, int, long) - Method in class com.qfs.query.impl.DistributedAggregatesRetrievalCreator.DistributedPostProcessedRetrieval
 
printExecutionDetails(StringBuilder, int, long) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrieval
Prints details about the execution details of this retrieval and its siblings in the given string builder, namely execution timings and result sizes.
printExecutionDetails(StringBuilder, int, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
Prints details about the execution time of this retrieval and its siblings in the given string builder.
printExecutionDetails(StringBuilder, int, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
printExecutionDetails(StringBuilder, int, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval
 
printExecutionDetails(StringBuilder, int, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpExternalDatabaseRetrieval
 
printGraph() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph
Prints this graph.
printHierachyTransactionTimes(int) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Set parameters for printing the top k hierarchies with the longest time to be computed at each new transaction.
printIndexes(IDatastoreSchemaVersion) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints all the indexes of the schema.
printInstructions(int[]) - Static method in class com.qfs.store.record.flatten.impl.RecordFlattener
Prints the instructions to flatten records to standard output.
printKeyValueChannelStatistics(KeyValueStatsHandler, String, long) - Method in class com.qfs.msg.keyvalue.impl.KeyValueSource
Deprecated.
Prints the statistics given by the KeyValueStatsHandler.
printLiteralRecordSet(IMultiVersionDatastoreSchema, IMultiVersionStore, IRecordSetView) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints the record set index by index.
printLocation(ILocation, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Prints the expressed coordinates of the given ILocation into a String object.
printLocation(StringBuilder, ILocation, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Prints the expressed coordinates of the given ILocation into the string builder.
printMarkdown() - Method in interface com.quartetfs.biz.pivot.cellset.ICellSetResult
Prints the markdown representation of this cellSet.
printMaxDuration(ITimer) - Method in class com.qfs.util.timing.impl.StopWatch
Creates the string representation of the maximal duration reported by a timer.
printMeanDuration(ITimer) - Method in class com.qfs.util.timing.impl.StopWatch
Creates the string representation of the mean duration reported by a timer.
printMinDuration(ITimer) - Method in class com.qfs.util.timing.impl.StopWatch
Creates the string representation of the minimal duration reported by a timer.
printNode(Node) - Static method in class com.quartetfs.fwk.util.impl.XmlUtil
Deprecated.
Prints the name, value, attributes and children of node.
printNumaConfiguration() - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedIndexedAggregateProvider
Returns a string representing the NUMA nodes on which each partitions are.
printParallelism(ITimer) - Method in class com.qfs.util.timing.impl.StopWatch
Creates a string value representing the parallelism of the given timer.
printPartitioning() - Method in class com.qfs.query.impl.DistributedExecutionPlan
 
printPartitioning() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Returns a human-readable description of the partitioning on which this plan is based.
printPartitioning() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
 
printPendingCompleters() - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleterWithChildren
Returns printable details about this completer's pending state and all its non-completed subtasks.
printReference(IDatastoreSchemaVersion, IConcreteReferenceVersion) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints the given concrete reference.
printReferences(IDatastoreSchemaVersion) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints the references of the schema.
printReferences(IDatastoreSchemaVersion, String, String) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints the specified reference.
printResultHolders() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Prints the content of all of this retriever's result holders.
printResultHolders(ExecutionPlan) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Debug method for printing the content of result holders of an ExecutionPlan.
printSchema(IDatastoreSchemaVersion, PrintStream) - Static method in class com.qfs.store.impl.SmartSchemaPrinter
Prints the schema.
printSecondaryIndex(IDatastoreSchemaVersion, String, int) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints the content of a secondary index.
printSecondaryIndexes(IDatastoreSchemaVersion) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints all the secondary indexes of the schema.
printSecondaryIndexes(IDatastoreSchemaVersion, String) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints all the secondary indexes of the specified store.
printStore(IDatastore, String) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints a store from the datastore at the latest epoch with no row indication.
printStore(IDatastoreVersion, String, boolean) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints the content of a store.
printStores(IDatastore) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints all stores from a datastore at the latest epoch.
printStores(IDatastoreVersion) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints all stores from a datastore at a given epoch.
printStoresSizes() - Method in class com.qfs.store.impl.Datastore
Deprecated.
Prints the store sizes, based on the most recent version.
printStoresSizes(IDatabaseVersion) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints the sizes of all stores in the schema.
printStoresSizes(IStatisticsQueryRunner, long) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints the sizes of all stores in the schema.
PrintStreamLogger(PrintStream) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.MdxPrinterBuilder.PrintStreamLogger
 
printTime(long) - Static method in class com.quartetfs.fwk.util.MessageUtil
Format a number of nanoseconds into a readable time.
printTimingDetails(IRetrieval[], StringBuilder, int, long) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphPrinter
Prints details about the execution time of this retrieval and its siblings in the given string builder.
printTimingLegend() - Method in class com.qfs.util.timing.impl.StopWatch
 
printTimingLegend() - Method in interface com.qfs.util.timing.IStopWatch
Print a table explaining the symbols and values of IStopWatch.printTimings().
printTimings - Variable in class com.qfs.pivot.cube.provider.impl.AAggregateProviderBase
Print timings flag.
printTimings() - Method in class com.qfs.util.timing.impl.StopWatch
 
printTimings() - Method in interface com.qfs.util.timing.IStopWatch
Deprecated, for removal: This API element is subject to removal in a future version.
printTimings(int[], OutputStream) - Method in class com.qfs.util.timing.impl.StopWatch
 
printTimings(int[], OutputStream) - Method in interface com.qfs.util.timing.IStopWatch
Deprecated, for removal: This API element is subject to removal in a future version.
printTimings(String) - Static method in class com.activeviam.apm.utils.impl.TimingUtils
Returns a String representation of the input identifier timings.
printUniqueIndex(IDatastoreSchemaVersion, String, int) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints the content of a unique index.
printUniqueIndexes(IDatastoreSchemaVersion) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints all the unique indexes of the schema.
printUniqueIndexes(IDatastoreSchemaVersion, String) - Static method in class com.qfs.store.impl.SchemaPrinter
Prints all the unique indexes of the specified store.
printWithPadding(StringBuilder, long, int) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphPrinter
Prints the given number into the StringBuilder using the given number of digits, starting with empty characters if needed.
PRIORITY - Static variable in interface com.activeviam.store.structure.IDatastoreSchemaUpdater.IInitializeFieldProcedure
Deprecated.
The priority of the corresponding updateWhere trigger.
PRIVATE_KEY_PROPERTY - Static variable in class com.qfs.server.cfg.impl.JwtConfig
The name of the property containing the private key (encoded in Base64) used to sign the tokens.
Probability - com.quartetfs.biz.xmla.constants.Keyword
 
Probability_StdDev - com.quartetfs.biz.xmla.constants.Keyword
 
Probability_StDev - com.quartetfs.biz.xmla.constants.Keyword
 
Probability_Variance - com.quartetfs.biz.xmla.constants.Keyword
 
proceed(IStorePartitionView, IStorePartitionView, IMatchingRowsHolder) - Method in interface com.qfs.store.query.plan.ICompiledOwnReferenceOperation
Filters all matching rows of the owner partition that reference some rows in the target partition's matching rows list.
proceed(IStorePartitionView, IStorePartitionView, IMatchingRowsHolder) - Method in class com.qfs.store.query.plan.impl.BackReferenceRows.CompiledOwnReferenceRows
 
proceed(IStorePartitionView, IStorePartitionView, IMatchingRowsHolder) - Method in class com.qfs.store.query.plan.impl.RowReferenceMerge.CompiledOwnReferenceRowMerge
 
proceed(IStorePartitionView, List<IStorePartitionView>, List<IConcreteReference>, IMatchingRowsHolder) - Method in interface com.qfs.store.query.plan.ICompiledIncomingReferenceOperation
Filters all matching rows the target partition, referencing by matching rows of the owner partitions, via the given incomingReferences.
proceed(IStorePartitionView, List<IStorePartitionView>, List<IConcreteReference>, IMatchingRowsHolder) - Method in class com.qfs.store.query.plan.impl.BackReferenceRows.CompiledIncommingReferenceRows
 
proceed(IStorePartitionView, List<IStorePartitionView>, List<IConcreteReference>, IMatchingRowsHolder) - Method in class com.qfs.store.query.plan.impl.RowReferenceMerge.CompiledIncomingReferenceRowMerge
 
process() - Method in class com.qfs.msg.impl.ColumnCalculationContext
Processes all the columns of the tuple.
process() - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
Starts the visit and the processing of the provided planning graph instance.
process(int, IRecordReader) - Method in class com.qfs.store.query.condition.impl.ConditionScanProcedure
 
process(int, IRecordReader) - Method in class com.qfs.store.query.condition.impl.LimitConditionScanProcedure
 
process(int, IRecordReader) - Method in interface com.qfs.store.record.IRecordProcedure
Calls one iteration of the procedure passing it a matching record from the store.
process(int, IVersionedRecordReader) - Method in interface com.qfs.store.record.IVersionedRecordProcedure
Calls one iteration of the procedure passing it a matching versioned record from the store.
process(IAlterableDatabase, IActivePivotManagerDescription) - Static method in class com.activeviam.pivot.structure.impl.ActivePivotManagerStructureUtil
Deprecated.
process(IDatastoreSchemaDescription) - Method in interface com.qfs.desc.IDatastoreSchemaDescriptionPostProcessor
Deprecated.
Process the schema description and returns a new, modified schema description.
process(IDatastoreSchemaDescription) - Method in class com.qfs.desc.impl.ADictionarizeFieldPostProcessor
Deprecated.
 
process(IDatastoreSchemaDescription) - Method in class com.qfs.desc.impl.CompressIndexesPostProcessor
Deprecated.
 
process(IDatastoreSchemaDescription) - Method in class com.qfs.desc.impl.DeleteOwnerIndexesPostProcessor
Deprecated.
 
process(IDatastoreSchemaDescription) - Method in class com.qfs.desc.impl.DeletePartitioningPostProcessor
Deprecated.
 
process(IDatastoreSchemaDescription) - Method in class com.qfs.desc.impl.DictionarizeFieldsPostProcessor
Deprecated.
 
process(IDatastoreSchemaDescription) - Method in class com.qfs.desc.impl.NonNullableFieldsPostProcessor
Deprecated.
Creates a new schema description based on the original description, that enforces the fields to be non-nullable.
process(IDatastoreSchemaDescription) - Method in class com.qfs.desc.impl.PartitioningPostProcessor
Deprecated.
 
process(IDatastoreSchemaDescription) - Method in class com.qfs.desc.impl.UpdateOnlyIfDifferentForReferencedStoresPostProcessor
Deprecated.
 
process(IDatastoreSchemaDescription) - Method in class com.qfs.repository.config.impl.ParameterStoreSchemaPostProcessor
 
process(IParsingWorkload<I>) - Method in interface com.qfs.msg.csv.ICSVSource
Executes a IParsingWorkload.
process(IParsingWorkload<I>) - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
process(IMessageChannel<IFileInfo<I>, ILineReader>, List<T>) - Method in interface com.qfs.msg.csv.IParsingWorkload.IChannelProcedure
Process a list of files into the given channel.
process(AIndexedAggregateProviderBase<IndexT>, ImpactBitmapsHolder<IndexT>) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedExpandLocationProcedure
Performs this procedure and computes the distinct matching points.
process(IWorkflowPayload) - Method in class com.qfs.snl.workflows.units.impl.DefaultWorkflowUnit
 
process(IWorkflowPayload) - Method in interface com.qfs.snl.workflows.units.IWorkflowUnit
Process the payload for the workflow about to start.
process(IStoreMessage<? extends I, ?>, List<Object[]>) - Method in class com.qfs.source.impl.TuplePublisher
Method that contains the business logic.
process(Path, List<WatchEvent<?>>) - Method in class com.qfs.msg.csv.filesystem.impl.AFileSystemCSVTopic
Update the pending state with the events polled from the watch key.
process(Path, List<WatchEvent<?>>) - Method in interface com.qfs.msg.IWatcher
Process the events of the watch key.
process(List<? extends IByteRecordBlock>, List<? extends IByteRecordBlock>) - Method in class com.qfs.store.transaction.impl.AIndependentAddRemoveTupleHandler
 
process(List<? extends IByteRecordBlock>, List<? extends IByteRecordBlock>) - Method in class com.qfs.store.transaction.impl.NoopTupleHandler
 
process(List<? extends IByteRecordBlock>, List<? extends IByteRecordBlock>) - Method in interface com.qfs.store.transaction.IRecordHandler
Processes the records to add and remove.
Process - com.quartetfs.biz.xmla.constants.Keyword
 
Process - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
PROCESS_WORKLOAD - Static variable in class com.qfs.logging.MessagesCSV
PROCESS_WORKLOAD.
processChannel(FileTask<I>, F, IReadableByteChannelHolder) - Method in class com.qfs.msg.csv.impl.ParserContext
Processes one byte channel.
processException(Exception) - Method in interface com.qfs.messenger.message.IBroadcastMessage
Processes an exception raised while sending or processing a message.
processException(Exception) - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
processException(Exception) - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
processException(Exception) - Method in class com.qfs.query.impl.AMessageWithCountedCompleter
 
processFiles(Collection<? extends ICsvDataProvider<I>>) - Method in class com.qfs.msg.csv.impl.ParserContext
Process a collection of files.
PROCESSING - com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo.TimingDescription
 
PROCESSING_STATE - Static variable in class com.qfs.msg.impl.ColumnCalculationContext
State value marking a processing in progress.
ProcessingStepTiming - Enum in com.quartetfs.biz.pivot.query.monitoring.impl
The event processing steps.
processMatches(int, IRecordReader) - Method in interface com.qfs.store.record.IFieldMatchRecordProcedure
Deprecated.
Like IRecordProcedure.process(int, IRecordReader), but returns whether the record matched or not, instead of indicating if we should continue running this procedure.
ProcessorInformationHolder - Class in com.qfs.platform.win
This class holds information about processors available to the system running under Windows.
processReplies(Collection<IBroadcastResult<AnswerT>>) - Method in interface com.qfs.messenger.message.IBroadcastMessage
Process the replies from all the instances (remote and local).
processReplies(Collection<IBroadcastResult<AnswerT>>) - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
processReplies(Collection<IBroadcastResult<AnswerT>>) - Method in class com.qfs.query.impl.AMessageWithCountedCompleter
 
processReplies(Collection<IBroadcastResult<HelloMessage.HelloMessageAnswer>>) - Method in class com.qfs.messenger.impl.HelloMessage
Returns the answer of each query cube to an HelloMessage, indexed by remote instance addresses.
processReplies(Collection<IBroadcastResult<ScopedAggregatesRetrievalResultTransporter>>) - Method in class com.qfs.query.impl.RetrieveAggregatesMessage
 
processReplies(Collection<IBroadcastResult<Void>>) - Method in class com.qfs.distribution.impl.NotificationMessage
 
processReplies(Collection<IBroadcastResult<Void>>) - Method in class com.qfs.messenger.impl.GoodbyeMessage
 
processReplies(Collection<IBroadcastResult<Void>>) - Method in class com.qfs.messenger.impl.RestartOrderMessage
 
processReplies(Collection<IBroadcastResult<Void>>) - Method in class com.qfs.messenger.message.impl.ATransactionCommittedMessage
 
processReplies(Collection<IBroadcastResult<Void>>) - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
processReplies(Collection<IBroadcastResult<Void>>) - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
processReplies(Collection<IBroadcastResult<Void>>) - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
processReplies(Collection<IBroadcastResult<Void>>) - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
processReplies(Collection<IBroadcastResult<Void>>) - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
processReplies(Collection<IBroadcastResult<Void>>) - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
 
processReplies(Collection<IBroadcastResult<List<ContextValueDescription>>>) - Method in class com.activeviam.contextservice.distributed.message.ContextValueRequest
 
processStream(FileTask<I>, F, InputStream) - Method in class com.qfs.msg.csv.impl.ParserContext
Processes an input stream synchronously.
processTuple(ContextT, Object[]) - Method in class com.qfs.msg.impl.ColumnCalculationContext
Process a tuple in a given context.
processWorkfload(IParsingWorkload<I>) - Method in class com.qfs.msg.csv.impl.CSVSource.FileListener
Deprecated.
Processes changes to files, represented as a IParsingWorkload.
PRODUCT - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
PRODUCT_GROUP - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
PROMOTION - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
properties - Variable in class com.qfs.pivot.builder.cellset.impl.CellDataBuilder
The properties of the cell.
properties - Variable in class com.qfs.pivot.builder.cellset.impl.PositionDataBuilder
The properties of the members.
properties - Variable in class com.qfs.pivot.json.cellset.CellData
The properties of the cell.
properties - Variable in class com.qfs.pivot.json.cellset.PositionData
The properties of the members.
properties(Properties) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
properties(Properties) - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
properties(Properties) - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo.DimensionInfoBuilder
 
properties(Properties) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo.HierarchyInfoBuilder
 
properties(Properties) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.LevelInfoBuilder
 
Properties - com.quartetfs.biz.xmla.constants.Keyword
 
PROPERTIES - Static variable in interface com.quartetfs.pivot.mdx.meta.IMdxFormulaMember
Properties which can be used in the declaration of a calculated member.
PROPERTIES - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
PROPERTIES - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
PROPERTIES - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
PROPERTIES - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
PROPERTIES_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
PropertiesCodec - Class in com.activeviam.copper
Deprecated, for removal: This API element is subject to removal in a future version.
PropertiesCodec(Properties) - Constructor for class com.activeviam.copper.PropertiesCodec
Deprecated.
Constructor.
PropertiesFunction - Class in com.quartetfs.pivot.mdx.func.impl
Properties function.
PropertiesFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.PropertiesFunction
Constructor.
PropertiesRecordFormat - Class in com.qfs.pivot.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.6. Class is no longer used.
PropertiesRecordFormat(IActivePivotDescription) - Constructor for class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
Constructor introspecting all fields used in an ActivePivot.
PropertiesRecordFormat(IProperty[]) - Constructor for class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
Constructor based on a list of properties.
propertiesToMapping(Properties, Map<String, String>) - Static method in class com.quartetfs.biz.pivot.monitoring.impl.JSONSerialisationUtil
Encode properties into a mapping.
property() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
property() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
Property - Class in com.quartetfs.fwk.impl
Default implementation of the IProperty contract.
Property - com.quartetfs.biz.xmla.constants.Keyword
 
Property - com.quartetfs.pivot.mdx.statement.Syntax
Property style e.g.
Property() - Constructor for class com.quartetfs.fwk.impl.Property
Blank constructor.
Property(String) - Constructor for class com.quartetfs.fwk.impl.Property
Constructor with a name that is also the expression.
Property(String, String) - Constructor for class com.quartetfs.fwk.impl.Property
Constructor from name and expression.
PROPERTY - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
PROPERTY_ACCESS_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_PropertiesDefinition
 
PROPERTY_CAPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
PROPERTY_CONTENT_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
PROPERTY_DESCRIPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_PropertiesDefinition
 
PROPERTY_IS_VISIBLE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
PROPERTY_KEY - Static variable in enum com.qfs.store.transaction.TransactionStatisticsOption
The property key to use in ITransactionManager.startTransaction(Properties, String...) to specify the option for collecting the transaction statistics.
property_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
property_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
property_list_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.property_list_return
 
PROPERTY_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_PropertiesDefinition
 
PROPERTY_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
PROPERTY_PREFIX - Static variable in interface com.quartetfs.biz.pivot.monitoring.IStreamInfoHolder
Custom properties prefix for Property key.
property_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.property_return
 
PROPERTY_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_PropertiesDefinition
 
PROPERTY_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
PROPERTY_VISIBILITY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
PROPERTYACCESSTYPE_DESCRIPTION - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
propertyCategory(String) - Method in class com.quartetfs.biz.pivot.context.impl.MultipleContextValueTranslator
Return the category of a given property of the context value.
PropertyContentType() - Constructor for class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
PropertyInfo - Class in com.quartetfs.fwk.impl
The base implementation of an IPropertyInfo.
PropertyInfo() - Constructor for class com.quartetfs.fwk.impl.PropertyInfo
Empty constructor for JAXB serialization.
PropertyInfo(String) - Constructor for class com.quartetfs.fwk.impl.PropertyInfo
 
PropertyInfo(String, String) - Constructor for class com.quartetfs.fwk.impl.PropertyInfo
 
PropertyInfo(String, String, String) - Constructor for class com.quartetfs.fwk.impl.PropertyInfo
Constructor.
PROPERTYLIST_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
PropertyRegistry - Class in com.activeviam.properties
The registry of the ActiveViam properties.
ProtocolConfigurationDto - Class in com.qfs.snl.dtos
The protocol configuration It contains the name of the protocol and all the necessary configuration for that specific controller.
ProtocolConfigurationDto() - Constructor for class com.qfs.snl.dtos.ProtocolConfigurationDto
Constructor.
ProtocolConfigurationDto(String, long, String) - Constructor for class com.qfs.snl.dtos.ProtocolConfigurationDto
Constructor.
PROVIDER_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DatasourcesDefinition
 
PROVIDER_SELECTOR_ID - Static variable in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker
The ProviderSelectorVisitor visitor's ID.
PROVIDER_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DatasourcesDefinition
 
ProviderCoordinate - Class in com.activeviam.copper
Object identifying a unique Aggregate Provider for a given ActivePivot.
ProviderFilterKey(ProviderCoordinate, long) - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.ProviderFilterKey
 
ProviderName - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
ProviderPartitionFilterCache() - Constructor for class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.ProviderPartitionFilterCache
 
ProviderPartitioningFormat - Class in com.qfs.pivot.cube.provider.partition.impl
Record format based on an aggregate provider mapping.
ProviderPartitioningFormat(IHierarchicalMapping) - Constructor for class com.qfs.pivot.cube.provider.partition.impl.ProviderPartitioningFormat
Full constructor.
PROVIDERS_WITH_CACHED_DATA - Static variable in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaBuilder
Deprecated.
 
PROVIDERTYPE_DESCRIPTION - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
ProviderVersion - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
ProxyAdvancedAggregatedMeasure<A> - Class in com.qfs.pivot.cube.hierarchy.measures.impl
A proxy measure specialized for IAdvancedAggregatedMeasure.
ProxyAdvancedAggregatedMeasure(IAdvancedAggregatedMeasure<A>, String[], int[], String, String) - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyAdvancedAggregatedMeasure
Constructor.
ProxyAdvancedAggregatedMeasure(IAdvancedAggregatedMeasure<A>, String[], String, String) - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyAdvancedAggregatedMeasure
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.7
ProxyAggregatedMeasure<I,​A> - Class in com.qfs.pivot.cube.hierarchy.measures.impl
A proxy measure specialized for IAggregatedMeasure.
ProxyAggregatedMeasure(IBasicAggregatedMeasure<I, A>, String, int[], String, String) - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyAggregatedMeasure
Constructor.
ProxyAggregatedMeasure(IBasicAggregatedMeasure<I, A>, String, String, String) - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyAggregatedMeasure
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.7
ProxyPostProcessedMeasure - Class in com.qfs.pivot.cube.hierarchy.measures.impl
A proxy measure specialized for IPostProcessedMeasure.
ProxyPostProcessedMeasure() - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyPostProcessedMeasure
Empty constructor for serialization.
ProxyPostProcessedMeasure(IPostProcessedMeasure, String, String) - Constructor for class com.qfs.pivot.cube.hierarchy.measures.impl.ProxyPostProcessedMeasure
Constructor.
ProxyTracingRestServiceController - Class in com.activeviam.pivot.tracing.rest
The tracing REST service responsible for forwarding client traces to the tracing server.
ProxyTracingRestServiceController() - Constructor for class com.activeviam.pivot.tracing.rest.ProxyTracingRestServiceController
 
PUB_GLOB_FAIL - Static variable in class com.qfs.logging.MessagesStreaming
 
PUBLIC_KEY_PROPERTY - Static variable in class com.qfs.server.cfg.impl.JwtConfig
The name of the property containing the public key (encoded in Base64) used to verify the integrity of the tokens.
PublicApi - Annotation Type in com.activeviam.annotations
Internal annotation marking code as part of the public API when it is not yet in an "api" package.
PUBLICATION - com.quartetfs.biz.pivot.query.monitoring.impl.ProcessingStepTiming
The time to notify updates to query's listeners.
publicationQueue - Variable in class com.qfs.msg.csv.impl.ChannelTask
Publication queue.
PublicationQueue<I> - Class in com.qfs.msg.csv.impl
Publication queue with mechanisms to register, unregister and await parser tasks associated with each subject.
PublicationQueue(ParserContext<I>, IFileInfo<I>, String) - Constructor for class com.qfs.msg.csv.impl.PublicationQueue
Constructor.
PublicationStatistics - Class in com.qfs.snl.agent.service.impl
Provide statistics about event publication.
PublicationStatistics(String) - Constructor for class com.qfs.snl.agent.service.impl.PublicationStatistics
Constructor for a statistics assigning a name.
publicationTime(Duration) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo.JdbcFetchingInfoBuilder
The duration spent publishing data.
publish(ICopperAnalysisHierarchy) - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
Publishes the hierarchy.
publish(ICopperContext) - Method in interface com.activeviam.copper.api.Publishable
Publishes this element into the cube tied to the given context.
publish(ICopperContext) - Method in class com.activeviam.copper.hierarchy.CopperBucketingHierarchyBuilder
Builds and publishes this element into the cube tied to the given context.
publish(ICopperContext) - Method in class com.activeviam.copper.hierarchy.CopperJoinHierarchy
 
publish(ICopperContext) - Method in class com.activeviam.copper.hierarchy.CopperJoinHierarchyBuilder
 
publish(ICopperContext) - Method in class com.activeviam.copper.hierarchy.CopperJoinHierarchyBuilderWithField
 
publish(ICopperContext) - Method in class com.activeviam.copper.hierarchy.CopperLevelFromStoreBuilder
 
publish(ICopperContext) - Method in class com.activeviam.copper.hierarchy.CopperSingleLevelBucketingHierarchy
 
publish(ICopperContext) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
publish(IInternalCopperMeasure) - Method in class com.activeviam.copper.AMeasurePublisher
Deprecated.
 
publish(IInternalCopperMeasure) - Method in interface com.activeviam.copper.IInternalCopperContext
Deprecated.
Publishes the given measure and its dependencies if any.
publish(IInternalCopperMeasure) - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
 
publish(IUserTask) - Method in interface com.qfs.snl.workflows.ITaskPublisher
Publishes a user task.
publish(IUserTask) - Method in class com.qfs.snl.workflows.tasks.impl.AMessageTaskPublisher
 
publish(IStoreMessage<? extends I, ?>, List<Object[]>) - Method in class com.qfs.source.impl.AutoCommitTuplePublisher
 
publish(IStoreMessage<? extends I, ?>, List<Object[]>) - Method in class com.qfs.source.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
 
publish(IStoreMessage<? extends I, ?>, List<Object[]>) - Method in class com.qfs.source.impl.TuplePublisher
 
publish(IStoreMessage<? extends I, ?>, List<Object[]>) - Method in interface com.qfs.source.ITuplePublisher
Publish a series of tuples, with a given message context.
publish(String, Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
publish(String, Collection<? extends ISentinelEvent>) - Method in interface com.qfs.snl.agent.service.ISentinelPublisher
Publishes the events into ActiveMonitor.
publish(String, List<IStreamEvent>) - Method in class com.quartetfs.tech.streaming.impl.StreamPublisher
 
publish(String, List<IStreamEvent>) - Method in interface com.quartetfs.tech.streaming.IStreamPublisher
Publishes some events into a domain.
publish(LogRecord) - Method in class com.quartetfs.fwk.util.impl.CountingLogHandler
 
PUBLISH_ON - Static variable in class com.qfs.logging.MessagesStreaming
 
PUBLISH_PATH - Static variable in interface com.activeviam.tracing.ITracingRestService
The path to add to the current service path for publishing traces to Activepivot server.
Publishable<T> - Interface in com.activeviam.copper.api
An OLAP element that can be published (i.e added to) into a cube.
PublishableCopperHierarchy - Interface in com.activeviam.copper.api
Interface that represents a hierarchy that can be used in Copper and published.
publishAsynchronously(IParameterUpdate<IPointValue.IKey, IPointValue>) - Method in class com.qfs.repository.impl.RepositoryListenerManager
 
publishAsynchronously(IParameterUpdate<IPointValue.IKey, IPointValue>) - Method in interface com.qfs.repository.IRepositoryListenerManager
Publish asynchronously the input event to the registered listeners.
publishBatchInfo(IKeyValueBatchInfo) - Method in class com.qfs.msg.keyvalue.impl.KeyValueStatsHandler
Add the given batch information to the results of this key-value stats handler.
publishCellDtos(IEpoch, IMdxStreamIdentifier, List<CellDTO>, List<String>) - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStream
Called back when the view attached to this mdx is updated and produced only updated cells.
publishCellDtos(IEpoch, IMdxStreamIdentifier, List<CellDTO>, List<String>) - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStream
 
publishCellSetDTO(IEpoch, IMdxStreamIdentifier, CellSetDTO) - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStream
Asks to publish a CellSetDTO.
publishCellSetDTO(IEpoch, IMdxStreamIdentifier, CellSetDTO) - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStream
 
publishCurrentState(IInternalDatabase, Map<DatastoreAggStreamedView, StreamingViewId>, IAsyncCompositeViewListener, String) - Static method in class com.activeviam.store.impl.OneTimeAggregateFeeder
Publishes the current state of the Database to the views.
publishDrillthroughDTO(long, DrillthroughResultDTO) - Method in interface com.quartetfs.biz.pivot.streaming.IDrillthroughStream
 
publishDrillthroughDTO(long, DrillthroughResultDTO) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStream
 
publishEvents(long, IEpoch, IStreamInfo.InfoProcedure) - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo
 
publishEvents(long, IEpoch, IStreamInfo.InfoProcedure) - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
publishEvents(long, IEpoch, IStreamInfo.InfoProcedure) - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Publishes the information available.
publishFailure(Throwable) - Method in interface com.quartetfs.biz.pivot.streaming.IDrillthroughStream
Ask to publish a FailureEvent.
publishFailure(Throwable) - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStream
Asks to publish a FailureEvent.
publishFailure(Throwable) - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStream
 
publishFailure(Throwable) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStream
 
publishHierarchy(DataCubeContext, ICopperBucketingHierarchy) - Method in class com.activeviam.copper.HierarchyPublisher
Deprecated.
Performs the publication of a bucketing single level hierarchy.
PublishIncrementalOperation - Class in com.qfs.plan.impl.operations
Usually one of the last operations in the transaction plan, this operation iterates on the view impact, and materializes records that have changed before pushing them to a view.
PublishIncrementalOperation(IMultiVersionStore, IContinuousCompositeSelection, int, IRecordFormat) - Constructor for class com.qfs.plan.impl.operations.PublishIncrementalOperation
Constructor.
PublishInitialOperation - Class in com.qfs.plan.impl.operations
Send the records produced by the initial transaction to the continuous selections.
PublishInitialOperation(IMultiVersionStore, IContinuousCompositeSelection, int, IRecordFormat) - Constructor for class com.qfs.plan.impl.operations.PublishInitialOperation
Constructor.
publishNotification(IEpoch, IMdxStreamIdentifier) - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStream
Asks to publish a notification that the cellset may have changed.
publishNotification(IEpoch, IMdxStreamIdentifier) - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStream
 
publishNotification(IEpoch, String) - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
publishToListeners(Collection<? extends IAsyncCompositeSelectionListener>, CountedCompleter<?>) - Method in class com.qfs.plan.impl.APartitionTransactionContent
 
publishToListeners(Collection<? extends IAsyncCompositeSelectionListener>, CountedCompleter<?>) - Method in interface com.qfs.plan.IPartitionTransactionContent
Publish this content to the listeners.
publishTransactionContent(ITransactionContent, CountedCompleter<?>) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Asynchronously fetch the transaction's content and forward it to the selection's listeners.
publishTransactionContent(ITransactionContent, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
pullContextValues(IActivePivotContentService, String) - Static method in class com.qfs.pivot.content.impl.ActivePivotContentServiceUtil
Pulls all the context values from a content service into the given folder.
push() - Method in interface com.quartetfs.pivot.mdx.IContextBase
Push a new context (it will contain the previous context state).
push() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingContextBase
 
push() - Method in class com.quartetfs.pivot.mdx.impl.ARootContextBase
 
push() - Method in class com.quartetfs.pivot.mdx.plan.impl.ContextMaintainer
Set snapshoted context as the current context.
push(int) - Method in class com.qfs.chunk.direct.allocator.impl.ConcurrentUniqueIntegerStack
Pushes a new element in the stack.
push(ITuple) - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Pushes(tuple) <=> push(); setMembersQuick(tuple).
push(ITuple) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
push(ITuple) - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
push(IContextBase.IContextState) - Method in interface com.quartetfs.pivot.mdx.IContextBase
Push a new context, applying another state.
push(IContextBase.IContextState) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingContextBase
 
push(IContextBase.IContextState) - Method in class com.quartetfs.pivot.mdx.impl.ARootContextBase
 
push(T) - Method in class com.qfs.concurrent.impl.ConcurrentStack
Pushes an element on top of the stack.
PUSH_DATA - Static variable in interface com.quartetfs.biz.pivot.monitoring.IStreamInfoHolder
Property key for the stream push data flag at the moment of the snapshot.
pushAllChanges(Collection<ParameterUpdateDto<PointValueDto, PointValueDto>>, String) - Method in class com.qfs.snl.rs.impl.RepositoryWorkflowRestServiceController
 
pushAllChanges(Collection<ParameterUpdateDto<PointValueDto, PointValueDto>>, String) - Method in interface com.qfs.snl.rs.IRepositoryWorkflowRestService
Starts a workflow for each parameter, to handle all the update requests of point values.
pushContextValues(IActivePivotContentService, String) - Static method in class com.qfs.pivot.content.impl.ActivePivotContentServiceUtil
Remove the context values on the content service and then pushes all the context values from a given folder into the content service.
pushCurrentView() - Method in class com.quartetfs.biz.pivot.streaming.impl.AActivePivotStream
 
pushCurrentView() - Method in class com.quartetfs.biz.pivot.streaming.impl.ADelegateStream
 
pushCurrentView() - Method in interface com.quartetfs.tech.streaming.IStream
Asks the stream to publish its current view to its publication domain .
pushCurrentView(String) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
pushCurrentView(String) - Method in class com.quartetfs.tech.streaming.impl.StreamingService
 
pushCurrentView(String) - Method in interface com.quartetfs.tech.streaming.IStreamingService
Request a push of a stream's current view to its publication domain.
pushParameterChanges(String, ParameterUpdateDto<PointValueDto, PointValueDto>, String) - Method in class com.qfs.snl.rs.impl.RepositoryWorkflowRestServiceController
 
pushParameterChanges(String, ParameterUpdateDto<PointValueDto, PointValueDto>, String) - Method in interface com.qfs.snl.rs.IRepositoryWorkflowRestService
Starts a workflow that handles the parameter changes request.
pushTranslations() - Method in class com.qfs.server.cfg.i18n.impl.ContentServiceI18nConfig
Pushes the local translations to the Content Service.
pushTranslations(IActivePivotContentService) - Method in class com.qfs.server.cfg.i18n.impl.AI18nConfig
Loads the language data from files to the content service.
put(int, Object) - Method in interface com.quartetfs.fwk.util.IMappedTuple
Stores a value at the given tuple position.
put(int, Object) - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
put(int, Object) - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
put(int, R) - Method in class com.quartetfs.tech.streaming.impl.AxisRanges
Sets a range for the specified axis.
put(IAggregatesCache.IAggregatesCacheKey, V, int, V) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Adds the given value into the cache.
put(IAggregatesCache.IAggregatesCacheKey, V, int, V) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
put(Class<T>, T) - Method in class com.quartetfs.pivot.mdx.utils.impl.ClassMap
Maps the input value to the input key.
put(String, IStoreVersion) - Method in class com.qfs.store.impl.UserStoreGraph
 
put(String, Object) - Method in interface com.qfs.snl.workflows.IWorkflowPayload
Deprecated.
since ActiveMonitor 5.5
put(String, Object) - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
put(String, Object) - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
put(String, String) - Method in interface com.qfs.content.service.IContentService
Sugar method for IContentService.put(String, String, List, List, boolean), with null permissions and a false recursive parameter.
put(String, String) - Method in class com.qfs.content.service.impl.AContentService
 
put(String, String) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
put(String, String) - Method in class com.qfs.content.service.impl.RemoteContentService
 
put(String, String) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
put(String, String) - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
put(String, String, List<String>, List<String>, boolean) - Method in interface com.qfs.content.service.IContentService
Creates or update the file at the given path.
put(String, String, List<String>, List<String>, boolean) - Method in class com.qfs.content.service.impl.AContentService
 
put(String, String, List<String>, List<String>, boolean) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
put(String, String, List<String>, List<String>, boolean) - Method in class com.qfs.content.service.impl.RemoteContentService
 
put(String, T, Object[]) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Put an object in the Key/Value database.
put(K, V) - Method in interface com.activeviam.collections.ImmutableMap
Create a new map having the same values than this map plus a new value mapped to a given key.
put(K, V) - Method in class com.activeviam.collections.impl.ImmutableHashMap
 
put(K, V) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
put(K, V) - Method in class com.qfs.graph.impl.DirectedGraph
 
put(K, V) - Method in class com.qfs.graph.impl.Tree
 
put(K, V) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
put(K, V) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.EvictionConcurrentMap
 
put(K, V) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NoStorageConcurrentMap
 
putAddress(long, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a static final pointer into a given memory address.
putAll(ImmutableMap<K, V>) - Method in interface com.activeviam.collections.ImmutableMap
Create a new map having the same values than this map plus values from another map.
putAll(ImmutableMap<K, V>) - Method in class com.activeviam.collections.impl.ImmutableHashMap
 
putAll(ClassMap) - Method in class com.quartetfs.pivot.mdx.utils.impl.ClassMap
putAll(Map<? extends String, ?>) - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
putAll(Map<? extends String, ? extends IStoreVersion>) - Method in class com.qfs.store.impl.UserStoreGraph
 
putAll(Map<? extends String, ? extends Object>) - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
putAll(Map<? extends String, ? extends String>) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
putAll(Map<? extends String, ? extends String>) - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
putAll(Map<? extends K, ? extends V>) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
putAll(Map<? extends K, ? extends V>) - Method in class com.qfs.graph.impl.DirectedGraph
 
putAll(Map<? extends K, ? extends V>) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
putAll(Map<? extends K, ? extends V>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.EvictionConcurrentMap
 
putAll(Map<? extends K, ? extends V>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NoStorageConcurrentMap
 
putAll(Map<String, String>, List<String>, List<String>, boolean, boolean) - Method in interface com.qfs.content.service.IContentService
Put several files in bulk into the content service.
putAll(Map<String, String>, List<String>, List<String>, boolean, boolean) - Method in class com.qfs.content.service.impl.AContentService
 
putAll(Map<String, String>, List<String>, List<String>, boolean, boolean) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
putAll(Map<String, String>, List<String>, List<String>, boolean, boolean) - Method in class com.qfs.content.service.impl.RemoteContentService
 
putArg(String, ARG) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.CompilationArguments
 
putArg(String, ArgT) - Method in interface com.qfs.pivot.mdx.compil.ICompilationArguments
Add an arg with the given name to the list if it does not already exist, and returns true if the arg has been successfully added or if it is identical to the existing one.
putBatch(List<KeyValueEntry<T>>, Object[]) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Send a batch of put operations to the Key/Value database.
putBoolean(byte[], int, boolean) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Writes the given boolean at the given offset in the given byte array.
putBoolean(Object, long, boolean) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given Java variable.
putBooleanVolatile(Object, long, boolean) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a reference value into a given Java variable, with volatile store semantics.
putByte(long, byte) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given memory address.
putByte(Object, long, byte) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given Java variable.
putByteVolatile(Object, long, byte) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a reference value into a given Java variable, with volatile store semantics.
putChar(long, char) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given memory address.
putChar(Object, long, char) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given Java variable.
putCharVolatile(Object, long, char) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a reference value into a given Java variable, with volatile store semantics.
putChild(String, IContentTree<E>, boolean) - Method in class com.qfs.content.service.impl.ContentTree
Map the input name to the input subtree in this tree's children.
putChildFile(String, E, boolean) - Method in class com.qfs.content.service.impl.ContentTree
Wraps the input entry in a leaf subtree, and map the input name to the leaf in this tree's children.
putDefaultHierarchyIndex(int) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
Sets the default hierarchy index USed for tests.
putDouble(byte[], int, double) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Writes the given double at the given offset in the given byte array.
putDouble(long, double) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given memory address.
putDouble(Object, long, double) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given Java variable.
putDoubleArray(String, double[]) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Put a double array in the Key/Value database.
putDoubleVolatile(Object, long, double) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a reference value into a given Java variable, with volatile store semantics.
PutFileJsonParam(String, List<String>, List<String>, boolean, boolean) - Constructor for class com.qfs.content.rest.impl.RestContentJsonParams.PutFileJsonParam
Constructor.
putFloat(byte[], int, float) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Writes the given float at the given offset in the given byte array.
putFloat(long, float) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given memory address.
putFloat(Object, long, float) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given Java variable.
putFloatVolatile(Object, long, float) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a reference value into a given Java variable, with volatile store semantics.
putIfAbsent(IAggregatesCache.IAggregatesCacheKey, V, int, boolean) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Checks whether this key exists in the cache, and returns the associated value.
putIfAbsent(IAggregatesCache.IAggregatesCacheKey, V, int, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
putIfAbsent(String, Object) - Method in interface com.quartetfs.fwk.util.IMappedTuple
Put a value in the tuple, only if the value is not already mapped.
putIfAbsent(String, Object) - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
putIfAbsent(String, Object) - Method in class com.quartetfs.fwk.util.impl.MappedTuple
Put a new key,value pair in the map.
putIfAbsent(K, V) - Method in interface com.qfs.graph.IConcurrentDirectedGraph
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(K, V) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
putIfAbsent(K, V) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.EvictionConcurrentMap
 
putIfAbsent(K, V) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NoStorageConcurrentMap
 
putInRepository(String, boolean) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Puts a simple entry with a boolean value.
putInRepository(String, int) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Puts a simple entry with an integer value.
putInRepository(String, long) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Puts a simple entry with a long value.
putInRepository(String, String) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Puts a simple entry with a string value.
putInRepository(String, String, int) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Puts a string value in the repository associated with a suffix.
putInRepository(String, Map<String, T>) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Puts a set of entries in the repository.
putInt(byte[], int, int) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Writes the given int at the given offset in the given byte array.
putInt(long, int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given memory address.
putInt(Object, long, int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given Java variable.
putInt(String, int) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Put an integer in the Key/Value database.
putIntArray(String, int[]) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Put an integer array in the Key/Value database.
putIntVolatile(Object, long, int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a reference value into a given Java variable, with volatile store semantics.
PutJsonParam(Map<String, String>, List<String>, List<String>, boolean, boolean) - Constructor for class com.qfs.content.rest.impl.RestBulkApiJsonParams.PutJsonParam
Constructor.
putLargeTransactionMark(Properties) - Static method in class com.qfs.distribution.impl.DistributedHierarchyManager
Put true entry value in the given property for the key IActivePivotRemoteTransactionInfo.LARGE_TRANSACTION_MARK.
putLevels(Properties, Object, List<LevelIdentifier>) - Static method in class com.activeviam.pivot.postprocessing.PostProcessorUtils
Write a list of LevelIdentifier in the properties.
putLong(byte[], int, long) - Static method in class com.qfs.store.record.reader.impl.PrimitiveEncoding
Writes the given long at the given offset in the given byte array.
putLong(long, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given memory address.
putLong(Object, long, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given Java variable.
putLongArray(String, long[]) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Put a long array the Key/Value database.
putLongVolatile(Object, long, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a reference value into a given Java variable, with volatile store semantics.
putMDSchema(IXmlaContext, String) - Method in class com.quartetfs.biz.xmla.servlet.impl.SchemaCache
 
putMdxElement(String, IMdxElementDescription, List<String>, List<String>) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Creates (or updates if it already exists) a calculated member or a KPI.
putMdxElement(String, IMdxElementDescription, List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
putMdxElement(String, IMdxElementDescription, List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
putMdxElement(String, IMdxElementDescription, List<String>, List<String>) - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
 
putMethod(RestBulkApiJsonParams.PutJsonParam) - Method in class com.qfs.content.rest.impl.RestBulkApiServerController
A specialized version of the PUT method that tries to create or update multiple entries atomically.
putMethod(String, String, String) - Method in class com.qfs.content.rest.impl.RestContentServerController
Updates the entry stored at the given path.
putNotificationTime(long) - Static method in class com.qfs.distribution.impl.NotificationMessage
Create a new properties that contains the notification time.
putObject(Object, long, Object) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a reference value into a given Java variable.
putObjectVolatile(Object, long, Object) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a reference value into a given Java variable, with volatile store semantics.
putOrderedInt(Object, long, int) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Version of UnsafeUtil.putIntVolatile(Object, long, int) that does not guarantee immediate visibility of the store to other threads.
putOrderedLong(Object, long, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Version of UnsafeUtil.putLongVolatile(Object, long, long) that does not guarantee immediate visibility of the store to other threads.
putOrderedObject(Object, long, Object) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Version of UnsafeUtil.putObjectVolatile(Object, long, Object) that does not guarantee immediate visibility of the store to other threads.
putParameter(String, String, String, String, String, String) - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
putParameter(String, String, String, String, String, String) - Method in interface com.qfs.repository.rs.IRepositoryRestService
Executes an action over a single parameter.
putProperty(String, String) - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Puts the (propertyKey, propertyValue) entry inside the description's properties.
putProperty(String, String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
 
putSchema(IRowset, IXmlaContext, String) - Method in class com.quartetfs.biz.xmla.servlet.impl.SchemaCache
 
putSchemaDiscovery(Properties) - Static method in class com.qfs.distribution.impl.DistributedHierarchyManager
Put true entry value in the given property for the key IActivePivotRemoteTransactionInfo.SCHEMA_DISCOVERY.
putShort(long, short) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given memory address.
putShort(Object, long, short) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a value into a given Java variable.
putShortVolatile(Object, long, short) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Stores a reference value into a given Java variable, with volatile store semantics.
putString(String, String) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnector
Put a String in the Key/Value database.
putValue(int, int) - Method in class com.qfs.util.AMultIntIntCollectionHashMap
Deprecated.
 
putValue(int, int) - Method in interface com.qfs.util.IIntIntMultiMap
Deprecated.
Stores a key-value pair in the multimap.
putValues(int, TIntCollection) - Method in class com.qfs.util.AMultIntIntCollectionHashMap
Deprecated.
 
putValues(int, TIntCollection) - Method in interface com.qfs.util.IIntIntMultiMap
Deprecated.
Stores a collection of values with the same key.

Q

Q_NAME_DEF_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
QfsArrays - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
QFSBitmap - Class in com.qfs.bitmap.impl
Implementation of a bitmap compressed using QFS encoding.
QFSBitmap() - Constructor for class com.qfs.bitmap.impl.QFSBitmap
Default constructor.
QFSBitmap(int) - Constructor for class com.qfs.bitmap.impl.QFSBitmap
Constructor with initial buffer size.
QFSBitmap(long[]) - Constructor for class com.qfs.bitmap.impl.QFSBitmap
Construct the object with this buffer.
QFSBitmap.EmptyIntIterator - Class in com.qfs.bitmap.impl
QFSBitmapIndex - Class in com.qfs.bitmap.impl
Bitmap index implementation using QFS bitmaps internally.
QFSBitmapIndex(int) - Constructor for class com.qfs.bitmap.impl.QFSBitmapIndex
Constructor.
QfsClass - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
QfsCollections - Class in com.quartetfs.fwk.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
QfsConcurrency - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
QfsConcurrency.BlockingQueryHolder<R,​C extends CountedCompleter<R>> - Class in com.qfs.util.impl
Deprecated.
 
QfsFiles - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
QfsFiles() - Constructor for class com.qfs.util.impl.QfsFiles
Deprecated.
 
QfsHandshakeHandler - Class in com.qfs.websocket.server.impl
This HandshakeHandler is responsible for ensuring an anonymous user can be identified during the handshake process and the WebSocketSession created accordingly.
QfsHandshakeHandler() - Constructor for class com.qfs.websocket.server.impl.QfsHandshakeHandler
Default constructor that autodetects and instantiates a RequestUpgradeStrategy suitable for the runtime container.
QfsHandshakeHandler(RequestUpgradeStrategy) - Constructor for class com.qfs.websocket.server.impl.QfsHandshakeHandler
A constructor that accepts a runtime-specific RequestUpgradeStrategy.
QfsLists - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
QfsLists.ReverseIterator<E> - Class in com.qfs.util.impl
Deprecated.
ListIterator class providing a crossing of a list in reverse order with the same API as a classic list iterator.
QFSPools - Class in com.qfs.pool.impl
Static configuration of the thread pools used in Quartet FS components.
QFSPools() - Constructor for class com.qfs.pool.impl.QFSPools
 
QFSPools.MixedWorkloadPool - Class in com.qfs.pool.impl
A transaction pool and a query pool with similar configuration and NUMA bindings, so that they can be used for mixed-workload operations over the same data structures.
QfsProperties - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
QFSRegistry - Class in com.quartetfs.fwk.impl
Standard implementation of the Quartet FS Registry interface.
QFSRegistry() - Constructor for class com.quartetfs.fwk.impl.QFSRegistry
Default constructor.
QFSRegistry(IContributionProvider) - Constructor for class com.quartetfs.fwk.impl.QFSRegistry
Constructor specifying a custom provider.
QfsResourceHandlerRegistration - Class in com.qfs.server.cfg.impl
Extension of ResourceHandlerRegistration to encapsulate the creation of a mapping to resources.
QfsResourceHandlerRegistration(String...) - Constructor for class com.qfs.server.cfg.impl.QfsResourceHandlerRegistration
Create a ResourceHandlerRegistration instance.
QfsResultSetRow - Class in com.qfs.msg.impl
Lighter internal wrapping method of a JDBC result set.
QfsResultSetRow(Object[], ResultSetMetaData, Map<String, Integer>) - Constructor for class com.qfs.msg.impl.QfsResultSetRow
Constructor.
QFSRun - Class in com.qfs.bitmap.impl
An iterator over a compressed bitmap that supports two levels of iterations: Jump to the next run (using the nextRun() or safeNextRun() methods) Progress in the current run by discarding words Iteration is forward only, one can only jump to the next run and one can only discard words, not go back.
QFSRun(long[], int, int) - Constructor for class com.qfs.bitmap.impl.QFSRun
Constructor.
QfsServletWrappingController - Class in com.qfs.servlet.controller.impl
Bridge between Spring framework and Apache CXF.
QfsServletWrappingController(ApplicationContext) - Constructor for class com.qfs.servlet.controller.impl.QfsServletWrappingController
Constructor.
QfsStrings - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
QFSThread - Class in com.qfs.pool.impl
QFS fork/join worker thread, placed on a NUMA node.
QFSThread(ForkJoinPool, int, String, int) - Constructor for class com.qfs.pool.impl.QFSThread
Constructor.
QfsThreadPool - Class in com.qfs.pool.impl
ActivePivot Thread Pool.
QfsThreadPool(int, ForkJoinPool.ForkJoinWorkerThreadFactory, Thread.UncaughtExceptionHandler, boolean) - Constructor for class com.qfs.pool.impl.QfsThreadPool
Constructor.
QfsToStringBuilder - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
QfsToStringBuilder(Object) - Constructor for class com.qfs.util.impl.QfsToStringBuilder
Deprecated.
Constructor.
QfsWebUtils - Class in com.qfs
Helper class containing methods to deal with URLs.
QfsWebUtils() - Constructor for class com.qfs.QfsWebUtils
 
QFSWorkerThreadFactory - Class in com.qfs.pool.impl
Factory of QFS threads.
QFSWorkerThreadFactory(String, String, int) - Constructor for class com.qfs.pool.impl.QFSWorkerThreadFactory
Constructor.
QIntArrayList - Class in com.qfs.trove.impl
An primitive integer list based on a TIntArrayList.
QIntArrayList() - Constructor for class com.qfs.trove.impl.QIntArrayList
Creates a QIntArrayList with a noEntryValue of QIntArrayList.NO_ENTRY_VALUE.
QIntArrayList(int) - Constructor for class com.qfs.trove.impl.QIntArrayList
Constructor.
QIntEmptySet - Class in com.qfs.trove.impl
An empty TIntSet.
QIntIntHashMap - Class in com.qfs.trove.impl
Utility class to create TIntIntHashMap with null values not conflicting with the values that can be stored in this map.
QIntIntHashMap() - Constructor for class com.qfs.trove.impl.QIntIntHashMap
Constructor.
QIntIntHashMap(int) - Constructor for class com.qfs.trove.impl.QIntIntHashMap
Constructor.
QIntIntHashMap(int[], int[]) - Constructor for class com.qfs.trove.impl.QIntIntHashMap
Constructor.
QIntLinkedList - Class in com.qfs.trove.impl
An primitive integer list based on a TIntLinkedList.
QIntLinkedList() - Constructor for class com.qfs.trove.impl.QIntLinkedList
No-argument constructor, for serialization.
QIntLinkedList(int) - Constructor for class com.qfs.trove.impl.QIntLinkedList
Constructor.
QIntList - Interface in com.qfs.trove
A TIntList that exposes an additional QIntList.getQuick(int) method.
QIntObjectMap<V> - Class in com.qfs.trove.impl
A map with Object values and primitive int keys based on a TIntObjectHashMap.
QIntObjectMap() - Constructor for class com.qfs.trove.impl.QIntObjectMap
No-argument constructor, for serialization.
QIntObjectMap(int) - Constructor for class com.qfs.trove.impl.QIntObjectMap
Constructor.
QIntObjectMap(int, int) - Constructor for class com.qfs.trove.impl.QIntObjectMap
Constructor.
QIntSet - Class in com.qfs.trove.impl
An primitive integer set based on a TIntHashSet.
QIntSet() - Constructor for class com.qfs.trove.impl.QIntSet
No-argument constructor, for serialization.
QIntSet(int) - Constructor for class com.qfs.trove.impl.QIntSet
Constructor.
QIntSet(int[], int) - Constructor for class com.qfs.trove.impl.QIntSet
Constructor.
QIntSet(int, int) - Constructor for class com.qfs.trove.impl.QIntSet
Constructor.
QIntSet(TIntCollection, int) - Constructor for class com.qfs.trove.impl.QIntSet
Constructor.
QIntSingletonSet - Class in com.qfs.trove.impl
An unmodifiable set that only contains one value.
QIntSingletonSet(int) - Constructor for class com.qfs.trove.impl.QIntSingletonSet
Constructor.
QLongSet - Class in com.qfs.trove.impl
A set of long primitive values.
QLongSet() - Constructor for class com.qfs.trove.impl.QLongSet
No-argument constructor, for serialization.
QLongSet(int, long) - Constructor for class com.qfs.trove.impl.QLongSet
Constructor.
QLongSet(long) - Constructor for class com.qfs.trove.impl.QLongSet
Constructor.
QLongSet(long[], long) - Constructor for class com.qfs.trove.impl.QLongSet
Constructor.
QLongSet(TLongCollection, long) - Constructor for class com.qfs.trove.impl.QLongSet
Constructor.
QNameDef - Class in com.quartetfs.biz.xmla.binxml.token.impl
QNameDef token.
QNameDef() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.QNameDef
 
QObjectIntMap<K> - Class in com.qfs.trove.impl
A map with Object keys and primitive int values based on a TObjectIntHashMap.
QObjectIntMap() - Constructor for class com.qfs.trove.impl.QObjectIntMap
Empty constructor for serialization.
QObjectIntMap(int) - Constructor for class com.qfs.trove.impl.QObjectIntMap
Constructor.
QObjectIntMap(int, int) - Constructor for class com.qfs.trove.impl.QObjectIntMap
Constructor.
QObjectLongMap<K> - Class in com.qfs.trove.impl
A map with Object keys and primitive int values based on a TObjectIntHashMap.
QObjectLongMap() - Constructor for class com.qfs.trove.impl.QObjectLongMap
Empty constructor for serialization.
QObjectLongMap(long) - Constructor for class com.qfs.trove.impl.QObjectLongMap
Constructor.
QObjectLongMap(long, int) - Constructor for class com.qfs.trove.impl.QObjectLongMap
Constructor.
QSynchronizedIntObjectMap<V> - Class in com.qfs.trove.impl
A TSynchronizedIntObjectMap that exposes its underlying map.
QSynchronizedIntObjectMap(TIntObjectMap<V>) - Constructor for class com.qfs.trove.impl.QSynchronizedIntObjectMap
Constructor.
QSynchronizedIntObjectMap(TIntObjectMap<V>, Object) - Constructor for class com.qfs.trove.impl.QSynchronizedIntObjectMap
Constructor.
QTD - com.quartetfs.biz.xmla.constants.Keyword
 
QTD - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
QTDFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
QTDFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.QTDFunction
 
quantileDouble(double) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
quantileDouble(double) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
quantileDouble(double) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
quantileDouble(double) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
quantileDouble(double) - Method in class com.qfs.vector.impl.AbsVector
 
quantileDouble(double) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
quantileDouble(double) - Method in class com.qfs.vector.impl.AVector
 
quantileDouble(double) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
quantileDouble(double) - Method in class com.qfs.vector.impl.EmptyVector
 
quantileDouble(double) - Method in class com.qfs.vector.impl.FloatBlockVector
 
quantileDouble(double) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
quantileDouble(double) - Method in class com.qfs.vector.impl.LongBlockVector
 
quantileDouble(double) - Method in class com.qfs.vector.impl.NegativeVector
 
quantileDouble(double) - Method in class com.qfs.vector.impl.PositiveVector
 
quantileDouble(double) - Method in class com.qfs.vector.impl.ZeroVector
 
quantileDouble(double) - Method in interface com.qfs.vector.IVector
Computes the quantile of order r using the Nearest Rank definition of quantile with rounding.
quantileDouble(int, int, double) - Method in class com.qfs.vector.array.impl.AArrayVector
 
quantileDouble(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
quantileDouble(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
quantileDouble(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
quantileDouble(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
quantileDouble(int, int, double) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
quantileDouble(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
quantileDouble(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
quantileDouble(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
quantileDouble(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
quantileDouble(int, int, double) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
quantileDouble(int, int, double) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
quantileDouble(int, int, double) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
quantileDouble(int, int, double) - Method in interface com.qfs.vector.IBlock
Computes the quantile of order r using the Nearest Rank definition of quantile with rounding.
quantileDouble(int, int, double) - Method in class com.qfs.vector.impl.TombStoneBlock
 
quantileFloat(double) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
quantileFloat(double) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
quantileFloat(double) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
quantileFloat(double) - Method in class com.qfs.vector.impl.AbsVector
 
quantileFloat(double) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
quantileFloat(double) - Method in class com.qfs.vector.impl.AVector
 
quantileFloat(double) - Method in class com.qfs.vector.impl.EmptyVector
 
quantileFloat(double) - Method in class com.qfs.vector.impl.FloatBlockVector
 
quantileFloat(double) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
quantileFloat(double) - Method in class com.qfs.vector.impl.LongBlockVector
 
quantileFloat(double) - Method in class com.qfs.vector.impl.NegativeVector
 
quantileFloat(double) - Method in class com.qfs.vector.impl.PositiveVector
 
quantileFloat(double) - Method in class com.qfs.vector.impl.ZeroVector
 
quantileFloat(double) - Method in interface com.qfs.vector.IVector
Computes the quantile of order r using the Nearest Rank definition of quantile with rounding.
quantileFloat(int, int, double) - Method in class com.qfs.vector.array.impl.AArrayVector
 
quantileFloat(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
quantileFloat(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
quantileFloat(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
quantileFloat(int, int, double) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
quantileFloat(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
quantileFloat(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
quantileFloat(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
quantileFloat(int, int, double) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
quantileFloat(int, int, double) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
quantileFloat(int, int, double) - Method in interface com.qfs.vector.IBlock
Computes the quantile of order r using the Nearest Rank definition of quantile with rounding.
quantileFloat(int, int, double) - Method in class com.qfs.vector.impl.TombStoneBlock
 
quantileIndex(double) - Method in class com.qfs.vector.array.impl.AArrayVector
 
quantileIndex(double) - Method in class com.qfs.vector.impl.ABlockVector
 
quantileIndex(double) - Method in class com.qfs.vector.impl.AbsVector
 
quantileIndex(double) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
quantileIndex(double) - Method in class com.qfs.vector.impl.EmptyVector
 
quantileIndex(double) - Method in class com.qfs.vector.impl.NegativeVector
 
quantileIndex(double) - Method in class com.qfs.vector.impl.PositiveVector
 
quantileIndex(double) - Method in class com.qfs.vector.impl.ZeroVector
 
quantileIndex(double) - Method in interface com.qfs.vector.IVector
Returns the index of the quantile of order r.
quantileIndex(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
quantileIndex(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
quantileIndex(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
quantileIndex(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
quantileIndex(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
quantileIndex(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
quantileIndex(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
quantileIndex(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
quantileIndex(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
quantileIndex(int, int, double) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
quantileIndex(int, int, double) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
quantileIndex(int, int, double) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
quantileIndex(int, int, double) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
quantileIndex(int, int, double) - Method in interface com.qfs.vector.IBlock
Returns the index of the quantile of order r.
quantileIndex(int, int, double) - Method in class com.qfs.vector.impl.TombStoneBlock
 
quantileInt(double) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
quantileInt(double) - Method in class com.qfs.vector.impl.AbsVector
 
quantileInt(double) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
quantileInt(double) - Method in class com.qfs.vector.impl.AVector
 
quantileInt(double) - Method in class com.qfs.vector.impl.EmptyVector
 
quantileInt(double) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
quantileInt(double) - Method in class com.qfs.vector.impl.NegativeVector
 
quantileInt(double) - Method in class com.qfs.vector.impl.PositiveVector
 
quantileInt(double) - Method in class com.qfs.vector.impl.ZeroVector
 
quantileInt(double) - Method in interface com.qfs.vector.IVector
Computes the quantile of order r using the Nearest Rank definition of quantile with rounding.
quantileInt(int, int, double) - Method in class com.qfs.vector.array.impl.AArrayVector
 
quantileInt(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
quantileInt(int, int, double) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
quantileInt(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
quantileInt(int, int, double) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
quantileInt(int, int, double) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
quantileInt(int, int, double) - Method in interface com.qfs.vector.IBlock
Computes the quantile of order r using the Nearest Rank definition of quantile with rounding.
quantileInt(int, int, double) - Method in class com.qfs.vector.impl.TombStoneBlock
 
quantileLong(double) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
quantileLong(double) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
quantileLong(double) - Method in class com.qfs.vector.impl.AbsVector
 
quantileLong(double) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
quantileLong(double) - Method in class com.qfs.vector.impl.AVector
 
quantileLong(double) - Method in class com.qfs.vector.impl.EmptyVector
 
quantileLong(double) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
quantileLong(double) - Method in class com.qfs.vector.impl.LongBlockVector
 
quantileLong(double) - Method in class com.qfs.vector.impl.NegativeVector
 
quantileLong(double) - Method in class com.qfs.vector.impl.PositiveVector
 
quantileLong(double) - Method in class com.qfs.vector.impl.ZeroVector
 
quantileLong(double) - Method in interface com.qfs.vector.IVector
Computes the quantile of order r using the Nearest Rank definition of quantile with rounding.
quantileLong(int, int, double) - Method in class com.qfs.vector.array.impl.AArrayVector
 
quantileLong(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
quantileLong(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
quantileLong(int, int, double) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
quantileLong(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
quantileLong(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
quantileLong(int, int, double) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
quantileLong(int, int, double) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
quantileLong(int, int, double) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
quantileLong(int, int, double) - Method in interface com.qfs.vector.IBlock
Computes the quantile of order r using the Nearest Rank definition of quantile with rounding.
quantileLong(int, int, double) - Method in class com.qfs.vector.impl.TombStoneBlock
 
QUANTITATIVE - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
QuantityMonitor - Class in com.quartetfs.fwk.monitoring.impl
Monitor a quantity through time (total sum, count, average, min, max...).
QuantityMonitor(String) - Constructor for class com.quartetfs.fwk.monitoring.impl.QuantityMonitor
 
QuantityRangeHigh - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
QuantityRangeLow - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
QuartetExtendedPlugin - Annotation Type in com.quartetfs.fwk
This annotation is to be used to describe a plugin.
QuartetExtendedPluginValue - Annotation Type in com.quartetfs.fwk
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.
QuartetPlugin - Annotation Type in com.quartetfs.fwk
This annotation is to be used to describe a plugin.
QuartetPluginValue - Annotation Type in com.quartetfs.fwk
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.
QuartetType - Annotation Type in com.quartetfs.fwk
QuartetType annotation.
QueriedStore - Class in com.qfs.store.query.plan.impl
A Datastore table that is targeted by a query.
QueriedStore(IStoreMetadata) - Constructor for class com.qfs.store.query.plan.impl.QueriedStore
Create a QueriedStore with an unknown Selectivity.
QUERIES - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
List of requests for parameter changes.
QUERIES_SERVICE_BEGIN_EXECUTE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
QUERIES_SERVICE_END_EXECUTE - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
QUERIES_SVC_EXCEPTION - com.activeviam.apm.pivot.monitoring.IQueriesActionMonitor.QueriesServiceTags
Tag prefixing the 'exception' report for requests by Queries Service.
QUERIES_SVC_REQUEST_START - com.activeviam.apm.pivot.monitoring.IQueriesActionMonitor.QueriesServiceTags
Tag prefixing the 'start' report for requests by Queries Service.
QUERIES_SVC_REQUEST_STOP - com.activeviam.apm.pivot.monitoring.IQueriesActionMonitor.QueriesServiceTags
Tag prefixing the 'stop' report for requests by Queries Service.
QUERIES_TIMELIMIT_DEFAULT - Static variable in class com.qfs.pivot.json.query.JsonMdxQueryPlan
The default query timeout is 30 seconds.
queriesExecutor - Variable in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
 
QueriesExecutor - Class in com.quartetfs.biz.pivot.webservices.impl
Executor for the queries service.
QueriesExecutor(IActivePivotManager) - Constructor for class com.quartetfs.biz.pivot.webservices.impl.QueriesExecutor
Constructor.
QueriesRestServiceController - Class in com.qfs.pivot.rest.query.impl
The queries rest service.
QueriesRestServiceController(IJsonQueryService) - Constructor for class com.qfs.pivot.rest.query.impl.QueriesRestServiceController
Constructor.
QueriesResultLimit - Class in com.quartetfs.biz.pivot.context.impl
Context value for queries results size limit.
QueriesResultLimit(int, long) - Constructor for class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
Constructor.
QueriesResultLimitTranslator - Class in com.quartetfs.biz.pivot.context.impl
Context value translator for IQueriesResultLimit.
QueriesResultLimitTranslator() - Constructor for class com.quartetfs.biz.pivot.context.impl.QueriesResultLimitTranslator
Constructor.
QueriesService - Class in com.quartetfs.biz.pivot.webservices.impl
Implementation of the IQueriesService interface.
QueriesService() - Constructor for class com.quartetfs.biz.pivot.webservices.impl.QueriesService
 
QueriesServiceMonitor - Class in com.quartetfs.biz.pivot.webservices.impl
Monitor recording queries statistics.
QueriesServiceMonitor() - Constructor for class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
 
QueriesServiceMonitor.MonitoredQueriesServiceStatistics - Class in com.quartetfs.biz.pivot.webservices.impl
 
QueriesStatusMonitoringBean - Class in com.activeviam.apm.pivot.monitoring.jmx.impl
Recording query execution status, such as count of running query, long running query.
QueriesStatusMonitoringBean(long) - Constructor for class com.activeviam.apm.pivot.monitoring.jmx.impl.QueriesStatusMonitoringBean
Constructor.
queriesStatusMxBean() - Method in class com.activeviam.apm.cfg.impl.MonitoringJmxConfig
 
QueriesTimeLimit - Class in com.quartetfs.biz.pivot.context.impl
This context set a time limit for queries execution.
QueriesTimeLimit(long, TimeUnit) - Constructor for class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimit
Constructor.
QueriesTimeLimitTranslator - Class in com.quartetfs.biz.pivot.context.impl
 
QueriesTimeLimitTranslator() - Constructor for class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimitTranslator
 
queriesWebService() - Method in interface com.qfs.server.cfg.IActivePivotServicesConfig
 
queriesWebService() - Method in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
 
query(HttpHeaders) - Method in interface com.qfs.pivot.rest.discovery.IDiscoveryRestService
Returns the json representation of the discovery.
query(HttpHeaders) - Method in class com.qfs.pivot.rest.discovery.impl.DiscoveryRestServiceController
 
QUERY - com.qfs.messenger.IAddress.NodeType
For QUERY cube.
QUERY_ACTION - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to define the query action.
QUERY_ACTION - Static variable in interface com.qfs.service.store.IDatabaseRestService
REST query parameter to make a query.
QUERY_COORD_PROPERTY - Static variable in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
The name of the property containing the coordinates of this query.
QUERY_CUBE_PLUGIN_KEY - Static variable in interface com.activeviam.copper.ICopperContextFactory
The query cube plugin key for the Registry.
QUERY_EVALUATION - com.quartetfs.biz.pivot.query.monitoring.impl.ProcessingStepTiming
The time to evaluate the query in case of a non empty impact.
QUERY_EXE_EXCEPTION - com.activeviam.apm.pivot.monitoring.IQueryExecutorMonitor.QueryExecutorTags
Tag prefixing the 'exception' report for Query Executor.
QUERY_EXE_START - com.activeviam.apm.pivot.monitoring.IQueryExecutorMonitor.QueryExecutorTags
Tag prefixing the 'start' report for Query Executor.
QUERY_EXE_STOP - com.activeviam.apm.pivot.monitoring.IQueryExecutorMonitor.QueryExecutorTags
Tag prefixing the 'stop' report for Query Executor.
QUERY_EXECUTION_USAGE_CHECKS - com.activeviam.properties.impl.ActiveViamProperty
Property allowing to configure extensive sanity checks performed by ActivePivotAggregatesRetriever, the instance planning and performing query retrievals in ActivePivot.
QUERY_ID_TAG - Static variable in class com.activeviam.tracing.impl.Tracing
 
QUERY_MANAGER - Static variable in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Query manager key monitor.
QUERY_PLAN - Static variable in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
QueryPlan monitoring key.
QUERY_PLAN_CYCLE_DETECTION - Static variable in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
The name of the context value that enables cycle detection on the query plan.
QUERY_PLAN_EXPORT - Static variable in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
The name of the context value that enables the query plan export.
QUERY_PLAN_SUMMARY - Static variable in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
The name of the context value that indicate whether we build the query plan retrievals or not.
QUERY_POOL - Static variable in class com.qfs.pool.ThreadPoolSelectors
A IThreadPoolSelector that selects the query pool from QFSPools.
QUERY_REMOTING_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
The queries remoting service path.
QUERY_SEQUENCE_NUMBER - Static variable in interface com.quartetfs.biz.pivot.query.IQueryCache
Key of the query sequence number cache entry.
QUERY_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
Constant name of the Query service.
QUERY_TAG - Static variable in class com.activeviam.tracing.impl.Tracing
Tracing tags.
QUERY_TYPE_TAG - Static variable in class com.activeviam.tracing.impl.Tracing
 
QueryActionMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for location-based drill-through query action.
QueryActionMonitor(String, ActivePivotSyncUtils.IAction<?, ?>, List<? extends IContextValue>, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.QueryActionMonitor
Constructor.
QueryCache - Class in com.quartetfs.biz.pivot.query.impl
A unique sequence number is associated with each new query cache instance.
QueryCache() - Constructor for class com.quartetfs.biz.pivot.query.impl.QueryCache
Constructor, intended for tests.
QueryCache(long, IDatabaseVersion) - Constructor for class com.quartetfs.biz.pivot.query.impl.QueryCache
Constructor.
QueryCache(long, IDatabaseVersion, long) - Constructor for class com.quartetfs.biz.pivot.query.impl.QueryCache
Constructor.
QueryCancellationException - Exception in com.quartetfs.biz.pivot.query
The query has been canceled.
QueryCancellationException(IQuery<?>) - Constructor for exception com.quartetfs.biz.pivot.query.QueryCancellationException
Constructor without cause.
QueryCancellationException(IQuery<?>, Throwable) - Constructor for exception com.quartetfs.biz.pivot.query.QueryCancellationException
Constructor with cause.
QueryClusterDefinition - Class in com.quartetfs.biz.pivot.definitions.impl
Definition of a distributed cluster.
QueryClusterDefinition() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition
Empty constructor for serialization.
QueryClusterDefinition(String) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition
Constructor.
QueryClusterDefinition(String, Properties) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition
Constructor.
QueryClusterDefinition.DistributedApplicationDefinition - Class in com.quartetfs.biz.pivot.definitions.impl
 
QueryCompiler - Class in com.qfs.store.query.impl
A query visitor that compiles a query into a runnable ICompiledQuery.
QueryCompiler(IDatastoreSchemaQueryMetadata) - Constructor for class com.qfs.store.query.impl.QueryCompiler
 
QueryCompiler(IQueryPlanner, IDatastoreSchemaQueryMetadata) - Constructor for class com.qfs.store.query.impl.QueryCompiler
Constructor that accepts a IQueryPlanner.
QueryContext - Class in com.quartetfs.biz.pivot.query.aggregates.impl
The context to put in the query cache for the lifetime of a query.
QueryContext() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.QueryContext
Empty constructor for serialization.
QueryCubeListener - Class in com.qfs.distribution.impl
A ITransactionListener to be attached to a QUERY cube to be notified when its topology changes (QueryCubeListener.topologyChanged(), QueryCubeListener.topologyUnchanged()) and when it has received all the underlying measures and hierarchies of the DATA cubes within its cluster (QueryCubeListener.discoveryComplete()).
QueryCubeListener(IMultiVersionDistributedActivePivot) - Constructor for class com.qfs.distribution.impl.QueryCubeListener
Constructor.
queryDatabase(String, JsonDatabaseQuery, ICondition) - Method in interface com.qfs.store.service.IDatabaseService
Executes a query on the database.
queryDatabase(String, JsonDatabaseQuery, ICondition) - Method in class com.qfs.store.service.impl.ADecoratedDatabaseService
 
queryDatabase(String, JsonDatabaseQuery, ICondition) - Method in class com.qfs.store.service.impl.CompositeDatabaseService
 
queryDatabase(String, JsonDatabaseQuery, ICondition) - Method in class com.qfs.store.service.impl.DummyLoggingDatabaseService
 
queryDatabase(String, JsonDatabaseQuery, ICondition) - Method in class com.qfs.store.service.impl.RemoteDatabaseService
 
queryDatabase(String, String, Integer, Integer, String) - Method in interface com.qfs.service.store.IDatabaseRestService
Executes a query on the database, on a given table, via POST method.
queryDatabase(String, String, Integer, Integer, String) - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
queryDatabaseGet(String, String, Long, int, int, List<String>) - Method in interface com.qfs.service.store.IDatabaseRestService
Executes a query on the database, on a given table, via GET method.
queryDatabaseGet(String, String, Long, int, int, List<String>) - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
QueryDictionaryProvider - Class in com.qfs.store.query.impl
 
QueryDictionaryProvider(IRecordQuery, IDatastoreSchemaQueryMetadata) - Constructor for class com.qfs.store.query.impl.QueryDictionaryProvider
 
QueryException - Exception in com.quartetfs.fwk.query
An exception that occurs dealing with a query.
QueryException(IQuery<?>) - Constructor for exception com.quartetfs.fwk.query.QueryException
Constructor Build an exception with the query.toString() as message.
QueryException(IQuery<?>, boolean, String) - Constructor for exception com.quartetfs.fwk.query.QueryException
Constructor.
QueryException(IQuery<?>, boolean, String, Object...) - Constructor for exception com.quartetfs.fwk.query.QueryException
Constructor.
QueryException(IQuery<?>, boolean, String, Throwable) - Constructor for exception com.quartetfs.fwk.query.QueryException
Constructor.
QueryException(IQuery<?>, boolean, Throwable) - Constructor for exception com.quartetfs.fwk.query.QueryException
Constructor.
QueryException(IQuery<?>, boolean, Throwable, String, Object...) - Constructor for exception com.quartetfs.fwk.query.QueryException
Constructor.
QueryException(IQuery<?>, String) - Constructor for exception com.quartetfs.fwk.query.QueryException
Constructor Build an exception with the query.toString() appended to the message.
QueryException(IQuery<?>, String, Object...) - Constructor for exception com.quartetfs.fwk.query.QueryException
Constructor.
QueryException(IQuery<?>, String, Throwable) - Constructor for exception com.quartetfs.fwk.query.QueryException
Constructor Build an exception with the query.toString() appended to the message and cause as cause.
QueryException(IQuery<?>, Throwable) - Constructor for exception com.quartetfs.fwk.query.QueryException
Constructor Build an exception with the query.toString() as message and t as cause.
QueryException(IQuery<?>, Throwable, String, Object...) - Constructor for exception com.quartetfs.fwk.query.QueryException
Constructor Build an exception with the query.toString() appended to the message with the given template and parameters.
QueryExecutionException - Exception in com.quartetfs.biz.pivot.query
The query has failed during execution.
QueryExecutionException(IQuery<?>) - Constructor for exception com.quartetfs.biz.pivot.query.QueryExecutionException
Constructor without cause.
QueryExecutionException(IQuery<?>, Throwable) - Constructor for exception com.quartetfs.biz.pivot.query.QueryExecutionException
Constructor with cause.
QueryExecutionMonitoringHelper - Class in com.qfs.query.impl
A help class for extracting query information for monitoring.
QueryExecutorMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for query executor.
QueryExtendedPlugin - Class in com.quartetfs.biz.pivot.query.impl
Explicit implementation of the IQuery extended plugin.
QueryExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.query.impl.QueryExtendedPlugin
Constructor.
queryFilters(List<FilterData>) - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query filters.
QueryInterruptionException - Exception in com.quartetfs.biz.pivot.query
The query has been interrupted before it completed its execution.
QueryInterruptionException(IQuery<?>, InterruptedException) - Constructor for exception com.quartetfs.biz.pivot.query.QueryInterruptionException
Constructor.
QueryManager - Class in com.qfs.store.query.impl
Store name mapping aware implementation of the query manager.
QueryManager(IDatastoreSchemaVersion) - Constructor for class com.qfs.store.query.impl.QueryManager
Constructor.
QueryManagerAdapter - Class in com.activeviam.store.impl
Adapter implementing the Database query manager on top of the existing Datastore compiled queries.
QueryManagerAdapter(IDatastoreSchemaEntityResolver, IDatastoreSchemaQueryMetadata) - Constructor for class com.activeviam.store.impl.QueryManagerAdapter
 
QueryMonitoring - Class in com.quartetfs.biz.pivot.query.impl
An implementation of query plan printing level context value.
QueryMonitoring() - Constructor for class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
Constructor.
QueryMonitoringHelper - Class in com.activeviam.apm.pivot.query.impl
Helper class to manage QueryExecutorMonitor and help to monitor on all executing queries.
QueryMonitoringTranslator - Class in com.quartetfs.biz.pivot.query.impl
The context value translator associated with the IQueryMonitoring context value.
QueryMonitoringTranslator() - Constructor for class com.quartetfs.biz.pivot.query.impl.QueryMonitoringTranslator
Constructor.
QueryNodeQueryTranslator - Class in com.activeviam.distributed.pivot.impl
The default implementation of an IQueryNodeQueryTranslator.
QueryNodeQueryTranslator(IHierarchicalMapping, QueryNodeQueryTranslatorFactory, List<? extends IHierarchy>) - Constructor for class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslator
Constructor.
QueryNodeQueryTranslatorFactory - Class in com.activeviam.distributed.pivot.impl
Direct implementation of an IQueryNodeQueryTranslatorFactory.
QueryNodeQueryTranslatorFactory(List<? extends HierarchyAndLevelInfo>, List<? extends HierarchyAndLevelInfo>, IDistributedActivePivot.DataReplication) - Constructor for class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory
Constructor.
QueryNodeQueryTranslatorFactory.IdentityTranslator - Class in com.activeviam.distributed.pivot.impl
The identity IQueryNodeQueryTranslator that simply always returns the original ILocation.
QueryNodeQueryTranslatorFactory.IdentityTransporterTranslator - Class in com.activeviam.distributed.pivot.impl
QueryPartitionTaskCompleter - Class in com.qfs.store.query.impl
A completer that is used as the parent of all the per-partition tasks of a single query.
QueryPartitionTaskCompleter(IPartitionedResultAcceptor) - Constructor for class com.qfs.store.query.impl.QueryPartitionTaskCompleter
Constructor.
QueryPartitionTaskCompleter(IPartitionedResultAcceptor, ExceptionInterruptor) - Constructor for class com.qfs.store.query.impl.QueryPartitionTaskCompleter
Constructor.
QueryPartitionTaskCompleter(CountedCompleter<?>, IPartitionedResultAcceptor) - Constructor for class com.qfs.store.query.impl.QueryPartitionTaskCompleter
Constructor.
queryPerformanceEvaluator() - Method in class com.activeviam.apm.cfg.impl.QueryPerformanceEvaluatorConfig
QueryPerformanceEvaluator - Class in com.activeviam.apm.pivot.query.impl
Default implementation of Query Performance Evaluator.
QueryPerformanceEvaluator(IPastQueryPerformanceLoader, int, int, double) - Constructor for class com.activeviam.apm.pivot.query.impl.QueryPerformanceEvaluator
Constructor.
QueryPerformanceEvaluatorConfig - Class in com.activeviam.apm.cfg.impl
Configuration class to initiate query performance evaluator.
QueryPerformanceEvaluatorConfig() - Constructor for class com.activeviam.apm.cfg.impl.QueryPerformanceEvaluatorConfig
 
QueryPlan - Class in com.qfs.store.query.plan.impl
Base implementation of a IQueryPlan.
QueryPlan - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A query plan that consists of general information, the list of all the aggregate retrievals, external retrievals and their dependencies.
QueryPlan(ActivePivotAggregatesRetriever, Map<IQueryPlan.GlobalTimings, Long>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
Constructor.
QueryPlan(List<IOperation>) - Constructor for class com.qfs.store.query.plan.impl.QueryPlan
 
queryPlanCycleDetection() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
queryPlanCycleDetection() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Returns whether the query plan should be checked for cycles.
queryPlanExport() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Indicates whether the query plan should be exported to POJO or not.
queryPlanExport() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
queryPlanExport() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
queryPlanExport() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Returns whether the query plan should be exported to POJOs.
QueryPlanMonitoring - Class in com.quartetfs.biz.pivot.query.aggregates.impl
A monitored component used to expose the query plan related operations of a pivot.
QueryPlanMonitoring() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.QueryPlanMonitoring
Constructor.
queryPlanSummary() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Returns the export format of the query plan.
queryPlanSummary() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
queryPlanSummary() - Method in interface com.quartetfs.biz.pivot.query.IQueryMonitoring
Returns whether query plan creation is summary mode or full details mode.
QueryPlanToBe - Class in com.qfs.store.query.plan.impl
Deprecated, for removal: This API element is subject to removal in a future version.
QueryPlanToBe(int[], int[]) - Constructor for class com.qfs.store.query.plan.impl.QueryPlanToBe
Deprecated.
Constructor.
QueryPreparedStatementSupplier(String) - Constructor for class com.qfs.msg.jdbc.impl.JDBCTopic.QueryPreparedStatementSupplier
Constructor.
queryPrinter() - Method in class com.quartetfs.biz.pivot.monitoring.impl.GetAggregatesStreamsGrouper
Print the queries of this Register.
queryPrinter() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
Print the queries of this Register.
QueryRegistrationInfo(IRegisteredGetAggregatesContinuousQuery, int, IMultiVersionActivePivot, IActivePivotVersion, IMeasuresProvider) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry.QueryRegistrationInfo
Constructor.
QueryResult(IPointLocationListTransporter, IAggregateStore, Map<String, IColumn<?>>) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter.QueryResult
 
QueryRunner - Class in com.qfs.store.query.impl
A query runner able to run a query in a specific version.
QueryRunner(IDatastoreSchemaVersion) - Constructor for class com.qfs.store.query.impl.QueryRunner
Constructor.
QueryRunnerAdapter - Class in com.activeviam.store.impl
Adapter implementing the Database QueryRunner protocol on top of the Datastore.
QueryRunnerAdapter(IInternalDatastoreSchemaEntityResolver, DatastoreVersion) - Constructor for class com.activeviam.store.impl.QueryRunnerAdapter
 
QueryRunnerWithTimeout - Class in com.qfs.store.query.impl
A query runner capable of handling query timeouts.
QueryRunnerWithTimeout(QueryRunner, long, TimeUnit) - Constructor for class com.qfs.store.query.impl.QueryRunnerWithTimeout
 
QuerySpecificContinuousAggregatesRetriever(AAggregatesContinuousQueryEngine.ContinuousAggregatesRetriever, IMeasuresProvider) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine.QuerySpecificContinuousAggregatesRetriever
Constructor.
QueryStoreTree - Class in com.qfs.store.query.plan.impl
Implementation of an IQueryStoreTree.
QueryStoreTree(ITreeStoreNode, IQueriedStore, Map<String, Set<String>>) - Constructor for class com.qfs.store.query.plan.impl.QueryStoreTree
Constructor.
QueryStreamIdentifier - Class in com.quartetfs.tech.streaming.sharing.impl
Implementation which is based on the Stream query.
QueryStreamIdentifier(IQuery<?>) - Constructor for class com.quartetfs.tech.streaming.sharing.impl.QueryStreamIdentifier
Constructor.
querySummary(QuerySummaryData) - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query plan summary.
QuerySummaryData - Class in com.qfs.pivot.json.queryplan
The JSON query plan summary data.
QuerySummaryData(Set<String>, int, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>, Set<String>, int) - Constructor for class com.qfs.pivot.json.queryplan.QuerySummaryData
 
QuerySummaryData.QuerySummaryDataBuilder - Class in com.qfs.pivot.json.queryplan
 
queryTags(Map<String, String>) - Method in class com.activeviam.database.api.query.DistinctQuery.DistinctQueryBuilder
Tags used to label the query such as the name of the pivot triggering the query.
queryTags(Map<String, String>) - Method in class com.activeviam.database.api.query.ListQuery.ListQueryBuilder
Tags used to label the query such as the name of the pivot triggering the query.
queryTags(Map<String, String>) - Method in class com.activeviam.database.api.query.GetByKeyQuery.GetByKeyQueryBuilder
 
QueryTags - Class in com.activeviam.database.api.query
Core tags which can be passed to a query.
queryTimeout(IQuery<?>) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotStatistics
Called whenever a query is timed out.
QueryTimeoutException - Exception in com.quartetfs.biz.pivot.query
QueryTimeoutException triggered when the query time is exceeded.
QueryTimeoutException(IQuery<?>, int) - Constructor for exception com.quartetfs.biz.pivot.query.QueryTimeoutException
Constructor.
QueryTimeoutException(IQuery<?>, int, Throwable) - Constructor for exception com.quartetfs.biz.pivot.query.QueryTimeoutException
Constructor with a cause.
QueryTimingCollector - Class in com.quartetfs.fwk.logging.impl
Collects timing for query on datastore and pivot.
QueryTimingCollector.CollectibleQueryType - Enum in com.quartetfs.fwk.logging.impl
Enum giving the type of query whose timing will be collected.
QueryTimingCollector.QueryCategory - Enum in com.quartetfs.fwk.logging.impl
Enum giving the category of a query on ActivePivot.
QueryTimingLogger - Class in com.quartetfs.fwk.logging.impl
Util to log query timing.
QueryValidator - Class in com.qfs.store.query.impl
Validates a query.
QueryValidator(IDatastoreSchemaMetadata) - Constructor for class com.qfs.store.query.impl.QueryValidator
Full constructor.
queryWebSocketEndPoint() - Method in class com.qfs.server.cfg.impl.ActivePivotWebSocketServicesConfig
Returns a basic WebSocket endpoint for querying the streaming service through WebSocket api.
QueryWebSocketEndPoint - Class in com.qfs.spring.websocket.impl
Deprecated, for removal: This API element is subject to removal in a future version.
QueryWebSocketEndPoint(QueryWebSocketService, IContextValueOperator, long) - Constructor for class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint
Deprecated.
Default constructor.
QueryWebSocketEndPoint(QueryWebSocketService, long) - Constructor for class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.13 in favor of QueryWebSocketEndPoint(QueryWebSocketService, IContextValueOperator, long) to apply the security directly on top of each message.
QueryWebSocketEndPoint.StreamIds - Class in com.qfs.spring.websocket.impl
Deprecated.
Class holding the two ids uniquely identifying a user query.
QueryWebSocketService - Class in com.qfs.spring.websocket.impl
Deprecated, for removal: This API element is subject to removal in a future version.
QueryWebSocketService(IStreamingService, IStreamPublisher, ITimeSupplier) - Constructor for class com.qfs.spring.websocket.impl.QueryWebSocketService
Deprecated.
Constructor.
QUEUE_LIMIT - Static variable in class com.qfs.store.impl.StorePartitionWorker
Default work queue limit.
quickCovers(IMdxMember, IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Checks whether a member covers another one.
quickCrossjoin(ISet, ISet, boolean) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Quick cross-join.
quickDrilldown(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Produces the drilldown of a member without checking it's legal (i.e.
quickDrilldown(IMdxMember, int) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Produces the drilldown of a member at a specific distance without checking it's legal (i.e.
quickEquals(ITuple, ITuple) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Check equality between two tuples that are non null and have the same number of hierarchies.
quickIntersect(ISet, ISet, boolean, boolean) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Quick intersection of two sets (no dimensionality check).
quickIntersect(IMdxMember, IMdxMember, boolean) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Intersects two hierarchy locations without checking if they belong to the same hierarchy.
quickIsChild(ITuple, ITuple, int) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Checks if the member at the specified position in tuple1 is parent of the member at the same position in tuple2.
quickIsChild(IMdxMember, IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Checks if a member is the child of an other member.
quickIsDescendant(ITuple, ITuple, int) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Checks if the member at the specified position in tuple1 is an ancestor of the member at the same position in tuple2.
quickIsDescendant(IMdxMember, IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Checks if a member is the descendant of an other member.
quickMerge(ITuple, ITuple) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Merges two tuples.
quickNaiveOr(List<T>, int) - Static method in class com.qfs.bitmap.impl.FastLogicalQFSBitmap
Internal method that performs logical OR between multiple bitmaps at once.
quickTupleCovers(ITuple, ITuple) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Checks if tuple1 covers tuple2.
quit(LocalMessenger) - Method in class com.qfs.messenger.impl.LocalCluster
Have the given messenger leave the cluster.
quote(CharSequence...) - Static method in class com.qfs.pivot.util.impl.MdxNamingUtil
Quotes a path: given [a, b, c], will return "[a].[b].[c]".
QUOTE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
QUOTE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
QUOTE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
quoteAndAppend(CharSequence, StringBuilder) - Static method in class com.qfs.pivot.util.impl.MdxNamingUtil
Quotes a charsequence and appends it to the input string builder (adds the leading '[' and closing ']', and escapes the additional ']').
QUOTED - com.quartetfs.pivot.mdx.statement.IIdentifier.Quoting
Quoted identifier, for example "[Geography]".
QUOTED_ID - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
QUOTED_ID - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
QUOTED_ID - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
quoted_identifier() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
quoted_identifier() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
quoted_identifier_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.quoted_identifier_return
 
quoteType() - Method in interface com.quartetfs.pivot.mdx.statement.IStringLiteral
Returns the quote type.

R

raiseErrorOnChange() - Method in class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
 
raiseErrorOnChange() - Method in interface com.qfs.snl.workflows.IWorkflowEntityResolver
Raises on error when a user attempt to modify a custom entity configuration from IWorkflowService.
RandomAccessSetLazyTupleCollection(IRandomAccessSet, int[]) - Constructor for class com.quartetfs.pivot.mdx.impl.LazyTupleCollection.RandomAccessSetLazyTupleCollection
 
RandomShuffledSet - Class in com.quartetfs.pivot.mdx.eval.set.impl
A random access shuffled set.
RandomShuffledSet(IRandomAccessSet, int[]) - Constructor for class com.quartetfs.pivot.mdx.eval.set.impl.RandomShuffledSet
 
range - Variable in class com.activeviam.copper.measure.window.WindowBuilder
The defined range with Window.rangeBetween(int, int) or the default range CopperRange.UNBOUNDED_PRECEDING.
range - Variable in class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
Range data for this axis, possibly null.
range - Variable in class com.qfs.pivot.json.cellset.AxisData
The range.
Range(long, long) - Constructor for class com.qfs.util.IRangeUnion.Range
Deprecated.
Constructor.
RANGE - Static variable in interface com.quartetfs.biz.pivot.context.IContextValueTranslator
A value returned by IContextValueTranslator.getAvailableProperties() specifying a context value represented as discrete range.
RANGE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
RANGE_SHARING - Static variable in interface com.qfs.pivot.cube.provider.IAggregateProviderBase
Deprecated, for removal: This API element is subject to removal in a future version.
RANGE_SHARING - Static variable in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderBase
Property to hold the number max of locations accumulated during a range sharing attempt on a query.
RANGE_UPDATE - com.qfs.pivot.json.query.JsonStreamingRequest.StreamingAction
Update an existing stream with a new range but keep the same query (mdx and context value).
RANGE_WINDOW_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.WindowReducePartitionedPostProcessor
Defines the range of the window.
RangeAxisHierarchy - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
A hierarchy implementation which retrieves members which exist between 2 versions.
RangeAxisHierarchy(IAxisHierarchyBase, long, long) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
Constructor of RangeAxisHierarchy.
rangeBetween(int, int) - Method in interface com.activeviam.copper.api.Window
Restricts the scope of the values over which the analytic function will be evaluated around the current evaluated location.
rangeBetween(int, int) - Method in class com.activeviam.copper.measure.window.WindowBuilder
 
rangeBetween(int, int) - Method in class com.activeviam.copper.measure.window.WindowSiblingBuilder
 
rangeCoordinates(ICoordinates) - Static method in class com.qfs.repository.coordinates.util.CoordinatesUtil
Counts the number of null in the coordinates.
RangeData - Class in com.qfs.pivot.json.cellset
 
RangeData(int, int, int) - Constructor for class com.qfs.pivot.json.cellset.RangeData
Constructor.
RangeDTO - Class in com.quartetfs.biz.pivot.dto
 
RangeDTO() - Constructor for class com.quartetfs.biz.pivot.dto.RangeDTO
Default constructor.
RangeDTO(int, int, int) - Constructor for class com.quartetfs.biz.pivot.dto.RangeDTO
Constructor.
RangeFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
RangeFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.RangeFunction
 
RangeHelper - Class in com.quartetfs.biz.pivot.streaming.impl
 
RangeHelper() - Constructor for class com.quartetfs.biz.pivot.streaming.impl.RangeHelper
 
RangeLocationExpander(ILocation) - Constructor for class com.quartetfs.biz.pivot.impl.LocationUtil.RangeLocationExpander
Constructor.
RangeLocationPlan - Class in com.quartetfs.biz.pivot.cube.provider.impl
A range location plan organizes locations determining if there are coverage rules between them.
RangeLocationPlan(IHierarchicalMapping) - Constructor for class com.quartetfs.biz.pivot.cube.provider.impl.RangeLocationPlan
Constructor.
RangeLocationPlan(IHierarchicalMapping, int) - Constructor for class com.quartetfs.biz.pivot.cube.provider.impl.RangeLocationPlan
Constructor.
RangeMax - com.quartetfs.biz.xmla.constants.Keyword
 
rangeMemberForLevel(IMdxLevel) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
This method returns a member that represents all the members of the level.
RangeMemberSetUnionProcedure(IHasDimensionality) - Constructor for class com.quartetfs.pivot.mdx.eval.set.impl.Sets.RangeMemberSetUnionProcedure
RangeMid - com.quartetfs.biz.xmla.constants.Keyword
 
RangeMin - com.quartetfs.biz.xmla.constants.Keyword
 
RangeOperands(IDictionaryOperand[]) - Constructor for class com.qfs.store.query.plan.impl.IndexCompiledOperations.RangeOperands
Constructor.
RangeProperty - Class in com.quartetfs.tech.streaming.impl
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() - Constructor for class com.quartetfs.tech.streaming.impl.RangeProperty
Constructor for the XML serialization.
RangeProperty(int, int) - Constructor for class com.quartetfs.tech.streaming.impl.RangeProperty
Constructor.
rangeScan(long, int, int, IRecordProcedure) - Method in class com.qfs.store.impl.ColumnarRecordSet
Scans all the records that exist at the given epoch from firstRow (included) to lastRow (excluded).
RangeScope() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet.RangeScope
Construct a new empty range scope.
RangeSetUnionProcedure(IHasDimensionality) - Constructor for class com.quartetfs.pivot.mdx.eval.set.impl.Sets.RangeSetUnionProcedure
Constructor.
rangeSharing(int) - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
The range sharing.
RangeSharingLinearPostProcessorAggregatesRetrieval - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A range sharing aggregates retrieval for a linear post processor.
RangeSharingLinearPostProcessorAggregatesRetrieval(CancellableCountedCompleter<?>, IExecutionPlan, int, IScopeLocation, IPostProcessedMeasure, ILinearPostProcessor, ActivePivotAggregatesRetriever) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingLinearPostProcessorAggregatesRetrieval
Constructor.
RangeSharingPrimitiveAggregatesRetrieval - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
A range sharing aggregates retrieval for primitive measures only.
RangeSharingPrimitiveAggregatesRetrieval(CancellableCountedCompleter<?>, IScopeLocation, IExecutionPlan, int, Collection<? extends IMeasureMember>, IHierarchicalMapping) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
Constructor.
rangeSiblings(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Builds a members siblings range member.
rangeUnion(long...) - Static method in class com.qfs.util.impl.RangeUtil
Deprecated.
Computes a union of ranges from consecutive values interpreted as flatten pairs of boundaries.
RangeUnion - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
RangeUnion() - Constructor for class com.qfs.util.impl.RangeUnion
Deprecated.
Constructor.
RangeUnion(long, long) - Constructor for class com.qfs.util.impl.RangeUnion
Deprecated.
Constructs a range of epoch epoch between epoch1 and epoch2.
RangeUnion(IRangeUnion.Range) - Constructor for class com.qfs.util.impl.RangeUnion
Deprecated.
 
RangeUtil - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
RangeValueScope() - Constructor for class com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope
Default constructor.
Rank - com.quartetfs.biz.xmla.constants.Keyword
 
RANK - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
RankFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
RankFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.RankFunction
 
rationale() - Method in annotation type com.activeviam.annotations.DeprecatedApi
Returns rationale for deprecating the API.
RBRACE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
RBRACE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
RBRACE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
ReachableField - Class in com.activeviam.database.api.schema
Class representing a field in the database that is reachable from a base table following a path of joins.
ReachableField(String, FieldPath) - Constructor for class com.activeviam.database.api.schema.ReachableField
Constructor based on FieldPath.
ReachableField(String, JoinPath, String) - Constructor for class com.activeviam.database.api.schema.ReachableField
 
read() - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
read() - Method in class com.activeviam.chunks.cells.impl.ReadableArrayCursor
 
read() - Method in class com.activeviam.io.ByteBufferInputStream
 
read() - Method in class com.activeviam.util.cells.impl.BooleanCell
 
read() - Method in class com.activeviam.util.cells.impl.DoubleCell
 
read() - Method in class com.activeviam.util.cells.impl.FloatCell
 
read() - Method in class com.activeviam.util.cells.impl.IntegerCell
 
read() - Method in class com.activeviam.util.cells.impl.LongCell
 
read() - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
read() - Method in class com.activeviam.util.cells.impl.ObjectCell
 
read() - Method in class com.activeviam.util.cells.impl.StringCell
 
read() - Method in interface com.activeviam.util.cells.IReadableCell
Reads the value stored in this cell.
read() - Method in class com.qfs.messenger.impl.DataInputStreamAdapter
The read operation that delegates to the underlying DataInput.
read() - Method in class com.qfs.messenger.netty.streaming.impl.NettyInputStream
 
read() - Method in class com.qfs.store.impl.arrays.ArrayCursorWithDefaultValue
 
read() - Method in class com.qfs.store.impl.arrays.DictionaryProxyArrayCursorWithDefaultValue
 
read() - Method in class com.qfs.util.impl.BackgroundInputStream
Deprecated.
Read a single byte from the buffer.
read() - Method in class com.qfs.util.tar.impl.TarInputStream
Reads a byte from the current tar archive entry.
read(byte[]) - Method in class com.qfs.util.tar.impl.TarInputStream
Reads bytes from the current tar archive entry.
read(byte[], int, int) - Method in class com.activeviam.io.ByteBufferInputStream
 
read(byte[], int, int) - Method in class com.qfs.messenger.netty.streaming.impl.NettyInputStream
 
read(byte[], int, int) - Method in class com.qfs.util.impl.BackgroundInputStream
Deprecated.
Read a section of bytes from the buffer.
read(byte[], int, int) - Method in class com.qfs.util.tar.impl.TarInputStream
Reads bytes from the current tar archive entry.
read(int) - Method in class com.activeviam.arrow.read.record.ArrowDoubleFromIntVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.ArrowDoubleFromLongVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.ArrowLocalDateTimeVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.ArrowLocalDateVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.ArrowStringVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.ArrowTimeMicroVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.ArrowTimeNanoVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.ArrowTimeStampVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.ArrowToStringNotEmptyVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.ArrowVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.multicolumn.ArrowMultiDoubleVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.multicolumn.ArrowMultiLongVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.multicolumn.ArrowMultiObjectVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.vector.AArrayArrowVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.WithDefaultBooleanVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.WithDefaultDoubleVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.WithDefaultFloatVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.WithDefaultIntVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.WithDefaultLongVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.WithDefaultObjectVectorReader
 
read(int) - Method in class com.activeviam.arrow.read.record.WithDictionaryVectorReader
 
read(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
read(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
read(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
read(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
read(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
read(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
read(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
read(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
read(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
read(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
read(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
read(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
read(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
read(int) - Method in class com.activeviam.chunk.impl.ArrayReaderWithMapping
 
read(int) - Method in class com.activeviam.chunk.impl.IntArrayReaderWithMapping
 
read(int) - Method in class com.activeviam.chunk.impl.NullableArrayReader
 
read(int) - Method in class com.activeviam.column.impl.EmptyChunk
 
read(int) - Method in class com.activeviam.column.LazyChunkedCompositeColumn
 
read(int) - Method in class com.activeviam.records.impl.RecordReaderFromArrayReader
 
read(int) - Method in class com.qfs.agg.impl.ChunkHistory
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
read(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
read(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
read(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
read(int) - Method in interface com.qfs.chunk.IArrayReader
Reads a value at some index in an array.
read(int) - Method in interface com.qfs.chunk.IChunk
Returns the data stored at that position in the chunk.
read(int) - Method in interface com.qfs.chunk.IChunkDouble
 
read(int) - Method in interface com.qfs.chunk.IChunkFloat
 
read(int) - Method in interface com.qfs.chunk.IChunkInteger
 
read(int) - Method in interface com.qfs.chunk.IChunkLong
 
read(int) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
read(int) - Method in class com.qfs.chunk.impl.ChunkComposite
 
read(int) - Method in class com.qfs.chunk.impl.ChunkCompositeSparse
 
read(int) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
read(int) - Method in class com.qfs.chunk.impl.ChunkMarked
 
read(int) - Method in class com.qfs.chunk.impl.ChunkObject
 
read(int) - Method in class com.qfs.chunk.impl.ChunkOffsetInteger
 
read(int) - Method in class com.qfs.chunk.impl.ChunkOffsetLong
 
read(int) - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
read(int) - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
read(int) - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
read(int) - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
read(int) - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
read(int) - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
read(int) - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
read(int) - Method in class com.qfs.chunk.impl.ColumnsReaderWithCursor
 
read(int) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
read(int) - Method in class com.qfs.chunk.impl.TableArrayReader
Deprecated.
 
read(int) - Method in class com.qfs.chunk.impl.TableColumn
 
read(int) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
read(int) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
read(int) - Method in interface com.qfs.column.IColumn
 
read(int) - Method in class com.qfs.column.impl.AChunkedColumn
 
read(int) - Method in interface com.qfs.dic.IDictionary
Reads the object stored at a given dictionary position.
read(int) - Method in class com.qfs.dic.impl.AbstractHash.BufferHashTable
 
read(int) - Method in interface com.qfs.dic.impl.AbstractHash.HashTable
Reads slot.
read(int) - Method in class com.qfs.dic.impl.AbstractHash.LargeBufferHashTable
 
read(int) - Method in class com.qfs.dic.impl.AbstractHash.LargeHashTable
 
read(int) - Method in class com.qfs.dic.impl.AbstractHash.StandardHashTable
 
read(int) - Method in class com.qfs.dic.impl.AbstractHash.VeryLargeHashTable
 
read(int) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
read(int) - Method in class com.qfs.dic.impl.AChristmasDictionaryArray
 
read(int) - Method in class com.qfs.dic.impl.AFixedLengthIntegerArrayDictionary
 
read(int) - Method in class com.qfs.dic.impl.BufferIntegerDictionary
 
read(int) - Method in class com.qfs.dic.impl.ChristmasDictionaryDouble
 
read(int) - Method in class com.qfs.dic.impl.ChristmasDictionaryFloat
 
read(int) - Method in class com.qfs.dic.impl.ChristmasDictionaryInteger
 
read(int) - Method in class com.qfs.dic.impl.ChristmasDictionaryLong
 
read(int) - Method in class com.qfs.dic.impl.Dictionary
 
read(int) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
read(int) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
read(int) - Method in class com.qfs.dic.impl.IntegerDictionary
 
read(int) - Method in class com.qfs.dic.impl.LongDictionary
 
read(int) - Method in class com.qfs.dic.impl.NullableDictionary
 
read(int) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
read(int) - Method in class com.qfs.dic.impl.StringDictionary
 
read(int) - Method in interface com.qfs.msg.csv.ILineReader
Read the string at a column index.
read(int) - Method in class com.qfs.msg.csv.impl.LineReader
 
read(int) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
read(int) - Method in class com.qfs.store.impl.AColumnStore.CompositeColumnView
 
read(int) - Method in class com.qfs.store.impl.ARecordSetTransaction
 
read(int) - Method in class com.qfs.store.impl.ARecordSetVersion
 
read(int) - Method in class com.qfs.store.impl.arrays.ADictionaryProxyReadableArray
 
read(int) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
read(int) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
read(int) - Method in class com.qfs.store.impl.ChunkSetCursor
 
read(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
read(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
read(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriterWithSingleValueField
 
read(int) - Method in class com.qfs.store.impl.ColumnarRecordSet
 
read(int) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
read(int) - Method in class com.qfs.store.impl.EmptyRecordSetView
 
read(int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
read(int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetVersion
 
read(int) - Method in class com.qfs.store.impl.TombstoneColumn
 
read(int) - Method in class com.qfs.store.impl.UserRecordSetVersion
 
read(int) - Method in interface com.qfs.store.IRecordSet
Fetches the record stored at that row.
read(int) - Method in class com.qfs.store.record.impl.AChunkReader
 
read(int) - Method in class com.qfs.store.record.impl.ArrayRecordReader
 
read(int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
read(int) - Method in class com.qfs.store.record.impl.ChunkRecordReader
 
read(int) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
read(int) - Method in class com.qfs.store.record.impl.DictionarizedRecordReaderFromPlain
 
read(int) - Method in class com.qfs.store.record.impl.KeyRecord
 
read(int) - Method in class com.qfs.store.record.impl.PlainRecordReaderFromDictionarized
 
read(int) - Method in class com.qfs.store.record.impl.Record
 
read(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
read(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper
 
read(int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
read(int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
read(int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
read(int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
read(int) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
read(int) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
read(int) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
read(int) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
read(int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
read(int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
read(int) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
read(int) - Method in class com.qfs.vector.impl.ABlockVector
 
read(int) - Method in class com.qfs.vector.impl.AbsVector
 
read(int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
read(int) - Method in class com.qfs.vector.impl.AVector
 
read(int) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
read(int) - Method in class com.qfs.vector.impl.DoubleFixedBlockVector
 
read(int) - Method in class com.qfs.vector.impl.EmptyVector
 
read(int) - Method in class com.qfs.vector.impl.FloatBlockVector
 
read(int) - Method in class com.qfs.vector.impl.FloatFixedBlockVector
 
read(int) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
read(int) - Method in class com.qfs.vector.impl.IntegerFixedBlockVector
 
read(int) - Method in class com.qfs.vector.impl.LongBlockVector
 
read(int) - Method in class com.qfs.vector.impl.LongFixedBlockVector
 
read(int) - Method in class com.qfs.vector.impl.NegativeVector
 
read(int) - Method in class com.qfs.vector.impl.PositiveVector
 
read(int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
read(int) - Method in class com.qfs.vector.impl.ZeroVector
 
read(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
read(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AReplicatedColumn
 
read(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AVirtualArray
 
read(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TransformedReader
 
read(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
read(int, int) - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
read(int, int) - Method in class com.activeviam.column.impl.MultiColumnarTableWrapper
 
read(int, int) - Method in class com.qfs.chunk.array.impl.ChunkArray
 
read(int, int) - Method in interface com.qfs.chunk.ITable
Reads the Object value stored in the table at the intersection of the given row and column.
read(int, int) - Method in interface com.qfs.dic.IPointList
 
read(int, int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
read(int, int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
read(int, int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
read(int, int) - Method in class com.qfs.store.impl.AColumnStore
 
read(int, int) - Method in class com.qfs.store.impl.ChunkSet
 
read(int, int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
read(int, int) - Method in class com.qfs.store.record.impl.FilteredRecordBlock
 
read(int, int) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
read(int, int) - Method in class com.qfs.store.record.impl.RecordBlock
 
read(int, int) - Method in class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
 
read(int, int) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
read(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
read(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
read(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
read(int, int) - Method in class com.quartetfs.biz.pivot.contribution.impl.RecordBlockMeasureStore
 
read(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatabaseRetrievalResult
 
read(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyDatabaseRetrievalResult
 
read(int, int) - Method in class com.quartetfs.biz.pivot.test.util.DummyRecordBlock
 
read(int, int) - Method in class com.quartetfs.biz.xmla.rowset.impl.RowSet
 
read(int, int) - Method in interface com.quartetfs.biz.xmla.rowset.IRowset
Read the value at a given row and column.
read(int, int) - Method in class com.quartetfs.pivot.mdx.xmla.impl.XmlaDrillthroughRowset
 
read(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
read(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
read(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
read(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
read(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
read(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
read(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
 
read(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
read(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
read(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
read(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
read(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Reads in the given record the value for the field that this FieldHandler represents, on the basis that this field contains non primitive values.
read(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.StringFieldHandler
 
read(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
read(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
read(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
read(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
read(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
read(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
read(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
 
read(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
read(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
read(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
read(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
read(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Reads in the given record block, at the given row, the value for the field that this FieldHandler represents, on the basis that this field contains non primitive values.
read(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.StringFieldHandler
 
read(String) - Method in class com.qfs.pivot.util.impl.AObjectRecordReader
 
read(String) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
read(String) - Method in class com.qfs.store.record.impl.ARecordReader
 
read(String) - Method in class com.qfs.store.record.impl.ArrayRecordReader
 
read(String) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
read(String) - Method in class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
read(String) - Method in interface com.qfs.store.record.IRecordReader
Reads the value of a field of the record, specified by its name.
read(String, Object[]) - Method in class com.qfs.source.impl.AStoreMessage
 
read(String, Object[]) - Method in class com.qfs.source.impl.StoreMessage
 
read(String, Object[]) - Method in interface com.qfs.source.IStoreMessage
Helper method to read a field in a tuple given the name of the field (name of the tuple column).
read(ByteBuffer) - Method in class com.activeviam.cloud.fetch.impl.AConcurrentlyFetchingChannel
 
read(TypeT) - Method in interface com.qfs.snl.messages.form.IInformationReader
Reads information from a type of the appropriate type.
read(TypeT) - Method in class com.qfs.snl.messages.form.InformationReader
 
Read - com.quartetfs.biz.xmla.IXmlaProperty.AccessType
Read only access type.
READ_EOF_RECORD - Static variable in class com.qfs.logging.MessagesCSV
READ EOF RECORD.
READ_NULL_RECORD - Static variable in class com.qfs.logging.MessagesCSV
READ NULL RECORD.
read3Bytes(byte[], int) - Method in class com.quartetfs.biz.xmla.compression.impl.LZFMatcher
 
ReadableArrayCursor - Class in com.activeviam.chunks.cells.impl
An array cursor that can move above any type of IArray without any restrictions.
ReadableArrayCursor(IArray) - Constructor for class com.activeviam.chunks.cells.impl.ReadableArrayCursor
Constructor.
ReadableDatastore - Class in com.qfs.store.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ReadableFixedArrayCursor - Class in com.activeviam.chunks.cells.impl
A specific cell that will not move away from its initial position.
ReadableFixedArrayCursor(IWritableArray) - Constructor for class com.activeviam.chunks.cells.impl.ReadableFixedArrayCursor
Constructor.
ReadableFixedArrayCursor(IWritableArray, int) - Constructor for class com.activeviam.chunks.cells.impl.ReadableFixedArrayCursor
Constructor.
readAll() - Method in interface com.qfs.msg.csv.ILineReader
Read all - The returned array can be kept at will.
readAll() - Method in class com.qfs.msg.csv.impl.LineReader
 
readAndInitCopperFunction(String, IActivePivot) - Method in class com.activeviam.copper.PropertiesCodec
Deprecated.
Reads an ICopperFunction from the underlying Properties.
readAndMapSerializedDoubleKeys(ObjectInput, int) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Reads the double keys written to a stream using InnerChristmasDictionary.writeSerializedKeys(ObjectOutput) and maps them into this dictionary.
readAndMapSerializedFloatKeys(ObjectInput, int) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Reads the float keys written to a stream using InnerChristmasDictionary.writeSerializedKeys(ObjectOutput) and maps them into this dictionary.
readAndMapSerializedIntKeys(ObjectInput, int) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Reads the int keys written to a stream using InnerChristmasDictionary.writeSerializedKeys(ObjectOutput) and maps them into this dictionary.
readAndMapSerializedLongKeys(ObjectInput, int) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Reads the long keys written to a stream using InnerChristmasDictionary.writeSerializedKeys(ObjectOutput) and maps them into this dictionary.
readAndMapSerializedObjectKeys(ObjectInput, int) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Reads the keys written to a stream using InnerChristmasDictionary.writeSerializedKeys(ObjectOutput) and maps them into this dictionary.
readBit(LongBuffer, int) - Static method in class com.qfs.buf.impl.Buffers
Reads a bit in a bitmap.
readBoolean() - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
readBoolean() - Method in class com.activeviam.chunks.cells.impl.ReadableArrayCursor
 
readBoolean() - Method in class com.activeviam.util.cells.impl.AWritableCell
 
readBoolean() - Method in class com.activeviam.util.cells.impl.BooleanCell
 
readBoolean() - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
readBoolean() - Method in class com.activeviam.util.cells.impl.ObjectCell
 
readBoolean() - Method in class com.activeviam.util.cells.impl.StringCell
 
readBoolean() - Method in interface com.activeviam.util.cells.IReadableCell
Reads a boolean primitive value.
readBoolean() - Method in class com.qfs.store.impl.arrays.ArrayCursorWithDefaultValue
 
readBoolean() - Method in class com.qfs.store.impl.arrays.DictionaryProxyArrayCursorWithDefaultValue
 
readBoolean(int) - Method in class com.activeviam.arrow.read.record.ArrowBooleanVectorReader
 
readBoolean(int) - Method in class com.activeviam.arrow.read.record.ArrowVectorReader
 
readBoolean(int) - Method in class com.activeviam.arrow.read.record.WithDefaultBooleanVectorReader
 
readBoolean(int) - Method in class com.activeviam.arrow.read.record.WithDictionaryVectorReader
 
readBoolean(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
readBoolean(int) - Method in class com.activeviam.chunk.impl.ArrayReaderWithMapping
 
readBoolean(int) - Method in class com.activeviam.chunk.impl.NullableArrayReader
 
readBoolean(int) - Method in class com.activeviam.column.LazyChunkedCompositeColumn
 
readBoolean(int) - Method in class com.activeviam.records.impl.RecordReaderFromArrayReader
 
readBoolean(int) - Method in class com.qfs.agg.impl.ChunkHistory
 
readBoolean(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
readBoolean(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
readBoolean(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
readBoolean(int) - Method in interface com.qfs.chunk.IArrayReader
Reads a boolean primitive value from the array.
readBoolean(int) - Method in interface com.qfs.chunk.IChunkComposite
 
readBoolean(int) - Method in class com.qfs.chunk.impl.AWritableArray
 
readBoolean(int) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
readBoolean(int) - Method in class com.qfs.chunk.impl.ChunkMarked
Caution this reads the marked flag, not the object.
readBoolean(int) - Method in class com.qfs.chunk.impl.ChunkObject
 
readBoolean(int) - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
readBoolean(int) - Method in class com.qfs.chunk.impl.ColumnsReaderWithCursor
 
readBoolean(int) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
readBoolean(int) - Method in class com.qfs.chunk.impl.TableArrayReader
Deprecated.
 
readBoolean(int) - Method in class com.qfs.chunk.impl.TableColumn
 
readBoolean(int) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
readBoolean(int) - Method in class com.qfs.column.impl.AChunkedColumn
 
readBoolean(int) - Method in class com.qfs.pivot.util.impl.AObjectRecordReader
 
readBoolean(int) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
readBoolean(int) - Method in class com.qfs.store.impl.AColumnStore.CompositeColumnView
 
readBoolean(int) - Method in class com.qfs.store.impl.arrays.ADictionaryProxyReadableArray
 
readBoolean(int) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
readBoolean(int) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
readBoolean(int) - Method in class com.qfs.store.impl.ChunkSetCursor
 
readBoolean(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
readBoolean(int) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
readBoolean(int) - Method in class com.qfs.store.impl.TombstoneColumn
 
readBoolean(int) - Method in class com.qfs.store.record.impl.AChunkReader
 
readBoolean(int) - Method in class com.qfs.store.record.impl.ArrayRecordReader
 
readBoolean(int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
readBoolean(int) - Method in class com.qfs.store.record.impl.ChunkRecordReader
 
readBoolean(int) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
readBoolean(int) - Method in class com.qfs.store.record.impl.DictionarizedRecordReaderFromPlain
 
readBoolean(int) - Method in class com.qfs.store.record.impl.KeyRecord
 
readBoolean(int) - Method in class com.qfs.store.record.impl.PlainRecordReaderFromDictionarized
 
readBoolean(int) - Method in class com.qfs.store.record.impl.Record
 
readBoolean(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
readBoolean(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper
 
readBoolean(int) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
readBoolean(int) - Method in class com.qfs.vector.impl.AVector
 
readBoolean(int) - Method in class com.qfs.vector.impl.EmptyVector
 
readBoolean(int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
readBoolean(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
readBoolean(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AReplicatedColumn
 
readBoolean(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AVirtualArray
 
readBoolean(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TransformedReader
 
readBoolean(int, int) - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
readBoolean(int, int) - Method in class com.activeviam.column.impl.MultiColumnarTableWrapper
 
readBoolean(int, int) - Method in class com.qfs.chunk.array.impl.ChunkArray
 
readBoolean(int, int) - Method in interface com.qfs.chunk.ITable
Reads the boolean primitive value stored in the table at the intersection of the given row and column.
readBoolean(int, int) - Method in interface com.qfs.dic.IPointList
 
readBoolean(int, int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
readBoolean(int, int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
readBoolean(int, int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
readBoolean(int, int) - Method in class com.qfs.store.impl.AColumnStore
 
readBoolean(int, int) - Method in class com.qfs.store.impl.ChunkSet
 
readBoolean(int, int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
readBoolean(int, int) - Method in class com.qfs.store.record.impl.FilteredRecordBlock
 
readBoolean(int, int) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
readBoolean(int, int) - Method in class com.qfs.store.record.impl.RecordBlock
 
readBoolean(int, int) - Method in class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
 
readBoolean(int, int) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
readBoolean(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
readBoolean(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
readBoolean(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
readBoolean(int, int) - Method in class com.quartetfs.biz.pivot.contribution.impl.RecordBlockMeasureStore
 
readBoolean(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatabaseRetrievalResult
 
readBoolean(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyDatabaseRetrievalResult
 
readBoolean(int, int) - Method in class com.quartetfs.biz.pivot.test.util.DummyRecordBlock
 
readBoolean(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
readBoolean(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
readBoolean(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
 
readBoolean(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Reads in the given record the value for the field that this FieldHandler represents, on the basis that this field contains boolean values.
readBoolean(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
readBoolean(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
readBoolean(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
 
readBoolean(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Reads in the given record block, at the given row, the value for the field that this FieldHandler represents, on the basis that this field contains boolean values.
readCoordinate(int, int) - Method in class com.qfs.dic.impl.BucketedIntegerArrayDictionary
 
readCoordinate(int, int) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
 
readCoordinate(int, int) - Method in class com.qfs.dic.impl.FilteredPointList
 
readCoordinate(int, int) - Method in class com.qfs.dic.impl.FixedLengthIntegerArrayDictionary
 
readCoordinate(int, int) - Method in class com.qfs.dic.impl.IntegerArrayDictionary
 
readCoordinate(int, int) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
readCoordinate(int, int) - Method in class com.qfs.dic.impl.IntegerArrayList
 
readCoordinate(int, int) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
readCoordinate(int, int) - Method in class com.qfs.dic.impl.PointReferenceDictionary
 
readCoordinate(int, int) - Method in interface com.qfs.dic.IPointList
Read one coordinate of the point stored at that position.
readCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
readCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.contribution.impl.ColumnWrappingPointList
 
readCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
readCoordinate(int, int) - Method in interface com.quartetfs.biz.pivot.IPointLocationBuilder
Reads the coordinate that is currently set at the given hierarchy and level.
readCoordinates(int) - Method in class com.qfs.dic.impl.AFixedLengthIntegerArrayDictionary
 
readCoordinates(int) - Method in class com.qfs.dic.impl.FilteredPointList
 
readCoordinates(int) - Method in class com.qfs.dic.impl.IntegerArrayDictionary
 
readCoordinates(int) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
readCoordinates(int) - Method in class com.qfs.dic.impl.IntegerArrayList
 
readCoordinates(int) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
readCoordinates(int) - Method in class com.qfs.dic.impl.PointReferenceDictionary
Returns point at that position, a new instance is created (inefficient).
readCoordinates(int) - Method in interface com.qfs.dic.IPointList
Reads the coordinates of the point at a given position in the list.
readCoordinates(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
readCoordinates(int) - Method in class com.quartetfs.biz.pivot.contribution.impl.ColumnWrappingPointList
 
readCurrentValue(IContextValue) - Method in class com.activeviam.contextservice.local.ContextValueDescriptionCreator
Reads current value of context value.
readDeleted(int) - Method in class com.qfs.store.impl.ARecordSetTransaction
 
readDeleted(int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
readDeleted(int) - Method in interface com.qfs.store.IRecordSetTransaction
Alike IRecordSet.read(int), but will ignore deletion flag and return the record stored at the given row even if it was marked as deleted.
readDictionarizedCoordinate(int) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
readDictionarizedCoordinate(int) - Method in interface com.quartetfs.biz.pivot.IPointLocationBuilder
Reads the dictionarized value of the coordinate that is currently set at the given mapping index.
readDictionarizedFields(int, int[]) - Method in class com.qfs.store.impl.ARecordSetTransaction
 
readDictionarizedFields(int, int[]) - Method in class com.qfs.store.impl.ARecordSetVersion
 
readDictionarizedFields(int, int[]) - Method in class com.qfs.store.impl.ChunkSet
Reads a series of fields that are dictionarized and that can all be written in an integer array.
readDictionarizedFields(int, int[]) - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
readDictionarizedFields(int, int[]) - Method in class com.qfs.store.impl.ColumnarRecordSet
 
readDictionarizedFields(int, int[]) - Method in class com.qfs.store.impl.EmptyRecordSetView
 
readDictionarizedFields(int, int[]) - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
readDictionarizedFields(int, int[]) - Method in class com.qfs.store.impl.FencedColumnarRecordSetVersion
 
readDictionarizedFields(int, int[]) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
readDictionarizedFields(int, int[]) - Method in class com.qfs.store.impl.UserRecordSetVersion
 
readDictionarizedFields(int, int[]) - Method in interface com.qfs.store.IRecordSet
Fetches the dictionarized values of the selected fields at the given row.
readDictionarizedFieldsDeleted(int, int[]) - Method in class com.qfs.store.impl.ARecordSetTransaction
 
readDictionarizedFieldsDeleted(int, int[]) - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
readDictionarizedFieldsDeleted(int, int[]) - Method in interface com.qfs.store.IRecordSetTransaction
Alike IRecordSet.readDictionarizedFields(int, int[]) but will ignore deletion flag and return the point coordinates of the record stored at the given row even if it was marked as deleted.
readDiscriminator(ObjectInput) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil
Read the discriminator from the given input stream.
readDouble() - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
readDouble() - Method in class com.activeviam.chunks.cells.impl.ReadableArrayCursor
 
readDouble() - Method in class com.activeviam.util.cells.impl.AWritableCell
 
readDouble() - Method in class com.activeviam.util.cells.impl.DoubleCell
 
readDouble() - Method in class com.activeviam.util.cells.impl.FloatCell
 
readDouble() - Method in class com.activeviam.util.cells.impl.IntegerCell
 
readDouble() - Method in class com.activeviam.util.cells.impl.LongCell
 
readDouble() - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
readDouble() - Method in class com.activeviam.util.cells.impl.ObjectCell
 
readDouble() - Method in class com.activeviam.util.cells.impl.StringCell
 
readDouble() - Method in interface com.activeviam.util.cells.IReadableCell
Reads a double primitive value.
readDouble() - Method in class com.qfs.store.impl.arrays.ArrayCursorWithDefaultValue
 
readDouble() - Method in class com.qfs.store.impl.arrays.DictionaryProxyArrayCursorWithDefaultValue
 
readDouble(int) - Method in class com.activeviam.arrow.read.record.ArrowDoubleFromIntVectorReader
 
readDouble(int) - Method in class com.activeviam.arrow.read.record.ArrowDoubleFromLongVectorReader
 
readDouble(int) - Method in class com.activeviam.arrow.read.record.ArrowDoubleVectorReader
 
readDouble(int) - Method in class com.activeviam.arrow.read.record.ArrowFloatVectorReader
 
readDouble(int) - Method in class com.activeviam.arrow.read.record.ArrowIntVectorReader
 
readDouble(int) - Method in class com.activeviam.arrow.read.record.ArrowLongFromDecimalVectorReader
 
readDouble(int) - Method in class com.activeviam.arrow.read.record.ArrowLongFromDoubleVectorReader
 
readDouble(int) - Method in class com.activeviam.arrow.read.record.ArrowLongVectorReader
 
readDouble(int) - Method in class com.activeviam.arrow.read.record.ArrowVectorReader
 
readDouble(int) - Method in class com.activeviam.arrow.read.record.WithDefaultDoubleVectorReader
 
readDouble(int) - Method in class com.activeviam.arrow.read.record.WithDictionaryVectorReader
 
readDouble(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
readDouble(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
readDouble(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
readDouble(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
readDouble(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
readDouble(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
readDouble(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
readDouble(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
readDouble(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
readDouble(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
readDouble(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
readDouble(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
readDouble(int) - Method in class com.activeviam.chunk.impl.ArrayReaderWithMapping
 
readDouble(int) - Method in class com.activeviam.chunk.impl.NullableArrayReader
 
readDouble(int) - Method in class com.activeviam.column.LazyChunkedCompositeColumn
 
readDouble(int) - Method in class com.activeviam.records.impl.RecordReaderFromArrayReader
 
readDouble(int) - Method in class com.qfs.agg.impl.ChunkHistory
 
readDouble(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
readDouble(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
readDouble(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
readDouble(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
readDouble(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
readDouble(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
readDouble(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
readDouble(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
readDouble(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
readDouble(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
readDouble(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
readDouble(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
readDouble(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
readDouble(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
readDouble(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
readDouble(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
readDouble(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
readDouble(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
readDouble(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
readDouble(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
readDouble(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
readDouble(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
readDouble(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
readDouble(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
readDouble(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
readDouble(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
readDouble(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
readDouble(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
readDouble(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
readDouble(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
readDouble(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
readDouble(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
readDouble(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
readDouble(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
readDouble(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
readDouble(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
readDouble(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
readDouble(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
readDouble(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
readDouble(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
readDouble(int) - Method in interface com.qfs.chunk.IArrayReader
Reads a double primitive value from the array.
readDouble(int) - Method in interface com.qfs.chunk.IChunkComposite
 
readDouble(int) - Method in interface com.qfs.chunk.IChunkDouble
 
readDouble(int) - Method in interface com.qfs.chunk.IChunkFloat
 
readDouble(int) - Method in interface com.qfs.chunk.IChunkInteger
 
readDouble(int) - Method in interface com.qfs.chunk.IChunkLong
 
readDouble(int) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
readDouble(int) - Method in class com.qfs.chunk.impl.AWritableArray
 
readDouble(int) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
readDouble(int) - Method in class com.qfs.chunk.impl.ChunkMarked
 
readDouble(int) - Method in class com.qfs.chunk.impl.ChunkObject
 
readDouble(int) - Method in class com.qfs.chunk.impl.ChunkOffsetInteger
 
readDouble(int) - Method in class com.qfs.chunk.impl.ChunkOffsetLong
 
readDouble(int) - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
readDouble(int) - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
readDouble(int) - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
readDouble(int) - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
readDouble(int) - Method in class com.qfs.chunk.impl.ColumnsReaderWithCursor
 
readDouble(int) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
readDouble(int) - Method in class com.qfs.chunk.impl.TableArrayReader
Deprecated.
 
readDouble(int) - Method in class com.qfs.chunk.impl.TableColumn
 
readDouble(int) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
readDouble(int) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
readDouble(int) - Method in class com.qfs.column.impl.AChunkedColumn
 
readDouble(int) - Method in interface com.qfs.dic.IDictionary
Reads the double stored at a given dictionary position.
readDouble(int) - Method in class com.qfs.dic.impl.AbstractDictionary
 
readDouble(int) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
readDouble(int) - Method in class com.qfs.dic.impl.ChristmasDictionaryDouble
 
readDouble(int) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
readDouble(int) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
readDouble(int) - Method in class com.qfs.dic.impl.NullableDictionary
 
readDouble(int) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
readDouble(int) - Method in class com.qfs.pivot.util.impl.AObjectRecordReader
 
readDouble(int) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
readDouble(int) - Method in class com.qfs.store.impl.AColumnStore.CompositeColumnView
 
readDouble(int) - Method in class com.qfs.store.impl.arrays.ADictionaryProxyReadableArray
 
readDouble(int) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
readDouble(int) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
readDouble(int) - Method in class com.qfs.store.impl.ChunkSetCursor
 
readDouble(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
readDouble(int) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
readDouble(int) - Method in class com.qfs.store.impl.TombstoneColumn
 
readDouble(int) - Method in class com.qfs.store.record.impl.AChunkReader
 
readDouble(int) - Method in class com.qfs.store.record.impl.ArrayRecordReader
 
readDouble(int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
readDouble(int) - Method in class com.qfs.store.record.impl.ChunkRecordReader
 
readDouble(int) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
readDouble(int) - Method in class com.qfs.store.record.impl.DictionarizedRecordReaderFromPlain
 
readDouble(int) - Method in class com.qfs.store.record.impl.KeyRecord
 
readDouble(int) - Method in class com.qfs.store.record.impl.PlainRecordReaderFromDictionarized
 
readDouble(int) - Method in class com.qfs.store.record.impl.Record
 
readDouble(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
readDouble(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper
 
readDouble(int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
readDouble(int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
readDouble(int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
readDouble(int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
readDouble(int) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
readDouble(int) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
readDouble(int) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
readDouble(int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
readDouble(int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
readDouble(int) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
readDouble(int) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
readDouble(int) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
readDouble(int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
readDouble(int) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
readDouble(int) - Method in class com.qfs.vector.impl.AbsVector
 
readDouble(int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
readDouble(int) - Method in class com.qfs.vector.impl.AVector
 
readDouble(int) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
readDouble(int) - Method in class com.qfs.vector.impl.DoubleFixedBlockVector
 
readDouble(int) - Method in class com.qfs.vector.impl.EmptyVector
 
readDouble(int) - Method in class com.qfs.vector.impl.FloatBlockVector
 
readDouble(int) - Method in class com.qfs.vector.impl.FloatFixedBlockVector
 
readDouble(int) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
readDouble(int) - Method in class com.qfs.vector.impl.IntegerFixedBlockVector
 
readDouble(int) - Method in class com.qfs.vector.impl.LongBlockVector
 
readDouble(int) - Method in class com.qfs.vector.impl.LongFixedBlockVector
 
readDouble(int) - Method in class com.qfs.vector.impl.NegativeVector
 
readDouble(int) - Method in class com.qfs.vector.impl.PositiveVector
 
readDouble(int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
readDouble(int) - Method in class com.qfs.vector.impl.ZeroVector
 
readDouble(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
readDouble(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AReplicatedColumn
 
readDouble(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AVirtualArray
 
readDouble(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TransformedReader
 
readDouble(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
readDouble(int, double) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Returns the double key stored at the given address in this dictionary.
readDouble(int, int) - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
readDouble(int, int) - Method in class com.activeviam.column.impl.MultiColumnarTableWrapper
 
readDouble(int, int) - Method in class com.qfs.chunk.array.impl.ChunkArray
 
readDouble(int, int) - Method in interface com.qfs.chunk.ITable
Reads the double primitive value stored in the table at the intersection of the given row and column.
readDouble(int, int) - Method in interface com.qfs.dic.IPointList
 
readDouble(int, int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
readDouble(int, int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
readDouble(int, int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
readDouble(int, int) - Method in class com.qfs.store.impl.AColumnStore
 
readDouble(int, int) - Method in class com.qfs.store.impl.ChunkSet
 
readDouble(int, int) - Method in class com.qfs.store.impl.ColumnarRecordSet
Tests method that reads a double value at the given row of the given column.
readDouble(int, int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
readDouble(int, int) - Method in class com.qfs.store.record.impl.FilteredRecordBlock
 
readDouble(int, int) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
readDouble(int, int) - Method in class com.qfs.store.record.impl.RecordBlock
 
readDouble(int, int) - Method in class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
 
readDouble(int, int) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
readDouble(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
readDouble(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
readDouble(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
readDouble(int, int) - Method in class com.quartetfs.biz.pivot.contribution.impl.RecordBlockMeasureStore
 
readDouble(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatabaseRetrievalResult
 
readDouble(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyDatabaseRetrievalResult
 
readDouble(int, int) - Method in class com.quartetfs.biz.pivot.test.util.DummyRecordBlock
 
readDouble(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
readDouble(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
readDouble(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
readDouble(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
readDouble(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
readDouble(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
readDouble(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
readDouble(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
readDouble(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
readDouble(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Reads in the given record the value for the field that this FieldHandler represents, on the basis that this field contains double values.
readDouble(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
readDouble(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
readDouble(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
readDouble(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
readDouble(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
readDouble(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
readDouble(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
readDouble(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
readDouble(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
readDouble(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Reads in the given record block, at the given row, the value for the field that this FieldHandler represents, on the basis that this field contains double values.
ReaderCopperFunction - Class in com.activeviam.copper.operation.function
ReaderCopperFunction(int, int) - Constructor for class com.activeviam.copper.operation.function.ReaderCopperFunction
Constructor.
readExternal(ObjectInput) - Method in class com.activeviam.column.impl.ChunkedColumn
 
readExternal(ObjectInput) - Method in class com.activeviam.column.LazyChunkedColumnWithAggregation
 
readExternal(ObjectInput) - Method in class com.activeviam.column.LazyChunkedCompositeColumn
 
readExternal(ObjectInput) - Method in class com.qfs.agg.impl.GenericAggregationSerializer
 
readExternal(ObjectInput) - Method in class com.qfs.agg.impl.UdafAggregationSerializer
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPositiveInteger
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
readExternal(ObjectInput) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
readExternal(ObjectInput) - Method in class com.qfs.column.impl.AChunkedColumn
 
readExternal(ObjectInput) - Method in class com.qfs.column.impl.ColumnInteger
 
readExternal(ObjectInput) - Method in class com.qfs.column.impl.ColumnLong
 
readExternal(ObjectInput) - Method in class com.qfs.dic.impl.AbstractDictionary
Sub classes must persist the keys themselves and re-map the keys at unmarshalling time.
readExternal(ObjectInput) - Method in class com.qfs.dic.impl.AbstractHash
 
readExternal(ObjectInput) - Method in class com.qfs.dic.impl.BufferIntegerDictionary
 
readExternal(ObjectInput) - Method in class com.qfs.dic.impl.ChristmasDictionary
 
readExternal(ObjectInput) - Method in class com.qfs.dic.impl.ChristmasDictionaryDouble
 
readExternal(ObjectInput) - Method in class com.qfs.dic.impl.ChristmasDictionaryFloat
 
readExternal(ObjectInput) - Method in class com.qfs.dic.impl.ChristmasDictionaryInteger
 
readExternal(ObjectInput) - Method in class com.qfs.dic.impl.ChristmasDictionaryLong
 
readExternal(ObjectInput) - Method in class com.qfs.dic.impl.Dictionary
Reads the keys in order and rebuild the dictionary dynamically.
readExternal(ObjectInput) - Method in class com.qfs.dic.impl.IntegerDictionary
Read the keys in order and rebuild the dictionary dynamically.
readExternal(ObjectInput) - Method in class com.qfs.dic.impl.LongDictionary
Read the keys in order and rebuild the dictionary dynamically.
readExternal(ObjectInput) - Method in class com.qfs.dic.impl.PointReferenceDictionary
 
readExternal(ObjectInput) - Method in class com.qfs.dic.impl.StrategyDictionary
 
readExternal(ObjectInput) - Method in class com.qfs.dic.impl.StringDictionary
 
readExternal(ObjectInput) - Method in class com.qfs.distribution.impl.NotificationMessage
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.impl.BroadcastResult
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.impl.CancellableBroadcastResult
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.impl.GoodbyeMessage
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.impl.HelloMessage.HelloMessageAnswer
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.impl.HelloMessage
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.impl.LocalMessenger.LocalAddress
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.message.impl.AQueryBroadcastMessage
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.message.impl.ATransactionCommittedMessage
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.message.impl.EmptyTransactionCommittedMessage
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.message.impl.TransactionCommittedMessage
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
 
readExternal(ObjectInput) - Method in class com.qfs.messenger.netty.impl.ANettyMessage
 
readExternal(ObjectInput) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
readExternal(ObjectInput) - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
readExternal(ObjectInput) - Method in class com.qfs.query.impl.AggregatesRetrievalListTransporter
 
readExternal(ObjectInput) - Method in class com.qfs.query.impl.DrillthroughHeadersMessage
 
readExternal(ObjectInput) - Method in class com.qfs.query.impl.DrillthroughMessageWithHeaders
 
readExternal(ObjectInput) - Method in class com.qfs.query.impl.RetrieveAggregatesMessage
 
readExternal(ObjectInput) - Method in class com.qfs.snl.agent.mdx.impl.SentinelStreamEvent
 
readExternal(ObjectInput) - Method in class com.qfs.store.impl.AColumnStore
 
readExternal(ObjectInput) - Method in class com.qfs.store.impl.ChunkSet
 
readExternal(ObjectInput) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
readExternal(ObjectInput) - Method in class com.qfs.store.impl.StoreFormat
 
readExternal(ObjectInput) - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
readExternal(ObjectInput) - Method in class com.qfs.store.record.impl.RecordFormat
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointLocationListTransporter
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResultTransporter
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.dto.AggregateDTO
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.dto.AxisPositionDTO
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.dto.CellDTO
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughResultDTO
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughRowDTO
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.dto.Path
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.impl.Location
 
readExternal(ObjectInput) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Reads and creates a location that was serialized using LocationUtil.writeExternal(ILocation, ObjectOutput).
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDescription
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryContext
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopedAggregatesRetrievalDescription
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncActionQuery
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.streaming.impl.ActivePivotEvent
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.streaming.impl.AggregatesEvent
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.streaming.impl.CellEvent
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.streaming.impl.CellSetEvent
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughEvent
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughUpdateEvent
 
readExternal(ObjectInput) - Method in class com.quartetfs.biz.pivot.streaming.impl.FullRefreshEvent
 
readExternal(ObjectInput) - Method in class com.quartetfs.fwk.impl.APropertySerializer
 
readExternal(ObjectInput) - Method in class com.quartetfs.tech.streaming.impl.BulkedEvents
 
readExternal(ObjectInput) - Method in class com.quartetfs.tech.streaming.impl.DomainEvent
 
readExternal(ObjectInput) - Method in class com.quartetfs.tech.streaming.impl.FailureEvent
 
readExternal(ObjectInput) - Method in class com.quartetfs.tech.streaming.impl.StreamEvent
Deserializes this object according to Externalizable.readExternal(ObjectInput) definition.
readExternal(ObjectInput, K) - Method in class com.qfs.dic.impl.AChristmasDictionary
Reads the AChristmasDictionary.size() and keys in order and rebuilds the inner dictionary.
readExternalByte(ObjectInput) - Static method in class com.qfs.buf.impl.Buffers
Deserializes a buffer.
readExternalCollection(ObjectInput, CollectionT) - Static method in class com.qfs.util.impl.SerializationUtil
Deprecated.
Reads a collection that has been serialized using SerializationUtil.writeExternalCollection(ObjectOutput, Collection) into the given collection.
readExternalDouble(ObjectInput) - Static method in class com.qfs.buf.impl.Buffers
Deserializes a buffer.
readExternalFloat(ObjectInput) - Static method in class com.qfs.buf.impl.Buffers
Deserializes a buffer.
readExternalInt(ObjectInput) - Static method in class com.qfs.buf.impl.Buffers
Deserializes a buffer.
readExternalLong(ObjectInput) - Static method in class com.qfs.buf.impl.Buffers
Deserializes a buffer.
readExternalMap(ObjectInput, Map<E, V>) - Static method in class com.qfs.util.impl.SerializationUtil
Deprecated.
Reads a map serialized with SerializationUtil.writeExternalMap(ObjectOutput, Map), into the given map.
readExternalShort(ObjectInput) - Static method in class com.qfs.buf.impl.Buffers
Deserializes a buffer.
readExternalStringArray(ObjectInput) - Static method in class com.qfs.util.impl.SerializationUtil
Deprecated.
Reads a String array from an ObjectInput.
readExternalStringList(DataInputStream) - Static method in class com.qfs.util.impl.SerializationUtil
Deprecated.
Reads a String List from a DataInputStream.
readFile(String) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Reads a file entirely as a String.
readFile(String, Charset) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Reads a file entirely as a String.
readFlag(byte[], int) - Static method in class com.qfs.store.record.impl.RecordFormat
Reads a bit from a byte array following the little endian bit order.
readFloat() - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
readFloat() - Method in class com.activeviam.chunks.cells.impl.ReadableArrayCursor
 
readFloat() - Method in class com.activeviam.util.cells.impl.AWritableCell
 
readFloat() - Method in class com.activeviam.util.cells.impl.FloatCell
 
readFloat() - Method in class com.activeviam.util.cells.impl.IntegerCell
 
readFloat() - Method in class com.activeviam.util.cells.impl.LongCell
 
readFloat() - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
readFloat() - Method in class com.activeviam.util.cells.impl.ObjectCell
 
readFloat() - Method in class com.activeviam.util.cells.impl.StringCell
 
readFloat() - Method in interface com.activeviam.util.cells.IReadableCell
Reads a float primitive value.
readFloat() - Method in class com.qfs.store.impl.arrays.ArrayCursorWithDefaultValue
 
readFloat() - Method in class com.qfs.store.impl.arrays.DictionaryProxyArrayCursorWithDefaultValue
 
readFloat(int) - Method in class com.activeviam.arrow.read.record.ArrowFloatVectorReader
 
readFloat(int) - Method in class com.activeviam.arrow.read.record.ArrowIntVectorReader
 
readFloat(int) - Method in class com.activeviam.arrow.read.record.ArrowLongVectorReader
 
readFloat(int) - Method in class com.activeviam.arrow.read.record.ArrowVectorReader
 
readFloat(int) - Method in class com.activeviam.arrow.read.record.WithDefaultFloatVectorReader
 
readFloat(int) - Method in class com.activeviam.arrow.read.record.WithDictionaryVectorReader
 
readFloat(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
readFloat(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
readFloat(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
readFloat(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
readFloat(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
readFloat(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
readFloat(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
readFloat(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
readFloat(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
readFloat(int) - Method in class com.activeviam.chunk.impl.ArrayReaderWithMapping
 
readFloat(int) - Method in class com.activeviam.chunk.impl.NullableArrayReader
 
readFloat(int) - Method in class com.activeviam.column.LazyChunkedCompositeColumn
 
readFloat(int) - Method in class com.activeviam.records.impl.RecordReaderFromArrayReader
 
readFloat(int) - Method in class com.qfs.agg.impl.ChunkHistory
 
readFloat(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
readFloat(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
readFloat(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
readFloat(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
readFloat(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
readFloat(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
readFloat(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
readFloat(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
readFloat(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
readFloat(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
readFloat(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
readFloat(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
readFloat(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
readFloat(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
readFloat(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
readFloat(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
readFloat(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
readFloat(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
readFloat(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
readFloat(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
readFloat(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
readFloat(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
readFloat(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
readFloat(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
readFloat(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
readFloat(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
readFloat(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
readFloat(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
readFloat(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
readFloat(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
readFloat(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
readFloat(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
readFloat(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
readFloat(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
readFloat(int) - Method in interface com.qfs.chunk.IArrayReader
Reads a float primitive value from the array.
readFloat(int) - Method in interface com.qfs.chunk.IChunkFloat
 
readFloat(int) - Method in interface com.qfs.chunk.IChunkInteger
 
readFloat(int) - Method in interface com.qfs.chunk.IChunkLong
 
readFloat(int) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
readFloat(int) - Method in class com.qfs.chunk.impl.AWritableArray
 
readFloat(int) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
readFloat(int) - Method in class com.qfs.chunk.impl.ChunkMarked
 
readFloat(int) - Method in class com.qfs.chunk.impl.ChunkObject
 
readFloat(int) - Method in class com.qfs.chunk.impl.ChunkOffsetInteger
 
readFloat(int) - Method in class com.qfs.chunk.impl.ChunkOffsetLong
 
readFloat(int) - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
readFloat(int) - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
readFloat(int) - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
readFloat(int) - Method in class com.qfs.chunk.impl.ColumnsReaderWithCursor
 
readFloat(int) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
readFloat(int) - Method in class com.qfs.chunk.impl.TableArrayReader
Deprecated.
 
readFloat(int) - Method in class com.qfs.chunk.impl.TableColumn
 
readFloat(int) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
readFloat(int) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
readFloat(int) - Method in class com.qfs.column.impl.AChunkedColumn
 
readFloat(int) - Method in interface com.qfs.dic.IDictionary
Reads the float stored at a given dictionary position.
readFloat(int) - Method in class com.qfs.dic.impl.AbstractDictionary
 
readFloat(int) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
readFloat(int) - Method in class com.qfs.dic.impl.ChristmasDictionaryFloat
 
readFloat(int) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
readFloat(int) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
readFloat(int) - Method in class com.qfs.dic.impl.NullableDictionary
 
readFloat(int) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
readFloat(int) - Method in class com.qfs.pivot.util.impl.AObjectRecordReader
 
readFloat(int) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
readFloat(int) - Method in class com.qfs.store.impl.AColumnStore.CompositeColumnView
 
readFloat(int) - Method in class com.qfs.store.impl.arrays.ADictionaryProxyReadableArray
 
readFloat(int) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
readFloat(int) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
readFloat(int) - Method in class com.qfs.store.impl.ChunkSetCursor
 
readFloat(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
readFloat(int) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
readFloat(int) - Method in class com.qfs.store.impl.TombstoneColumn
 
readFloat(int) - Method in class com.qfs.store.record.impl.AChunkReader
 
readFloat(int) - Method in class com.qfs.store.record.impl.ArrayRecordReader
 
readFloat(int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
readFloat(int) - Method in class com.qfs.store.record.impl.ChunkRecordReader
 
readFloat(int) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
readFloat(int) - Method in class com.qfs.store.record.impl.DictionarizedRecordReaderFromPlain
 
readFloat(int) - Method in class com.qfs.store.record.impl.KeyRecord
 
readFloat(int) - Method in class com.qfs.store.record.impl.PlainRecordReaderFromDictionarized
 
readFloat(int) - Method in class com.qfs.store.record.impl.Record
 
readFloat(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
readFloat(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper
 
readFloat(int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
readFloat(int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
readFloat(int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
readFloat(int) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
readFloat(int) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
readFloat(int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
readFloat(int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
readFloat(int) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
readFloat(int) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
readFloat(int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
readFloat(int) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
readFloat(int) - Method in class com.qfs.vector.impl.AbsVector
 
readFloat(int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
readFloat(int) - Method in class com.qfs.vector.impl.AVector
 
readFloat(int) - Method in class com.qfs.vector.impl.EmptyVector
 
readFloat(int) - Method in class com.qfs.vector.impl.FloatBlockVector
 
readFloat(int) - Method in class com.qfs.vector.impl.FloatFixedBlockVector
 
readFloat(int) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
readFloat(int) - Method in class com.qfs.vector.impl.IntegerFixedBlockVector
 
readFloat(int) - Method in class com.qfs.vector.impl.LongBlockVector
 
readFloat(int) - Method in class com.qfs.vector.impl.LongFixedBlockVector
 
readFloat(int) - Method in class com.qfs.vector.impl.NegativeVector
 
readFloat(int) - Method in class com.qfs.vector.impl.PositiveVector
 
readFloat(int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
readFloat(int) - Method in class com.qfs.vector.impl.ZeroVector
 
readFloat(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
readFloat(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AReplicatedColumn
 
readFloat(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AVirtualArray
 
readFloat(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TransformedReader
 
readFloat(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
readFloat(int, float) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Returns the float key stored at the given address in this dictionary.
readFloat(int, int) - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
readFloat(int, int) - Method in class com.activeviam.column.impl.MultiColumnarTableWrapper
 
readFloat(int, int) - Method in class com.qfs.chunk.array.impl.ChunkArray
 
readFloat(int, int) - Method in interface com.qfs.chunk.ITable
Reads the float primitive value stored in the table at the intersection of the given row and column.
readFloat(int, int) - Method in interface com.qfs.dic.IPointList
 
readFloat(int, int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
readFloat(int, int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
readFloat(int, int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
readFloat(int, int) - Method in class com.qfs.store.impl.AColumnStore
 
readFloat(int, int) - Method in class com.qfs.store.impl.ChunkSet
 
readFloat(int, int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
readFloat(int, int) - Method in class com.qfs.store.record.impl.FilteredRecordBlock
 
readFloat(int, int) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
readFloat(int, int) - Method in class com.qfs.store.record.impl.RecordBlock
 
readFloat(int, int) - Method in class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
 
readFloat(int, int) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
readFloat(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
readFloat(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
readFloat(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
readFloat(int, int) - Method in class com.quartetfs.biz.pivot.contribution.impl.RecordBlockMeasureStore
 
readFloat(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatabaseRetrievalResult
 
readFloat(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyDatabaseRetrievalResult
 
readFloat(int, int) - Method in class com.quartetfs.biz.pivot.test.util.DummyRecordBlock
 
readFloat(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
readFloat(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
readFloat(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
readFloat(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
readFloat(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
readFloat(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
readFloat(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
readFloat(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Reads in the given record the value for the field that this FieldHandler represents, on the basis that this field contains float values.
readFloat(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
readFloat(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
readFloat(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
readFloat(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
readFloat(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
readFloat(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
readFloat(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
readFloat(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Reads in the given record block, at the given row, the value for the field that this FieldHandler represents, on the basis that this field contains float values.
readFrom(DataInput) - Method in class com.qfs.distribution.security.impl.CustomAuthToken
 
readFrom(DataInput) - Method in class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
 
readHashCode(int) - Method in class com.activeviam.records.impl.RecordReaderFromArrayReader
 
readHashCode(int) - Method in class com.qfs.dic.impl.AbstractHash
Reads the stored hash for the key at that position.
readHashCode(int) - Method in class com.qfs.dic.impl.BucketedIntegerArrayDictionary
 
readHashCode(int) - Method in class com.qfs.dic.impl.BufferIntegerDictionary
 
readHashCode(int) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
 
readHashCode(int) - Method in class com.qfs.dic.impl.Dictionary
 
readHashCode(int) - Method in class com.qfs.dic.impl.FilteredPointList
 
readHashCode(int) - Method in class com.qfs.dic.impl.FixedLengthIntegerArrayDictionary
 
readHashCode(int) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
readHashCode(int) - Method in class com.qfs.dic.impl.IntegerArrayList
 
readHashCode(int) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
readHashCode(int) - Method in class com.qfs.dic.impl.IntegerDictionary
Returns the stored hash for the key at that position.
readHashCode(int) - Method in class com.qfs.dic.impl.LongDictionary
Returns the stored hash for the key at that position.
readHashCode(int) - Method in class com.qfs.dic.impl.PointReferenceDictionary
 
readHashCode(int) - Method in class com.qfs.dic.impl.StringDictionary
 
readHashCode(int) - Method in interface com.qfs.dic.IPointList
Reads the hash code of the point at the given position in this list.
readHashCode(int) - Method in class com.qfs.pivot.util.impl.AObjectRecordReader
 
readHashCode(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
readHashCode(int) - Method in class com.qfs.store.record.impl.AChunkReader
 
readHashCode(int) - Method in class com.qfs.store.record.impl.ArrayRecordReader
 
readHashCode(int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
readHashCode(int) - Method in class com.qfs.store.record.impl.ChunkRecordReader
 
readHashCode(int) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
readHashCode(int) - Method in class com.qfs.store.record.impl.DictionarizedRecordReaderFromPlain
 
readHashCode(int) - Method in class com.qfs.store.record.impl.KeyRecord
 
readHashCode(int) - Method in class com.qfs.store.record.impl.PlainRecordReaderFromDictionarized
 
readHashCode(int) - Method in class com.qfs.store.record.impl.Record
 
readHashCode(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
readHashCode(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper
 
readHashCode(int) - Method in interface com.qfs.store.record.IRecordReader
Reads the hash code of the value stored at that index.
readHashCode(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
readHashCode(int) - Method in class com.quartetfs.biz.pivot.contribution.impl.ColumnWrappingPointList
 
readHashCode(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
 
readHashCode(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
 
readHashCode(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
readHashCode(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
readHashCode(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
readHashCode(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
readHashCode(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
readHashCode(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
readHashCode(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
 
readHashCode(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
readHashCode(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
readHashCode(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
readHashCode(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
readHashCode(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
 
readHashCode(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.StringFieldHandler
 
readHashCode(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
readHashCode(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
readHashCode(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
readHashCode(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
readHashCode(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
readHashCode(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
readHashCode(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
 
readHashCode(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
readHashCode(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
readHashCode(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
readHashCode(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
readHashCode(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
 
readHashCode(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.StringFieldHandler
 
READING_VIA_SKIP - Static variable in class com.qfs.logging.MessagesCSV
Reading (via skip) from an output buffer.
readInLimits(int, int) - Method in class com.qfs.index.impl.AIntegerArray
Reads the value indexed at the given key without exceeding the given limit.
readInLimits(int, int) - Method in class com.qfs.index.impl.ALongArray
Reads the value indexed at the given key without exceeding the given limit.
readInLimits(int, int) - Method in class com.qfs.index.impl.ChunkedIntegerArray
 
readInLimits(int, int) - Method in class com.qfs.index.impl.ChunkedLongArray
 
readInLimits(int, int) - Method in class com.qfs.index.impl.IntegerArray
 
readInLimits(int, int) - Method in class com.qfs.index.impl.LongArray
 
readInt() - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
readInt() - Method in class com.activeviam.chunks.cells.impl.ReadableArrayCursor
 
readInt() - Method in class com.activeviam.util.cells.impl.AWritableCell
 
readInt() - Method in class com.activeviam.util.cells.impl.IntegerCell
 
readInt() - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
readInt() - Method in class com.activeviam.util.cells.impl.ObjectCell
 
readInt() - Method in class com.activeviam.util.cells.impl.StringCell
 
readInt() - Method in interface com.activeviam.util.cells.IReadableCell
Reads an integer primitive value.
readInt() - Method in class com.qfs.store.impl.arrays.ArrayCursorWithDefaultValue
 
readInt() - Method in class com.qfs.store.impl.arrays.DictionaryProxyArrayCursorWithDefaultValue
 
readInt(int) - Method in class com.activeviam.arrow.read.record.ArrowIntFromLongVectorReader
 
readInt(int) - Method in class com.activeviam.arrow.read.record.ArrowIntVectorReader
 
readInt(int) - Method in class com.activeviam.arrow.read.record.ArrowVectorReader
 
readInt(int) - Method in class com.activeviam.arrow.read.record.WithDefaultIntVectorReader
 
readInt(int) - Method in class com.activeviam.arrow.read.record.WithDictionaryVectorReader
 
readInt(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
readInt(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
readInt(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
readInt(int) - Method in class com.activeviam.chunk.impl.ArrayReaderWithMapping
 
readInt(int) - Method in class com.activeviam.chunk.impl.IntArrayReaderWithMapping
 
readInt(int) - Method in class com.activeviam.chunk.impl.NullableArrayReader
 
readInt(int) - Method in class com.activeviam.column.LazyChunkedCompositeColumn
 
readInt(int) - Method in class com.activeviam.records.impl.RecordReaderFromArrayReader
 
readInt(int) - Method in class com.qfs.agg.impl.ChunkHistory
 
readInt(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
readInt(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
readInt(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
readInt(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
readInt(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
readInt(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
readInt(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
readInt(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
readInt(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
readInt(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
readInt(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
readInt(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
readInt(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
readInt(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
readInt(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
readInt(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
readInt(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
readInt(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
readInt(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
readInt(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
readInt(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
readInt(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
readInt(int) - Method in interface com.qfs.chunk.IArrayReader
Reads an int primitive value from the array.
readInt(int) - Method in interface com.qfs.chunk.IChunkComposite
 
readInt(int) - Method in interface com.qfs.chunk.IChunkInteger
 
readInt(int) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
readInt(int) - Method in class com.qfs.chunk.impl.AWritableArray
 
readInt(int) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
readInt(int) - Method in class com.qfs.chunk.impl.ChunkMarked
 
readInt(int) - Method in class com.qfs.chunk.impl.ChunkObject
 
readInt(int) - Method in class com.qfs.chunk.impl.ChunkOffsetInteger
 
readInt(int) - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
readInt(int) - Method in class com.qfs.chunk.impl.ColumnsReaderWithCursor
 
readInt(int) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
readInt(int) - Method in class com.qfs.chunk.impl.TableArrayReader
Deprecated.
 
readInt(int) - Method in class com.qfs.chunk.impl.TableColumn
 
readInt(int) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
readInt(int) - Method in class com.qfs.column.impl.AChunkedColumn
 
readInt(int) - Method in interface com.qfs.dic.IDictionary
Reads the integer stored at a given dictionary position.
readInt(int) - Method in class com.qfs.dic.impl.AbstractDictionary
 
readInt(int) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
readInt(int) - Method in class com.qfs.dic.impl.BufferIntegerDictionary
 
readInt(int) - Method in class com.qfs.dic.impl.ChristmasDictionaryInteger
 
readInt(int) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
readInt(int) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
readInt(int) - Method in class com.qfs.dic.impl.IntegerDictionary
 
readInt(int) - Method in class com.qfs.dic.impl.NullableDictionary
 
readInt(int) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
readInt(int) - Method in class com.qfs.pivot.util.impl.AObjectRecordReader
 
readInt(int) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
readInt(int) - Method in class com.qfs.store.impl.AColumnStore.CompositeColumnView
 
readInt(int) - Method in class com.qfs.store.impl.arrays.ADictionaryProxyReadableArray
 
readInt(int) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
readInt(int) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
readInt(int) - Method in class com.qfs.store.impl.ChunkSetCursor
 
readInt(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
readInt(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriterWithSingleValueField
 
readInt(int) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
readInt(int) - Method in class com.qfs.store.impl.TombstoneColumn
 
readInt(int) - Method in class com.qfs.store.record.impl.AChunkReader
 
readInt(int) - Method in class com.qfs.store.record.impl.ArrayRecordReader
 
readInt(int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
readInt(int) - Method in class com.qfs.store.record.impl.ChunkRecordReader
 
readInt(int) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
readInt(int) - Method in class com.qfs.store.record.impl.DictionarizedRecordReaderFromPlain
 
readInt(int) - Method in class com.qfs.store.record.impl.KeyRecord
 
readInt(int) - Method in class com.qfs.store.record.impl.PlainRecordReaderFromDictionarized
 
readInt(int) - Method in class com.qfs.store.record.impl.Record
 
readInt(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
readInt(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper
 
readInt(int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
readInt(int) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
readInt(int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
readInt(int) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
readInt(int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
readInt(int) - Method in class com.qfs.vector.impl.AbsVector
 
readInt(int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
readInt(int) - Method in class com.qfs.vector.impl.AVector
 
readInt(int) - Method in class com.qfs.vector.impl.EmptyVector
 
readInt(int) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
readInt(int) - Method in class com.qfs.vector.impl.IntegerFixedBlockVector
 
readInt(int) - Method in class com.qfs.vector.impl.NegativeVector
 
readInt(int) - Method in class com.qfs.vector.impl.PositiveVector
 
readInt(int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
readInt(int) - Method in class com.qfs.vector.impl.ZeroVector
 
readInt(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
readInt(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AReplicatedColumn
 
readInt(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AVirtualArray
 
readInt(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TransformedReader
 
readInt(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
readInt(int, int) - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
readInt(int, int) - Method in class com.activeviam.column.impl.MultiColumnarTableWrapper
 
readInt(int, int) - Method in class com.qfs.chunk.array.impl.ChunkArray
 
readInt(int, int) - Method in interface com.qfs.chunk.ITable
Reads the int primitive value stored in the table at the intersection of the given row and column.
readInt(int, int) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary.IntegerColumnChunkSet
Reads the value in the given row and column.
readInt(int, int) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Returns the int key stored at the given address in this dictionary.
readInt(int, int) - Method in interface com.qfs.dic.IPointList
 
readInt(int, int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
readInt(int, int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
readInt(int, int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
readInt(int, int) - Method in class com.qfs.store.impl.AColumnStore
 
readInt(int, int) - Method in class com.qfs.store.impl.ChunkSet
 
readInt(int, int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
readInt(int, int) - Method in class com.qfs.store.record.impl.FilteredRecordBlock
 
readInt(int, int) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
readInt(int, int) - Method in class com.qfs.store.record.impl.RecordBlock
 
readInt(int, int) - Method in class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
 
readInt(int, int) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
readInt(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
readInt(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
readInt(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
readInt(int, int) - Method in class com.quartetfs.biz.pivot.contribution.impl.RecordBlockMeasureStore
 
readInt(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatabaseRetrievalResult
 
readInt(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyDatabaseRetrievalResult
 
readInt(int, int) - Method in class com.quartetfs.biz.pivot.test.util.DummyRecordBlock
 
readInt(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
readInt(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
readInt(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
readInt(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Reads in the given record the value for the field that this FieldHandler represents, on the basis that this field contains integer values.
readInt(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
readInt(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
readInt(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
readInt(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Reads in the given record block, at the given row, the value for the field that this FieldHandler represents, on the basis that this field contains integer values.
readInt(InputStream) - Static method in class com.quartetfs.biz.xmla.compression.impl.Decompressor
 
readIntVolatile(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
readIntVolatile(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
readIntVolatile(int) - Method in interface com.qfs.chunk.IConcurrentChunkInteger
Reads an int primitive value from this chunk in a volatile fashion.
readKey(int, int[]) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
 
readLength(int) - Method in interface com.qfs.dic.IFixedLengthIntegerArrayDictionary
 
readLength(int) - Method in class com.qfs.dic.impl.FilteredPointList
 
readLength(int) - Method in class com.qfs.dic.impl.IntegerArrayDictionary
 
readLength(int) - Method in class com.qfs.dic.impl.IntegerArrayList
 
readLength(int) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
readLength(int) - Method in class com.qfs.dic.impl.PointReferenceDictionary
 
readLength(int) - Method in interface com.qfs.dic.IPointList
Reads the number of coordinates in the point at a given position in this list.
readLength(int) - Method in class com.quartetfs.biz.pivot.contribution.impl.ColumnWrappingPointList
 
readLevels(String) - Method in class com.activeviam.copper.PropertiesCodec
Deprecated.
Reads levels identifiers from the underlying Properties.
readLevels(String, IActivePivot) - Method in class com.activeviam.copper.PropertiesCodec
Deprecated.
Resolves the levels used in a post-processor description.
readLong() - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
readLong() - Method in class com.activeviam.chunks.cells.impl.ReadableArrayCursor
 
readLong() - Method in class com.activeviam.util.cells.impl.AWritableCell
 
readLong() - Method in class com.activeviam.util.cells.impl.IntegerCell
 
readLong() - Method in class com.activeviam.util.cells.impl.LongCell
 
readLong() - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
readLong() - Method in class com.activeviam.util.cells.impl.ObjectCell
 
readLong() - Method in class com.activeviam.util.cells.impl.StringCell
 
readLong() - Method in interface com.activeviam.util.cells.IReadableCell
Reads a long primitive value.
readLong() - Method in class com.qfs.store.impl.arrays.ArrayCursorWithDefaultValue
 
readLong() - Method in class com.qfs.store.impl.arrays.DictionaryProxyArrayCursorWithDefaultValue
 
readLong(int) - Method in class com.activeviam.arrow.read.record.ArrowIntVectorReader
 
readLong(int) - Method in class com.activeviam.arrow.read.record.ArrowLongFromDecimalVectorReader
 
readLong(int) - Method in class com.activeviam.arrow.read.record.ArrowLongFromDoubleVectorReader
 
readLong(int) - Method in class com.activeviam.arrow.read.record.ArrowLongVectorReader
 
readLong(int) - Method in class com.activeviam.arrow.read.record.ArrowVectorReader
 
readLong(int) - Method in class com.activeviam.arrow.read.record.WithDefaultLongVectorReader
 
readLong(int) - Method in class com.activeviam.arrow.read.record.WithDictionaryVectorReader
 
readLong(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
readLong(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
readLong(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
readLong(int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
readLong(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
readLong(int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
readLong(int) - Method in class com.activeviam.chunk.impl.ArrayReaderWithMapping
 
readLong(int) - Method in class com.activeviam.chunk.impl.NullableArrayReader
 
readLong(int) - Method in class com.activeviam.column.LazyChunkedCompositeColumn
 
readLong(int) - Method in class com.activeviam.records.impl.RecordReaderFromArrayReader
 
readLong(int) - Method in class com.qfs.agg.impl.ChunkHistory
 
readLong(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
readLong(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
readLong(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
readLong(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
readLong(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
readLong(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
readLong(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
readLong(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
readLong(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
readLong(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
readLong(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
readLong(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
readLong(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
readLong(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
readLong(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
readLong(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
readLong(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
readLong(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
readLong(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
readLong(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
readLong(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
readLong(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
readLong(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
readLong(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
readLong(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
readLong(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
readLong(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
readLong(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
readLong(int) - Method in interface com.qfs.chunk.IArrayReader
Reads a long primitive value from the array.
readLong(int) - Method in interface com.qfs.chunk.IChunkComposite
 
readLong(int) - Method in interface com.qfs.chunk.IChunkInteger
 
readLong(int) - Method in interface com.qfs.chunk.IChunkLong
 
readLong(int) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
readLong(int) - Method in class com.qfs.chunk.impl.AWritableArray
 
readLong(int) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
readLong(int) - Method in class com.qfs.chunk.impl.ChunkMarked
 
readLong(int) - Method in class com.qfs.chunk.impl.ChunkObject
 
readLong(int) - Method in class com.qfs.chunk.impl.ChunkOffsetInteger
 
readLong(int) - Method in class com.qfs.chunk.impl.ChunkOffsetLong
 
readLong(int) - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
readLong(int) - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
readLong(int) - Method in class com.qfs.chunk.impl.ColumnsReaderWithCursor
 
readLong(int) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
readLong(int) - Method in class com.qfs.chunk.impl.TableArrayReader
Deprecated.
 
readLong(int) - Method in class com.qfs.chunk.impl.TableColumn
 
readLong(int) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
readLong(int) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
readLong(int) - Method in class com.qfs.column.impl.AChunkedColumn
 
readLong(int) - Method in interface com.qfs.dic.IDictionary
Reads the long stored at a given dictionary position.
readLong(int) - Method in class com.qfs.dic.impl.AbstractDictionary
 
readLong(int) - Method in class com.qfs.dic.impl.AChristmasDictionary
 
readLong(int) - Method in class com.qfs.dic.impl.ChristmasDictionaryLong
 
readLong(int) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
readLong(int) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
readLong(int) - Method in class com.qfs.dic.impl.LongDictionary
 
readLong(int) - Method in class com.qfs.dic.impl.NullableDictionary
 
readLong(int) - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
readLong(int) - Method in class com.qfs.pivot.util.impl.AObjectRecordReader
 
readLong(int) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
readLong(int) - Method in class com.qfs.store.impl.AColumnStore.CompositeColumnView
 
readLong(int) - Method in class com.qfs.store.impl.arrays.ADictionaryProxyReadableArray
 
readLong(int) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
readLong(int) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
readLong(int) - Method in class com.qfs.store.impl.ChunkSetCursor
 
readLong(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
readLong(int) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
readLong(int) - Method in class com.qfs.store.impl.TombstoneColumn
 
readLong(int) - Method in class com.qfs.store.record.impl.AChunkReader
 
readLong(int) - Method in class com.qfs.store.record.impl.ArrayRecordReader
 
readLong(int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
readLong(int) - Method in class com.qfs.store.record.impl.ChunkRecordReader
 
readLong(int) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
readLong(int) - Method in class com.qfs.store.record.impl.DictionarizedRecordReaderFromPlain
 
readLong(int) - Method in class com.qfs.store.record.impl.KeyRecord
 
readLong(int) - Method in class com.qfs.store.record.impl.PlainRecordReaderFromDictionarized
 
readLong(int) - Method in class com.qfs.store.record.impl.Record
 
readLong(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
readLong(int) - Method in class com.qfs.store.record.impl.RecordReaderMapper
 
readLong(int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
readLong(int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
readLong(int) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
readLong(int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
readLong(int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
readLong(int) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
readLong(int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
readLong(int) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
readLong(int) - Method in class com.qfs.vector.impl.AbsVector
 
readLong(int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
readLong(int) - Method in class com.qfs.vector.impl.AVector
 
readLong(int) - Method in class com.qfs.vector.impl.EmptyVector
 
readLong(int) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
readLong(int) - Method in class com.qfs.vector.impl.IntegerFixedBlockVector
 
readLong(int) - Method in class com.qfs.vector.impl.LongBlockVector
 
readLong(int) - Method in class com.qfs.vector.impl.LongFixedBlockVector
 
readLong(int) - Method in class com.qfs.vector.impl.NegativeVector
 
readLong(int) - Method in class com.qfs.vector.impl.PositiveVector
 
readLong(int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
readLong(int) - Method in class com.qfs.vector.impl.ZeroVector
 
readLong(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
readLong(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AReplicatedColumn
 
readLong(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AVirtualArray
 
readLong(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TransformedReader
 
readLong(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
readLong(int, int) - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
readLong(int, int) - Method in class com.activeviam.column.impl.MultiColumnarTableWrapper
 
readLong(int, int) - Method in class com.qfs.chunk.array.impl.ChunkArray
 
readLong(int, int) - Method in interface com.qfs.chunk.ITable
Reads the long primitive value stored in the table at the intersection of the given row and column.
readLong(int, int) - Method in interface com.qfs.dic.IPointList
 
readLong(int, int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
readLong(int, int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
readLong(int, int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
readLong(int, int) - Method in class com.qfs.store.impl.AColumnStore
 
readLong(int, int) - Method in class com.qfs.store.impl.ChunkSet
 
readLong(int, int) - Method in class com.qfs.store.impl.ColumnarRecordSet
Tests method that reads a long value at the given row of the given column.
readLong(int, int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
readLong(int, int) - Method in class com.qfs.store.record.impl.FilteredRecordBlock
 
readLong(int, int) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
readLong(int, int) - Method in class com.qfs.store.record.impl.RecordBlock
 
readLong(int, int) - Method in class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
 
readLong(int, int) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
readLong(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
readLong(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
readLong(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
readLong(int, int) - Method in class com.quartetfs.biz.pivot.contribution.impl.RecordBlockMeasureStore
 
readLong(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatabaseRetrievalResult
 
readLong(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyDatabaseRetrievalResult
 
readLong(int, int) - Method in class com.quartetfs.biz.pivot.test.util.DummyRecordBlock
 
readLong(int, long) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Returns the long key stored at the given address in this dictionary.
readLong(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
readLong(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
readLong(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
readLong(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
readLong(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
readLong(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Reads in the given record the value for the field that this FieldHandler represents, on the basis that this field contains long values.
readLong(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
readLong(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
readLong(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
readLong(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
readLong(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
readLong(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Reads in the given record block, at the given row, the value for the field that this FieldHandler represents, on the basis that this field contains long values.
readLongVolatile(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
readLongVolatile(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
readLongVolatile(int) - Method in interface com.qfs.chunk.IConcurrentChunkLong
Reads a long primitive value from this chunk in a volatile fashion.
ReadMessageDto - Class in com.qfs.snl.dtos.ws
DTO notifying of a message being read.
ReadMessageDto(IMessage) - Constructor for class com.qfs.snl.dtos.ws.ReadMessageDto
Constructor.
readObject(int) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Returns the key stored at the given address in this dictionary.
readOnly() - Method in class com.qfs.store.impl.Batch
Sets this batch as read only.
ReadOnlyDatabaseService - Class in com.qfs.store.service.impl
Implementation of IDatabaseService which does not support operations changing the state of the database.
ReadOnlyDatabaseService(IInternalDatabase, IDatabaseServiceConfiguration) - Constructor for class com.qfs.store.service.impl.ReadOnlyDatabaseService
Constructor.
ReadOnlyDatabaseService(IInternalDatabase, IDatabaseServiceConfiguration, ISecurityFacade) - Constructor for class com.qfs.store.service.impl.ReadOnlyDatabaseService
Constructor.
ReadOnlyTransaction - Annotation Type in com.qfs.repository.cfg.impl
Shortcut annotation for Spring to annotate a method that performs a transaction that only reads data.
ReadOnlyTransaction - Annotation Type in com.qfs.snl.cfg.impl
Shortcut annotation for Spring to annotate a method that performs a transaction that reads ond writes data.
readPartitionedDatastoreResults(DatabasePrefetchRequest, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the partitioned array of the results of a given DatabasePrefetchRequest.
readPartitionedExternalUsages(DatabasePrefetchRequest) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Returns the current remaining usages of the measures required by a DatabasePrefetchRequest.
readPartitionedResults(ILocation, int) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Reads the result stored into the correct partitioned result holder.
readPartitionedResults(ILocation, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
 
readPoint(int) - Method in class com.qfs.dic.impl.AFixedLengthIntegerArrayDictionary
 
readPoint(int) - Method in class com.qfs.dic.impl.FilteredPointList
 
readPoint(int) - Method in class com.qfs.dic.impl.IntegerArrayDictionary
 
readPoint(int) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
readPoint(int) - Method in class com.qfs.dic.impl.IntegerArrayList
 
readPoint(int) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
readPoint(int) - Method in class com.qfs.dic.impl.PointReferenceDictionary
Returns point at that position, a new instance is created (inefficient).
readPoint(int) - Method in interface com.qfs.dic.IPointList
Reads a point at a given position in this list.
readPoint(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
readPoint(int) - Method in class com.quartetfs.biz.pivot.contribution.impl.ColumnWrappingPointList
 
readRecord() - Method in class com.qfs.util.tar.impl.TarBuffer
Read a record from the input stream and return the data.
readResolve() - Method in class com.quartetfs.fwk.impl.APropertySerializer
Returns the Object that replaces this instance in the serialization's input stream.
readRow(int) - Method in interface com.qfs.chunk.IChunkComposite
Performs a read operation on the underlying chunkset of this chunk.
readRow(int) - Method in class com.qfs.chunk.impl.ChunkComposite
 
readRow(int) - Method in class com.qfs.chunk.impl.ChunkCompositeSparse
 
readSequence(int) - Method in interface com.qfs.msg.csv.ILineReader
Reads the field at the column index as a char sequence.
readSequence(int) - Method in class com.qfs.msg.csv.impl.LineReader
 
readShort(InputStream) - Static method in class com.quartetfs.biz.xmla.compression.impl.Decompressor
 
readShortOrInt(byte[]) - Static method in class com.quartetfs.biz.xmla.compression.impl.Decompressor
 
readSourcePosition(int) - Method in class com.qfs.dic.impl.PointReferenceDictionary
Returns the source point position linked to that local point position.
readStatisticFile(File) - Static method in class com.qfs.pivot.monitoring.impl.MemoryStatisticSerializerUtil
Reads the file for statistics.
readString(int) - Method in interface com.qfs.dic.ICharSequenceDictionary
Reads characters of the sequence stored at that position and returns them in an String.
readString(int) - Method in class com.qfs.dic.impl.StringDictionary
 
readString(VarCharVector, int) - Static method in class com.activeviam.arrow.read.record.ArrowStringVectorReader
 
readText(Element) - Static method in class com.quartetfs.biz.xmla.impl.XmlaUtil
Read the text under a given element.
readUnderlyingMeasures(IMeasuresProvider) - Method in class com.activeviam.copper.PropertiesCodec
Deprecated.
Reads and collects measure members from their name read from the Properties and retrieved from the given IMeasuresProvider.
readVector(int) - Method in class com.activeviam.arrow.read.record.WithDictionaryVectorReader
 
readVector(int) - Method in interface com.qfs.chunk.IArrayReader
Reads an IVector value from the array.
readVector(int) - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
readVector(int) - Method in interface com.qfs.chunk.IWritableBuffer
Reads an IVector value from the array.
readVector(int) - Method in interface com.qfs.column.ICompositeColumnCursor
 
readVolatile(int) - Method in class com.qfs.dic.impl.AbstractHash.BufferHashTable
 
readVolatile(int) - Method in interface com.qfs.dic.impl.AbstractHash.HashTable
Reads slot with a volatile semantics.
readVolatile(int) - Method in class com.qfs.dic.impl.AbstractHash.LargeBufferHashTable
 
readVolatile(int) - Method in class com.qfs.dic.impl.AbstractHash.LargeHashTable
 
readVolatile(int) - Method in class com.qfs.dic.impl.AbstractHash.StandardHashTable
 
readVolatile(int) - Method in class com.qfs.dic.impl.AbstractHash.VeryLargeHashTable
 
readWritableVector(int) - Method in interface com.qfs.chunk.IWritableBuffer
Returns the IVector at the given position.
ReadWrite - com.quartetfs.biz.xmla.IXmlaProperty.AccessType
Read/Write access type.
ReadWriteTransaction - Annotation Type in com.qfs.repository.cfg.impl
Shortcut annotation for Spring to annotate a method that performs a transaction that reads ond writes data.
ReadWriteTransaction - Annotation Type in com.qfs.snl.cfg.impl
Shortcut annotation for Spring to annotate a method that performs a transaction that reads ond writes data.
REAL_TIME - com.quartetfs.pivot.mdx.ExecutionFlag
Flag used during evaluation.
reallocateMemory(long, long) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Resizes a new block of static final memory, to the given size in bytes.
reallocateVector(IVector) - Method in class com.qfs.chunk.impl.AChunkAllocator.ThreadLocalVectorAllocator
 
reallocateVector(IVector) - Method in class com.qfs.vector.array.impl.AArrayVectorAllocator
 
reallocateVector(IVector) - Method in class com.qfs.vector.impl.ABlockVectorAllocator
 
reallocateVector(IVector) - Method in interface com.qfs.vector.IVectorAllocator
Attempts to reallocate the underlying content of a vector.
RealTimeSelectExecutor - Class in com.quartetfs.pivot.mdx.realtime.impl
 
RealTimeSelectExecutor(String, IMultiVersionActivePivot) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RealTimeSelectExecutor
 
RebindTargetDictionaryAction - Class in com.activeviam.store.structure.impl
Basic implementation of IRebindTargetDictionaryAction.
RebindTargetDictionaryAction(String, String, Supplier<IStoreMetadata>, Function<Integer, IWritableDictionary<?>>) - Constructor for class com.activeviam.store.structure.impl.RebindTargetDictionaryAction
 
rebuild() - Method in interface com.quartetfs.biz.pivot.IActivePivotSchema
Rebuilds and compresses some internal structures of our underlying pivots in order to save memory.
rebuild() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
rebuild() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Rebuilds this engine.
rebuild(ChunkedBitmap, int, int) - Method in class com.qfs.index.impl.MultiVersionIntegerArray
Creates a new base, a new linked list of versions and new multiversion, by retaining only the marked indexes.
rebuild(ChunkedBitmap, int, int) - Method in class com.qfs.index.impl.MultiVersionLongArray
Creates a new base, a new linked list of versions and new multiversion, by retaining only the marked indexes.
rebuild(ChunkedBitmap, int, int, TIntIntMap) - Method in class com.qfs.index.impl.AIntegerArray
Creates a new array that contains only selected rows of this array.
rebuild(ChunkedBitmap, int, int, TIntIntMap) - Method in class com.qfs.index.impl.ALongArray
Creates a new array that contains only selected rows of this array.
rebuild(ChunkedBitmap, int, int, TIntIntMap) - Method in class com.qfs.index.impl.ChunkedIntegerArray
 
rebuild(ChunkedBitmap, int, int, TIntIntMap) - Method in class com.qfs.index.impl.ChunkedLongArray
 
rebuild(ChunkedBitmap, int, int, TIntIntMap) - Method in class com.qfs.index.impl.IntegerArray
 
rebuild(ChunkedBitmap, int, int, TIntIntMap) - Method in class com.qfs.index.impl.LongArray
 
rebuild(CancellableCountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
Rebuild is achieved by: Creating new a pointToAggregateMapping: new base, new linked list of versions and new multiVersion (in the order).
rebuild(CancellableCountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.impl.MultiVersionAggregateProviderHolder
 
rebuild(CancellableCountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.partition.impl.AMultiVersionPartitionedAggregateProvider
 
rebuild(CancellableCountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
rebuild(CancellableCountedCompleter<?>) - Method in interface com.quartetfs.biz.pivot.IRebuildable
Forces the component to rebuild itself asynchronously.
rebuild(CancellableCountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
rebuild(IActivePivotSchema) - Static method in class com.quartetfs.biz.pivot.impl.AActivePivotSchemaRebuilder
Rebuild the underlying structures of the given schema.
rebuild(IActivePivotSchema, AtomicReference<Throwable>) - Static method in class com.quartetfs.biz.pivot.impl.AActivePivotSchemaRebuilder
Rebuild the underlying structures of the given schema.
rebuild(IAggregatesContinuousHandlerRegistry, AAggregatesContinuousQueryEngine) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Rebuilds this Registry.
REBUILD_LIMIT - Static variable in class com.qfs.pivot.cube.provider.impl.AAggregateProviderBase
Property to set the rebuild limit for the bitmap.
rebuildAllFieldDictionaries(String) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
rebuildAllFieldDictionaries(String) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
rebuildDictionary(IDictionary<int[]>, IWritableDictionary<int[]>, int, BiConsumer<int[], int[]>) - Static method in class com.qfs.index.impl.RecordIndexUtil
Rebuilds an n-field point dictionary when the dictionary used by the field changed.
rebuildDictionary(IDictionary<Integer>, IWritableDictionary<Integer>, BiConsumer<int[], int[]>) - Static method in class com.qfs.index.impl.RecordIndexUtil
Rebuilds a 1-field point dictionary when the dictionary used by the field changed.
rebuildFieldDictionary(String, Collection<String>) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
Rebuilds several fields' dictionaries to reduce their size.
rebuildFieldDictionary(String, Collection<String>) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
rebuildFromRegistry(String, B, ColumnarIntegerArrayDictionary, MultiVersionIntegerArray) - Static method in interface com.qfs.pivot.cube.provider.IAggregateProviderBase
Static constructor of an Aggregate Provider based, using the Registry to find the implementation.
RebuildHistoryRemoteTransactionInfo - Class in com.qfs.distribution.impl
A special and limited IActivePivotRemoteTransactionInfo whose only purpose is to indicate to the IAggregatesContinuousQueryEngine that it needs to be reset due to the associated transaction.
RebuildHistoryRemoteTransactionInfo(IDistributedActivePivotTransaction.DistributedActivePivotTransactionInfoType, ActivePivotVersion, Set<String>, Properties) - Constructor for class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
Constructor.
rebuildIndex(String, Set<String>) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
Rebuilds the specified index.
rebuildIndex(String, Set<String>) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
rebuildIndex(String, Set<String>) - Method in interface com.qfs.store.IDatastore
Rebuilds the index covered by the input group of fields.
rebuildIndex(String, Set<String>) - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
RebuildIndexDictionaryAction - Class in com.activeviam.store.structure.impl
Basic implementation of IRebuildIndexDictionaryAction.
RebuildIndexDictionaryAction(IndexKey, Supplier<IInternalDatastoreStructure.IndexType>, Supplier<IStoreMetadata>, Supplier<IPartitionDictionaryFactory>, Map<String, RebuildIndexDictionaryAction.DictionaryChange>) - Constructor for class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction
 
RebuildIndexDictionaryAction.DictionaryChange - Class in com.activeviam.store.structure.impl
 
rebuildIndexes(String) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
Rebuilds all indexes in the given store.
rebuildIndexes(String) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
rebuildIndexes(String) - Method in interface com.qfs.store.IDatastore
Rebuilds all indexes in the given store.
rebuildIndexes(String) - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
recommendStoreIndexes(int) - Method in interface com.qfs.store.query.plan.IDatastoreQueryMonitor
Returns the index recommendations for the given storeId, sorted by counter decreasing order.
recommendStoreIndexes(int) - Method in class com.qfs.store.query.plan.impl.DatastoreQueryMonitor
 
recomputeDefaultTuple(ICubeFilter) - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Recomputes the default tuple, with the given filter to intersect with the current context.
recomputeDefaultTuple(ICubeFilter) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
recomputeDefaultTuple(ICubeFilter) - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
reconfigure(RealTimeSelectExecutor) - Method in class com.quartetfs.pivot.mdx.realtime.impl.CellSetUpdateComputer
Reconfigures this computer from the provided executor.
record(long) - Method in class com.quartetfs.fwk.monitoring.impl.QuantityMonitor
Atomic contribution of one quantity to the monitor.
record(long) - Method in class com.quartetfs.fwk.monitoring.impl.ThroughputMonitor
Record a variation in the quantity.
record(DistributedMessengerStatistics) - Method in class com.qfs.messenger.impl.CompletableFutureMessageAnswer
Record different metrics about the processing of the answers into this IStatistics.
record(ActivePivotVersion) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
This implementation always throws an UnsupportedOperationException.
record(String, long) - Method in class com.quartetfs.fwk.monitoring.impl.MultiSourcesQuantityMonitor
Stores or updates the monitor associated with the given key using the given quantity.
record(List<ActivePivotVersion>) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
Specialized method to record new versions in the history.
record(V) - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
record(V) - Method in interface com.qfs.multiversion.IVersionHistory
Records a new version in the history.
Record - Class in com.qfs.store.record.impl
Standard record implementation.
recordAdded(int) - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
 
recordAdded(int) - Method in class com.qfs.plan.impl.operations.IncrementalSubmitUpdateWhereTriggersOperation.UpdatesRowsCollectorProcedure
 
recordAdded(int) - Method in class com.qfs.plan.impl.StorePartitionUpdateForDeltaQueries
 
recordAdded(int) - Method in interface com.qfs.plan.IStorePartitionUpdate.IProcedure
Notifies that a record has been added.
recordAdded(int) - Method in interface com.qfs.plan.IStorePartitionUpdate
Registers that a new record is being added at the given row.
recordAggregateQuery() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
Records the processing of a GAQ query.
RecordArrayCursor - Class in com.qfs.store.query.impl
A cursor backed by an array of records.
RecordArrayCursor(IRecordFormat, IRecord[]) - Constructor for class com.qfs.store.query.impl.RecordArrayCursor
Constructor.
RecordBlock - Class in com.qfs.store.record.impl
A simple IWritableRecordBlock backed by an ArrayList.
RecordBlock(IRecordFormat) - Constructor for class com.qfs.store.record.impl.RecordBlock
Constructor.
RecordBlock(IRecordFormat, int) - Constructor for class com.qfs.store.record.impl.RecordBlock
Build an empty record block with the specified initial capacity.
RecordBlock(IRecordFormat, List<IWritableRecord>) - Constructor for class com.qfs.store.record.impl.RecordBlock
Build a record block around an existing list of records.
RecordBlockMeasureStore - Class in com.quartetfs.biz.pivot.contribution.impl
A wrapper implementing IColumnarTable for record blocks.
RecordBlockMeasureStore(IRecordBlock<?>, ITimestamp, IAggregatedMeasure<?, ?>[], Map<String, IDictionary<Object>>) - Constructor for class com.quartetfs.biz.pivot.contribution.impl.RecordBlockMeasureStore
Constructor.
recordBroadcastDuration(Class<?>, Long) - Method in class com.qfs.messenger.impl.DistributedMessengerStatistics
Invoked by the messenger when a message is broadcasted.
recordCacheHit() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheStatistics
Records a cache hit.
recordCacheMiss() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheStatistics
Records a cache miss.
recordComputeImpactsDuration(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Records the computeImpacts duration.
recordComputeImpactsDuration(Object, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitor
Records the computeImpacts duration.
recordComputeImpactsStats(Object, IAggregatesContinuousHandlerInfo, HandlerNodeStatistics) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Read the compute impacts timing from the handler node statistics for the given event, cache it in this #eventComputeImpactsDuration then clear the event from the handler node statistics.
recordConsumed(IBroadcastMessage<?, ?, ?>) - Method in class com.qfs.distribution.impl.DistributedHierarchyManagerRecorder
Invoked by the IDistributedHierarchyManager when a message is consumed (either discarded or remove from a queue).
recordCumulativeDecodingTime(long) - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
recordCumulativeDecodingTime(long) - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Records that a certain amount of time has been spent decoding by a thread.
recordCumulativeReadingTime(long) - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
recordCumulativeReadingTime(long) - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Records that a certain amount of time has been spent reading by a thread.
recordCumulativeSplittingTime(long) - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
recordCumulativeSplittingTime(long) - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Records that a certain amount of time has been spent splitting by a thread.
recordCumulativeWaitingTime(long) - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
recordCumulativeWaitingTime(long) - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Records that a certain amount of time has been spent waiting by a thread.
recordCurrentRootQueryReplySize(long) - Method in class com.activeviam.apm.pivot.query.impl.QueryMonitoringHelper
Record the reply size for the root query of the current tracing stack.
recordDeleted(int) - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
 
recordDeleted(int) - Method in class com.qfs.plan.impl.operations.IncrementalSubmitUpdateWhereTriggersOperation.UpdatesRowsCollectorProcedure
 
recordDeleted(int) - Method in class com.qfs.plan.impl.StorePartitionUpdateForDeltaQueries
 
recordDeleted(int) - Method in interface com.qfs.plan.IStorePartitionUpdate.IProcedure
Notifies that a record has been deleted.
recordDeleted(int) - Method in interface com.qfs.plan.IStorePartitionUpdate
Registers that the record at the given row is being deleted.
recordDtHeaderQuery() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
Records the processing of a Drillthrough header query.
recordDtQuery() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
Records the processing of a Drillthrough query.
recordDuration(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Record an event duration (in ns).
recordEntryComputeImpactsTime(Object, ILocation, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeMonitor
Record the compute impacts duration for an aggregates entry, this statistics will be later reported to the parent context node of this handler node to calculate the continuous query statistics.
recordEntryImpactsComputation(Object, ILocation, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeStatistics
Record the compute impacts duration (in ns) for a measure-location pair.
recordExecutingDuration(Class<?>, long) - Method in class com.qfs.messenger.impl.DistributedMessengerStatistics
Invoked by the messenger when a message is executed.
RecordFlattener - Class in com.qfs.store.record.flatten.impl
Stack based implementation of IRecordFlattener.
RecordFlattenerFactory - Class in com.qfs.store.query.impl
Factory for a record flattener that can, from a given store and partition id in that store, materialize flattened records, with their additional information from referenced stores.
RecordFlattenerFactory(IRecordFormat, int[]) - Constructor for class com.qfs.store.query.impl.RecordFlattenerFactory
 
RecordFormat - Class in com.qfs.store.record.impl
Standard record format implementation.
RecordFormat() - Constructor for class com.qfs.store.record.impl.RecordFormat
Empty constructor.
RecordFormat(String[], int...) - Constructor for class com.qfs.store.record.impl.RecordFormat
Constructor using null as default value for all fields.
RecordFormat(String[], Object[], int...) - Constructor for class com.qfs.store.record.impl.RecordFormat
Constructor using default values, and with null type classes.
RecordFormat(String[], Object[], Class<?>[], int...) - Constructor for class com.qfs.store.record.impl.RecordFormat
Full constructor.
RecordIndexUtil - Class in com.qfs.index.impl
Static helper methods to use for operations on Record indexes.
RecordingListenersExceptionsHandler - Class in com.qfs.store.selection.impl
Implementation of IListenersExceptionsHandler recording in an AssertionError the failures of the listeners.
RecordingListenersExceptionsHandler() - Constructor for class com.qfs.store.selection.impl.RecordingListenersExceptionsHandler
 
recordLineSuccessfullyParsed(long) - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
recordLineSuccessfullyParsed(long) - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Records the given line as successfully parsed.
RecordMapper(int[], IRecord) - Constructor for class com.qfs.store.record.impl.RecordReaderMapper.RecordMapper
Full constructor.
recordMdxQuery() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
Records the processing of an MDX query.
recordMessageReceived(IBroadcastMessage<?, ?, ?>) - Method in class com.qfs.messenger.impl.DistributedMessengerStatistics
Invoked by the messenger when a message is received.
recordMessageSent(IBroadcastMessage<?, ?, ?>) - Method in class com.qfs.messenger.impl.DistributedMessengerStatistics
Invoked by the messenger when a message is sent.
recordPartitionVersion(IStorePartitionVersion, IStoreVersion) - Method in class com.activeviam.store.structure.impl.UpdatePartitioningAction
 
recordPartitionVersion(IStorePartitionVersion, IStoreVersion) - Method in interface com.activeviam.store.structure.IUpdatePartitioningAction
Saves an IStorePartitionVersion as a IUpdatePartitioningAction.SubPartitionVersion in order to record it later in the version context.
recordPlanRetrievalDuration(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Records the retrieval planning time (in ns) for the context node.
recordPrefetches(String, Collection<? extends IPrefetchRequest<?>>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
Records the prefetch requests associated with the input prefetcher.
recordProcessingDuration(Class<?>, Long) - Method in class com.qfs.messenger.impl.DistributedMessengerStatistics
Invoked by the messenger when a message is processed.
recordQuery(ActivePivotSyncUtils.IAction<?, ?>) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
Records the processing of an action query.
RecordQuery - Class in com.qfs.store.query.condition.impl
The basic implementation of a IRecordQuery.
RecordQuery(String, ICondition, String...) - Constructor for class com.qfs.store.query.condition.impl.RecordQuery
Deprecated, for removal: This API element is subject to removal in a future version.
RecordQuery(String, ICondition, List<AliasedField>) - Constructor for class com.qfs.store.query.condition.impl.RecordQuery
Creates a record query.
RecordQuery(String, ICondition, List<AliasedField>, int) - Constructor for class com.qfs.store.query.condition.impl.RecordQuery
Creates a record query.
RecordQuery(String, ICondition, List<AliasedField>, IOuterReferencePolicy, int) - Constructor for class com.qfs.store.query.condition.impl.RecordQuery
Creates a record query.
RecordQuery.AutoDetectOuterReference - Class in com.qfs.store.query.condition.impl
When RecordQuery.AutoDetectOuterReference is used, the QueryCompiler takes the responsibility to detect the set of outer references.
RecordQuery.OuterReferencePolicy - Class in com.qfs.store.query.condition.impl
Direct implementation of IOuterReferencePolicy.
RecordQuery.WithoutOuterReference - Class in com.qfs.store.query.condition.impl
No outer reference is used in the query.
recordQueryEvaluationDuration(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Records the query evaluation duration (is equal to zero of the impact is empty).
recordQueryEvaluationDuration(Object, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitor
Records the query evaluation duration.
RecordReaderFromArrayReader - Class in com.activeviam.records.impl
A record reader delegating to an IArrayReader.
RecordReaderFromArrayReader(IArrayReader, IRecordFormat) - Constructor for class com.activeviam.records.impl.RecordReaderFromArrayReader
 
RecordReaderMapper - Class in com.qfs.store.record.impl
A virtual record representing the data of an underlying record but changing the indexes at which this data can be found.
RecordReaderMapper(IRecordFormat, int[]) - Constructor for class com.qfs.store.record.impl.RecordReaderMapper
Full constructor.
RecordReaderMapper.IdentityRecordMapper - Class in com.qfs.store.record.impl
Implementation of the record mapper, without any mapping.
RecordReaderMapper.RecordMapper - Class in com.qfs.store.record.impl
Implementation of a record based on a RecordReaderMapper.
recordReceived(IBroadcastMessage<?, ?, ?>) - Method in class com.qfs.distribution.impl.DistributedHierarchyManagerRecorder
Invoked by the IDistributedHierarchyManager when a message is received.
recordRegistration(ContextNodeStatistics) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitor
Records query registration duration.
recordRegistrationTime(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Records the registration time of the continuous GAQ under a context node.
recordReplySize(long) - Method in class com.activeviam.apm.pivot.monitoring.impl.QueryExecutorMonitor
Records the size of a message reply for the query.
recordReplySize(Class<?>, long) - Method in class com.qfs.messenger.impl.DistributedMessengerStatistics
Invoked by the messenger when a reply to a message has arrived.
Records - Class in com.qfs.store.record.impl
Contains utilities for handling IRecord.
Records() - Constructor for class com.qfs.store.record.impl.Records
 
recordsAdded(int, int, IRecordBlock<? extends IRecordReader>) - Method in interface com.qfs.store.selection.ICompositeSelectionListener
Notifies that a block of records was added in the partition with the given id.
recordsAdded(int, IRecordBlock<? extends IRecordReader>) - Method in interface com.activeviam.database.api.query.IStreamListViewListener
Notifies that a block of records was added in the partition with the given id.
recordsAdded(int, IRecordBlock<? extends IRecordReader>) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
recordsAdded(int, IRecordBlock<? extends IRecordReader>) - Method in interface com.qfs.store.selection.ISelectionListener
Notifies that a block of records was added in the partition with the given id.
recordsAdded(int, IRecordBlock<? extends IRecordReader>) - Method in class com.quartetfs.biz.pivot.postprocessing.streams.impl.AStoreStream
 
recordsAdded(int, IRecordBlock<? extends IRecordReader>) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
 
recordsAddedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in interface com.qfs.store.selection.IAsyncCompositeSelectionListener
Notifies that a block of records was added in the partition with the given id.
recordsAddedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in interface com.qfs.store.selection.ICompositeSelectionListener
 
recordsAddedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
recordsAddedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.CatchUpListenerMultiBranch
 
recordsAddedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
recordsAddedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.DelegateCompositeSelectionListener
 
recordsAddedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.FilteringCompositeSelectionListener
 
recordsAddedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.SingleCompositeListener
 
recordsAddedAsync(StreamingViewId, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
recordsAddedAsync(StreamingViewId, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
recordsAddedAsync(StreamingViewId, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
recordsDeleted(int, int, IRecordBlock<? extends IRecordReader>) - Method in interface com.qfs.store.selection.ICompositeSelectionListener
Notifies that a block of records was deleted from the partition with the given id.
recordsDeleted(int, IRecordBlock<? extends IRecordReader>) - Method in interface com.activeviam.database.api.query.IStreamListViewListener
Notifies that a block of records was deleted from the partition with the given id.
recordsDeleted(int, IRecordBlock<? extends IRecordReader>) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
recordsDeleted(int, IRecordBlock<? extends IRecordReader>) - Method in interface com.qfs.store.selection.ISelectionListener
Notifies that a block of records was deleted from the partition with the given id.
recordsDeleted(int, IRecordBlock<? extends IRecordReader>) - Method in class com.quartetfs.biz.pivot.postprocessing.streams.impl.AStoreStream
 
recordsDeleted(int, IRecordBlock<? extends IRecordReader>) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
 
recordsDeletedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in interface com.qfs.store.selection.IAsyncCompositeSelectionListener
Notifies that a block of records was deleted from the partition with the given id.
recordsDeletedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in interface com.qfs.store.selection.ICompositeSelectionListener
 
recordsDeletedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
recordsDeletedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.CatchUpListenerMultiBranch
 
recordsDeletedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
recordsDeletedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.DelegateCompositeSelectionListener
 
recordsDeletedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.FilteringCompositeSelectionListener
 
recordsDeletedAsync(int, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.SingleCompositeListener
 
recordsDeletedAsync(StreamingViewId, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
recordsDeletedAsync(StreamingViewId, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
recordsDeletedAsync(StreamingViewId, int, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
RecordSetRowList - Class in com.qfs.store.query.plan.impl
Provide all rows from a record list ordered and traversable by a procedure.
RecordSetRowList(IRecordSetView) - Constructor for class com.qfs.store.query.plan.impl.RecordSetRowList
Creates a RecordSetRowList using the rows of the given record set.
RecordSetRowsIterator - Class in com.qfs.store.query.impl
An IRowsIterator that iterates over all the existing rows in an IRecordSet.
RecordSetRowsIterator(IRecordSetView) - Constructor for class com.qfs.store.query.impl.RecordSetRowsIterator
Constructor.
recordSuccessfulAggregateQuery() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
Records the success of a GAQ query.
recordSuccessfulDtHeaderQuery() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
Records the success of a Drillthrough header query.
recordSuccessfulDtQuery() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
Records the success of a Drillthrough query.
recordSuccessfulMdxQuery() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
Records the success of an MDX query.
recordSuccessfulQuery(ActivePivotSyncUtils.IAction<?, ?>) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
Records the success of an action query.
recordsUpdated(int, int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>) - Method in interface com.qfs.store.selection.ICompositeSelectionListener
Notifies that a block of records was updated in the partition with the given id.
recordsUpdated(int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>) - Method in interface com.activeviam.database.api.query.IStreamListViewListener
Notifies that a block of records was updated in the partition with the given id.
recordsUpdated(int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
recordsUpdated(int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>) - Method in interface com.qfs.store.selection.ISelectionListener
Notifies that a block of records was updated in the partition with the given id.
recordsUpdated(int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>) - Method in class com.quartetfs.biz.pivot.postprocessing.streams.impl.AStoreStream
 
recordsUpdated(int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
 
recordsUpdatedAsync(int, int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in interface com.qfs.store.selection.IAsyncCompositeSelectionListener
Notifies that a block of records was updated in the partition with the given id.
recordsUpdatedAsync(int, int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in interface com.qfs.store.selection.ICompositeSelectionListener
 
recordsUpdatedAsync(int, int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
recordsUpdatedAsync(int, int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.CatchUpListenerMultiBranch
 
recordsUpdatedAsync(int, int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
recordsUpdatedAsync(int, int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.DelegateCompositeSelectionListener
 
recordsUpdatedAsync(int, int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.FilteringCompositeSelectionListener
 
recordsUpdatedAsync(int, int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.qfs.store.selection.impl.SingleCompositeListener
 
recordsUpdatedAsync(StreamingViewId, int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
recordsUpdatedAsync(StreamingViewId, int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
recordsUpdatedAsync(StreamingViewId, int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
recordTotalLinesCount(int) - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
recordTotalLinesCount(int) - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Records that the parser attempted to parse a certain number of lines.
recordUpdated(int, int) - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
 
recordUpdated(int, int) - Method in class com.qfs.plan.impl.operations.IncrementalSubmitUpdateWhereTriggersOperation.UpdatesRowsCollectorProcedure
 
recordUpdated(int, int) - Method in class com.qfs.plan.impl.StorePartitionUpdateForDeltaQueries
 
recordUpdated(int, int) - Method in interface com.qfs.plan.IStorePartitionUpdate.IProcedure
Notifies that a record has been updated.
recordUpdated(int, int) - Method in interface com.qfs.plan.IStorePartitionUpdate
Registers that a record is being updated, providing the row of its logically deleted previous version and the row at which the new version of the record is going to be stored.
recordUpdatePublication(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeStatistics
Records the query update publication time.
recordUpdatePublicationDuration(Object, long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryStatistics
Records the update publication timing.
RecordView(int) - Constructor for class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
Constructor.
recreateCache() - Method in class com.qfs.snl.cfg.impl.AlertMonitoringBean
Empties and refills the cache.
recursive() - Method in class com.qfs.content.rest.impl.RestBulkApiJsonParams.PutJsonParam
Returns whether the operartion should be executed recursively.
recursive() - Method in class com.qfs.content.rest.impl.RestContentJsonParams.ImportSubtreeJsonParam
Returns whether missing intermediate directories should be created.
recursive() - Method in class com.qfs.content.rest.impl.RestContentJsonParams.PutFileJsonParam
Returns whether should be execute recursively.
Recursive - com.quartetfs.biz.xmla.constants.Keyword
 
RECURSIVE - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
recursiveAddChild(ObjectInput) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisMemberExchanger
Read the children to contribute from input and contribute them as children, then continue for their own children.
recursiveAddChild(ObjectInput) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMemberExchanger
 
RecursiveBoundedAction - Class in com.qfs.concurrent.impl
A recursive action that works on a bounded section of some data structure.
RecursiveBoundedAction(BoundedAction) - Constructor for class com.qfs.concurrent.impl.RecursiveBoundedAction
Constructor.
RecursiveBoundedTask<T> - Class in com.qfs.concurrent.impl
A recursive task that works on a bounded section of some data structure.
RecursiveBoundedTask(BoundedTask<T>) - Constructor for class com.qfs.concurrent.impl.RecursiveBoundedTask
Constructor.
RecursiveHierarchiesMerge(List<IHierarchyCollector>[]) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil.RecursiveHierarchiesMerge
Deprecated.
Constructor.
recursivelyRemoveFromGraph(PlanningGraph) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ADependencyNode
Removes this node and all its children from the graph.
recursiveMerge(IMdxMember, IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
 
RecursiveRewriter(ICompilationVisitor<IExpression, ?>...) - Constructor for class com.qfs.pivot.mdx.compil.impl.MdxRewriters.RecursiveRewriter
Constructor.
RecursiveSelectPlanuator - Class in com.quartetfs.pivot.mdx.impl
Implementation of an ARecursiveSelectVisitor that takes care of planning and evaluating an ISelectStatement, and builds the corresponding passes.
RecursiveSelectPlanuator(ExpressionPlanner, ExpressionEvaluator, PassExecutor, Collection<INamedSetReference>) - Constructor for class com.quartetfs.pivot.mdx.impl.RecursiveSelectPlanuator
 
recursiveWriteChildren(IAxisHierarchy, IAxisMember, ObjectOutput) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Recursively write all the children of the member in the output stream out.
RED - Static variable in class com.qfs.snl.kpis.impl.KpiUtil.RedOrangeGreen
Logical value associated to red.
RED - Static variable in interface com.qfs.snl.monitors.IMonitorReport.Statuses
 
RedirectMappedInterceptor - Class in com.qfs.servlet.handlers.impl
Interceptor redirecting some URLs to others.
RedirectMappedInterceptor() - Constructor for class com.qfs.servlet.handlers.impl.RedirectMappedInterceptor
 
redirectTo(String, String...) - Method in class com.qfs.server.cfg.impl.ASpringResourceServerConfig.ResourceRegistry
Registers a redirection to a particular location from a series of paths.
reduce(int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
Reduce a location from the source into this dictionary.
reduce(int, int) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
Map a location from the source into the reduced dictionary.
reduce(ILocation, IMeasureMember, int[], IAggregationFunction, ITransformProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Reduces this result into a new result with a reduced scope that contains only values for the given new measure.
reduce(ILocation, IMeasureMember, int[], IAggregationFunction, ITransformProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
reduce(ILocation, IMeasureMember, int[], IAggregationFunction, ITransformProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.activeviam.copper.pivot.pp.AnalyticFunctionPostProcessor
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.activeviam.copper.pivot.pp.AValueAtExtremaMemberPostProcessor
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.activeviam.copper.pivot.pp.DrillupPostProcessor
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.activeviam.copper.pivot.pp.SwitchOnPostProcessor
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.activeviam.copper.pivot.pp.UserDefinedAggregationPostProcessor
Deprecated.
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.activeviam.pivot.postprocessing.impl.ABaseDynamicAggregationPostProcessor
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.activeviam.pivot.postprocessing.impl.ABasicPostProcessor
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.qfs.repository.impl.LookUpPostProcessor
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessorOnTheFlyPattern
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in interface com.quartetfs.biz.pivot.postprocessing.IPartitionedPostProcessor
Reduces the partial results of the execution of this post-processor on each partition into a global result and contributes it to the writer.
reduce(Collection<T>, BiFunction<T, ResultT, Void>, ResultT) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Reduces a collection into a single object.
reduce(Collection<T>, ResultT, BiFunction<T, ResultT, ResultT>) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Reduces a collection into a single object.
reduce(BiFunction<R, E, R>, R) - Method in interface com.activeviam.collections.ImmutableCollection
Apply a reducer to this collection.
REDUCE - com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder.OperationFlag
Allow reducing hierarchy coordinates of the initial location.
reduceAndContribute(IIterableAggregatesRetrievalResult, int[], IAggregationFunction, ITransformProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Reduces the input result into our target result.
reduceAndContribute(IIterableAggregatesRetrievalResult, int[], IAggregationFunction, ITransformProcedure) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
reduceAndContribute(IIterableAggregatesRetrievalResult, int[], IMultiSourceAggregationFunction, int[]) - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Reduces the input result into our target result.
reduceAndContribute(IIterableAggregatesRetrievalResult, int[], IMultiSourceAggregationFunction, int[]) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
reduceAndTransformInto(IIterableAggregatesRetrievalResult, int[], IMeasureMember, IAggregationFunction, ITransformProcedure, Consumer<IArrayCursor>) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Reduces the input and then transforms the reduced input before contributing it into this result.
reduceCapacity(int) - Method in class com.qfs.store.impl.AColumnChunkSet
Tries to reduce the capacity of the store, making sure that it can still store at least capacity rows.
ReducedDimensionalitySet - Class in com.quartetfs.pivot.mdx.eval.set.impl
A set that hides hierarchies of an underlying set.
ReducedDimensionalitySet(ISet, int[]) - Constructor for class com.quartetfs.pivot.mdx.eval.set.impl.ReducedDimensionalitySet
ignoredIndexes must be sorted in increasing order
ReducedLocationDictionary - Class in com.quartetfs.biz.pivot.cube.provider.impl
A dictionary of locations defined as the reduction of an existing list of locations.
ReducedLocationDictionary() - Constructor for class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
No-argument constructor, for serialization.
ReducedLocationDictionary(ILocationPattern, ILocationList) - Constructor for class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
Constructor, the allocations are in transient memory.
ReducedLocationDictionary(ILocationPattern, ILocationList, boolean) - Constructor for class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
ReducedPartitioningFunction(IPartitioning, int[]) - Constructor for class com.qfs.store.part.impl.PartitioningUtil.ReducedPartitioningFunction
Constructor.
reduceInto(IIterableAggregatesRetrievalResult, int[], IMeasureMember, IAggregationFunction, ITransformProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Reduces the input result into this result.
reduceInto(IIterableAggregatesRetrievalResult, int[], IMeasureMember, IMultiSourceAggregationFunction, int[]) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Reduces the input result into our target result.
reduceLinearPostProcessedMeasure(IScopeLocation, IPostProcessedMeasure, ILinearPostProcessor) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalAggregatesRetrievalResult
Creates a new retrieval result that contains the given linear post-processed measure, computed by reduction of this result.
reduceLinearPostProcessedMeasure(IScopeLocation, IPostProcessedMeasure, ILinearPostProcessor) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
reducePartitioning(IPartitioning, int[]) - Static method in class com.qfs.store.part.impl.PartitioningUtil
Reduces a partitioning by removing some of its partitioning fields.
reducePrimitiveMeasures(IScopeLocation, Collection<? extends IMeasureMember>) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalAggregatesRetrievalResult
Creates a new retrieval result that contains the given primitive measures, computed by reduction of this result.
reducePrimitiveMeasures(IScopeLocation, Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
REDUCER_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.WindowReducePartitionedPostProcessor
The key of the property at which this post-processor reads its reducer.
ReducerSupplier(IAggregation) - Constructor for class com.activeviam.copper.measure.window.AggregationToWindowTraversal.ReducerSupplier
Constructor.
reduceSize() - Method in class com.qfs.index.impl.AIntegerArray
Reduces the AIntegerArray.size field.
reduceSize() - Method in class com.qfs.index.impl.ALongArray
Reduces the ALongArray.size field.
ReductionProcedureOnTransformedValues - Class in com.quartetfs.biz.pivot.cellset.impl
An aggregation procedure that transforms the underlying results before reducing them.
ReductionProcedureOnTransformedValues(IPointLocationList, IAggregationFunction, IInterruptor, ITransformProcedure) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.ReductionProcedureOnTransformedValues
Constructor.
reenableSelection(int) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Enable again a previously disabled selection of this composite selection.
reenableSelection(int) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
reference() - Static method in class com.activeviam.builders.StartBuilding
Starts building the description of a reference.
referenceColumnInSql() - Method in class com.qfs.content.service.timestamp.InDatabaseTimestampGenerationAtInsertTime
 
ReferenceDefinition - Class in com.activeviam.store.structure.impl
Definition of a reference that holds a reference metadata.
ReferenceDescription - Class in com.qfs.desc.impl
Default mutable implementation of IReferenceDescription.
ReferenceDescription(String, String, String, List<? extends IPair<String, String>>) - Constructor for class com.qfs.desc.impl.ReferenceDescription
Constructor.
ReferenceDescription(String, String, String, List<? extends IPair<String, String>>, boolean) - Constructor for class com.qfs.desc.impl.ReferenceDescription
Constructor.
ReferenceDescriptionBuilder - Class in com.qfs.desc.impl
A fluent builder class, that will assist you in creating a ReferenceDescription.
referencedRecordUpdated(int) - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
 
referencedRecordUpdated(int) - Method in class com.qfs.plan.impl.StorePartitionUpdateForDeltaQueries
 
referencedRecordUpdated(int) - Method in interface com.qfs.plan.IStorePartitionUpdate
Registers that the record at the given row references records that were updated.
referenceFactories(DatastoreStructure.LazyResource<List<IConcreteReferenceFactory>>) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
ReferenceKey - Class in com.activeviam.store.structure.graph
Identifier for a reference between 2 stores.
ReferenceKey(String, String) - Constructor for class com.activeviam.store.structure.graph.ReferenceKey
 
ReferenceMetadata - Class in com.qfs.store.ref.impl
Basic implementation of a reference metadata.
ReferenceMetadata(String, String, String, List<String>, List<String>, int[], int[], IStoreMetadata) - Constructor for class com.qfs.store.ref.impl.ReferenceMetadata
 
ReferenceStatistic - Class in com.qfs.monitoring.statistic.memory.impl
Memory statistics specialized for references.
ReferenceStatistic() - Constructor for class com.qfs.monitoring.statistic.memory.impl.ReferenceStatistic
 
ReferenceStatistic.Builder - Class in com.qfs.monitoring.statistic.memory.impl
 
REFERENT - Static variable in interface com.qfs.distribution.IActivePivotRemoteTransactionInfo
Internal (i.e technical) property key for storing the identifier of the cube a data node refers to.
ReflectionUtils - Class in com.activeviam.tracing.util
Reflection utilities.
refresh() - Method in interface com.quartetfs.biz.pivot.IActivePivotSchema
Refreshes the underlying pivots, clearing all their data and reloading it from their sources.
refresh() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
refresh(WebSocketSession, String) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketService
Deprecated.
Refresh the current view of a stream with the given id on the given session.
Refresh - com.quartetfs.biz.xmla.constants.Keyword
 
REFRESH - com.qfs.pivot.json.query.JsonStreamingRequest.StreamingAction
Refresh the current view of a query, giving its id.
REFRESH - com.quartetfs.pivot.mdx.statement.IStatement.StatementType
 
REFRESH - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
REFRESH - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
REFRESH - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
REFRESH_CHILDREN - Static variable in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
REFRESH_CHILDREN operation.
refresh_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
refresh_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
refresh_statement_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.refresh_statement_return
 
refreshChildren() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.ADynamicMonitoring
Refreshes all the children and if the bean is currently registered in a server, refresh the subscription of the children.
refreshChildren() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
Refresh all the children and if the bean is currently registered in a server, refresh the subscription of the children.
refreshContexts() - Method in class com.activeviam.contextservice.local.MetadataRepository
Refreshes the map of context metadata.
RefreshStatement - Class in com.quartetfs.pivot.mdx.statement.impl
 
RefreshStatement(StringBuilder) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.RefreshStatement
Constructor.
register() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
Register all the available ActiveMonitor agents to the ActiveMonitor server.
register() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.JMXEnabler
Register the component monitors into the JMXPlatformServer.
register(IVectorChunk, Runnable) - Static method in class com.qfs.vector.impl.VectorFinalizer
Registers a chunk to watch for cleaning on GC.
register(IDistributedAgent) - Method in interface com.qfs.messenger.IDistributedMessenger
Register the given IDistributedAgent.
register(IDistributedAgent) - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
register(IWatcher, Path) - Method in class com.qfs.msg.impl.WatcherService
 
register(IWatcher, Path) - Method in interface com.qfs.msg.IWatcherService
Register a watcher of a path.
register(IParameterListener) - Method in interface com.qfs.repository.IParameterStream
Register a listener.
register(IParameterListener) - Method in class com.qfs.repository.mdx.impl.ParameterStoreStream
 
register(IMessageService, String, IMessageWsService.FetchMessageMode) - Method in class com.qfs.snl.ws.impl.SocketSubscriber
Registers this as a subscriber of the user message box.
register(ITaskService) - Method in interface com.qfs.snl.workflows.ITaskPublisher
Register the taskService used by the publisher to process the tasks.
register(ITaskService) - Method in class com.qfs.snl.workflows.tasks.impl.AMessageTaskPublisher
Sets the task service for the publisher.
register(WsSession) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketService
Deprecated.
Registers a new session connecting to the service.
register(ICompositeSelection, ITransactionPublishingScheduler) - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
register(ICompositeSelection, ITransactionPublishingScheduler) - Method in interface com.qfs.store.IReadableDatastore
Deprecated, for removal: This API element is subject to removal in a future version.
register(IContinuousCompositeSelection) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
register(IContinuousCompositeSelection) - Method in class com.qfs.store.impl.SelectionManager
Registers the given continuous selection in this manager.
register(IContinuousCompositeSelection) - Method in interface com.qfs.store.ISelectionManager
Registers a continuous composite selection on this schema.
register(ISelection) - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
register(ISelection) - Method in interface com.qfs.store.IReadableDatastore
Deprecated, for removal: This API element is subject to removal in a future version.
register(IMultiVersionActivePivot, IActivePivotContext, Predicate<Object>) - Method in class com.quartetfs.biz.pivot.query.registration.impl.ARegistration
Registers the continuous queries.
register(IMultiVersionActivePivot, IActivePivotContext, Predicate<Object>) - Method in interface com.quartetfs.biz.pivot.query.registration.IRegistration
Registers the continuous queries.
register(IMultiVersionActivePivot, IRegistration, int, int) - Static method in class com.quartetfs.biz.pivot.query.registration.impl.RegistrationUtil
Executes the registration.
register(IDrillthroughContinuousQuery) - Method in class com.qfs.query.impl.DistributedDrillthroughContinuousQueryEngine
 
register(IDrillthroughContinuousQuery) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDrillthroughContinuousQueryEngine
Registers a query.
register(IDrillthroughContinuousQuery) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ADrillthroughContinuousQueryEngine
 
register(IDrillthroughContinuousQuery) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughContinuousQueryEngine
 
register(IGetAggregatesContinuousQuery) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousQueryEngine
Registers a continuous GetAggregates query.
register(IGetAggregatesContinuousQuery) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
register(IGetAggregatesContinuousQuery, IMultiVersionActivePivot, AAggregatesContinuousQueryEngine) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Registers a new query.
register(IMultiGetAggregatesNotificationContinuousQuery) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousQueryEngine
Registers a multi continuous query.
register(IMultiGetAggregatesNotificationContinuousQuery) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Registers a multi continuous query.
register(IMissingLocationsQuery) - Method in interface com.quartetfs.biz.pivot.query.missing.IMissingLocationsSolver
Register a IMissingLocationsQuery with string locations to be solved.
register(IMissingLocationsQuery) - Method in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsSolver
 
register(IDrillthroughStream) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamNode
 
register(IMdxStream) - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStreamNode
 
register(IMdxStream) - Method in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStreamNode
 
register(E) - Method in class com.activeviam.util.impl.ConcurrentIdentityUsageTracker
 
register(E) - Method in interface com.activeviam.util.IUsageTracker
Registers an item in this tracker.
register(Runnable) - Method in interface com.qfs.memory.IActiveCollector
Registers a Runnable to this collector, so that it can be run when the currently live fence is released.
register(Runnable) - Method in interface com.qfs.memory.IFence
Registers a Runnable to this fence.
register(Runnable) - Method in class com.qfs.memory.impl.ActiveCollector
 
register(Runnable) - Method in class com.qfs.memory.impl.Fence
 
register(Runnable) - Method in class com.qfs.memory.impl.PhantomFence
 
register(String, SessionData.StreamConfiguration) - Method in class com.qfs.spring.websocket.impl.SessionData
Deprecated.
Registers the given stream data for the given query id, if its stream id is not registered yet and also if the query id is not registered.
register(String, String, IContentListener) - Method in interface com.qfs.content.service.IContentService
Registers the given listener to listen to a file or a folder.
register(String, String, IContentListener) - Method in class com.qfs.content.service.impl.AContentService
 
register(String, String, IContentListener) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
register(String, String, IContentListener) - Method in class com.qfs.content.service.impl.RemoteContentService
 
register(MBeanServer) - Method in interface com.quartetfs.fwk.monitoring.jmx.IDynamicMonitoring
Register this dynamic MBean in some MBean server, also registering all its children.
register(MBeanServer) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.ADynamicMonitoring
 
register(MBeanServer) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
 
register(WebSocketSession, JsonStreamRegistration) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketService
Deprecated.
Create the stream.
register(S) - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
 
register(S) - Method in interface com.quartetfs.tech.streaming.sharing.IStreamNode
Register a IStream to this node.
REGISTER - com.qfs.pivot.json.query.JsonStreamingRequest.StreamingAction
To register a continuous query, giving all query details.
REGISTER_NAMESPACE - Static variable in class com.qfs.content.cfg.impl.ContentServerWebSocketServicesConfig
WebSocket namespace.
registerAddon(String, IMdxAddon) - Method in class com.quartetfs.pivot.mdx.impl.PlanContext
 
registerAddon(String, IMdxAddon) - Method in interface com.quartetfs.pivot.mdx.IPlanContext
Registers an IMdxAddon.
registerAgentListener() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
Register all the service that needs to be notified of a new agent check in so that the state is correctly reset.
registerAll(IWatcher, Path) - Method in class com.qfs.msg.impl.WatcherService
 
registerAll(IWatcher, Path) - Method in interface com.qfs.msg.IWatcherService
Register recursively all the directories.
registerAnomaly(ICsvAnomaly) - Method in class com.activeviam.msg.csv.reporting.impl.CsvFileParsingReport
 
registerAnomaly(ICsvAnomaly) - Method in interface com.activeviam.msg.reporting.ICsvFileParsingReport
Adds an anomaly in the report, if the maximum number of logged anomalies have not been reached yet.
registerBranchPermissionsListener(IBranchPermissionsListener) - Method in interface com.qfs.security.IBranchPermissionsManager
Registers a listener for the permissions of a set of branches.
registerBranchPermissionsListener(IBranchPermissionsListener) - Method in class com.qfs.security.impl.BranchPermissionsManager
 
registerBranchPermissionsListener(IBranchPermissionsListener) - Method in class com.qfs.security.impl.CachedBranchPermissionsManager
 
registerBranchPermissionsListener(IBranchPermissionsListener) - Method in class com.qfs.security.impl.ContentServiceBranchPermissionsManager
 
registerCallbackOnInterruption(Runnable) - Method in interface com.qfs.concurrent.cancellable.IInterruptor
Registers a callback that will be triggered when the computation tree is interrupted.
registerCallbackOnInterruption(Runnable) - Method in class com.qfs.concurrent.cancellable.impl.ExceptionInterruptor
 
registerChannelTask() - Method in class com.qfs.msg.csv.impl.FileTask
Increments the pending subtask counter.
registerChild(String, Object) - Method in class com.qfs.snl.monitoring.SentinelMonitoringMBean
Register the component if it is a IMonitoredComponent.
registerCommitTimeUpdateWhereTrigger(IUpdateWhereInfo) - Method in class com.qfs.store.impl.MultiVersionStore
 
registerCommitTimeUpdateWhereTrigger(IUpdateWhereInfo) - Method in interface com.qfs.store.IMultiVersionStore
Registers a commit-time update where trigger on this store, which will be applied on each commit, whether there are new facts on the store, or joined stores are being updated.
registerCommitTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
registerCommitTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
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.
registerCommitTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
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.
registerCommitTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
registerCommitTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
registerCommitTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
registerCommitTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in interface com.qfs.store.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.
registerConsulService() - Method in class com.activeviam.apm.cfg.impl.ConsulServiceConfig
Tries to register a consul discovery service.
registerContextNode(String, ContextNode<?>) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Registers a new context node.
registerContextNode(String, ContextNode<?>) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Register a new context node.
registerContinuousGAQ(IGetAggregatesContinuousQuery) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Register a continuous GAQ monitor on the context group.
registerContinuousQuery(String, IQuery<ResultT>, Properties, Collection<? extends IContinuousQueryListener<ResultT, UpdateT>>) - Method in interface com.quartetfs.fwk.query.IContinuouslyQueryable
Creates and registers a continuous query based on the given IQuery.
registerContinuousQuery(String, IQuery<ResultT>, Properties, Collection<? extends IContinuousQueryListener<ResultT, UpdateT>>, Predicate<Object>) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
registerContinuousQuery(String, IQuery<ResultT>, Properties, Collection<? extends IContinuousQueryListener<ResultT, UpdateT>>, Predicate<Object>) - Method in interface com.quartetfs.fwk.query.IContinuouslyQueryable
Creates and registers a continuous query based on the given IQuery.
registerContinuousQueryNode(String, ContinuousQueryNodeMonitor) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
Register a continuous query node, called when the GAQ is registered under a context node.
registerContinuousQueryNode(String, ContinuousQueryNodeStatistics) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Registers a continuous query node.
registerCopperPluginValues() - Static method in class com.activeviam.copper.CopperRegistrations
Register the various values used by Copper in their respective parent plugin.
registerDatabaseSession(ISchemaSelectionSessionHolder, IAsyncCompositeViewListener, boolean) - Static method in class com.activeviam.pivot.contribution.impl.DatabaseRegistrationUtil
Deprecated, for removal: This API element is subject to removal in a future version.
registerDatabaseSession(ISchemaSelectionSessionHolder, IAsyncCompositeViewListener, boolean, boolean) - Static method in class com.activeviam.pivot.contribution.impl.DatabaseRegistrationUtil
Creates the registration for all the feeding views defined in the schema session.
registerDistributedAgent(IDistributedAgent) - Method in interface com.qfs.distribution.IDistributedComponent
Register the given agent to the IDistributedMessenger.
REGISTERED - com.quartetfs.biz.pivot.query.registration.impl.RegistrationState
The state of a registration which succeeded to register continuous queries.
RegisteredAgentDescriptionDto - Class in com.qfs.snl.dtos
Data transfer object for IRegisteredAgentDescription.
RegisteredAgentDescriptionDto() - Constructor for class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
Empty constructor.
RegisteredAgentDescriptionDto(int, String, String, AgentConnectionDetailsDto, List<String>) - Constructor for class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
Constructor.
RegisteredAgentDescriptionDto(int, String, String, String, String, List<String>) - Constructor for class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
Constructor.
RegisteredContinuousQuery - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Simple implementation of IRegisteredGetAggregatesContinuousQuery.
RegisteredContinuousQuery(IGetAggregatesContinuousQuery, IActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.RegisteredContinuousQuery
Constructor.
registeredContinuousQueryNames() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
registeredContinuousQueryNames() - Method in interface com.quartetfs.fwk.query.IContinuouslyQueryable
Returns the set of all previously registered query names.
registerEndPoint(IWSTopic) - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
Registers an end point.
registerFormulas(IMdxCube) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxContextHelper
Registers the formulas in the cube.
registerFormulas(List<IFormulaSpecification>) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Registers a list of formula specifications in the context.
registerFormulas(List<IFormulaSpecification>) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
registerForPublication(DataCubeContext, ICopperJoinHierarchy) - Method in class com.activeviam.copper.CopperJoinHierarchyAccumulator
Deprecated.
Registers the given hierarchy for publication, if deemed possible.
registerHandlerNode(int, HandlerNodeMonitor) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitor
registerHandlerNode(int, HandlerNodeStatistics) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
Register a handler node, to take into account its statistics.
registerHandlersDependencies(Map<String, Set<IAggregatesContinuousHandlerInfo>>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousQueryEngine
Registers the given handler dependencies for each measure.
registerHandlersDependencies(Map<String, Set<IAggregatesContinuousHandlerInfo>>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
registerHierarchies(Map<StreamingViewId, Collection<IContributionPipeline>>, IDomainDictionaryProvider, Map<StreamingViewId, List<HierarchyIdentifier>>, Map<HierarchyIdentifier, ? extends IMultiVersionHierarchy>) - Static method in class com.quartetfs.biz.pivot.cube.impl.FeedHolderFactory
Registers the hierarchies in result mapping.
REGISTERING - com.quartetfs.biz.pivot.query.registration.impl.RegistrationState
The state of a registration which is trying to register continuous queries.
registerInsertionTimeUpdateWhereTrigger(IInsertionTimeUpdateWhereInfo) - Method in class com.qfs.store.impl.MultiVersionStore
 
registerInsertionTimeUpdateWhereTrigger(IInsertionTimeUpdateWhereInfo) - Method in interface com.qfs.store.IMultiVersionStore
Registers a insertion-time update where trigger on this store.
registerInsertionTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
registerInsertionTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Registers an insertion-time update where trigger on the selected store.
registerInsertionTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Registers an insertion-time update where trigger on the selected store.
registerInsertionTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
registerInsertionTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
registerInsertionTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
registerInsertionTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in interface com.qfs.store.transaction.ITransactionManager
Registers an Insertion-time update where trigger on the selected store, which will be applied on each record insertion to this store.
registerListener(IStreamedView, IAggregateViewListener, boolean, String) - Method in class com.activeviam.store.impl.DatastoreDataStreamer
 
registerListener(IStreamedView, IListViewListener, boolean, String) - Method in class com.activeviam.store.impl.DatastoreDataStreamer
 
registerListener(IParameterChangeListener) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
registerListener(IParameterChangeListener) - Method in class com.qfs.repository.impl.RepositoryService
 
registerListener(IParameterChangeListener) - Method in interface com.qfs.repository.IRepositoryService
Registers a listener.
registerListener(IParameterChangeListener) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
registerListener(Map<IStreamedView, StreamingViewId>, IAsyncCompositeViewListener, boolean, String) - Method in class com.activeviam.store.impl.DatastoreDataStreamer
 
registerListStreamView(IPreparedListQuery, IStreamListViewListener, boolean, String) - Method in interface com.activeviam.database.api.query.IDataStreamer
Creates a new view streaming records from the Database.
registerNewMvStorePartitions(String, MultiVersionStorePartition[]) - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
Registers a new MultiVersionStorePartition array for an existing store.
registerParserTask() - Method in class com.qfs.msg.csv.impl.PublicationQueue
Registers a parser task, for which a parser result is expected.
registerReference(IMdxNamedSet) - Method in class com.quartetfs.pivot.mdx.impl.ResolveContext
 
registerReference(IMdxNamedSet) - Method in interface com.quartetfs.pivot.mdx.IResolveContext
Declare the use of a name set.
registerRepositoryTopics() - Method in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
[Bean action] Registers all the topic to repository central WebSocket endpoint.
registerRestApi(String, String, String) - Method in class com.qfs.versions.service.VersionsService
Registers a new REST API.
registerTopics() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean action] Registers all the topic to ActiveMonitor central WebSocket endpoint.
registerUnderlyingBases(Consumer<Object>) - Method in class com.qfs.index.impl.IntegerArrayVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.qfs.index.impl.LongArrayVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.qfs.index.impl.SecondaryRecordIndexVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.qfs.index.impl.UniqueRecordIndexVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchyVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedAggregateProviderVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in interface com.qfs.store.IInternalDatastoreSchemaVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.qfs.store.impl.StorePartitionVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.qfs.store.impl.StoreVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.qfs.store.ref.impl.AConcreteReferenceVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.quartetfs.biz.pivot.cube.impl.CubeVersion
 
registerUnderlyingBases(Consumer<Object>) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
registerUnderlyingBases(Predicate<IStoreMetadata>, Consumer<Object>) - Method in interface com.qfs.store.IInternalDatastoreSchemaVersion
 
registerUnderlyingBases(Predicate<IStoreMetadata>, Consumer<Object>) - Method in class com.qfs.store.impl.DatastoreSchemaVersion
 
registerUnresolvedIdentifier(ICompoundIdentifier) - Method in class com.quartetfs.pivot.mdx.impl.PlanContext
 
registerUnresolvedIdentifier(ICompoundIdentifier) - Method in interface com.quartetfs.pivot.mdx.IPlanContext
Registers an unresolved identifier.
registerWebSocketHandlers(WebSocketHandlerRegistry) - Method in class com.qfs.websocket.server.cfg.impl.AWebSocketServiceConfig
 
registerWorkflow(String, IWorkflowConfig) - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
Registers a new workflow for a given action type.
registerWorkflow(String, IWorkflowConfig) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
registerWorkflow(String, IWorkflowConfig) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
registerWorkflow(String, IWorkflowConfig) - Method in interface com.qfs.snl.workflows.IWorkflowService
Registers a new workflow for a given action type.
registerWorkflowSchema(String, IWorkflowSchema) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
registerWorkflowSchema(String, IWorkflowSchema) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
registerWorkflowSchema(String, IWorkflowSchema) - Method in interface com.qfs.snl.workflows.IWorkflowService
Registers a new schema for a given entity type.
registerWsApi(String, String, String) - Method in class com.qfs.versions.service.VersionsService
Registers a new WebSocket API.
registration(IContinuousQuery<? extends int[], ? extends IContinuousQueryUpdateWithBranches<int[]>>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxDecoratorMultiplexer
 
registration(IContinuousQuery<? extends List<IDrillthroughRow>, ? extends IDrillthroughUpdate>) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamNode
 
registration(IContinuousQuery<? extends R, ? extends U>) - Method in class com.quartetfs.biz.pivot.query.registration.impl.ARegistrationAwareListener
 
registration(IContinuousQuery<? extends R, ? extends U>) - Method in interface com.quartetfs.fwk.query.IContinuousQueryListener
This method is invoked whenever this listener is registered to a continuous query.
REGISTRATION_DURATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryStatistics
Statistics key - Latest registration duration.
REGISTRATION_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
Constant name of the Registration service.
RegistrationFailed - com.qfs.content.ws.impl.NotificationEventType
RegistrationInstruction - Enum in com.qfs.content.ws.impl
Registration instructions.
REGISTRATIONS_COUNT - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - registration count.
REGISTRATIONS_COUNT - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Statistics key - registration count.
REGISTRATIONS_COUNT - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Statistics key - registration count.
registrationService() - Method in interface com.qfs.server.cfg.IActivePivotServicesConfig
 
registrationService() - Method in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
 
RegistrationService - Class in com.quartetfs.tech.streaming.impl
Basic implementation of a IRegistrationService.
RegistrationService() - Constructor for class com.quartetfs.tech.streaming.impl.RegistrationService
 
RegistrationServiceException - Exception in com.quartetfs.tech.streaming
Exception thrown by the Registration Web Service.
RegistrationServiceException() - Constructor for exception com.quartetfs.tech.streaming.RegistrationServiceException
Constructor with no message and no cause.
RegistrationServiceException(String) - Constructor for exception com.quartetfs.tech.streaming.RegistrationServiceException
 
RegistrationServiceException(String, Object...) - Constructor for exception com.quartetfs.tech.streaming.RegistrationServiceException
Constructor.
RegistrationServiceException(String, Throwable) - Constructor for exception com.quartetfs.tech.streaming.RegistrationServiceException
 
RegistrationServiceException(Throwable) - Constructor for exception com.quartetfs.tech.streaming.RegistrationServiceException
 
RegistrationServiceException(Throwable, String, Object...) - Constructor for exception com.quartetfs.tech.streaming.RegistrationServiceException
Constructor.
RegistrationState - Enum in com.quartetfs.biz.pivot.query.registration.impl
The state of the registration.
RegistrationUtil - Class in com.quartetfs.biz.pivot.query.registration.impl
This class provides methods to execute IRegistration on IMultiVersionActivePivot.
RegistrationUtil() - Constructor for class com.quartetfs.biz.pivot.query.registration.impl.RegistrationUtil
 
RegistrationUtil.RegistrationResult - Enum in com.quartetfs.biz.pivot.query.registration.impl
The result of a registration.
Registry - Class in com.quartetfs.fwk
Provides static accessors and shortcuts to the Registry currently configured in the System.
REGISTRY_SETUP_WITH_CLASSES - Static variable in class com.activeviam.copper.CopperRegistrations
Indicates if the registry has been set up with the given classes.
Regular - com.quartetfs.pivot.mdx.plan.impl.PassManager.PassType
The first pass if there is no subselects, otherwise the after subselects pass.
Regular - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
REGULAR - com.quartetfs.biz.pivot.cube.dimension.IDimension.DimensionType
The default type for most dimensions.
REGULAR - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Indicates that the level is not related to time.
regularizeHash(int) - Static method in class com.qfs.dic.impl.AChristmasDictionary
Regularizes the given hash value so that it can be efficiently used in this dictionary.
RegularPass(int, CellPlanResultHeader) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.PassManager.RegularPass
 
reinitVersion - Variable in class com.quartetfs.biz.pivot.query.registration.IRegistration.ValidateDependenciesResult
The version at which we were reinitialized during this validation.
rejectEmptyString(int) - Static method in class com.qfs.store.Types
Creates a type with the same attributes than another type plus the support empty string flag to false.
rejectEmptyString(StoreField) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
rejectEmptyString(IFieldType) - Static method in class com.activeviam.type.FieldType
Returns an instance of the given type that rejects empty String.
REJECTION_LOGGER_NAME - Static variable in class com.activeviam.apm.source.msg.impl.FileInfoLogMessages
 
Related - com.quartetfs.biz.xmla.constants.Keyword
 
RelationshipOptionality - Enum in com.activeviam.database.api.schema
Describes the relationship fulfilled by the underlying data.
RelationToParent - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
relative() - Static method in class com.activeviam.database.api.experimental.refresh.condition.ConditionFactory
Creates a relative condition.
release() - Method in interface com.qfs.chunk.direct.allocator.IBlockAllocator
Releases all memory reserved by this block.
release() - Method in class com.qfs.chunk.direct.allocator.impl.ABlockAllocator
 
release() - Method in class com.qfs.chunk.direct.allocator.impl.BlockAllocatorManager
 
release() - Method in class com.qfs.chunk.direct.allocator.impl.UnsafeAllocator
 
release() - Method in class com.qfs.chunk.impl.AChunkAllocator.ThreadLocalVectorAllocator
 
release() - Method in interface com.qfs.memory.IFence
Releases this fence.
release() - Method in class com.qfs.memory.impl.Fence
 
release() - Method in class com.qfs.memory.impl.PhantomFence
 
release() - Method in class com.qfs.vector.impl.ABlockVectorAllocator
 
release() - Method in interface com.qfs.vector.IVectorAllocator
Releases this vector allocator, removing all references to whatever resources it holds.
release(int) - Method in class com.qfs.vector.array.impl.AArrayVector
 
release(int) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
release(int) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
release(int) - Method in interface com.qfs.vector.IBlock
Called when a vector is marked as dead to make it possible for the block to be destroyed when no living vector is on the block.
release(int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
release(E) - Method in class com.activeviam.util.impl.ConcurrentIdentityUsageTracker
 
release(E) - Method in interface com.activeviam.util.IUsageTracker
Notifies this tracker that the item stopped being used.
release(R) - Method in class com.qfs.fwk.recycling.impl.AResourcePool
 
release(R) - Method in interface com.qfs.fwk.recycling.IResourcePool
Releases a resource, permitting other callers to acquire it.
releaseBranch(String) - Method in interface com.qfs.multiversion.IEpochHistory
Releases all the epochs of the given branch.
releaseBranch(String) - Method in interface com.qfs.multiversion.IEpochManager
Releases all the epochs of the given branch.
releaseBranch(String) - Method in class com.qfs.multiversion.impl.AEpochManager
 
releaseBranch(String) - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
releaseBranch(String) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
releaseBuffer(ByteBuffer) - Method in interface com.qfs.msg.keyvalue.IKeyValueBufferPool
Method to give back a ByteBuffer that has been used previously in order to be reused in a future call to IKeyValueBufferPool.acquireBuffer(int), as allocating DirectByteBuffers is costly.
releaseBuffer(ByteBuffer) - Method in class com.qfs.msg.keyvalue.impl.KeyValueBufferPool
 
releaseCluster(LocalCluster) - Static method in class com.qfs.messenger.impl.LocalCluster
Release the cluster.
releaseConnection(C) - Method in interface com.qfs.msg.keyvalue.IKeyValueConnectionPool
Give back a connection to the connection pool so that it can be reused.
releaseConnection(C) - Method in class com.qfs.msg.keyvalue.impl.AKeyValueConnectionPool
 
releaseEpochs(String, long, long) - Method in interface com.qfs.multiversion.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.qfs.multiversion.IEpochManager
Releases a range of epochs.
releaseEpochs(String, long, long) - Method in class com.qfs.multiversion.impl.AEpochManager
 
releaseEpochs(String, long, long) - Method in class com.qfs.multiversion.impl.VersionHistory
 
releaseEpochs(String, long, long) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
releaseEpochs(String, Predicate<IHistoryNode>) - Method in interface com.qfs.multiversion.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.
releaseEpochs(String, Predicate<IHistoryNode>) - Method in class com.qfs.multiversion.impl.VersionHistory
 
releaseEpochs(String, Predicate<IHistoryNode>) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
releaseFastFence(Object) - Static method in class com.qfs.memory.impl.ActiveCollector
This is an optimized version of ActiveCollector.releaseFence(Object), and the counterpart of ActiveCollector.acquireFastFence():
It releases the given fence acquired via ActiveCollector.acquireFastFence().
releaseFence(Object) - Method in interface com.qfs.memory.IActiveCollector
Releases a fence.
releaseFence(Object) - Method in class com.qfs.memory.impl.ActiveCollector
 
releaseHistory(String) - Method in interface com.qfs.multiversion.IEpochManager
Removes an IEpochHistory from the existing list of histories stored by the epoch manager.
releaseHistory(String) - Method in class com.qfs.multiversion.impl.AEpochManager
 
releaseLocationList(ArrayList<ILocation>) - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
Helper to reduce memory consumption.
releaseLocks(List<? extends Lock>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Releases a series of locks previously acquired.
releaseReadLock() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Release the read lock on this cache.
releaseReadLock() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
releaseReadLockSubscriptions() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Release the ReadLock on query subscriptions.
releaseReference() - Method in class com.qfs.vector.array.impl.AArrayVector
 
releaseReference() - Method in class com.qfs.vector.impl.ABlockVector
 
releaseReference() - Method in class com.qfs.vector.impl.ADelegateReadOnlyVector
 
releaseReference() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
releaseReference() - Method in class com.qfs.vector.impl.EmptyVector
 
releaseReference() - Method in class com.qfs.vector.impl.ZeroVector
 
releaseReference() - Method in interface com.qfs.vector.IReleasableVector
Marks that the vector is no longer referenced in a chunk.
releaseValueList(ArrayList<Object>) - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
Helper to reduce memory consumption.
releaseVersion() - Method in class com.qfs.multiversion.impl.VersionNode
Nullifies the strong reference to our associated version so that it can be reclaimed eventually.
releaseWriter(CellPlanResult.IResultWriter) - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
Helper to reduce memory consumption.
REM_LISTENER - Static variable in class com.qfs.logging.MessagesStreaming
 
remaining() - Method in class com.qfs.plan.impl.IncrementalRecordsStream.RowsBlockCursor
Whether this cursor still has some elements.
remainingSize() - Method in class com.qfs.plan.impl.IncrementalRecordsStream.RowsBlockCursor
Get the number of elements still available.
remote(String, AAuthenticator, AAuthenticator) - Method in class com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
remote(String, AAuthenticator, AAuthenticator, WebClient.Builder) - Method in class com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder
To create a content service which will use the rest API of a remote content server.
REMOTE - com.qfs.distribution.IDistributedActivePivotTransaction.DistributedActivePivotTransactionInfoType
For one or several "merged" remote transaction.
REMOTE_POOL_SIZE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property to configure the number of worker threads in the remote pool.
RemoteActiveMonitorServiceConfiguration - Class in com.qfs.snl.cfg.activepivot.impl
Spring configuration class creating remote ActiveMonitor services.
RemoteActiveMonitorServiceConfiguration() - Constructor for class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
 
RemoteAgentService - Class in com.qfs.snl.agent.service.impl
Implementation of IAgentService to be used by the ActivePivot's agents.
RemoteAgentService(String, AAuthenticator) - Constructor for class com.qfs.snl.agent.service.impl.RemoteAgentService
Constructor.
remoteAgentsService() - Method in class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
[Bean] Remote agent service when AP and ActiveMonitor are separated.
RemoteContentService - Class in com.qfs.content.service.impl
A content service that uses REST client for content operations and Web Socket client for the update.
RemoteContentService(String, AAuthenticator, AAuthenticator) - Constructor for class com.qfs.content.service.impl.RemoteContentService
Deprecated, for removal: This API element is subject to removal in a future version.
RemoteContentService(String, AAuthenticator, AAuthenticator, WebClient.Builder) - Constructor for class com.qfs.content.service.impl.RemoteContentService
Creates a content service over the rest API at the given URL, with the given request filter.
RemoteContextValueGetter - Class in com.activeviam.contextservice.remote
Remote context value getter.
RemoteContextValueGetter(IActivePivotManager, IContextValueGetter) - Constructor for class com.activeviam.contextservice.remote.RemoteContextValueGetter
Constructor.
RemoteDatabaseService - Class in com.qfs.store.service.impl
Remote implementation of IDatabaseService using the REST API of the Database defined by IDatabaseRestService to perform all the service actions.
RemoteDatabaseService(String, AAuthenticator) - Constructor for class com.qfs.store.service.impl.RemoteDatabaseService
Constructor.
RemoteDimensionTransactionData(IDimension<? extends IHierarchy>, IDimension<? extends IHierarchy>, IDictionaryProviderTransaction, IDomainKey) - Constructor for class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteDimensionTransactionData
 
RemoteHierarchyTransactionData(IHierarchy, IHierarchy, IDictionaryProviderTransaction, IDomainKey) - Constructor for class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction.RemoteHierarchyTransactionData
 
remoteMonitorService() - Method in class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
[Bean] Remote monitor service when AP and ActiveMonitor servers are separated.
RemoteMonitorService - Class in com.qfs.snl.monitors.impl
Remote version of a IMonitorService.
RemoteMonitorService(String, AAuthenticator) - Constructor for class com.qfs.snl.monitors.impl.RemoteMonitorService
Constructor.
remotePool() - Static method in class com.qfs.messenger.impl.DistributedPool
Returns a global IDistributedExecutorService.
remoteRepositoryService() - Method in class com.qfs.repository.cfg.activepivot.impl.RemoteRepositoryServiceConfiguration
[Bean] Remote repository service.
RemoteRepositoryServiceConfiguration - Class in com.qfs.repository.cfg.activepivot.impl
Spring configuration class defining Repository services available in ActivePivot through remote calls.
RemoteRepositoryServiceConfiguration - Class in com.qfs.repository.cfg.snl.impl
Spring configuration class defining remote services connecting to the Repository.
RemoteRepositoryServiceConfiguration() - Constructor for class com.qfs.repository.cfg.activepivot.impl.RemoteRepositoryServiceConfiguration
 
RemoteRepositoryServiceConfiguration() - Constructor for class com.qfs.repository.cfg.snl.impl.RemoteRepositoryServiceConfiguration
 
RemoteTransactionInformation(IDistributedActivePivotTransaction.DistributedActivePivotTransactionInfoType, String, String, String, boolean, Properties) - Constructor for class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteTransactionInformation
 
REMOTING - Static variable in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
The prefix for all paths to remoting services.
remotingServicesMapping() - Method in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
AddsCreate mapping for the Spring HTTP Web Services to the specified servlet context:following services: IAdministrationService IConfigurationService IIdGenerator ILongPollingService ILicensingService IQueriesService IStreamingService
REMOVAL_DELAY - Static variable in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
Time in seconds after which a complete removal of a given instance data will be launched (in seconds).
removalChannel() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] Channel to remove point values.
removalSpeed() - Method in class com.qfs.store.transaction.impl.TransactionManager
Returns the overall remove speed (records per second).
remove() - Method in class com.qfs.store.query.impl.ACursorIterator
 
remove() - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordIterator
 
remove() - Method in class com.qfs.util.impl.AFilteringIterator
Deprecated.
 
remove() - Method in class com.qfs.util.impl.ATIntFilteredIterator
Deprecated.
 
remove() - Method in class com.qfs.util.impl.EmptyIterator
Deprecated.
 
remove() - Method in class com.qfs.util.impl.QfsLists.ReverseIterator
Deprecated.
 
remove() - Method in class com.qfs.util.impl.SingletonIterator
Deprecated.
 
remove() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase.AEpochFilterIterator
 
remove() - Method in class com.quartetfs.biz.pivot.impl.LocationUtil.Expander
 
remove() - Method in class com.quartetfs.biz.pivot.impl.LocationUtil.RangeLocationExpander
 
remove() - Method in class com.quartetfs.pivot.mdx.utils.impl.StringIterator
 
remove(double) - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
Removes a single instance of an arbitrary element from the heap.
remove(double) - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
Removes a single instance of an arbitrary element from the heap.
remove(float) - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
Removes a single instance of an arbitrary element from the heap.
remove(float) - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
Removes a single instance of an arbitrary element from the heap.
remove(int) - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
Removes a single instance of an arbitrary element from the heap.
remove(int) - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
Removes a single instance of an arbitrary element from the heap.
remove(int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
remove(int) - Method in class com.qfs.trove.impl.QIntEmptySet
 
remove(int) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
remove(int) - Method in class com.qfs.util.impl.FilteredList
Deprecated.
 
remove(int[]) - Method in interface com.qfs.index.IUniqueRecordIndexTransaction
Indicates that a point was removed.
remove(int, int) - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexTransaction
 
remove(int, int) - Method in interface com.qfs.index.IWritableIndex
Removes the value that was indexed by the given key.
remove(int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
remove(int, Object[]) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
remove(int, Object[]) - Method in interface com.qfs.store.transaction.ITransactionalWriter
Removes a tuple from a store.
remove(long) - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
Removes a single instance of an arbitrary element from the heap.
remove(long) - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
Removes a single instance of an arbitrary element from the heap.
remove(IRecordReader) - Method in interface com.qfs.index.IUniqueRecordIndexTransaction
Indicates that a record was removed.
remove(IRecordReader) - Method in class com.qfs.store.impl.StorePartitionWorkUnitQueue
Removes a record.
remove(IRecordReader, int) - Method in class com.qfs.index.impl.SecondaryRecordIndexTransaction
 
remove(IRecordReader, int) - Method in interface com.qfs.index.ISecondaryRecordIndexTransaction
Indicates that a record was removed from a given row.
remove(IRangeUnion.Range) - Method in class com.qfs.util.impl.RangeUnion
Deprecated.
 
remove(IRangeUnion.Range) - Method in interface com.qfs.util.IRangeUnion
Deprecated.
Remove a range in the IRangeUnion.
remove(IAggregatesCache.IAggregatesCacheKey) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Removes the mapping for the given key if present.
remove(IAggregatesCache.IAggregatesCacheKey) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
remove(IAggregatesCache.IAggregatesCacheKey, V) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Removes the mapping for the given key if the associated value is equal to the given one.
remove(IAggregatesCache.IAggregatesCacheKey, V) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
remove(IEvictionCache.IEvictionCacheEntry) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionCache
Removes the given entry from the cache.
remove(IEvictionCache.IEvictionCacheEntry) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.LRUEvictionCache
 
remove(IFunction) - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionPlugin
 
remove(Object) - Method in class com.activeviam.collections.impl.AppendOnlyCollection
 
remove(Object) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
remove(Object) - Method in class com.qfs.graph.impl.DirectedGraph
 
remove(Object) - Method in class com.qfs.graph.impl.Tree
Remove also all descendants of a node when removing it.
remove(Object) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
remove(Object) - Method in class com.qfs.snl.events.impl.EventCache
 
remove(Object) - Method in class com.qfs.store.impl.UserStoreGraph
 
remove(Object) - Method in class com.qfs.util.impl.FilteredList
Deprecated.
 
remove(Object) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
remove(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.EvictionConcurrentMap
 
remove(Object) - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
remove(Object) - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
remove(Object) - Method in class com.quartetfs.fwk.util.impl.MappedTuple
Removing a key on a mapped tuple sets the associated tuple coordinate to 'null'.
remove(Object, Object) - Method in interface com.qfs.graph.IConcurrentDirectedGraph
Removes the entry for a key only if currently mapped to a given value.
remove(Object, Object) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
remove(Object, Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.EvictionConcurrentMap
 
remove(String) - Method in interface com.qfs.content.service.IContentService
Removes the entry with the given path.
remove(String) - Method in class com.qfs.content.service.impl.AContentService
 
remove(String) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
remove(String) - Method in class com.qfs.content.service.impl.RemoteContentService
 
remove(String) - Method in class com.qfs.spring.websocket.impl.SessionData
Deprecated.
Unregister the stream data for the given streamId.
remove(String) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Removes the given element from the repository related to the StringMapRepositoryAdapter.root.
remove(String, Object...) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
remove(String, Object...) - Method in interface com.qfs.store.transaction.ITransactionalWriter
Removes a tuple from a store.
remove(Map<String, String>, String) - Static method in class com.qfs.pivot.builder.discovery.impl.CatalogDiscoveryBuilder
Remove the context values that start with a certain prefix.
remove(K) - Method in interface com.activeviam.collections.ImmutableMap
Create a new map having the same content than this map minus a given key.
remove(K) - Method in class com.activeviam.collections.impl.ImmutableHashMap
 
remove(T) - Method in class com.quartetfs.fwk.types.impl.Plugin
Removes a plugin value from the plugin.
remove(T) - Method in class com.quartetfs.fwk.types.impl.VariablePlugin
 
remove(T) - Method in interface com.quartetfs.fwk.types.IPlugin
Plugin manipulation method to change the list of plugin values at run time.
remove(T) - Method in class com.quartetfs.pivot.mdx.impl.CaseInsentivePlugin
 
Remove - com.qfs.store.IStorePartitionWorkUnit.WorkType
 
REMOVE - com.qfs.content.service.ContentAction
Removing an existing entry.
REMOVE - com.qfs.distribution.IDistributedActivePivotTransaction.DistributedActivePivotTransactionInfoType
For a member leaving the cluster.
REMOVE_ROWS - com.activeviam.database.api.experimental.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 - com.activeviam.database.api.experimental.refresh.ChangeType
Some rows have been removed and one of the provided condition is dirty.
REMOVE_TOPIC_NAME - Static variable in class com.qfs.repository.impl.DatastoreRepositoryCache
Topic for the removal channel.
removeAll() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
 
removeAll() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderTransaction
Set the transaction in remove all mode {@link this#removeAll}.
removeAll() - Method in interface com.qfs.pivot.hierarchy.IHierarchyTransaction
Deprecated.
Registers a remove all operation on the transaction.
removeAll() - Method in class com.qfs.pivot.hierarchy.impl.MeasureHierarchyTransaction
 
removeAll() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy.AxisHierarchyTransaction
 
removeAll(int[]) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
removeAll(int[]) - Method in class com.qfs.trove.impl.QIntEmptySet
 
removeAll(int[]) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
removeAll(int, Collection<Object[]>) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
removeAll(int, Collection<Object[]>) - Method in class com.qfs.store.transaction.impl.DelegatingOpenedTransaction
 
removeAll(int, Collection<Object[]>) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
removeAll(int, Collection<Object[]>) - Method in interface com.qfs.store.transaction.ITransactionalWriter
Removes multiple objects from a store.
removeAll(TIntCollection) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
removeAll(TIntCollection) - Method in class com.qfs.trove.impl.QIntEmptySet
 
removeAll(TIntCollection) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
removeAll(String, Collection<Object[]>) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
removeAll(String, Collection<Object[]>) - Method in interface com.qfs.store.transaction.ITransactionalWriter
Removes multiple objects from a store.
removeAll(Collection<?>) - Method in class com.qfs.snl.events.impl.EventCache
 
removeAll(Collection<?>) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
removeAll(Collection<?>) - Method in class com.qfs.trove.impl.QIntEmptySet
 
removeAll(Collection<?>) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
removeAll(List<String>, List<String>, boolean) - Method in interface com.qfs.content.service.IContentService
Removes all the input entries and cleans the input directories.
removeAll(List<String>, List<String>, boolean) - Method in class com.qfs.content.service.impl.AContentService
 
removeAll(List<String>, List<String>, boolean) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
removeAll(List<String>, List<String>, boolean) - Method in class com.qfs.content.service.impl.RemoteContentService
 
removeAllContextValues() - Method in interface com.qfs.pivot.content.IActivePivotContentService
Deprecated, for removal: This API element is subject to removal in a future version.
Context Value storing in content service is dropped in 6.1
removeAllContextValues() - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
removeAllContextValues() - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
removeAllContextValues() - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
 
removeAllListeners() - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
removeAllListeners() - Method in interface com.quartetfs.fwk.query.IContinuousQuery
Remove all the attached listeners from this continuous query.
removeAllMembers(List<? extends IMdxMember>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
 
removeAt(int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
removeBranchPermissions(String) - Method in interface com.qfs.security.IBranchPermissionsManager
Removes the branch's permissions from the service.
removeBranchPermissions(String) - Method in class com.qfs.security.impl.BranchPermissionsManager
 
removeBranchPermissions(String) - Method in class com.qfs.security.impl.CachedBranchPermissionsManager
 
removeBranchPermissions(String) - Method in class com.qfs.security.impl.ContentServiceBranchPermissionsManager
 
removeCalculatedMember(IMdxContext, String) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Removes a calculated member (if present) from the specified context.
removeCalculatedMember(String, String) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Removes a calculated member.
removeCalculatedMember(String, String) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
removeCalculatedMember(String, String) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
removeCalculatedMember(String, String) - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
 
removeCalculatedMember(String, String) - Method in class com.qfs.pivot.content.impl.DynamicActivePivotContentServiceMBean
Removes a calculated member from an ActivePivot.
removeCalculatedMember(String, String) - Method in interface com.quartetfs.biz.pivot.webservices.IConfigurationService
Removes a calculated member from an activepivot.
removeCalculatedMember(String, String) - Method in class com.quartetfs.biz.pivot.webservices.impl.ConfigurationService
 
removeChild(CancellableCountedCompleter<?>) - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleterWithChildren
Removes the given completer from the list of children completer, decrementing the pending count.
removeChild(MultiVersionAxisMember) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
removeConnections(Collection<NettyAddressGenerator.NettyAddress>) - Method in class com.qfs.messenger.netty.impl.NettyTransporter
Remove the associated channels.
removeConsumer(ConflationEventEngine.IConflationConsumer) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Removes an existing consumer of this engine.
removeContextValue(String, Class<? extends IContextValue>) - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
For one specific ActivePivot instance, remove the context value associated with the interface and the current user.
removeContextValue(String, Class<? extends IContextValue>) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
Remove the contextValue from this object.
removeContextValue(String, String, Class<? extends IContextValue>) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Deprecated, for removal: This API element is subject to removal in a future version.
Context Value storing in content service is dropped in 6.1
removeContextValue(String, String, Class<? extends IContextValue>) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
removeContextValue(String, String, Class<? extends IContextValue>) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
removeContextValue(String, String, Class<? extends IContextValue>) - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
 
removeContextValue(String, String, Class<? extends IContextValue>) - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Remove a context value attached to a role and a pivot instance or a global context value (attached to all pivot instances) when pivotId is null.
removeContextValue(String, String, Class<? extends IContextValue>) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
 
removeContribution(ITable, int, int) - Method in interface com.activeviam.copper.measure.window.WindowReducer
Removes the value read at the given row, in the given reader, from the reducer's current value.
removed - Variable in class com.activeviam.collections.impl.Difference
The list of items removed when computing a difference.
removeDependency(ADependencyNode) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ADependencyNode
Removes a child dependency.
removeDependency(ADependencyNode) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.RootNode
 
removeDictionary(IDomainKey, IApplicationDictionaryProvider.IDomainDictionaryKey) - Method in interface com.activeviam.dic.provider.IDictionaryProviderTransaction
Removes a dictionary in the domain.
removeDictionary(IDomainKey, IApplicationDictionaryProvider.IDomainDictionaryKey) - Method in class com.activeviam.dic.provider.impl.DictionaryProviderTransaction
 
removeDomainListener(IDomainListener) - Method in class com.quartetfs.tech.streaming.impl.StreamPublisher
 
removeDomainListener(IDomainListener) - Method in interface com.quartetfs.tech.streaming.IStreamPublisher
Removes a listener from a domain life-cycle.
removeEdge(String, String) - Method in class com.qfs.store.impl.UserStoreGraph
 
removeEdge(K, K) - Method in interface com.qfs.graph.IDirectedGraph
Removes the edge between two nodes.
removeEdge(K, K) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
removeEdge(K, K) - Method in class com.qfs.graph.impl.DirectedGraph
 
removeEdge(K, K) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
removeElement(String) - Method in class com.qfs.distribution.impl.ClusterElementIndex
Remove the element whose address is equals to the one given as input.
removeEntriesBefore(Date) - Method in class com.qfs.content.service.audit.impl.AuditableHibernateContentService
Removes all the entries that became obsolete before the given date.
removeEpochDimRestrictions(IActivePivotContext) - Static method in class com.quartetfs.pivot.mdx.utils.impl.ServicesUtil
Remove restrictions on epochDimension if any in order not to pollute partial providers.
removeEventHandler(IHealthEventHandler) - Method in interface com.activeviam.health.monitor.IHealthEventDispatcher
Removes the given handler from this dispatcher.
removeEventHandler(IHealthEventHandler) - Method in class com.activeviam.health.monitor.impl.HealthEventDispatcher
 
removeField(StoreField) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
removeFirstInWindowFrame(T) - Method in interface com.activeviam.copper.util.CollectionWindowWalker.CollectionWindowWalkerObserver
Deprecated.
This method is called whenever a new element is removed from the frame associated to the element that will be passed to CollectionWindowWalker.CollectionWindowWalkerObserver.moveToNext(Object).
removeFromBitmap(int, long) - Method in class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisMember
 
removeFromBitmap(int, long) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionDistributedAxisMember
Remove the position from the bitmap because the associated remote instance does not contribute to this member (it disappeared from the hierarchy of the remote instance).
removeFromContributors(int) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.IDistributedAxisHierarchyBase
Removes the positionToRemove from the current contributors.
removeFromContributors(int) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.DistributedVirtualAxisHierarchyBase
 
removeFromContributors(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
removeGlobalContextValue(Class<? extends IContextValue>) - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Remove (if it exists) the context value stored for that interface.
removeGlobalContextValue(Class<? extends IContextValue>) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
Remove the global contextValue from this object.
removeHandler(IHealthEventHandler) - Static method in interface com.activeviam.health.monitor.IHealthEventDispatcher
Removes the given handler from the dispatcher IHealthEventDispatcher.INSTANCE.
removeInFlightParent(CancellableCountedCompleter<?>) - Method in class com.qfs.concurrent.cancellable.impl.MultiCancellableCountedCompleter
Removes a completer we have added previously.
removeInFlightParent(CancellableCountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
removeInfo(AxisMemberDTO, boolean) - Method in class com.qfs.snl.agent.mdx.impl.AStreamInfo
 
removeInfo(AxisMemberDTO, boolean) - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Removes information from the container.
removeJoin(String, String) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
removeKpi(IMdxContext, String) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
 
removeKpi(String, String) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Removes a KPI.
removeKpi(String, String) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
removeKpi(String, String) - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
 
removeKpi(String, String) - Method in class com.qfs.pivot.content.impl.DynamicActivePivotContentServiceMBean
Removes a KPI from an ActivePivot.
removeKpi(String, String) - Method in interface com.quartetfs.biz.pivot.webservices.IConfigurationService
Removes a KPI from a given pivot.
removeKpi(String, String) - Method in class com.quartetfs.biz.pivot.webservices.impl.ConfigurationService
 
removeListener(long) - Method in class com.qfs.repository.impl.RepositoryListenerManager
 
removeListener(long) - Method in interface com.qfs.repository.IRepositoryListenerManager
Remove a listener.
removeListener(IParameterListener) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
Remove a listener from this selection manager.
removeListener(IParameterListener) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
removeListener(IParameterListener) - Method in interface com.qfs.repository.IRepositoryCacheService
Remove a listener.
removeListener(IMonitorListener) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
removeListener(IMonitorListener) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
removeListener(IAsyncCompositeSelectionListener) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Remove a listener from this continuous selection.
removeListener(IAsyncCompositeSelectionListener) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
removeListener(ISelectionListener) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Remove a listener from this continuous selection.
removeListener(ISelectionListener) - Method in interface com.qfs.store.selection.IContinuousSelection
Remove a listener from this continuous selection.
removeListener(ISelectionListener) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
removeListener(ISelectionListener) - Method in class com.qfs.store.selection.impl.ContinuousSelection
 
removeListener(IStreamListener) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AStream
 
removeListener(IStreamListener) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStream
 
removeListener(IStreamListener) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IStream
Remove an existing listener from this stream.
removeListener(IContinuousQueryListener<R, U>) - Method in interface com.quartetfs.fwk.query.IContinuousQuery
Remove a listener from this continuous query.
removeListener(IContinuousQueryListener<ResultT, UpdateT>) - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
removeListener(IMdxCubeNotifier.IMdxCubeListener) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCubeNotifier
Removes a registered listener of the cube.
removeListener(IMdxCubeNotifier.IMdxCubeListener) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCubeNotifier
 
removeListener(String, IStreamListener) - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationService
 
removeListener(String, IStreamListener) - Method in class com.quartetfs.tech.streaming.impl.RegistrationService
 
removeListener(String, IStreamListener) - Method in class com.quartetfs.tech.streaming.impl.StreamPublisher
 
removeListener(String, IStreamListener) - Method in interface com.quartetfs.tech.streaming.IRegistrationService
Removes a listener for a given domain.
removeListener(String, IStreamListener) - Method in interface com.quartetfs.tech.streaming.IStreamPublisher
Removes a stream listener from a domain.
removeListener(String, String) - Method in interface com.quartetfs.tech.streaming.ILongPollingService
Removes a listener from a given domain.
removeListener(String, String) - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
 
removeListener(ListenerT) - Method in class com.qfs.snl.utils.impl.AServiceWithListeners
 
removeListener(ListenerT) - Method in interface com.qfs.snl.utils.IServiceWithListeners
Deregisters a listener from this service.
removeMap(String) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Removes all the content of the repository related to the StringMapRepositoryAdapter.root and a suffix.
removeMeasure(IMeasureMember) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalAggregatesRetrievalResult
Removes and clears the holder of a measure from this result.
removeMeasure(IMeasureMember) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
removeMeasure(IMeasureMember, int) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDatabaseRetrievalResult
Removes and clears the holder of a measure from this result.
removeMeasure(IMeasureMember, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatabaseRetrievalResult
 
removeMeasure(IMeasureMember, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyDatabaseRetrievalResult
 
removeMeasureMembers(Set<? extends IMeasureMember>) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchy
Removes the given measure members from this hierarchy.
removeMeasureMembers(Set<? extends IMeasureMember>) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchyVersion
Removes the given measure members from this hierarchy.
removeMembers(Set<String>) - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
 
removeMembers(Set<String>) - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedMeasureHierarchyTransaction
 
removeMembers(Set<String>) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchy
Removes all the data the hierarchy ever received from the given addresses.
removeMembers(Set<String>) - Method in interface com.qfs.pivot.hierarchy.IDistributedHierarchyTransaction
Removes all the data the hierarchy ever received from the given addresses.
removeMembers(Set<String>, List<IHierarchy>) - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension
 
removeMembers(Set<String>, List<IHierarchy>) - Method in interface com.quartetfs.biz.pivot.cube.dimension.IMultiVersionDistributedDimension
Remove the member and stock all the removed members in the removal hierarchies.
removeMembersFromCube(Set<String>, long, boolean) - Method in interface com.qfs.distribution.IDistributedActivePivotTransaction
Removes all the contributions from the cluster members membersToRemove and notify the listeners.
removeMembersFromCube(Set<String>, long, boolean) - Method in interface com.qfs.distribution.ILocalityIdentifierFactory
Removes the members that have left.
removeMembersFromCube(Set<String>, long, boolean) - Method in class com.qfs.distribution.impl.ClusterLocalityIdentifierFactory
 
removeMembersFromCube(Set<String>, long, boolean) - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
Removes all the contributions from the given cluster members and notifies the listeners.
removeMembersFromCube(Set<String>, long, boolean) - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
 
removeMembersFromCube(Set<String>, long, boolean) - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
Synchronized because the DistributedActivePivotTransaction are not thread safe.
RemoveMembersRemoteTransaction - Class in com.qfs.pivot.impl
Transaction containing the members removed in a Data Node.
RemoveMembersRemoteTransaction(MultiVersionDistributedActivePivot, Set<String>, long, boolean) - Constructor for class com.qfs.pivot.impl.RemoveMembersRemoteTransaction
Constructor.
removeMerge(IHierarchy, IHierarchy, IParentAxisMember, IParentAxisMember, List<IMember>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MergeUtils
Main method to remove to members and their children.
removeMultiListener() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStream
 
removeNamedSet(IMdxContext, String) - Static method in class com.quartetfs.biz.pivot.context.impl.MdxContextUtil
Removes a named set (if presents) from the specified context.
removeNode(K) - Method in interface com.qfs.graph.IDirectedGraph
Removes a node from the graph.
removeObserver(IDictionaryDomainObserver) - Method in interface com.activeviam.dic.provider.IDomainDictionaryProvider
Detaches an observer from the domain dictionary provider.
removeObserver(IDictionaryDomainObserver) - Method in class com.activeviam.dic.provider.impl.DomainDictionaryProvider
 
removeObsoleteEntries() - Method in class com.qfs.content.service.audit.impl.AuditableHibernateContentService
Removes all obsolete entries.
removeParent(CancellableCountedCompleter<?>) - Method in class com.qfs.concurrent.cancellable.impl.MultiCancellableCountedCompleter
Removes a completer we have added previously.
removeParentRetrieval(CancellableCountedCompleter<?>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Removes a parent retrieval that was added before (e.g.
removeParentRetrieval(CancellableCountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
Removes a parent retrieval that was added before (e.g.
removeParentRetrieval(CancellableCountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
removePartitioning(String) - Method in interface com.activeviam.store.structure.IDatastoreSchemaUpdater
Deprecated.
Removes the partitioning of the given store.
removePartitioning(String) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
removeProducedHierarchies(IContextExpressionDependency) - Static method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
 
removeRecord(int, IRecordReader) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Removes a record from a store.
removeRecord(int, IRecordReader) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
removeRecord(IRecordReader) - Method in class com.qfs.store.impl.StorePartitionWorker
Removes a record.
removeRecords(int, IRecordBlock<? extends IRecordReader>) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
removeRecords(int, IRecordBlock<? extends IRecordReader>) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
removeRecords(int, IRecordBlock<? extends IRecordReader>) - Method in interface com.qfs.store.transaction.ITransactionManager
Removes multiple records from a store.
removeRedundants() - Method in class com.qfs.store.query.plan.impl.StoreSearchBuilder
 
removeRedundants() - Method in interface com.qfs.store.query.plan.IStoreSearchBuilder
Removes redundant lookup in this store.
removeResource(Map<String, String>) - Method in class com.qfs.snl.monitors.impl.MonitorReport
Records a removed resource.
removeRestriction(String, String) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
 
removeRestriction(String, String) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
removeRestriction(String, String) - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeProperties
Removes the restriction on the specified hierarchy.
removeRow(IDrillthroughRow) - Method in interface com.quartetfs.biz.pivot.dto.IDrillthroughResultDTOState
Remove the row.
removeRow(IDrillthroughRow) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
 
removeScope(ILocation) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
Returns the input as a plain, non-scope location.
removeSource(String) - Method in class com.quartetfs.fwk.monitoring.impl.MultiSourcesQuantityMonitor
Removes the managed quantity of a source.
removeTable(String) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
removeTransactionListener(ITransactionListener) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
removeTransactionListener(ITransactionListener) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Removes a previously registered listener.
removeTransactionListener(ITransactionListener) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
removeTransactionListener(ITransactionListener) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
removeTransactionListener(ITransactionListener) - Method in interface com.qfs.store.transaction.ITransactionManager
Removes a previously registered listener.
removeUnknownKeyBehavior(IStoreDescriptionBuilder.IRemoveUnknownKeyListener) - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
removeUnknownKeyListener(IStoreDescriptionBuilder.IRemoveUnknownKeyListener) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
removeValue(int, int) - Method in class com.qfs.util.AMultIntIntCollectionHashMap
Deprecated.
 
removeValue(int, int) - Method in interface com.qfs.util.IIntIntMultiMap
Deprecated.
Removes a key-value pair from the multimap.
removeValues(int, TIntCollection) - Method in class com.qfs.util.AMultIntIntCollectionHashMap
Deprecated.
 
removeValues(int, TIntCollection) - Method in interface com.qfs.util.IIntIntMultiMap
Deprecated.
Removes key-values pair from the multimap.
removeWhere(AggregateRemoveWhereHolder) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.BitmapContributionAggregateCollector
 
removeWhere(AggregateRemoveWhereHolder) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.BitmapRemovalAggregateCollector
 
removeWhere(AggregateRemoveWhereHolder) - Method in interface com.qfs.pivot.cube.provider.IAggregateCollector
Removes the aggregates matching the condition.
removeWhere(AggregateRemoveWhereHolder, CountedCompleter<?>) - Method in interface com.qfs.pivot.cube.provider.IGlobalAggregateCollector
Removes the aggregates matching the condition.
removeWhere(AggregateRemoveWhereHolder, CountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.multi.impl.GlobalMultipleAggregateCollector
 
removeWhere(AggregateRemoveWhereHolder, CountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateCollector
 
removeWhere(AggregateRemoveWhereHolder, CountedCompleter<?>) - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector
 
removeWhere(AggregateRemoveWhereHolder, CountedCompleter<?>) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
removeWhere(IAggregateCollector, AggregateRemoveWhereHolder) - Static method in class com.qfs.pivot.cube.provider.impl.CollectorUtils
Remove where task function.
removeWhere(ICompiledQuery) - Method in class com.qfs.store.impl.StorePartitionWorker
Deletes records based on a query.
removeWhere(ICompiledQuery) - Method in class com.qfs.store.impl.StorePartitionWorkUnitQueue
Deletes records based on a query.
removeWhere(String, ICondition) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
removeWhere(String, ICondition) - Method in class com.qfs.store.transaction.impl.DelegatingOpenedTransaction
 
removeWhere(String, ICondition) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
removeWhere(String, ICondition) - Method in interface com.qfs.store.transaction.IOpenedTransaction
Removes from the given store all the records which match a condition.
removeWhere(String, ICondition) - Method in interface com.qfs.store.transaction.ITransactionManager
Removes from the given store all the records which match a condition.
RemoveWhere - com.qfs.store.IStorePartitionWorkUnit.WorkType
 
removeWhereAsync(StreamingViewId, int, ICondition, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
removeWhereAsync(StreamingViewId, int, ICondition, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
removeWhereAsync(StreamingViewId, int, ICondition, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
removeWhereAsync(StreamingViewId, int, ICondition, CountedCompleter<?>) - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
removeWildcardPath(String) - Static method in class com.qfs.content.service.impl.ContentServiceHelper
Removes the wildcard entry from a wildcard path.
Rename - com.quartetfs.biz.xmla.constants.Keyword
 
RENAME_ERROR_MESSAGE - Static variable in class com.activeviam.copper.measure.NativeCopperMeasure
Message of the exception thrown by NativeCopperMeasure.as(String).
render(String, Map<String, Object>) - Method in class com.qfs.snl.messages.impl.VelocityTemplateEngine
 
render(String, Map<String, Object>) - Method in interface com.qfs.snl.messages.ITemplateEngine
Renders a template from a template as a string.
render(Resource, Map<String, Object>) - Method in class com.qfs.snl.messages.impl.VelocityTemplateEngine
 
render(Resource, Map<String, Object>) - Method in interface com.qfs.snl.messages.ITemplateEngine
Renders a template from a template as a resource.
renderFrom(String, Map<String, Object>) - Method in class com.qfs.snl.messages.impl.VelocityTemplateEngine
 
renderFrom(String, Map<String, Object>) - Method in interface com.qfs.snl.messages.ITemplateEngine
Renders a template from a template as a resource.
replace(int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
replace(Object, Object, Object) - Method in class com.qfs.snl.persistence.type.impl.AJsonUserType
 
replace(Collection<T>, Predicate<T>, UnaryOperator<T>) - Static method in class com.qfs.util.impl.QfsLists
Deprecated.
Transforms a collection by applying the transformation to the field matching the predicate.
replace(K, V) - Method in interface com.qfs.graph.IConcurrentDirectedGraph
Replaces the entry for a key only if currently mapped to some value.
replace(K, V) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
replace(K, V) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.EvictionConcurrentMap
 
replace(K, V) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NoStorageConcurrentMap
 
replace(K, V, V) - Method in interface com.qfs.graph.IConcurrentDirectedGraph
Replaces the entry for a key only if currently mapped to a given value.
replace(K, V, V) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
replace(K, V, V) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.EvictionConcurrentMap
 
replace(K, V, V) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NoStorageConcurrentMap
 
REPLACE_CONTRIB - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
replaceBy(IChunk<?>) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
replaceBy(IChunk<?>) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
replaceBy(IChunk<?>) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
replaceBy(IChunk<?>) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
replaceBy(IChunk<?>) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
replaceBy(IChunk<?>) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
replaceBy(IChunk<?>) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
replaceBy(IChunk<?>) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
replaceBy(IChunk<?>) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
replaceBy(IChunk<?>) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
replaceBy(IChunk<?>) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
replaceBy(IChunk<?>) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
replaceBy(IChunk<?>) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
replaceBy(IChunk<?>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
replaceBy(IChunk<?>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
replaceBy(IChunk<?>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
replaceBy(IChunk<?>) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
replaceBy(IChunk<?>) - Method in class com.qfs.chunk.direct.impl.ADirectChunkNullable
 
replaceBy(IChunk<?>) - Method in class com.qfs.chunk.direct.impl.DirectChunkPositiveInteger
 
replaceBy(IChunk<?>) - Method in interface com.qfs.chunk.IChunk
Returns the destructor to run when this chunk is replaced by the given chunk.
replaceBy(IChunk<?>) - Method in class com.qfs.chunk.impl.ChunkMarked
 
replaceBy(IChunk<?>) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
replaceBy(IChunkSet) - Method in interface com.qfs.store.IChunkSet
Returns the destructor to run when this chunk is replaced by the given chunk.
replaceChild(CopperNode, CopperNode) - Method in class com.activeviam.copper.graph.CopperNode
Replaces a child in this node's children with another one.
replaceContextValues(IActivePivotContext, IContextSnapshot) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextUtils
Replace the context values in an ActivePivot context with a snapshot of context values.
replaceContextValues(IMultiVersionActivePivot, IContextSnapshot) - Static method in class com.quartetfs.pivot.mdx.utils.impl.ServicesUtil
Replace the context values of an ActivePivot instance with a snapshot of context values.
replaceInMap(Map<String, Map<String, T>>, String, String, T) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
replaceNode(CopperNode, CopperNode) - Method in class com.activeviam.copper.graph.CopperTree
 
replaceNullsWithNoOpRetrievals(CancellableCountedCompleter<?>[], IScopeLocation, IPrimitiveRetrieval[], IExecutionPlan) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AggregatesRetrievalCreator
Replaces all null retrieval operations with No-Operation retrievals.
replacePreviousBase(B, B) - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Replaces the 'previous' base, used as key, with the new value.
replacePreviousStructure(IActivePivotManagerStructure) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManager
 
replacer(SparseChunk<?, ?>, IChunk<?>, boolean) - Static method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
Creates a runnable that should be used to properly clean the resources held by the sparse chunk when it is replaced by another chunk.
replaceSubtree(K, ITree<K, V, E>) - Method in class com.qfs.graph.impl.Tree
 
replaceSubtree(K, ITree<K, V, E>) - Method in interface com.qfs.graph.ITree
Inserts the given subtree into the current tree at the given node, replacing the previous subtree if its exsits.
REPLAY - com.quartetfs.biz.pivot.query.registration.impl.RegistrationState
The state of a registration which is trying to replay events that were received before the registration is complete.
replayInitializationUpdates(long) - Method in class com.quartetfs.biz.pivot.query.registration.impl.AFastForwardingRegistrationAwareListener
Replays the stored initialization updates, starting from the given epoch (exclusive).
REPLICATE - com.qfs.distribution.IDistributedActivePivot.DataReplication
REPLICATE will replicate the measures on every unknown levels and hierarchies.
REPLICATE_ALL_MEASURES - Static variable in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
Constant to be used to tell the QueryCube not to disable replication on any measures.
REPLICATE_ON_SLICER - com.qfs.distribution.IDistributedActivePivot.DataReplication
REPLICATE_ON_SLICER will replicate the measures on the first level of unknown hierarchies.
ReplicatedAggregateStore - Class in com.quartetfs.biz.pivot.cellset.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ReplicatedAggregateStore(IAggregateStore, List<IAggregatedMeasure<?, ?>>, int, IMeasuresProvider, String, boolean) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
Constructor.
ReplicatedColumn<K> - Class in com.quartetfs.biz.pivot.cellset.impl
ReplicatedColumn(IColumn<K>, int) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.ReplicatedColumn
Constructor.
ReplicatedColumnDecorateArray<U extends IColumn<K> & IDecoratedArray<Object,​K> & IVectorArrayWriter,​K> - Class in com.quartetfs.biz.pivot.cellset.impl
Same as ReplicatedColumn but the underlying column also implements IDecoratedArray.
ReplicatedColumnDecorateArray(U, int) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.ReplicatedColumnDecorateArray
Constructor.
report() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Returns the statistics report for the query engine.
report() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
Returns the statistics report of this context node.
report() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Returns the statistics report of this stream node.
report() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Returns the statistics report of this context node.
report() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitor
Returns the statistics report for the continuous query node.
report() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitor
Returns the statistics report for this crossed-context continuous handler.
report() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
Returns the statistics report for this crossed-stream GAQ monitor.
report() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.HandlerNodeMonitor
Returns the statistics report for this handler node.
report() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
Returns the statistics report for this multi query monitor.
reportDirectMemory() - Static method in class com.qfs.buf.impl.DirectBufferAllocator
Log information about the memory buffer pools.
reportEndOfChannel() - Method in class com.qfs.msg.csv.impl.ChannelTask
Signal that the end of the channel has been reached.
reportLastEventStatistics() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryNodeMonitor
Makes a statistics report on the latest event.
reportLastEventStatistics(StringBuilder) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
Makes a statistics report on the latest event.
reportLastEventStatistics(StringBuilder) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
Make a statistics report on the latest event.
reportLastEventStatistics(StringBuilder) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitor
Make a statistics report on the latest event.
reportLastEventStatistics(StringBuilder, Object, String) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Make a statistics report on the latest event on the query engine and all its components (streams, context values, continuous MDX queries, continuous GAQs).
reportLastEventStatistics(StringBuilder, String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.MultiGetAggregatesNotificationContinuousQueryMonitor
Make a statistics report on the latest event.
reportNonDecodableMember(int, Object[]) - Method in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
 
REPOSITORY_CACHE_ENDPOINT - Static variable in interface com.qfs.repository.restserver.IRepositoryCacheRestService
The full endpoint of our repository cache services.
REPOSITORY_CACHE_NAMESPACE - Static variable in interface com.qfs.repository.restserver.IRepositoryCacheRestService
The namespace of the service in the REST API.
REPOSITORY_DATASOURCE_IDENTIFER - Static variable in interface com.qfs.snl.persistence.cfg.IDatasourceConfiguration
The identifier of the repository data source.
REPOSITORY_ENDPOINT - Static variable in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
Endpoint for WS services.
REPOSITORY_LOGGING_THRESHOLD_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The number of polling failure the repository daemon has to reach before logging.
REPOSITORY_MAX_POLL_PERIOD_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that sets the maximum poll period property of the Repository Daemon (in seconds).
REPOSITORY_PLATFORM_TRANSACTION_MANAGER - Static variable in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
Repository Transaction Manager.
REPOSITORY_POLL_PERIOD_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property setting the poll period of the Repository Daemon (in seconds).
REPOSITORY_REST_API_URL - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Endpoint for repository REST services.
REPOSITORY_REST_ENDPOINT - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
The full endpoint in which the REST API is exposed.
REPOSITORY_WAIT_STABLE_DISTRIBUTION_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that controls whether the repository daemon should wait for the distributed architecture to be stable.
repositoryAnnotatedClasses() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
List of annotated classes to be loaded by Hibernate into Repository database.
RepositoryAPExtensionServiceConfiguration - Class in com.qfs.repository.cfg.activepivot.impl
Spring configuration class for services offered by Repository extension for ActivePivot.
RepositoryAPExtensionServiceConfiguration() - Constructor for class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
 
repositoryAuditDao() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
 
repositoryAuditDao() - Method in interface com.qfs.repository.cfg.IRepositoryPersistenceConfiguration
[Bean] DAO managing repository audits.
RepositoryAuditDao - Class in com.qfs.repository.persistence.impl
Default implementation of IRepositoryAuditDao.
RepositoryAuditDao(SessionFactory) - Constructor for class com.qfs.repository.persistence.impl.RepositoryAuditDao
Constructor.
repositoryCacheConfiguration() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] Configuration of the repository cache.
repositoryCacheDaemonActions() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] Daemon actions implementation.
RepositoryCacheRestServiceConfiguration - Class in com.qfs.repository.cfg.activepivot.impl
The repository cache rest services configuration.
RepositoryCacheRestServiceConfiguration() - Constructor for class com.qfs.repository.cfg.activepivot.impl.RepositoryCacheRestServiceConfiguration
 
RepositoryCacheRestServiceController - Class in com.qfs.repository.restserver.impl
The repository cache rest service implementation.
RepositoryCacheRestServiceController(IRepositoryCacheService) - Constructor for class com.qfs.repository.restserver.impl.RepositoryCacheRestServiceController
Constructor.
repositoryCacheService() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] Repository service caching information for ActivePivot.
repositoryCacheService() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryCacheRestServiceConfiguration
[Bean] REST API for Repository cache.
RepositoryCacheUtil - Class in com.qfs.repository.impl
Helper for the repository cache.
RepositoryCacheUtil() - Constructor for class com.qfs.repository.impl.RepositoryCacheUtil
 
repositoryDaemon() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] The daemon instance.
RepositoryDaemon - Class in com.qfs.repository.impl
The repository daemon task that runs in the background.
RepositoryDaemon(IRepositoryDaemonActions, long, long, int) - Constructor for class com.qfs.repository.impl.RepositoryDaemon
Constructor.
RepositoryDaemonActions - Class in com.qfs.repository.impl
The repository cache daemon actions implementation which is responsible for updating the cache to reflect repository data updates.
RepositoryDaemonActions(IRepositoryService, IRepositoryCacheService, IActivePivotManager) - Constructor for class com.qfs.repository.impl.RepositoryDaemonActions
Constructor, without branch support.
RepositoryDaemonActions(IRepositoryService, IRepositoryCacheService, IActivePivotManager, boolean) - Constructor for class com.qfs.repository.impl.RepositoryDaemonActions
Constructor.
RepositoryDaemonDistributionAwareStarter - Class in com.qfs.repository.util
Helper class enabling starting the repository daemon once the distribution is stable.
RepositoryDaemonDistributionAwareStarter(IActivePivotManager, RepositoryDaemon, boolean) - Constructor for class com.qfs.repository.util.RepositoryDaemonDistributionAwareStarter
Constructor.
repositoryDaemonStarter() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] Helper to handle the start of the repository daemon according to the value of the ActiveViamProperty.REPOSITORY_WAIT_STABLE_DISTRIBUTION_PROPERTY property.
repositoryDataSource() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
[Bean] Database connection to Repository database.
repositoryDbInfoDao() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
 
repositoryDbInfoDao() - Method in interface com.qfs.repository.cfg.IRepositoryPersistenceConfiguration
[Bean] DAO managing Repository information.
repositoryEndPoint() - Method in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
[Bean] Repository central WebSocket end point.
RepositoryHibernateConfiguration - Class in com.qfs.repository.cfg.impl
The Hibernate configuration for the repository persistence.
RepositoryHibernateConfiguration() - Constructor for class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
 
repositoryHibernateProperties() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
[Bean] Configuration for Repository database.
RepositoryJsonTypes - Class in com.qfs.repository.rs
Collection of JavaTypes that are serialized and sent by the remote Service.
RepositoryListenerManager - Class in com.qfs.repository.impl
Default implementation of IRepositoryListenerManager.
RepositoryListenerManager(ForkJoinPool) - Constructor for class com.qfs.repository.impl.RepositoryListenerManager
Constructor.
repositoryPlatformTransactionManager() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
[Bean] Transaction manager controlling all operations on Repository database.
RepositoryRestServiceConfiguration - Class in com.qfs.repository.cfg.impl
Spring configuration class defining Repository REST services configuration.
RepositoryRestServiceConfiguration() - Constructor for class com.qfs.repository.cfg.impl.RepositoryRestServiceConfiguration
 
RepositoryRestServiceController - Class in com.qfs.repository.rs.impl
The repository rest service implementation.
RepositoryRestServiceController(IRepositoryService) - Constructor for class com.qfs.repository.rs.impl.RepositoryRestServiceController
Constructor.
RepositoryRestServices - Class in com.qfs.repository.rs
Class defining information about Repository REST services.
RepositoryResult - Class in com.qfs.repository.impl
The repository result class.
RepositoryResult(IPointValue.IKey, double, Long) - Constructor for class com.qfs.repository.impl.RepositoryResult
Full constructor.
RepositoryResultDto - Class in com.qfs.repository.dto
DTO class representing a result from the ActivePivot Repository cache.
RepositoryResultDto() - Constructor for class com.qfs.repository.dto.RepositoryResultDto
Default constructor.
RepositoryResultDto(PointValueDto.KeyDto, double, Long) - Constructor for class com.qfs.repository.dto.RepositoryResultDto
Full constructor.
RepositoryResultDto(IRepositoryResult) - Constructor for class com.qfs.repository.dto.RepositoryResultDto
Copy constructor.
RepositorySecurityUtil - Class in com.qfs.repository.util
Helper with security shortcut methods.
repositoryService() - Method in class com.qfs.repository.cfg.snl.impl.RemoteRepositoryServiceConfiguration
[Bean] Repository service implementation using remote calls for all actions.
repositoryService(IRepositoryServiceConfiguration) - Method in class com.qfs.repository.cfg.impl.RepositoryRestServiceConfiguration
[Bean] REST API service for parameters.
RepositoryService - Class in com.qfs.repository.impl
The repository service implementation.
RepositoryService(IPointValueDao, IRepositoryAuditDao, IRepositoryListenerManager, IRepositoryListenerManager, IRepositoryListenerManager, long) - Constructor for class com.qfs.repository.impl.RepositoryService
Constructor.
RepositoryServiceConfiguration - Class in com.qfs.repository.cfg.impl
The repository service configuration.
RepositoryServiceConfiguration() - Constructor for class com.qfs.repository.cfg.impl.RepositoryServiceConfiguration
 
repositorySessionFactory() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
[Bean] Factory building transactional sessions to Repository database.
RepositoryWebsocketConfiguration - Class in com.qfs.repository.cfg.impl
Spring configuration class defining the beans related to WebSocket services.
RepositoryWebsocketConfiguration() - Constructor for class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
 
repositoryWebSocketHandler() - Method in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
[Bean] Repository WebSocket unified end point.
RepositoryWorkflowRestServiceController - Class in com.qfs.snl.rs.impl
Basic implementation of services to handle workflows on parameters.
RepositoryWorkflowRestServiceController(IWorkflowService) - Constructor for class com.qfs.snl.rs.impl.RepositoryWorkflowRestServiceController
Constructor.
REPRESENTATIVE - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
Request - Class in com.quartetfs.biz.xmla.impl
Base class for implementation of requests.
REQUEST_HEADER_ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class com.qfs.security.impl.SpringCorsFilter
The Access-Control-Request-Headers header indicates which headers will be used in the actual request as part of the preflight request.
REQUEST_HEADER_ACCESS_CONTROL_REQUEST_METHOD - Static variable in class com.qfs.security.impl.SpringCorsFilter
The Access-Control-Request-Method header indicates which method will be used in the actual request as part of the preflight request.
REQUEST_HEADER_ORIGIN - Static variable in class com.qfs.security.impl.SpringCorsFilter
The Origin header indicates where the cross-origin request or preflight request originates from.
REQUESTTYPE_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
RequestUnmarshallerExtendedPlugin - Class in com.quartetfs.biz.xmla.impl
Explicit implementation of the request unmarshaller extended plugin.
RequestUnmarshallerExtendedPlugin() - Constructor for class com.quartetfs.biz.xmla.impl.RequestUnmarshallerExtendedPlugin
Default constructor.
REQUIRED_LEVELS_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.MaskPostProcessor
The name of the property in which we store the required levels of this post-processor.
requireDictionary() - Method in enum com.qfs.desc.IOptimizationDescription.Optimization
Returns true if the given optimization requires the creation of dictionaries (nullable or not) on the same fields.
requireNonEmpty(Collection<T>, String) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Similarly to Objects.requireNonNull(Object, String), this methods checks that a given Collection is neither empty nor null.
requireNonNullNorBlank(String, String) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Throws if the value is null or blank, or returns it otherwise.
requireNotBlank(String, String) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Throws if the value is blank, or returns it otherwise.
RESCTRICTIONS - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_Schema_RowsetsDefinition
 
reserveDirectMemory(long) - Static method in class com.qfs.memory.impl.PlatformOperations
Increases the amount of direct memory to be allocated.
ReserveLevelComparator(int, int, Comparator<Object>) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.ReverseHierarchyComparator.ReserveLevelComparator
Constructor.
reset() - Method in class com.activeviam.arrow.write.AArrayArrowVectorFeeder
 
reset() - Method in class com.activeviam.arrow.write.BooleanArrowVectorFeeder
 
reset() - Method in class com.activeviam.arrow.write.DoubleArrowVectorFeeder
 
reset() - Method in class com.activeviam.arrow.write.FloatArrowVectorFeeder
 
reset() - Method in interface com.activeviam.arrow.write.IArrowVectorFeeder
Reset the vector feeder underlyings.
reset() - Method in class com.activeviam.arrow.write.IntegerArrowVectorFeeder
 
reset() - Method in class com.activeviam.arrow.write.LocalDateArrowVectorFeeder
 
reset() - Method in class com.activeviam.arrow.write.LocalDateTimeArrowVectorFeeder
 
reset() - Method in class com.activeviam.arrow.write.LongArrowVectorFeeder
 
reset() - Method in class com.activeviam.arrow.write.StringArrowVectorFeeder
 
reset() - Method in class com.activeviam.arrow.write.ZonedDateTimeArrowVectorFeeder
 
reset() - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
reset() - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
reset() - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
reset() - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
reset() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
reset() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
reset() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
reset() - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
reset() - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
reset() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
reset() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
reset() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
reset() - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
reset() - Method in class com.activeviam.column.impl.EmptyChunk
 
reset() - Method in interface com.activeviam.copper.measure.window.WindowReducer
Indicates that the next call to WindowReducer.accumulate(ITable, int, int) should copy the input into the result rather than aggregate it (which would pollute the result with previous results).
reset() - Method in class com.activeviam.io.ExposedByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class com.activeviam.io.MarkableFileInputStream
 
reset() - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
reset() - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
reset() - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
reset() - Method in class com.qfs.agg.impl.ChunkHistory
Clears the chunk, reseting every values to null.
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
Resets flags to 'false'.
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
Resets flags to 'false'.
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.direct.impl.ADirectChunk
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.direct.impl.ADirectChunkNullable
 
reset() - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
Leaves the chunk untouched.
reset() - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
Resets flags to 'false'.
reset() - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
Leaves the chunk untouched.
reset() - Method in interface com.qfs.chunk.IChunk
Resets the chunk before it is reused.
reset() - Method in class com.qfs.chunk.impl.AChunkOffset
 
reset() - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
Clears the chunk, reseting every values.
reset() - Method in class com.qfs.chunk.impl.ChunkComposite
 
reset() - Method in class com.qfs.chunk.impl.ChunkDictionary
 
reset() - Method in class com.qfs.chunk.impl.ChunkMarked
 
reset() - Method in class com.qfs.chunk.impl.ChunkObject
Clears the chunk, reseting every values to null.
reset() - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
reset() - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
reset() - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
reset() - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
reset() - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
reset() - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
reset() - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
reset() - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
reset() - Method in class com.qfs.chunk.impl.TombStoneChunk
 
reset() - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
reset() - Method in interface com.qfs.index.IIntegerArrayTransaction
Empties the array.
reset() - Method in interface com.qfs.index.ILongArrayTransaction
Empties the array.
reset() - Method in class com.qfs.index.impl.IntegerArrayTransaction
 
reset() - Method in class com.qfs.index.impl.LongArrayTransaction
 
reset() - Static method in class com.qfs.messenger.impl.DistributedPool
Stops the remote pool and dispose it.
reset() - Method in class com.qfs.msg.csv.filesystem.impl.AFileSystemCSVTopic
 
reset() - Method in interface com.qfs.msg.csv.ICSVTopic
Reset the topic : pending updates will be lost.
reset() - Method in class com.qfs.msg.csv.impl.ACSVTopic
 
reset() - Static method in class com.qfs.pool.impl.QFSPools
Stops all the allocated pools and dispose them.
reset() - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
Resets the visitor.
reset() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
 
reset() - Method in interface com.qfs.snl.agent.service.ISentinelDaemonActions
Reset this action.
reset() - Method in class com.qfs.snl.dtos.MonitorReportDto
 
reset() - Method in interface com.qfs.snl.monitors.IMonitorReport
Resets the report.
reset() - Method in class com.qfs.snl.monitors.impl.MonitorReport
 
reset() - Method in class com.qfs.util.impl.EmptyIterator
Deprecated.
 
reset() - Method in class com.qfs.util.impl.SingletonIterator
Deprecated.
 
reset() - Method in interface com.qfs.util.ResettableIterator
Deprecated.
Resets the iterator back to the position at which the iterator was created.
reset() - Method in class com.qfs.util.tar.impl.TarInputStream
Since we do not support marking just yet, we do nothing.
reset() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiHierarchyIterator
Deprecated.
Resets this iterator.
reset() - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
reset() - Method in interface com.quartetfs.biz.pivot.IPointLocationBuilder
Resets this builder.
reset() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Reset all counter.
reset() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
Each ActivePivot should be reset (i.e.
reset() - Method in interface com.quartetfs.fwk.monitoring.IMonitor
Reset the monitor.
reset() - Method in class com.quartetfs.fwk.monitoring.impl.CounterMonitor
 
reset() - Method in class com.quartetfs.fwk.monitoring.impl.MultiSourcesQuantityMonitor
 
reset() - Method in class com.quartetfs.fwk.monitoring.impl.QuantityMonitor
Atomic reset.
reset() - Method in class com.quartetfs.fwk.monitoring.impl.ThroughputMonitor
 
reset() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
Resets the visitor statistics.
reset() - Method in interface com.quartetfs.pivot.mdx.result.IMdxCellSetAxis.IMdxCellSetAxisIterator
Resets the iterator.
reset() - Method in class com.quartetfs.pivot.mdx.result.impl.BasicMdxCellSetAxisIterator
 
reset() - Method in class com.quartetfs.pivot.mdx.result.impl.EmptyMdxCellSet.EmptyMdxCellSetAxisIterator
 
reset() - Method in class com.quartetfs.pivot.mdx.result.impl.FilteredMdxCellSetAxisIterator
 
reset(boolean) - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
 
reset(boolean) - Method in interface com.quartetfs.biz.pivot.IActivePivotTransaction
All data from the ActivePivot should be removed.
reset(boolean) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotTransaction
 
reset(boolean) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousQueryEngine
Resets the engine, and unregister all continuous queries.
reset(boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
reset(int) - Method in class com.activeviam.io.ExposedByteArrayOutputStream
Resets count and creates a new buf if the current buf is > maxSize.
reset(IFileInfo<?>, char[]) - Method in class com.qfs.msg.csv.impl.LineReader
Reset the reader with a new underlying char array.
reset(IFileInfo<?>, char[], ICsvFileParsingReport) - Method in class com.qfs.msg.csv.impl.LineReader
Reset the reader with a new underlying char array and optional error report.
reset(IPointLocationReader, IAggregatesLocationResult) - Method in interface com.quartetfs.biz.pivot.ILocationExpansionProcedure.IExpansionIterator
Resets this iterator and initializes it .
reset(IAggregatesContinuousHandlerRegistry, AAggregatesContinuousQueryEngine) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Resets the Registry (unregister everything).
reset(IContinuouslyQueryable, boolean, IContinuousQuery<? extends int[], ? extends IContinuousQueryUpdateWithBranches<int[]>>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxContinuousQueryListener
 
reset(IContinuouslyQueryable, boolean, IContinuousQuery<? extends int[], ? extends IContinuousQueryUpdateWithBranches<int[]>>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxDecoratorMultiplexer
 
reset(IContinuouslyQueryable, boolean, IContinuousQuery<? extends int[], ? extends IContinuousQueryUpdateWithBranches<int[]>>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxNotificationQueryListener
 
reset(IContinuouslyQueryable, boolean, IContinuousQuery<? extends R, ? extends U>) - Method in interface com.quartetfs.fwk.query.IContinuousQueryListener
This method is invoked when the associated continuous query has been stopped by the continuous query engine because of a reset.
resetBranch(String, String, boolean) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
resetBranch(String, String, boolean) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
resetBranch(String, String, boolean) - Method in interface com.qfs.store.transaction.ITransactionManager
Resets a branch to the head of another branch.
resetClusters() - Static method in class com.qfs.messenger.impl.LocalMessenger
 
resetDateTimeFormatters() - Static method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.DateHelper
For tests only.
resetFactory() - Method in class com.activeviam.store.structure.impl.IndexDefinition
Creates a definition with the same configuration but with an uninitialized index factory.
resetFromAnotherState(CellSetState) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
Mutates this state to contain the same data than a given state.
resetLocation() - Method in class com.quartetfs.biz.pivot.impl.MutableSubPointLocation
Resets this location.
resetMetadata(ReferenceDefinition) - Static method in class com.activeviam.store.structure.impl.ReferenceDefinition
Creates a new ReferenceDefinition from the given definition with an uninitialized reference metadata.
resetPermissionForField(String) - Method in class com.qfs.desc.impl.TableReadWritePermissions
 
resetPermissionForField(String) - Method in interface com.qfs.desc.IWritableTablePermissions
Removes all the permissions for a specific fields.
resetStatsInfo() - Method in class com.qfs.msg.keyvalue.impl.KeyValueStatsHandler
Reset the statistics of this handler.
ResettableIterator<E> - Interface in com.qfs.util
Deprecated, for removal: This API element is subject to removal in a future version.
resetTo(CellsFollower) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellsFollower
Update the internal state of this instance to be identical to another one.
resetValues(int) - Method in interface com.qfs.column.ICompositeColumnCursor
Sets the cursor to a row and writes the default values in this row.
resetValues(int) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
ResizableMaxHeapDouble - Class in com.activeviam.heap.impl
A max heap with the ability to store primitive doubles.
ResizableMaxHeapDouble() - Constructor for class com.activeviam.heap.impl.ResizableMaxHeapDouble
Default constructor.
ResizableMaxHeapDouble(int) - Constructor for class com.activeviam.heap.impl.ResizableMaxHeapDouble
Constructs a heap with the specified initial maximum capacity.
ResizableMaxHeapDouble(ResizableMaxHeapDouble) - Constructor for class com.activeviam.heap.impl.ResizableMaxHeapDouble
Cloning constructor.
ResizableMaxHeapFloat - Class in com.activeviam.heap.impl
A max heap with the ability to store primitive floats.
ResizableMaxHeapFloat() - Constructor for class com.activeviam.heap.impl.ResizableMaxHeapFloat
Default constructor.
ResizableMaxHeapFloat(int) - Constructor for class com.activeviam.heap.impl.ResizableMaxHeapFloat
Constructs a heap with the specified initial maximum capacity.
ResizableMaxHeapFloat(ResizableMaxHeapFloat) - Constructor for class com.activeviam.heap.impl.ResizableMaxHeapFloat
Cloning constructor.
ResizableMaxHeapInteger - Class in com.activeviam.heap.impl
A max heap with the ability to store primitive ints.
ResizableMaxHeapInteger() - Constructor for class com.activeviam.heap.impl.ResizableMaxHeapInteger
Default constructor.
ResizableMaxHeapInteger(int) - Constructor for class com.activeviam.heap.impl.ResizableMaxHeapInteger
Constructs a heap with the specified initial maximum capacity.
ResizableMaxHeapInteger(ResizableMaxHeapInteger) - Constructor for class com.activeviam.heap.impl.ResizableMaxHeapInteger
Cloning constructor.
ResizableMaxHeapLong - Class in com.activeviam.heap.impl
A max heap with the ability to store primitive longs.
ResizableMaxHeapLong() - Constructor for class com.activeviam.heap.impl.ResizableMaxHeapLong
Default constructor.
ResizableMaxHeapLong(int) - Constructor for class com.activeviam.heap.impl.ResizableMaxHeapLong
Constructs a heap with the specified initial maximum capacity.
ResizableMaxHeapLong(ResizableMaxHeapLong) - Constructor for class com.activeviam.heap.impl.ResizableMaxHeapLong
Cloning constructor.
ResizableMinHeapDouble - Class in com.activeviam.heap.impl
A min heap with the ability to store primitive doubles.
ResizableMinHeapDouble() - Constructor for class com.activeviam.heap.impl.ResizableMinHeapDouble
Default constructor.
ResizableMinHeapDouble(int) - Constructor for class com.activeviam.heap.impl.ResizableMinHeapDouble
Constructs a heap with the specified initial maximum capacity.
ResizableMinHeapDouble(ResizableMinHeapDouble) - Constructor for class com.activeviam.heap.impl.ResizableMinHeapDouble
Cloning constructor.
ResizableMinHeapFloat - Class in com.activeviam.heap.impl
A min heap with the ability to store primitive floats.
ResizableMinHeapFloat() - Constructor for class com.activeviam.heap.impl.ResizableMinHeapFloat
Default constructor.
ResizableMinHeapFloat(int) - Constructor for class com.activeviam.heap.impl.ResizableMinHeapFloat
Constructs a heap with the specified initial maximum capacity.
ResizableMinHeapFloat(ResizableMinHeapFloat) - Constructor for class com.activeviam.heap.impl.ResizableMinHeapFloat
Cloning constructor.
ResizableMinHeapInteger - Class in com.activeviam.heap.impl
A min heap with the ability to store primitive ints.
ResizableMinHeapInteger() - Constructor for class com.activeviam.heap.impl.ResizableMinHeapInteger
Default constructor.
ResizableMinHeapInteger(int) - Constructor for class com.activeviam.heap.impl.ResizableMinHeapInteger
Constructs a heap with the specified initial maximum capacity.
ResizableMinHeapInteger(ResizableMinHeapInteger) - Constructor for class com.activeviam.heap.impl.ResizableMinHeapInteger
Cloning constructor.
ResizableMinHeapLong - Class in com.activeviam.heap.impl
A min heap with the ability to store primitive longs.
ResizableMinHeapLong() - Constructor for class com.activeviam.heap.impl.ResizableMinHeapLong
Default constructor.
ResizableMinHeapLong(int) - Constructor for class com.activeviam.heap.impl.ResizableMinHeapLong
Constructs a heap with the specified initial maximum capacity.
ResizableMinHeapLong(ResizableMinHeapLong) - Constructor for class com.activeviam.heap.impl.ResizableMinHeapLong
Cloning constructor.
resolve() - Method in class com.activeviam.properties.cfg.impl.ActiveViamPropertyFromSpringConfig
Configures the properties.
resolve(ReachableField, IDirectedMultiGraph<String, String, String>) - Static method in class com.qfs.desc.impl.ADatastoreSchemaDescriptionPostProcessor
Deprecated.
Gets the actual field referenced by the given ReachableField thanks to a graph of store names linked by join names.
resolve(ITimeSupplier) - Method in class com.qfs.snl.dtos.TimePeriodDto
 
resolve(ITimeSupplier) - Method in class com.qfs.snl.impl.TimePeriod
 
resolve(ITimeSupplier) - Method in interface com.qfs.snl.ITimePeriod
Resolves the current time for boundaries.
resolve(IDatastoreSchemaMetadata, ReachableField) - Static method in class com.qfs.store.impl.SchemaHelper
Converts a ReachableField into its equivalent StoreField.
resolve(IStoreMetadata, ReachableField) - Static method in class com.qfs.store.impl.SchemaHelper
Converts a ReachableField into its equivalent StoreField.
resolve(IActivePivotTransactionInfo) - Method in class com.quartetfs.biz.pivot.query.missing.impl.AnyPathUnresolvedPath
 
resolve(IActivePivotTransactionInfo) - Method in class com.quartetfs.biz.pivot.query.missing.impl.UnresolvedPath
 
resolve(IActivePivotTransactionInfo) - Method in interface com.quartetfs.biz.pivot.query.missing.IUnresolvedPath
Tries to resolve this path with the given IActivePivotTransactionInfo.
resolve(IExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionResolver
Resolves an expression.
resolve(IExpression) - Method in class com.quartetfs.pivot.mdx.impl.SelectStatementResolver
 
resolve(ISelectStatement) - Method in class com.quartetfs.pivot.mdx.impl.SelectStatementResolver
Resolves the statement.
resolve(List<IExpression>, IExpressionResolver) - Method in class com.qfs.repository.mdx.impl.LookUpFunction.LookUpFunctionDefinition
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ABasicOperatorValueFunctionDefinition
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFixedFunction
Resolves the task to perform for this function.
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFunctionDefinition
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ARewriteFixedFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ARewriteFixedFunctionDefinition
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ASingleOptionalKeywordFunctionDefinition
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.ActiveMeasureFunction.ActiveMeasureFunctionDefinition
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.DimensionToHierarchyFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.AggregateFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.AKpiFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.AMdxMemberPropertyFunctionAdapter
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.DimensionsCountFunction.DimensionsCountFunctionDefinition
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.DistinctCountFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.DivideFunction.DivideFunctionDefinition
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.ExistsFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.ExpFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.HeadFunction.HeadFunctionDefinition
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.IsAncestorFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.LevelsCountFunction.LevelsCountFunctionDefinition
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.LogFunction.LogFunctionDefinition
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.MemberFromPropertyFunction.MemberFromFixedPropertyFunctionDefinition
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.MemberFromPropertyFunction.MemberFromNameOrCaptionFunctionDefinition
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.RewriteToLeadFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.impl.SetUnionFunctionDefinition
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.APredicateFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.AConversionFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.DateAddFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.DateDiffFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.DatePartFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.LenFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in class com.quartetfs.pivot.mdx.func.vb.impl.NowFunction
 
resolve(List<IExpression>, IExpressionResolver) - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionDefinition
Resolution - The result is most likely an IFunctionCall but it might not be the case when static resolution happens (e.g.
resolveAndCompileFormula(IExpression, SelectStatementResolver, boolean[]) - Static method in class com.quartetfs.pivot.mdx.impl.SelectStatementResolver
Resolve and compile the formula for a given SelectStatementResolver.
resolveArrayInnerType() - Method in enum com.qfs.store.ExtendedContentType
Resolves array inner ExtendedContentType.
resolveArrayInnerType(IFieldType) - Static method in class com.activeviam.type.FieldType
Resolves array inner IFieldType.
resolveAxis(IAxisSpecification) - Method in class com.quartetfs.pivot.mdx.impl.SelectStatementResolver
Resolves an axis that is not a slicer.
resolveBaseReader(FieldType, IFieldType, FieldVector) - Static method in class com.activeviam.arrow.read.BaseVectorReaderProvider
Resolves an arrow vector reader from expected and given type.
ResolveContext - Class in com.quartetfs.pivot.mdx.impl
Context used during resolution.
ResolveContext(IMdxCube) - Constructor for class com.quartetfs.pivot.mdx.impl.ResolveContext
 
resolveDefaultMember() - Method in interface com.quartetfs.pivot.mdx.meta.IMdxHierarchy
This method should only be used in Real Time mode to check if the default member was changed.
resolveDefaultMember() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxHierarchy
 
resolveEntityConfiguration(String, String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
resolveEntityConfiguration(String, String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
resolveEntityConfiguration(String, String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Resolves the schema configured for a given entity.
resolveHasFormula(IHasFormulaSpecification) - Method in class com.quartetfs.pivot.mdx.impl.SelectStatementResolver
Resolves a formula.
resolveNonSlicingAxes(List<IAxisSpecification>) - Method in class com.quartetfs.pivot.mdx.impl.SelectStatementResolver
Resolves all the axes that are not slicers.
resolveQueryMeasures(IActivePivot, IQuery<?>) - Static method in class com.quartetfs.pivot.mdx.utils.impl.ServicesUtil
Resolve all measure names to real (unaliased) measure names.
resolveQueryMeasures(IMdxCube, IMDXQuery) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Retrieves all the measures needed for a query, including the on the fly ones that come from Mdx compilation.
resolveRanges(List<? extends IHierarchy>, ILocation, boolean[][]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Return a range location where all the wildcards and ranges are resolved i.e.
resolveSlicer(IAxisSpecification) - Method in class com.quartetfs.pivot.mdx.impl.SelectStatementResolver
Resolves a slicer axis.
RESOURCE_MAPPING_BEAN - Static variable in class com.qfs.server.cfg.impl.ResourceMappingConfig
Name of the bean dispatching requests for static resources.
ResourceDescription - Class in com.quartetfs.biz.pivot.definitions.impl
Base class for descriptions that are stored in external resources and reference that resource.
ResourceDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.ResourceDescription
 
ResourceMappingConfig - Class in com.qfs.server.cfg.impl
Configuration class that provides the resource mapping bean, that manages the dispatching of resources request.
ResourceMappingConfig() - Constructor for class com.qfs.server.cfg.impl.ResourceMappingConfig
 
resourcesMapping() - Method in class com.qfs.server.cfg.impl.ResourceMappingConfig
[Bean] Handler mapping managing dispatching of resources request.
RESPONSE_CONTENT_TYPE - Static variable in class com.quartetfs.biz.xmla.servlet.impl.XmlaServlet
 
RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class com.qfs.security.impl.SpringCorsFilter
The Access-Control-Allow-Credentials header indicates whether the response to request can be exposed when the omit credentials flag is unset.
RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class com.qfs.security.impl.SpringCorsFilter
The Access-Control-Allow-Headers header indicates, as part of the response to a preflight request, which header field names can be used during the actual request.
RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_METHODS - Static variable in class com.qfs.security.impl.SpringCorsFilter
The Access-Control-Allow-Methods header indicates, as part of the response to a preflight request, which methods can be used during the actual request.
RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class com.qfs.security.impl.SpringCorsFilter
The Access-Control-Allow-Origin header indicates whether a resource can be shared based by returning the value of the Origin request header in the response.
RESPONSE_HEADER_ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class com.qfs.security.impl.SpringCorsFilter
The Access-Control-Expose-Headers header indicates which headers are safe to expose to the API of a CORS API specification.
RESPONSE_HEADER_ACCESS_CONTROL_MAX_AGE - Static variable in class com.qfs.security.impl.SpringCorsFilter
The Access-Control-Max-Age header indicates how long the results of a preflight request can be cached in a preflight result cache.
RESPONSE_IN_BINARY - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
 
RESPONSE_IN_COMPRESSED - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
 
RESPONSE_IN_COMPRESSED_BINARY - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
 
ResponseMarshallerExtendedPlugin - Class in com.quartetfs.biz.xmla.impl
Explicit implementation of the IResponseMarshaller extended plugin.
ResponseMarshallerExtendedPlugin() - Constructor for class com.quartetfs.biz.xmla.impl.ResponseMarshallerExtendedPlugin
Constructor registering the core implementations of Marshallers.
REST_API_URL_PREFIX - Static variable in interface com.activeviam.tracing.ITracingRestService
The full rest tracing endpoint.
REST_API_URL_PREFIX - Static variable in class com.qfs.content.cfg.impl.ContentServerRestServicesConfig
The url at which content rest API is accessible.
REST_API_URL_PREFIX - Static variable in class com.qfs.content.rest.impl.ARestContentServer
The url at which content rest API is accessible.
REST_API_URL_PREFIX - Static variable in interface com.qfs.jwt.service.IJwtRestService
The url at which jwt rest API is accessible.
REST_API_URL_PREFIX - Static variable in interface com.qfs.pivot.rest.monitoring.IMonitoringRestService
The prefix for the paths of all the REST services.
REST_API_URL_PREFIX - Static variable in class com.qfs.repository.cfg.activepivot.impl.RepositoryCacheRestServiceConfiguration
Endpoint for repository REST services.
REST_API_URL_PREFIX - Static variable in class com.qfs.repository.cfg.impl.RepositoryRestServiceConfiguration
Endpoint for repository REST services.
REST_API_URL_PREFIX - Static variable in class com.qfs.server.cfg.ActivePivotRestServices
The prefix for the paths of all the REST services.
REST_API_URL_PREFIX - Static variable in class com.qfs.server.cfg.impl.ActivePivotRestServicesConfig
The prefix for the paths of all the REST services.
REST_API_URL_PREFIX - Static variable in class com.qfs.server.cfg.impl.DatabaseRestServicesConfig
The prefix for the paths of all the REST services.
REST_API_URL_PREFIX - Static variable in class com.qfs.server.cfg.impl.JwtRestServiceConfig
The prefix for the paths of all the REST services.
REST_API_URL_PREFIX - Static variable in class com.qfs.server.cfg.impl.MonitoringRestServicesConfig
The prefix for the paths of all the REST services.
REST_API_URL_PREFIX - Static variable in class com.qfs.server.cfg.impl.TracingRestServiceConfig
The tracing rest service full endpoint.
REST_API_URL_PREFIX - Static variable in class com.qfs.server.cfg.impl.VersionServicesConfig
The prefix for the paths of all the REST services.
REST_API_URL_PREFIX - Static variable in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
Namespace for REST services.
REST_API_URL_PREFIX - Static variable in class com.qfs.snl.rs.ActiveMonitorRestServices
The url at which content rest API is accessible.
REST_API_URL_PREFIX - Static variable in interface com.qfs.versions.service.IVersionsRestService
The prefix for the paths of all the REST services.
REST_NAMESPACE - Static variable in class com.qfs.rest.urls.impl.RestPrefixExtractor
The namespace in which the REST API is exposed.
restart() - Method in interface com.qfs.messenger.IDistributedMessenger
Restart the messenger.
restart() - Method in class com.qfs.messenger.impl.ADistributedMessenger
Makes the messenger leave momentarily then rejoin the cluster.
restart() - Method in interface com.qfs.snl.agent.service.IMonitoringStream
Restarts the stream.
restart() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
restart() - Method in class com.quartetfs.pivot.mdx.realtime.impl.AMultiGANContinuousQueryListener
Triggers a restart of the registration if the listener is not stopped yet.
RESTART_COUNT - Static variable in class com.qfs.snl.agent.mdx.impl.MdxMonitoringStatistics
Name of the attribute exposing the number of restarts.
RESTART_COUNT - Static variable in class com.quartetfs.biz.pivot.streaming.impl.StreamNodeStatistics
Statistic key - The number of times the stream node is restarted.
RESTART_WHILE_REGISTERING - com.quartetfs.biz.pivot.query.registration.impl.RegistrationState
The state of a registration which received a restart order while registering.
RESTART_WHILE_REPLAY - com.quartetfs.biz.pivot.query.registration.impl.RegistrationState
The state of a registration which is trying to replay events and received one that requires it to restart before completing.
restartDistribution() - Method in interface com.qfs.distribution.IMultiVersionDataActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
restartDistribution() - Method in class com.qfs.pivot.impl.MultiVersionDataActivePivot
Deprecated.
 
restartIfBranchPermissionsChanged() - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStream
Checks if the permissions for the branches have changed since the context snapshot was made, and restarts the stream if it is the case.
restartIfBranchPermissionsChanged() - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStream
 
restartListenTasks() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationServiceMonitor
Restarts listening tasks.
restartMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Restarts an existing monitoring.
restartMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
RestartOrderMessage - Class in com.qfs.messenger.impl
Message to sent to one or several instances to order a restart of their messenger.
RestartOrderMessage() - Constructor for class com.qfs.messenger.impl.RestartOrderMessage
 
RestBulkApiJsonParams - Class in com.qfs.content.rest.impl
A class holding the available JSON parameters for RestBulkApiServerController.
RestBulkApiJsonParams() - Constructor for class com.qfs.content.rest.impl.RestBulkApiJsonParams
 
RestBulkApiJsonParams.PutJsonParam - Class in com.qfs.content.rest.impl
The JSON parameter to call PUT as a bulk action and create or update all the given entries.
RestBulkApiServerController - Class in com.qfs.content.rest.impl
Implementation of the REST Bulk API of the content server.
RestBulkApiServerController(IContentService) - Constructor for class com.qfs.content.rest.impl.RestBulkApiServerController
Constructor.
RestContentJsonParams - Class in com.qfs.content.rest.impl
A class holding the available JSON parameters for RestContentServerController.
RestContentJsonParams() - Constructor for class com.qfs.content.rest.impl.RestContentJsonParams
 
RestContentJsonParams.ImportSubtreeJsonParam - Class in com.qfs.content.rest.impl
The JSON parameter to call POST and import the whole given sub-tree in a single bulk action.
RestContentJsonParams.MoveFileJsonParam - Class in com.qfs.content.rest.impl
The JSON parameter to call POST on a given path and move an entry to a different path.
RestContentJsonParams.PostFileJsonParam - Class in com.qfs.content.rest.impl
The JSON parameter to call POST on a given path and create a new child entry.
RestContentJsonParams.PutFileJsonParam - Class in com.qfs.content.rest.impl
The JSON parameter to call PUT on a given path.
RestContentJsonParams.UpdatePermissionsJsonParam - Class in com.qfs.content.rest.impl
The JSON parameter to update the permissions of an entry.
RestContentServerController - Class in com.qfs.content.rest.impl
Implementation of the REST API of the content server.
RestContentServerController(IContentService) - Constructor for class com.qfs.content.rest.impl.RestContentServerController
Constructor.
RestContentTree - Class in com.qfs.content.rest.impl
An extension of ContentTree that can be serialized as JSON.
RestContentTree(JsonContentEntry) - Constructor for class com.qfs.content.rest.impl.RestContentTree
Constructor.
RestContentTree(JsonContentEntry, Map<String, ? extends RestContentTree>) - Constructor for class com.qfs.content.rest.impl.RestContentTree
Constructor.
RestContentTree(String, boolean, Long, String, List<String>, List<String>, boolean, boolean) - Constructor for class com.qfs.content.rest.impl.RestContentTree
Constructor.
restore(IContextSnapshot) - Method in interface com.quartetfs.biz.pivot.context.IContext
Restores the context to a default snapshot.
Restore - com.quartetfs.biz.xmla.constants.Keyword
 
Restore - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
restoreContext(IContextSnapshot) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Restores the current user context to the given previous value.
restoreContext(IContextSnapshot) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
restoreListenersFrom(DatastoreSchemaTransactionManager) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
Restores the listeners from an existing manager into this instance.
restoreState(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.AVisitorContextWithArgs
 
restoreState(Object) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.IVisitorContext
Restores the state using a snapshot created via the IGraphVisitor.IVisitorContext.snapshotState() method.
restoreState(Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.NoArgsVisitorContext
 
RestPrefixExtractor - Class in com.qfs.rest.urls.impl
A class to extract the namespace and the version from a rest prefix following the default format.
restrainIn(IBitmap) - Method in interface com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet.IScope
Restrain the target bitmap to the location indexes retained in this scope.
restrainIn(IBitmap) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet.RangeScope
 
RestResponseExceptionHandler - Class in com.activeviam.spring.config
 
RestResponseExceptionHandler() - Constructor for class com.activeviam.spring.config.RestResponseExceptionHandler
 
restrict(Collection<String>) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasuresProvider
 
restrict(Collection<String>) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasuresProvider
Restricts this measures provider to the given collection of measures.
restrict(Collection<String>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdditionalMeasuresProvider
 
restrict(Collection<String>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.RestrictedMeasuresProvider
 
restrict(Collection<String>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SimpleMeasuresProvider
 
RestrictedHierarchicalMapping - Class in com.quartetfs.biz.pivot.cube.provider.impl
A restricted view of a HierarchicalMapping that masks certain hierarchies and levels.
RestrictedLocation - Class in com.quartetfs.biz.pivot.impl
A location that restricts an underlying location by reducing its level depth on some hierarchies.
RestrictedLocation(ILocation, TIntIntMap) - Constructor for class com.quartetfs.biz.pivot.impl.RestrictedLocation
Constructor.
RestrictedMeasuresProvider - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
This implementation of an IMeasuresProvider relies on another IMeasuresProvider, but giving access to only some of the measures.
RestrictedMeasuresProvider(IMeasuresProvider, Collection<String>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.RestrictedMeasuresProvider
Constructor.
restrictHierarchies(List<H>) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
Restricts the given parent hierarchies to the list of hierarchies that can be used by our delegate provider.
RESTRICTION_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_Schema_RowsetsDefinition
 
RestrictionHelper - Class in com.quartetfs.biz.xmla.impl
Helper class for manipulating restrictions.
RestrictionHelper(Map<String, List<String>>, IRowsetDefinition) - Constructor for class com.quartetfs.biz.xmla.impl.RestrictionHelper
Constructor.
RESTRICTIONLIST_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
RESTRICTIONS_MASK - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_Schema_RowsetsDefinition
 
RESTRICTIONS_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
restrictMapping(Map<String, Map<String, Integer>>) - Method in interface com.quartetfs.biz.pivot.cube.provider.IHierarchicalMapping
Deprecated, for removal: This API element is subject to removal in a future version.
restrictMapping(Map<String, Map<String, Integer>>) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.HierarchicalMapping
 
restrictScope(ILocation) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
Creates a restricted location from the given full parent location.
restrictToAdditionalMeasure(IMeasureMember) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Restricts this result to the given post-processed measure.
restrictToLevel(ILevelInfo) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.ILocationBuilder
Restricts the location being build up to a given level.
restrictToLevel(ILevelInfo) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
restrictToLocalAccess() - Method in interface com.quartetfs.biz.pivot.context.IContext
Restricts contexts to the ones contained by the current user (/thread): get(): if an access to a shared context value is required a runtime exception is thrown getAll(), getShared(), setShared(): a runtime exception is thrown To reset this flag, you have to call the clear() method with the current thread.
restrictToLocalAccess() - Method in class com.quartetfs.biz.pivot.context.impl.Context
Restrict the current thread to local values only.
restrictToMeasures(String...) - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesRetrievalResult
 
restrictToMeasures(String...) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalAggregatesRetrievalResult
 
restrictToMeasures(String...) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Restricts this result to the given list of measures.
restrictToMeasures(String...) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
restrictToMeasures(String...) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
restrictToMeasures(Collection<? extends IMeasureMember>) - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesRetrievalResult
 
restrictToMeasures(Collection<? extends IMeasureMember>) - Method in interface com.quartetfs.biz.pivot.cellset.IInternalAggregatesRetrievalResult
 
restrictToMeasures(Collection<? extends IMeasureMember>) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Restricts this result to the given list of measures.
restrictToMeasures(Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
restrictToMeasures(Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
restructure(IRowsetDefinition) - Method in class com.quartetfs.biz.xmla.rowset.impl.RowSet
Restructure a Rowset with a new definition.
restructure(IRowsetColumn...) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
restServicesConfigBeanPostProcessor() - Method in class com.activeviam.apm.cfg.impl.LoggingConfig
 
RestServicesConfigBeanPostProcessor - Class in com.activeviam.apm.cfg.impl
Monitored factory implementation for .
RestServicesConfigBeanPostProcessor() - Constructor for class com.activeviam.apm.cfg.impl.RestServicesConfigBeanPostProcessor
 
RestServiceUtils - Class in com.qfs.pivot.rest.impl
Helper class for REST services.
RestServiceUtils - Class in com.qfs.rest.services
Common functions and variables used by REST services.
RestServiceUtils() - Constructor for class com.qfs.rest.services.RestServiceUtils
 
RESULT_LIMIT - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
 
RESULT_LIMIT_REACHED - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
RESULT_LIMIT_REACHED_NO_AXIS - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
RESULT_ONLY - com.activeviam.copper.api.CopperAnalyticMeasure.AnalyticFilter
Applies the filter on the result only.
ResultAcceptorWithoutPartitioningWrapper<T> - Class in com.activeviam.database.api.query
Wraps a IPartitionedResultAcceptor into a simple IAsyncResultAcceptor by providing 0 as the partition when required.
ResultAcceptorWithoutPartitioningWrapper(IPartitionedGenericResultAcceptor<T>) - Constructor for class com.activeviam.database.api.query.ResultAcceptorWithoutPartitioningWrapper
Constructor.
ResultConsumerCalculatedDrillthroughColumnDescriptionBuilder<ParentT> - Class in com.quartetfs.biz.pivot.definitions.builder.impl
Implementation of ICanStartBuildingCalculatedDrillthroughColumnDescription.ICalculatedDrillthroughColumnDescriptionBuilder holding a callback with its result to propagate it to its parent builder.
ResultConsumerCalculatedDrillthroughColumnDescriptionBuilder(Function<ICalculatedDrillthroughColumnDescription, ParentT>) - Constructor for class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedDrillthroughColumnDescriptionBuilder
Constructor.
ResultConsumerCalculatedDrillthroughColumnDescriptionBuilder(Function<ICalculatedDrillthroughColumnDescription, ParentT>, String, String, String, ImmutableMap<String, String>) - Constructor for class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedDrillthroughColumnDescriptionBuilder
Fully qualified constructor.
ResultConsumerCalculatedDrillthroughColumnSetDescriptionBuilder<ParentT> - Class in com.quartetfs.biz.pivot.definitions.builder.impl
Implementation of ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICalculatedDrillthroughColumnSetDescriptionBuilder holding a callback with its result to propagate it to its parent builder.
ResultConsumerCalculatedDrillthroughColumnSetDescriptionBuilder(Function<ICalculatedDrillthroughColumnSetDescription, ParentT>) - Constructor for class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedDrillthroughColumnSetDescriptionBuilder
Constructor.
ResultConsumerCalculatedDrillthroughColumnSetDescriptionBuilder(Function<ICalculatedDrillthroughColumnSetDescription, ParentT>, String, ImmutableMap<String, String>) - Constructor for class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedDrillthroughColumnSetDescriptionBuilder
Fully qualified constructor.
ResultConsumerCalculatedMemberDescriptionBuilder<ParentT> - Class in com.quartetfs.biz.pivot.definitions.builder.impl
Implementation of ICanStartBuildingCalculatedMember.ICalculatedMemberDescriptionBuilder holding a callback with its result to propagate it to its parent builder.
ResultConsumerCalculatedMemberDescriptionBuilder(Function<ICalculatedMemberDescription, ParentT>) - Constructor for class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
Constructor.
ResultConsumerCalculatedMemberDescriptionBuilder(Function<ICalculatedMemberDescription, ParentT>, String, String, String, String, ImmutableMap<String, String>, String, Integer, String, String, String, String, String, String, Boolean, String) - Constructor for class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
Fully-qualified constructor.
ResultConsumerCatalogBuilder<ParentT> - Class in com.activeviam.builders.manager
Implementation with a result consumer to go back to the parent builder.
ResultConsumerCatalogBuilder(Function<ICatalogDescription, ParentT>, String, ImmutableList<String>) - Constructor for class com.activeviam.builders.manager.ResultConsumerCatalogBuilder
Constructor.
ResultConsumerDrillthroughPropertiesBuilder<ParentT> - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
Implementation of ICanStartBuildingDrillthroughProperties.IDrillthroughPropertiesBuilder holding a callback with its result to propagate it to its parent builder.
ResultConsumerDrillthroughPropertiesBuilder(Function<IDrillthroughProperties, ParentT>) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
Constructor.
ResultConsumerDrillthroughPropertiesBuilder(Function<IDrillthroughProperties, ParentT>, ImmutableList<String>, IComparator<String>, ImmutableList<ICalculatedDrillthroughColumnDescription>, ImmutableList<ICalculatedDrillthroughColumnSetDescription>, IDrillthroughProperties.DrillthroughBehavior, IDrillthroughProperties.DrillthroughBehavior, Integer, Boolean) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
Fully qualified constructor.
ResultConsumerKpiDescriptionBuilder<ParentT> - Class in com.quartetfs.biz.pivot.definitions.builder.impl
Implementation of ICanStartBuildingKpiDescription.IKpiDescriptionBuilder holding a callback with its result to propagate it to its parent builder.
ResultConsumerKpiDescriptionBuilder(Function<IKpiDescription, ParentT>) - Constructor for class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
Constructor.
ResultConsumerKpiDescriptionBuilder(Function<IKpiDescription, ParentT>, String, IKpiValueDescription, String, String, String, IKpiGoalDescription, IKpiStatusDescription, IKpiTrendDescription, String, String, String, String) - Constructor for class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
Fully qualified constructor.
ResultConsumerMdxContextBuilder<ParentT> - Class in com.quartetfs.biz.pivot.context.impl
Implementation of ICanStartBuildingMdxContext.IMdxContextBuilder holding a callback with its result to propagate it to its parent builder.
ResultConsumerMdxContextBuilder(Function<IMdxContext, ParentT>) - Constructor for class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
Constructor.
ResultConsumerMdxContextBuilder(Function<IMdxContext, ParentT>, Boolean, ImmutableMap<String, String>, String, ImmutableMap<String, ImmutableList<String>>, ImmutableMap<String, Boolean>, ImmutableMap<String, Boolean>, ImmutableMap<String, String>, Integer, Integer, Boolean, Boolean, Boolean, Boolean, Boolean, ImmutableList<String>, ImmutableList<ICalculatedMemberDescription>, ImmutableList<INamedSetDescription>, ImmutableList<IKpiDescription>, ImmutableMap<String, String>) - Constructor for class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
Fully qualified constructor.
ResultConsumerMessengerDefinitionBuilder<ParentT> - Class in com.activeviam.builders.distributed
Simple implementation of an immutable builder.
ResultConsumerMessengerDefinitionBuilder(Function<IMessengerDefinition, ParentT>) - Constructor for class com.activeviam.builders.distributed.ResultConsumerMessengerDefinitionBuilder
Constructor for build start.
ResultConsumerMessengerDefinitionBuilder(Function<IMessengerDefinition, ParentT>, String, IPluginDefinition) - Constructor for class com.activeviam.builders.distributed.ResultConsumerMessengerDefinitionBuilder
Full constructor for build iterations.
ResultConsumerNamedSetDescriptionBuilder<ParentT> - Class in com.quartetfs.biz.pivot.definitions.builder.impl
Implementation of ICanStartBuildingNamedSetDescription.INamedSetDescriptionBuilder holding a callback with its result to propagate it to its parent builder.
ResultConsumerNamedSetDescriptionBuilder(Function<INamedSetDescription, ParentT>) - Constructor for class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerNamedSetDescriptionBuilder
Constructor.
ResultConsumerNamedSetDescriptionBuilder(Function<INamedSetDescription, ParentT>, String, String, String, String, ImmutableMap<String, String>, String) - Constructor for class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerNamedSetDescriptionBuilder
Fully qualified constructor.
ResultConsumerPluginDescriptionBuilder<RT> - Class in com.activeviam.builders
Simple implementation of IPluginDescriptionBuilder keeping a reference to the function integrating this builder's result to provide the next builder.
ResultConsumerPluginDescriptionBuilder(Function<PluginDefinition, RT>) - Constructor for class com.activeviam.builders.ResultConsumerPluginDescriptionBuilder
Constructor.
ResultConsumerPropertyInfoBuilder<ParentT> - Class in com.activeviam.builders.dimensions
 
ResultConsumerPropertyInfoBuilder(Function<IPropertyInfo, ParentT>) - Constructor for class com.activeviam.builders.dimensions.ResultConsumerPropertyInfoBuilder
Constructor for build start.
ResultConsumerPropertyInfoBuilder(Function<IPropertyInfo, ParentT>, String, String, String) - Constructor for class com.activeviam.builders.dimensions.ResultConsumerPropertyInfoBuilder
Constructor for build steps.
ResultConsumerSubCubePropertiesBuilder<ParentT> - Class in com.quartetfs.biz.pivot.context.subcube.impl
Builder for ISubCubeProperties.
ResultConsumerSubCubePropertiesBuilder(Function<ISubCubeProperties, ParentT>) - Constructor for class com.quartetfs.biz.pivot.context.subcube.impl.ResultConsumerSubCubePropertiesBuilder
Constructor.
ResultConsumerSubCubePropertiesBuilder(Function<ISubCubeProperties, ParentT>, boolean, ImmutableSet<String>, ImmutableMap<String, ImmutableMap<String, ImmutableSet<ImmutableList<?>>>>) - Constructor for class com.quartetfs.biz.pivot.context.subcube.impl.ResultConsumerSubCubePropertiesBuilder
Fully qualified constructor.
ResultFlag - Enum in com.quartetfs.pivot.mdx
Flag that have a meaning after an operation (Bottom/up approach).
ResultMerger - Class in com.qfs.store.query.plan.impl
A class to create and merge IClearableBitmap.
resultRetrieval - Variable in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
The child retrieval that completed first.
resultsIterator() - Method in class com.qfs.messenger.impl.CompletableFutureMessageAnswer
Gets an iterator to iterate over the result of the message.
resultSizeByPartitioning(Map<String, Integer>) - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData.QuerySummaryDataBuilder
The result size in terms of point locations by partitioning type.
resultSizes(int[]) - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData.ExternalRetrievalDataBuilder
 
resultSizes(int[]) - Method in class com.qfs.pivot.json.queryplan.RetrievalData.RetrievalDataBuilder
The result sizes in terms of point locations and for each partition with respect to this retrieval measures.
resume() - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
Resumes this distributed ActivePivot.
resume() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
resume() - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Records that the user wants to resume its query.
resume() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
resume() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
resume() - Method in interface com.quartetfs.fwk.IAgent
Resumes the agent.
resume() - Method in class com.quartetfs.fwk.impl.AAtomicAgent
 
resume(WebSocketSession, String) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketService
Deprecated.
Resumes a stream with the given id on the given session.
RESUME - com.qfs.pivot.json.query.JsonStreamingRequest.StreamingAction
To resume a paused continuous query, giving its id.
resumeAllPausedStreams() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
Resume all paused streams.
resumeAllPausedStreams() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Resumes all paused streams.
resumeListen(String) - Method in class com.qfs.msg.csv.impl.FileSystemCSVMonitoring
Resumes listening to the given topic.
resumeMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Resumes an existing monitoring.
resumeMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
resumeStream(String) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
resumeStream(String) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
Resume a streams.
resumeStream(String) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Resumes a streams.
resumeStream(String) - Method in class com.quartetfs.tech.streaming.impl.StreamingService
 
resumeStream(String) - Method in interface com.quartetfs.tech.streaming.IStreamingService
Resume a stream.
resumeWatcher(IWatcher) - Method in class com.qfs.msg.impl.WatcherService
 
resumeWatcher(IWatcher) - Method in interface com.qfs.msg.IWatcherService
Resumes the processing of events for a given watcher.
retainAll(int[]) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
retainAll(int[]) - Method in class com.qfs.trove.impl.QIntEmptySet
 
retainAll(int[]) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
retainAll(TIntCollection) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
retainAll(TIntCollection) - Method in class com.qfs.trove.impl.QIntEmptySet
 
retainAll(TIntCollection) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
retainAll(Collection<?>) - Method in class com.qfs.snl.events.impl.EventCache
 
retainAll(Collection<?>) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
retainAll(Collection<?>) - Method in class com.qfs.trove.impl.QIntEmptySet
 
retainAll(Collection<?>) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
rethrowRuntimeException(Throwable) - Static method in class com.activeviam.tracing.util.ReflectionUtils
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
RetrievalData - Class in com.qfs.pivot.json.queryplan
The retrieval data.
RetrievalData(int, String, String, String, List<LocationData>, List<String>, int, String, int[], Map<String, long[]>, List<String>) - Constructor for class com.qfs.pivot.json.queryplan.RetrievalData
 
RetrievalData.RetrievalDataBuilder - Class in com.qfs.pivot.json.queryplan
 
RetrievalException - Exception in com.quartetfs.biz.pivot.query.aggregates
An exception that occurs when retrieving aggregates.
RetrievalException() - Constructor for exception com.quartetfs.biz.pivot.query.aggregates.RetrievalException
 
RetrievalException(String) - Constructor for exception com.quartetfs.biz.pivot.query.aggregates.RetrievalException
 
RetrievalException(String, Object...) - Constructor for exception com.quartetfs.biz.pivot.query.aggregates.RetrievalException
 
RetrievalException(String, Throwable) - Constructor for exception com.quartetfs.biz.pivot.query.aggregates.RetrievalException
 
RetrievalException(Throwable) - Constructor for exception com.quartetfs.biz.pivot.query.aggregates.RetrievalException
 
RetrievalException(Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.pivot.query.aggregates.RetrievalException
 
retrievalId(int) - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData.ExternalRetrievalDataBuilder
 
retrievalId(int) - Method in class com.qfs.pivot.json.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval Id.
RetrievalKey - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Special class implementing a key to register an IAggregatesRetrieval when walking the execution graph.
RetrievalKey(IAggregatesRetrieval) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RetrievalKey
Full constructor.
RetrievalLocation(String, String, List<String>, List<Object>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.IAggregateRetrievalInfo.RetrievalLocation
Constructor.
RetrievalResultHolder - Class in com.quartetfs.biz.pivot.query.aggregates.plan.impl
Component responsible for holding the results of the corresponding retrievals held in the ExecutionPlan columns, and keeps track of their usages as underlying dependencies of other retrievals.
RetrievalResultHolder(int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RetrievalResultHolder
Constructor.
RetrievalResultSizeException - Exception in com.quartetfs.biz.pivot.cellset
Exception thrown when a retrieval result exceeds the size limit.
RetrievalResultSizeException(long, int, long) - Constructor for exception com.quartetfs.biz.pivot.cellset.RetrievalResultSizeException
Constructor.
RetrievalResultTracker - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Basic implementation of IRetrievalResultTracker.
RetrievalResultTracker(int, long, int, AtomicLong) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.RetrievalResultTracker
Constructor.
retrievalsCountByType(Map<String, Integer>) - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData.QuerySummaryDataBuilder
The number of retrieval by type.
retrieveActivePivot(String) - Method in class com.qfs.distribution.impl.ActivePivotSchemaDist
 
retrieveActivePivot(String) - Method in interface com.quartetfs.biz.pivot.IActivePivotSchema
Returns the ActivePivot's instance corresponding to the id.
retrieveActivePivot(String) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
retrieveActivePivotContainer(String) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
Returns the container wrapping the ActivePivot with the given ID.
retrieveActivePivotDescription(String) - Method in interface com.quartetfs.biz.pivot.webservices.IAdministrationService
Returns the pivot's description.
retrieveActivePivotDescription(String) - Method in class com.quartetfs.biz.pivot.webservices.impl.AdministrationService
 
retrieveActivePivotDiscovery() - Method in interface com.quartetfs.biz.pivot.webservices.IAdministrationService
 
retrieveActivePivotDiscovery() - Method in class com.quartetfs.biz.pivot.webservices.impl.AdministrationService
 
retrieveActivePivotState(String) - Method in interface com.quartetfs.biz.pivot.webservices.IAdministrationService
Returns the activepivot's status.
retrieveActivePivotState(String) - Method in class com.quartetfs.biz.pivot.webservices.impl.AdministrationService
 
retrieveAggregates(ILocation, ICubeFilter, String...) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAdvancedAggregatesRetriever
Retrieves the aggregated values targeted by the given location and measures.
retrieveAggregates(ILocation, ICubeFilter, String...) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
retrieveAggregates(ILocation, String...) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAdvancedAggregatesRetriever
Retrieves the aggregated values targeted by the given location and measures.
retrieveAggregates(ILocation, String...) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
retrieveAggregates(ILocation, Collection<? extends IMeasureMember>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAdvancedAggregatesRetriever
Retrieves the aggregated values targeted by the given location and measures.
retrieveAggregates(ILocation, Collection<? extends IMeasureMember>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
retrieveAggregates(ILocation, Collection<? extends IMeasureMember>, ICubeFilter) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAdvancedAggregatesRetriever
Retrieves the aggregated values targeted by the given location, measures and filter.
retrieveAggregates(ILocation, Collection<? extends IMeasureMember>, ICubeFilter) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
retrieveAggregates(IPrefetchRequest<?>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAdvancedAggregatesRetriever
Retrieves the aggregated values that have been retrieved by the given prefetch request.
retrieveAggregates(IPrefetchRequest<?>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
retrieveAggregates(String) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAdvancedAggregatesRetriever
Retrieve all the aggregates that have been computed for the prefetcher with the given name, for the current location (ie, the one passed as argument to IPostProcessor.compute(com.quartetfs.biz.pivot.ILocation, com.quartetfs.biz.pivot.query.aggregates.IAdvancedAggregatesRetriever)).
retrieveAggregates(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
retrieveAggregates(Collection<? extends IPrefetchRequest<?>>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAdvancedAggregatesRetriever
Retrieves the aggregated values targeted by the given prefetch requests.
retrieveAggregates(Collection<? extends IPrefetchRequest<?>>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
retrieveAggregates(Collection<ILocation>, Collection<String>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Plans, retrieves and returns the requested aggregates.
retrieveAggregates(Collection<ILocation>, Collection<String>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
retrieveAggregatesAsync(CountedCompleter<?>, Collection<ILocation>, Collection<String>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IActivePivotAggregatesRetriever
Asynchronously plans and retrieves the requested aggregates.
retrieveAggregatesAsync(CountedCompleter<?>, Collection<ILocation>, Collection<String>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
RetrieveAggregatesMessage - Class in com.qfs.query.impl
Message sent from a query cube to the data nodes involved in a given GetAggregatesQuery.
RetrieveAggregatesMessage() - Constructor for class com.qfs.query.impl.RetrieveAggregatesMessage
Empty constructor for serialization.
RetrieveAggregatesMessage(String, IActivePivotContext, ICubeFilter, String, Collection<IMeasureMemberDescription>, ResultTranslator) - Constructor for class com.qfs.query.impl.RetrieveAggregatesMessage
Constructor.
RetrieveAggregatesMessageAction(CancellableCountedCompleter<?>, String, IDistributedActivePivotVersion, long, String[], Supplier<IRetrievalResultTracker>) - Constructor for class com.qfs.query.impl.DistributedExecutionPlan.RetrieveAggregatesMessageAction
Constructor.
retrieveAggregatesWithoutAnalysisLevels(IScopedAggregatesRetrievalDescription, StandardScopeLocation, IIndexedAggregateProviderExecutionContext, Supplier<IRetrievalResultTracker>) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedAggregateProviderVersion
Retrieves the aggregated values described by the given retrieval.
retrieveAllHierarchies(String) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
retrieveAllHierarchies(String) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
Return the list of hierarchies for a given pivot id.
retrieveAllHierarchies(String) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
Return the list of hierarchies for a given pivot id.
retrieveAllHierarchyInformations() - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
Gets the HierarchyInformations of all hierarchies that are present in the cube or that we know are going to be published when this method is called.
retrieveAxisMembers(int, IAxisHierarchy) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.AllExcludedSubCubeTree
 
retrieveAxisMembers(int, IAxisHierarchy) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeTree
 
retrieveAxisMembers(int, IAxisHierarchy) - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeTree
Retrieve the Set of axisMembers with given maximum depth and fulfill to the restrictions defined into the ISubCubeTree.
retrieveAxisMembers(IAxisHierarchy, int, IAxisMember, Set<IAxisMember>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeNode
Retrieve the axis member with given maximum depth and filtered by the tree.
retrieveAxisMembers(IAxisHierarchy, Object[], IAxisMember, Set<IAxisMember>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeNode
Retrieve the axis members pointed by the object path and filtered by the tree.
retrieveAxisMembers(IAxisHierarchy, String[], IAxisMember, Set<IAxisMember>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeNode
Retrieve the axis member pointed by the stringPath and filtered by the tree.
retrieveAxisMembers(Object[], IAxisHierarchy) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.AllExcludedSubCubeTree
 
retrieveAxisMembers(Object[], IAxisHierarchy) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeTree
 
retrieveAxisMembers(Object[], IAxisHierarchy) - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeTree
Retrieve the Set of axisMembers which matches with the memberPath and fulfill to the restrictions defined into the ISubCubeTree.
retrieveAxisMembers(String[], IAxisHierarchy) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.AllExcludedSubCubeTree
 
retrieveAxisMembers(String[], IAxisHierarchy) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeTree
 
retrieveAxisMembers(String[], IAxisHierarchy) - Method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeTree
Retrieve the Set of axisMembers which matches with the memberPath and fulfill to the restrictions defined into the ISubCubeTree.
retrieveCalculatedMemberFormulas() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxContextHelper
Extracts specifications of formulas defined by calculated members present in the MdxContext.
retrieveChild(long, String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
retrieveChild(long, String) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IMultiVersionAxisMember
Retrieves the child of a member.
retrieveChild(IAxisMember, String) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
Retrieves a child by its name.
retrieveChild(IAxisMember, String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
retrieveChild(IAxisMember, String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Retrieves a child by its name.
retrieveChild(IAxisMember, String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
retrieveChild(IAxisMember, String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
retrieveChild(IAxisMember, String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
retrieveChild(IAxisMember, String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
retrieveChild(IAxisMember, String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
retrieveChild(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
retrieveChild(String) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IParentAxisMember
Deprecated.
Retrieve a child by its name.
retrieveChild(String) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.ITransactionalAxisMember
Deprecated.
 
retrieveChild(Predicate<IMultiVersionAxisMember>, IAxisMember, String) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Retrieves a child of a given member by its name.
retrieveChild(Predicate<IMultiVersionAxisMember>, IAxisMember, String) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
retrieveChild(Predicate<IMultiVersionAxisMember>, IAxisMember, String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
retrieveChildMembers(String, String, String, AxisMemberDTO) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
retrieveChildMembers(String, String, String, AxisMemberDTO) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
Retrieve all the child members of a targeted member.
retrieveChildMembers(String, String, String, AxisMemberDTO) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
Retrieve all the child members of a targeted member.
retrieveCustomMemberProperties(IMdxLevel) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Retrieves all custom member properties associated with a level.
retrieveCustomMemberProperties(IMdxLevel) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
retrieveDatabaseVersion(IActivePivotContext) - Static method in class com.quartetfs.biz.pivot.query.impl.QueryCache
Sugar method to access a database version from a context.
retrieveDatabaseVersion(IActivePivotVersion) - Static method in class com.quartetfs.biz.pivot.query.impl.QueryCache
Sugar method to access a database version from the context of a session.
retrieveDefaultMembers(String) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
retrieveDefaultMembers(String) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
Return for each hierarchy the default member.
retrieveDefaultMembers(String) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
Return for each hierarchy the default member.
retrieveDistributedActivePivotContainer(String) - Method in class com.qfs.distribution.impl.ActivePivotSchemaDist
Returns the distributed container wrapping the distributed ActivePivot with the given ID.
retrieveEntitlements(ISecurityDetails) - Method in interface com.quartetfs.biz.pivot.security.IEntitlementsProvider
Returns the entitlements associated with the identifier.
retrieveEntitlements(ISecurityDetails) - Method in class com.quartetfs.biz.pivot.security.impl.ABasicEntitlementsProvider
Retrieve the roles associated to the set {UserName, GrantedAuthorities}.
retrieveEntitlements(Collection<String>) - Method in class com.quartetfs.biz.pivot.security.impl.BasicEntitlementsProvider
 
retrieveEvents(long, TimePeriod) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
Retrieve all events associated to a specific monitor for a given time period.
retrieveExistingMeasureByName(String) - Method in class com.activeviam.copper.DataCubeHelper
Deprecated.
 
retrieveHierarchy(String) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotVersionQueryHelper
Retrieve a hierarchy by its name.
retrieveHierarchyOrdinal(String) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotVersionQueryHelper
Retrieves the ordinal of a hierarchy.
retrieveKpiFormulas(IMdxCube) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxContextHelper
Extracts specifications of formulas defined by kpis present in the MdxContext.
retrieveLeaves(IMdxHierarchy, IMdxFixedMember, int, int) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Retrieves all leaves the specified hierarchy of the descendants of the specified member which are leaves.
retrieveLeaves(IMdxHierarchy, IMdxFixedMember, int, int) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
retrieveLevelOrdinals(String) - Method in class com.quartetfs.biz.pivot.impl.LocationConverter
Retrieves the ordinals of the hierarchy and level submitted.
retrieveLevelOrdinals(String) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotVersionQueryHelper
Retrieve the ordinals of the hierarchy and level submitted.
retrieveLevels(ITuple, Map<String, String>) - Static method in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Retrieves the levels members to export.
retrieveLevelTypesForColumns(IMdxCube, MdxCellSet) - Static method in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Retrieves the names of the levels of the columns of the cell set.
retrieveLevelTypesForOneAxis(IMdxCube, MdxCellSet, IAxisName) - Static method in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Retrieves the names of the levels of one axis of the cell set.
retrieveLevelTypesForRows(IMdxCube, MdxCellSet) - Static method in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Retrieves the names of the levels of the rows of the cell set.
retrieveLocationHierarchies(String) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
retrieveLocationHierarchies(String) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
Return the list of hierarchies for a given pivot id which can be used in a location.
retrieveLocationHierarchies(String) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
Return the list of hierarchies for a given pivot id which can be used in a location.
retrieveManagerName() - Method in interface com.quartetfs.biz.pivot.webservices.IAdministrationService
Returns the manager's name.
retrieveManagerName() - Method in class com.quartetfs.biz.pivot.webservices.impl.AdministrationService
 
retrieveManagerState() - Method in interface com.quartetfs.biz.pivot.webservices.IAdministrationService
Returns the manager's status.
retrieveManagerState() - Method in class com.quartetfs.biz.pivot.webservices.impl.AdministrationService
 
retrieveMatchingDatabase() - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
retrieveMatchingDatabase() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
Returns the database version matching this ActivePivotVersion.
retrieveMeasureDescription(String) - Method in class com.activeviam.copper.AMeasurePublisher
Deprecated.
 
retrieveMeasures(boolean, boolean, boolean) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
This method allows to retrieve invisible measures.
retrieveMeasures(boolean, boolean, boolean) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
retrieveMembers() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
Retrieves all the members associated with a the measure hierarchy.
retrieveMembers() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
 
retrieveMembers() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
retrieveMembers() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
retrieveMembers() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy
 
retrieveMembers(int) - Method in interface com.qfs.pivot.hierarchy.IAxisHierarchyCollector
Deprecated.
 
retrieveMembers(int) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
 
retrieveMembers(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
retrieveMembers(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Retrieves all the members from the level with the specified depth (i.e.
retrieveMembers(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
retrieveMembers(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
retrieveMembers(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedRangeAxisHierarchy
 
retrieveMembers(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
retrieveMembers(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
retrieveMembers(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
retrieveMembers(int) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
Retrieves all the members of the level of this hierarchy with the specified depth/ ordinal.
retrieveMembers(int) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
Retrieves all the members of the level of this hierarchy with the specified depth/ ordinal.
retrieveMembers(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
 
retrieveMembers(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
retrieveMembers(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
retrieveMembers(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy
 
retrieveMembers(ISubCubeTree, Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
Retrieves members based on a subcube tree.
retrieveMembers(ISubCubeTree, String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
Retrieve members based on a subcube tree.
retrieveMembers(IAxisHierarchy, int) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilter
Retrieves all the members that match this filter on the given hierarchy at the give depth.
retrieveMembers(IAxisHierarchy, int) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
 
retrieveMembers(IAxisHierarchy, Object[]) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilter
Retrieves all the members that match this filter on the given hierarchy with the given path.
retrieveMembers(IAxisHierarchy, Object[]) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
 
retrieveMembers(IAxisHierarchy, String[]) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilter
Retrieves all the members that match this filter on the given hierarchy with the given path.
retrieveMembers(IAxisHierarchy, String[]) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
 
retrieveMembers(IMdxHierarchy, int) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Retrieves all the members from the level with the specified ordinal in the hierarchy.
retrieveMembers(IMdxHierarchy, int) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
retrieveMembers(Object[]) - Method in interface com.qfs.pivot.hierarchy.IAxisHierarchyCollector
Deprecated.
 
retrieveMembers(Object[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
 
retrieveMembers(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
retrieveMembers(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Retrieves a list of members on the most recent version of this hierarchy by defining an object path.
retrieveMembers(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
retrieveMembers(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
retrieveMembers(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedRangeAxisHierarchy
 
retrieveMembers(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
retrieveMembers(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
retrieveMembers(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
retrieveMembers(Object[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
Retrieves all the members of this hierarchy matching the given Object path.
retrieveMembers(Object[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
Retrieves all the members of this hierarchy matching the given Object path.
retrieveMembers(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
 
retrieveMembers(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
retrieveMembers(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
retrieveMembers(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy
 
retrieveMembers(String[]) - Method in interface com.qfs.pivot.hierarchy.IAxisHierarchyCollector
Deprecated.
 
retrieveMembers(String[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
 
retrieveMembers(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
retrieveMembers(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
Retrieves a list of members on the most recent version of this hierarchy by defining a string path.
retrieveMembers(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
retrieveMembers(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
retrieveMembers(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedRangeAxisHierarchy
 
retrieveMembers(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
retrieveMembers(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
retrieveMembers(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
retrieveMembers(String[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
Retrieves all the members of this hierarchy matching the given String path.
retrieveMembers(String[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
Retrieves all the members of this hierarchy matching the given String path.
retrieveMembers(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
 
retrieveMembers(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
retrieveMembers(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
retrieveMembers(String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy
 
retrieveMembers(String, String, String, String) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
retrieveMembers(String, String, String, String) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
Retrieve all the members inside a specific level.
retrieveMembers(String, String, String, String) - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
Retrieve all the members inside a specific level.
retrieveMembers(Predicate<IMultiVersionAxisMember>, int) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Retrieves all members at the given depth that match the given predicate.
retrieveMembers(Predicate<IMultiVersionAxisMember>, int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase
 
retrieveMembers(Predicate<IMultiVersionAxisMember>, Object[]) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Retrieves all members that match the given predicate and the given path.
retrieveMembers(Predicate<IMultiVersionAxisMember>, Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase
 
retrieveMembers(Predicate<IMultiVersionAxisMember>, String[]) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Retrieves all members at the given depth that matches the given predicate.
retrieveMembers(Predicate<IMultiVersionAxisMember>, String[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase
 
retrieveMembersUsingCaptionPattern(IMdxHierarchy, String, int, boolean) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Retrieves members of a hierarchy that their captions match to a given pattern.
retrieveMembersUsingCaptionPattern(IMdxHierarchy, String, int, boolean) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
retrieveMembersUsingNamePattern(IMdxHierarchy, String, int, boolean) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxCube
Retrieves members of a hierarchy that their names match to a given pattern.
retrieveMembersUsingNamePattern(IMdxHierarchy, String, int, boolean) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxCube
 
retrieveMembersUsingPattern(IHierarchy, String, Map<String, IFormatter>, Map<String, String>, boolean, int, boolean) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Deprecated, for removal: This API element is subject to removal in a future version.
retrieveNamedSetFormulas() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxContextHelper
Extracts specifications of formulas defined by named sets present in the MdxContext.
retrieveNeighbor(ILocation, boolean) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.NeighborValuePostProcessor
From an input location, retrieves the corresponding axis member on the time hierarchy and returns its neighbor.
retrieveNumberOfAllowedCores() - Static method in class com.quartetfs.biz.pivot.impl.PivotUtils
Deprecated.
Rely on this method if the number of cores on the server are greater than the cores in the license.
retrieveOutputTypeFromSelector() - Method in enum com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
Returns the output type of the operation this selector represents.
retrievePastPerformances(QueryExecutorMonitor, int) - Method in class com.activeviam.apm.pivot.query.impl.PastQueryPerformanceElasticsearchLoader
 
retrievePastPerformances(QueryExecutorMonitor, int) - Method in interface com.activeviam.apm.pivot.query.IPastQueryPerformanceLoader
Loads in a list the past performances of a query.
retrievePivotIds() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
retrievePivotIds() - Method in interface com.quartetfs.biz.pivot.webservices.IAdministrationService
 
retrievePivotIds() - Method in class com.quartetfs.biz.pivot.webservices.impl.AdministrationService
 
retrievePivotIds() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
 
retrievePivotIds() - Method in interface com.quartetfs.biz.pivot.webservices.IQueriesService
 
retrieveQueriesTimeLimit(IActivePivot, boolean) - Static method in class com.qfs.distribution.impl.DistributionUtil
Retrieve the IQueriesTimeLimit from the pivot.
retrieverType(String) - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
The retriever type.
retrieveSchemaIds() - Method in interface com.quartetfs.biz.pivot.webservices.IAdministrationService
 
retrieveSchemaIds() - Method in class com.quartetfs.biz.pivot.webservices.impl.AdministrationService
 
retrieveSchemaState(String) - Method in interface com.quartetfs.biz.pivot.webservices.IAdministrationService
Returns the schema's status.
retrieveSchemaState(String) - Method in class com.quartetfs.biz.pivot.webservices.impl.AdministrationService
 
retrieveStatistic(String) - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
retrieveStatistic(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
 
retrieveStatistic(String) - Method in class com.quartetfs.fwk.monitoring.impl.AbstractStatistics
 
retrieveStatistic(String) - Method in interface com.quartetfs.fwk.monitoring.IStatistics
Retrieve the current value of a statistic.
retrieveType(String) - Static method in interface com.activeviam.agg.IUserDefinedAggregateFunction
Retrieves the aggregated data-type of an IUserDefinedAggregateFunction from its plugin key.
retrieveType(String, int) - Static method in interface com.qfs.agg.IAggregationFunction
Retrieves the aggregated data-type of a function from its plugin key.
retrieveType(String, int[]) - Static method in interface com.qfs.agg.IMultiSourceAggregationFunction
Retrieves the aggregated data-type of an IMultiSourceAggregationFunction from its plugin key.
retrieveValue(String, ILocation) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotVersionQueryHelper
Retrieve the location's value associated with a level.
RetrieveVersionsProcedure<V extends IVersion> - Class in com.qfs.multiversion.impl
Procedure to collect recorded versions, starting from the given epoch id.
RetrieveVersionsProcedure() - Constructor for class com.qfs.multiversion.impl.RetrieveVersionsProcedure
Default constructor.
RetrieveVersionsProcedure(long) - Constructor for class com.qfs.multiversion.impl.RetrieveVersionsProcedure
Constructor.
RETRY - com.quartetfs.biz.pivot.query.registration.impl.RegistrationUtil.RegistrationResult
When the registration failed (without exception) and the registration asked to retry.
RETRY_UNAVAILABLE_INSTANCES_PERIOD - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The retry period for RetryUnavailableInstances in seconds.
RETURN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
RETURN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
RETURN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
return_dt_columns() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
return_dt_columns() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
return_dt_columns_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.return_dt_columns_return
 
RETURN_FIELD_CAPTION - Static variable in class com.quartetfs.pivot.mdx.impl.ADrillthroughExecutor
Property to return the caption of the fields instead of the values when there is no RETURN clause.
RETURN_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
ReturnAllPartitionCompiledOperation - Class in com.qfs.store.query.plan.impl
An ICompiledPartitionContentOperation that always returns all the rows in the partition.
ReturnAllPartitionCompiledOperation(IDictionaryOperand, int, int) - Constructor for class com.qfs.store.query.plan.impl.ReturnAllPartitionCompiledOperation
Full constructor.
ReturnAllPartitionOperation(int, IDictionaryOperand) - Constructor for class com.qfs.store.query.plan.impl.StoreSearchBuilder.ReturnAllPartitionOperation
Constructor.
returnedClass() - Method in class com.qfs.repository.persistence.type.impl.StringCoordinateType
 
returnedClass() - Method in class com.qfs.snl.persistence.type.impl.StateListType
 
returnedClass() - Method in class com.qfs.snl.persistence.type.impl.StringListType
 
returnedClass() - Method in class com.qfs.snl.persistence.type.impl.StringStringMapType
 
ReturnElement - Class in com.quartetfs.pivot.mdx.statement.impl
 
ReturnElement(ICompoundIdentifier) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.ReturnElement
 
ReturnFunction - Class in com.quartetfs.pivot.mdx.func.base.impl
Basic implementation of a IReturnFunction.
ReturnFunction(String, IReturnElement) - Constructor for class com.quartetfs.pivot.mdx.func.base.impl.ReturnFunction
Full constructor.
ReturnFunctionExtendedPlugin - Class in com.quartetfs.pivot.mdx.statement.impl
Plugin implementation for storing drillthrough function plugin values.
ReturnFunctionExtendedPlugin() - Constructor for class com.quartetfs.pivot.mdx.statement.impl.ReturnFunctionExtendedPlugin
Constructor registering the default Plugin values provided by the Core Product.
returnTopMembers(IMdxHierarchy) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Return a member which represents the members of the first level of the given hierarchy.
REUSABLE_INPUT - Static variable in interface com.qfs.dic.IWritableIntegerArrayDictionary
A flag indicating that the mapping has not directly stored its input array without any copying.
reuseOrCreateEpochForCommit(IEpoch) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
Decides if the epoch received from the database commit can be used as epoch for all our underlying pivots.
reverse - Variable in class com.activeviam.copper.measure.window.WindowBuilder
Whether or not the user called Window.reverse().
reverse() - Method in interface com.activeviam.copper.api.Window
Specifies that the ordering of the given Window should behave the opposite way the original ordering does.
reverse() - Method in class com.activeviam.copper.measure.window.WindowBuilder
 
reverse() - Method in class com.activeviam.copper.measure.window.WindowSiblingBuilder
 
reverse() - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
reverse() - Method in class com.qfs.util.IRangeUnion.Range
Deprecated.
Create a new IRangeUnion.Range which IRangeUnion.Range.from value is equal to this.to and IRangeUnion.Range.to value is equal to this.from.
reverse() - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
reverse() - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
reverse() - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
reverse() - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
reverse() - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
reverse() - Method in class com.qfs.vector.impl.EmptyVector
 
reverse() - Method in class com.qfs.vector.impl.ZeroVector
 
reverse() - Method in interface com.qfs.vector.ITransientVector
Reverses this vector, exchanging element k with element size() - k - 1.
reverse(byte[]) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Reverses the array.
reverse(double[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Reverses the given array.
reverse(float[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Reverses the given array.
reverse(int[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Reverses the given array.
reverse(int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
reverse(long[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Reverses the given array.
reverse(T[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Reverses the given array.
REVERSE_ORDER_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
Define if the values will be aggregated with the hierarchy order or reverse hierarchy order.
REVERSE_ORDER_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.AnalyticFunctionPostProcessor
Defines if the values will be aggregated with the hierarchy order or reverse hierarchy order.
ReverseComparableComparator - Class in com.quartetfs.fwk.ordering.impl
Compares two objects implementing the Comparable interface, but the order implied by this comparator is the reverse of the order implied by the Comparable interface.
ReverseComparableComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.ReverseComparableComparator
 
ReverseDoubleComparator - Class in com.quartetfs.fwk.ordering.impl
Compares two Double objects, but according to the descending order.
ReverseDoubleComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.ReverseDoubleComparator
 
ReverseEpochComparator - Class in com.qfs.fwk.ordering.impl
Sorts the epochs, from the most recent to the oldest.
ReverseEpochComparator() - Constructor for class com.qfs.fwk.ordering.impl.ReverseEpochComparator
 
ReverseFloatComparator - Class in com.quartetfs.fwk.ordering.impl
Compares two Float objects, in descending order.
ReverseFloatComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.ReverseFloatComparator
 
ReverseHierarchizeFunction - Class in com.quartetfs.pivot.mdx.func.impl
ActiveViam function which orders a set in descending order on the given level, while all the other levels are sorted in ascending order.
ReverseHierarchizeFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ReverseHierarchizeFunction
Constructor.
ReverseHierarchyComparator - Class in com.quartetfs.biz.pivot.postprocessing.impl
A comparator to compare locations or axis members over the hierarchy, with respect to the reversed comparators of each level in the hierarchy.
ReverseHierarchyComparator(IHierarchyInfo, List<? extends ILevelInfo>) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.ReverseHierarchyComparator
 
ReverseHierarchyComparator.ReserveLevelComparator - Class in com.quartetfs.biz.pivot.postprocessing.impl
Level comparator sorting level members in reverse order.
ReverseIntComparator - Class in com.quartetfs.fwk.ordering.impl
Compares two Integer objects, in descending order.
ReverseIntComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.ReverseIntComparator
 
reverseIterator(List<T>) - Static method in class com.qfs.util.impl.QfsLists
Deprecated.
Creates an iterator on the given list crossing it in reverse order.
reverseIterator(List<T>, int) - Static method in class com.qfs.util.impl.QfsLists
Deprecated.
Creates an iterator on the given list crossing it in reverse order.
ReverseIterator(ListIterator<E>) - Constructor for class com.qfs.util.impl.QfsLists.ReverseIterator
Deprecated.
Constructor.
ReverseLongComparator - Class in com.quartetfs.fwk.ordering.impl
Compares two Long objects, in descending order.
ReverseLongComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.ReverseLongComparator
 
reverseMembersIterator(Object[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAxisHierarchy
 
reverseMembersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
reverseMembersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
 
reverseMembersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchy
 
reverseMembersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
reverseMembersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.RangeAxisHierarchy
 
reverseMembersIterator(Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
 
reverseMembersIterator(Object[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IHierarchy
Creates an Iterator over the members of this hierarchy matching the given object path.
reverseMembersIterator(Object[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
 
reverseMembersIterator(Predicate<IMultiVersionAxisMember>, Object[]) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.impl.IAxisHierarchyBase
Deprecated.
Creates an Iterator over the members defined by an input object path.
reverseMembersIterator(Predicate<IMultiVersionAxisMember>, Object[]) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
reverseMembersIterator(Predicate<IMultiVersionAxisMember>, Object[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
reverseOrder(ISet) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Reverses the elements of the set.
ReverseOrderComparator - Class in com.quartetfs.fwk.ordering.impl
Reverse natural order java Comparator.
ReverseOrderComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.ReverseOrderComparator
 
revertToVersion(IDatabaseVersion) - Method in interface com.qfs.store.transaction.ITransactionManager
Generates a new version equivalent to the target version.
revertToVersion(IDatastoreSchemaVersion) - Method in interface com.qfs.store.IDatastoreSchemaTransaction
Deprecated.
Generates a new version equivalent to the target version.
revertToVersion(IDatastoreSchemaVersion) - Method in class com.qfs.store.impl.DatastoreSchemaBase
Generates a new version equivalent to the target version.
revertToVersion(IDatastoreSchemaVersion) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
revertToVersion(IDatastoreSchemaVersion) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Generates a new version equivalent to the target version.
revertToVersion(IDatastoreSchemaVersion) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Generates a new version equivalent to the target version.
revertToVersion(IDatastoreSchemaVersion) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
revertToVersion(IDatastoreVersion) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
revertToVersion(IDatastoreVersion) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
revertToVersion(IDatastoreVersion) - Method in interface com.qfs.store.transaction.ITransactionManager
Generates a new version equivalent to the target version.
revertToVersion(IRecordSetVersion, IStorePartitionTransaction) - Method in class com.qfs.store.impl.ColumnarRecordSetTransaction
 
revertToVersion(IRecordSetVersion, IStorePartitionTransaction) - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
revertToVersion(IRecordSetVersion, IStorePartitionTransaction) - Method in interface com.qfs.store.IRecordSetTransaction
Updates the records to create a new version equivalent to a target version.
revertToVersion(IStorePartitionVersion) - Method in class com.qfs.store.impl.StorePartitionWorker
Reverts the partition to a state equivalent to a previous version.
revertToVersion(IStorePartitionVersion) - Method in class com.qfs.store.impl.StorePartitionWorkUnitQueue
Reverts the partition to a state equivalent to a previous version.
RevertToVersion - com.qfs.store.IStorePartitionWorkUnit.WorkType
 
rewind() - Method in class com.activeviam.arrow.read.ArrowCursor
 
rewind() - Method in interface com.qfs.bitmap.IIntIterator
Rewinds or initializes this iterator to the first result.
rewind() - Method in class com.qfs.bitmap.impl.ChunkedBitmap.ChunkedBitmapIterator
 
rewind() - Method in class com.qfs.bitmap.impl.QFSBitmap.EmptyIntIterator
 
rewind() - Method in class com.qfs.bitmap.impl.QFSRun
Resets this iterator.
rewind() - Method in interface com.qfs.store.query.ICursor
Deprecated, for removal: This API element is subject to removal in a future version.
This method is impossible to implement for any database (see PIVOT-5905)
rewind() - Method in class com.qfs.store.query.impl.ConditionCursor
 
rewind() - Method in class com.qfs.store.query.impl.EmptyResultCursor
 
rewind() - Method in class com.qfs.store.query.impl.MergeCursor
 
rewind() - Method in class com.qfs.store.query.impl.RecordArrayCursor
 
rewind() - Method in class com.qfs.store.query.impl.RecordSetRowsIterator
 
rewind() - Method in class com.qfs.store.query.impl.RowListFlattenerCursor.ABatchRecordIterator
Rewind this iterator.
rewind() - Method in class com.qfs.store.query.impl.RowListFlattenerCursor
 
rewind() - Method in class com.qfs.store.query.impl.RowListIterator
 
rewind() - Method in class com.qfs.store.query.impl.SizeLimitCursor
 
rewind() - Method in interface com.qfs.store.query.IRowsIterator
Rewinds or initializes this iterator to the first result.
rewrite(CopperTree) - Method in class com.activeviam.copper.graph.visitor.ACopperTreeRewriter
Rewrites the tree by walking it in a breadth-first manner.
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.qfs.index.impl.IntegerArrayVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.qfs.index.impl.LongArrayVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.qfs.index.impl.SecondaryRecordIndexVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.qfs.index.impl.UniqueRecordIndexVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in interface com.qfs.multiversion.squash.ISquashableIntegerArrayVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in interface com.qfs.multiversion.squash.ISquashableLongArrayVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchyVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedAggregateProviderVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.qfs.store.impl.DatastoreSchemaVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.qfs.store.impl.FencedColumnarRecordSetVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.qfs.store.impl.StorePartitionVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.qfs.store.impl.StoreVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisAxisHierarchyVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchyVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.impl.CubeVersion
 
rewrite(IEpoch, IVersionTreeRewriting.IVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
rewrite(ISubCubeProperties) - Method in class com.qfs.distribution.impl.SubCubeLevelConcealer
Walks the given subCube along this walker's hierarchies and restricts its scope by removing conditions on missing levels.
rewrite(List<? extends IInternalStorePartitionVersion>) - Method in class com.qfs.store.impl.InitializeReferenceOperation
 
rewrite(List<? extends IInternalStorePartitionVersion>) - Method in class com.qfs.store.impl.InitializeSecondaryIndexOperation
 
rewrite(List<? extends IInternalStorePartitionVersion>) - Method in class com.qfs.store.impl.InitializeUniqueIndexOperation
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.qfs.distribution.impl.DistributedActivePivotContext
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedMeasureHierarchy
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderBase
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.BitmapAggregateProviderBase
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderBase
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.LeafAggregateProviderBase
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderBase
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.context.impl.ActivePivotContext
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisHierarchyBase
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisHierarchyBase
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MeasureHierarchy
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.impl.CubeBase
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
 
rewriteBase(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.impl.PivotMetadata
Deprecated.
 
rewriteConditionForHierarchy(ICondition, Set<String>) - Static method in class com.activeviam.biz.pivot.impl.ActivePivotConditionBuilder
Rewrites the condition for a given hierarchy, from a root condition.
rewriteEpoch(LongUnaryOperator) - Method in class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisMember
 
rewriteFilter(IMdxCube, ICubeFilter) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxCubeUtil
Some components may generate subcubes which are invalid, because they used the Mdx cube for instance and included Epoch hierarchy.
rewriteLocation(IMdxCube, Object[][]) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxCubeUtil
Some components may generate locations which are invalid, because they used the Mdx cube for instance and included Epoch hierarchy.
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension
 
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.MultiVersionBitmapAggregateProvider
 
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.MultiVersionLeafAggregateProvider
 
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.qfs.pivot.cube.provider.impl.DistributedAggregateProvider
 
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.qfs.pivot.cube.provider.impl.MultiVersionAggregateProviderHolder
 
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.qfs.pivot.cube.provider.partition.impl.MultiVersionPartitionedBitmapAggregateProvider
 
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.qfs.pivot.cube.provider.partition.impl.MultiVersionPartitionedLeafAggregateProvider
 
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.qfs.pivot.impl.MultiVersionDataActivePivot
Deprecated.
 
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.dimension.axis.impl.MultiVersionAxisDimension
 
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.dimension.measure.impl.MultiVersionMeasureDimension
 
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
 
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.impl.MultiVersionCube
 
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
rewriteMultiVersion(PivotMultiVersionRewriteContext) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
rewriteSubCube(IMdxCube, ISubCubeProperties) - Static method in class com.quartetfs.pivot.mdx.meta.impl.MdxCubeUtil
Some components may generate subcubes which are invalid, because they used the Mdx cube for instance and included Epoch hierarchy.
RewriteToLeadFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
rewriteTree(CopperTree, Supplier<ACopperTreeRewriter>) - Static method in class com.activeviam.copper.MeasureOptimizer
Deprecated.
Rewrites the tree repeatedly until no further modification can be made.
rewriteVersionColumn(IEpochMapper) - Method in class com.qfs.store.impl.ColumnarRecordSet
 
rewriteVersionColumn(IEpochMapper) - Method in interface com.qfs.store.IRecordSetBase
Rewrites the epochs of the records.
REWRITTEN_PROPERTIES - Static variable in class com.quartetfs.pivot.mdx.xmla.impl.OlapMdxCellSetInfo
Properties that need special handling in XMLA response.
RGB - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
RGBFunction - Class in com.quartetfs.pivot.mdx.func.impl
This function calculates the RGB color Ex : RGB(255,0,0) RGB(255,[Measure].[contributors.COUNT],0) if the count exceeds 255 or is negative we make it 255 or zero (This is what MSAS does).
RGBFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.RGBFunction
 
right() - Method in interface com.activeviam.util.function.IEither
Returns the right object.
right() - Method in interface com.activeviam.util.function.IOptionalEither
Returns the right object.
RIGHT - com.qfs.util.ui.IBorderBuilder.Direction
Right border of a cell.
RIGHT - com.qfs.util.ui.ITableBuilder.Orientation
 
RIGHT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
RightFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.StringManipulationFunctions.RightFunction
 
rightOrNull() - Method in interface com.activeviam.util.function.IEither
Returns the right object, or null if there is no right object.
rightOrNull() - Method in class com.activeviam.util.function.impl.Either
 
rightOrNull() - Method in class com.activeviam.util.function.impl.OptionalEither
 
rightOrNull() - Method in interface com.activeviam.util.function.IOptionalEither
Returns the right object, or null if there is no right object.
RightPaddedCell - Class in com.qfs.util.ui.impl
Class representing a cell with content displayed with a padding of n chars on the right.
RightPaddedCell(String, int, int) - Constructor for class com.qfs.util.ui.impl.RightPaddedCell
Constructor.
RO_PROPERTY - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
role - Variable in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.GlobalEntitlementBuilder
The role to assign the entitlement to.
role - Variable in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
The role to assign the entitlement to.
ROLE_ROOT - Static variable in interface com.qfs.content.service.IContentService
The role to use to grant root permissions into the content service.
ROLE_ROOT_LIST - Static variable in interface com.qfs.content.service.IContentService
A singleton List containing IContentService.ROLE_ROOT.
ROLE_ROOT_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property that configures the name of the root role.
ROLES - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_CatalogsDefinition
 
rollback() - Method in interface com.activeviam.dic.provider.IDictionaryProviderTransaction
Rolls back all changes made by this transaction.
rollback() - Method in class com.activeviam.dic.provider.impl.DictionaryProviderTransaction
 
rollback() - Method in class com.qfs.index.impl.AUniqueRecordIndexTransaction
 
rollback() - Method in class com.qfs.index.impl.IntegerArrayTransaction
 
rollback() - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexTransaction
 
rollback() - Method in class com.qfs.index.impl.LongArrayTransaction
 
rollback() - Method in class com.qfs.index.impl.MultiVersionLazyDeleteLinkedIndex
 
rollback() - Method in class com.qfs.index.impl.SecondaryRecordIndexTransaction
 
rollback() - Method in class com.qfs.multiversion.impl.ATransactionalMultiVersion
Deprecated.
 
rollback() - Method in interface com.qfs.multiversion.IMultiVersionOperations
Rolls back the changes that have been written in the transient state.
rollback() - Method in interface com.qfs.multiversion.ITransaction
Rolls the transaction back.
rollback() - Method in interface com.qfs.multiversion.ITransactionalMultiVersion
Rolls back the changes that have been written in the transient state.
rollback() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension
 
rollback() - Method in class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisDimension
 
rollback() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
 
rollback() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderTransaction
 
rollback() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.BitmapAggregateProviderTransaction
 
rollback() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderTransaction
 
rollback() - Method in class com.qfs.pivot.cube.provider.partition.impl.AIndexedPartitionedAggregateProviderTransaction
 
rollback() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderTransaction
 
rollback() - Method in class com.qfs.pivot.hierarchy.impl.AHierarchyTransaction
 
rollback() - Method in class com.qfs.pivot.impl.ARemoteTransaction
Rollbacks this transaction.
rollback() - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
 
rollback() - Method in class com.qfs.store.impl.ARecordSetTransaction
 
rollback() - Method in class com.qfs.store.impl.DatastoreStructuralTransaction
 
rollback() - Method in class com.qfs.store.impl.StorePartitionContent
Rolls the content back.
rollback() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
rollback() - Method in class com.qfs.store.impl.StoreTransaction
 
rollback() - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
 
rollback() - Method in class com.qfs.store.transaction.impl.DelegatingOpenedTransaction
 
rollback() - Method in interface com.qfs.store.transaction.IOpenedTransaction
Roll the current transaction back.
rollback() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.MultiVersionDimension
 
rollback() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy.AxisHierarchyTransaction
 
rollback() - Method in class com.quartetfs.biz.pivot.cube.impl.CubeTransaction
 
rollback() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
rollback() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotTransaction
 
rollback() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
rollback() - Method in class com.quartetfs.biz.pivot.impl.StructuralManagerTransaction
 
rollback() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
Rollback the current transaction.
rollback() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransactionManager
 
rollback() - Method in interface com.quartetfs.biz.pivot.transaction.ITransactionManager
Rolls back the current transaction.
rollback(int[]) - Method in interface com.qfs.store.IDatastoreSchemaTransaction
Deprecated.
Rolls back on a given set of stores the transaction targeting them.
rollback(int[]) - Method in class com.qfs.store.impl.DatastoreSchemaBase
 
rollback(int[]) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
rollback(int[]) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Rolls back on a given set of stores the transaction targeting them.
rollBack() - Method in class com.qfs.store.transaction.impl.TransactionPerformer
Performs a rollback of the presently open transaction, if there is such a transaction.
rollbackTransaction() - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
rollbackTransaction() - Method in class com.qfs.store.transaction.impl.TransactionManager
 
rollbackTransaction() - Method in interface com.qfs.store.transaction.ITransactionManager
Rollback the current transaction.
rollbackTransaction(long) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Rolls the given transaction back.
rollbackTransaction(long) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
RollbackTransaction - com.quartetfs.biz.xmla.constants.Keyword
 
RollbackTransaction - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
ROLLED_BACK - com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction.State
The transaction has been rolled back.
Rollup - com.quartetfs.biz.xmla.constants.Keyword
 
RollupOperator - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
ROOT_DIRECTORY - Static variable in interface com.qfs.content.service.IContentService
The path of the root directory, i.e.
rootCause - Variable in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvCharacterCodingError
 
rootFieldEqual(String, Object) - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Creates a predicate for equality on the root element.
rootFor(Collection<? extends IMeasureMember>, int) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.RootNode
Creates a planning root for a planning graph.
RootNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
A graph's root node.
ROUND - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
RoundFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
RoundFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.RoundFunction
 
roundGarbageCollectionFactor(double) - Static method in class com.qfs.chunk.impl.Chunks
Finds the lowest number of the form 1 - 1/2^n greater or equal than the given x.
RowListFlattenerCursor - Class in com.qfs.store.query.impl
Cursor creating records from rows by following flattening instructions.
RowListFlattenerCursor(IRowsIterator, IRecordFormat, IRecordFlattener) - Constructor for class com.qfs.store.query.impl.RowListFlattenerCursor
Constructor.
RowListFlattenerCursor.ABatchRecordIterator - Class in com.qfs.store.query.impl
A records iterator that flattens by batch.
RowListFlattenerCursor.BatchRecordIterator - Class in com.qfs.store.query.impl
RowListIterator - Class in com.qfs.store.query.impl
A IRowsIterator over a bitmap of rows.
RowListIterator(IBitmap) - Constructor for class com.qfs.store.query.impl.RowListIterator
Constructor.
RowReferenceMerge - Class in com.qfs.store.query.plan.impl
Operation that merges the rows of the results of the query from either side of a reference and keep only the result rows where the referenced row is also a result row (cross-validation).
RowReferenceMerge(ITreeStoreNode, ITreeStoreNode, boolean, int, boolean) - Constructor for class com.qfs.store.query.plan.impl.RowReferenceMerge
 
RowReferenceMerge.CompiledIncomingReferenceRowMerge - Class in com.qfs.store.query.plan.impl
Operation to filter all matching rows in a target store's partition that are referenced by the matching rows of owner stores.
RowReferenceMerge.CompiledOwnReferenceRowMerge - Class in com.qfs.store.query.plan.impl
Operation to filter all matching rows of a owner store's partition that reference some the matching rows of target store partitions.
Rows - com.quartetfs.biz.xmla.constants.Keyword
 
ROWS - com.quartetfs.pivot.mdx.statement.IAxisName.Default
2nd axis.
ROWS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
ROWS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
ROWS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
ROWS - Static variable in interface com.quartetfs.pivot.mdx.statement.IAxisName
Name for the Row axis.
RowsBlockCursor(TIntCollection) - Constructor for class com.qfs.plan.impl.IncrementalRecordsStream.RowsBlockCursor
Constructor.
RowSet - Class in com.quartetfs.biz.xmla.rowset.impl
A rowset implementation.
RowSet(IRowsetDefinition) - Constructor for class com.quartetfs.biz.xmla.rowset.impl.RowSet
Constructor.
ROWSET_UNSUPP_FORMAT - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
RowsetColumn - Class in com.quartetfs.biz.xmla.rowset.impl
Rowset definition column.
RowsetColumn(String, IXmlaType, RowsetColumn.Restriction, RowsetColumn.Optional, String) - Constructor for class com.quartetfs.biz.xmla.rowset.impl.RowsetColumn
Constructor.
RowsetColumn(String, IXmlaType, RowsetColumn.Restriction, RowsetColumn.Optional, String, Object) - Constructor for class com.quartetfs.biz.xmla.rowset.impl.RowsetColumn
 
RowsetColumn.Optional - Enum in com.quartetfs.biz.xmla.rowset.impl
Is the column optional.
RowsetColumn.Restriction - Enum in com.quartetfs.biz.xmla.rowset.impl
Is the column a restriction.
RowsetDefinitionPlugin - Class in com.quartetfs.biz.xmla.rowset.definition.impl
Explicit implementation of the XMLA IRowsetDefinition plugin.
RowsetDefinitionPlugin() - Constructor for class com.quartetfs.biz.xmla.rowset.definition.impl.RowsetDefinitionPlugin
 
rowSetToCSVString(IRowset) - Static method in class com.quartetfs.biz.xmla.rowset.impl.RowSetUtils
This method converts a RowSet to a CSV string.
RowSetUtils - Class in com.quartetfs.biz.xmla.rowset.impl
This class contains utility methods for the rowset.
RowSetUtils() - Constructor for class com.quartetfs.biz.xmla.rowset.impl.RowSetUtils
 
RPAREN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
RPAREN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
RPAREN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
RTCellPlanExecutor - Class in com.quartetfs.pivot.mdx.realtime.impl
Updates a cell plan result and produces an mdx event.
RTCellPlanExecutor(IExpressionEvaluator, CellPlanResult, VisualTotalsContainer) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanExecutor
Constructor.
RTCellPlanUpdater - Class in com.quartetfs.pivot.mdx.realtime.impl
Updates a cell plan result and produces an mdx event.
RTCellPlanUpdater(IExpressionEvaluator, CellPlanResult, VisualTotalsContainer, IRTImpactCalculator, boolean) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanUpdater
Constructor.
RTCellPlanUpdater.RTUpdateScope - Class in com.quartetfs.pivot.mdx.realtime.impl
RTScope used during real time updates.
RTExpressionDependency - Class in com.quartetfs.pivot.mdx.impl
Implementation of real-time expression dependency.
RTExpressionDependency(int[]) - Constructor for class com.quartetfs.pivot.mdx.impl.RTExpressionDependency
Constructor for insensitive dependency.
RTExpressionDependency(int[], BitSet, BitSet, BitSet, boolean, Set<String>) - Constructor for class com.quartetfs.pivot.mdx.impl.RTExpressionDependency
Constructor to use when the asValueDependency has the same sensitivities.
RTExpressionDependency(int[], BitSet, BitSet, BitSet, IRTExpressionDependency, boolean, Set<String>) - Constructor for class com.quartetfs.pivot.mdx.impl.RTExpressionDependency
Fully qualified constructor.
RTExpressionDependency(BitSet, BitSet, BitSet, boolean, Set<String>) - Constructor for class com.quartetfs.pivot.mdx.impl.RTExpressionDependency
Constructor for AsValue dependency.
RTExpressionDependencyVisitor - Class in com.quartetfs.pivot.mdx.impl
A visitor dedicated to the computation of real time dependencies.
RTExpressionDependencyVisitor(int) - Constructor for class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
Constructor.
RTMdxCube - Class in com.quartetfs.pivot.mdx.meta.impl
A cube which can be used for real time queries.
RTMdxCube(IMultiVersionActivePivot) - Constructor for class com.quartetfs.pivot.mdx.meta.impl.RTMdxCube
Constructor of RTMdxCube.
RTScope - Class in com.quartetfs.pivot.mdx.realtime.impl
Class used by the RTCellPlanExecutor.RTIntermediateResultHandler during the first execution of a real-time query.
RTScope() - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RTScope
Empty scope constructor.
RTScope(RTScope, RTScope) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RTScope
Create the union of the 2 specified scopes.
RTScope(RTScope, RTWriteCallback) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RTScope
Create a scope that will be the union of the specified scope and the callback's scope.
RTScope(RTWriteCallback) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RTScope
Constructor.
RTUpdateResult - Class in com.quartetfs.pivot.mdx.realtime.impl
There are 4 cases after updating an mdx result: Nothing change It was not possible to update the result The result of the update is an MdxResult The result of the update is an CellPlanResult.ICellPlanResultIterator
RTUpdateResult(boolean) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateResult
Constructor of empty updates.
RTUpdateResult(CellPlanResult.ICellPlanResultIterator) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateResult
Constructor for updates providing update cells only.
RTUpdateResult(MdxCellSet) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateResult
Constructor for updates providing a new cellset.
RTUpdateScope() - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanUpdater.RTUpdateScope
 
RTUpdateScope(RTCellPlanUpdater.RTUpdateScope, RTCellPlanUpdater.RTUpdateScope) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanUpdater.RTUpdateScope
 
RTUpdateScope(RTCellPlanUpdater.RTUpdateScope, RTCellPlanUpdater.RTUpdateWriteCallback) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanUpdater.RTUpdateScope
 
RTUpdateScope(RTCellPlanUpdater.RTUpdateWriteCallback) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanUpdater.RTUpdateScope
 
RTUpdateSource - Class in com.quartetfs.pivot.mdx.realtime.impl
An object containing the updates of the continuous queries and information about hierarchy members.
RTUpdateSource(IEpoch, Map<String, IEpoch>, int[], int[], TIntObjectMap<IContinuousQueryUpdate<ICellSet>>) - Constructor for class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateSource
 
run() - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IDistinctQueryBuilderWithAcceptor
 
run() - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IDistinctQueryRunner
Runs the query and returns the result.
run() - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IDistinctQueryRunnerWithTimeout
Runs the query and returns the result.
run() - Method in interface com.activeviam.database.api.query.IGetByKeyQueryBuilder.IGetByKeyQueryRunner
 
run() - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IListQueryBuilderWithAcceptor
Runs the query asynchronously, returning a handle notifying of the completion of the query.
run() - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IListQueryRunner
Runs the query and returns the result.
run() - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IListQueryRunnerWithTimeout
Runs the query and returns the result.
run() - Method in interface com.activeviam.dic.provider.IDictionaryAction
Performs the action.
run() - Method in interface com.activeviam.health.monitor.IHealthCheck
 
run() - Method in class com.qfs.chunk.direct.impl.ADirectChunk.Deallocator
 
run() - Method in class com.qfs.msg.csv.impl.ParserThread
 
run() - Method in class com.qfs.msg.jdbc.impl.AJDBCSource.JDBCAppendRunnable
Deprecated.
 
run() - Method in class com.qfs.repository.impl.RepositoryDaemon
 
run() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
 
run() - Method in class com.qfs.snl.alerts.impl.DuringTask
 
run() - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Runs the created criteria query on the session that created all elements.
run() - Method in class com.qfs.store.query.impl.AQueryRunner
 
run() - Method in class com.qfs.store.query.impl.AQueryRunnerWithTimeout
 
run() - Method in interface com.qfs.store.query.IQueryRunner.ICompletionRunner
Runs the query.
run() - Method in interface com.qfs.store.query.IQueryRunner.ICursorRunner
 
run() - Method in interface com.qfs.store.query.IQueryRunner.IHasConverterWithoutTimeout
Runs the query.
run() - Method in interface com.qfs.store.query.IQueryRunner.IIterableRunner
 
run() - Method in interface com.qfs.store.query.IQueryRunner.ITimeoutCursorRunner
Runs the query.
run() - Method in interface com.qfs.store.query.IQueryRunner.ITimeoutIterableRunner
Runs the query.
run() - Method in interface com.qfs.store.query.IQueryRunner.IVoidRunner
Runs the query.
run() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotInactivityDetector
 
run() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.InPlaceInserter
Run the procedure.
run(IDatastoreView, IPartitionedResultAcceptor, Map<String, Object>) - Method in interface com.qfs.store.query.ICompiledQuery
Runs this query on the given store version in the current thread.
run(IDatastoreView, IPartitionedResultAcceptor, Map<String, Object>) - Method in class com.qfs.store.query.impl.CompiledQuery
 
run(IStorePartitionTransaction, IStorePartitionUpdate) - Method in class com.qfs.store.impl.NoopUnit
 
run(IStorePartitionTransaction, IStorePartitionUpdate) - Method in class com.qfs.store.impl.StorePartitionNotifyingUnit
 
run(IStorePartitionTransaction, IStorePartitionUpdate) - Method in class com.qfs.store.impl.StorePartitionRecordAddUnit
 
run(IStorePartitionTransaction, IStorePartitionUpdate) - Method in class com.qfs.store.impl.StorePartitionRecordRemoveUnit
 
run(IStorePartitionTransaction, IStorePartitionUpdate) - Method in class com.qfs.store.impl.StorePartitionRemoveWhereUnit
 
run(IStorePartitionTransaction, IStorePartitionUpdate) - Method in class com.qfs.store.impl.StorePartitionRevertToVersionUnit
 
run(IStorePartitionTransaction, IStorePartitionUpdate) - Method in class com.qfs.store.impl.StorePartitionUpdateWhereUnit
 
run(IStorePartitionTransaction, IStorePartitionUpdate) - Method in interface com.qfs.store.IStorePartitionWorkUnit
Executes this unit on the target partition and updating the impact for this partition.
run(IActivePivotVersion) - Method in interface com.quartetfs.biz.pivot.query.IActivePivotQueryRunner.ICanRun
Runs the query and returns the measure's aggregated values.
run(IActivePivotVersion) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
 
run(IMultiVersionActivePivot) - Method in interface com.quartetfs.biz.pivot.query.IActivePivotQueryRunner.ICanRun
Deprecated, for removal: This API element is subject to removal in a future version.
run(IAgent.State, IAgent.State) - Method in interface com.quartetfs.fwk.IAgent.ITransition
Performs the transition.
run(CountedCompleter<?>, MultiVersionStorePartition) - Method in interface com.qfs.store.impl.StoreBase.IPartitionAction
Executes this action on the target partition.
runAsync(IActivePivotVersion) - Method in interface com.quartetfs.biz.pivot.query.IActivePivotQueryRunner.ICanRun
Runs asynchronously the query and returns the pending result of the asynchronous computation of the query i.e.
runAsync(IActivePivotVersion) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
 
runAsync(CountedCompleter<?>) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IDistinctQueryBuilderWithAcceptor
 
runAsync(CountedCompleter<?>) - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IListQueryBuilderWithAcceptor
Runs the query asynchronously, accepting a handle to notify when the query completes.
runAsync(CountedCompleter<?>) - Method in interface com.qfs.store.query.IQueryRunner.ICompletionRunner
Runs the query asynchronously, writing the result to the acceptor.
runCurrentThread() - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IDistinctQueryRunner
Indicates that the query will run in a single-threaded on the current thread.
runCurrentThread() - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IListQueryRunner
Indicates that the query will run in a single-threaded on the current thread.
runDrillthrough(IActivePivotVersion) - Method in interface com.quartetfs.biz.pivot.query.IActivePivotQueryRunner.ICanRun
Runs a drillthrough query for the defined coordinates and measures and returns the resulting rows.
runDrillthrough(IActivePivotVersion) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
 
runDrillthrough(IMultiVersionActivePivot) - Method in interface com.quartetfs.biz.pivot.query.IActivePivotQueryRunner.ICanRun
Deprecated, for removal: This API element is subject to removal in a future version.
runDrillthroughHeader(IActivePivotVersion) - Method in interface com.quartetfs.biz.pivot.query.IActivePivotQueryRunner.ICanRun
Retrieves the drillthrough headers for the defined coordinates and measures.
runDrillthroughHeader(IActivePivotVersion) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
 
runDrillthroughHeader(IMultiVersionActivePivot) - Method in interface com.quartetfs.biz.pivot.query.IActivePivotQueryRunner.ICanRun
Deprecated, for removal: This API element is subject to removal in a future version.
runFinalization() - Static method in class com.qfs.vector.impl.VectorFinalizer
Runs manually finalization of chunks marked as deleted.
runInPool(ForkJoinPool, CountedCompleter<?>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Directly runs the given task if we are in the correct pool or submit it.
runInTransaction(Object[]) - Method in interface com.qfs.store.query.ICompiledGetByKey
Executes the query on the current transaction for the given key.
runInTransaction(Object[]) - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
runInTransaction(Object[], boolean) - Method in interface com.qfs.store.query.ICompiledGetByKey
Executes the query on the current transaction for the given key.
runInTransaction(Object[], boolean) - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
runInTransaction(Map<String, Object>) - Method in interface com.qfs.store.query.ICompiledGetByKey
Executes the query on the current transaction for the given key.
runInTransaction(Map<String, Object>) - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
runInTransactionWithDictionarizedKey(int[]) - Method in interface com.qfs.store.query.ICompiledGetByKey
Executes the query on the current transaction for the given dictionarized key.
runInTransactionWithDictionarizedKey(int[]) - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
runInTransactionWithDictionarizedKey(int[], boolean) - Method in interface com.qfs.store.query.ICompiledGetByKey
Executes the query on the current transaction for the given dictionarized key.
runInTransactionWithDictionarizedKey(int[], boolean) - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
runInVersion(IDatastoreVersion, Object...) - Method in interface com.qfs.store.query.ICompiledGetByKey
Executes the query on the given version, for the given key.
runInVersion(IDatastoreVersion, Object...) - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
runInVersion(IDatastoreVersion, Map<String, Object>) - Method in interface com.qfs.store.query.ICompiledGetByKey
Execute the query on the given version, for the given key.
runInVersion(IDatastoreVersion, Map<String, Object>) - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
runInVersionWithDictionarizedKey(IDatastoreVersion, int...) - Method in interface com.qfs.store.query.ICompiledGetByKey
Executes the query on the given version, for the given dictionarized key.
runInVersionWithDictionarizedKey(IDatastoreVersion, int...) - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
runIteration(CancellableCountedCompleterWithChildren<?>) - Method in interface com.qfs.concurrent.impl.ICompleterChain.ICompleterActionLoop
Executes an iteration of the operation loop.
runIteration(CancellableCountedCompleterWithChildren<?>) - Method in interface com.qfs.concurrent.impl.ICompleterChain.ICompleterWhileLoop
Executes an iteration of the operation loop.
runMonitors() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
 
runMonitors() - Method in interface com.qfs.snl.agent.service.ISentinelDaemonActions
Fetches and starts monitoring for all the configuration compatible with the active pivot manager.
running(ATasksPerNumaNode) - Static method in class com.qfs.pool.impl.TasksPerNumaNodeExecutor
 
running(CountedCompleter<?>, Consumer<CancellableCountedCompleter<?>>) - Static method in class com.qfs.concurrent.cancellable.impl.CancellableCountedRunnable
Creates an instance running an operation.
runOnLogFiles(List<Path>) - Method in interface com.qfs.store.transaction.ILogAction
Deprecated.
Archive the given list of paths.
runOnLogFiles(List<Path>) - Method in class com.qfs.store.transaction.impl.MoveLogAction
Deprecated.
 
runOnPartition(IDatastoreView, int) - Method in interface com.qfs.store.query.ICompiledQuery
 
runOnPartition(IDatastoreView, int, Map<String, Object>) - Method in interface com.qfs.store.query.ICompiledQuery
 
runOnPartition(IDatastoreView, int, Map<String, Object>, IMatchingRowsHolder) - Method in interface com.qfs.store.query.ICompiledQuery
Run this query on the given partition view, with the specific IMatchingRowsHolder.
runOnPartition(IDatastoreView, int, Map<String, Object>, IMatchingRowsHolder) - Method in class com.qfs.store.query.impl.CompiledQuery
 
runStep() - Method in class com.quartetfs.pivot.mdx.impl.ASelectStepExecutor
Main method of this class.
RuntimeParseException - Exception in com.qfs.jwt.impl
Exception wrapper around ParseException to be able to use functional interface for methods normally throwing it.
RuntimeParseException(ParseException) - Constructor for exception com.qfs.jwt.impl.RuntimeParseException
runWhile(ICompleterChain.ICompleterActionLoop) - Method in class com.qfs.concurrent.impl.CompleterChain
 
runWhile(ICompleterChain.ICompleterActionLoop) - Method in interface com.qfs.concurrent.impl.ICompleterChain.Action
Adds a loop operation to the chain to be run as long as it provides a non-empty list of tasks.

S

S2P_TRANS_IMPACT_EXC - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
SafeBroadcastingTask<V> - Class in com.qfs.messenger.impl
A RecursiveTask that safely executes an action that relies on the broadcasting infrastructure by allowing a few error and retry iterations before giving up.
SafeBroadcastingTask(int, IDistributedMessenger, ForkJoinTask<V>) - Constructor for class com.qfs.messenger.impl.SafeBroadcastingTask
Constructor.
SafeBroadcastingTask(IDistributedMessenger, ForkJoinTask<V>) - Constructor for class com.qfs.messenger.impl.SafeBroadcastingTask
Constructor.
safeDecrementPendingCountUnlessZero(CountedCompleter<?>) - Static method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleterWithChildren
Atomically decrements the completer's pending count unless it is already equal to zero.
safeFromDictionary(IDictionary<ITuple>, boolean, IHasDimensionality) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
From dictionary.
safeFromRandomAccessList(T, boolean, IHasDimensionality) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
From RandomAccesList.
safeIntersectUnusedHierarchySets(int[], int[]) - Static method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
 
safeInvokeAll(Collection<T>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Same than ForkJoinTask.invokeAll(Collection) except that it will ensure all tasks are finished before returning, even if one of these threw an exception.
safeInvokeAll(ForkJoinPool, Collection<? extends ForkJoinTask<?>>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Same as QfsConcurrency.safeInvokeAll(Collection) but it ensures tasks are invoked in a ForkJoinPool.
safeInvokeAll(ForkJoinPool, ForkJoinTask<?>...) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Same as QfsConcurrency.safeInvokeAll(ForkJoinTask...) but it ensures tasks are invoked in a ForkJoinPool.
safeInvokeAll(ForkJoinTask<?>...) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Same as ForkJoinTask.invokeAll(ForkJoinTask...) but enforces that all tasks have finished when returning, even if one of them threw an exception.
safeInvokeAll(ForkJoinTask<?>, ForkJoinTask<?>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Same than ForkJoinTask.invokeAll(ForkJoinTask, ForkJoinTask) but enforces that both tasks have finished when returning, even if one of them threw an exception.
safeIsDescendant(IMdxMember, IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Checks that the two members belong to the same hierarchy without throwing.
safeJoinAll() - Method in class com.qfs.concurrent.impl.PendingTaskModerator
safeJoinAll(List<? extends ForkJoinTask<?>>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Same that QfsConcurrency.joinAll(List) except that all tasks will be joined, even if one of them threw an exception.
safeLink(T, T) - Method in class com.quartetfs.pivot.mdx.plan.impl.PassDirectedExecutionGraph
Links two nodes, except if from descends from to, because it would create a cycle.
safelyDiscardChildren() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Discards the underlying data from the results of the children of this retrieval for the requested measures if possible according to the remaining dependencies to said children still recorded in the RetreivalResultHolders of this retrieval's IExecutionPlan.
safelyDiscardChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
safelyDiscardChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingLinearPostProcessorAggregatesRetrieval
 
safelyDiscardChildren() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
safelyDiscardExternalResult(Collection<? extends IMeasureMember>, DatabasePrefetchRequest, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Performs a safe discard of the results corresponding to provided external prefetch request.
safelyTagError(Throwable) - Static method in class com.activeviam.tracing.impl.Tracing
Tags an error to the current span.
SaferNative - Class in com.qfs.jna.impl
Simple wrapper around Native and its versions of loadLibrary(..).
safeUnionUnusedHierarchySets(int[], int[]) - Static method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
 
SAME_NAME_EXC_JMX_REGISTER - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
SAME_QUERY - com.quartetfs.biz.pivot.query.aggregates.plan.impl.CachedAggregatesRetrievalCreator.CachedAggregatesStatus
These aggregates have been computed and cached in this very query.
sameBasicAttributes(IBasicPathlessContentEntry, IBasicPathlessContentEntry) - Static method in class com.qfs.content.service.impl.ContentServiceHelper
Returns true if the input two entries share the same attributes as per the IBasicPathlessContentEntry contract.
sameContent(IRecordReader, IRecordReader) - Static method in class com.qfs.store.record.impl.Records
Test that two records have the same content, independently of their implementation.
sameDictionary(LevelIdentifier, ReachableField) - Method in interface com.activeviam.copper.hierarchy.IDictionaryContext
Declares that the given level and field (must) have the same dictionary.
SameDictionaryEnforcer() - Constructor for class com.activeviam.copper.measure.StoreLookupMeasure.SameDictionaryEnforcer
 
sameDimensionality(IHasDimensionality, IHasDimensionality) - Static method in class com.quartetfs.pivot.mdx.meta.impl.HaveDimensionality
Check dimensionality: Two elements have the same dimensionality if they are both non null and express exactly the same hierarchies in the same order.
sameLists(IByteRecordBlock, IByteRecordBlock) - Static method in class com.qfs.store.record.impl.Records
Test that two record lists have the same content, independently of their implementation.
SAMPLE_STD_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for the sample standard deviation function.
SAMPLE_VAR_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for sample variance function.
SampleStdAggregateFunction - Class in com.activeviam.agg.impl
A IUserDefinedAggregateFunction which calculates the standard deviation using the sample formula.
SampleStdAggregateFunction() - Constructor for class com.activeviam.agg.impl.SampleStdAggregateFunction
 
SampleVarianceAggregateFunction - Class in com.activeviam.agg.impl
A IUserDefinedAggregateFunction which calculates the variance using the sample formula.
SampleVarianceAggregateFunction() - Constructor for class com.activeviam.agg.impl.SampleVarianceAggregateFunction
 
SAMPLING_PERCENT_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The property to set the percentage of allocations to sample, as a number between 0 and 100.
saveStreamConfigurationForMaintenance(SessionData.StreamConfiguration) - Method in class com.qfs.spring.websocket.impl.SessionData
Deprecated.
The underlying stream with the given configuration is disposed due to an error.
scale(double) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
scale(double) - Method in class com.qfs.vector.impl.ABlockVector
 
scale(double) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
scale(double) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
scale(double) - Method in class com.qfs.vector.impl.AVector
 
scale(double) - Method in class com.qfs.vector.impl.EmptyVector
 
scale(double) - Method in interface com.qfs.vector.IVector
Scales the vector by a factor f: multiplies all its components by the given factor.
scale(float) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
scale(float) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
scale(float) - Method in class com.qfs.vector.impl.ABlockVector
 
scale(float) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
scale(float) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
scale(float) - Method in class com.qfs.vector.impl.AVector
 
scale(float) - Method in class com.qfs.vector.impl.EmptyVector
 
scale(float) - Method in interface com.qfs.vector.IVector
Scales the vector by a factor f: multiplies all its components by the given factor.
scale(int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
scale(int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
scale(int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
scale(int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
scale(int) - Method in class com.qfs.vector.impl.ABlockVector
 
scale(int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
scale(int) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
scale(int) - Method in class com.qfs.vector.impl.AVector
 
scale(int) - Method in class com.qfs.vector.impl.EmptyVector
 
scale(int) - Method in interface com.qfs.vector.IVector
Scales the vector by a factor f: multiplies all its components by the given factor.
scale(int, int, double) - Method in class com.qfs.vector.array.impl.AArrayVector
 
scale(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
scale(int, int, double) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
scale(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
scale(int, int, double) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
scale(int, int, double) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
scale(int, int, double) - Method in interface com.qfs.vector.IBlock
Multiplies the components of the block by the given factor.
scale(int, int, double) - Method in class com.qfs.vector.impl.TombStoneBlock
 
scale(int, int, float) - Method in class com.qfs.vector.array.impl.AArrayVector
 
scale(int, int, float) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
scale(int, int, float) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
scale(int, int, float) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
scale(int, int, float) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
scale(int, int, float) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
scale(int, int, float) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
scale(int, int, float) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
scale(int, int, float) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
scale(int, int, float) - Method in interface com.qfs.vector.IBlock
Multiplies the components of the block by the given factor.
scale(int, int, float) - Method in class com.qfs.vector.impl.TombStoneBlock
 
scale(int, int, int) - Method in class com.qfs.vector.array.impl.AArrayVector
 
scale(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
scale(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
scale(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
scale(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
scale(int, int, int) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
scale(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
scale(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
scale(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
scale(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
scale(int, int, int) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
scale(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
scale(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
scale(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
scale(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
scale(int, int, int) - Method in interface com.qfs.vector.IBlock
Multiplies the components of the block by the given factor.
scale(int, int, int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
scale(int, int, long) - Method in class com.qfs.vector.array.impl.AArrayVector
 
scale(int, int, long) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
scale(int, int, long) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
scale(int, int, long) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
scale(int, int, long) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
scale(int, int, long) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
scale(int, int, long) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
scale(int, int, long) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
scale(int, int, long) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
scale(int, int, long) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
scale(int, int, long) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
scale(int, int, long) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
scale(int, int, long) - Method in interface com.qfs.vector.IBlock
Multiplies the components of the block by the given factor.
scale(int, int, long) - Method in class com.qfs.vector.impl.TombStoneBlock
 
scale(long) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
scale(long) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
scale(long) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
scale(long) - Method in class com.qfs.vector.impl.ABlockVector
 
scale(long) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
scale(long) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
scale(long) - Method in class com.qfs.vector.impl.AVector
 
scale(long) - Method in class com.qfs.vector.impl.EmptyVector
 
scale(long) - Method in interface com.qfs.vector.IVector
Scales the vector by a factor f: multiplies all its components by the given factor.
scaleByDoubleWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Scales a vector by a given scalar.
scaleByDoubleWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Scales a vector by a given scalar.
scaleByDoubleWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Scales a vector by a given scalar.
scaleByDoubleWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Scales a vector by a given scalar.
scaleByFloatWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Scales a vector by a given scalar.
scaleByFloatWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Scales a vector by a given scalar.
scaleByFloatWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Scales a vector by a given scalar.
scaleByFloatWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Scales a vector by a given scalar.
scaleByInt(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Scales a vector by a given scalar.
scaleByInt(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Scales a vector by a given scalar.
scaleByLongWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Scales a vector by a given scalar.
scaleByLongWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Scales a vector by a given scalar.
scaleByLongWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Scales a vector by a given scalar.
scaleByLongWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Scales a vector by a given scalar.
scan(long, int, IRecordProcedure) - Method in class com.qfs.store.impl.ColumnarRecordSet
Scans all the records that exist at the given epoch.
scan(long, int, IRecordProcedure, int) - Method in class com.qfs.store.impl.ColumnarRecordSet
Scans all the records that exist at the given epoch.
scan(long, int, IRecordProcedure, IBitmap, int) - Method in class com.qfs.store.impl.ColumnarRecordSet
Scans rows that exist at the given epoch.
scan(IRecordProcedure) - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
scan(IRecordProcedure) - Method in class com.qfs.store.impl.ColumnarRecordSetTransaction
 
scan(IRecordProcedure) - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
scan(IRecordProcedure) - Method in class com.qfs.store.impl.EmptyRecordSetView
 
scan(IRecordProcedure) - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
scan(IRecordProcedure) - Method in class com.qfs.store.impl.FencedColumnarRecordSetVersion
 
scan(IRecordProcedure) - Method in class com.qfs.store.impl.UserRecordSetVersion
 
scan(IRecordProcedure) - Method in interface com.qfs.store.IRecordSetView
Executes a procedure over all the records of the store, fetching all fields of the stored records.
scan(IRecordProcedure, IBitmap) - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
scan(IRecordProcedure, IBitmap) - Method in class com.qfs.store.impl.ColumnarRecordSetTransaction
 
scan(IRecordProcedure, IBitmap) - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
scan(IRecordProcedure, IBitmap) - Method in class com.qfs.store.impl.EmptyRecordSetView
 
scan(IRecordProcedure, IBitmap) - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
scan(IRecordProcedure, IBitmap) - Method in class com.qfs.store.impl.FencedColumnarRecordSetVersion
 
scan(IRecordProcedure, IBitmap) - Method in class com.qfs.store.impl.UserRecordSetVersion
 
scan(IRecordProcedure, IBitmap) - Method in interface com.qfs.store.IRecordSetView
Executes a procedure over all the records of a record set, from the smallest to biggest row.
scan(IVersionedRecordProcedure, IBitmap) - Method in class com.qfs.store.impl.ColumnarRecordSet
Scans the given rows (filteredRows) without doing any version check, or, for that matter, any check at all about the validity of those rows, and applies the given procedure on IVersionedRecordReaders.
scanInTransaction(IRecordProcedure, int) - Method in class com.qfs.store.impl.ColumnarRecordSet
Scans the rows at the latest available epoch.
scanInTransaction(IRecordProcedure, int, ChunkedBitmap) - Method in class com.qfs.store.impl.ColumnarRecordSet
Scans the rows at the latest available epoch, given some deleted rows.
scanNonNull(IRecordProcedure, int, IBitmap) - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
scanNonNull(IRecordProcedure, int, IBitmap) - Method in class com.qfs.store.impl.ColumnarRecordSetTransaction
 
scanNonNull(IRecordProcedure, int, IBitmap) - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
scanNonNull(IRecordProcedure, int, IBitmap) - Method in class com.qfs.store.impl.EmptyRecordSetView
 
scanNonNull(IRecordProcedure, int, IBitmap) - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
scanNonNull(IRecordProcedure, int, IBitmap) - Method in class com.qfs.store.impl.FencedColumnarRecordSetVersion
 
scanNonNull(IRecordProcedure, int, IBitmap) - Method in class com.qfs.store.impl.UserRecordSetVersion
 
scanNonNull(IRecordProcedure, int, IBitmap) - Method in interface com.qfs.store.IRecordSetView
Executes a procedure reading only one field over all the records of a record set that have a non null value on this field.
SCENARIO - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
schedule(Supplier<Collection<WebSocketSession>>, long, TimeUnit) - Static method in class com.qfs.websocket.endpoint.impl.HeartBeatTaskScheduler
Creates and executes periodically an HeartBeatTaskScheduler.HeartBeatTask.
ScheduledActivePivotSchemaRebuilder - Class in com.quartetfs.biz.pivot.impl
A bean that can schedule a periodic rebuild of a number of schemas on a scheduled date (i.e.
ScheduledActivePivotSchemaRebuilder() - Constructor for class com.quartetfs.biz.pivot.impl.ScheduledActivePivotSchemaRebuilder
 
scheduleFetching(ITransactionContent) - Method in class com.qfs.store.selection.impl.DefaultDatastoreTransactionPublishingScheduler
scheduleMonitoringExecution(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Schedule a monitoring execution according to the monitor configuration.
scheduleMonitoringExecution(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
SCHEDULER - Static variable in class com.qfs.repository.impl.RepositoryDaemon
The scheduler.
SCHEDULER - Static variable in class com.qfs.snl.agent.service.impl.SentinelDaemon
The scheduler.
SCHEDULER_SERVICE_SIZE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that configures the number of worker threads in the scheduler service.
scheduleRetry() - Method in class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Schedules the monitor for a later retry to correct the failure.
scheduleTimeout() - Method in interface com.quartetfs.biz.pivot.IFutureQueryResult
Schedules a timeout of this query after the queries time limit has expired.
scheduleTimeout() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager.QueryExecutionTask
 
Schema - com.quartetfs.biz.xmla.impl.XmlaProperties.ContentValue
 
SCHEMA_DISCOVERY - Static variable in interface com.qfs.distribution.IActivePivotRemoteTransactionInfo
Internal (i.e technical) property key whose value will be true when a discovery corresponds to a schema discovery.
SCHEMA_DISCOVERY_EPOCH_ID - Static variable in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
Epoch of the discovery whose id is equal to IEpoch.NULL_EPOCH_ID.
SCHEMA_GUID - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_Schema_RowsetsDefinition
 
Schema_Name - com.quartetfs.biz.xmla.constants.Keyword
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_Schema_RowsetsDefinition
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_ActionsDefinition
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_InputDataSourcesDefinition
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsDefinition
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
SCHEMA_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_SchemataDefinition
 
SCHEMA_OWNER - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_SchemataDefinition
 
SCHEMA_UPDATED_BY - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
SchemaCache - Class in com.quartetfs.biz.xmla.servlet.impl
 
SchemaCache() - Constructor for class com.quartetfs.biz.xmla.servlet.impl.SchemaCache
 
SchemaCacheKey - Class in com.quartetfs.biz.xmla.servlet.impl
 
SchemaCacheKey(String, String) - Constructor for class com.quartetfs.biz.xmla.servlet.impl.SchemaCacheKey
 
SchemaConfigurationValidator - Class in com.qfs.store.impl
Validate the configuration of the schema and throws ConfigurationException when inconsistencies are found.
SchemaConfigurationValidator(IDatastoreSchemaDescription) - Constructor for class com.qfs.store.impl.SchemaConfigurationValidator
Constructor.
SchemaData - com.quartetfs.biz.xmla.impl.XmlaProperties.ContentValue
 
SchemaDictionaryProvider - Class in com.qfs.dic.impl
Dictionary provider based on the schema.
SchemaDictionaryProvider(IDatastoreSchemaMetadata, Map<String, ? extends IDictionaryProvider>) - Constructor for class com.qfs.dic.impl.SchemaDictionaryProvider
Full constructor.
SchemaDiscoveryMessage - Class in com.qfs.messenger.message.impl
An IInitialDiscoveryMessage whose hierarchies are sent empty of all their members, except for the measure hierarchy.
SchemaDiscoveryMessage() - Constructor for class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
Empty constructor for serialization.
SchemaDiscoveryMessage(long, IActivePivotVersion, String, IDataCubeAdapter, String, boolean, boolean, boolean, boolean) - Constructor for class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
Constructor.
SchemaHelper - Class in com.qfs.store.impl
Contain code for common operations involving IDatastoreSchema or IDatastoreSchemaMetadata.
SchemaPrinter - Class in com.qfs.store.impl
Prints content of the datastore: stores, records, dictionaries.
SchemaSelectionSession - Class in com.qfs.store.impl
Basic implementation of a IActivePivotSchemaSelectionSession.
SchemaSelectionSession(IDatabase, ISelectionMapping, Map<StreamingViewId, IStreamedView>, Map<StreamingViewId, IStreamedView>) - Constructor for class com.qfs.store.impl.SchemaSelectionSession
Constructor.
SchemaSelectionSessionHolder - Class in com.quartetfs.biz.pivot.source.impl
The ISchemaSelectionSessionHolder that supports updates in the selection via IActivePivotSchemaUpdater.
SchemaSelectionSessionHolder(ISelectionDescription, ISchemaSelectionSession) - Constructor for class com.quartetfs.biz.pivot.source.impl.SchemaSelectionSessionHolder
 
SchemaTransactionInfo - Class in com.quartetfs.biz.pivot.transaction.impl
Implementation of the IActivePivotSchemaTransactionInfo interface.
SchemaTransactionInfo(long, IEpoch, Properties, int, int, List<IActivePivotTransactionInfo>) - Constructor for class com.quartetfs.biz.pivot.transaction.impl.SchemaTransactionInfo
Full constructor.
schemaTransactionManager() - Method in class com.qfs.store.impl.Datastore
Deprecated.
 
SCHEMES - Static variable in interface com.qfs.snl.rs.IWorkflowRestService
Qualifier to get workflow schemes.
Scientific - com.quartetfs.fwk.format.impl.NamedNumericFormats
Uses standard scientific notation.
SCOPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
SCOPE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
SCOPEDAGGREGATES_RETRIEVAL_TRANSPORTER - com.qfs.messenger.netty.streaming.impl.NettyStreamUtils.MessageType
Key for setting the max size of answers.
ScopedAggregatesRetrievalDescription - Class in com.quartetfs.biz.pivot.query.aggregates.impl
ScopedAggregatesRetrievalDescription() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ScopedAggregatesRetrievalDescription
Empty constructor for serialization.
ScopedAggregatesRetrievalDescription(IScopeLocation, ICubeFilter, IMeasureMember) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ScopedAggregatesRetrievalDescription
Constructor.
ScopedAggregatesRetrievalDescription(IScopeLocation, ICubeFilter, Collection<? extends IMeasureMember>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ScopedAggregatesRetrievalDescription
Constructor.
ScopedAggregatesRetrievalResult - Class in com.quartetfs.biz.pivot.cellset.impl
 
ScopedAggregatesRetrievalResult() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResult
 
ScopedAggregatesRetrievalResultTransporter - Class in com.quartetfs.biz.pivot.cellset.impl
An Object used to transport a IScopedAggregatesRetrievalResult from one instance to another.
ScopedAggregatesRetrievalResultTransporter() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResultTransporter
Empty constructor for serialization.
ScopedAggregatesRetrievalResultTransporter(IInternalScopedAggregatesRetrievalResult, IQueryPlan, IHierarchicalMapping, IDataCubeAdapter) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResultTransporter
Constructor.
ScopedCellSet - Class in com.quartetfs.biz.pivot.cellset.impl
Scoped CellSet implementation.
ScopedCellSet() - Constructor for class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
Constructor.
ScopedCellSet(IAggregateStore) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
Constructor from an empty aggregate store.
ScopedCellSet(IAggregatedMeasure<?, ?>[]) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
Constructor.
ScopedCellSet(Collection<? extends IAggregatedMeasure<?, ?>>) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
Constructor.
ScopedCellSet.IScope - Interface in com.quartetfs.biz.pivot.cellset.impl
A scope defines which locations among the global location list belong to the scope.
ScopedCellSet.RangeScope - Class in com.quartetfs.biz.pivot.cellset.impl
Range scope.
ScopeLocation - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Base implementation of a IScopeLocation.
ScopeLocation(ILocation, IHierarchicalMapping) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
Constructor.
ScopeLocation(ILocation, ILocation, IHierarchicalMapping) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
Constructor.
ScopeLocation(ILocation, ILocation, IHierarchicalMapping, IPointLocationBuilder) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
Constructor.
search(IStorePartitionView, IBitmap, Map<String, Object>) - Method in interface com.qfs.store.query.plan.ICompiledPartitionContentOperation
Finds the rows in a partition.
search(IStorePartitionView, IBitmap, Map<String, Object>) - Method in class com.qfs.store.query.plan.impl.AIndexDisjoinedLookupCompiledOperation
 
search(IStorePartitionView, IBitmap, Map<String, Object>) - Method in class com.qfs.store.query.plan.impl.AIndexRangeDisjoinedLookupCompiledOperation
 
search(IStorePartitionView, IBitmap, Map<String, Object>) - Method in class com.qfs.store.query.plan.impl.ConditionScanCompiledOperation
 
search(IStorePartitionView, IBitmap, Map<String, Object>) - Method in class com.qfs.store.query.plan.impl.FieldLookupCompiledOperation
 
search(IStorePartitionView, IBitmap, Map<String, Object>) - Method in class com.qfs.store.query.plan.impl.ReturnAllPartitionCompiledOperation
This method always returns all the rows in the filter.
SEARCH_COST_CHECK_CONDITION - Static variable in interface com.qfs.chunk.ISearchCost
Elementary search cost for full-scan of object data.
SEARCH_COST_REVERT - Static variable in interface com.qfs.chunk.ISearchCost
Elementary search cost using a revert index.
SEARCH_COST_REVERT_MULTIPLE - Static variable in interface com.qfs.chunk.ISearchCost
Elementary search cost using multiple time the same revert index.
SEARCH_COST_SCAN_CONDITION - Static variable in interface com.qfs.chunk.ISearchCost
Elementary search cost for full-scan of object data with a condition.
SEARCH_COST_SCAN_OBJECT - Static variable in interface com.qfs.chunk.ISearchCost
Elementary search cost for full-scan of object data.
SEARCH_COST_SCAN_PRIMITIVE - Static variable in interface com.qfs.chunk.ISearchCost
Elementary search cost for full-scan of primitive data.
SEARCH_COST_SCAN_SWAPPED_OBJECT - Static variable in interface com.qfs.chunk.ISearchCost
Elementary search cost for full-scan of swapped object data.
SEARCH_COST_SCAN_SWAPPED_PRIMITIVE - Static variable in interface com.qfs.chunk.ISearchCost
Elementary search cost for full-scan of swapped object data.
SEARCH_EFFICIENCY_DEFAULT - Static variable in interface com.qfs.chunk.ISearchCost
Default search efficiency, also applied when efficiency cannot be predicted.
SEARCHABLE - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
searchIncomingReference(IBitmap, IConcreteReference, IStorePartitionView, Supplier<IBitmap>) - Static method in class com.qfs.store.query.impl.CompiledFilterPreviousResult
Retrieves all rows in the targetRows list that are referenced by some rows in the ownerRows list, and adds to the result set.
searchLevel(IActivePivot, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
searchLevel(IActivePivot, String, String, String) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchiesUtil
Retrieves the level of name levelName from the given hierarchy and dimension if they are specified.
SECOND_SET_NULL - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
SECONDARY - com.activeviam.store.structure.IInternalDatastoreStructure.IndexType
Type of secondary index.
SECONDARY_INDEX - com.qfs.desc.IOptimizationDescription.Optimization
Secondary index on the fields.
SecondaryConcreteReferenceBase(IReferenceMetadata, IStoreMetadata, int, int, ToIntFunction<int[]>) - Constructor for class com.qfs.store.ref.impl.MultiVersionSecondaryConcreteReference.SecondaryConcreteReferenceBase
Constructor.
SecondaryConcreteReferenceFactory - Class in com.qfs.store.ref.impl
A concrete reference factory for references from a secondary index to a unique index.
SecondaryConcreteReferenceFactory(IReferenceMetadata, IPartitionDictionaryFactory) - Constructor for class com.qfs.store.ref.impl.SecondaryConcreteReferenceFactory
Constructor.
SecondaryIndexDisjoinedLookupCompiledOperation - Class in com.qfs.store.query.plan.impl
Implementation of AIndexDisjoinedLookupCompiledOperation for secondary indexes.
secondaryIndexesFactory(DatastoreStructure.LazyResource<SecondaryIndexesPartitionFactory>) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
SecondaryIndexesPartitionFactory - Class in com.qfs.index.impl
SecondaryIndexesPartitionFactory(List<SecondaryIndexPartitionFactory>) - Constructor for class com.qfs.index.impl.SecondaryIndexesPartitionFactory
Constructor.
SecondaryIndexKey(int) - Constructor for class com.activeviam.store.structure.DatastoreVersionKeys.SecondaryIndexKey
 
SecondaryIndexPartitionFactory - Class in com.qfs.index.impl
An IPartitionContentFactory used for creating IMultiVersionSecondaryRecordIndex for a given store.
SecondaryIndexPartitionFactory(TIntList, List<String>, IPartitionDictionaryFactory, int) - Constructor for class com.qfs.index.impl.SecondaryIndexPartitionFactory
Constructs a partition factory that uses another partition factory to create the underlying dictionaries.
SecondaryIndexRangeDisjoinedLookupCompiledOperation - Class in com.qfs.store.query.plan.impl
Implementation of AIndexRangeDisjoinedLookupCompiledOperation for a secondary index.
SecondaryRecordIndexTransaction<B extends ASecondaryRecordIndexBase<?>> - Class in com.qfs.index.impl
Implementation of an ISecondaryRecordIndexTransaction.
SecondaryRecordIndexTransaction(B, LazyDeleteLinkedIndexTransaction) - Constructor for class com.qfs.index.impl.SecondaryRecordIndexTransaction
Constructor.
SecondaryRecordIndexVersion<B extends ASecondaryRecordIndexBase<?>> - Class in com.qfs.index.impl
Implementation of an ISecondaryRecordIndexVersion.
SecondaryRecordIndexVersion(IEpoch, B, LazyDeleteLinkedIndexVersion) - Constructor for class com.qfs.index.impl.SecondaryRecordIndexVersion
Constructor.
Sections - com.quartetfs.biz.xmla.constants.Keyword
 
SECTIONS - com.quartetfs.pivot.mdx.statement.IAxisName.Default
5th axis.
SECTIONS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
SECTIONS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
SECTIONS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
SECTIONS - Static variable in interface com.quartetfs.pivot.mdx.statement.IAxisName
Name for the Section axis.
SecuredHTTPServiceFactory<T> - Class in com.quartetfs.biz.pivot.server.http.impl
Deprecated, for removal: This API element is subject to removal in a future version.
SecuredHTTPServiceFactory() - Constructor for class com.quartetfs.biz.pivot.server.http.impl.SecuredHTTPServiceFactory
Deprecated.
 
SECURITY_MESSENGER_KEY - Static variable in class com.qfs.distribution.impl.MessengerUtil
Properties key for the plugin key of a IDistributedSecurityManager.
SecurityContextWebSocketHandler - Class in com.qfs.websocket.server.impl
Wraps another WebSocketHandler instance, sets the authenticated user in SecurityContext before delegating messages to the underlying WebSocketHandler.
SecurityContextWebSocketHandler(WebSocketHandler) - Constructor for class com.qfs.websocket.server.impl.SecurityContextWebSocketHandler
Constructor.
SecurityDetails - Class in com.quartetfs.fwk.security.impl
Default implementation of a security details token, exposing a user name and a set of granted authorities (roles).
SecurityDetails(String, Set<String>) - Constructor for class com.quartetfs.fwk.security.impl.SecurityDetails
Constructor to build a non anonymous SecurityDetails.
SecurityDetails(String, Set<String>, boolean) - Constructor for class com.quartetfs.fwk.security.impl.SecurityDetails
Constructor.
SecurityFacadeProvider - Class in com.quartetfs.biz.pivot.security.impl
 
SecurityFacadeProvider() - Constructor for class com.quartetfs.biz.pivot.security.impl.SecurityFacadeProvider
 
SecurityUtil - Class in com.qfs.security.impl
Helper class setting the security for the application.
SecurityUtil() - Constructor for class com.qfs.security.impl.SecurityUtil
 
securityWebSocketHandler() - Method in class com.qfs.server.cfg.impl.ActivePivotWebSocketServicesConfig
Wrap the queryWebSocketEndPoint around another WebSocketHandler responsible for security.
SecurityWebSocketHandlerFactory - Class in com.qfs.websocket.security.impl
Default implementation of the Factory provided by the core product.
SecurityWebSocketHandlerFactory() - Constructor for class com.qfs.websocket.security.impl.SecurityWebSocketHandlerFactory
 
select(Collection<? extends ProviderT>, ILocation, ICubeFilter, ISubCubeProperties, Collection<? extends IMeasureMember>, Collection<? extends IHierarchy>) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialProviderSelector
 
select(Collection<? extends ProviderT>, ILocation, ICubeFilter, ISubCubeProperties, Collection<? extends IMeasureMember>, Collection<? extends IHierarchy>) - Method in interface com.qfs.pivot.cube.provider.multi.IPartialProviderSelector
Selects the underlying provider that is best suited to answer queries about the given location.
Select - com.quartetfs.biz.xmla.constants.Keyword
 
SELECT - com.quartetfs.pivot.mdx.statement.IStatement.StatementType
 
SELECT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
SELECT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
SELECT - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
select_block() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
select_block() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
select_block_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.select_block_return
 
select_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
select_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
select_statement_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.select_statement_return
 
SelectBase - Class in com.quartetfs.pivot.mdx.statement.impl
 
SelectConverterExtendedPlugin - Class in com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl
Extended plugin for ISelectConverter.
SelectConverterExtendedPlugin() - Constructor for class com.activeviam.pivot.rest.dataexport.converters.selectconverter.impl.SelectConverterExtendedPlugin
Default constructor registering the default plugin values.
selectDistinct(IDatastoreVersion, String, String) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Select distinct elements of a given field in a table.
selectDistinct(IDatastoreVersion, String, String, ICondition) - Static method in class com.qfs.store.query.impl.DatastoreQueryHelper
Select distinct elements of a given field in a table.
selectDuplicateKeyInDatastore(IRecordReader, IRecordReader, IStoreMetadata, IDictionaryProvider, int[], int) - Method in interface com.qfs.desc.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, IStoreMetadata, IDictionaryProvider, int[], int) - Method in interface com.qfs.desc.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.
SELECTED_POLICY - Static variable in enum com.qfs.pool.impl.PlacementPolicies
Placement policy for the threads and the data to allocate off-heap.
SelectedStore - Class in com.qfs.store.query.impl
Base implementation of ISelectedStore.
SelectedStore(IStoreMetadata) - Constructor for class com.qfs.store.query.impl.SelectedStore
Constructor.
selecting(String...) - Method in interface com.qfs.store.query.IQueryRunner.IHasCondition
Selects a defined set of fields.
selecting(List<String>) - Method in interface com.qfs.store.query.IQueryRunner.IHasCondition
Selects a defined set of fields.
selectingAllReachableFields() - Method in interface com.qfs.store.query.IQueryRunner.IHasCondition
Selects all fields from the base store as well as all stores that can be reached via references.
selectingAllStoreFields() - Method in interface com.qfs.store.query.IQueryRunner.IHasCondition
Selects all fields from the base store.
selectingAllTableFields() - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IBuilderForFields
Selects all fields from the base table.
selection() - Static method in class com.activeviam.builders.StartBuilding
Starts building a selection description.
selection(IDatabaseSchema) - Static method in class com.activeviam.builders.StartBuilding
Starts building a selection description.
selection(IDatastoreSchemaDescription) - Static method in class com.activeviam.builders.StartBuilding
Starts building a selection description.
Selection - Class in com.qfs.store.selection.impl
Abstract selection referencing a store and defining AliasedFields.
Selection() - Constructor for class com.qfs.store.selection.impl.Selection
JAXB Constructor.
Selection(String, String...) - Constructor for class com.qfs.store.selection.impl.Selection
Deprecated, for removal: This API element is subject to removal in a future version.
Selection(String, List<AliasedField>) - Constructor for class com.qfs.store.selection.impl.Selection
Fully qualifying constructor.
SelectionDefinition(String, List<AliasedField>, ConditionT) - Constructor for class com.quartetfs.biz.pivot.impl.ActivePivotSelectionOptimizer.SelectionDefinition
 
SelectionDescription - Class in com.quartetfs.biz.pivot.definitions.impl
The description of an ISelection.
SelectionDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.SelectionDescription
 
SelectionDescription(String, List<AliasedField>) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.SelectionDescription
 
selectionField(String) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.LevelInfoBuilder
 
SelectionFieldsDescription - Class in com.quartetfs.biz.pivot.definitions.impl
 
SelectionFieldsDescription() - Constructor for class com.quartetfs.biz.pivot.definitions.impl.SelectionFieldsDescription
 
SelectionFieldsDescription(List<AliasedField>) - Constructor for class com.quartetfs.biz.pivot.definitions.impl.SelectionFieldsDescription
 
SelectionManager - Class in com.qfs.store.impl
 
SelectionManager(int[][], ISelectionManager.ISelectionChangeListener, IListenersExceptionsHandler) - Constructor for class com.qfs.store.impl.SelectionManager
Constructor.
SelectionMappingBuilder - Class in com.quartetfs.biz.pivot.source.impl
A helper class to create the SelectionMapping.
SelectionMappingBuilder() - Constructor for class com.quartetfs.biz.pivot.source.impl.SelectionMappingBuilder
 
SelectionMetadata - Class in com.qfs.store.selection.impl
Implementation of an ISelectionMetadata.
SelectionMetadata(ISelection, IMultiVersionDatastoreSchema) - Constructor for class com.qfs.store.selection.impl.SelectionMetadata
Constructor.
Selectivity - Enum in com.qfs.store.query.plan
Enumeration representing an estimated number of lines returned by an operation.
selectKth(double[], int) - Static method in class com.quartetfs.pivot.mdx.func.impl.MedianFunction
 
selectMarshaller(Set<Object>) - Static method in class com.quartetfs.biz.xmla.impl.XmlaUtil
 
selectProvider(Collection<? extends ProviderT>, ILocation, ICubeFilter, Collection<? extends IMeasureMember>, Collection<? extends IHierarchy>, ISubCubeProperties) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialProviderSelector
 
selectProvider(Collection<? extends ProviderT>, ILocation, ICubeFilter, Collection<? extends IMeasureMember>, Collection<? extends IHierarchy>, ISubCubeProperties) - Method in interface com.qfs.pivot.cube.provider.multi.IPartialProviderSelector
Selects the underlying provider that is best suited to answer queries about the given location.
SelectResultConverter(boolean) - Constructor for class com.quartetfs.biz.pivot.query.impl.MdxQueryUtil.SelectResultConverter
 
SelectStatement - Class in com.quartetfs.pivot.mdx.statement.impl
 
SelectStatement(List<IFormulaSpecification>, List<IAxisSpecification>, IAxisSpecification, IFromClause, List<String>) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.SelectStatement
 
SelectStatementEvaluator - Class in com.quartetfs.pivot.mdx.impl
 
SelectStatementEvaluator(ISelectStatement, ExpressionEvaluator) - Constructor for class com.quartetfs.pivot.mdx.impl.SelectStatementEvaluator
 
SelectStatementPlanner - Class in com.quartetfs.pivot.mdx.impl
 
SelectStatementPlanner(ISelectStatement, ExpressionPlanner, ExpressionEvaluator, PassExecutor, Collection<INamedSetReference>) - Constructor for class com.quartetfs.pivot.mdx.impl.SelectStatementPlanner
 
SelectStatementResolver - Class in com.quartetfs.pivot.mdx.impl
The Select statement resolver, that takes care of resolving a select statement.
SelectStatementResolver(IMdxCube, Properties) - Constructor for class com.quartetfs.pivot.mdx.impl.SelectStatementResolver
Constructor.
Self - com.quartetfs.biz.xmla.constants.Keyword
 
SELF - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
SELF - com.quartetfs.pivot.mdx.func.impl.DescendantsFunction.DescFlag
Returns only descendant members from the specified level or at the specified distance.
Self_And_After - com.quartetfs.biz.xmla.constants.Keyword
 
SELF_AND_AFTER - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
SELF_AND_AFTER - com.quartetfs.pivot.mdx.func.impl.DescendantsFunction.DescFlag
Returns descendant members from the specified level or at the specified distance and all levels subordinate to the specified level, or at the specified distance.
SELF_AND_BEFORE - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
SELF_AND_BEFORE - com.quartetfs.pivot.mdx.func.impl.DescendantsFunction.DescFlag
Returns descendant members from the specified level or at the specified distance, and from all levels between the specified member and the specified level, or at the specified distance, including the specified member.
SELF_BEFORE_AFTER - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
SELF_BEFORE_AFTER - com.quartetfs.pivot.mdx.func.impl.DescendantsFunction.DescFlag
Returns descendant members from all levels subordinate to the level of the specified member, and includes the specified member.
SEMICOLON - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
SEMICOLON - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
SEMICOLON - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
send(IMessage<T, E>) - Method in interface com.qfs.msg.IMessageChannel
Sends a message through the channel.
send(IMessage<T, E>) - Method in class com.qfs.msg.impl.CompositeMessageChannel
 
send(IMessage<T, E>) - Method in class com.qfs.source.impl.StoreMessageChannel
 
send(IMessage) - Method in interface com.qfs.snl.messages.IMessageService
Sends a message.
send(IMessage) - Method in class com.qfs.snl.messages.impl.MessageService
 
send(Object) - Method in class com.qfs.snl.ws.impl.SocketSubscriber
Sends data through the websocket session.
send(Object) - Method in class com.qfs.spring.websocket.impl.WsSession
Deprecated.
Sends an object through the WebSocket session.
send(String, Object) - Method in class com.qfs.websocket.endpoint.impl.ClosingSession
Sends the data through the session.
send(String, Object) - Method in class com.qfs.websocket.endpoint.impl.MultiplexedJsonWsSession
 
send(String, Object) - Method in interface com.qfs.websocket.endpoint.IWsSession
Sends the data through the session.
send(String, String, Object) - Method in class com.qfs.websocket.endpoint.impl.AWsSessionMultiplexer
 
send(String, String, Object) - Method in interface com.qfs.websocket.endpoint.IWsSessionMultiplexer
Sends the data through the session.
sendAsynchronouslyInitialDiscoveryMessage(long, Map<String, HelloMessage.HelloMessageAnswer>) - Method in class com.qfs.messenger.impl.DataInstanceDistributionManager
Computes and sends asynchronously an IInitialDiscoveryMessage to the remote instances, in the given amount of time.
sendError(String, Object) - Method in class com.qfs.websocket.endpoint.impl.ClosingSession
Sends a message describing an error.
sendError(String, Object) - Method in class com.qfs.websocket.endpoint.impl.MultiplexedJsonWsSession
 
sendError(String, Object) - Method in interface com.qfs.websocket.endpoint.IWsSession
Sends a message describing an error.
sendError(String, String, Object) - Method in class com.qfs.websocket.endpoint.impl.AWsSessionMultiplexer
 
sendError(String, String, Object) - Method in interface com.qfs.websocket.endpoint.IWsSessionMultiplexer
Sends a message describing an error.
sendError(WebSocketSession, String, String, Throwable) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint
Deprecated.
Sends a JsonError to the client through the given session, based on the given exception.
sendMessage(IBroadcastMessage<AnswerT, OutputT, ?>, Collection<String>, long) - Method in class com.activeviam.apm.messenger.impl.LogNettyMessenger
 
sendMessage(IBroadcastMessage<AnswerT, OutputT, ?>, Collection<String>, long) - Method in interface com.qfs.messenger.IDistributedMessenger
Sends the given message to some specific instances, collects the answers and process them to produce the global answer.
sendMessage(IBroadcastMessage<AnswerT, OutputT, ?>, Collection<String>, long) - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
sendMessage(WebSocketMessage<?>) - Method in class com.activeviam.apm.websocket.impl.MonitoredWebSocketSessionDecorator
 
sendMessage(T, Collection<? extends E>) - Method in interface com.qfs.msg.IMessageChannel
Creates a new message and sends it through the channel.
sendMessage(T, Collection<? extends E>) - Method in class com.qfs.msg.impl.AMessageChannel
 
sendMessage(T, Collection<? extends E>) - Method in class com.qfs.source.impl.StoreMessageChannel
 
sendMessageAsync(CompletableFutureMessageAnswer<AnswerT, OutputT>, BiConsumer<IBroadcastMessage<AnswerT, OutputT, ?>, Object>, Collection<NettyAddressGenerator.NettyAddress>, IBroadcastMessage<AnswerT, OutputT, ?>, long) - Method in class com.qfs.messenger.netty.impl.NettyTransporter
Send a message to the given remote instances identified by their addresses.
sendMessageAsynchronously(IBroadcastMessage<AnswerT, OutputT, ?>, Collection<String>, long) - Method in class com.activeviam.apm.messenger.impl.LogNettyMessenger
 
sendMessageAsynchronously(IBroadcastMessage<AnswerT, OutputT, ?>, Collection<String>, long) - Method in interface com.qfs.messenger.IDistributedMessenger
Sends the given message to some specific remote instances asynchronously.
sendMessageAsynchronously(IBroadcastMessage<AnswerT, OutputT, ?>, Collection<String>, long) - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
sendMessages(Collection<MessageDto>) - Method in interface com.qfs.snl.rs.IMessageRestService
Sends new messages from the currently logged user.
sendMessages(Collection<MessageDto>) - Method in class com.qfs.snl.rs.impl.MessageRestServiceController
 
SENTINEL_VERSION - Static variable in interface com.qfs.snl.rs.IInformationRestService
The version of ActiveMonitor .
SentinelAlert - Class in com.qfs.snl.data.impl
The ActiveMonitor alert stored in the database.
SentinelAlert(long, Long, String, Long, Long, String) - Constructor for class com.qfs.snl.data.impl.SentinelAlert
Constructor.
SentinelAlert(ISentinelAlert) - Constructor for class com.qfs.snl.data.impl.SentinelAlert
Copy constructor.
SentinelAlertDao - Class in com.qfs.snl.persistence.impl
The alert data access object.
SentinelAlertDao(SessionFactory, int, ITimeSupplier) - Constructor for class com.qfs.snl.persistence.impl.SentinelAlertDao
Constructor.
SentinelBatchPublisher - Class in com.qfs.snl.agent.service.impl
Implementation of a ISentinelPublisher.
SentinelBatchPublisher(IMonitorService) - Constructor for class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
Constructor.
SentinelBatchPublisher.SentinelEventComparator - Class in com.qfs.snl.agent.service.impl
Custom comparator for ActiveMonitor events.
SentinelBatchPublisher.SentinelEventsQueue<E> - Class in com.qfs.snl.agent.service.impl
Blocking bounded priority queue with eviction allowing to wait for it to reach a specified size with a timeout.
SentinelDaemon - Class in com.qfs.snl.agent.service.impl
ActiveMonitor daemon task that runs in the background and perform SentinelDaemonActions periodically.
SentinelDaemon(ISentinelDaemonActions, long, long, int) - Constructor for class com.qfs.snl.agent.service.impl.SentinelDaemon
Constructor.
SentinelDaemonActions - Class in com.qfs.snl.agent.service.impl
ActiveMonitor actions called by the SentinelDaemon to periodically retrieve the monitors updates performed on ActiveMonitor server, in order to adapt their registration with the mdx engine.
SentinelDaemonActions(IActivePivotManager, IMonitorService, IAgentService, IMonitoringService, IAgentConnectionDetails) - Constructor for class com.qfs.snl.agent.service.impl.SentinelDaemonActions
Constructor.
sentinelEndPoint() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] ActiveMonitor central WebSocket end point.
SentinelEvent - Class in com.qfs.snl.data.impl
The ActiveMonitor event stored in the database.
SentinelEvent(long, String, Map<String, String>, long, Double, Double, List<? extends ISentinelState>) - Constructor for class com.qfs.snl.data.impl.SentinelEvent
Constructor.
SentinelEvent(ISentinelEvent) - Constructor for class com.qfs.snl.data.impl.SentinelEvent
Constructor.
SentinelEventComparator() - Constructor for class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventComparator
 
SentinelEventDao - Class in com.qfs.snl.persistence.impl
The ActiveMonitor event data access object.
SentinelEventDao(SessionFactory, int) - Constructor for class com.qfs.snl.persistence.impl.SentinelEventDao
Constructor.
SentinelEventsQueue(Comparator<E>, int) - Constructor for class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventsQueue
Constructor.
SentinelExpressionManager - Class in com.qfs.snl.activiti
Override for ActiveMonitor project.
SentinelExpressionManager(ApplicationContext, Map<Object, Object>) - Constructor for class com.qfs.snl.activiti.SentinelExpressionManager
Constructor.
SentinelMdxCompiler - Class in com.qfs.pivot.mdx.compil.impl
Extension of the MDX post-processor compiler to support ActiveMonitor special functions.
SentinelMdxQuery - Class in com.qfs.snl.agent.mdx.impl
Stream query for KPI monitoring.
SentinelMdxQuery(SentinelMdxQuery) - Constructor for class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Copy constructor.
SentinelMdxQuery(IMonitor, KpiMonitorConfigurationDto, String, List<? extends IContextValue>, Set<String>) - Constructor for class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Full constructor.
SentinelMdxStream - Class in com.qfs.snl.agent.mdx.impl
Stream performing the MDX monitoring for ActiveMonitor.
SentinelMdxStream(SentinelMdxQuery, IStreamProperties, IStreamPublisher) - Constructor for class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
Full constructor.
SentinelMdxStream(SentinelMdxStream) - Constructor for class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
Copy constructor.
SentinelMonitoringMBean - Class in com.qfs.snl.monitoring
Parent Monitoring MBean for information about AP connection with ActiveMonitor.
SentinelMonitoringMBean() - Constructor for class com.qfs.snl.monitoring.SentinelMonitoringMBean
Default constructor.
SentinelMonitoringMBean(Map<String, Object>) - Constructor for class com.qfs.snl.monitoring.SentinelMonitoringMBean
Full constructor.
SentinelProcessEngineFactoryBean - Class in com.qfs.snl.activiti
Override for ActiveMonitor project.
SentinelProcessEngineFactoryBean() - Constructor for class com.qfs.snl.activiti.SentinelProcessEngineFactoryBean
 
SentinelProcessEntityManager - Class in com.qfs.snl.activiti
ActiveMonitor Activiti entity manager to cache all definition entities.
SentinelProcessEntityManager() - Constructor for class com.qfs.snl.activiti.SentinelProcessEntityManager
Constructor.
SentinelProcessEntityManager.Factory - Class in com.qfs.snl.activiti
Factory class for the containing manager.
SentinelRemoteRepositoryService - Class in com.qfs.snl.repository.impl
Implementation of a IRepositoryService over a remote server using the REST API defined by IRepositoryRestService.
SentinelRemoteRepositoryService(String, AAuthenticator) - Constructor for class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
Constructor.
SentinelSecurityUtil - Class in com.qfs.snl.utils.impl
Helper with security shortcut methods.
SentinelState - Class in com.qfs.snl.data.impl
The ActiveMonitor state stored in the database.
SentinelState(ISentinelState) - Constructor for class com.qfs.snl.data.impl.SentinelState
Copy constructor.
SentinelState(String, String, Double, String) - Constructor for class com.qfs.snl.data.impl.SentinelState
Full constructor.
SentinelStreamEvent - Class in com.qfs.snl.agent.mdx.impl
Stream event publishing monitoring events.
SentinelStreamEvent(String, String, long, Collection<? extends ISentinelEvent>) - Constructor for class com.qfs.snl.agent.mdx.impl.SentinelStreamEvent
Full constructor.
SentinelStreamTuple - Class in com.qfs.snl.agent.impl
Tuple designed for SentinelMdxStream streaming.
SentinelStreamTuple(SentinelStreamTuple) - Constructor for class com.qfs.snl.agent.impl.SentinelStreamTuple
Copy constructor.
SentinelStreamTuple(TIntObjectMap<String>) - Constructor for class com.qfs.snl.agent.impl.SentinelStreamTuple
Constructor.
SentinelStreamTuple.Location - Class in com.qfs.snl.agent.impl
Class representing the location of a tuple, i.e.
sentinelWebSocketHandler() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] ActiveMonitor WebSocket unified end point.
SEP - Static variable in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughExecutor
Separator used to code/decode built-in header names.
SEPARATOR - Static variable in class com.qfs.pivot.content.impl.ActivePivotContentService
The separator used to separate directories from their children.
SEPARATOR - Static variable in class com.qfs.QfsWebUtils
The separator used to separate parts of an URI.
SEPARATOR - Static variable in interface com.qfs.service.store.IDatabaseRestService
REST path value to access the path separator.
SEPARATOR - Static variable in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Separator used in the keys of the map as a hierarchical indicator, like in java.util.Properties.
SEPARATOR - Static variable in interface com.quartetfs.biz.pivot.definitions.ICalculatedDrillthroughColumnDescription
The separator of the underlying fields.
SEPARATOR - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
During configuration parsing, used to separate parameters in the same property.
SEPARATOR - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor
During configuration parsing, used to separate parameters in the same property.
SEPARATOR - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryMonitoringUtil
Separator for report organization.
SEPARATOR - Static variable in class com.quartetfs.fwk.impl.BaseProperty
The property expression separator ('/' by default).
SEPARATOR_LENGTH - Static variable in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Separator length.
SEPARATOR_PROPERTY - Static variable in interface com.activeviam.pivot.json.dataexport.jsonoutputconfiguration.IJsonOutputConfiguration
Property to define the separator to use.
SEPARATOR_SPLIT - Static variable in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Pattern used for String.split() on separator.
Sequence_Time - com.quartetfs.biz.xmla.constants.Keyword
 
SEQUENTIAL_PROCESSING_CONFLATION_EVENT_ENGINE - com.activeviam.properties.impl.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.qfs.serialization
SerializableBiFunction<T,​U,​R> - Interface in com.qfs.serialization
SerializableConsumer<T> - Interface in com.qfs.serialization
SerializableFunction<T,​R> - Interface in com.qfs.serialization
SerializablePredicate<T> - Interface in com.qfs.serialization
SerializableSupplier<T> - Interface in com.qfs.serialization
SerializableToDoubleFunction<T> - Interface in com.activeviam.util.function.serialization
SerializableToFloatFunction<T> - Interface in com.activeviam.util.function.serialization
SerializableToIntFunction<T> - Interface in com.activeviam.util.function.serialization
SerializableToLongFunction<T> - Interface in com.activeviam.util.function.serialization
SerializableTriFunction<T,​U,​V,​R> - Interface in com.qfs.serialization
SerializableUserDefinedAggregateFunction - Class in com.activeviam.agg.impl
Implementation of IUserDefinedAggregateFunction where all the steps of the aggregation are given in the constructor.
SerializableUserDefinedAggregateFunction(String, int[], SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableFunction<IArrayReader, ?>, int) - Constructor for class com.activeviam.agg.impl.SerializableUserDefinedAggregateFunction
Constructor.
SerializableUserDefinedAggregateFunctionWithRemoval - Class in com.activeviam.agg.impl
 
SerializableUserDefinedAggregateFunctionWithRemoval(String, int[], SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableFunction<IArrayReader, ?>, int) - Constructor for class com.activeviam.agg.impl.SerializableUserDefinedAggregateFunctionWithRemoval
Constructor.
SerializableUserDefinedVectorAggregateFunction - Class in com.activeviam.agg.impl
 
SerializableUserDefinedVectorAggregateFunction(String, int[], SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableFunction<IArrayReader, ?>, int) - Constructor for class com.activeviam.agg.impl.SerializableUserDefinedVectorAggregateFunction
Constructor.
SerializableUserDefinedVectorAggregateFunctionWithRemoval - Class in com.activeviam.agg.impl
 
SerializableUserDefinedVectorAggregateFunctionWithRemoval(String, int[], SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableBiConsumer<IArrayReader, IWritableBuffer>, SerializableFunction<IArrayReader, ?>, int) - Constructor for class com.activeviam.agg.impl.SerializableUserDefinedVectorAggregateFunctionWithRemoval
 
SERIALIZATION_DISCOVERY_TIMEOUT - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The name of the property that defines the timeout in milliseconds for the serialization of initial discoveries answers.
SERIALIZATION_QUERY_TIMEOUT - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The name of the property that defines the timeout in milliseconds for the serialization of the local answers to distributed queries.
SerializationUtil - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
SerializationUtil - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Implementation of a custom serialization It is used to avoid a lot of transient memory generated by the serialization of objects.
SerializationUtil() - Constructor for class com.qfs.util.impl.SerializationUtil
Deprecated.
 
SerializationUtil() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil
 
SerializationUtil.SerializationKey - Enum in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
ActiveViam custom serialization keys - or codes - to flag the type of the content to come.
serialize(IMonitoringStatistic, Writer) - Static method in class com.qfs.pivot.monitoring.impl.MemoryStatisticSerializerUtil
Serializes a statistic into a given writer.
serialize(IStatisticAttribute, JsonGenerator, SerializerProvider) - Method in class com.qfs.pivot.monitoring.impl.MonitoringStatisticAttributesSerializer
 
serialize(IMemoryStatistic, Writer) - Static method in class com.qfs.pivot.monitoring.impl.MemoryStatisticSerializerUtil
Serializes a statistic into a given writer.
serialize(ICoordinates) - Method in class com.qfs.repository.persistence.type.impl.StringCoordinateType
 
serialize(Exception, JsonGenerator, SerializerProvider) - Method in class com.qfs.jackson.impl.ExceptionSerializer
 
serialize(Object) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Serializes the object into a string.
serialize(Object) - Method in interface com.qfs.msg.serialization.IStringSerializer
Serialize the object in a string representation.
serialize(Object) - Method in class com.qfs.pivot.json.logging.JsonLogSerializer
 
serialize(Object) - Method in interface com.quartetfs.fwk.serialization.ISerializer
Serialize an object into a serialized form.
serialize(Object, boolean) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Serializes the object into a string.
serialize(Object, OutputStream) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Serializes the object into the output stream.
serialize(Object, OutputStream) - Method in interface com.quartetfs.fwk.serialization.ISerializer
Serialize an Object to a specified OutputStream.
serialize(Object, OutputStream, boolean) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Serializes the object into the output stream.
serialize(Object, Writer) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Writes the object into the writer.
serialize(Object, Writer) - Method in interface com.quartetfs.fwk.serialization.ISerializer
Serialize an Object to a specified Writer.
serialize(Object, Writer, boolean) - Static method in class com.qfs.jackson.impl.JacksonSerializer
Writes the object into the writer.
serialize(Object, Object) - Method in interface com.quartetfs.fwk.serialization.ISerializer
Extendible serialization method Serialize an object to a particular sink.
serialize(Map<String, IStatisticAttribute>, JsonGenerator, SerializerProvider) - Method in class com.qfs.pivot.monitoring.impl.MonitoringStatisticMapAttributesSerializer
 
serializeAxisDimension(IDimension<? extends IAxisHierarchy>, ObjectOutput, boolean, IDataCubeAdapter) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Writes in the given stream a pivot dimension that is not the measure dimension.
serializeAxisHierarchy(IAxisHierarchy, IDataCubeAdapter, ObjectOutput, boolean) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Write the hierarchy to this output stream.
serializeDimensions(List<? extends IDimension<? extends IHierarchy>>, IDataCubeAdapter, ObjectOutput, boolean) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Dimensions serializer.
SerializedTtlCache() - Constructor for class com.qfs.fwk.cache.impl.TtlCache.SerializedTtlCache
 
serializeHierarchies(List<? extends IHierarchy>, IDataCubeAdapter, ObjectOutput, boolean) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Writes the given list of hierarchies to this output stream, except for the measure hierarchy.
serializeLevelsInfo(List<? extends ILevel>, IHierarchyInfo, IDataCubeAdapter, ObjectOutput) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Writes the level infos of the given levels to this output stream.
serializeMeasureDimension(IDimension<? extends IMeasureHierarchy>, ObjectOutput, IDataCubeAdapter) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Dimension serializer specifically made for the measure dimension.
serializeMeasureHierarchy(IMeasureHierarchy, ObjectOutput, IDataCubeAdapter) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesUtil
Serializer method for the measure hierarchy.
serializeObjects(File, JsonStreamSnapshot) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Serializes to file.
SerializerException - Exception in com.quartetfs.fwk.serialization
Exception type for serialization exceptions.
SerializerException() - Constructor for exception com.quartetfs.fwk.serialization.SerializerException
Default constructor.
SerializerException(String) - Constructor for exception com.quartetfs.fwk.serialization.SerializerException
Constructor.
SerializerException(String, Object...) - Constructor for exception com.quartetfs.fwk.serialization.SerializerException
Constructor.
SerializerException(String, Throwable) - Constructor for exception com.quartetfs.fwk.serialization.SerializerException
Constructor.
SerializerException(Throwable) - Constructor for exception com.quartetfs.fwk.serialization.SerializerException
Constructor.
SerializerException(Throwable, String, Object...) - Constructor for exception com.quartetfs.fwk.serialization.SerializerException
Constructor.
SerializerVisitor - Class in com.qfs.pivot.monitoring.impl
Visitor in charge of adapting IMemoryStatistic for serialization process.
SerializerVisitor() - Constructor for class com.qfs.pivot.monitoring.impl.SerializerVisitor
 
serve(String...) - Method in class com.qfs.server.cfg.impl.ASpringResourceServerConfig.ResourceRegistry
Registers a collection of paths holding static resources.
Server - com.quartetfs.biz.xmla.constants.Keyword
 
Server - com.quartetfs.biz.xmla.IXmlaError.Cause
Error while handling the message.
SERVICE_NAME - Static variable in class com.activeviam.apm.logging.impl.LogInstanceConverter
Name of the current service/node that is communicating with Zipkin.
SERVICE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
SERVICE_OBJECT_NAME_FORMAT - Static variable in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
 
SERVICE_OBJECT_NAME_FORMAT - Static variable in class com.activeviam.pivot.rest.dataexport.DataExportRestServiceController
 
SERVICE_TYPE_ID - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
ServiceDependencyException - Exception in com.qfs.fwk.services
Exception class for requests whose completion depends on a another service that returned an error and cannot be reached.
ServiceDependencyException(String) - Constructor for exception com.qfs.fwk.services.ServiceDependencyException
Constructor.
ServiceDependencyException(String, Throwable) - Constructor for exception com.qfs.fwk.services.ServiceDependencyException
Constructor.
ServiceDependencyException(Throwable) - Constructor for exception com.qfs.fwk.services.ServiceDependencyException
Constructor.
ServiceException - Exception in com.qfs.fwk.services
Class exception for services implemented by QuartetFS.
Services - Class in com.activeviam.pivot.server.spring.api
Provides an instance of the read-only service to the database.
Services() - Constructor for class com.activeviam.pivot.server.spring.api.Services
 
servicesConfigBeanPostProcessor() - Method in class com.activeviam.apm.cfg.impl.LoggingConfig
 
ServicesConfigBeanPostProcessor - Class in com.activeviam.apm.cfg.impl
A BeanPostProcessor replacing Activepivot services Beans by their equivalent monitored services.
ServicesConfigBeanPostProcessor() - Constructor for class com.activeviam.apm.cfg.impl.ServicesConfigBeanPostProcessor
 
ServicesUtil - Class in com.quartetfs.pivot.mdx.utils.impl
Various utilities for webservices.
ServicesUtil() - Constructor for class com.quartetfs.pivot.mdx.utils.impl.ServicesUtil
 
ServletProperties - Class in com.quartetfs.biz.xmla.servlet.impl
Properties for the XMLA Servlet.
ServletProperties(String, String, boolean, boolean, boolean) - Constructor for class com.quartetfs.biz.xmla.servlet.impl.ServletProperties
 
Session - com.quartetfs.biz.xmla.constants.Keyword
 
SESSION - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
SESSION - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
SESSION - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
SESSION_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
SessionData - Class in com.qfs.spring.websocket.impl
Deprecated, for removal: This API element is subject to removal in a future version.
SessionData(WsSession, ITimeSupplier) - Constructor for class com.qfs.spring.websocket.impl.SessionData
Deprecated.
Constructor.
SessionData.JsonDiscardedStreamsData - Class in com.qfs.spring.websocket.impl
Deprecated.
JSON object containing the list of id of the streams that have been garbage-collected.
SessionData.JsonStreamsDiscardedNotification - Class in com.qfs.spring.websocket.impl
Deprecated.
A Json message that contains the list of the stream ids whose stream data has been discarded.
SessionData.StreamConfiguration - Class in com.qfs.spring.websocket.impl
Deprecated.
Structure storing needed configuration for a stream that executes a continuous query.
SessionFactoryMonitoring - Class in com.qfs.snl.monitoring.impl
MBean to monitor hibernate session factory.
SessionFactoryMonitoring(SessionFactory, Properties) - Constructor for class com.qfs.snl.monitoring.impl.SessionFactoryMonitoring
Constructor.
SessionFactoryStatistics - Class in com.qfs.snl.monitoring.impl
Allow to access statistics about a hibernate session factory.
SessionFactoryStatistics(Statistics) - Constructor for class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
Constructor.
SESSIONID_XML_ATTRIBUTE - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
Sessions - com.quartetfs.biz.xmla.impl.XmlaProperties.StateSupportValue
 
set() - Static method in class com.activeviam.collections.impl.Empty
Creates an empty set.
set(int) - Method in interface com.qfs.bitmap.IBitmap
Sets the bit at position i to true.
set(int) - Method in interface com.qfs.bitmap.IClearableBitmap
Sets the bit at a given position to true.
set(int) - Method in class com.qfs.bitmap.impl.Bitmap
 
set(int) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
set(int) - Method in class com.qfs.bitmap.impl.QFSBitmap
 
set(int, int) - Method in class com.qfs.index.impl.AIntegerArray
Changes a value in the array, and updates its size.
set(int, int) - Method in class com.qfs.index.impl.IntegerArrayTransaction
Records a delta mapping that overrides the mapping in the base array.
set(int, int) - Method in interface com.qfs.index.IWritableIntegerArray
Sets a value at the given index.
set(int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
set(int, int[]) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
set(int, int[], int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
set(int, long) - Method in class com.qfs.index.impl.ALongArray
Changes a value in the array, and updates its size.
set(int, long) - Method in class com.qfs.index.impl.LongArrayTransaction
Records a delta mapping that overrides the mapping in the base array.
set(int, long) - Method in interface com.qfs.index.IWritableLongArray
Sets a value at the given index.
set(int, E) - Method in class com.quartetfs.pivot.mdx.utils.impl.CyclicArray.CyclicArrayList
 
set(int, K, V) - Method in class com.qfs.pivot.util.impl.EntryList
Sets an entry at the given index in this list.
set(int, T) - Method in class com.qfs.util.impl.FilteredList
Deprecated.
 
set(int, T) - Method in class com.quartetfs.pivot.mdx.utils.impl.CyclicArray
 
set(long[], int) - Static method in class com.qfs.bitmap.impl.Bitmap
Sets the bit at the given position to true.
set(long, long) - Static method in class com.qfs.bitmap.impl.Bitmap
Sets the bit at the given position to true.
set(IActiveViamProperty, Object) - Method in interface com.activeviam.properties.IActiveViamPropertyRegistry
Sets the value of a property.
set(IActiveViamProperty, Object) - Method in class com.activeviam.properties.impl.ActiveViamPropertyRegistry
 
set(ActiveViamProperty, Object) - Static method in class com.activeviam.properties.PropertyRegistry
Sets the value of a property.
set(EntityWorkflowConfiguration) - Method in interface com.qfs.snl.persistence.IEntityWorkflowDao
Persists a transient element, creating a new persisted resource.
set(EntityWorkflowConfiguration) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowDao
 
set(KpiDescription.KpiProperty, String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Sets a property to a given value.
set(IContextBase.IContextState) - Method in interface com.quartetfs.pivot.mdx.IContextBase
Sets a context.
set(IContextBase.IContextState) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingContextBase
 
set(IContextBase.IContextState) - Method in class com.quartetfs.pivot.mdx.impl.ARootContextBase
 
set(IFlag, boolean) - Method in interface com.quartetfs.pivot.mdx.IContextBase
Helper method setting a flag to true or false.
set(IFlag, boolean) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingContextBase
 
set(IFlag, boolean) - Method in class com.quartetfs.pivot.mdx.impl.ARootContextBase
 
set(ContextT, Object[]) - Method in class com.qfs.msg.impl.ColumnCalculationContext
Sets the context of the class, the current tuple and reinitializes all the column states.
set(E) - Method in class com.qfs.util.impl.QfsLists.ReverseIterator
Deprecated.
 
set(E...) - Static method in class com.activeviam.collections.impl.Immutable
Wraps a regular array into an immutable set.
set(Class<T>, T) - Method in interface com.quartetfs.biz.pivot.context.IContext
Set the user context value.
set(Class<T>, T) - Method in class com.quartetfs.biz.pivot.context.impl.Context
 
set(String, IWorkflowSchema) - Method in class com.qfs.snl.persistence.impl.InMemoryWorkflowSchemaDao
Put the configuration for the entity and the schema name.
set(String, IWorkflowSchema) - Method in interface com.qfs.snl.persistence.IWorkflowSchemaDao
Stores a new schema for a given entity type.
set(List<EntityWorkflowConfiguration>) - Method in interface com.qfs.snl.persistence.IEntityWorkflowDao
Persists a transients elements, creating a new persisted resources.
set(List<EntityWorkflowConfiguration>) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowDao
 
set(Set<E>) - Static method in class com.activeviam.collections.impl.Immutable
Wraps a regular set into an immutable set.
set(V) - Method in class com.qfs.util.impl.FutureValue
Deprecated.
Sets the result of this Future to the given value unless this future has already been set or has been cancelled.
Set - com.quartetfs.biz.xmla.constants.Keyword
 
Set - com.quartetfs.pivot.mdx.statement.FunctionCategory
 
Set - com.quartetfs.pivot.mdx.statement.IFormulaSpecification.DefinedType
For named sets.
SET - com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
 
SET - com.quartetfs.pivot.mdx.statement.Type
 
SET - Static variable in interface com.quartetfs.biz.pivot.context.IMdxContext
Used for sets.
SET - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
SET - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
SET - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
SET_CAPTION - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
SET_CURR_ENTRY - Static variable in class com.qfs.logging.MessagesCSV
TarInputStream: SET CURRENTRY.
SET_DEFAULT_WORKFLOW - Static variable in interface com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a default workflow is being set for a given entity type.
SET_DISPLAY_FOLDER - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
SET_EVALUATION_CONTEXT - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
set_expression() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
set_expression_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.set_expression_return
 
set_name() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
set_name() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
SET_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
set_name_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.set_name_return
 
set_name_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
set_name_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
set_name_specification_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.set_name_specification_return
 
set_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
set_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
set_specification_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.set_specification_return
 
set_string_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
SET_TO_STR - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
SET_WORKFLOW_CONFIGURATION - Static variable in interface com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a schema is being configured for a given entity.
setAcceptIncompleteLines(boolean) - Method in interface com.qfs.msg.csv.ICSVParserConfiguration
Sets whether lines that have less columns than expected are accepted.
setAcceptIncompleteLines(boolean) - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
 
setAcceptIncompleteLines(boolean) - Method in class com.qfs.msg.csv.impl.ParserContext
 
setAcceptOverflowingLines(boolean) - Method in interface com.qfs.msg.csv.ICSVParserConfiguration
Sets whether lines that have more columns than expected are accepted.
setAcceptOverflowingLines(boolean) - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
 
setAcceptOverflowingLines(boolean) - Method in class com.qfs.msg.csv.impl.ParserContext
 
setAccessGranted(boolean) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
Grant global access to the underlying instance.
setAction(JsonDatabaseAction.DatabaseActionType) - Method in class com.qfs.pivot.json.database.JsonDatabaseAction
Sets the action type.
setAction(JsonStreamingRequest.StreamingAction) - Method in class com.qfs.pivot.json.query.JsonStreamingRequest
Sets the action this request represents.
setAction(AMessageAction<?, AnswerT>) - Method in class com.qfs.query.impl.AMessageWithCountedCompleter
Sets the action that will send this message.
setAction(DistributedExecutionPlan.RetrieveAggregatesMessageAction) - Method in class com.qfs.query.impl.RetrieveAggregatesMessage
Sets the action that will send this message.
setAction(String) - Method in class com.qfs.websocket.endpoint.impl.JsonTopicMessageDto
Sets the action.
setActions(JsonDatabaseAction[]) - Method in class com.qfs.pivot.json.database.JsonDatabaseEdit
Sets the list of actions to execute.
setActivation(Long) - Method in class com.qfs.repository.dto.PointValueDto
Sets the activation time of the point value.
setActivation(Long) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the activation time of the point value.
setActivePivotContentService(IActivePivotContentService) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
Sets the Content Service to use to retrieve ActivePivot content values.
setActivePivotDescription(IActivePivotDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotInstanceDescription
Sets the activepivot's description.
setActivePivotDescription(IActivePivotDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
 
setActivePivotIds(List<String>) - Method in interface com.quartetfs.biz.pivot.definitions.ICatalogDescription
Set the ids of running ActivePivot instances.
setActivePivotIds(List<String>) - Method in class com.quartetfs.biz.pivot.definitions.impl.CatalogDescription
 
setActivePivotInstanceDescriptions(List<? extends IActivePivotInstanceDescription>) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotSchemaDescription
Set The list of ActivePivot's instance descriptions.
setActivePivotInstanceDescriptions(List<? extends IActivePivotInstanceDescription>) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaDescription
 
setActivePivotManager(IActivePivotManager) - Method in class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
Sets the ActivePivot manager.
setActivePivotManager(IActivePivotManager) - Method in interface com.quartetfs.biz.pivot.streaming.IMdxStreamRegister
 
setActivePivotManager(IActivePivotManager) - Method in class com.quartetfs.biz.pivot.streaming.impl.AActivePivotStream
ActivePivot Manager injection point.
setActivePivotManager(IActivePivotManager) - Method in class com.quartetfs.biz.pivot.streaming.impl.ADelegateStream
ActivePivot Manager injection point.
setActivePivotManager(IActivePivotManager) - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamRegister
 
setActivePivotManager(IActivePivotManager) - Method in class com.quartetfs.biz.xmla.discovery.impl.APivotDiscoveryHandler
 
setActivePivotManager(IActivePivotManager) - Method in interface com.quartetfs.biz.xmla.discovery.impl.IPivotDiscoveryHandler
 
setActivePivotManager(IActivePivotManager) - Method in interface com.quartetfs.biz.xmla.IExecuteHandler
Set the ActivePivot manager.
setActivePivotManager(IActivePivotManager) - Method in class com.quartetfs.pivot.mdx.xmla.impl.PivotExecuteHandler
 
setActivePivotSchemaDescription(IActivePivotSchemaDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotSchemaInstanceDescription
Sets the description.
setActivePivotSchemaDescription(IActivePivotSchemaDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaInstanceDescription
 
setAddedOrCreatedMonitors(List<MonitorDto>) - Method in class com.qfs.snl.dtos.MonitorUpdatesDto
Set the list of added or updated monitors.
setAddedOrUpdatedPointValues(List<PointValueDto>) - Method in class com.qfs.repository.dto.PointValueUpdatesDto
Sets the addedorUpdatedPointValues.
setAddedOrUpdatedRows(List<DrillthroughRowDTO>) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughUpdateEvent
Set the added or updated rows.
setAddedOrUpdatedRows(Map<Integer, Object[]>) - Method in class com.qfs.pivot.json.drillthrough.JsonDrillthroughUpdateData
 
setAdditionalDependencies(Set<String>) - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
Sets the additionalDependencies.
setAdditionalInitialChars(char[]) - Method in class com.qfs.msg.csv.impl.ParserTaskInitialState
Sets the additional initial characters.
setAdditionalMeasures(Collection<IMeasureMemberDescription>) - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
setAdditionalMeasures(Collection<String>) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
 
setAdditionalMeasures(Collection<String>) - Method in class com.quartetfs.fwk.logging.impl.GaqTiming
 
setAdditionalProperties(Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Add the given properties.
setAdditionalProperties(Map<String, String>) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
 
setAdditionalProperties(Map<String, String>) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setAdditionalProperties(Map<String, String>) - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
 
setAdditionalProperties(Map<String, String>) - Method in interface com.quartetfs.biz.pivot.definitions.INamedSetDescription
 
setAdditionalProperties(Properties) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Sets the additional properties.
setAdditions(List<NewT>) - Method in class com.qfs.repository.dto.ParameterUpdateDto
Sets the additions to perform.
setAdditions(List<NewT>) - Method in class com.qfs.repository.params.impl.ParameterUpdate
Sets the point values to add to the parameter definition.
setAddress(String) - Method in class com.quartetfs.biz.pivot.server.http.impl.HTTPServiceFactory
Deprecated.
The end point of the service.
setAdvancedAggregatedMeasuresDescription(List<IAdvancedAggregatedMeasureDescription>) - Method in interface com.quartetfs.biz.pivot.definitions.IMeasuresDescription
Sets the list of multi-field aggregated measures descriptions defined in the IActivePivotDescription.
setAdvancedAggregatedMeasuresDescription(List<IAdvancedAggregatedMeasureDescription>) - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
 
setAgent(IAgent) - Method in class com.quartetfs.fwk.impl.AgentStarter
Deprecated.
 
setAgentConnectionDetails(AgentConnectionDetailsDto) - Method in class com.qfs.snl.dtos.AgentDescriptionDto
Sets agent connection details.
setAgentName(String) - Method in class com.qfs.snl.dtos.AgentDescriptionDto
Set the name of the agent.
setAgentType(String) - Method in class com.qfs.snl.dtos.AgentDescriptionDto
Set the type of the agent.
setAggregatedMeasuresDescription(List<IAggregatedMeasureDescription>) - Method in interface com.quartetfs.biz.pivot.definitions.IMeasuresDescription
Sets the list of aggregated measures descriptions defined in the IActivePivotDescription.
setAggregatedMeasuresDescription(List<IAggregatedMeasureDescription>) - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
Replaces the aggregated measures descriptions within the main descriptions list with those form measures list.
setAggregateProvider(IAggregateProviderDefinition) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Sets the aggregate provider definition.
setAggregateProvider(IAggregateProviderDefinition) - Method in interface com.quartetfs.biz.pivot.definitions.IDistributedActivePivotDescription
 
setAggregateProvider(IAggregateProviderDefinition) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
setAggregates(List<AggregateDTO>) - Method in class com.quartetfs.biz.pivot.streaming.impl.AggregatesEvent
Set the aggregates.
setAggregates(Map<String, Object>) - Method in class com.quartetfs.biz.pivot.dto.AggregateDTO
Set the aggregates.
setAggregatesCacheDescription(IAggregatesCacheDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Sets the aggregate cache description.
setAggregatesCacheDescription(IAggregatesCacheDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
setAggregatesCacheDescription(IAggregatesCacheDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
setAggregatesContinuousQueryEngine(IPluginDefinition) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
setAggregatesContinuousQueryEngine(IPluginDefinition) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
setAggregatesContinuousQueryEngine(IPluginDefinition) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
setAggregatesPerScope(Map<ILocation, List<AggregateDTO>>) - Method in class com.quartetfs.biz.pivot.streaming.impl.FullRefreshEvent
Set the aggregatesMap.
setAggregationProcedures(Collection<IAnalysisAggregationProcedureDescription>) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Sets the description for aggregation procedures to use on analysis hierarchies.
setAggregationProcedures(Collection<IAnalysisAggregationProcedureDescription>) - Method in interface com.quartetfs.biz.pivot.definitions.IDistributedActivePivotDescription
 
setAggregationProcedures(Collection<IAnalysisAggregationProcedureDescription>) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
setAggressiveFormulaEvaluation(Boolean) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
setAlias(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.NativeMeasureDescription
 
setAlias(String) - Method in interface com.quartetfs.biz.pivot.definitions.INativeMeasureDescription
Sets the alias of the native measure.
setAlias(String) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming.JsonSelectionField
 
setAll(IContextSnapshot) - Method in class com.qfs.distribution.impl.DistributedActivePivotContext
 
setAll(IContextSnapshot) - Method in interface com.quartetfs.biz.pivot.context.IContext
Set multiple user context values.
setAll(IContextSnapshot) - Method in class com.quartetfs.biz.pivot.context.impl.Context
 
setAllGrantedMembers(Map<String, Map<String, Set<List<?>>>>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
Grants all members of the given map.
setAllMembersEnabled(Boolean) - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Sets the AxisHierarchy has all members or not.
setAllMembersEnabled(Boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
 
setAllNotNull(long[]) - Static method in class com.qfs.chunk.array.impl.ArrayChunkNullable
Sets all positions to be non null.
setAllPointsAsImpacted() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.ABitmapAggregateCollector
Sets all existing points of the aggregate as impacted by the transaction.
setAllWritesAreNulls(boolean) - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.IResultWriter
Set whether all write calls will be null writes.
setAnswer(T) - Method in class com.qfs.messenger.impl.BroadcastResult
Sets the answer of this message.
setApis(Map<String, ApiVersionDto>) - Method in class com.qfs.versions.service.ApisDto
Sets registered APIs whose versions are to expose.
setApplication(IQueryClusterDefinition.IDistributedApplicationDefinition) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.AProxyMeasure
 
setApplication(IQueryClusterDefinition.IDistributedApplicationDefinition) - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.DistributedPostProcessedMeasure
 
setApplication(IQueryClusterDefinition.IDistributedApplicationDefinition) - Method in interface com.qfs.pivot.cube.hierarchy.measures.impl.IDistributedMeasureMember
Sets the application that this measure comes from.
setApplicationContext(ApplicationContext) - Method in class com.activeviam.apm.cfg.impl.RestServicesConfigBeanPostProcessor
 
setApplicationContext(ApplicationContext) - Method in class com.activeviam.apm.cfg.impl.ServicesConfigBeanPostProcessor
 
setApplicationContext(ApplicationContext) - Method in class com.activeviam.apm.cfg.impl.XmlaServletConfigBeanPostProcessor
 
setApplicationContext(ApplicationContext) - Method in class com.qfs.server.cfg.impl.ASpringResourceServerConfig
 
setApplicationContext(ApplicationContext) - Method in class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
After its initialization, the bean receives a reference to the current Spring application context.
setApplicationId(String) - Method in interface com.quartetfs.biz.pivot.definitions.IDataClusterDefinition
Setter.
setApplicationId(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
 
setApplications(List<IQueryClusterDefinition.IDistributedApplicationDefinition>) - Method in class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition
 
setApplications(List<IQueryClusterDefinition.IDistributedApplicationDefinition>) - Method in interface com.quartetfs.biz.pivot.definitions.IQueryClusterDefinition
Sets the applications of the cluster.
setAssignee(String) - Method in class com.qfs.snl.dtos.TaskDto
Sets the assignee.
setAssignee(String) - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
Sets the assignee.
setAsValueDependency(MutableRTExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
Sets the asValueDependency.
setAttribute(Attribute) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
 
setAttribute(Attribute) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
 
setAttributeMap(String[]) - Method in class com.quartetfs.biz.xmla.binxml.impl.ElementObject
 
setAttributes(Map<String, IStatisticAttribute>) - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
Sets the complete list of this statistic attributes.
setAttributes(Map<String, IStatisticAttribute>) - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
setAttributes(Map<String, V>) - Method in class com.qfs.monitoring.statistic.impl.MonitoringStatistic
Sets the attributes of this statistic.
setAttributes(AttributeList) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AMonitoring
 
setAuditId(long) - Method in class com.qfs.repository.dto.PointValueDto.KeyDto
Sets the id of the point value creation audit.
setAuthenticated(boolean) - Method in class com.qfs.jwt.impl.JwtAuthentication
 
setAuthenticationDetailsSource(AuthenticationDetailsSource<HttpServletRequest, ?>) - Method in class com.qfs.jwt.impl.JwtFilter
Sets the AuthenticationDetailsSource.
setAuthenticationEntryPoint(AuthenticationEntryPoint) - Method in class com.qfs.jwt.impl.JwtFilter
Sets the AuthenticationEntryPoint.
setAuthExecutor(IAuthenticatedExecutor) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
Sets the authenticated executor for the stream.
setAuthorityComparator(IAuthorityComparator) - Method in class com.quartetfs.biz.pivot.security.impl.ABasicEntitlementsProvider
Defines a comparator to use to sort authorities.
setAuthorityComparator(IAuthorityComparator) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
Sets the comparator used to intersect the context values associated with the authorities.
setAuthValue(String) - Method in class com.qfs.distribution.security.impl.CustomAuthToken
Sets the authentication value (key) after having encrypted it.
setAutoDetectOuterReference(boolean) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
True if the outer references are automatically detected.
setAutoFactlessHierarchies(Boolean) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Sets to true to let the schema try to automatically use factless hierarchies.
setAutoFactlessHierarchies(Boolean) - Method in interface com.quartetfs.biz.pivot.definitions.IDistributedActivePivotDescription
 
setAutoFactlessHierarchies(Boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
setAutoFlush(boolean) - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.IResultWriter
Set whether the flush of the writes should happen automatically (once in while).
setAutoStart(boolean) - Method in class com.quartetfs.fwk.impl.AgentStarter
Deprecated.
 
setAvailableValuesIfDiscrete(List<String>) - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The list of possible values if the context value is discrete.
setAverageQueueOccupancyRatio(double) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The average occupancy ratio of the append queue.
setAxes(List<AxisData>) - Method in class com.qfs.pivot.json.cellset.JsonCellSetData
Sets the axes of the cellset.
setAxes(List<AxisDTO>) - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
Sets the axes of the cellset.
setAxes(List<IMdxCellSetAxis>) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
setAxesMemberChildrenCount(List<int[][]>) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
setAxisDimensions(IAxisDimensionsDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Sets all active dimension descriptions for the active pivot description.
setAxisDimensions(IAxisDimensionsDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IDistributedActivePivotDescription
 
setAxisDimensions(IAxisDimensionsDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
setAxisPositionLimit(Integer) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
setBackColorExpression(String) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Sets the expression of the BACK_COLOR cell property.
setBackColorExpression(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setBase(IDistributedAxisHierarchyBase) - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
Sets the newBase as current base and reset the member factory.
setBase(IDistributedAxisHierarchyBase) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisHierarchy
Sets the new base of this multiversion.
setBaseStore(String) - Method in class com.qfs.store.selection.impl.Selection
Sets the Selection.baseStore.
setBaseStore(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.SelectionDescription
 
setBaseStore(String) - Method in interface com.quartetfs.biz.pivot.definitions.ISelectionDescription
 
setBaseTable(String) - Method in class com.qfs.pivot.json.database.JsonDatabaseAction
Sets the base table to edit.
setBehavior(IDrillthroughProperties.DrillthroughBehavior) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Sets the behavior of the ActivePivot query engine when an exception is thrown while performing a drillthrough with calculated columns.
setBehavior(IMissedPrefetchBehavior.Behavior) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.MissedPrefetchBehavior
Sets the requested behavior.
setBitmapChecksLevelToAll() - Method in class com.qfs.pivot.cube.provider.partition.impl.MultiVersionPartitionedBitmapAggregateProvider
Sets the bitmap check level to ALL.
setBitmapChecksLevelToFast() - Method in class com.qfs.pivot.cube.provider.partition.impl.MultiVersionPartitionedBitmapAggregateProvider
Sets the bitmap check level to FAST.
setBlock(boolean) - Method in class com.qfs.messenger.impl.FULL_DELAY
Sets the FULL_DELAY.block flag to the given value.
setBlock(IWritableRecordBlock<? extends IRecordReader>) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
Sets the underlying block.
setBlockVolatile(B) - Method in class com.qfs.vector.impl.ABlockVector
Sets the block in a volatile way.
setBoolean(boolean) - Method in class com.activeviam.contextservice.dto.ContextValueDescription
Whether the context value is boolean.
setBranch(String) - Method in class com.qfs.pivot.json.database.JsonDatabaseQuery
Sets the branch to perform the query on.
setBranch(String) - Method in class com.quartetfs.biz.pivot.streaming.impl.AggregatesEvent
Set the branch.
setBranch(String) - Method in class com.quartetfs.biz.pivot.streaming.impl.FullRefreshEvent
Set the branch.
setBranches(String...) - Method in interface com.quartetfs.biz.pivot.definitions.IAggregatesCacheDescription
Sets the branches for which an aggregates cache will be created.
setBranches(String...) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
 
setBranches(Map<String, JsonBranchDescription>) - Method in class com.qfs.pivot.json.database.JsonDatabaseDiscovery
Sets the discovery for the branches.
setBranchLevelComparator(IComparatorDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
Sets the plugin key of the comparator which will be used to sort the branches.
setBranchLevelComparator(IComparatorDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
setBranchLevelFormatter(String) - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
setBranchLevelFormatter(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
setBranchPermissions(String, IBranchPermissions) - Method in interface com.qfs.security.IBranchPermissionsManager
Sets the permissions of a specific branch.
setBranchPermissions(String, IBranchPermissions) - Method in class com.qfs.security.impl.BranchPermissionsManager
 
setBranchPermissions(String, IBranchPermissions) - Method in class com.qfs.security.impl.CachedBranchPermissionsManager
 
setBranchPermissions(String, IBranchPermissions) - Method in class com.qfs.security.impl.ContentServiceBranchPermissionsManager
 
setBranchPermissionsManager(IBranchPermissionsManager) - Method in interface com.qfs.store.build.IDatastoreBuilderLoop
Changes the branch permission manager.
setBranchPermissionsManager(IBranchPermissionsManager) - Method in class com.qfs.store.build.impl.DatastoreBuilder
Deprecated.
 
setBroadcastingAddress(String) - Method in interface com.qfs.messenger.message.IBroadcastMessage
Sets the address of the originating broadcasting instance.
setBroadcastingAddress(String) - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
setBroadcastingAddress(String) - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
setBroadcastingAddress(String) - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
setBucketer(IBucketer<?>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchyDescriptionProvider
Entry point to inject an external bucketer.
setBucketer(IBucketer<B>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.ABucketHierarchy
Entry point to inject an external bucketer into the bucket hierarchy.
setBucketer(IBucketer<B>) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ABucketerPostProcessor
Sets the instance containing the bucketing strategy.
setBucketer(IBucketer<Long>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy.TimeBucketFactory
Sets the bucketer to use for to compute the bucket of a given date.
setBufferDebug(boolean) - Method in class com.qfs.util.tar.impl.TarInputStream
Sets the debugging flag in this stream's TarBuffer.
SetBuilder - Class in com.quartetfs.pivot.mdx.eval.set.impl
A set builder.
setByteCount(long) - Method in class com.qfs.msg.csv.impl.ParserResult
Sets the number of bytes fetched to produce those records.
setCache(int, IWritableDictionary<?>) - Method in class com.qfs.index.impl.APartitionDictionaryFactory
 
setCache(int, IWritableDictionary<?>) - Method in interface com.qfs.index.IPartitionDictionaryFactory
Sets the given dictionary in the cache for the provided partition id, and returns the previous dictionary in the cache for this partition id.
setCachedIntersection(ISubCubeProperties, ISubCubeProperties) - Method in interface com.quartetfs.biz.pivot.context.subcube.ICubeFilter
Change the cached intersection.
setCachedIntersection(ISubCubeProperties, ISubCubeProperties) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
 
setCacheTimeout(long) - Method in interface com.activeviam.apm.pivot.monitoring.jmx.ICacheMonitoringBean
Sets the cache timeout (in milliseconds).
setCacheTimeout(long) - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.AActiveCacheMonitoringBean
 
setCacheTimeout(long) - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.ACacheMonitoringBean
 
setCacheVersion(long) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache.IQueryContext
Sets the version of the cache that was in use when the query was created.
setCacheVersion(long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryContext
 
setCalculatedColumns(String, String, List<IColumnCalculator<O>>) - Method in class com.qfs.source.impl.AMessageChannelFactory
 
setCalculatedColumns(String, String, List<IColumnCalculator<OutputT>>) - Method in interface com.qfs.source.IStoreMessageChannelFactory
The channel factory automatically configures tuple translators based on the format of the target store and the format of the associated source topic.
setCalculatedColumns(String, List<IColumnCalculator<O>>) - Method in class com.qfs.source.impl.AMessageChannelFactory
This method is an alias of the other setCalculatedColumns method, where the store name equals the topic name.
setCalculatedColumns(List<ICalculatedDrillthroughColumnDescription>) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Sets the calculated drillthrough columns defined as plugin keys of ICalculatedDrillthroughColumn.
setCalculatedColumnSets(List<ICalculatedDrillthroughColumnSetDescription>) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
setCalculatedMembers(List<? extends ICalculatedMemberDescription>) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Sets all defined calculated members in the MDX context.
setCallAttribute(String, Object) - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
 
setCallAttribute(String, Object) - Method in interface com.quartetfs.pivot.mdx.statement.IFunctionCall
Sets a call parameter.
setCanDelete(boolean) - Method in class com.qfs.pivot.json.database.JsonTableDescription
Sets the security parameter that indicate if the user can delete a line in the table.
setCandidates(List<String>) - Method in class com.qfs.snl.dtos.TaskDto
Sets the candidates.
setCanEdit(boolean) - Method in class com.qfs.pivot.json.database.JsonTableDescription
Sets the security parameter that indicate if the user can edit a line in the table.
setCanInsert(boolean) - Method in class com.qfs.pivot.json.database.JsonTableDescription
Sets the security parameter that indicate if the user can insert a line in the table.
setCapacity(int) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Invalidates the cache and re-creates one with the given capacity.
setCapacity(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
setCapacity(Integer) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCacheMonitoring
Invalidates the cache and re-creates one with the given capacity.
setCaption(String) - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
setCaption(String) - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
setCaption(String) - Method in class com.qfs.pivot.json.discovery.DrillthroughColumnDiscovery
 
setCaption(String) - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
setCaption(String) - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
setCaption(String) - Method in class com.qfs.pivot.json.discovery.LevelDiscovery
 
setCaption(String) - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Sets the caption of the measure.
setCaption(String) - Method in class com.qfs.pivot.json.discovery.MeasureGroupDiscovery
 
setCaption(String) - Method in class com.qfs.pivot.json.discovery.SetDiscovery
 
setCaption(String) - Method in class com.qfs.pivot.json.JsonTabularHeader
Setter for JsonTabularHeader.caption.
setCaption(String) - Method in class com.qfs.snl.dtos.StateDto
Sets the state caption.
setCaption(String) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Sets the caption.
setCaption(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setCaption(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Sets the caption.
setCaption(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
 
setCaption(String) - Method in interface com.quartetfs.biz.pivot.definitions.INamedSetDescription
Sets the caption.
setCaption(String) - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
Sets the caption.
setCaption(String) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
Set the caption of the header.
setCaption(List<String>) - Method in class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
 
setCaptionFormatter(IFormatter) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxLevel
 
setCaptionPath(Path) - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
Sets the caption path.
setCaptionPath(List<String>) - Method in class com.qfs.pivot.json.cellset.PositionData
 
setCaseSensitive(Boolean) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
setCatalogs(List<? extends ICatalogDescription>) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotManagerDescription
Sets the catalogs of this manager.
setCatalogs(List<? extends ICatalogDescription>) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotManagerDescription
 
setCatalogs(List<CatalogDiscovery>) - Method in class com.qfs.pivot.json.discovery.JsonDiscovery
Set the list of catalogs contained in this discovery.
setCatalogs(List<CatalogDiscovery>) - Method in class com.qfs.webservices.ActivePivotDiscovery
The catalogs.
setCategory(String) - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The context value category.
setCategory(String) - Method in class com.qfs.pivot.json.discovery.ContextValueDiscovery
 
setCategory(String) - Method in class com.qfs.snl.dtos.MessageDto
Sets the category.
setCategory(String) - Method in class com.qfs.snl.dtos.TaskDto
Sets the category.
setCause(IFailureEvent) - Method in class com.quartetfs.tech.streaming.impl.FailureEvent
Sets the cause of the failure.
setCellPass(Pass) - Method in class com.quartetfs.pivot.mdx.impl.ExpressionEvaluator
Sets the ExpressionEvaluator.cellPass.
setCellProperties(IMdxCellProperty[]) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
setCellProperties(Collection<String>) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinterBuilder
Which CELL PROPERTIES should be displayed with pretty print.
setCellProperties(List<String>) - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
Sets the properties applied to the cells.
setCellPropertyNamesStr(Collection<String>) - Method in class com.quartetfs.pivot.mdx.utils.impl.PrettyPrinter
Sets properties to be looked at for the cells of the result set.
setCells(List<CellData>) - Method in class com.qfs.pivot.json.cellset.JsonCellData
Sets the cells updated this cellset.
setCells(List<CellData>) - Method in class com.qfs.pivot.json.cellset.JsonCellSetData
Sets the cells of this cellset.
setCells(List<CellDTO>) - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
Sets the cells of the cellset.
setCells(List<CellDTO>) - Method in class com.quartetfs.biz.pivot.streaming.impl.CellEvent
Set the cells.
setCellSet(CellSetDTO) - Method in class com.quartetfs.biz.pivot.streaming.impl.CellSetEvent
Set the cell set.
setCellsOnly(boolean) - Method in class com.quartetfs.biz.pivot.query.impl.MDXQuery
Sets the flag to only receive cells.
setCharacterEncoding(String) - Method in class com.quartetfs.biz.xmla.impl.XmlaContext
 
setCharacterEncoding(String) - Method in interface com.quartetfs.biz.xmla.IXmlaContext
Sets the requested character encoding for the response.
setCharset(Charset) - Method in interface com.qfs.msg.csv.IFileParserConfiguration
Set the charset used to decode characters.
setCharset(Charset) - Method in class com.qfs.msg.csv.impl.FileParserConfiguration
 
setCharset(Charset) - Method in class com.qfs.msg.csv.impl.ParserContext
 
setCharsetName(String) - Method in class com.qfs.msg.csv.impl.FileParserConfiguration
 
setChecker(InterruptionChecker) - Static method in class com.qfs.util.impl.InterruptionUtil
Change the interruption check implementation.
setChild(String, String) - Method in class com.qfs.util.timing.impl.StopWatch
 
setChild(String, String) - Method in interface com.qfs.util.timing.IStopWatch
Define a timer as child of another, so that it will be displayed under its parent when printing timings.
setChildren(Collection<IMemoryStatistic>) - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
Sets the children of this statistic.
setChildren(Collection<IMemoryStatistic>) - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
setChildren(Collection<U>) - Method in class com.qfs.monitoring.statistic.impl.MonitoringStatistic
Sets the child statistics of this statistic.
setChildrenGAQs(List<IGetAggregatesContinuousQuery>) - Method in class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationQuery
Set the list of continuous GAG originating from this query's mdx but with different context values.
setChunkCompressionFactor(double) - Static method in class com.qfs.multiversion.impl.AEpochManager
setChunkGarbageCollectionFactor(double) - Static method in class com.qfs.chunk.impl.Chunks
setChunkListener(ChunkListener) - Method in class com.qfs.jackson.impl.ChunkedOutputStream
 
setClusterDefinition(IDataClusterDefinition) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotInstanceDescription
Sets the definition of the cluster the cube belongs to.
setClusterDefinition(IDataClusterDefinition) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
 
setClusterDefinition(IQueryClusterDefinition) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotInstanceDescription
 
setClusterDefinition(IQueryClusterDefinition) - Method in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
Sets the definition of the cluster over which all the members communicate.
setClusterMemberId(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
Sets the cluster member id.
setCollectibleQueryType(QueryTimingCollector.CollectibleQueryType) - Static method in class com.quartetfs.fwk.logging.impl.QueryTimingCollector
Set the type of queries that can be collected by this collector.
setColumn(int) - Method in class com.qfs.chunk.impl.TableArrayReader
Deprecated.
Sets the column to read in the underlying table.
setColumnCalculators(List<IColumnCalculator<CalcT>>) - Method in class com.qfs.msg.impl.ATranslator
 
setColumnCalculators(List<IColumnCalculator<CalcT>>) - Method in interface com.qfs.msg.ITranslator
Configure the translator with its ordered list of column calculators.
setColumnCalculators(List<IColumnCalculator<ILineReader>>) - Method in class com.qfs.msg.csv.translator.impl.MapTranslator
After the parent is configured, recreate the tuple factory accordingly.
setColumnCount(int) - Method in interface com.qfs.msg.csv.ICSVParserConfiguration
Override the column count.
setColumnCount(int) - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
 
setColumnCount(int) - Method in class com.qfs.msg.csv.impl.ParserContext
 
setColumnIndex(Map<String, Integer>) - Method in class com.qfs.msg.impl.IdentityTranslator
Sets the column index map.
setColumns(Collection<String>) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The Jdbc source columns.
setColumns(Map<Integer, String>) - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
Configures the columns that this parser can work with, indexed by their position.
setColumnType(String) - Method in class com.qfs.msg.csv.impl.CSVColumnParser
Sets the type of this parser, that must match the type of the data contained in source data fields parsed.
setCompanion(IMdxPivotMember) - Method in interface com.quartetfs.pivot.mdx.meta.IMdxFormulaMember
Set the companion of the formula.
setCompanion(IMdxPivotMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxFormulaMember
 
setCompanion(String) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Sets the companion.
setCompanion(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setComparator(IComparatorDescription) - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Sets the member comparator of this level.
setComparator(IComparatorDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IAxisLevelDescription
Sets the IComparatorPivot plugin key and its additional special order from the IComparatorDescription for the axisLevel.
setComparator(IComparatorDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
setComparatorPluginKey(String) - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Sets the plugin key of the member comparator of this level.
setCompilationTime(long) - Method in class com.qfs.store.query.impl.CompiledQuery
Sets the compilation time for this query.
setCompilationTime(long) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The time needed to compile the query to ICompiledQuery.
setCompiledExpression(IExpression) - Method in class com.quartetfs.pivot.mdx.meta.impl.AliasedSet
 
setCompiledExpression(IExpression) - Method in interface com.quartetfs.pivot.mdx.statement.IFormulaSpecification
Sets the compiled expression.
setCompiledExpression(IExpression) - Method in class com.quartetfs.pivot.mdx.statement.impl.FormulaSpecification
 
setCompletion(ICompletion) - Method in interface com.qfs.util.ILatch
Set the completion method that should run when the latch is complete.
The completion must be set before the latch is shutdown.
setCompletion(ICompletion) - Method in class com.qfs.util.impl.Latch
 
setCompletionTime(Duration) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The total completion time (fetching + publication).
setComputedAxes(ISet[]) - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager.SubSelectPass
Save the computed axes of a SubSelect.
setComputeHelper(Map<String, IDrillthroughColumn>) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICalculatedDrillthroughColumn
After the drillthrough engine has instantiated all the calculated columns, it injects into each of them the map of all the available drillthrough columns.
setComputeHelper(Map<String, IDrillthroughColumn>) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumn
 
setComputeImpactTiming(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
 
setComputeImpactTiming(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousMdxTiming
 
setComputeUpdatesTiming(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
 
setComputeUpdatesTiming(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousMdxTiming
 
setConcealedHierarchies(Collection<String>) - Method in interface com.quartetfs.biz.pivot.definitions.IDataClusterDefinition
Sets the list of hierarchies that must be hidden from the distributed application.
setConcealedHierarchies(Collection<String>) - Method in class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
 
setConcealedMeasures(Collection<String>) - Method in interface com.quartetfs.biz.pivot.definitions.IDataClusterDefinition
Sets the list of measures that must be hidden from the distributed application.
setConcealedMeasures(Collection<String>) - Method in class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
 
setCondition(ICondition) - Method in interface com.quartetfs.biz.pivot.definitions.IFilterDescription
Sets the condition.
setCondition(ICondition) - Method in class com.quartetfs.biz.pivot.definitions.impl.FilterDescription
 
setCondition(String) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The query's condition.
setConditions(JsonNode) - Method in class com.qfs.pivot.json.database.JsonDatabaseQuery
Sets the query conditions.
setConditions(ICondition[]) - Method in class com.quartetfs.fwk.filtering.impl.LogicalCondition
Set the constituent conditions.
setConditions(ICondition[]) - Method in class com.quartetfs.fwk.filtering.impl.NotCondition
 
setConfiguration(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor configuration.
setConfiguration(String) - Method in class com.qfs.snl.dtos.ProtocolConfigurationDto
Sets the configuration.
setConfiguration(Map<String, String>) - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
Sets the mapping of actions to workflows.
setConnectionDetails(AgentConnectionDetailsDto) - Method in class com.qfs.snl.dtos.AgentDescriptionDto
Set the connection details about the agent.
setConsoleLogLevel(Level) - Static method in class com.quartetfs.fwk.util.MessageUtil
Helper method that will retrieve the root logger, scan its associated handlers, and if the console handler is detected, change its log level.
setConstant(Object) - Method in class com.qfs.msg.impl.ConstantCalculator
Sets the constant value.
setContent(StorePartitionContent) - Method in class com.qfs.store.impl.StorePartitionTransaction
Sets the store partition content.
setContent(Object) - Method in class com.qfs.snl.dtos.MessageDto
Sets the content.
setContent(Object[]) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughRow
Sets the content.
setContent(Object[]) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughRowDTO
Set the content of the row.
setContent(String) - Method in class com.qfs.content.service.impl.CSEntry
Sets the content of this entry.
setContent(String) - Method in class com.qfs.snl.dtos.AlertDto
Sets the content of the alert.
setContent(String) - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughHeadersQuery
 
setContent(String) - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughQuery
 
setContent(String) - Method in class com.quartetfs.biz.pivot.query.impl.MDXQuery
Sets the MDX query.
setContentService(IActivePivotContentService) - Method in class com.quartetfs.biz.pivot.webservices.impl.ConfigurationService
Sets the Content Service to use.
setContext(JsonDatabaseEdit.JsonDatabaseEditContext) - Method in class com.qfs.pivot.json.database.JsonDatabaseEdit
Sets the context values containing the statistics option.
setContext(Map<String, String>) - Method in class com.qfs.pivot.json.query.JsonMdxQuery
Sets the context for the query.
setContext(Map<String, String>) - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Sets the context values for the monitoring.
setContexts(List<IContextValue>) - Method in class com.quartetfs.biz.pivot.impl.ContextsWrapper
Sets the context values.
setContexts(List<IContextValue>) - Method in interface com.quartetfs.biz.pivot.security.IEntitlement
Sets the list of context values in the entitlement.
setContexts(List<IContextValue>) - Method in class com.quartetfs.biz.pivot.security.impl.AEntitlement
Set all the context values.
setContextValue(String, IContextValue) - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Set a contextValue associated with one ActivePivot instance and the current user.
setContextValue(String, IContextValue) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
Set a transient contextValue.
setContextValue(String, String, String, IContextValue) - Method in interface com.qfs.pivot.content.IActivePivotContentService
Deprecated, for removal: This API element is subject to removal in a future version.
Context Value storing in content service is dropped in 6.1
setContextValue(String, String, String, IContextValue) - Method in class com.qfs.pivot.content.impl.AActivePivotContentServiceDelegate
 
setContextValue(String, String, String, IContextValue) - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
setContextValue(String, String, String, IContextValue) - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
 
setContextValue(String, String, T) - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Replace a context value attached to a role and a pivot instance or a global context value (attached to all pivot instances) when pivotId is null.
setContextValue(String, String, T) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
 
setContextValueAdapter(IContextValueAdapter) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
Sets the adapter to use to transform flat content values to Context Values.
setContextValueKey(String) - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The context value key.
setContextValueManager(IContextValueManager) - Method in interface com.qfs.distribution.security.IAuthenticatedBroadcastMessage
Sets the context value manager of the local instance on which this message is being executed so that this message can access its associated user's context values.
setContextValueManager(IContextValueManager) - Method in class com.qfs.messenger.impl.ADistributedMessenger
setContextValueManager(IContextValueManager) - Method in class com.qfs.messenger.message.impl.AQueryBroadcastMessage
 
setContextValueManager(IContextValueManager) - Method in class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
 
setContextValueManager(IContextValueManager) - Method in interface com.quartetfs.biz.xmla.IExecuteHandler
Set the ContextValue manager.
setContextValueManager(IContextValueManager) - Method in class com.quartetfs.pivot.mdx.xmla.impl.PivotExecuteHandler
 
setContextValueName(String) - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The context value name.
setContextValuePropagator(IContextValuePropagator) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
 
setContextValuePropagator(IContextValuePropagator) - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamSnapshotService
Set the context value propagator to retrieve user-specific context valuess.
setContextValues(String[]) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
 
setContextValues(String[]) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousMdxTiming
 
setContextValues(String, Map<String, String>) - Method in interface com.activeviam.contextservice.service.ISpreadsheetRestService
Adds context values for the cube pivot.
setContextValues(String, Map<String, String>) - Method in class com.activeviam.contextservice.service.SpreadsheetRestServiceController
 
setContextValues(List<? extends IContextValue>) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersQuery
 
setContextValues(List<? extends IContextValue>) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Sets the context values for the query.
setContextValues(List<? extends IContextValue>) - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
setContextValues(List<? extends IContextValue>) - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
Set the content values to attach to the query.
setContextValues(List<? extends IContextValue>) - Method in class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
Set the content values to attach to the query.
setContextValues(List<? extends IContextValue>) - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughHeadersQuery
 
setContextValues(List<? extends IContextValue>) - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughQuery
 
setContextValues(List<? extends IContextValue>) - Method in class com.quartetfs.biz.pivot.query.impl.MDXQuery
Sets the context.
setContextValues(List<ContextValueDiscovery>) - Method in class com.qfs.pivot.json.discovery.JsonDiscovery
 
setContextValues(List<JsonContextValue>) - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
setContextValues(Map<String, String>) - Method in class com.quartetfs.fwk.logging.impl.GaqTiming
 
setContextValues(Map<String, String>) - Method in class com.quartetfs.fwk.logging.impl.MdxTiming
 
setContinuousQueryHandlers(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
 
setContinuousQueryHandlers(String) - Method in interface com.quartetfs.biz.pivot.definitions.IPostProcessorDescription
Sets the continuous query handlers for this post-processor.
setContributionProvider(IContributionProvider) - Static method in class com.quartetfs.fwk.Registry
Change the current system contribution provider.
setContributor(int) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.IDistributedAxisHierarchyBase.IContributorProcedure
 
setCookies(String) - Method in class com.qfs.rest.client.impl.CookiesClientCache
Sets the string representing the list of cookies set by the server.
setCookies(String) - Method in interface com.qfs.rest.client.impl.ICookieCache
Set the current sessionId.
setCoordinate(int, int, Object) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.ILocationBuilder
Sets the value of a range coordinate identified by its hierarchy and level indexes.
setCoordinate(int, int, Object) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
setCoordinate(int, int, Object) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
setCoordinate(int, int, Object) - Method in interface com.quartetfs.biz.pivot.IPointLocationBuilder
Sets the value of a range coordinate identified by its hierarchy and level indexes.
setCoordinate(int, Object) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
setCoordinate(int, Object) - Method in interface com.quartetfs.biz.pivot.IPointLocationBuilder
Sets the value of the given range coordinate.
setCoordinates(ICoordinates) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the coordinates on which the point values applies.
setCoordinates(CoordinatesDto) - Method in class com.qfs.repository.dto.PointValueDto
Sets the address at which this value applies.
setCoordinates(Collection<Map<String, String>>) - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
Set the coordinates involved in the query.
setCoordinates(Collection<Map<String, String>>) - Method in class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
Set the coordinates involved in the query.
setCoordinates(Map<String, String>) - Method in class com.qfs.repository.dto.CoordinatesDto
Sets the coordinates.
setCoordinatesFrom(ILocation) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
setCoordinatesFrom(ILocation) - Method in interface com.quartetfs.biz.pivot.IPointLocationBuilder
Sets all the range coordinates from this builder to the values found in the given location (except for the levels that are not expressed in the location).
setCoordinatesFrom(IPointLocationList, int) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
setCoordinatesFrom(IPointLocationList, int) - Method in interface com.quartetfs.biz.pivot.IPointLocationBuilder
Sets all the range coordinates from this builder to the values found in the given point in the list.
setCoordinatesFrom(IPointLocationReader) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
setCoordinatesFrom(IPointLocationReader) - Method in interface com.quartetfs.biz.pivot.IPointLocationBuilder
Sets all the range coordinates from this builder to the values found in the given pointReader (except for the levels that are not expressed in the pointReader).
setCopperCalculations(Consumer<ICopperContext>) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Sets the consumer defining the Copper calculations.
setCopperCalculations(Consumer<ICopperContext>) - Method in interface com.quartetfs.biz.pivot.definitions.IDistributedActivePivotDescription
 
setCopperCalculations(Consumer<ICopperContext>) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
setCopperCalculations(Consumer<ICopperContext>) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
setCreated(Collection<I>) - Method in class com.qfs.msg.csv.impl.ACSVTopic.PendingState
Sets the identifiers of the created files.
setCreatedAt(AuditDto) - Method in class com.qfs.repository.dto.PointValueDto
Sets the audit of the creation.
setCreatedAt(AuditDto) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the creation audit of the monitor.
setCreatedAt(IAudit) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the creation tag for the point value.
setCreatedAudit(IAudit) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Sets the audit at which the configuration is created.
setCreationAudit(AuditDto) - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Sets the audit at which the configuration is created.
setCreationContext(CreationContext) - Method in interface com.qfs.store.build.IDatastoreBuilderLoop
Sets the creation context.
setCreationContext(CreationContext) - Method in class com.qfs.store.build.impl.DatastoreBuilder
Deprecated.
 
setCreationContext(CreationContext) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManagerBuilder
Deprecated.
Sets the creation context of the manager to build.
setCreator(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor creator.
setCube(String) - Method in class com.qfs.pivot.json.cellset.JsonCellSetData
Sets the name of the cube containing the data of this cellset.
setCube(String) - Method in class com.qfs.pivot.json.drillthrough.JsonDrillthroughData
 
setCube(String) - Method in class com.quartetfs.biz.pivot.streaming.impl.CellSetEvent
Set the cube.
setCubeFormatter(String) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Sets the cube formatter.
setCubeName(String) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
setCubeName(String) - Method in class com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.CSVTableOutput
 
setCubeName(String) - Method in interface com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.ITableOutput
 
setCubeName(String) - Method in class com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.CSVTableOutput
 
setCubeName(String) - Method in interface com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.ITableOutput
 
setCubes(List<CubeDiscovery>) - Method in class com.qfs.pivot.json.discovery.CatalogDiscovery
 
setCubes(List<CubeDiscovery>) - Method in class com.qfs.webservices.ActivePivotDiscovery
The cubes in the catalog.
setCubes(List<String>) - Method in class com.qfs.webservices.CatalogDiscovery
The cubes in the catalog.
setCurrentAddress(String) - Method in interface com.qfs.messenger.ICurrentInstanceAware
Sets the address of the instance where this code is currently running.
setCurrentAddress(String) - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
setCurrentAddressForMerge(int) - Method in interface com.activeviam.biz.pivot.cube.hierarchy.axis.IDistributedAxisHierarchyBase
Sets the current address used for merge operation.
setCurrentAddressForMerge(int) - Method in class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.DistributedVirtualAxisHierarchyBase
 
setCurrentAddressForMerge(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.DistributedAxisHierarchyBase
 
setCurrentIteration(String, int, ITuple) - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Used by the Generate function.
setCurrentIteration(String, int, ITuple) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
setCurrentIteration(String, int, ITuple) - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
setCurrentPage(int) - Method in class com.qfs.pivot.json.database.JsonPagination
Sets the current page.
setCurrentPassOrdinal(int) - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Sets the current pass ordinal.
setCurrentPassOrdinal(int) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
setCurrentPassOrdinal(int) - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
setCurrentTuple(ITuple) - Method in class com.quartetfs.pivot.mdx.eval.impl.MutableMaskTuple
Change the underlying tuple.
setCurrentValue(String) - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The current value.
setCustomProperties(Properties) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
Set the stream's custom properties.
setData(JsonTabularData) - Method in class com.qfs.pivot.json.database.JsonDatabaseQueryResult
Sets the result of the query.
setData(Object[]) - Method in class com.quartetfs.biz.pivot.dto.VectorDTO
Sets the data held by this DTO to the value specified in input.
setData(String) - Method in class com.qfs.websocket.endpoint.impl.JsonTopicMessageDto
Sets the data.
setData(T) - Method in class com.qfs.pivot.json.query.JsonStreamingRequest
Sets the additional data specific to the action this request represents.
setData(T) - Method in class com.qfs.snl.dtos.ws.ATypedDto
Sets the data.
setDatabase(IDatabase) - Method in interface com.activeviam.database.api.IDatabaseAware
Sets the database.
setDatabase(IDatabase) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAnalysisHierarchy
 
setDatabase(IDatabase) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManagerBuilder
Deprecated.
Sets the database for the manager.
setDatabase(IDatabase) - Method in class com.quartetfs.biz.pivot.postprocessing.streams.impl.AStoreStream
 
setDatabaseSelection(ISelectionDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotSchemaDescription
Sets the selection of database fields that will be pushed to this schema.
setDatabaseSelection(ISelectionDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaDescription
 
setDatabaseVersion(IDatabaseVersion) - Method in interface com.activeviam.database.api.IDatabaseVersionAware
Injects the database version.
setDatabaseVersion(IDatabaseVersion) - Method in class com.quartetfs.biz.pivot.property.impl.ADatabaseVersionAwareProperty
 
setDatabaseVersion(IDatabaseVersion) - Method in class com.quartetfs.biz.pivot.query.impl.StreamEventProcessingQuery
The database version associated with the execution of the query.
setDataContributor(IDataContributor) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
setDataType(int) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.PostProcessedMeasure
Sets the type of the values returned by this measure.
setDate(Date) - Method in class com.qfs.agg.impl.Timestamp
Sets the date in this timestamp.
setDebug(boolean) - Method in class com.qfs.util.tar.impl.TarBuffer
Set the debugging flag for the buffer.
setDebug(boolean) - Method in class com.qfs.util.tar.impl.TarInputStream
Sets the debugging flag.
setDecodingTime(long) - Method in class com.qfs.msg.csv.impl.ParserResult
Sets the amount of time spent decoding characters.
setDecoratedValue(int, IHistory) - Method in class com.qfs.agg.impl.ChunkHistory
 
setDecoratedValue(int, IHistory) - Method in class com.qfs.agg.impl.ChunkHistory.SparseChunkHistory
 
setDecoratedValue(int, D) - Method in interface com.qfs.chunk.IDecoratedArray
Sets the given decorated value at the given position.
setDecoratedValue(int, Object) - Method in class com.activeviam.column.impl.ChunkedColumn
 
setDecoratedValue(int, Object) - Method in class com.activeviam.column.impl.EmptyChunk
 
setDecoratedValue(int, Object) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
setDecoratedValue(int, Object) - Method in class com.qfs.store.impl.AColumnStore.CompositeColumnView
 
setDecoratedValue(int, Object) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedColumnDecorateArray
 
setDefault(boolean) - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
Marks the schema as default.
setDefaultHierarchy(Boolean) - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Sets this hierarchy as default hierarchy of its dimension.
setDefaultHierarchy(Boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
 
setDefaultHierarchy(String) - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
setDefaultHierarchy(String) - Method in class com.qfs.webservices.DimensionDiscovery
The default hierarchy of the dimension.
setDefaultLoggingPolicy(IStopWatchLoggingPolicy) - Method in class com.qfs.util.timing.impl.StopWatch
 
setDefaultLoggingPolicy(IStopWatchLoggingPolicy) - Method in interface com.qfs.util.timing.IStopWatch
Set the policy that will be used by default for all timers created after this call.
setDefaultMaxPerRoute(int) - Method in class com.quartetfs.biz.pivot.server.http.impl.HTTPServiceFactory
Deprecated.
Set the total maximum number of concurrent connection per route If not set, per default it will create no more than 2 concurrent connections per given route.
setDefaultMeasures(String[]) - Method in interface com.quartetfs.biz.pivot.definitions.IMeasuresDescription
Sets the list of the measure names that will be used to define the default measures.
setDefaultMeasures(String[]) - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
 
setDefaultMembers(String[]) - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Sets the default members of this hierarchy.
setDefaultMembers(String[]) - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
List of the names of default members for this hierarchy, sorted by highest precedence.
setDefaultMembers(List<DefaultMemberDiscovery>) - Method in class com.qfs.pivot.json.cellset.JsonCellSetData
Sets the default members of the cellset.
setDefaultMembers(List<DefaultMemberDiscovery>) - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
setDefaultMembers(List<MemberDTO>) - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
Sets the default members when the query was executed.
setDefaultMembers(List<IMdxMember>) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
setDefaultMembers(Map<String, List<String>>) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Add default members to the MDXContext, does not remove previous default members, only overrides.
setDefaultPermissions(IBranchPermissions) - Method in class com.qfs.security.impl.ContentServiceBranchPermissionsManager
Sets the default permissions for this manager.
setDefaultSchema(String, String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
setDefaultSchema(String, String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
Sets a default schema to use for a given type of entity.
setDefaultSchema(String, String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Sets a default schema to use for a given type of entity.
setDefaultValue(Object) - Method in class com.qfs.desc.impl.VectorFieldDescription
Sets the default field value.
setDefaultValue(Object) - Method in class com.qfs.msg.csv.impl.CSVColumnParser
Sets the default value, enable support for default values.
setDefaultValue(Object) - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
Sets the default value of the field.
setDefaultValue(Object) - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
Stores the default value of this measure in the properties of the measure description.
setDefiningInterface(Class<T>) - Method in class com.quartetfs.fwk.types.impl.Plugin
Sets plugin name defining interface.
setDefiningInterface(Class<T>) - Method in interface com.quartetfs.fwk.types.IPlugin
Sets the interface defining this plugin.
setDelegate(IActivePivotManager) - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
setDeleted(Collection<I>) - Method in class com.qfs.msg.csv.impl.ACSVTopic.PendingState
Sets the identifiers of the deleted files.
setDeletedAt(AuditDto) - Method in class com.qfs.repository.dto.PointValueDto
Sets the audit of the deletion.
setDeletedAt(AuditDto) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the deletion audit of the monitor.
setDeletedAt(IAudit) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the deletion tag of the point value.
setDeletedAudit(IAudit) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Sets the audit at which the configuration is deleted.
setDeletedMonitorIds(List<Long>) - Method in class com.qfs.snl.dtos.MonitorUpdatesDto
Set the list of deleted monitors' ids.
setDeletedPointValues(List<PointValueDto>) - Method in class com.qfs.repository.dto.PointValueUpdatesDto
Sets the deletedPointValues.
setDeletedRows(Long) - Method in class com.qfs.pivot.json.database.JsonTableResult
Sets the number of deleted rows.
setDeletionAudit(AuditDto) - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Sets the audit at which the configuration is deleted.
setDeletions(List<ExistingT>) - Method in class com.qfs.repository.dto.ParameterUpdateDto
Sets the deletions to perform.
setDeletions(List<ExistingT>) - Method in class com.qfs.repository.params.impl.ParameterUpdate
Sets the point values to delete i.
setDescription(IActivePivotManagerDescription) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManagerBuilder
Deprecated.
Changes the description of the manager to build.
setDescription(IMeasureMemberDescription, String) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
Sets the string description of the measure.
setDescription(String) - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The context value description.
setDescription(String) - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Sets this hierarchy's description.
setDescription(String) - Method in class com.activeviam.copper.MeasureMetadata
Sets this measure's description.
setDescription(String) - Method in class com.qfs.pivot.json.discovery.ContextValueDiscovery
 
setDescription(String) - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
setDescription(String) - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
setDescription(String) - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
setDescription(String) - Method in class com.qfs.pivot.json.discovery.LevelDiscovery
 
setDescription(String) - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Sets the description of the measure.
setDescription(String) - Method in class com.qfs.pivot.json.discovery.MeasureGroupDiscovery
 
setDescription(String) - Method in class com.qfs.pivot.json.discovery.SetDiscovery
 
setDescription(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor description.
setDescription(String) - Method in class com.qfs.snl.dtos.TaskDto
Sets the description.
setDescription(String) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Sets the description.
setDescription(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setDescription(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Sets the description of the KPI.
setDescription(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
 
setDescription(String) - Method in interface com.quartetfs.biz.pivot.definitions.INamedSetDescription
Sets the description.
setDetailedLogging(boolean) - Method in interface com.activeviam.apm.pivot.monitoring.jmx.ILogManagedResource
Sets whether/not detailed logging is enabled.
setDetailedLogging(boolean) - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredDataExportRestServiceController
Deprecated.
 
setDetailedLogging(boolean) - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
setDetailedLogging(boolean) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
setDetailedLogging(boolean) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
setDetailedLogging(boolean) - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
setDetailedLogging(boolean) - Static method in class com.activeviam.apm.websocket.impl.MonitoredQueryWsEndpoint
 
setDetailedLogging(boolean) - Method in class com.activeviam.pivot.rest.dataexport.DataExportRestServiceController
 
setDetailedLogging(boolean) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
 
setDetails(Map<String, Object>) - Method in class com.quartetfs.fwk.logging.impl.ATiming
Sets the query details.
setDetails(Map<String, Object>) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The extra properties.
setDictionarizedCoordinate(int, int) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
setDictionarizedCoordinate(int, int) - Method in interface com.quartetfs.biz.pivot.IPointLocationBuilder
Sets the dictionarized value of the given range coordinate.
setDictionarizedCoordinate(int, int, int) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
setDictionarizedCoordinate(int, int, int) - Method in interface com.quartetfs.biz.pivot.IPointLocationBuilder
Sets the dictionarized value of a range coordinate identified by its hierarchy and level indexes.
setDictionarizedRecord(IRecordReader) - Method in class com.qfs.store.record.impl.PlainRecordReaderFromDictionarized
Set the current record to read.
setDictionaryFactoryCache(int, int, IWritableDictionary<?>) - Method in class com.qfs.index.impl.UniqueIndexesPartitionFactory
Sets the given dictionary in the underlying dictionary factory cache of the factory corresponding to the given position for the given partition id, and returns the previous dictionary in the cache for this partition id.
setDimension(IMdxDimension) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxHierarchy
Sets the dimension.
setDimension(String) - Method in class com.qfs.pivot.json.cellset.HierarchyData
 
setDimension(String) - Method in class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
 
setDimension(String) - Method in class com.quartetfs.biz.pivot.dto.HierarchyDTO
Sets the dimensionName.
setDimension(String) - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
Sets the dimension.
setDimensionInfo(IDimensionInfo) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
Set the underlying dimension info.
setDimensionName(String) - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Sets the name of the dimension to which this hierarchy belongs.
setDimensions(List<DimensionDiscovery>) - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
setDimensions(List<DimensionDiscovery>) - Method in class com.qfs.webservices.CubeDiscovery
The dimensions of the cube.
setDimensionType(IDimension.DimensionType) - Method in interface com.quartetfs.biz.pivot.definitions.IAxisDimensionDescription
Sets the dimension type.
setDimensionType(IDimension.DimensionType) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
setDimensionVisibilities(Map<String, Boolean>) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Forcefully sets the visibility of the given dimensions, possibly overriding the visibilities set in the cube schema.
setDimensionVisibility(String, boolean) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Forcefully sets the visibility of the given dimension, possibly overriding the visibility set in the cube schema.
setDirectoryName(String) - Method in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
 
setDisableEpochDimension(Boolean) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
setDisableMdxCompilation(Boolean) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
setDiscardAtCommit(boolean) - Method in class com.qfs.multiversion.impl.KeepLastEpochPolicy
Sets whether or not a discard should be asynchronously executed after each commit.
setDiscardedStreams(Collection<String>) - Method in class com.qfs.spring.websocket.impl.SessionData.JsonDiscardedStreamsData
Deprecated.
Set the list of id of the streams that have been garbage-collected.
setDiscardProcedure(IMultiVersionIntegerArray.IDiscardProcedure) - Method in class com.qfs.index.impl.AIntegerArray
Sets the discard procedure of this array.
setDiscardProcedure(IMultiVersionIntegerArray.IDiscardProcedure) - Method in class com.qfs.index.impl.MultiVersionIntegerArray
 
setDiscardProcedure(IMultiVersionIntegerArray.IDiscardProcedure) - Method in interface com.qfs.index.IMultiVersionIntegerArray
Sets the discard procedure.
setDiscardProcedure(IMultiVersionLongArray.IDiscardProcedure) - Method in class com.qfs.index.impl.ALongArray
Sets the discard procedure of this array.
setDiscardProcedure(IMultiVersionLongArray.IDiscardProcedure) - Method in class com.qfs.index.impl.MultiVersionLongArray
 
setDiscardProcedure(IMultiVersionLongArray.IDiscardProcedure) - Method in interface com.qfs.index.IMultiVersionLongArray
Sets the discard procedure.
setDiscardProcedure(IDiscardChunkProcedure) - Method in class com.qfs.store.impl.ColumnarRecordSet
Sets the discard procedure of this ColumnarRecordSet.
setDiscardProcedure(IDiscardChunkProcedure) - Method in class com.qfs.store.impl.MultiVersionColumnarRecordSet
 
setDiscardProcedure(IDiscardChunkProcedure) - Method in interface com.qfs.store.IMultiVersionRecordSet
Sets the procedure to apply whenever a chunk of records is being discarded.
setDiscardTriggeredByGc(boolean) - Method in class com.qfs.multiversion.impl.KeepLastEpochPolicy
Turns on or off the GC-based discard.
SetDiscovery - Class in com.qfs.pivot.json.discovery
The set discovery.
SetDiscovery() - Constructor for class com.qfs.pivot.json.discovery.SetDiscovery
 
SetDiscovery(String, String, String, String, String) - Constructor for class com.qfs.pivot.json.discovery.SetDiscovery
Constructor.
setDiscoveryApproxCardinality(boolean) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
Sets the values of PivotXmlaUtil.discoveryApproxCardinality.
SetDiscoveryBuilder - Class in com.qfs.pivot.builder.discovery.impl
The set discovery builder.
SetDiscoveryBuilder() - Constructor for class com.qfs.pivot.builder.discovery.impl.SetDiscoveryBuilder
 
setDiscrete(boolean) - Method in class com.activeviam.contextservice.dto.ContextValueDescription
Whether the context value takes discrete values.
setDisplayFolder(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Sets the display folder for the KPI.
setDisplayInfo(int) - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
Sets the display info of this member.
setDistributedActivePivotDescription(IDistributedActivePivotDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotInstanceDescription
 
setDistributedActivePivotDescription(IDistributedActivePivotDescription) - Method in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
setDistributedActivePivotInstanceDescriptions(List<? extends IDistributedActivePivotInstanceDescription>) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotSchemaDescription
Set the list of distribution descriptions.
setDistributedActivePivotInstanceDescriptions(List<? extends IDistributedActivePivotInstanceDescription>) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaDescription
 
setDomain(String) - Method in class com.quartetfs.tech.streaming.impl.DomainEvent
Sets this domain identifier.
setDomainEvents(List<IDomainEvent>) - Method in class com.quartetfs.tech.streaming.impl.BulkedEvents
Sets the list of events to process in bulk operations.
setDrillthroughExecutor(IPluginDefinition) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
The executor responsible for executing drillthrough attached queries on this pivot.
setDrillthroughExecutor(IPluginDefinition) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
setDrillthroughExecutor(IPluginDefinition) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
setDrillthroughStreamRegister(DrillthroughStreamRegister) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStream
 
setDrillthroughStreamRegister(DrillthroughStreamRegister) - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxDrillthroughStream
Set the register of the stream.
setDriverClassName(String) - Method in interface com.qfs.snl.persistence.IDataSourceBuilder
Set the JDBC driver class name.
setDriverClassName(String) - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
 
setDuring(Long) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor during period.
setDuring(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Sets the duration to wait in breach before display a red status.
setEagerEvaluation(boolean) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Sets if eager evaluation is required for this result.
setEdge(String, String, Collection<IReferenceMetadata>) - Method in class com.qfs.store.impl.UserStoreGraph
 
setEdge(K, K, E) - Method in interface com.qfs.graph.IDirectedGraph
Changes the edge between two nodes.
setEdge(K, K, E) - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
setEdge(K, K, E) - Method in class com.qfs.graph.impl.DirectedGraph
 
setEdge(K, K, E) - Method in class com.qfs.graph.impl.Tree
Remove the to node if we set the edge to null between its parent and itself.
setEdge(K, K, Collection<E>) - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
setEnableAllStatisticsAtStartup(boolean) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.JMXEnabler
Enable/ disable all statistics at MBean server startup.
setEnabled(Boolean) - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
Set to true to enable an additional dimension in the Mdx layer.
setEnabled(Boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
setEndOfFile(boolean) - Method in class com.qfs.msg.csv.impl.ParserResult
Sets the flag to indicate this result is the last for the file.
setEngine(AAggregatesContinuousQueryEngine) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflatingEventPolicy
 
setEngine(AAggregatesContinuousQueryEngine) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.SynchronousEventPolicy
 
setEntitlement(Properties) - Method in class com.quartetfs.biz.pivot.security.impl.BasicEntitlementsProvider
Configures this provider with a new entitlement.
setEntitlementsProvider(IEntitlementsProvider) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
Sets the entitlement provider to use.
setEntityConfiguration(IEntityWorkflowConfiguration) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
setEntityConfiguration(IEntityWorkflowConfiguration) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
Sets a schema to use for a given entity.
setEntityConfiguration(IEntityWorkflowConfiguration) - Method in interface com.qfs.snl.workflows.IWorkflowService
Sets a schema to use for a given entity.
setEntityConfigurations(List<? extends IEntityWorkflowConfiguration>) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
setEntityConfigurations(List<? extends IEntityWorkflowConfiguration>) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
Sets schemas to use for a list of given entities.
setEntityConfigurations(List<? extends IEntityWorkflowConfiguration>) - Method in interface com.qfs.snl.workflows.IWorkflowService
Sets schemas to use for a list of given entities.
setEntityId(String) - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Sets the entity id.
setEntityId(String) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Sets the entity id.
setEntitySchema(String, String, String) - Method in class com.qfs.snl.rs.impl.WorkflowRestServiceController
 
setEntitySchema(String, String, String) - Method in interface com.qfs.snl.rs.IWorkflowRestService
Sets the scheme configured for a particular entity.
setEntityType(String) - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Sets the entity type.
setEntityType(String) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Sets the entity type.
setEntryFactory(TarInputStream.EntryFactory) - Method in class com.qfs.util.tar.impl.TarInputStream
Sets the entry factory.
setEntrySize(int) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionCache.IEvictionCacheEntry
Sets the size of this entry in the cache.
setEntrySize(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AEvictionCacheEntry
 
setEpoch(long) - Method in class com.qfs.pivot.json.cellset.JsonCellData
Sets the epoch at which the cellset was updated.
setEpoch(long) - Method in class com.qfs.pivot.json.cellset.JsonCellSetData
Sets the epoch of the data in this cellset.
setEpoch(long) - Method in class com.qfs.pivot.json.database.JsonDatabaseQueryResult
Sets the epochId of the database at which the query was performed.
setEpoch(long) - Method in class com.qfs.pivot.json.drillthrough.JsonDrillthroughData
 
setEpoch(long) - Method in class com.qfs.pivot.json.drillthrough.JsonDrillthroughUpdateData
 
setEpoch(long) - Method in interface com.quartetfs.biz.pivot.dto.IDrillthroughResultDTOState
Set the epoch on which a continuous query is performed.
setEpoch(long) - Method in class com.quartetfs.biz.pivot.streaming.impl.ActivePivotEvent
Set the epoch.
setEpoch(long) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
 
setEpoch(IEpoch) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation
Sets the epoch of the transaction commit.
setEpoch(IEpoch) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
setEpoch(Long) - Method in class com.qfs.pivot.json.database.JsonDatabaseQuery
Sets the epoch to perform the update on.
setEpoch(Long) - Method in class com.quartetfs.biz.pivot.context.impl.AsOfEpoch
Sets the epoch.
setEpochDimensionDescription(IEpochDimensionDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Sets the IEpochDimensionDescription for this description.
setEpochDimensionDescription(IEpochDimensionDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
setEpochDimensionDescription(IEpochDimensionDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
setEpochId(long) - Method in class com.quartetfs.fwk.logging.impl.ATiming
Sets the epoch id of the query.
setEpochId(long) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The datastore epoch on which the query was executed.
setEpochLevelComparator(IComparatorDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
setEpochLevelComparator(IComparatorDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
setEpochLevelEnabled(Boolean) - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
Set to true to enable the epoch level in the additional epoch dimension of the Mdx layer (see IEpochDimensionDescription.setEnabled(Boolean)).
setEpochLevelEnabled(Boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
setEpochLevelFormatter(String) - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
setEpochLevelFormatter(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
setEpochManagementPolicy(IEpochManagementPolicy) - Method in interface com.qfs.store.build.IDatastoreBuilderLoop
Changes the epoch management policy.
setEpochManagementPolicy(IEpochManagementPolicy) - Method in class com.qfs.store.build.impl.DatastoreBuilder
Deprecated.
 
setEpochManager(IAdvancedEpochManager) - Method in interface com.qfs.store.build.IDatastoreBuilderLoop
Changes the epoch manager.
setEpochManager(IAdvancedEpochManager) - Method in class com.qfs.store.build.impl.DatastoreBuilder
Deprecated.
 
setEpochsToKeep(int) - Method in class com.qfs.multiversion.impl.KeepLastEpochPolicy
Sets the number of epochs to keep.
setError(ServiceException) - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Set the error that has occurred on the stream.
setErrorClass(String) - Method in class com.quartetfs.tech.streaming.impl.FailureEvent
Sets the type of the underlying error.
setEvaluatorInstance(AQueryPerformanceEvaluator) - Static method in class com.activeviam.apm.pivot.query.impl.MonitoredActivePivotQueryExecutor
Static method for setting the AQueryPerformanceEvaluator instance.
setEventDuration(long) - Method in class com.quartetfs.fwk.logging.impl.AggregatesContinuousQueryTiming
 
setEventId(Long) - Method in class com.qfs.snl.dtos.AlertDto
Sets the eventId.
setEvents(List<IStreamEvent>) - Method in class com.quartetfs.tech.streaming.impl.DomainEvent
Sets the list of events available for this domain.
setEventsThreshold(int) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
setEventsThreshold(int) - Method in interface com.qfs.snl.agent.service.ISentinelPublisher
Set the threshold that triggers actual publishing of events.
setException(Exception) - Method in class com.qfs.concurrent.impl.FutureValue
Marks this future has having completed exceptionally with the given Exception.
setException(Throwable) - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
Sets the exception that happened during/in the monitored process/action.
setExceptionHandler(IDistributedHierarchyManager.IDistributedExceptionHandler) - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
Setter.
setExcludedMembers(List<ExcludedMember>) - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager.SubSelectPass
Save the members to exclude of a SubSelect.
setExecuteInDataCube(boolean) - Method in class com.activeviam.copper.MeasureMetadata
Activates the execution of the measure in the data cube if the setup is distributed.
setExecutionTime(long) - Method in class com.qfs.messenger.impl.BroadcastResult
Sets the time spent executing the underlying result.
setExecutionTime(long) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The execution time.
SetExpander - Class in com.quartetfs.pivot.mdx.plan.impl
Implementation of ISetExpander for the CellPlanResult.
SetExpander(CellPlanResult, boolean) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.SetExpander
Constructs a SetExpander.
setExpectedEpoch(Long) - Method in class com.qfs.pivot.json.branch.JsonBranchCreation
Sets the expected epoch of creation of the branch.
setExpectedEpoch(Long) - Method in class com.qfs.pivot.json.database.JsonDatabaseEdit
Sets the expected epoch of the query.
setExpiration(Long) - Method in class com.qfs.repository.dto.PointValueDto
Sets the expiration time of the point value.
setExpiration(Long) - Method in class com.qfs.repository.dto.RepositoryResultDto
Sets the expiration of this result.
setExpiration(Long) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the expiration time of the point value.
setExplicitPartitioning(IPartitioningSnapshot) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveNode
 
setExpressedCoordinates(Object[]) - Method in class com.quartetfs.biz.pivot.impl.MutableSubLocation
Sets the expressed coordinates for this location.
setExpression(IExpression) - Method in class com.quartetfs.pivot.mdx.meta.impl.AliasedSet
 
setExpression(IExpression) - Method in interface com.quartetfs.pivot.mdx.statement.IAxisSpecification
Changes the expression of the axis.
setExpression(IExpression) - Method in interface com.quartetfs.pivot.mdx.statement.IFormulaSpecification
Change the expression of the formula.
setExpression(IExpression) - Method in class com.quartetfs.pivot.mdx.statement.impl.AxisSpecification
 
setExpression(IExpression) - Method in class com.quartetfs.pivot.mdx.statement.impl.FormulaSpecification
 
setExpression(String) - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Sets the expression of the measure.
setExpression(String) - Method in class com.qfs.pivot.json.discovery.SetDiscovery
 
setExpression(String) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Sets the expression of the member.
setExpression(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setExpression(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiGoalDescription
Sets the expression.
setExpression(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiStatusDescription
Sets the expression.
setExpression(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiTrendDescription
Sets the expression.
setExpression(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiValueDescription
Sets the expression.
setExpression(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
 
setExpression(String) - Method in interface com.quartetfs.biz.pivot.definitions.INamedSetDescription
Sets the expression of the member.
setExpression(String) - Method in class com.quartetfs.fwk.impl.PropertyInfo
 
setExpression(String) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming.JsonSelectionField
 
setExtensions(Map<String, Object>) - Method in class com.qfs.snl.messages.impl.VelocityTemplateEngine
Enable to inject some custom extensions which will be pushed to the velocity engine context as variable Those variables will be accessible through their name, provided in the key of this map.
setFactless(Boolean) - Method in interface com.quartetfs.biz.pivot.definitions.IAxisHierarchyDescription
Set to true to enable factless.
setFactless(Boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisHierarchyDescription
 
setFailOnDifferentAuthorities(boolean) - Method in class com.qfs.jwt.impl.AJwtAuthenticationProvider
Configures the provider on failed authorities.
setFastForwardProcess(CancellableCountedCompleter<?>) - Method in interface com.qfs.store.selection.ICatchUpListenerSingleBranch
Sets the fast-forward process to be able to retrieve it if an IContinuousSelection is IAsyncCompositeSelectionListener.disabled(int).
If you think that you do not need to call this function, see ICatchUpListenerSingleBranch.setNoFastForwardProcess(IEpoch).
setFastForwardProcess(CancellableCountedCompleter<?>) - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
setFeedingPolicy(IActivePivotFeedingPolicy) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManagerBuilder
Deprecated.
 
setFetchingMode(ParameterWsConfigurationDto.ParameterFetchingMode) - Method in class com.qfs.repository.ws.ParameterWsConfigurationDto
Sets the fetchingMode.
setFetchingTime(Duration) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The duration spent fetching data.
setFieldMappings(Map<String, String>) - Method in class com.qfs.pivot.json.database.JsonDatabaseJoin
Sets the field mapping of the join.
setFieldName(String) - Method in interface com.quartetfs.biz.pivot.definitions.IAggregatedMeasureDescription
Sets the field name for the AggregatedMeasure.
setFieldName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
 
setFieldNames(String[]) - Method in interface com.quartetfs.biz.pivot.definitions.IAdvancedAggregatedMeasureDescription
Sets the names of the fields that will read by the UDAF.
setFieldNames(String[]) - Method in class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
 
setFieldPath(FieldPath) - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Sets the path of the field in the store where the members of this level are found.
setFieldPath(FieldPath) - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
setFieldPermission(String, List<String>, List<String>) - Method in class com.qfs.desc.impl.TableSecurityBuilder
 
setFieldPermission(String, List<String>, List<String>) - Method in interface com.qfs.desc.ITableSecurityBuilder
Set new permission for a specific field in the table.
SetFieldProcedureFactory - Class in com.qfs.store.service.impl
Factory for procedure that set a field.
SetFieldProcedureFactory() - Constructor for class com.qfs.store.service.impl.SetFieldProcedureFactory
 
setFields(JsonDatabaseFieldDescription[]) - Method in class com.qfs.pivot.json.database.JsonTableDescription
Sets the field descriptions.
setFields(List<AliasedField>) - Method in class com.qfs.store.selection.impl.Selection
Sets the Selection.fields.
setFields(List<AliasedField>) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
Wraps the given fields into Json Serializable objects and sets them.
setFields(List<String>) - Method in class com.qfs.pivot.json.database.JsonDatabaseQuery
Sets the fields that should be retrieved in the query.
setFilter(ICubeFilter) - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager.SubSelectPass
Save the visual subcube of a SubSelect.
setFilter(String) - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Sets the filter to use.
setFilterDescription(IFilterDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotInstanceDescription
Sets the filter description.
setFilterDescription(IFilterDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
 
setFilters(IPartialProviderDefinition.IPartialProviderFilters) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
 
setFilters(IPartialProviderDefinition.IPartialProviderFilters) - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
Sets the filters applied to the partial provider.
setFirstLine(long) - Method in class com.qfs.msg.csv.impl.ParserTaskInitialState
Sets the first line of the parser task.
setFirstObjects(Object...) - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Sets the first objects to use when comparing members in this level.
setFirstObjects(List<T>) - Method in interface com.quartetfs.fwk.ordering.ICustomComparator
Forces the given list of Object to always be the first Objects for this comparator.
setFirstObjects(List<T>) - Method in class com.quartetfs.fwk.ordering.impl.CustomComparator
 
setFirstResult(int) - Method in interface com.quartetfs.fwk.query.IListQuery
Sets how many rows should be skipped from the top of the result collection.
setFirstResult(int) - Method in class com.quartetfs.fwk.query.impl.AListQuery
 
setFlags(long, long) - Static method in class com.qfs.index.impl.Bits
Sets all the given flags within the input word and returns it.
setFolder(String) - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Sets the folder name of this hierarchy.
setFolder(String) - Method in class com.activeviam.copper.MeasureMetadata
Changes the folder.
setFolder(String) - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
setFolder(String) - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
setFolder(String) - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Sets the folder of the measure.
setFolder(String) - Method in class com.qfs.pivot.json.discovery.SetDiscovery
 
setFolder(String) - Method in class com.qfs.webservices.HierarchyDiscovery
The folder of the hierarchy.
setFolder(String) - Method in class com.qfs.webservices.MeasureDiscovery
The folder of the measure.
setFolder(String) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Sets the folder.
setFolder(String) - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
setFolder(String) - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Set the folder for this hierarchy.
setFolder(String) - Method in interface com.quartetfs.biz.pivot.definitions.IMeasureMemberDescription
Set the folder name (MEASURE_DISPLAY_FOLDER property of MDSCHEMA_MEASURES rowset in XMLA).
setFolder(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
The AxisHierarchy folder.
setFolder(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setFolder(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
setFolder(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
setFolder(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
 
setFolder(String) - Method in interface com.quartetfs.biz.pivot.definitions.INamedSetDescription
Sets the folder.
setFollowSymbolicLinks(boolean) - Method in class com.qfs.msg.impl.WatcherService
Sets the flag for following symbolic links.
setFontFlagsExpression(String) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Sets the font flag.
setFontFlagsExpression(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setFontNameExpression(String) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Sets the font name.
setFontNameExpression(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setFontSizeExpression(String) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Sets the font size.
setFontSizeExpression(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setForbiddenPartitioningLevels(Collection<ILevelInfo>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IHavePartitioningAndForbiddenLevels
Sets the levels on which a node CANNOT be partitioned.
setForbiddenPartitioningLevels(Collection<ILevelInfo>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
 
setForcedOuterReferences(Map<String, Set<String>>) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The explicit outer reference given by user.
setForeColorExpression(String) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Sets the expression of the FORE_COLOR cell property.
setForeColorExpression(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setFormat(String) - Method in class com.qfs.pivot.json.discovery.DrillthroughColumnDiscovery
 
setFormatString(String) - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Sets the format string of the measure.
setFormatString(String) - Method in class com.qfs.webservices.MeasureDiscovery
The format string of the measure.
setFormatString(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiGoalDescription
Sets the formatString.
setFormatString(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiValueDescription
Sets the formatString.
setFormatStringExpression(String) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Sets the expression of the FORMAT_STRING cell property.
setFormatStringExpression(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setFormattedValue(String) - Method in class com.qfs.pivot.json.cellset.CellData
 
setFormattedValue(String) - Method in class com.qfs.snl.dtos.StateDto
Sets the formatted value for the state value.
setFormattedValue(String) - Method in class com.quartetfs.biz.pivot.dto.CellDTO
Sets the formatted value of the cell.
setFormatter(String) - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Sets the formatter of this level.
setFormatter(String) - Method in class com.activeviam.copper.MeasureMetadata
Sets the formatter of this measure.
setFormatter(String) - Method in interface com.quartetfs.biz.pivot.definitions.IAxisLevelDescription
Sets the formatter of this level.
setFormatter(String) - Method in interface com.quartetfs.biz.pivot.definitions.IMeasureMemberDescription
Sets the formatter of the measure.
setFormatter(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
setFormatter(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
setFormatters(Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Set the map which links the OLAP unique name (measure or level) to its formatter.
setFormFields(List<FormFieldDto>) - Method in class com.qfs.snl.dtos.TaskDto
Sets the fields.
setFrom(int) - Method in class com.qfs.pivot.json.query.JsonRange
 
setFrom(int) - Method in class com.quartetfs.tech.streaming.impl.RangeProperty
Sets the beginning of the range.
setFrom(TimePeriodDto) - Method in class com.qfs.repository.dto.PointValueQueryDto
Sets the period.
setFrom(ExistingT) - Method in class com.qfs.repository.dto.UpdateRequestDto
Sets the value of the original data.
setGAQMaxResultSize(int) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
Set the max result size for a GetAggregatesQuery.
setGarbageStreamInterval(int) - Method in class com.quartetfs.tech.streaming.impl.StreamingService
Sets the garbage stream interval in ms.
setGcCollectionCounts(Map<String, Long>) - Method in class com.activeviam.apm.pivot.monitoring.impl.MemoryMonitoringUtils.MemoryManagementStats
 
setGcCollectionTimes(Map<String, Long>) - Method in class com.activeviam.apm.pivot.monitoring.impl.MemoryMonitoringUtils.MemoryManagementStats
 
setGlobalContextValue(IContextValue) - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Set a contextValue for any pivot instance and the current user.
setGlobalContextValue(IContextValue) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
 
setGlobalEntitlement(GlobalEntitlement) - Method in class com.quartetfs.biz.pivot.security.impl.UserEntitlement
Sets the entitlement which defines user's rights through all ActivePivot's instances.
setGNUTarFormat() - Method in class com.qfs.util.tar.impl.TarEntry
Sets this entry's header format to GNU "ustar".
setGoal(IKpiGoalDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Sets the goal of the KPI.
setGoal(String) - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
setGrantedMeasures(Set<String>) - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
Sets the granted measures.
setGraphic(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiStatusDescription
Sets the graphic.
setGraphic(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiTrendDescription
Sets the graphic.
setGroup(String) - Method in interface com.quartetfs.biz.pivot.definitions.IMeasureMemberDescription
Set the measure group name (MEASUREGROUP_NAME property of MDSCHEMA_MEASURES rowset in XMLA).
setGroup(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
setGroupId(int) - Method in class com.qfs.util.tar.impl.TarEntry
Set this entry's group id.
setGroupName(String) - Method in class com.qfs.util.tar.impl.TarEntry
Set this entry's group name.
setHashType(String) - Method in class com.qfs.distribution.security.impl.CustomAuthToken
Sets the hash type (name of the hash algorithm to encrypt key).
setHasParser(boolean) - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
Sets the indicate if the field has a parser.
setHasTupleEval(boolean) - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
Sets the hasTupleEval.
setHeaderCheck(String) - Method in interface com.qfs.msg.csv.translator.IColumnarTranslator
Sets the header check.
setHeaderCheck(String) - Method in class com.qfs.msg.csv.translator.impl.AColumnarTranslator
 
setHeaderCheck(String) - Method in class com.qfs.msg.csv.translator.impl.AHeaderTranslator
 
setHeaders(List<JsonTabularHeader>) - Method in class com.qfs.pivot.json.JsonTabularData
Sets the headers.
setHeaders(List<DrillthroughHeaderDTO>) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughResultDTO
Sets the complete list of headers of this Drillthrough result.
setHeaders(Map<String, String>) - Method in class com.qfs.pivot.json.query.JsonStreamingRequest
Sets all headers for this message.
setHeadersComparator(IComparator<String>) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Sets the comparator which sorts headers.
setHeads(String, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>) - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
setHeads(String, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>) - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
This implementation always throws an UnsupportedOperationException.
setHeads(String, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>) - Method in interface com.quartetfs.biz.pivot.IActivePivotVersionAware
Sets the versions associated with this Object.
setHeads(String, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>) - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
setHeads(String, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
setHeads(Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>, IDatabaseVersion) - Method in class com.quartetfs.pivot.mdx.meta.impl.RTMdxCube
Sets the current heads of the pivot and a database (will be ignored if not associated to the most recent head).
setHeads(Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>, IDatabaseVersion) - Method in interface com.quartetfs.pivot.mdx.meta.IRTMdxCube
Sets the current heads of the pivot and a database (will be ignored if not associated to the most recent head).
setHeapCommittedMb(long) - Method in class com.activeviam.apm.pivot.monitoring.impl.MemoryMonitoringUtils.MemoryManagementStats
 
setHeapMaxMb(long) - Method in class com.activeviam.apm.pivot.monitoring.impl.MemoryMonitoringUtils.MemoryManagementStats
 
setHeapUsedMb(long) - Method in class com.activeviam.apm.pivot.monitoring.impl.MemoryMonitoringUtils.MemoryManagementStats
 
setHidden(boolean) - Method in class com.qfs.snl.dtos.FormFieldDto
Sets the visibility of the field.
setHiddenColumns(List<String>) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Sets the hidden columns.
setHiddenGrandTotals(int[]) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
setHiddenSubtotals(List<String>) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Sets all unique name of levels whose subtotals must be excluded from the axes.
setHierarchies(List<HierarchyData>) - Method in class com.qfs.pivot.json.cellset.AxisData
Sets the hierarchies present in the axis.
setHierarchies(List<HierarchyDiscovery>) - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
setHierarchies(List<HierarchyDiscovery>) - Method in class com.qfs.webservices.DimensionDiscovery
The hierarchies of the dimension.
setHierarchies(List<IHierarchyDescription>) - Method in interface com.quartetfs.biz.pivot.definitions.IAxisDimensionDescription
Sets the axis hierarchy description list for the axis dimension description.
setHierarchies(List<IHierarchyDescription>) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
setHierarchies(List<HierarchyDTO>) - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
setHierarchiesWithNewMember(Map<IHierarchy, List<? extends IMember>>) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
Sets the members that were created by this transaction indexed by their hierarchy.
setHierarchiesWithRemovedMember(Map<IHierarchy, List<? extends IMember>>) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
Sets the members that were fully removed by this transaction, indexed by their hierarchy.
setHierarchy(String) - Method in class com.qfs.pivot.json.cellset.HierarchyData
 
setHierarchy(String) - Method in class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
 
setHierarchy(String) - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
Sets the hierarchy.
setHierarchyInfo(IHierarchyInfo) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyAndLevelInfo
Sets the hierarchyInfo.
setHierarchyInfo(IHierarchyInfo) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyDescription
Sets the hierarchyInfo.
setHierarchyName(String) - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Sets the name of this hierarchy.
setHierarchyOrdinal(int) - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
Sets the ordinal of the hierarchy.
setHierarchyVisibilities(Map<String, Boolean>) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Forcefully sets the visibility of the given hierarchies, possibly overriding the visibilities set in the cube schema.
setHierarchyVisibility(String, String, boolean) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Forcefully sets the visibility of the given hierarchy, possibly overriding the visibility set in the cube schema.
setHostname(String) - Method in class com.qfs.snl.dtos.AuditDto
Sets the hostname of the host machine.
setHttpResponse(HttpServletResponse) - Method in class com.activeviam.apm.pivot.monitoring.impl.XmlaQueryMonitor
 
setId(int) - Method in class com.qfs.content.service.audit.impl.AuditAction
Sets the id.
setId(int) - Method in class com.qfs.pivot.json.cellset.AxisData
Sets the id of the axis.
setId(int) - Method in class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
Set the id of the agent within the ActiveMonitor server.
setId(long) - Method in class com.qfs.repository.dto.PointValueDto
Sets the id of the point value.
setId(long) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the id of the point value.
setId(long) - Method in class com.qfs.snl.dtos.AlertDto
Sets the unique alert identifier.
setId(long) - Method in class com.qfs.snl.dtos.AuditDto
Sets this audit unique id.
setId(long) - Method in class com.qfs.snl.dtos.EventDto
Sets the event unique id.
setId(long) - Method in class com.qfs.snl.dtos.MessageDto
Sets the id.
setId(long) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor unique id.
setId(long) - Method in class com.quartetfs.tech.streaming.impl.StreamEvent
Sets the id of the event.
setId(Long) - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
Sets an id of a monitor to consider.
setId(String) - Method in class com.qfs.snl.dtos.FormFieldDto
Sets the id.
setId(String) - Method in class com.qfs.snl.dtos.StateDto
Sets the id of the state.
setId(String) - Method in class com.qfs.snl.dtos.TaskDto
Sets the id.
setId(String) - Method in class com.qfs.versions.service.VersionDto
Sets an ID for a deployed version.
setId(String) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotInstanceDescription
Sets the id of the underlying ActivePivot instance.
setId(String) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotSchemaInstanceDescription
Sets the id.
setId(String) - Method in interface com.quartetfs.biz.pivot.definitions.ICatalogDescription
Set the id.
setId(String) - Method in interface com.quartetfs.biz.pivot.definitions.IClusterDefinition
Sets the id of the defined cluster.
setId(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
 
setId(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaInstanceDescription
 
setId(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CatalogDescription
 
setId(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.ClusterDefinition
 
setId(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotInstanceDescription
Set the Id of the underlying distributed pivot instance.
setId(String) - Method in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
Returns the id of the distributed activepivot instance.
setId(String) - Method in class com.quartetfs.biz.pivot.security.impl.PivotEntitlement
Set the pivot id.
setIdentifier(String) - Method in interface com.qfs.snl.persistence.IDataSourceBuilder
Set the identifier of the data source.
setIdentifier(String) - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
 
setIdentifier(String) - Method in class com.qfs.websocket.endpoint.impl.JsonTopicMessageDto
Sets the identifier.
setIdentifier(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.TimingWithIdentifier
Sets the identifier.
setIds(int, int) - Method in class com.qfs.util.tar.impl.TarEntry
Convenience method to set this entry's group and user ids.
setIgnoreInvalidMembers(Boolean) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
setIgnoreQueriedMeasure(Boolean) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Sets whether the queried measure should be ignored in a polymorphic drillthrough.
setImplementationClass(Class<?>) - Method in interface com.quartetfs.fwk.contributions.IContribution
Sets the Type contribution implementation class.
setImplementationClass(Class<?>) - Method in class com.quartetfs.fwk.contributions.impl.Contribution
 
setIncludeHierarchies(boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
Sets up the flag to include or not hierarchies of the scope.
setIncludeMeasures(boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
Sets up the flag to include or not defined measures in the provider.
setIncludeMode(Boolean) - Method in interface com.quartetfs.biz.pivot.definitions.IAggregatesCacheDescription
Sets the include mode of this cache.
setIncludeMode(Boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
 
setIncluder(TIntSet) - Method in class com.qfs.store.query.plan.impl.TestAllIncludedProcedure
Change the set against which inclusion test are made.
setInContext(IContext, IBranch) - Static method in interface com.quartetfs.biz.pivot.context.IBranch
Sets the branch configuration into the context.
setInContext(IContext, NonVisualCubeFilter) - Static method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter
Sets the given filter in the given context, returning the previous one.
setInContext(IContext, IQueriesResultLimit) - Static method in interface com.quartetfs.biz.pivot.context.IQueriesResultLimit
Sets the value configuring the time limit into the context.
setInContext(IContext, IQueriesTimeLimit) - Static method in interface com.quartetfs.biz.pivot.context.IQueriesTimeLimit
Sets the value configuring the time limit into the context.
setInContext(IContext, ICubeFilter) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
Sets the given filter in the given context, returning the previous one.
setInContext(IContext, ISubCubeProperties) - Static method in interface com.quartetfs.biz.pivot.context.subcube.ISubCubeProperties
Sets the given subcube in the given context, returning the previous one.
setIncrements(Double) - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The increments.
setIndex(int) - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
Sets the index of the field in the table.
setIndex(int) - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
SetIndexDictionariesConcurrentAction - Class in com.activeviam.store.structure.impl
Basic implementation of ISetIndexDictionariesConcurrentAction.
SetIndexDictionariesConcurrentAction(IndexKey, Supplier<IStoreMetadata>, Supplier<IReferenceMetadata>, Supplier<IPartitionDictionaryFactory>) - Constructor for class com.activeviam.store.structure.impl.SetIndexDictionariesConcurrentAction
 
setInfo(IKeyValueBatchInfo) - Method in interface com.qfs.msg.keyvalue.IKeyValueBatchResult
Sets the information about the batch execution.
setInfo(IKeyValueBatchInfo) - Method in class com.qfs.msg.keyvalue.impl.KeyValueBatchResult
 
setInfo(IKeyValueBatchInfo) - Method in class com.qfs.msg.keyvalue.impl.KeyValueRawBatchResult
 
setInfo(AxisMemberDTO, Double, String, boolean) - Method in class com.qfs.snl.agent.mdx.impl.AStreamInfo
 
setInfo(AxisMemberDTO, Double, String, boolean) - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Sets a particular information.
setInformations(Map<String, Object>) - Method in class com.qfs.snl.dtos.FormFieldTypeDto
Sets the information about the field.
setInitialPublicationMode(IStreamProperties.InitialPublicationMode) - Method in class com.qfs.pivot.json.query.JsonStreamRegistration
Sets the initial publication mode of the query.
setInitialPublicationMode(IStreamProperties.InitialPublicationMode) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
Sets the initial publication mode.
setInitialPublicationMode(IStreamProperties.InitialPublicationMode) - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
Sets the initial publication mode.
setInitialState(IStreamProperties.InitialState) - Method in class com.qfs.pivot.json.query.JsonStreamRegistration
Sets the initialState of the query.
setInitialState(IStreamProperties.InitialState) - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
Set the initial state for the stream.
setInitParameter(String, String) - Method in class com.qfs.security.impl.DetachedFilterConfig
Sets the value for a given key.
setInsertedRows(Long) - Method in class com.qfs.pivot.json.database.JsonTableResult
Sets the number of inserted rows.
setInterface(Class<?>) - Method in interface com.quartetfs.fwk.contributions.IContribution
Sets the Type contribution reference interface.
setInterface(Class<?>) - Method in class com.quartetfs.fwk.contributions.impl.Contribution
 
setIntermediateLimit(int) - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
Sets the intermediate result size limit.
setIntrospectionFlags(boolean[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisHierarchyBase
 
setInvokeInterval(long) - Method in class com.qfs.multiversion.impl.KeepLastEpochPolicy
Changes the interval between ADefaultEpochPolicy.invoke(IEpochManager) calls.
setIp(String) - Method in class com.qfs.snl.dtos.AuditDto
Sets the host ip address.
setIpAddress(IpAddress) - Method in class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
 
setIsAggressive(boolean) - Method in class com.qfs.repository.context.impl.LookupBehavior
Set the aggressiveness of the lookup post processor.
setIsExcel(Boolean) - Method in class com.quartetfs.biz.xmla.impl.XmlaContext
 
setIsExcel(Boolean) - Method in interface com.quartetfs.biz.xmla.IXmlaContext
Sets whether the request is coming from Excel.
setIsFormatted(boolean) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Sets the isFormatted flag.
setIsFormatted(boolean) - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
Set the formatting of the results.
setJoinMeasures(Collection<IJoinMeasureDescription>) - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
Sets optional join measures that this described procedure can provide.
setJoins(Map<String, Map<String, JsonDatabaseJoin>>) - Method in class com.qfs.pivot.json.database.JsonDatabaseDiscovery
Gets the descriptions of all joins.
setJoinType(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
setJsonMdxQuery(JsonMdxQuery) - Method in class com.qfs.pivot.json.export.JsonMdxQueryExport
Set JSON MDX query.
setKey(PointValueDto.KeyDto) - Method in class com.qfs.repository.dto.RepositoryResultDto
Sets the key of the underlying point value.
setKey(String) - Method in class com.qfs.content.service.audit.impl.AuditableCSEntry
Sets the key.
setKey(String) - Method in interface com.quartetfs.fwk.contributions.IExtendedPluginValueContribution
Set the key under which this plugin value is contributed to the plugin.
setKey(String) - Method in class com.quartetfs.fwk.contributions.impl.ExtendedPluginValueContribution
 
setKey(String) - Method in class com.quartetfs.fwk.util.impl.StringProperty
 
setKey(T) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionConcurrentMap.IEvictionConcurrentMapValue
Sets the key associated with this value.
setKeyFields(int[]) - Method in class com.qfs.pivot.json.database.JsonTableDescription
Sets the key fields indexes.
setKeys(List<String>) - Method in class com.qfs.msg.keyvalue.impl.KeyValueRawBatchResult
 
setKpis(List<? extends IKpiDescription>) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Sets all defined KPIs in the MDX context.
setKpis(List<KpiDiscovery>) - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
setLastActivityTime(long) - Method in class com.qfs.snl.dtos.MonitorReportDto
Sets the lastActivityTime.
setLastActivityTime(long) - Method in class com.qfs.snl.monitors.impl.MonitorReport
Sets the lastActivityTime.
setLastEditor(String) - Method in class com.qfs.content.service.impl.CSEntry
Sets the last user that modified this entry.
setLastEventTime(long) - Method in class com.qfs.snl.dtos.MonitorReportDto
Sets the lastEventTime.
setLastEventTime(long) - Method in class com.qfs.snl.monitors.impl.MonitorReport
Sets the lastEventTime.
setLastObjects(Object...) - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Sets the last objects to use when comparing members in this level.
setLastObjects(List<T>) - Method in interface com.quartetfs.fwk.ordering.ICustomComparator
Forces the given list of Object to always be the last Objects for this comparator.
setLastObjects(List<T>) - Method in class com.quartetfs.fwk.ordering.impl.CustomComparator
 
setLatestEpoch(long) - Method in class com.qfs.pivot.json.branch.JsonBranchDescription
Setter for latest epoch.
setLeft(L) - Method in class com.quartetfs.fwk.impl.Pair
 
setLeft(L) - Method in interface com.quartetfs.fwk.IPair
Sets the left element, returning the previous value.
setLegend(String, String) - Method in class com.qfs.util.timing.impl.StopWatch
 
setLegend(String, String) - Method in interface com.qfs.util.timing.IStopWatch
Sets a legend to a timer.
setLength(long) - Method in class com.qfs.messenger.impl.BroadcastResult
Sets the length of the message.
setLevel(MessageLevel) - Method in class com.qfs.snl.dtos.MessageDto
Sets the level.
setLevel(String) - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
Sets the level.
setLevelInfo(ILevelInfo) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureMember
Sets the info about the level this measure belongs to.
setLevelInfo(ILevelInfo) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AMeasureMember
 
setLevelName(String) - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Sets the name of the level.
setLevelName(String) - Method in interface com.quartetfs.biz.pivot.definitions.IAxisLevelDescription
Set the level name.
setLevelName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
setLevelName(String) - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
Sets the level.
setLevels(List<? extends IAxisLevelDescription>) - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Sets the axis level description list for the axis hierarchy description.
setLevels(List<? extends IAxisLevelDescription>) - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
 
setLevels(List<LevelDiscovery>) - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
setLevels(List<LevelDiscovery>) - Method in class com.qfs.webservices.HierarchyDiscovery
The levels of the hierarchy.
setLevels(List<ILevel>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisHierarchyBase
Set the levels.
setLevels(List<ILevelInfo>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyAndLevelInfo
Sets the levels.
setLevels(List<ILevelInfo>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyDescription
Sets the levels.
setLevelType(ILevelInfo.LevelType) - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Sets the type of the level.
setLevelType(ILevelInfo.LevelType) - Method in interface com.quartetfs.biz.pivot.definitions.IAxisLevelDescription
Sets the type of this level.
setLevelType(ILevelInfo.LevelType) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
setLightCrossJoinEnabled(Boolean) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Setter to enable light crossjoins.
setLineData(long, int[]) - Method in class com.qfs.msg.csv.impl.LineReader
Set the current data line without changing the underlying char array.
setLines(String[][]) - Method in class com.qfs.pivot.json.database.JsonDatabaseAction
Sets the lines to insert.
setListeners(Collection<IXmlaRequestListener>) - Method in class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
 
setListenersExceptionsHandler(IListenersExceptionsHandler) - Method in interface com.qfs.store.build.IDatastoreBuilder.IBuildableDatastore
Give the IListenersExceptionsHandler to use to handle on the ICompositeSelection started on the IDatastore built with this builder.
setListenPoolSize(int) - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationService
Sets the size of the listen pool.
setLiveUrl(String) - Method in class com.qfs.snl.dtos.AgentConnectionDetailsDto
Set the url of APLive to use when interacting with this agent.
setLocalContext(IDistributedHierarchyManager) - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
setLocalContext(ContextT) - Method in interface com.qfs.messenger.message.IBroadcastMessage
Sets the local context associated with this type of messages.
setLocalContext(ContextT) - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
setLocalContext(ContextT) - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
setLocale(String) - Method in class com.qfs.pivot.json.configuration.JsonDefinitionLocale
Sets the locale.
setLocalFence(Object) - Method in interface com.qfs.memory.IThreadWithFence
Stores a fence in this thread.
setLocalFence(Object) - Method in class com.qfs.pool.impl.NamedThread
 
setLocation(ILocation) - Method in class com.quartetfs.biz.pivot.dto.AggregateDTO
Set the location.
setLocations(Collection<ILocation>) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersQuery
 
setLocations(Collection<ILocation>) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Sets the locations to query.
setLocations(Collection<ILocation>) - Method in class com.quartetfs.biz.pivot.query.impl.ExpandLocationsQuery
 
setLocations(Collection<ILocation>) - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
setLocations(Collection<String>) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
 
setLocations(Collection<String>) - Method in class com.quartetfs.fwk.logging.impl.GaqTiming
 
setLogger(MdxPrinter.IMdxPrinterLogger) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinterBuilder
Set the logger that will be used by the MdxPrinter.
setLogger(PrintStream) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinterBuilder
Set the stream that will be used by the MdxPrinter.
setLogger(Logger, Level) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinterBuilder
Set the logger and the logging level that will be used by the MdxPrinter.
setLogging(boolean) - Method in interface com.activeviam.apm.pivot.monitoring.jmx.ILogManagedResource
Set whether/not logging is enabled.
setLogging(boolean) - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredDataExportRestServiceController
Deprecated.
 
setLogging(boolean) - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
setLogging(boolean) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
setLogging(boolean) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
setLogging(boolean) - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
setLogging(boolean) - Method in class com.activeviam.apm.websocket.impl.MonitoredQueryWsEndpoint
 
setLogging(boolean) - Method in class com.activeviam.pivot.rest.dataexport.DataExportRestServiceController
 
setLogging(boolean) - Method in class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
 
setLogging(boolean) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
 
setLoggingLevel(Level) - Static method in class com.quartetfs.fwk.logging.impl.QueryTimingLogger
Change the logging level.
setLoggingPolicy(IStopWatchLoggingPolicy) - Method in class com.qfs.util.timing.impl.NoopTimer
 
setLoggingPolicy(IStopWatchLoggingPolicy) - Method in class com.qfs.util.timing.impl.Timer
 
setLoggingPolicy(IStopWatchLoggingPolicy) - Method in interface com.qfs.util.timing.ITimer
Defines the logging policy for this timer.
setLoggingPolicy(String, IStopWatchLoggingPolicy) - Method in class com.qfs.util.timing.impl.StopWatch
 
setLoggingPolicy(String, IStopWatchLoggingPolicy) - Method in interface com.qfs.util.timing.IStopWatch
Set the logging policy for a timer indicated by its name.
setLogMemoryStats(boolean) - Method in interface com.activeviam.apm.pivot.monitoring.jmx.ILogManagedResource
Sets whether/not memory stats logging is enabled.
setLogMemoryStats(boolean) - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredDataExportRestServiceController
Deprecated.
 
setLogMemoryStats(boolean) - Method in class com.activeviam.apm.pivot.rest.query.impl.MonitoredJsonQueryService
 
setLogMemoryStats(boolean) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredQueriesService
 
setLogMemoryStats(boolean) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
setLogMemoryStats(boolean) - Method in class com.activeviam.apm.pivot.xmla.impl.MonitoredXmlaListener
 
setLogMemoryStats(boolean) - Static method in class com.activeviam.apm.websocket.impl.MonitoredQueryWsEndpoint
 
setLogMemoryStats(boolean) - Method in class com.activeviam.pivot.rest.dataexport.DataExportRestServiceController
 
setLogMemoryStats(boolean) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
 
setLongPollingService(ILongPollingService) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
 
setLongPollingService(ILongPollingService) - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamingServiceMonitor
setLongPollingService(ILongPollingService) - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationService
Sets the long polling service to transform.
setLongRunningQueryThreshold(long) - Method in class com.activeviam.apm.pivot.monitoring.jmx.impl.QueriesStatusMonitoringBean
 
setLookupPropertiesInterceptor(ILookupPropertiesInterceptor) - Method in class com.qfs.repository.impl.LookUpPostProcessor
Sets the properties interceptor.
setManager(IActivePivotManager) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
Sets the global ActivePivot manager of the server on which streams are registered.
setManager(IActivePivotManager) - Method in class com.quartetfs.biz.pivot.distribution.impl.DistributionStarter
Deprecated.
Sets the manager.
setManager(IActivePivotManager) - Method in class com.quartetfs.biz.pivot.impl.AActivePivotSchemaRebuilder
Sets the global manager.
setManager(IActivePivotManager) - Method in class com.quartetfs.biz.pivot.webservices.impl.AManagerService
Sets the manager for this service.
setManager(IActivePivotManager) - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
Sets the manager.
setMapping(Collection<LevelToField>) - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
Sets the mapping of the join measure description.
setMapping(Map<LevelIdentifier, FieldPath>) - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
Deprecated, for removal: This API element is subject to removal in a future version.
setMapping(Map<String, String>, boolean) - Method in interface com.quartetfs.biz.pivot.context.IFlatContextValuesHolder
Change the mapping stored in this holder.
setMapping(Map<String, String>, boolean) - Method in class com.quartetfs.biz.pivot.context.impl.FlatContextValuesHolder
 
setMappings(Properties) - Method in class com.qfs.servlet.impl.DynamicUrlHandlerMapping
Map URL paths to handler bean names.
setMatcher(PathMatcher) - Method in class com.qfs.msg.csv.filesystem.impl.AFileSystemCSVTopic
Path matcher to only select interesting files, null to match all files.
setMatchingParameter(Object) - Method in class com.quartetfs.fwk.filtering.impl.ComparisonMatchingCondition
 
setMatchingParameter(Object) - Method in class com.quartetfs.fwk.filtering.impl.InCondition
 
setMatchingParameter(Object) - Method in class com.quartetfs.fwk.filtering.impl.LikeCondition
 
setMatchingParameter(Object) - Method in class com.quartetfs.fwk.filtering.impl.MatchingCondition
Set the matching parameter.
setMatchingRows(ITreeStoreNode, int, IBitmap) - Method in interface com.qfs.store.query.plan.IMatchingRowsHolder
Indicates which rows are matching for a query on a given store partition.
setMatchingRows(ITreeStoreNode, int, IBitmap) - Method in class com.qfs.store.query.plan.impl.MatchingRowsHolder
 
setMatchingRowsForRoot(int, IBitmap) - Method in interface com.qfs.store.query.plan.IMatchingRowsHolder
Sets the given rows as matching rows for the root node (i.e.
setMatchingRowsForRoot(int, IBitmap) - Method in class com.qfs.store.query.plan.impl.MatchingRowsHolder
 
setMaxConnection(int) - Method in class com.quartetfs.biz.pivot.server.http.impl.HTTPServiceFactory
Deprecated.
Set the total maximum number of concurrent connection.
setMaxElements(int) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventsQueue
Set the maximum size of the queue.
setMaxEvents(int) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
setMaxEvents(int) - Method in interface com.qfs.snl.agent.service.ISentinelPublisher
Set the number of unsent events the publisher can hold.
setMaxEventWaitInterval(Long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Sets the maximum amount of time (in milliseconds) that a non-transactional event can wait before being forced to be processed.
setMaxImpactSize(Integer) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
Sets the maximum impact size above which a full (range) impact is returned.
setMaxImpactSize(Integer) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AStoredMeasureHandler
Sets the maximum impact size above which a full (range) impact is returned.
setMaxLevelPerHierarchy(int[]) - Method in class com.qfs.pivot.json.cellset.AxisData
Sets the maximum number of levels per hierarchy.
setMaxLevelPerHierarchy(int[]) - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
setMaxQueueSizeForNonTransactionalEvents(Integer) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Sets the maximum size of the transaction queue for a single branch above which non-transactional events may be dropped.
setMaxResults(int) - Method in interface com.quartetfs.fwk.query.IListQuery
Sets hard limit to maximum number of rows returned in result.
setMaxResults(int) - Method in class com.quartetfs.fwk.query.impl.AListQuery
 
setMaxResultSize(int) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
setMaxResultSize(int) - Method in class com.quartetfs.biz.pivot.streaming.impl.GetAggregatesStream
Set the max result size.
setMaxResultSize(int) - Method in class com.quartetfs.tech.streaming.impl.StreamingService
 
setMaxResultSize(int) - Method in interface com.quartetfs.tech.streaming.IStreamingService
Set the max result size.
setMaxRetryCount(int) - Static method in class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Sets the maximal number of retries to count to schedule the retry of the monitoring.
setMaxRows(Integer) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Sets the maximum number of rows that are allowed to be returned by a drillthrough query.
setMaxSize(long) - Method in class com.qfs.messenger.netty.impl.ANettyMessage
Sets The max number of bytes to be written during the serialization process.
setMaxSize(NettyRequestMessage) - Static method in class com.qfs.messenger.netty.streaming.impl.NettyStreamUtils
Sets the max size (in bytes) of the message if defined by ActiveViamProperty.NETTY_MAX_SIZE_PROPERTY.
setMaxSize(NettyResponseMessage) - Static method in class com.qfs.messenger.netty.streaming.impl.NettyStreamUtils
Sets the max size (in bytes) of the message if defined by ActiveViamProperty.NETTY_MAX_SIZE_PROPERTY.
setMaxSizeForMessage(String, String) - Method in class com.qfs.messenger.impl.NettyMessenger
Sets the max size for a given message type.
setMaxThreadsPerPool(int) - Method in class com.qfs.pool.impl.TasksPerNumaNodeExecutor
Sets the maximum number of tasks to run concurrently in the given thread pools.
setMaxTransactionalEventsDelayTime(long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Sets the maximum time (in milliseconds) for which the oldest transaction of the master branch has been waiting in the queue before we stop accepting transactions.
setMaxTransactionalEventsQueueSize(int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine
Sets the maximum size of the transaction queue for the master branch before we stop accepting transactions.
setMaxValue(Double) - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The max of the context value.
setMaxWaitHeaderTime(int) - Method in class com.qfs.msg.csv.translator.impl.AHeaderTranslator
Sets the maximum time to wait for configuration header lines.
setMaxWaitMs(long) - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
 
setMdx(String) - Method in class com.qfs.pivot.json.query.JsonMdxQuery
Sets the query to execute.
setMdx(String) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Sets the originating MDX query.
setMdx(String) - Method in class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationQuery
Set the originating mdx for the multi query.
setMdx(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
 
setMdx(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousMdxTiming
 
setMdx(String) - Method in class com.quartetfs.fwk.logging.impl.MdxTiming
 
setMdxPass(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
Sets the query plan mdx pass.
setMdxQuery(JsonMdxQuery) - Method in class com.qfs.pivot.json.query.JsonContinuousMdxQuery
Sets the actual mdx query + context values.
setMdxStreamRegister(IMdxStreamRegister) - Method in class com.quartetfs.biz.pivot.streaming.impl.AMdxStream
Set the associated mdx stream register.
setMeasure(AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Sets the measure of the tuple.
setMeasureAliases(Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Add aliases to the MDXContext, does not remove previous aliases, only overrides.
setMeasureGroup(String) - Method in class com.activeviam.copper.MeasureMetadata
Sets this measure's group.
setMeasureGroup(String) - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
setMeasureGroup(String) - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Sets the measure group of the measure.
setMeasureGroup(String) - Method in class com.qfs.webservices.MeasureDiscovery
The measure's group.
setMeasureGroup(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Sets the measure group for the KPI.
setMeasureGroups(String) - Method in interface com.quartetfs.biz.pivot.definitions.IAxisDimensionDescription
The measure groups associated to this dimension.
setMeasureGroups(String) - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
setMeasureGroups(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
setMeasureGroups(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
setMeasureGroups(String...) - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Sets the names of the measure groups to which this hierarchy belongs.
setMeasureGroups(String[]) - Method in class com.qfs.webservices.DimensionDiscovery
The measure groups of the dimension.
setMeasureGroups(List<MeasureGroupDiscovery>) - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
setMeasureGroups(Set<String>) - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
setMeasures(Collection<String>) - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
Sets measures to consider for this partial.
setMeasures(Collection<String>) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersQuery
 
setMeasures(Collection<String>) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Sets the requested measures.
setMeasures(Collection<String>) - Method in class com.quartetfs.biz.pivot.query.impl.ExpandLocationsQuery
 
setMeasures(Collection<String>) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
 
setMeasures(Collection<String>) - Method in class com.quartetfs.fwk.logging.impl.GaqTiming
 
setMeasures(List<MeasureDiscovery>) - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
setMeasures(List<MeasureDiscovery>) - Method in class com.qfs.webservices.CubeDiscovery
The measures of the cube.
setMeasuresDescription(IMeasuresDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Sets the IMeasuresDescription for this description.
setMeasuresDescription(IMeasuresDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
setMeasuresDescription(IMeasuresDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
setMeasureSelections(Collection<String>) - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
setMeasureSelections(Collection<String>) - Method in class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
Set the measures to query.
setMember(HierarchyDTO, AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Sets a member of the tuple.
setMember(HierarchyDTO, AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Sets a member of the tuple.
setMember(IMdxMember) - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Modifies the current context.
setMember(IMdxMember) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
setMember(IMdxMember) - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
setMember(IMdxMember) - Method in class com.quartetfs.pivot.mdx.impl.MutableTuple
Add this member in the tuple.
setMember(IMdxMember) - Method in class com.quartetfs.pivot.mdx.impl.MutableTupleLocation
Add this member in the tuple.
setMemberNamePathStyleEnabled(Boolean) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
setMemberProperties(List<IPropertyInfo>) - Method in interface com.quartetfs.biz.pivot.definitions.IAxisLevelDescription
Set the list of IProperty of the introspecting properties applicable on the members of this level.
setMemberProperties(List<IPropertyInfo>) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
setMemberProperties(List<IMdxMemberProperty>) - Method in interface com.quartetfs.pivot.mdx.statement.IAxisSpecification
 
setMemberProperties(List<IMdxMemberProperty>) - Method in class com.quartetfs.pivot.mdx.statement.impl.AxisSpecification
 
setMemberProperties(List<String>) - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
setMemberPropertyNamesStr(Collection<String>) - Method in class com.quartetfs.pivot.mdx.utils.impl.PrettyPrinter
Sets properties to be looked at for the members of the result set.
setMembers(ITuple) - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Modifies the current context.
setMembers(ITuple) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
setMembers(ITuple) - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
setMembers(IMdxMember[]) - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Modifies the current context.
setMembers(IMdxMember[]) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
setMembers(IMdxMember[]) - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
setMembers(List<AxisMemberDTO>) - Method in class com.quartetfs.biz.pivot.dto.AxisPositionDTO
Sets the complete list of members for a given position on the axis.
setMembers(List<Object>) - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Sets the explicit list of the members of this level.
setMembersProperties(Collection<String>) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinterBuilder
Which MEMBERS PROPERTIES should be displayed with pretty print.
setMembersQuick(ITuple) - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Modifies the current context.
setMembersQuick(ITuple) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
setMembersQuick(ITuple) - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
setMembersQuick(IMdxMember[]) - Method in interface com.quartetfs.pivot.mdx.IExecutionContext
Modifies the current context.
setMembersQuick(IMdxMember[]) - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingExecutionContext
 
setMembersQuick(IMdxMember[]) - Method in class com.quartetfs.pivot.mdx.impl.ARootExecutionContext
 
setMemory(long, long, byte) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Sets all bytes in a given block of memory to a fixed value (usually zero).
setMemory(Object, long, long, byte) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Sets all bytes in a given block of memory to a fixed value (usually zero).
setMessage(String) - Method in class com.quartetfs.tech.streaming.impl.FailureEvent
Sets the message of the event.
setMessageAction(DistributedExecutionPlan.RetrieveAggregatesMessageAction) - Method in class com.qfs.query.impl.DistributedAggregatesRetrievalCreator.DistributedAggregatesRetrieval
Sets the action that will send a message to remote instances and perform the retrievals.
setMessageContext(Class<ContextT>, ContextT) - Method in interface com.qfs.messenger.IDistributedMessenger
Sets a local message context for a given type.
setMessageContext(Class<ContextT>, ContextT) - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
setMessengerDefinition(IMessengerDefinition) - Method in interface com.quartetfs.biz.pivot.definitions.IClusterDefinition
Sets the definition of the underlying messenger.
setMessengerDefinition(IMessengerDefinition) - Method in class com.quartetfs.biz.pivot.definitions.impl.ClusterDefinition
 
setMiddlePartitioning(IPartitioningSnapshot, TIntIntMap) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
Set the middle partitioning of the node.
setMinimalChunkSize(int) - Static method in class com.qfs.chunk.impl.Chunks
Sets the values of Chunks.MINIMAL_CHUNK_SIZE.
setMinValue(Double) - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The min of the context value.
setMode(String) - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Sets the mode for the monitoring.
setModified(Collection<I>) - Method in class com.qfs.msg.csv.impl.ACSVTopic.PendingState
Sets the identifiers of the modified files.
setModTime(long) - Method in class com.qfs.util.tar.impl.TarEntry
Set this entry's modification time.
setModTime(Date) - Method in class com.qfs.util.tar.impl.TarEntry
Set this entry's modification time.
setMonitor(AActionResultMonitor<MonitoredStreamingResult>) - Method in interface com.activeviam.apm.pivot.webservices.core.IMonitoredStream
Sets monitor instance to the stream.
setMonitor(AActionResultMonitor<MonitoredStreamingResult>) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredMdxStream
 
setMonitor(IMonitor) - Method in class com.qfs.snl.dtos.MonitorReportDto
Sets the monitor.
setMonitoredComponent(Object) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.JMXEnabler
Set the monitored component.
setMonitorId(long) - Method in class com.qfs.snl.dtos.AlertDto
Sets the id of the monitor.
setMonitorId(long) - Method in class com.qfs.snl.dtos.EventDto
Sets the id of the underlying monitor.
setMonitorId(long) - Method in class com.qfs.snl.dtos.ProtocolConfigurationDto
Sets the monitor unique id.
setMonitoring(boolean) - Method in class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
 
setMonitors(Set<MonitorWsConfigurationDto.MonitorSourceDto>) - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Sets a list of monitor sources to consider.
setMultiQuery(MultiGetAggregatesNotificationContinuousQueryMonitor) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
Set the parent multi query monitor.
setMvHierarchy(AMultiVersionAnalysisHierarchy) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisHierarchyBase
Sets the multi-version analysis hierarchy of which we are the base.
setName(String) - Method in class com.activeviam.copper.MeasureMetadata
Sets the name of this measure.
setName(String) - Method in class com.qfs.messenger.impl.LocalMessenger.LocalAddress
Sets the name to be use when user wants to define its own name for user-friendly usage.
setName(String) - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
Sets the name of this statistic.
setName(String) - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
setName(String) - Method in interface com.qfs.multiversion.IEpoch
Sets the name of this epoch.
setName(String) - Method in class com.qfs.multiversion.impl.Epoch
 
setName(String) - Method in class com.qfs.pivot.json.branch.JsonBranchCreation
Sets the name of the branch to create.
setName(String) - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
Sets the name of the field.
setName(String) - Method in class com.qfs.pivot.json.discovery.CatalogDiscovery
 
setName(String) - Method in class com.qfs.pivot.json.discovery.ContextValueDiscovery
 
setName(String) - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
setName(String) - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
setName(String) - Method in class com.qfs.pivot.json.discovery.DrillthroughColumnDiscovery
 
setName(String) - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
setName(String) - Method in class com.qfs.pivot.json.discovery.JsonContextValue
 
setName(String) - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
setName(String) - Method in class com.qfs.pivot.json.discovery.LevelDiscovery
 
setName(String) - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Sets the name of the measure.
setName(String) - Method in class com.qfs.pivot.json.discovery.MeasureGroupDiscovery
 
setName(String) - Method in class com.qfs.pivot.json.discovery.SetDiscovery
 
setName(String) - Method in class com.qfs.pivot.json.JsonTabularHeader
Setter for JsonTabularHeader.name.
setName(String) - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
setName(String) - Method in class com.qfs.repository.dto.ParameterDto
Sets the parameter name.
setName(String) - Method in class com.qfs.repository.dto.PointValueDto
Sets the name of the owning parameter.
setName(String) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the name of the owning parameter.
setName(String) - Method in class com.qfs.snl.dtos.FormFieldDto
Sets the name.
setName(String) - Method in class com.qfs.snl.dtos.FormFieldTypeDto
Sets the name of the type.
setName(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor name.
setName(String) - Method in class com.qfs.snl.dtos.TaskDto
Sets the name.
setName(String) - Method in class com.qfs.snl.dtos.UserDto
Sets the name of the user.
setName(String) - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
Sets the name of the schema.
setName(String) - Method in class com.qfs.util.tar.impl.TarEntry
Set this entry's name.
setName(String) - Method in class com.qfs.webservices.CatalogDiscovery
The name of the catalog.
setName(String) - Method in class com.qfs.webservices.CubeDiscovery
The cube's name.
setName(String) - Method in class com.qfs.webservices.DimensionDiscovery
The name of the dimension.
setName(String) - Method in class com.qfs.webservices.HierarchyDiscovery
The name of the hierarchy.
setName(String) - Method in class com.qfs.webservices.LevelDiscovery
The name of the level.
setName(String) - Method in class com.qfs.webservices.MeasureDiscovery
The name of the measure.
setName(String) - Method in class com.quartetfs.biz.pivot.context.impl.Branch
Sets the name of the branch.
setName(String) - Method in interface com.quartetfs.biz.pivot.definitions.IAdvancedAggregatedMeasureDescription
 
setName(String) - Method in interface com.quartetfs.biz.pivot.definitions.IAggregatedMeasureDescription
 
setName(String) - Method in interface com.quartetfs.biz.pivot.definitions.IAxisDimensionDescription
Set the hierarchy name for the axis dimension.
setName(String) - Method in interface com.quartetfs.biz.pivot.definitions.IBasicAggregatedMeasureDescription
Sets the aggregated measure name.
setName(String) - Method in interface com.quartetfs.biz.pivot.definitions.IComparatorOrderDescription
This is the attribute order for the special order, like "firstObjects".
setName(String) - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Set the hierarchy name for the AxisHierarchy.
setName(String) - Method in interface com.quartetfs.biz.pivot.definitions.IMeasureMemberDescription
Sets name for the AggregatedMeasure/PostProcessedMeasure.
setName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotManagerDescription
Set the name of the manager.
setName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
 
setName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
 
setName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
The AxisHierarchy name.
setName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
setName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
Sets the name of the calculated column.
setName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorOrderDescription
 
setName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
setName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
setName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
Sets the name of this partial.
setName(String) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
Set the name of the header.
setName(String) - Method in class com.quartetfs.biz.pivot.dto.HierarchyDTO
Sets the hierarchyName.
setName(String) - Method in class com.quartetfs.fwk.impl.PropertyInfo
 
setName(String) - Method in class com.quartetfs.fwk.impl.QFSRegistry
 
setName(String) - Method in interface com.quartetfs.fwk.IRegistry
Sets the name of the registry.
setName(String) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.JMXEnabler
Set the MBean name.
setName(String) - Method in class com.quartetfs.fwk.types.impl.PluginValue
Sets plugin name.
setNamedSets(List<? extends INamedSetDescription>) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
Sets all defined named sets in the MDX context.
setNamePath(List<String>) - Method in class com.qfs.pivot.json.cellset.PositionData
 
setNames(String, String) - Method in class com.qfs.util.tar.impl.TarEntry
Convenience method to set this entry's group and user names.
setNativeMeasures(List<INativeMeasureDescription>) - Method in interface com.quartetfs.biz.pivot.definitions.IMeasuresDescription
Sets the list of native measures.
setNativeMeasures(List<INativeMeasureDescription>) - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
Replaces the native measures descriptions within the main descriptions list with those form nativeMeasures list.
setNbAllowedConcurrentQueries(int) - Method in class com.quartetfs.pivot.mdx.impl.MdxQueryBouncer
Returns the total number of allowed running concurrent queries.
setNbOfEntriesProcessed(int) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Records the number of impacted entries in latest event.
setNbOfImpactComputations(int) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Records the number of impact computations in latest event.
setNbOfPlannedRetrievals(int) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextNodeStatistics
Record the number of planned retrievals for the latest event.
setNewMembersHierarchies(BitSet) - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
Sets the newMembersHierarchies.
setNewOrRemovedMembers(boolean) - Method in class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationQuery
Mark that the query listens to member insertion/removal.
setNext(IPointLocationBuilder) - Method in interface com.quartetfs.biz.pivot.ILocationExpansionProcedure.IExpansionIterator
Sets the values for the levels we are expanding for the current location to expand.
setNextEntry(IEvictionCache.IEvictionCacheEntry) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionCache.IEvictionCacheEntry
Sets the entry following this one in the eviction list.
setNextEntry(IEvictionCache.IEvictionCacheEntry) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AEvictionCacheEntry
 
setNextPage(Integer) - Method in class com.qfs.pivot.json.database.JsonPagination
Sets the next page.
setNextPageUrl(String) - Method in class com.qfs.pivot.json.database.JsonPagination
Sets the URL to query the next page.
setNode(K, V) - Method in interface com.qfs.graph.IDirectedGraph
 
setNoFastForwardProcess(IEpoch) - Method in interface com.qfs.store.selection.ICatchUpListenerSingleBranch
Should be called if ICatchUpListenerSingleBranch.setFastForwardProcess(CancellableCountedCompleter) is not called, for example if you do not need a FastForward.
setNoFastForwardProcess(IEpoch) - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
setNonNullable(int) - Static method in class com.qfs.store.Types
Creates a type with the same attributes than another type plus the nullability flag to false.
setNonNullable(IFieldType) - Static method in class com.activeviam.type.FieldType
Returns a non-nullable instance of the given type using the global default value configured for the type.
setNonOptimizedEvaluation(boolean) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.NamedSetExecTask
 
setNonVisualCubeFilter(NonVisualCubeFilter) - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager.SubSelectPass
Save the non visual filter of a SubSelect.
setNotificationDuration(long) - Method in class com.quartetfs.fwk.logging.impl.AggregatesContinuousQueryTiming
 
setNotifyUpdatesTiming(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
 
setNotifyUpdatesTiming(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousMdxTiming
 
setNotNull(long[], int) - Static method in class com.qfs.chunk.array.impl.ArrayChunkNullable
Sets, within the given array, the bit found at the given position to 1.
setNull(long[], int) - Static method in class com.qfs.chunk.array.impl.ArrayChunkNullable
Sets, within the given array, the bit found at the given position to 0.
setNullable(int) - Static method in class com.qfs.store.Types
Creates a type with the same attributes than another type plus the nullability flag.
setNullable(IFieldType) - Static method in class com.activeviam.type.FieldType
Returns a nullable instance of the given type.
setNullFlag(IByteRecordBlock, int, boolean) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.APrimitiveNullableHandler
States that this record has a null value for this field.
setNullFlag(IByteRecord, boolean) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.APrimitiveNullableHandler
States that this record has a null value for this field.
setNumaNode(int) - Method in interface com.qfs.platform.IPlatform
Set the node on which to run the current thread.
setNumaNode(int) - Method in class com.qfs.platform.linux.LinuxPlatform
 
setNumaNode(int) - Method in class com.qfs.platform.share.SharePlatform
 
setNumaNode(int) - Method in class com.qfs.platform.share.VirtualPlatform
 
setNumaNode(int) - Method in class com.qfs.platform.solaris.SolarisPlatform
 
setNumaNode(int) - Method in class com.qfs.platform.win.WindowsPlatform
 
setNumaNodeSelectorPlugin(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
Sets a plugin key of a NUMA selector to use for placing partitions.
setNumaNodeSelectorPlugin(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
 
setNumberSkippedLines(int) - Method in interface com.qfs.msg.csv.IFileParserConfiguration
Sets the number of (header) lines to skip when parsing files under this configuration.
setNumberSkippedLines(int) - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
 
setNumberSkippedLines(int) - Method in class com.qfs.msg.csv.impl.FileParserConfiguration
 
setNumberSkippedLines(int) - Method in class com.qfs.msg.csv.impl.ParserContext
 
setOffset(int) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
Sets the offset to add to each input record index.
setOldestVersion(IVersion) - Method in class com.qfs.multiversion.impl.TransactionalBase
 
setOldestVersion(IVersion) - Method in interface com.qfs.multiversion.ITransactionalBase
Sets a version as the oldest version linked to this base.
setOnCompletion(Runnable) - Method in class com.qfs.pool.impl.TasksPerNumaNodeExecutor
Sets the callback to run TasksPerNumaNodeExecutor.onRegularCompletion(CountedCompleter).
setOnCurrentThread(boolean) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
True if the query was executed on the same thread as the caller.
setOnException(Consumer<Throwable>) - Method in class com.qfs.pool.impl.TasksPerNumaNodeExecutor
setOrders(List<IComparatorOrderDescription>) - Method in interface com.quartetfs.biz.pivot.definitions.IComparatorDescription
Sets a list of descriptors for special ordering.
setOrders(List<IComparatorOrderDescription>) - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorDescription
 
setOrdinal(int) - Method in class com.qfs.pivot.json.cellset.CellData
 
setOrdinal(int) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughRow
Sets the ordinal of the row.
setOrdinal(int) - Method in class com.quartetfs.biz.pivot.dto.CellDTO
Sets the ordinal of the cell.
setOrdinal(int) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughRowDTO
Set the ordinal of the row.
setOrdinal(int) - Method in class com.quartetfs.biz.pivot.dto.HierarchyDTO
Sets the hierarchyOrdinal.
setOrElseRemoveResource(Map<String, String>, String) - Method in class com.qfs.snl.monitors.impl.MonitorReport
For a given resource and status, remove the resource from the statistics if the status is null, and update the statistics with the status value otherwise.
setOutputStream(ByteArrayOutputStream) - Method in class com.activeviam.apm.pivot.monitoring.impl.XmlaQueryMonitor
 
setOverridingContentType(String, String, int) - Method in class com.qfs.source.impl.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.qfs.source.impl.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(String) - Method in class com.qfs.content.service.impl.CSEntry
Sets the group that owns this entry.
setOwner(List<String>) - Method in class com.qfs.pivot.json.configuration.JsonMdxDefinitionStatement
 
setOwners(Set<String>) - Method in class com.qfs.pivot.json.branch.JsonBranchDescription
Set owners of the branch.
setOwners(Set<String>) - Method in class com.qfs.pivot.json.branch.JsonBranchPermissions
Sets the set of users and roles which can edit this branch.
setPage(int) - Method in class com.qfs.pivot.json.database.JsonDatabaseQuery
Sets the current page of the results.
setPageSize(int) - Method in class com.qfs.pivot.json.database.JsonDatabaseQuery
Sets the maximum number of results.
setPagination(JsonPagination) - Method in class com.qfs.pivot.json.database.JsonDatabaseQueryResult
Sets the pagination information.
setParameter(String) - Method in class com.qfs.repository.dto.PointValueQueryDto
Sets the name.
setParameterName(String) - Method in class com.qfs.repository.dto.ParameterUpdateDto
Sets the name of the parameter.
setParameters(List<Object>) - Method in interface com.qfs.msg.jdbc.IPreparedStatementSupplier.IPreparedStatementHolder
Sets the parameters values in the associated statement.
setParameters(Set<String>) - Method in class com.qfs.repository.ws.ParameterWsConfigurationDto
Sets the parameters to fetch.
setParent(IMonitoringStatistic) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatistic
Sets the given statistic as the parent of this statistic.
setParent(IMonitoringStatistic) - Method in class com.qfs.monitoring.statistic.impl.MonitoringStatistic
 
setParent(IMonitoringStatistic) - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
setParent(IMonitoringStatistic) - Method in class com.qfs.pivot.monitoring.impl.MonitoringStatisticAdapter
 
setParent(String) - Method in class com.qfs.pivot.json.branch.JsonBranchCreation
Sets the parent branch.
setParent(String) - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
setParent(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Sets the KPI parent's name.
setParserPolicy(ICsvParserConfigPolicy) - Method in interface com.qfs.msg.csv.ICSVParserConfiguration
Sets the parser policy that explains how to parse the lines.
setParserPolicy(ICsvParserConfigPolicy) - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
 
setParserPolicy(ICsvParserConfigPolicy) - Method in class com.qfs.msg.csv.impl.ParserContext
 
setParsingSeparator(String) - Method in class com.qfs.desc.impl.VectorFieldDescription
Sets the separator to parse a string into a vector.
setParsingTime(long) - Method in class com.qfs.msg.csv.impl.ParserResult
Sets the amount of time spent parsing text.
setPartialProviders(List<IPartialProviderDefinition>) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
Sets the partial providers.
setPartitionId(int) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderBase
 
setPartitionId(int) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AMultiVersionIndexedAggregateProvider
 
setPartitionId(int) - Method in interface com.quartetfs.biz.pivot.cube.provider.IPartitionAware
Sets the partition id.
setPartitioning(IPartitioningSnapshot) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
Sets the partitioning.
setPartitioning(IPartitioningSnapshot) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
Sets the partitioning for this primitive aggregation node.
setPartitioning(IPartitioningSnapshot) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.SharingPrimitiveNode
Sets the partitioning.
setPartitioningDescription(IPartitioningDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
Sets a partitioning description to apply on this provider data.
setPartitioningDescription(IPartitioningDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.copper.agg.AJoinAnalysisAggregationProcedure
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.copper.pivot.pp.AnalyticFunctionPostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.copper.pivot.pp.DrillupPostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.copper.pivot.pp.ShiftPostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.copper.pivot.pp.SwitchOnPostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.copper.pivot.pp.UserDefinedAggregationPostProcessor
Deprecated.
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.copper.pivot.pp.ValueAtExtremaMemberOfAncestorPostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.copper.pivot.pp.ValueAtExtremaMemberPostProcessor
Computes the partitioning levels for this post-processor for the given location.
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.pivot.postprocessing.impl.ABaseDynamicAggregationPostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.pivot.postprocessing.impl.ABasicPostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.qfs.repository.impl.LookUpPostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.axis.IAnalysisAggregationProcedure
Computes the partitioning levels for this post-processor for the given location.
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessorOnTheFlyPattern
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.NeighborValuePostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ParentValuePostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in interface com.quartetfs.biz.pivot.postprocessing.IPartitionedPostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor
Computes the partitioning levels for this post-processor for the given location.
setPartitioningLevels(Collection<ILevelInfo>) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest
Sets a collection of Levels to be considered for the partitioning of the request execution.
setPartitioningLevels(Collection<ILevelInfo>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
 
setPartitioningLevels(Collection<ILevelInfo>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IHavePartitioningLevels
Sets the levels on which a node can be partitioned.
setPartitioningLevels(Collection<ILevelInfo>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
 
setPartitioningLevels(Collection<ILevelInfo>) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveNode
Sets the levels to consider for the partitioning of this node and its children.
setPartLength(int) - Method in class com.activeviam.cloud.fetch.impl.CloudFetchingConfig
Sets the length of chunks to download.
setPassword(String) - Method in interface com.qfs.snl.persistence.IDataSourceBuilder
Set the JDBC password to use for connecting through the Driver.
setPassword(String) - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
 
setPassword(String) - Method in class com.quartetfs.biz.pivot.server.http.impl.HTTPServiceFactory
Deprecated.
Change the password used to connect to the service.
SetPasswordEncryptionKey - com.quartetfs.biz.xmla.constants.Keyword
 
SetPasswordEncryptionKey - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
setPath(Path) - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
Sets the path.
setPath(Path) - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
Sets the path.
setPath(String) - Method in class com.qfs.content.service.impl.CSEntry
Sets the path to the entry.
setPath(String) - Method in class com.qfs.pivot.json.export.JsonExportInfo
Set the path.
setPath(String) - Method in class com.qfs.pivot.json.export.JsonMdxQueryExport
Set the path.
setPath(String[]) - Method in class com.quartetfs.biz.pivot.dto.Path
Sets the complete path.
setPath(List<String>) - Method in class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
 
setPattern(IMdxMember[]) - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.IResultWriter
Pattern of members we plan on writing.
setPattern(Pattern) - Method in class com.activeviam.cloud.source.csv.impl.ACloudCSVTopic
 
setPattern(Pattern) - Method in interface com.activeviam.msg.csv.ICloudCSVTopic
Sets a pattern used to filter the entity to take into account.
setPending(boolean) - Method in class com.qfs.repository.dto.PointValueDto
Sets the status pending of the point value.
setPending(boolean) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the flag to indicate if the point value is pending.
setPeriod(int, TimeUnit) - Method in class com.quartetfs.biz.pivot.impl.PeriodicActivePivotSchemaRebuilder
Sets the period at which the underlying schemas are being rebuilt.
setPeriod(Long) - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Sets the period for the monitoring execution.
setPermissions(JsonBranchPermissions) - Method in class com.qfs.pivot.json.branch.JsonBranchCreation
Sets the security configuration of the branch.
setPermissions(JsonBranchPermissions) - Method in class com.qfs.pivot.json.branch.JsonBranchDescription
Set the permissions (set of owners and readers) of the branch.
setPermissions(Map<String, IPair<List<String>, List<String>>>) - Method in class com.quartetfs.biz.pivot.dto.PermissionsMapDTO
Sets the permissions stored by the DTO.
setPivot(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
 
setPivot(String) - Method in class com.quartetfs.fwk.logging.impl.GaqTiming
 
setPivotDependencies(TIntObjectMap<IMdxMember[]>) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.AggregateKeyTask
Sets the dependencies.
setPivotEntitlements(List<PivotEntitlement>) - Method in class com.quartetfs.biz.pivot.security.impl.UserEntitlement
Sets list of pivot entitlements which defines user's rights on ActivePivot's instances defined by there id.
setPivotId(String) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersQuery
 
setPivotId(String) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
Sets the pivot ID.
setPivotId(String) - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
setPivotId(String) - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
Set the Id of the queried IActivePivot.
setPivotId(String) - Method in class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
Set the Id of the queried IActivePivot.
setPlainRecord(IRecordReader) - Method in class com.qfs.store.record.impl.DictionarizedRecordReaderFromPlain
Set the current record to read.
setPlugin(IPlugin<? extends IPluginValue>) - Method in class com.quartetfs.fwk.types.impl.PluginValue
Sets the owner of this plugin.
setPlugin(IPlugin<? extends IPluginValue>) - Method in interface com.quartetfs.fwk.types.IPluginValue
Attach a parent plugin to this plugin value.
setPlugin(IPlugin<? extends IPluginValue>) - Method in enum com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
setPlugin(IPlugin<? extends IPluginValue>) - Method in enum com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
setPluginKey(String) - Method in interface com.quartetfs.biz.pivot.definitions.IComparatorDescription
Sets the IComparatorPivot plugin key, so that we can create the IComparatorPivot with the plugin key.
setPluginKey(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
 
setPluginKey(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
Sets the plugin key of the IAnalysisAggregationProcedure.IFactory creating the procedure.
setPluginKey(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisHierarchyDescription
Identifier of the plugin value used by this analysis hierarchy.
setPluginKey(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
 
setPluginKey(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnSetDescription
 
setPluginKey(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorDescription
 
setPluginKey(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.MessengerDefinition
 
setPluginKey(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.PluginDefinition
 
setPluginKey(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
 
setPluginKey(String) - Method in interface com.quartetfs.biz.pivot.definitions.IPluginDefinition
Sets the key to the Plugin to be instantiated by the Registry.
setPluginKey(String) - Method in class com.quartetfs.fwk.impl.PropertyInfo
 
setPointValueId(long) - Method in class com.qfs.repository.dto.PointValueDto.KeyDto
Sets the id of the point value.
setPointValues(List<PointValueDto>) - Method in class com.qfs.repository.dto.ParameterDto
Sets the values to set at each coordinate.
setPollingPeriod(long) - Method in interface com.qfs.repository.IRespositoryServiceDaemon
Set the polling period of the daemon, in ms.
setPosition(int) - Method in class com.quartetfs.biz.pivot.impl.PointLocationListReader
Sets the position to read in the APointLocationListReader.points list.
setPositions(List<AxisPositionDTO>) - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
setPositions(List<List<PositionData>>) - Method in class com.qfs.pivot.json.cellset.AxisData
Sets the positions.
setPositionVolatile(long) - Method in class com.qfs.vector.impl.ABlockVector
Sets the position in a volatile way.
setPostProcessorsDescription(List<IPostProcessorDescription>) - Method in interface com.quartetfs.biz.pivot.definitions.IMeasuresDescription
Sets the list of post-processors descriptions defined in the IActivePivotDescription.
setPostProcessorsDescription(List<IPostProcessorDescription>) - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
Replaces the post-processors descriptions within the main descriptions list with those form postProcessor list.
setPreferredCompletionPoolId(int) - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleter
Assigns this task to a particular thread pool.
setPrefetchedPartsLimit(int) - Method in class com.activeviam.cloud.fetch.impl.CloudFetchingConfig
Sets the maximum number of parts which can be downloaded before being read.
setPreparedStatement(String) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The prepared statement.
setPreProcessedAggregation(String) - Method in interface com.quartetfs.biz.pivot.definitions.IAdvancedAggregatedMeasureDescription
Sets the PluginKey of the IUserDefinedAggregateFunction.
setPreProcessedAggregation(String) - Method in interface com.quartetfs.biz.pivot.definitions.IAggregatedMeasureDescription
 
setPreProcessedAggregation(String) - Method in interface com.quartetfs.biz.pivot.definitions.IBasicAggregatedMeasureDescription
Sets the aggregationFunction PluginKey for the AggregatedMeasure, the relative PreProcessedAggregation'name will be fieldName.functionKey if measure's name is not defined.
setPreProcessedAggregation(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
 
setPreProcessedAggregation(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
 
setPreProcessedAggregation(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
setPrevious(VersionNode<V>) - Method in class com.qfs.multiversion.impl.VersionNode
Sets the given node as the previous of this one.
setPreviousDatabaseVersion(IInternalDatabaseVersion) - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
 
setPreviousDatabaseVersion(IInternalDatabaseVersion) - Method in interface com.quartetfs.biz.pivot.IActivePivotTransaction
Indicate which database version was present at the beginning of this transaction.
setPreviousDatabaseVersion(IInternalDatabaseVersion) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotTransaction
 
setPreviousDatabaseVersion(IInternalDatabaseVersion) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
Sets the version of the database at the beginning of this transaction.
setPreviousDatabaseVersion(IInternalDatabaseVersion) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransactionManager
Injects the previous database version at the start of the current transaction.
setPreviousEntry(IEvictionCache.IEvictionCacheEntry) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IEvictionCache.IEvictionCacheEntry
Sets the entry before this one in the eviction list.
setPreviousEntry(IEvictionCache.IEvictionCacheEntry) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AEvictionCacheEntry
 
setPreviousPage(Integer) - Method in class com.qfs.pivot.json.database.JsonPagination
Sets the previous page.
setPreviousPageUrl(String) - Method in class com.qfs.pivot.json.database.JsonPagination
Sets the URL to query the previous page.
setPreviousStatus(Double) - Method in class com.qfs.snl.dtos.EventDto
Sets the previous state of the event.
setPreviousValue(Object) - Method in class com.quartetfs.biz.pivot.dto.CellDTO
Sets the previous value of the cell.
setPriority(int) - Method in class com.qfs.snl.dtos.TaskDto
Sets the priority.
setProcedure(ITransactionManager.IUpdateWhereProcedure) - Method in class com.qfs.store.service.impl.UpdateWhereSelectionAndProcedure
 
setProcessingTask(ForkJoinTask<?>) - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
setProcessingTask(ForkJoinTask<?>) - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
 
setProcessingTask(ForkJoinTask<?>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAsyncProcessedEvent
Sets the task that will asynchronously process this event.
setProcessingTask(ForkJoinTask<?>) - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
setProcessingTask(ForkJoinTask<?>) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
setProcessQuotes(boolean) - Method in interface com.qfs.msg.csv.ICSVParserConfiguration
Set the behavior of the CSV source regarding quotes.
setProcessQuotes(boolean) - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
 
setProcessQuotes(boolean) - Method in class com.qfs.msg.csv.impl.ParserContext
 
setProducedHierarchies(int[]) - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
Sets the producedHierarchies.
setProperties(String) - Method in class com.qfs.repository.dto.PointValueDto
Sets the properties for this parameter.
setProperties(String) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the properties for this parameter.
setProperties(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the properties for this monitor.
setProperties(List<StringProperty>) - Method in class com.quartetfs.fwk.util.impl.StringPropertyList
Sets the list of properties.
setProperties(List<Object>) - Method in class com.quartetfs.biz.pivot.dto.CellDTO
Sets the properties linked to the cell.
setProperties(Map<String, Object>) - Method in class com.qfs.pivot.json.cellset.CellData
 
setProperties(Map<String, Object>) - Method in class com.qfs.pivot.json.cellset.PositionData
 
setProperties(Map<String, Object>) - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
Sets the member properties.
setProperties(Properties) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureMember
Sets the properties on the measure member.
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AMeasureMember
 
setProperties(Properties) - Method in interface com.quartetfs.biz.pivot.definitions.IClusterDefinition
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
Sets the properties of this procedure.
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnSetDescription
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.ClusterDefinition
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotInstanceDescription
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.MessengerDefinition
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.PluginDefinition
 
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
 
setProperties(Properties) - Method in interface com.quartetfs.biz.pivot.definitions.IPropertiesDefinition
Set some more custom properties on that description.
setProperties(Properties) - Method in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
Sets the extra properties used to configure the distribution.
setProperties(Properties) - Method in class com.quartetfs.biz.pivot.impl.PivotMetadata
Deprecated.
 
setProperties(Properties) - Method in class com.quartetfs.fwk.impl.AgentStarter
Deprecated.
 
setProperties(Properties) - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
Set custom properties.
setProperties(Properties, Environment) - Method in interface com.qfs.snl.persistence.IDataSourceBuilder
Set the data source properties.
setProperties(Properties, Environment) - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
 
setProperty(String, String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setPropertyDefinitions(Map<String, IExpression>) - Method in class com.quartetfs.pivot.mdx.meta.impl.AliasedSet
 
setPropertyDefinitions(Map<String, IExpression>) - Method in interface com.quartetfs.pivot.mdx.statement.IFormulaSpecification
 
setPropertyDefinitions(Map<String, IExpression>) - Method in class com.quartetfs.pivot.mdx.statement.impl.FormulaSpecification
 
setProtocol(String) - Method in class com.qfs.snl.dtos.ProtocolConfigurationDto
Sets the name of the protocol to use.
setProtocolPath(String) - Method in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
Setter.
setProtocolPath(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.MessengerDefinition
 
setPublicationDomain(String) - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
Set the publication domain for the stream.
setPublicationTime(Duration) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The duration spent publishing data.
setPublisher(IStreamListener) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
Sets the publisher to use to transmit monitoring information.
setPublishPoolSize(int) - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationService
Sets the size of the publish pool.
setPureSum(String) - Method in class com.qfs.util.timing.impl.StopWatch
 
setPureSum(String) - Method in interface com.qfs.util.timing.IStopWatch
Indicate that this timer is never started nor stopped, but serves as summing the durations of all its child timers.
setPushData(boolean) - Method in class com.qfs.pivot.json.query.JsonStreamRegistration
Sets the pushData policy.
setPushData(boolean) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
Sets the Push data flag.
setPushData(boolean) - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
Set the push data flag.
setQNameDef(long) - Method in class com.quartetfs.biz.xmla.binxml.impl.ElementObject
 
setQueriesTimeLimit(int) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
Set the maximum queries time before timeout cancellation.
setQueriesTimeLimit(int) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Set the maximum queries time before timeout cancellation.
setQueriesTimeLimit(String) - Method in class com.qfs.pivot.json.query.JsonMdxQueryPlan
Sets the query time limit.
setQuery(IQuery<?>) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
Sets the underlying query.
setQueryExecutor(IPluginDefinition) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
The executor responsible for executing attached queries on this pivot.
setQueryExecutor(IPluginDefinition) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
setQueryExecutor(IPluginDefinition) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
setQueryId(String) - Method in class com.qfs.pivot.json.query.JsonContinuousMdxQuery
Sets the id of the query.
setQueryId(String) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint.StreamIds
Deprecated.
Sets the user-defined query id.
setQueryId(String) - Method in class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Change the queryId.
setQueryId(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryTiming
Sets the id of the timed query.
setQueryId(String) - Method in class com.quartetfs.tech.streaming.impl.StreamEvent
Sets the query id of the stream impacted by this event.
setQueryId(String) - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
Set the query id for the stream.
setQuerySubmissionTimeout(int) - Method in class com.quartetfs.pivot.mdx.impl.MdxQueryBouncer
Sets the maximum waiting time while trying to acquire a permit for a query execution.
setQueryTime(long) - Method in class com.quartetfs.fwk.logging.impl.GaqTiming
 
setQueryTime(long) - Method in class com.quartetfs.fwk.logging.impl.MdxTiming
 
setRange(boolean) - Method in class com.activeviam.contextservice.dto.ContextValueDescription
Whether the context value is a range.
setRange(int, int) - Method in interface com.qfs.bitmap.IClearableBitmap
Sets all the bits from first (included) to last (included) to true.
setRange(int, int) - Method in class com.qfs.bitmap.impl.Bitmap
 
setRange(int, int) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
setRange(long[], int, int) - Static method in class com.qfs.bitmap.impl.Bitmap
Sets all the bits from first (included) to last (included) to true.
setRange(RangeData) - Method in class com.qfs.pivot.json.cellset.AxisData
Sets the range.
setRange(RangeDTO) - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
setRanges(IAxisRanges<IRangeProperty>) - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
Sets the ranges to apply on the stream.
setRanges(Map<Integer, JsonRange>) - Method in class com.qfs.pivot.json.query.JsonContinuousMdxQuery
 
setRangeSharingLimit(int) - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderBase
Sets the maximum number of indexed locations on which range sharing will be applied when planning a query.
setRangeSharingLimit(int) - Method in interface com.qfs.pivot.cube.provider.IAggregateProviderHolderVersion
Sets the maximum number of indexed locations on which range sharing will be applied when planning a query.
setRangeSharingLimit(int) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderBase
 
setRangeSharingLimit(int) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
setRangeSharingLimit(int) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
Sets the range sharing limit, e.g.
setRangeSharingLimit(Integer) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
Sets the number max of locations accumulated during a range sharing attempt on a query.
setRawResult(T) - Method in class com.qfs.concurrent.impl.SharedTaskQueue
Sets the result of te computation.
setRead(boolean) - Method in class com.qfs.snl.dtos.MessageDto
Sets the read.
setReader(String) - Method in class com.qfs.content.service.impl.CSEntry
Sets the group that can read this entry.
setReader(List<String>) - Method in class com.qfs.pivot.json.configuration.JsonMdxDefinitionStatement
 
setReaderRoles(Set<String>) - Method in class com.qfs.desc.impl.WritableFieldPermission
 
setReaderRoles(Set<String>) - Method in interface com.qfs.desc.IWritableFieldPermission
Sets the readers for this field.
setReaders(Set<String>) - Method in class com.qfs.pivot.json.branch.JsonBranchDescription
Set readers of the branch.
setReaders(Set<String>) - Method in class com.qfs.pivot.json.branch.JsonBranchPermissions
Sets the set of users and roles which can read this branch.
setReadingTime(long) - Method in class com.qfs.msg.csv.impl.ParserResult
Sets the amount of time spent reading from files.
setReadOnly(boolean) - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
Sets the is the field read only or editable.
setRealtime(boolean) - Method in class com.quartetfs.fwk.logging.impl.ATiming
Sets the "real-time" query property.
setRealtime(boolean) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
True if the query is realtime.
setRecipients(Collection<String>) - Method in class com.qfs.snl.dtos.MessageDto
Sets the recipients.
setRecord(IRecordReader) - Method in interface com.qfs.store.query.IRecordMatcher
Deprecated.
 
setRecord(T) - Method in class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
Sets the underlying record.
setRecords(List<T>) - Method in class com.quartetfs.fwk.util.impl.GenericList
 
setRefreshedMeasures(Set<String>) - Method in class com.quartetfs.biz.pivot.streaming.impl.FullRefreshEvent
Sets the refreshed measures.
setRegistrationKey(String) - Method in class com.activeviam.apm.pivot.monitoring.impl.QueryExecutorMonitor
Sets the key assigned by MonitoredActivePivotQueryExecutor when it registers this instance.
setRemoteAddress(IAddress) - Method in class com.qfs.messenger.impl.BroadcastResult
Sets the remote address for this message.
setRemovalChars(int, TIntArrayList) - Method in class com.qfs.msg.csv.impl.LineReader
Sets the indexes of the chars to remove.
setRemovedMembersHierarchies(BitSet) - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
Sets the removedMembersHierarchies.
setRemovedRows(List<DrillthroughRowDTO>) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughUpdateEvent
Set the removed rows.
setRemovedRows(List<Integer>) - Method in class com.qfs.pivot.json.drillthrough.JsonDrillthroughUpdateData
 
setReorder(boolean) - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationService
Sets the reorder flag.
setRepositoryCacheService(IDatastoreRepositoryCache) - Method in class com.qfs.repository.impl.LookUpPostProcessor
Sets the active pivot's repository cache service.
setRepositoryCacheService(IDatastoreRepositoryCache) - Method in class com.qfs.repository.impl.LookupStream
Set the activepivot's repository cache service.
setRepositoryDaemonActions(IRepositoryDaemonActions) - Method in class com.qfs.repository.impl.LookUpPostProcessor
Sets the repository cache daemon.
setRequest(IRequest) - Method in class com.quartetfs.biz.xmla.impl.XmlaContext
 
setRequest(IRequest) - Method in interface com.quartetfs.biz.xmla.IXmlaContext
Sets the request being processed.
setRequired(boolean) - Method in class com.qfs.snl.dtos.FormFieldDto
Sets if the field is required.
setResource(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.ResourceDescription
 
setResourceStatus(Map<String, String>, String) - Method in class com.qfs.snl.monitors.impl.MonitorReport
Sets the status of a resource.
setRestPath(String) - Method in class com.qfs.versions.service.VersionDto
Sets the prefix for the REST service for this API version.
setResult(JsonTabularData) - Method in class com.qfs.pivot.json.drillthrough.JsonDrillthroughData
 
setResult(DrillthroughResultDTO) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughEvent
Set the the drillthrough result.
setResult(List<KeyValueEntry<T>>) - Method in interface com.qfs.msg.keyvalue.IKeyValueBatchResult
Sets the results of the batch.
setResult(List<KeyValueEntry<T>>) - Method in class com.qfs.msg.keyvalue.impl.KeyValueBatchResult
 
setResult(ResultT) - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionResultMonitor
Sets the result of the action execution.
setResult(ResultT) - Method in class com.activeviam.apm.pivot.monitoring.impl.JsonExecutorStatementMonitor
Sets the underlying monitor result.
setResultLimit(int) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The maximum number of records to return.
setResultLimit(Integer) - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
setResults(List<ByteBuffer>) - Method in class com.qfs.msg.keyvalue.impl.KeyValueRawBatchResult
 
setRetry(int) - Method in class com.quartetfs.biz.pivot.server.http.impl.HTTPServiceFactory
Deprecated.
Set the number of retries in the connection parameters.
setRetryUnitTime(long) - Static method in class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Sets the unit time to compute the retry time.
setRight(R) - Method in class com.quartetfs.fwk.impl.Pair
 
setRight(R) - Method in interface com.quartetfs.fwk.IPair
Sets the right element, returning the previous value.
setRow(int) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
Sets the row to write.
setRow(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
setRow(int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriterWithSingleValueField
 
setRow(int) - Method in interface com.qfs.store.IRecordSetReader
Sets the IRecordReader to the target row.
setRow(int) - Method in class com.qfs.store.record.impl.AChunkReader
Sets the relative row that is currently being read.
setRow(int) - Method in class com.qfs.store.record.impl.ChunkRecordReader
Sets the relative row that is currently being read.
setRow(int) - Method in class com.qfs.store.record.impl.VersionedChunkRecordReader
 
setRow(int) - Method in interface com.qfs.store.record.IWritableRecordSet
Set the cursor on the existing row.
setRows(List<DrillthroughRowDTO>) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughResultDTO
Sets the complete list of the rows of this Drillthrough result.
setRows(List<Object[]>) - Method in class com.qfs.pivot.json.JsonTabularData
Sets the rows.
Sets - Class in com.quartetfs.pivot.mdx.eval.set.impl
Utility functions for set manipulation.
Sets() - Constructor for class com.quartetfs.pivot.mdx.eval.set.impl.Sets
 
Sets.ISpecialIterationProcedure<T> - Interface in com.quartetfs.pivot.mdx.eval.set.impl
An iteration procedure.
Sets.LargeSetCompactionProcedure - Class in com.quartetfs.pivot.mdx.eval.set.impl
Large set compaction procedure.
Sets.RangeMemberSetUnionProcedure - Class in com.quartetfs.pivot.mdx.eval.set.impl
 
Sets.RangeSetUnionProcedure - Class in com.quartetfs.pivot.mdx.eval.set.impl
 
Sets.ToRangeSetResult - Class in com.quartetfs.pivot.mdx.eval.set.impl
Result of converting a set to a range set.
setScheduledDayOfWeek(int) - Method in class com.quartetfs.biz.pivot.impl.ScheduledActivePivotSchemaRebuilder
Sets the day of the week on which the rebuild task will be invoked (with the usual Sunday=1, Monday=2, ..., Saturday=7).
setScheduledHour(int) - Method in class com.quartetfs.biz.pivot.impl.ScheduledActivePivotSchemaRebuilder
Sets the hour of the day (on a 24 hour clock) on which the rebuild task will be invoked.
setScheduledMinute(int) - Method in class com.quartetfs.biz.pivot.impl.ScheduledActivePivotSchemaRebuilder
Sets the minute on which the rebuild task will be invoked.
setSchema(IActivePivotSchema) - Method in class com.activeviam.pivot.contribution.impl.ADataContributorHandlingCubeTransaction
Deprecated.
 
setSchema(IActivePivotSchema) - Method in class com.activeviam.pivot.contribution.impl.DistributedDataContributor
 
setSchema(IActivePivotSchema) - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
setSchemaDescription(IDatastoreSchemaDescription) - Method in interface com.qfs.store.build.IDatastoreBuilder
Defines the schema description for the datastore.
setSchemaDescription(IDatastoreSchemaDescription) - Method in class com.qfs.store.build.impl.DatastoreBuilder
Deprecated.
 
setSchemaDescription(IDatastoreSchemaDescriptionBuilder.IBuildableDatastoreSchemaDescription) - Method in interface com.qfs.store.build.IDatastoreBuilder
Defines the schema description for the datastore.
setSchemaName(String) - Method in class com.quartetfs.biz.pivot.impl.AActivePivotSchemaRebuilder
Sets the schema we want to rebuild periodically.
setSchemaNames(Collection<String>) - Method in class com.quartetfs.biz.pivot.impl.AActivePivotSchemaRebuilder
Sets the schemas we want to rebuild periodically.
setSchemas(List<? extends IActivePivotSchemaInstanceDescription>) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotManagerDescription
Sets the schemas of this manager.
setSchemas(List<? extends IActivePivotSchemaInstanceDescription>) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotManagerDescription
 
setScope(MultiScope) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask
Sets the scope of this task.
setScope(Map<String, Map<String, String>>) - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
Sets up the hierarchy scope to consider.
setSecurityDetails(ISecurityDetails) - Method in class com.qfs.security.impl.SpringSecurityFacade
 
setSecurityDetails(ISecurityDetails) - Method in interface com.quartetfs.fwk.security.ISecurityFacade
Sets the security details for the current thread.
setSecurityFacade(ISecurityFacade) - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
Sets the ISecurityFacade to use.
setSecurityFacade(ISecurityFacade) - Method in class com.quartetfs.biz.pivot.security.impl.SecurityFacadeProvider
Sets the ISecurityFacade.
setSecurityFacade(ISecurityFacade) - Method in class com.quartetfs.biz.pivot.webservices.impl.ConfigurationService
For tests.
setSelectedFields(List<DatastoreQueryTiming.JsonSelectionField>) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The selected fields of the query.
setSelectedMeasures(String[]) - Method in interface com.quartetfs.biz.pivot.definitions.IAggregatesCacheDescription
Sets the selected measures, if it is null or empty it will cache any measure, otherwise it will use the selected measures and the mode to determinate if the requested measures should be cached.
setSelectedMeasures(String[]) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
 
setSelectedProvider(IGlobalAggregateProviderVersion) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveNode
Aggregate provider to use to retrieve this node measure.s.
setSelection(ISelection) - Method in class com.qfs.store.service.impl.UpdateWhereSelectionAndProcedure
 
setSelection(String) - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Sets the selection of measures and members to monitor.
setSelectionField(String) - Method in interface com.quartetfs.biz.pivot.definitions.IAxisLevelDescription
Sets the property name for the AxisLevel.
setSelectionField(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
setSelectionFields(ISelectionFieldsDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.SelectionDescription
 
setSelectionFields(ISelectionFieldsDescription) - Method in interface com.quartetfs.biz.pivot.definitions.ISelectionDescription
 
setSelectionSession(IActivePivotSchemaSelectionSession) - Method in interface com.qfs.store.IActivePivotSchemaSelectionSessionAware
Sets the session.
setSelectionSession(IActivePivotSchemaSelectionSession) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAnalysisHierarchy
 
setSelectStatement(ISelectStatement) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
setSender(String) - Method in class com.qfs.snl.dtos.MessageDto
Sets the sender.
setSensitiveToPlanHierarchies(BitSet) - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
Sets the sensitiveToPlanHierarchies.
setSeparator(char) - Method in interface com.qfs.msg.csv.ICSVParserConfiguration
Override the separator.
setSeparator(char) - Method in class com.qfs.msg.csv.impl.CSVParserConfiguration
 
setSeparator(char) - Method in class com.qfs.msg.csv.impl.ParserContext
 
setSeparator(char) - Method in class com.qfs.pivot.json.export.JsonMdxQueryExport
Set the separator.
setSeparator(String) - Method in class com.qfs.pivot.json.database.JsonDatabaseDiscovery
Sets the separator.
setServer(MBeanServer) - Method in class com.quartetfs.fwk.monitoring.jmx.impl.JMXEnabler
Set the MBean server.
setServerVersion(String) - Method in class com.qfs.versions.service.ApisDto
Sets the version for the server.
setServerVersion(String) - Method in class com.qfs.versions.service.VersionsService
Sets the server version.
setServiceClass(Class<? extends T>) - Method in class com.quartetfs.biz.pivot.server.http.impl.HTTPServiceFactory
Deprecated.
The interface class of the service.
setServiceName(String) - Method in class com.activeviam.apm.cfg.impl.LoggingConfig
Sets the service name, which actually is a static variable.
setServiceName(String) - Static method in class com.activeviam.apm.logging.impl.LogInstanceConverter
 
setServletContext(ServletContext) - Method in class com.qfs.server.cfg.impl.ASpringResourceServerConfig
 
setSessionContextValues(String, String, IContextValue) - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
When a session context value has been created, it is stored though this method.
setSessionContextValues(String, String, IContextValue) - Method in class com.quartetfs.biz.pivot.security.impl.AContextValueManager
 
setSessionId(String) - Method in class com.quartetfs.biz.xmla.impl.XmlaContext
 
setSessionId(String) - Method in interface com.quartetfs.biz.xmla.IXmlaContext
Sets the session id associate to the request.
setSessionRequestType(IXmlaContext.SessionRequestType) - Method in class com.quartetfs.biz.xmla.impl.XmlaContext
 
setSessionRequestType(IXmlaContext.SessionRequestType) - Method in interface com.quartetfs.biz.xmla.IXmlaContext
Sets the type of session management associated with the request.
setSets(List<SetDiscovery>) - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
setShallowOffHeap(long) - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
Sets the off-heap footprint of the component the statistic is for (not including its children).
setShallowOffHeap(long) - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
setShallowOffHeap(long) - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
setShallowOnHeap(long) - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatistic
Sets the on-heap footprint of the component the statistic is for (not including its children).
setShallowOnHeap(long) - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
setShallowOnHeap(long) - Method in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
 
setShared(Class<T>, T) - Method in class com.qfs.distribution.impl.DistributedActivePivotContext
 
setShared(Class<T>, T) - Method in interface com.quartetfs.biz.pivot.context.IContext
Set a shared context value.
setShared(Class<T>, T) - Method in class com.quartetfs.biz.pivot.context.impl.ActivePivotContext
 
setShared(Class<T>, T) - Method in class com.quartetfs.biz.pivot.context.impl.Context
 
setSharedContexts(IContextValuesDescription) - Method in interface com.quartetfs.biz.pivot.definitions.IActivePivotDescription
Sets the shared contexts.
setSharedContexts(IContextValuesDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
setSharedContexts(IContextValuesDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
setSharedResultBetweenPlans() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APostProcessedRetrievalMerger
 
setSharedResultBetweenPlans() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveRetrievalMerger
Sets the result of the retrieval and flag it as shared between the current plan of this retrieval and its sub-plan.
setSharedResultBetweenPlans() - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.impl.IRetrievalMerger
Sets the result of the retrieval and flag it as shared between the current plan of this retrieval and its sub-plan.
setShouldCheckBitmaps(BitmapChecks.CheckLevel) - Static method in class com.qfs.bitmap.impl.BitmapChecks
Changes the checking level in QFSBitmap operations.
setSite(String) - Method in class com.qfs.snl.dtos.AlertDto
Sets the site.
setSite(String) - Method in class com.qfs.snl.dtos.EventDto
Sets the agent site.
setSite(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor site.
setSite(String) - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
Sets a site of monitors to consider.
setSites(List<String>) - Method in class com.qfs.snl.dtos.AgentDescriptionDto
Sets the sites that the agent observes.
setSize(int) - Method in class com.qfs.desc.impl.VectorFieldDescription
Sets the size of the vectors in this field.
setSize(long) - Method in interface com.qfs.messenger.message.IBroadcastMessage
Sets the size of the current message that is sent over the network.
setSize(long) - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
setSize(long) - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
setSize(long) - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
setSize(long) - Method in class com.qfs.util.tar.impl.TarEntry
Set this entry's file size.
setSize(Integer) - Method in interface com.quartetfs.biz.pivot.definitions.IAggregatesCacheDescription
Sets the total the number of (location,measure) pairs of all the aggregates that can be stored.
setSize(Integer) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
 
setSlicerAxis(AxisDTO) - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
Sets the slicer of the cellset.
setSlicerAxis(IMdxCellSetAxis) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
setSlicerAxisMemberChildrenCount(int[][]) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
 
setSlicing() - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Sets this hierarchy as slicing.
setSlicing(boolean) - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
setSlowEventProcessingThreshold(long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
setSlowEventPublishingThreshold(long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
setSolveOrder(Integer) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Sets the solver order (SOLVE_ORDER).
setSolveOrder(Integer) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setSourceColumn(String, String, Map<String, Integer>) - Method in class com.qfs.source.impl.AColumnarMessageChannelFactory
Set a custom source column mapping.
setSourcePosition(int) - Method in class com.qfs.msg.csv.impl.CSVColumnParser
Sets the index of the input data source field.
setSourcePosition(int) - Method in interface com.qfs.msg.IIndexedColumnCalculator
Sets the index where the source position can be read for this column calculator.
setSourcePosition(int) - Method in class com.qfs.msg.impl.AIndexedColumnCalculator
 
setSourcePosition(int) - Method in class com.qfs.msg.jdbc.impl.JDBCColumnParser
Set the index of the input data source field.
setSourceRow(int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregateStoresJoiner
Sets the source row to aggregate in the given store.
setSpanLevel(String) - Method in class com.activeviam.pivot.tracing.TracingConfig
Sets the level of span.
setSpanLevel(String) - Static method in class com.activeviam.tracing.impl.Tracing
Sets the level of span.
setStackTrace(String) - Method in class com.quartetfs.tech.streaming.impl.FailureEvent
Sets the stacktrace of the failure.
setStamp(IStream<?>, long) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache.IQueryContext
Save the current stamp for the given stream.
setStamp(IStream<?>, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryContext
 
setStart(Long) - Method in class com.qfs.snl.dtos.AlertDto
Sets the started.
setState(long, List<IDrillthroughHeader>) - Method in interface com.quartetfs.biz.pivot.dto.IDrillthroughResultDTOState
Set the headers and the epoch on which a continuous query is performed.
setState(long, List<IDrillthroughHeader>) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
 
setState(IAgent.State) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
Sets the stream state.
setState(IAgent.State) - Method in class com.quartetfs.fwk.impl.AgentState
Atomically change the state.
setState(IAgent.State, IAgent.State...) - Method in class com.quartetfs.fwk.impl.AgentState
Atomically change the state, but checks that before that state transition, the previous state was as expected.
setState(UpdateState) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxEvent
Sets the MdxEvent.state.
setStatement(String) - Method in class com.qfs.pivot.json.configuration.JsonMdxDefinitionStatement
 
setStates(List<StateDto>) - Method in class com.qfs.snl.dtos.EventDto
Sets the list of states reported through this event.
setStatistic(String, long) - Method in class com.qfs.snl.dtos.MonitorReportDto
Sets a given statistic.
setStatistics(Map<String, Long>) - Method in class com.qfs.snl.dtos.MonitorReportDto
Sets the statistics.
setStatisticsOption(String) - Method in class com.qfs.pivot.json.database.JsonDatabaseEdit.JsonDatabaseEditContext
Sets the statistics option for the query.
setStatus(IKpiStatusDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Sets the status of the KPI.
setStatus(Double) - Method in class com.qfs.snl.dtos.EventDto
Sets the current status.
setStatus(String) - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
setStatusPresenter(String) - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
setStop(Long) - Method in class com.qfs.snl.dtos.AlertDto
Sets the stopped.
setStore(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
Sets the base store for this measure.
setStoreName(String) - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Sets the name of the store where the members of this hierarchy are found.
setStoreName(String) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The base store of the query.
setStoreSearchBuilder(IStoreSearchBuilder) - Method in class com.qfs.store.query.plan.impl.QueriedStore
 
setStoreSearchBuilder(IStoreSearchBuilder) - Method in interface com.qfs.store.query.plan.IQueriedStore
 
setStreamId(String) - Method in class com.qfs.pivot.json.query.JsonContinuousMdxQuery
Sets The stream id.
setStreamId(String) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint.StreamIds
Deprecated.
Sets the internal id of the query.
setStreamId(String) - Method in class com.quartetfs.tech.streaming.impl.StreamEvent
Sets the id of the stream impacted by this event.
setStreamId(String) - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
Set the id for the stream.
setStreamingService(IStreamingService) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
Sets the streaming service.
setStreamingService(IStreamingService) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
 
setStreamingService(IStreamingService) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
 
setStreamingService(IStreamingService) - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamingServiceMonitor
Set the streaming service to be monitored.
setStreamingService(IStreamingService) - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamSnapshotService
Set the streaming service to load streams from file.
setStreamPublisher(IStreamPublisher) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
Sets the stream publisher to use to get streaming information.
setStreamPublisher(IStreamPublisher) - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
 
setStreamPublisher(IStreamPublisher) - Method in class com.quartetfs.tech.streaming.impl.RegistrationService
Sets the publisher to conisder to listen to stream events.
setStreamPublisher(IStreamPublisher) - Method in class com.quartetfs.tech.streaming.impl.StreamingService
Sets the stream publisher.
setStreamRegisters(List<IStreamRegister>) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
 
setStreamRegisters(List<IStreamRegister>) - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamingServiceMonitor
setStreams(List<Map<String, Object>>) - Method in class com.qfs.pivot.json.query.JsonStreams
Set the streams.
setStreamsByPluginKey(Map<String, JsonStreams>) - Method in class com.qfs.pivot.json.query.JsonStreamSnapshot
Set the streams indexed by their plugin key.
setStreamsSnapshotService(IStreamSnapshotService) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
 
setStreamsSnapshotService(IStreamSnapshotService) - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamingServiceMonitor
setStreamTypeMapping(Map<String, String>) - Method in class com.quartetfs.tech.streaming.impl.StreamingService
Set the mapping between queries and Streams.
setStrict(boolean) - Method in class com.quartetfs.biz.pivot.context.impl.AsOfEpoch
 
setStrictMode(boolean) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
Sets the strict mode flag.
setStrictMode(boolean) - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
Set strict mode flag.
setStrippingTime(long) - Method in class com.qfs.msg.csv.impl.ParserResult
Sets the amount of time spent stripping text.
setStructure(IActivePivotManagerStructure) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManagerBuilder
Deprecated.
 
setSubCubeFilter(ICubeFilter, PlanningGraph) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
Updates the underlying subCube Filter of this node to remove conditions related to Analysis Hierarchies.
setSubmittedRows(long) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The number of rows submitted to the append queue.
setSwapped(boolean) - Method in class com.qfs.desc.impl.VectorFieldDescription
Sets this field as swapped or not.
setSwappingDirectory(String) - Method in class com.qfs.desc.impl.VectorFieldDescription
Sets the directory in which to swap the vectors.
setTableReaderRoles(HashSet<String>) - Method in class com.qfs.desc.impl.TableReadWritePermissions
 
setTableReaderRoles(HashSet<String>) - Method in interface com.qfs.desc.IWritableTablePermissions
Sets the table reader roles.
setTables(Map<String, JsonTableDescription>) - Method in class com.qfs.pivot.json.database.JsonDatabaseDiscovery
Sets the descriptions of all tables.
setTableWriterRoles(HashSet<String>) - Method in class com.qfs.desc.impl.TableReadWritePermissions
 
setTableWriterRoles(HashSet<String>) - Method in interface com.qfs.desc.IWritableTablePermissions
Sets the table writer roles.
setTargetTable(String) - Method in class com.qfs.pivot.json.database.JsonDatabaseJoin
Sets the target table of the join.
setTextChildWithValue(Node, String) - Static method in class com.quartetfs.fwk.util.impl.XmlUtil
Deprecated.
Example: If xml=<Value><unpredictableServerName></Value> and value="thisServerName", will set xml=<Value><thisServerName></Value>.
setThreadPoolSelector(IThreadPoolSelector) - Method in class com.qfs.pool.impl.TasksPerNumaNodeExecutor
Sets the IThreadPoolSelector to select the thread pool on which to run the tasks.
setThreads(int) - Method in class com.activeviam.cloud.fetch.impl.CloudFetchingConfig
Sets the number of threads that will download in parallel parts of an entity.
setTime(long) - Method in class com.qfs.snl.dtos.MessageDto
Sets the time.
setTimeLimitInSeconds(int) - Method in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimit
Set-up the time limit in seconds.
setTimeout(long) - Method in class com.qfs.pivot.json.database.JsonDatabaseQuery
Sets the timeout value of the query.
setTimeout(long) - Method in class com.quartetfs.biz.pivot.server.http.impl.HTTPServiceFactory
Deprecated.
Set the socket and connection manager timeouts.
setTimeoutMs(long) - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
 
setTimeoutPoolSize(int) - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
 
setTimestamp(long) - Method in class com.qfs.snl.dtos.AuditDto
Sets the timestamp of this audit entry.
setTimestamp(long) - Method in class com.qfs.snl.dtos.EventDto
Sets the time of this event.
setTimeStamp(long) - Method in class com.quartetfs.biz.pivot.context.impl.TimeStampedContextSnapshot
Sets the timeStamp.
setTimeToKeep(Duration) - Method in class com.qfs.multiversion.impl.KeepLastEpochPolicy
Sets the time to keep in the history.
setTiming(long) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.TimingWithIdentifier
Sets the timing (in ms).
setTitle(String) - Method in class com.qfs.snl.dtos.MessageDto
Sets the title.
setTo(int) - Method in class com.qfs.pivot.json.query.JsonRange
 
setTo(int) - Method in class com.quartetfs.tech.streaming.impl.RangeProperty
Sets the end of the range (exclusive).
setTo(NewT) - Method in class com.qfs.repository.dto.UpdateRequestDto
Sets the value of the new data.
SetToArray - com.quartetfs.biz.xmla.constants.Keyword
 
setTopic(String) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The name of the topic.
setTopic(String) - Method in class com.qfs.websocket.endpoint.impl.JsonTopicMessageDto
Sets the topic.
SetToStr - com.quartetfs.biz.xmla.constants.Keyword
 
SetToStrFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
SetToStrFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.SetToStrFunction
 
setTotalFetchedLineCount(long) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The total number of fetched lines.
setTotalPublishedRecords(long) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
The total number of published records.
setTraceFormat(String) - Method in class com.activeviam.pivot.tracing.TracingConfig
Sets the level of span.
setTraceFormat(String) - Static method in class com.activeviam.tracing.impl.Tracing
Sets the traceId format.
setTransactionContext(IDatastoreTransactionContext) - Method in class com.qfs.store.impl.MultiVersionStore
 
setTransactionContext(IDatastoreTransactionContext) - Method in class com.qfs.store.impl.MultiVersionStorePartition
 
setTransactionContext(IDatastoreTransactionContext) - Method in interface com.qfs.store.IMultiVersionStore
Sets the context of the global transaction context involving this store.
setTransactionContext(IDatastoreTransactionContext) - Method in interface com.qfs.store.IMultiVersionStorePartition
Sets the context of the global transaction involving this store.
setTransactionData(MultiVersionDistributedDimension.RemoteDimensionTransactionData, MultiVersionDistributedDimension.RemoteTransactionInformation) - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension
 
setTransactionData(MultiVersionDistributedDimension.RemoteDimensionTransactionData, MultiVersionDistributedDimension.RemoteTransactionInformation) - Method in class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisDimension
 
setTransactionData(MultiVersionDistributedDimension.RemoteDimensionTransactionData, MultiVersionDistributedDimension.RemoteTransactionInformation) - Method in interface com.quartetfs.biz.pivot.cube.dimension.IMultiVersionDistributedDimension
Set the transaction data for a new dimension If this dimension holds different hierarchies from the this hierarchy, this method will merge them.
setTransactionData(DistributedAxisHierarchyTransaction.RemoteHierarchyTransactionData, MultiVersionDistributedDimension.RemoteTransactionInformation) - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
 
setTransactionData(DistributedAxisHierarchyTransaction.RemoteHierarchyTransactionData, MultiVersionDistributedDimension.RemoteTransactionInformation) - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedMeasureHierarchyTransaction
 
setTransactionData(DistributedAxisHierarchyTransaction.RemoteHierarchyTransactionData, MultiVersionDistributedDimension.RemoteTransactionInformation) - Method in interface com.qfs.pivot.hierarchy.IDistributedHierarchyTransaction
Sets the data associated with this transaction.
setTransactionProperties(Properties) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
setTransactionProperties(Properties) - Method in interface com.quartetfs.biz.pivot.IMultiVersionActivePivot
Sets the additional transaction properties.
setTransactionStatistics(Map<IStoreFormat, IStoreTransactionStatistics>) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation
Sets the transaction statistics.
setTransformedValue(int, IPointLocationReader, IRecordReader) - Method in interface com.quartetfs.biz.pivot.cellset.impl.ITransformedReader
Sets the transformed value that can be read afterward.
setTransformedValue(int, IPointLocationReader, IRecordReader) - Method in class com.quartetfs.biz.pivot.cellset.impl.TransformedReader
 
setTransientLimit(long) - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
Sets the transient result size limit.
setTranslator(IColumnarTranslator<T>) - Method in interface com.qfs.msg.csv.translator.IHeaderTranslator
 
setTranslator(IColumnarTranslator<T>) - Method in class com.qfs.msg.csv.translator.impl.AHeaderTranslator
 
setTreeAdaptor(TreeAdaptor) - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
setTrend(IKpiTrendDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Sets the trend of the KPI.
setTrend(String) - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
setTrendPresenter(String) - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
setTuple(int, int, String[]) - Method in class com.quartetfs.pivot.mdx.utils.impl.PrettyPrinter.TablePrinter
 
setTuple(int, ITuple) - Method in class com.quartetfs.pivot.mdx.eval.impl.MutableJoinTuple
 
setTuple(int, ITuple) - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.ICellPlanResultTupleCursor
Sets the tuple for the cursor.
setTupleFactory(IMappedTupleFactory) - Method in class com.qfs.msg.csv.translator.impl.MapTranslator
Inject a tuple factory from outside (extensibility entry point).
setType(int) - Method in class com.activeviam.copper.MeasureMetadata
Deprecated, for removal: This API element is subject to removal in a future version.
the type will be stored in the Copper Measure instance in the future
setType(FormFieldTypeDto) - Method in class com.qfs.snl.dtos.FormFieldDto
Sets the type.
setType(String) - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
Sets the type of the field.
setType(String) - Method in class com.qfs.pivot.json.discovery.ContextValueDiscovery
 
setType(String) - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
setType(String) - Method in class com.qfs.pivot.json.discovery.DrillthroughColumnDiscovery
 
setType(String) - Method in class com.qfs.pivot.json.discovery.LevelDiscovery
 
setType(String) - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Sets the data type of the measure.
setType(String) - Method in class com.qfs.pivot.json.JsonTabularHeader
Setter for JsonTabularHeader.type.
setType(String) - Method in class com.qfs.snl.dtos.MessageDto
Sets the type of the message.
setType(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor type.
setType(String) - Method in class com.qfs.snl.dtos.ws.ATypedDto
Sets the type.
setType(String) - Method in class com.qfs.webservices.DimensionDiscovery
The type of the dimension.
setType(String) - Method in class com.qfs.webservices.LevelDiscovery
The type of the level.
setType(String) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
Sets the type.
setType(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.AContinuousQueryTiming
Sets the type of the timing.
setType(String) - Method in class com.quartetfs.fwk.logging.impl.ATiming
Sets the type of the query.
setType(String) - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The type of the timing.
setType(String) - Method in interface com.quartetfs.fwk.logging.IQueryTiming
Sets the plugin key associated with this query timing.
setUnderlying(ISquashableAggregateProviderVersion) - Method in interface com.qfs.multiversion.squash.ISquashableAggregateProviderPartitionVersion
Sets the underlying provider version.
setUnderlying(ISquashableAggregateProviderVersion) - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition.AggregateProviderPartitionVersion
 
setUnderlying(IRecordReader) - Method in class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
setUnderlying(IRecordReader) - Method in class com.qfs.store.record.impl.RecordReaderMapper.RecordMapper
 
setUnderlying(IRecordReader) - Method in class com.qfs.store.record.impl.RecordReaderMapper
Redefine the underlying, so that the fields that will be read on this instance will be made of the fields of this new underlying.
setUnderlying(IRecordReader) - Method in interface com.qfs.store.record.IRecordMapper
Redefine the underlying.
setUnderlying(UnderlyingReaderT) - Method in class com.qfs.store.impl.arrays.ADictionaryProxyReadableArray
Sets the underlying IArrayReader.
setUnderlyingCopy(IWritableArray, int) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
Sets the underlying IWritableArray, in copy-old-values mode.
setUnderlyingFields(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
Sets the fields needed to calculate the values of the calculated column.
setUnderlyingMeasures(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
 
setUnderlyingMeasures(String) - Method in interface com.quartetfs.biz.pivot.definitions.IPostProcessorDescription
Sets the underlying measure for this post-processor.
setUnderlyingNonCopy(IWritableArray) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
Sets the underlying IWritableArray, in copy-old-values mode.
SetUnionFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
 
SetUnionFunctionDefinition(String, Syntax, boolean) - Constructor for class com.quartetfs.pivot.mdx.func.impl.SetUnionFunctionDefinition
 
setUniqueIdentifierInCluster(String) - Method in interface com.quartetfs.biz.pivot.definitions.IDataClusterDefinition
Sets the unique cube identifier.
setUniqueIdentifierInCluster(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
 
setUniqueName(String) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Sets the unique name of the member.
setUniqueName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setUniqueName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Sets the name of the KPI.
setUniqueName(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
 
setUniqueName(String) - Method in interface com.quartetfs.biz.pivot.definitions.INamedSetDescription
Sets the unique name of the member.
setUnit(IWorkflowUnit) - Method in class com.qfs.snl.workflows.impl.WorkflowPayload
 
setUnit(IWorkflowUnit) - Method in interface com.qfs.snl.workflows.IWorkflowPayload
Sets the workflow unit to store as a payload variable.
setUnixTarFormat() - Method in class com.qfs.util.tar.impl.TarEntry
Sets this entry's header format to "unix-style".
setUnknownColumnBehavior(IDrillthroughProperties.DrillthroughBehavior) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
Sets the behavior of the ActivePivot MDX query engine when an exception is thrown while performing a mdx drillthrough when an unknown column is indicated in the mdx query.
setUnresolvedProperties(List<ICompoundIdentifier>) - Method in class com.quartetfs.pivot.mdx.statement.impl.AxisSpecification
 
setUpdateComputationDuration(long) - Method in class com.quartetfs.fwk.logging.impl.AggregatesContinuousQueryTiming
 
setUpdatedFields(Set<String>) - Method in class com.qfs.store.service.impl.UpdateWhereSelectionAndProcedure
 
setUpdatedResource(Map<String, String>) - Method in class com.qfs.snl.dtos.EventDto
Sets the list of data that are reported as updated through this event.
setUpdatedRows(Long) - Method in class com.qfs.pivot.json.database.JsonTableResult
Sets the number of updated rows.
setUpdateProcedure(JsonNode) - Method in class com.qfs.pivot.json.database.JsonDatabaseAction
Sets the update procedure.
setUpdates(List<? extends IUpdateRequest<ExistingT, NewT>>) - Method in class com.qfs.repository.params.impl.ParameterUpdate
Sets the point values to update in parameter definition.
setUpdates(List<UpdateRequestDto<ExistingT, NewT>>) - Method in class com.qfs.repository.dto.ParameterUpdateDto
Sets the updates to perform.
setUpdatesTimestamp(Long) - Method in class com.qfs.repository.dto.PointValueUpdatesDto
Set the timestamp of this PointValueUpdates.
setUpdatesTimestamp(Long) - Method in class com.qfs.snl.dtos.MonitorUpdatesDto
Set the timestamp of this MonitorUpdates.
setupRegistry() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean action] Sets up ActiveViam Registry to support custom plugin values provided by ActiveMonitor.
setupRegistryForTests(Class<?>...) - Static method in class com.activeviam.copper.CopperRegistrations
Set up the registry for tests if it is not done yet.
setUpTransactionContext(int[]) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
setUpTransactionContext(int[]) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Creates the transaction context of the current transaction on the Datastore.
setUpTransactionContext(IDatastoreTransactionContext, int[]) - Method in class com.qfs.store.impl.DatastoreSchemaBase
Sets the transaction context of the current transaction on the Datastore.
setUpUserContexts() - Method in interface com.quartetfs.biz.pivot.query.IActivePivotContinuousQuery
This method has to be called before the execution of static queries over an ActivePivot instance.
setUpUserContexts() - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
setUrl(String) - Method in class com.qfs.snl.dtos.AgentConnectionDetailsDto
Set the url to use to interact with the agent.
setUrl(String) - Method in interface com.qfs.snl.persistence.IDataSourceBuilder
Set the JDBC URL to use for connecting through the Driver.
setUrl(String) - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
 
setUrlMap(Map<String, ?>) - Method in class com.qfs.servlet.impl.DynamicUrlHandlerMapping
Set a Map with URL paths as keys and handler beans (or handler bean names) as values.
setUseIntrospection(boolean[]) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.AnalysisHierarchyInfo
 
setUseIntrospection(boolean[]) - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IWritableAnalysisHierarchyInfo
Set the useIntrospection per level array.
setUseOnlyFieldLevelPermissions(String) - Method in class com.qfs.desc.impl.TableReadWritePermissions
 
setUseOnlyFieldLevelPermissions(String) - Method in interface com.qfs.desc.IWritableTablePermissions
Indicates that a field should only use the field level permissions and not the one defined at the table level.
setUser(String) - Method in class com.quartetfs.fwk.logging.impl.ATiming
Sets the id of the user.
setUserCache(UserCache) - Method in class com.qfs.jwt.impl.AJwtAuthenticationProvider
Sets the cache.
setUserContext() - Method in interface com.quartetfs.biz.pivot.security.IContextValuePropagator
Get current user name and authentication and set the thread-local context values relevant to this user on each pivot.
setUserContext() - Method in class com.quartetfs.biz.pivot.security.impl.ContextValuePropagator
 
setUserDetailsService(IUserDetailsService) - Method in class com.qfs.distribution.security.impl.ADistributedSecurityManager
Sets the user details service used to retrieve user and roles.
setUserDetailsService(IUserDetailsService) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
 
setUserDetailsService(IUserDetailsService) - Method in interface com.quartetfs.biz.pivot.monitoring.IStreamSnapshotService
Set the user authentication service to retrieve user security details.
setUserDetailsService(UserDetailsService) - Method in class com.quartetfs.biz.pivot.security.impl.UserDetailsServiceWrapper
Sets the underlying details service.
setUserId(int) - Method in class com.qfs.util.tar.impl.TarEntry
Set this entry's user id.
setUsername(String) - Method in class com.qfs.content.service.audit.impl.AuditAction
Sets the user name.
setUsername(String) - Method in class com.qfs.snl.dtos.AuditDto
Sets the name of the user.
setUsername(String) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
Sets the stream's username.
setUsername(String) - Method in class com.quartetfs.biz.pivot.server.http.impl.HTTPServiceFactory
Deprecated.
Change the username used to connect to the service.
setUserName(String) - Method in interface com.qfs.snl.persistence.IDataSourceBuilder
Set the JDBC username to use for connecting through the Driver.
setUserName(String) - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
 
setUserName(String) - Method in class com.qfs.util.tar.impl.TarEntry
Set this entry's user name.
setUserSpecifiedMetadata(CopperLevelMetadata.UserSpecific) - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Marks the metadata item as specified by the user.
setUserSpecifiedMetadata(MeasureMetadata.UserSpecific) - Method in class com.activeviam.copper.MeasureMetadata
Marks the metadata item as specified by the user.
setUSTarFormat() - Method in class com.qfs.util.tar.impl.TarEntry
Sets this entry's header format to "ustar".
setValidationRegex(String) - Method in class com.activeviam.contextservice.dto.ContextValueDescription
The context value validation regex.
setValue(double) - Method in class com.qfs.repository.dto.PointValueDto
Sets the point value.
setValue(double) - Method in class com.qfs.repository.dto.RepositoryResultDto
Sets the value of the result.
setValue(double) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the value for the point value.
setValue(double) - Method in class com.qfs.snl.dtos.StateDto
Sets the state value.
setValue(double) - Method in class com.quartetfs.biz.pivot.context.impl.DiscreteRangeContextValue
Sets the value of the context value.
setValue(int[], Object) - Method in class com.quartetfs.pivot.mdx.utils.impl.PrettyPrinter.TablePrinter
 
setValue(IKpiValueDescription) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Sets the value of the KPI.
setValue(Object) - Method in class com.qfs.pivot.json.cellset.CellData
 
setValue(Object) - Method in class com.qfs.snl.dtos.FormFieldTypeDto
Sets the value.
setValue(Object) - Method in class com.quartetfs.biz.pivot.dto.CellDTO
Sets the value of the cell.
setValue(Object, Object) - Method in class com.quartetfs.biz.pivot.impl.ConstantValueProperty
 
setValue(Object, Object) - Method in class com.quartetfs.fwk.impl.ACustomProperty
Sets the value of this property on a target object.
setValue(Object, Object) - Method in class com.quartetfs.fwk.impl.ArrayLastElementProperty
 
setValue(Object, Object) - Method in class com.quartetfs.fwk.impl.ArrayProperty
 
setValue(Object, Object) - Method in class com.quartetfs.fwk.impl.CompiledAndChainProperty
 
setValue(Object, Object) - Method in class com.quartetfs.fwk.impl.CustomProperty
 
setValue(Object, Object) - Method in class com.quartetfs.fwk.impl.DynamicProperty
Use the property to write a value in a target object.
setValue(Object, Object) - Method in class com.quartetfs.fwk.impl.ListLastElementProperty
 
setValue(Object, Object) - Method in class com.quartetfs.fwk.impl.ListProperty
 
setValue(Object, Object) - Method in class com.quartetfs.fwk.impl.MapProperty
 
setValue(Object, Object) - Method in class com.quartetfs.fwk.impl.Property
Use the property to write a value in a target object.
setValue(Object, Object) - Method in interface com.quartetfs.fwk.IProperty
Sets the value of this property on a target object.
setValue(String) - Method in class com.qfs.content.service.audit.impl.AuditableCSEntry
Sets the value.
setValue(String) - Method in class com.qfs.pivot.json.discovery.JsonContextValue
 
setValue(String) - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
setValue(String) - Method in class com.quartetfs.fwk.util.impl.StringProperty
 
setValue(String...) - Method in class com.qfs.snl.messages.form.impl.EnumFieldType
Sets the selected values.
setValue(String, Object) - Method in interface com.qfs.msg.IColumnCalculator.IColumnCalculationContext
Allows a column calculator to write values in sibling columns.
setValue(String, Object) - Method in class com.qfs.msg.impl.ColumnCalculationContext
Sets the value of the current tuple for the index corresponding to the given column name.
setValue(String, Object) - Method in interface com.qfs.snl.workflows.IWorkflowPayload
Sets a value in the payload.
setValue(List<?>) - Method in interface com.quartetfs.biz.pivot.definitions.IComparatorOrderDescription
Sets the value for the special order, like "Arrays.asList(new Object[]{"EUR", "USD"})".
setValue(List<?>) - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorOrderDescription
 
setValue(R) - Method in class com.quartetfs.fwk.impl.Pair
 
setValue(T) - Method in class com.qfs.concurrent.impl.FutureValue
Sets the given value as this future's value.
setValueFrequencyCompressionFactor(double) - Static method in class com.qfs.chunk.impl.Chunks
setValueOfNthOperandWithMultipleValues(int[], int, int) - Method in class com.qfs.store.query.plan.impl.IndexCompiledOperations.RangeOperands
Sets the value for the nth operand with multiple values in the partial point.
SetValuesSupplier - Class in com.activeviam.copper.hierarchy
Values supplier when the list of values is explicitly known.
SetValuesSupplier(Collection<Object>) - Constructor for class com.activeviam.copper.hierarchy.SetValuesSupplier
Constructor.
setVectorAllocator(IAllocationSettings, IVectorAllocator, boolean) - Method in interface com.qfs.chunks.IThreadWithChunkAllocator
Sets the fast thread local allocator for the given allocation settings.
setVectorAllocator(IAllocationSettings, IVectorAllocator, boolean) - Method in class com.qfs.pool.impl.NamedThread
 
setVectorBlockSize(int) - Method in class com.qfs.desc.impl.VectorFieldDescription
Sets the block size of the vectors.
setVersion(String) - Method in class com.qfs.snl.dtos.VersionDto
Sets ActiveMonitor version.
setVersions(List<VersionDto>) - Method in class com.qfs.versions.service.ApiVersionDto
Sets deployed versions by this API.
setVirtual(boolean) - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
setVirtual(boolean) - Method in interface com.quartetfs.biz.pivot.definitions.IAxisHierarchyDescription
Set to true to enable virtual.
setVirtual(boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisHierarchyDescription
 
setVisible(boolean) - Method in class com.activeviam.copper.hierarchy.CopperHierarchyMetadata
Sets the visibility attribute of this hierarchy.
setVisible(boolean) - Method in class com.activeviam.copper.MeasureMetadata
Changes the visibility.
setVisible(boolean) - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
setVisible(boolean) - Method in class com.qfs.pivot.json.discovery.DrillthroughColumnDiscovery
 
setVisible(boolean) - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
setVisible(boolean) - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
Sets the visibility of the measure.
setVisible(boolean) - Method in class com.qfs.webservices.DimensionDiscovery
The visibility of the dimension.
setVisible(boolean) - Method in class com.qfs.webservices.HierarchyDiscovery
The visibility of the hierarchy.
setVisible(boolean) - Method in class com.qfs.webservices.MeasureDiscovery
The visibility of the measure.
setVisible(boolean) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
Sets the visible.
setVisible(Boolean) - Method in class com.qfs.pivot.json.JsonTabularHeader
Sets the visibility of this column.
setVisible(Boolean) - Method in interface com.quartetfs.biz.pivot.definitions.IAxisDimensionDescription
Set the visibility for the axis dimension.
setVisible(Boolean) - Method in interface com.quartetfs.biz.pivot.definitions.ICalculatedMemberDescription
Sets the visibility (only used by the measures).
setVisible(Boolean) - Method in interface com.quartetfs.biz.pivot.definitions.IEpochDimensionDescription
setVisible(Boolean) - Method in interface com.quartetfs.biz.pivot.definitions.IHierarchyDescription
Sets the visibility of the hierarchy.
setVisible(Boolean) - Method in interface com.quartetfs.biz.pivot.definitions.IMeasureMemberDescription
Sets the visibility of the measure.
setVisible(Boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
The visibility of the hierarchy.
setVisible(Boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
setVisible(Boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
setVisible(Boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
setVisible(Boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
setVisible(Boolean) - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
setWaitingTime(long) - Method in class com.qfs.msg.csv.impl.ParserResult
Sets the amount of time spent waiting for the previous task.
setWeight(String) - Method in class com.qfs.pivot.json.discovery.KpiDiscovery
 
setWeight(String) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Sets the weigth of the KPI.
setWhere(JsonNode) - Method in class com.qfs.pivot.json.database.JsonDatabaseAction
Sets the where condition.
setWithInitialView(boolean) - Method in class com.qfs.repository.ws.ParameterWsConfigurationDto
Sets the withInitialView.
setWordCut(String) - Method in class com.qfs.util.ui.impl.TableBuilder
Sets the sign to use when some content is cut to fit in a cell.
setWordCut(String) - Method in interface com.qfs.util.ui.ITableBuilder
Sets the sign to use when some content is cut to fit in a cell.
setWordSeparators(String...) - Method in class com.qfs.util.ui.impl.TableBuilder
 
setWordSeparators(String...) - Method in interface com.qfs.util.ui.ITableBuilder
Sets word separators.
setWorkflowSchema(String) - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Sets the name of the workflow schema.
setWorkflowSchema(String) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Sets the name of the workflow schema.
setWorkflowScheme(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the workflow scheme used with this monitor.
setWritable(boolean) - Method in class com.qfs.snl.dtos.FormFieldDto
Sets if the field is writable or read-only.
setWriteCallback(CellPlanResult.IWriteCallback) - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.IResultWriter
Write callback.
setWriter(OutputStream) - Method in class com.quartetfs.biz.xmla.servlet.impl.AResponseMarshaller
 
setWriter(OutputStream) - Method in class com.quartetfs.biz.xmla.servlet.impl.BinaryResponseMarshaller
 
setWriter(OutputStream) - Method in class com.quartetfs.biz.xmla.servlet.impl.SoapResponseMarshaller
 
setWriteRow(int, ChunkSet) - Method in class com.qfs.store.impl.ChunkRecordWriter
Positions the record writer at the specified row in the given chunk array.
setWriterRoles(Set<String>) - Method in class com.qfs.desc.impl.WritableFieldPermission
 
setWriterRoles(Set<String>) - Method in interface com.qfs.desc.IWritableFieldPermission
Sets the writers for this field.
setWsPath(String) - Method in class com.qfs.versions.service.VersionDto
Sets the prefix for the WebSocket service for this API version.
setXmlaActivePivotMBeanName(String) - Method in class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
 
setXmlaAggregator(int) - Method in class com.activeviam.copper.MeasureMetadata
Sets this measure's xmla aggregator.
setXmlaAggregator(IMeasureMemberDescription, String) - Static method in class com.quartetfs.biz.pivot.definitions.impl.DescriptionUtil
Sets the xmla aggregator of the measure.
setXmlaHandler(IXmlaHandler) - Method in class com.quartetfs.biz.xmla.discovery.impl.APivotDiscoveryHandler
 
setXmlaHandler(IXmlaHandler) - Method in interface com.quartetfs.biz.xmla.discovery.impl.IPivotDiscoveryHandler
 
setXmlaMondrianMBeanName(String) - Method in class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
 
SEVERE_SCHEMA_NOT_RETRIEVED - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
shallConsiderBranches(IActivePivotSchemaDescription) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaBuilder
Deprecated.
Decides if the Schema being built must consider branches in the Database.
Shape - com.quartetfs.biz.xmla.constants.Keyword
 
share(IWritableDictionary<T>) - Static method in class com.qfs.dic.impl.SharedDelegateDictionary
Shares a dictionary.
SharedBoundedTask<T> - Class in com.qfs.concurrent.impl
A task that can be divided into ranges to spawn sub-tasks.
SharedBoundedTask(SharedTaskQueue<T>, BoundedTask<T>) - Constructor for class com.qfs.concurrent.impl.SharedBoundedTask
Constructor.
SharedDelegateDictionary<K> - Class in com.qfs.dic.impl
Wrapper class for an IWritableDictionary that synchronizes write accesses to it.
SharedDelegateDictionary(IWritableDictionary<K>) - Constructor for class com.qfs.dic.impl.SharedDelegateDictionary
Constructor.
SharedDelegateDictionary(IWritableDictionary<K>, ReentrantLock) - Constructor for class com.qfs.dic.impl.SharedDelegateDictionary
Full constructor.
SharedTaskQueue<T> - Class in com.qfs.concurrent.impl
A shared queue in which available threads/joining threads can help themselves to a task.
SharedTaskQueue(ForkJoinPool) - Constructor for class com.qfs.concurrent.impl.SharedTaskQueue
Constructor.
SharedTaskQueue.SharedTask<U> - Class in com.qfs.concurrent.impl
To SharedTaskQueue.SharedTask.execute() this task, a thread will have to set its SharedTaskQueue.SharedTask.executing flag to true.
SharePlatform - Class in com.qfs.platform.share
The default platform to use when on an unknown system.
SharingPpNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
A PpNode that will be eventually computed through range-sharing of one of its children.
SharingPpNode(PpNode, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.SharingPpNode
Constructor.
SharingPrimitiveNode - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
A PrimitiveNode that will be eventually computed through range-sharing of one of its children.
SharingPrimitiveNode(PrimitiveNode, Collection<ILevelInfo>, int) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.SharingPrimitiveNode
Constructor.
shift(CopperLevelsAt, CopperLevelsAt...) - Method in interface com.activeviam.copper.api.CopperMeasure
Creates a new Copper measure whose value at a given location is copied from another location.
shift(CopperLevelsAt, CopperLevelsAt...) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
shift(CopperLevelsAt, CopperLevelsAt...) - Method in class com.activeviam.copper.measure.ShiftMeasure
 
SHIFT_OPERATIONS_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.ShiftPostProcessor
Name of the property used to install shift operations.
SHIFTING_LEVEL_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.AValueAtExtremaMemberPostProcessor
Property to specify the level at which this post processor fetches the extrema member.
shiftLocation(ILocation) - Method in class com.activeviam.copper.pivot.pp.DrillupPostProcessor
 
shiftLocation(ILocation) - Method in class com.quartetfs.biz.pivot.postprocessing.impl.ParentValuePostProcessor
 
ShiftMeasure - Class in com.activeviam.copper.measure
Copper measure used to perform location shift operations.
ShiftMeasure(MeasureMetadata, IInternalCopperMeasure, CopperLevelsAt...) - Constructor for class com.activeviam.copper.measure.ShiftMeasure
Constructor for a hierarchy shift with conditions.
ShiftMeasure(MeasureMetadata, IInternalCopperMeasure, List<CopperLevelsAt>) - Constructor for class com.activeviam.copper.measure.ShiftMeasure
Constructor for a hierarchy shift with conditions.
ShiftMeasure.ConditionShift - Class in com.activeviam.copper.measure
Operation defined via a constant value to shift to apply on a cube's level.
ShiftMeasure.CopperConditionShift - Class in com.activeviam.copper.measure
Copper object to define a condition shift.
ShiftMeasure.CopperLambdaShift - Class in com.activeviam.copper.measure
Copper object to define a lambda shift.
ShiftMeasure.CopperLevelShift - Class in com.activeviam.copper.measure
Copper object to define a level-based shift.
ShiftMeasure.Factory - Class in com.activeviam.copper.measure
Factory for the ShiftMeasure.
ShiftMeasure.LambdaShift - Class in com.activeviam.copper.measure
Operation defined via a lambda function to apply on cube's levels.
ShiftMeasure.LevelShift - Class in com.activeviam.copper.measure
Operation defined via a constant value to shift to apply on a cube's level.
ShiftPostProcessor - Class in com.activeviam.copper.pivot.pp
A Shift PP which handles shifting a level to the current value of another level.
ShiftPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.ShiftPostProcessor
Constructor.
ShiftPrefetcher - Class in com.activeviam.copper.pivot.pp
Prefetcher of the read cell set for the ShiftPostProcessor.
ShiftPrefetcher(String, ShiftPostProcessor, IActivePivot, Set<IMeasureMember>) - Constructor for class com.activeviam.copper.pivot.pp.ShiftPrefetcher
Constructor.
Short - Static variable in class com.quartetfs.biz.xmla.impl.XmlaTypes
Short type.
SHORT - Static variable in interface com.quartetfs.fwk.format.IParser
Short field parser key.
SHORT_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
SHORT_MASK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
 
ShortBindingVector(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.ShortFunction.ShortBindingVector
Constructor.
ShortFunction - Class in com.qfs.agg.impl
SHORT aggregation function.
ShortFunction() - Constructor for class com.qfs.agg.impl.ShortFunction
Constructor.
ShortFunction.ShortBindingVector - Class in com.qfs.agg.impl
The short sum binding for vectors.
ShortKey - com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil.SerializationKey
Key for a short value.
ShortParser - Class in com.quartetfs.fwk.format.impl
Parser for short fields.
ShortParser() - Constructor for class com.quartetfs.fwk.format.impl.ShortParser
 
shortSum() - Method in interface com.activeviam.copper.api.CopperMeasureToAggregateAbove
Aggregates the values on the defined leaf levels using the shortSum aggregation.
shortSum() - Method in class com.activeviam.copper.measure.CopperMeasureToAggregateAboveBuilder
 
shortSum() - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
shouldBeContributedTo() - Method in enum com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.ClassificationType
Indicates whether this level is populated by contributing facts (the field's dictionary is used to compute the level member to add from a contribution).
shouldBeMerged(AAggregatesRetrieval) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.impl.IRetrievalMerger
Returns whether the given child retrieval should be merged by this merger.
shouldBePrinted() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrieval
Returns whether or not this retrieval should be printed.
shouldBePrinted() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
shouldBePrinted() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
shouldBePrinted() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval
 
shouldBePrinted() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpExternalDatabaseRetrieval
 
shouldBePublished(IInternalCopperMeasure) - Static method in class com.activeviam.copper.ContextUtils
Deprecated.
Checks if a measure needs to end in the cube.
shouldCacheMeasure(IMeasureMember) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Check if the measure should be cached or not.
shouldCacheMeasure(IMeasureMember) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
shouldCompressIndexes() - Method in class com.qfs.desc.impl.StoreDescription
 
shouldCompressIndexes() - Method in interface com.qfs.desc.IStoreDescription
Specifies to store the indexes of this store in a compressed format, in order to reduce the memory usage.
shouldCompressIndexes(boolean) - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
shouldContributeToHierarchy(IHierarchy) - Static method in class com.quartetfs.biz.pivot.cube.impl.FeedHolderFactory
Returns whether the given hierarchy should be contributed to.
shouldCreateNewSpan(Object) - Static method in class com.activeviam.tracing.impl.Tracing
Determines whether a new child span should be created for the input object.
shouldIgnoreAnalysisLevels() - Method in class com.activeviam.copper.agg.ConditionPerLevelExtractor
 
shouldIgnoreAnalysisLevels() - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.OptimizingSubCubeVisitor
 
shouldIgnoreAnalysisLevels() - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToPivotConditionFilterCompiler
 
shouldIgnoreAnalysisLevels() - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToStringFilterVisitor
 
shouldIgnoreAnalysisLevels() - Method in interface com.quartetfs.biz.pivot.context.subcube.visitor.ISubCubeVisitor
Returns true if the visit should skip all analysis levels (conditions on them are then replaced by ISubCubeVisitor.alwaysTrue()).
shouldIgnoreEvent(AtomicReference<RegistrationState>) - Static method in class com.quartetfs.biz.pivot.query.registration.impl.RegistrationUtil
This method must be called when an event is received by a continuous query listener to check if the event must be processed and update the state if the event is received before the registration finished.
shouldMatchFromExcludedValues(int, TIntArrayList) - Method in interface com.qfs.bitmap.IBitmapIndex
Returns true if we should compute the list of accepted values from its complement, false if we should compute it from the list itself.
shouldMeasureNameBeUnique(IInternalCopperMeasure) - Static method in class com.activeviam.copper.AMeasurePublisher
Deprecated.
Checks if the name of the given measure should be unique.
shouldReset() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
shouldReset() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
 
shouldReset() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IResettingEvent
Whether the IAggregatesContinuousQueryEngine that receives this event should be reset.
shouldReset() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
shouldResetContinuousQueries() - Method in class com.qfs.pivot.impl.ACommitRemoteTransaction
 
shouldResetContinuousQueries() - Method in class com.qfs.pivot.impl.ARemoteTransaction
Returns whether the continuous query engine should be reset after this transaction.
shouldResetContinuousQueries() - Method in class com.qfs.pivot.impl.DistributedActivePivotTransaction
Returns whether the continuous query engine should be reset after this transaction.
shouldResetContinuousQueries() - Method in class com.qfs.pivot.impl.RemoveMembersRemoteTransaction
 
shouldUseMarking(IVersion) - Static method in class com.qfs.multiversion.impl.VersionHistory
Whether or not the input datastoreVersion should be marked.
show() - Method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellset
 
show() - Method in class com.qfs.pivot.testing.impl.MdxResultCellSet
 
show() - Method in interface com.quartetfs.biz.pivot.cellset.ICellSetResult
Prints this cellSet to standard output.
shuffle(Random) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
shutdown() - Method in interface com.qfs.messenger.IDistributedExecutorService
Possibly initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class com.qfs.messenger.impl.DistributedExecutorService
 
shutdown() - Method in class com.qfs.messenger.netty.impl.NettyTransporter
Shutdown the server and clear underneath structures.
shutdown() - Method in class com.qfs.msg.csv.impl.ParserContext
Shut down the context.
shutdown() - Method in class com.qfs.msg.csv.impl.ParsingWorkloadExecution
 
shutdown() - Method in class com.qfs.msg.csv.impl.PublicationQueue
Shutdown the publication queue.
shutdown() - Method in interface com.qfs.msg.csv.IParsingWorkloadExecution
Shut down the context.
shutdown() - Method in class com.qfs.snl.ws.impl.MessageWsService
Shut downs gracefully the service.
shutdown() - Method in interface com.qfs.util.ILatch
Shut down the latch: the latch will not accept any additional increment and can only await its completion.
shutdown() - Method in class com.qfs.util.impl.Latch
 
shutdown() - Method in class com.quartetfs.biz.pivot.security.impl.AContextValueManager
Method to kill the manager.
shutdown(NettyTransporter) - Static method in class com.qfs.messenger.netty.impl.NettyEventLoopGroup
Shutdown both EventLoopGroup (worker and boss).
SHUTDOWN_ON_FAILURE - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
sibling(IInternalCopperHierarchy) - Static method in class com.activeviam.copper.measure.window.WindowSiblingBuilder
siblings(CopperHierarchy) - Static method in interface com.activeviam.copper.api.Window
Creates a special window that contains for a given row (evaluated location) of the cellset the set of other rows (locations) whose paths along the given hierarchy have the same set of ancestor coordinates.
SIBLINGS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
SiblingsFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
SiblingsFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.SiblingsFunction
 
sideEval(IContextExpressionDependency, IContextExpressionDependency) - Static method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
Side eval i.e.
sideEval(R, R) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Same as union(dep, evalAsValue(side))
For instance: Subset, Lead.
sideEval(R, R) - Method in class com.quartetfs.pivot.mdx.impl.AExpressionDependencyVisitor
 
signatureByte - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Bytes values of the hex signature.
signatureHex - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Hexadecimal values of the hex signature.
SILENT - com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties.DrillthroughBehavior
Silently ignores the error.
SILENT - com.quartetfs.biz.pivot.query.aggregates.IMissedPrefetchBehavior.Behavior
Silently ignores the missed prefetch.
SILENT - Static variable in class com.qfs.desc.impl.StoreDescriptionBuilder.ARemoveUnknownKeyListener
Do nothing.
simple(String) - Static method in class com.activeviam.copper.HierarchyIdentifier
Creates a hierarchy identifier for simple hierarchy where the dimension and hierarchy share the same name.
simple(String) - Static method in class com.activeviam.copper.LevelIdentifier
Creates an identifier for a level belonging to a simple hierarchy where level, hierarchy and dimension share the same name.
simple(String, TriFunction<IAnalysisAggregationProcedureDescription, IHierarchy, IAggregationHierarchyCreationContext, IAnalysisAggregationProcedure<C>>) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AnalysisAggregationProcedureFactory
Static constructor for a factory for procedure handling only one hierarchy.
SIMPLE - com.qfs.agg.impl.PercentileFunction.IndexCalculationMode
Deprecated.
q / 100 * n - 1) .
SIMPLE - com.quartetfs.pivot.mdx.statement.IStringLiteral.Quotes
'abc'.
SIMPLE_HTTP_METHODS - Static variable in class com.qfs.security.impl.SpringCorsFilter
Collection of Simple HTTP methods.
SIMPLE_HTTP_REQUEST_CONTENT_TYPE_VALUES - Static variable in class com.qfs.security.impl.SpringCorsFilter
Collection of Simple HTTP request headers.
SIMPLE_HTTP_REQUEST_HEADERS - Static variable in class com.qfs.security.impl.SpringCorsFilter
Collection of Simple HTTP request headers.
SIMPLE_HTTP_RESPONSE_HEADERS - Static variable in class com.qfs.security.impl.SpringCorsFilter
Collection of Simple HTTP request headers.
SimpleAggregatedContributionHolder - Class in com.quartetfs.biz.pivot.contribution.impl
Plain record acting as a Contribution Holder.
SimpleAggregatedContributionHolder(int, IPointList, IAggregateStore, ITimestamp) - Constructor for class com.quartetfs.biz.pivot.contribution.impl.SimpleAggregatedContributionHolder
 
SimpleAnalysisHierarchyBuilder - Class in com.activeviam.builders.dimensions
Simple implementation of IAnalysisHierarchyBuilder.
SimpleAnalysisHierarchyBuilder(SimpleDimensionBuilder, String) - Constructor for class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
Constructor.
simpleBuilder() - Static method in class com.qfs.desc.impl.StoreDescription
Creates a non-fluent IStoreDescription builder.
simpleBuilder(IStoreDescription) - Static method in class com.qfs.desc.impl.StoreDescription
Creates a non-fluent IStoreDescription builder initialized with the given description.
SimpleCallOperationInfo - Class in com.quartetfs.fwk.monitoring.impl
Simple implementation for IOperationInfo which takes no input argument.
SimpleCallOperationInfo(String, String) - Constructor for class com.quartetfs.fwk.monitoring.impl.SimpleCallOperationInfo
Constructor for creating a simple operation that returns void.
SimpleCallOperationInfo(String, String, Class<?>) - Constructor for class com.quartetfs.fwk.monitoring.impl.SimpleCallOperationInfo
Constructor for creating a simple operation that returns with the given returnType.
SimpleCellByCoordinatesTesterBuilder - Class in com.qfs.pivot.testing.impl
Tester for a GetAggregatesResultCellset on a simple cell.
SimpleCellByCoordinatesTesterBuilder(GetAggregatesResultCellset, double) - Constructor for class com.qfs.pivot.testing.impl.SimpleCellByCoordinatesTesterBuilder
Constructor.
SimpleCommand - Class in com.quartetfs.biz.xmla.servlet.impl
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.8, in favor of StatementCommand and CancelCommand
SimpleCommand(String) - Constructor for class com.quartetfs.biz.xmla.servlet.impl.SimpleCommand
Deprecated.
Constructor.
SimpleCompositeReadableColumn - Class in com.qfs.chunk.impl
A simple implementation of the ICompositeReadableColumn.
SimpleCompositeReadableColumn(IArrayReader[], int[]) - Constructor for class com.qfs.chunk.impl.SimpleCompositeReadableColumn
Constructor.
SimpleConnectionSupplier(String, String, String, String) - Constructor for class com.qfs.msg.jdbc.impl.AJDBCSource.SimpleConnectionSupplier
Deprecated.
 
SimpleConnectionSupplier(String, String, Properties) - Constructor for class com.qfs.msg.jdbc.impl.AJDBCSource.SimpleConnectionSupplier
Deprecated.
Constructor.
SimpleContextValueTranslator<T,​C extends IContextValue> - Class in com.quartetfs.biz.pivot.context.impl
Base class for simple translators that encode context values into a single property.
SimpleContextValueTranslator() - Constructor for class com.quartetfs.biz.pivot.context.impl.SimpleContextValueTranslator
 
SimpleCubeDescriptionBuilder<DescriptionT> - Class in com.activeviam.builders
Simple implementation of ICubeDescriptionBuilder.
SimpleCubeDescriptionBuilder(Function<IActivePivotInstanceDescription, DescriptionT>) - Constructor for class com.activeviam.builders.SimpleCubeDescriptionBuilder
Constructor for build start.
SimpleDimensionBuilder - Class in com.activeviam.builders.dimensions
Simple implementation of IDimensionBuilder.
SimpleDimensionBuilder(SimpleCubeDescriptionBuilder<IActivePivotInstanceDescription>, String, String, ImmutableList<IHierarchyDescription>, IDimension.DimensionType, boolean, ImmutableMap<String, String>) - Constructor for class com.activeviam.builders.dimensions.SimpleDimensionBuilder
Constructor.
SimpleEntitlementsProviderBuilder - Class in com.quartetfs.biz.pivot.security.impl
SimpleEntitlementsProviderBuilder() - Constructor for class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder
Empty constructor.
SimpleEntitlementsProviderBuilder(ImmutableMap<String, IGlobalEntitlement>, ImmutableMap<String, ImmutableList<IPivotEntitlement>>) - Constructor for class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder
Fully-qualified constructor.
SimpleEntitlementsProviderBuilder.GlobalEntitlementBuilder - Class in com.quartetfs.biz.pivot.security.impl
Builder for a global entitlement.
SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder - Class in com.quartetfs.biz.pivot.security.impl
Builder for a pivot entitlement.
SimpleEpochDimensionBuilder<DescriptionT> - Class in com.activeviam.builders.dimensions
Simple implementation.
SimpleEpochDimensionBuilder(SimpleCubeDescriptionBuilder<DescriptionT>) - Constructor for class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
Default constructor for the default description set-up.
SimpleEpochDimensionBuilder(SimpleCubeDescriptionBuilder<DescriptionT>, String, String, boolean, SimpleEpochDimensionBuilder.EpochLevelDescription, SimpleEpochDimensionBuilder.EpochLevelDescription) - Constructor for class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
Fully defining constructor.
SimpleManagerDescriptionBuilder - Class in com.activeviam.builders.manager
Simple immutable implementation of IActivePivotManagerDescriptionBuilder.
SimpleManagerDescriptionBuilder(String, ImmutableList<ICatalogDescription>, ImmutableList<IActivePivotSchemaInstanceDescription>) - Constructor for class com.activeviam.builders.manager.SimpleManagerDescriptionBuilder
Constructor.
SimpleMeasureFormatter - Class in com.activeviam.pivot.rest.dataexport.measureformatter.impl
Default measure formatter.
SimpleMeasureFormatter() - Constructor for class com.activeviam.pivot.rest.dataexport.measureformatter.impl.SimpleMeasureFormatter
 
SimpleMeasureFormatter(Map<String, String>) - Constructor for class com.activeviam.pivot.rest.dataexport.measureformatter.impl.SimpleMeasureFormatter
 
SimpleMeasuresProvider - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
Simple measures provider that has no additional measures.
SimpleMeasuresProvider() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SimpleMeasuresProvider
Constructor : empty measures provider, the measures and post-processors will then be filled using SimpleMeasuresProvider.addMeasure(IMeasureMember) and SimpleMeasuresProvider.addPostProcessor(IPostProcessedMeasure, IPostProcessor).
SimpleMeasuresProvider(Map<String, IMeasureMember>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SimpleMeasuresProvider
Constructor : measures provider partially initialized, only with the measures (does not provide the associated post-processors).
SimpleNamedThreadFactory - Class in com.qfs.pool.impl
A simple ThreadFactory that names each Thread using a prefix and an incrementing counter.
SimpleNamedThreadFactory(String, boolean) - Constructor for class com.qfs.pool.impl.SimpleNamedThreadFactory
Constructor.
SimpleNativeMeasureBuilder - Class in com.activeviam.builders
 
SimpleNativeMeasureBuilder(Function<INativeMeasureDescription, IHasAtLeastOneMeasure>, BaseMeasureBuilder, String) - Constructor for class com.activeviam.builders.SimpleNativeMeasureBuilder
Constructor.
SimpleNoArgsVisitorContext - Class in com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl
A simple IGraphVisitor.IVisitorContext that does not contain any contextual information and simply keeps track of the next nodes to visit.
SimpleNoArgsVisitorContext(IPlanningGraphVisitor<SimpleNoArgsVisitorContext>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.SimpleNoArgsVisitorContext
Constructor.
SimpleNonEmptyFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.NonEmptyFunction.SimpleNonEmptyFunction
 
SimplePartitioningDescriptionBuilder - Class in com.qfs.desc.impl
Basic implementation of a builder for Partitioning descriptions.
SimplePartitioningDescriptionBuilder() - Constructor for class com.qfs.desc.impl.SimplePartitioningDescriptionBuilder
Default constructor.
SimplePartitioningFormat - Class in com.qfs.store.part
Basic implementation of a Partitioning format taking the available list of fields as a parameter.
SimplePartitioningFormat(String, List<String>) - Constructor for class com.qfs.store.part.SimplePartitioningFormat
 
SimplePreAggregatedMeasureBuilder - Class in com.activeviam.builders
 
SimplePreAggregatedMeasureBuilder(Function<IAggregatedMeasureDescription, IHasAtLeastOneMeasure>) - Constructor for class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
Constructor for build start.
SimplePreAggregatedMeasureBuilder(Function<IAggregatedMeasureDescription, IHasAtLeastOneMeasure>, BaseMeasureBuilder, String, String, Properties) - Constructor for class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
Constructor for build iterations.
SimpleQueryPlanner - Class in com.qfs.store.query.plan.impl
A simple query planner that always makes operations in target stores to be executed before those of owner stores.
SimpleSelectionDescriptionBuilder - Class in com.activeviam.builders
Simple implementation of the selection description builder.
SimpleSelectionDescriptionBuilder() - Constructor for class com.activeviam.builders.SimpleSelectionDescriptionBuilder
Constructor.
SimpleSelectionDescriptionBuilder(IDatabaseSchema) - Constructor for class com.activeviam.builders.SimpleSelectionDescriptionBuilder
Constructor.
simulateDifferentialReload(String) - Method in class com.qfs.msg.csv.impl.FileSystemCSVMonitoring
Perform a simulation of the changes that a differential reload would trigger.
since() - Method in annotation type com.activeviam.annotations.InternalApi
Returns the version number from which this package is deprecated.
SINGLE_BIT_LONGS - Static variable in class com.qfs.bitmap.impl.Bitmap
Cache of long words with one single bit set.
SINGLE_BIT_LONGS - Static variable in class com.qfs.bitmap.impl.ChunkedBitmap
Cache of long words with one single bit set.
SINGLE_VALUE_LAMBDA_CACHE - Static variable in class com.activeviam.copper.measure.ShiftMeasure.Factory
Wrapper for one-variable lambdas used in CopperMeasure.shift(CopperLevelsAt, CopperLevelsAt...).
SINGLE_VALUE_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
SingleAccessor - Class in com.quartetfs.fwk.filtering.impl
Default implementation of the single accessor.
SingleAccessor(IProperty) - Constructor for class com.quartetfs.fwk.filtering.impl.SingleAccessor
 
SingleAccessor(String) - Constructor for class com.quartetfs.fwk.filtering.impl.SingleAccessor
 
singleChildIdentity() - Static method in class com.qfs.concurrent.impl.CompletableExecutionStage
Utility method to construct a simple CompletableExecutionStage, which will use the result of the first child and cast it.
singleColumn(IChunk<?>, String) - Static method in class com.qfs.chunk.array.impl.ChunkArray
Creates a chunk array with a single column.
SingleCompositeListener - Class in com.qfs.store.selection.impl
A composite listener that wraps a single ISelectionListener over one selection id.
SingleCompositeListener(ISelectionListener, int) - Constructor for class com.qfs.store.selection.impl.SingleCompositeListener
Constructor.
SingleConsumerQueue<T> - Class in com.qfs.concurrent.impl
A FIFO queue of items that supports concurrent contributions but single-threaded polling.
SingleConsumerQueue() - Constructor for class com.qfs.concurrent.impl.SingleConsumerQueue
 
SingleConsumerQueue.IConsumerProcedure<T> - Interface in com.qfs.concurrent.impl
A consumer procedure that directly receives the items stored in the queue.
SingleConsumerQueue.INode<T> - Interface in com.qfs.concurrent.impl
Interface representing a Node in this SingleConsumerQueue.
SingleConsumerQueue.INodeConsumerProcedure<T> - Interface in com.qfs.concurrent.impl
A consumer procedure that receives each node.
SingleCopperLevelCondition - Class in com.activeviam.copper.hierarchy
A CopperLevelCondition on one single level.
SingleCopperLevelCondition(ICondition, IInternalCopperLevel) - Constructor for class com.activeviam.copper.hierarchy.SingleCopperLevelCondition
Constructor.
SingleEventAggregation - Class in com.qfs.snl.alerts.impl
Contribution holder containing all alerts related to a given monitor.
SingleEventAggregation(IMonitorService, ISentinelEvent) - Constructor for class com.qfs.snl.alerts.impl.SingleEventAggregation
Constructor.
SingleFieldAggregatedElement - Class in com.qfs.pivot.agg.impl
POJO representing an aggregation on a single field.
SingleFieldAggregatedElement(String, String, int, IGenericAggregationFunction) - Constructor for class com.qfs.pivot.agg.impl.SingleFieldAggregatedElement
 
SingleFileCSVTopic - Class in com.qfs.msg.csv.filesystem.impl
Topic based on a single CSV file.
SingleFileCSVTopic(String, ICSVParserConfiguration, String, int) - Constructor for class com.qfs.msg.csv.filesystem.impl.SingleFileCSVTopic
Constructor.
SingleFileCSVTopic(String, ICSVParserConfiguration, String, IWatcherService) - Constructor for class com.qfs.msg.csv.filesystem.impl.SingleFileCSVTopic
Constructor for a SingleFileCSVTopic using a IWatcherService.
SingleFileCSVTopic(String, ICSVParserConfiguration, Path, int) - Constructor for class com.qfs.msg.csv.filesystem.impl.SingleFileCSVTopic
Constructor.
SingleFileCSVTopic(String, ICSVParserConfiguration, Path, IWatcherService) - Constructor for class com.qfs.msg.csv.filesystem.impl.SingleFileCSVTopic
Constructor for a SingleFileCSVTopic using a polling implementation.
singleHierarchyTuple(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Build a single hierarchy tuple.
SingleLocationImpactComputation(ContextualCancellableCountedCompleter<?>, ILocation, Map<ILocation, IImpact>) - Constructor for class com.quartetfs.biz.pivot.query.impl.ImpactComputationTask.SingleLocationImpactComputation
Constructor.
singleMemberSet(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Creates a set that contains a single member.
SingleMemberSet - Class in com.quartetfs.pivot.mdx.eval.set.impl
Single hierarchy location set.
SingleMemberSet(IMdxMember) - Constructor for class com.quartetfs.pivot.mdx.eval.set.impl.SingleMemberSet
 
SinglePartitioning - Class in com.qfs.store.part.impl
Class implementing partitioning over a single field.
SinglePartitioning(int, IntIntFunction) - Constructor for class com.qfs.store.part.impl.SinglePartitioning
Full constructor.
SinglePartitioning.GcpCalculator - Class in com.qfs.store.part.impl
Implementation of AGreatestCommonPartitioningCalculator for this partitioning.
SinglePartitioning.SinglePartitioningImplicationChecker - Class in com.qfs.store.part.impl
Visitor to check if a single-field partitioning is implied by another partitioning.
SinglePartitioning.SinglePartitioningImpliedPartitionRetriever - Class in com.qfs.store.part.impl
Visitor to retrieve the partition id of a single-field partitioning, knowing the id of the partition of another partitioning by which the single-field partitioning is implied.
SinglePartitioning.SinglePartitioningOriginalPartitionSeeker - Class in com.qfs.store.part.impl
Visitor to retrieve the partition ids of a single-field partitioning, knowing the id of the partition of another partitioning which is the reduced partitioning of the single-field partitioning.
SinglePartitioningImplicationChecker(SinglePartitioning, TIntIntMap) - Constructor for class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningImplicationChecker
Constructor.
SinglePartitioningImpliedPartitionRetriever(SinglePartitioning, TIntIntMap, int) - Constructor for class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningImpliedPartitionRetriever
Constructor.
SinglePartitioningOriginalPartitionSeeker(SinglePartitioning, int) - Constructor for class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningOriginalPartitionSeeker
Constructor.
SinglePartitionPartitioningNode - Class in com.qfs.store.part.impl
A PartitioningNode that produces only one partition and that is associated with a decision value of its parent node.
SinglePartitionPartitioningNodeDescription - Class in com.qfs.store.part.impl
Describes a partitioning node that produces only one partition and thus has no partitioning rule.
SinglePointLocationList - Class in com.quartetfs.biz.pivot.impl
An optimized implementation of IPointLocationList when the list contains only one element.
SinglePointLocationList(IScopeLocation) - Constructor for class com.quartetfs.biz.pivot.impl.SinglePointLocationList
Constructor.
SINGLEQUOTEDSTRING - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
SINGLEQUOTEDSTRING - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
SINGLEQUOTEDSTRING - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
SingleRowDelegateRecordBlock<T extends IRecordReader> - Class in com.qfs.store.record.impl
A single row IRecordBlock that exposes an underlying record.
SingleRowDelegateRecordBlock() - Constructor for class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
Empty constructor.
SingleRowDelegateRecordBlock(T) - Constructor for class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
Constructor.
SingleRowWritableRecordBlock - Class in com.qfs.store.record.impl
A record block that holds a single element.
SingleRowWritableRecordBlock(IRecordFormat) - Constructor for class com.qfs.store.record.impl.SingleRowWritableRecordBlock
Constructor.
SingleRowWritableRecordBlock(IRecordFormat, IWritableRecord) - Constructor for class com.qfs.store.record.impl.SingleRowWritableRecordBlock
Constructor.
SingleSectionConstantFormat - Class in com.quartetfs.fwk.format.impl
A formatter that transforms any value to the same constant string.
SingleSectionConstantFormat(String) - Constructor for class com.quartetfs.fwk.format.impl.SingleSectionConstantFormat
SingleSectionNumberFormat - Class in com.quartetfs.fwk.format.impl
Basic formatter for a single section format.
SingleSectionOppositeNumberFormat - Class in com.quartetfs.fwk.format.impl
Take the opposite of the number before formatting it.
SingleSectionOppositeNumberFormat(String, Locale) - Constructor for class com.quartetfs.fwk.format.impl.SingleSectionOppositeNumberFormat
SingleStreamInfo - Class in com.qfs.snl.agent.mdx.impl
Stream information holding data about a single status.
SingleStreamInfo(SentinelStreamTuple.Location, IMonitor) - Constructor for class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
Constructor.
SingleThreadExecutionPlanBuilder - Class in com.qfs.store.query.plan.impl
A IExecutionPlanBuilder that builds single thread execution plan.
SingleThreadExecutionPlanBuilder(IDatastoreView, IMatchingRowsHolder, Map<String, Object>, ICursorFactory) - Constructor for class com.qfs.store.query.plan.impl.SingleThreadExecutionPlanBuilder
SingletonIterator<T> - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
SingletonIterator(T) - Constructor for class com.qfs.util.impl.SingletonIterator
Deprecated.
Constructor.
SingletonLocationList - Class in com.quartetfs.biz.pivot.impl
Singleton location list.
SingletonLocationList(ILocation) - Constructor for class com.quartetfs.biz.pivot.impl.SingletonLocationList
Constructor.
singletonSet(ITuple) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Creates a set that contains a single tuple.
SingletonSet - Class in com.quartetfs.pivot.mdx.eval.set.impl
Set made of a single tuple.
SingleValueFunction - Class in com.qfs.agg.impl
Aggregation function that holds a single value.
SingleValueFunction() - Constructor for class com.qfs.agg.impl.SingleValueFunction
Constructor.
SingleValueFunction.SingleValueBindingArrayObject - Class in com.qfs.agg.impl
Binding for the 'array of objects' data type.
SingleValueFunction.SingleValueBindingBoolean - Class in com.qfs.agg.impl
Binding for the 'boolean' data type.
SingleValueFunction.SingleValueBindingDouble - Class in com.qfs.agg.impl
Binding for the 'double' data type.
SingleValueFunction.SingleValueBindingDoubleNullable - Class in com.qfs.agg.impl
Binding for the nullable 'double' data type.
SingleValueFunction.SingleValueBindingFloat - Class in com.qfs.agg.impl
Binding for the 'float' data type.
SingleValueFunction.SingleValueBindingFloatNullable - Class in com.qfs.agg.impl
Binding for the nullable 'float' data type.
SingleValueFunction.SingleValueBindingInteger - Class in com.qfs.agg.impl
Binding for the 'int' data type.
SingleValueFunction.SingleValueBindingIntNullable - Class in com.qfs.agg.impl
Binding for the nullable 'int' data type.
SingleValueFunction.SingleValueBindingLong - Class in com.qfs.agg.impl
Binding for the 'long' data type.
SingleValueFunction.SingleValueBindingLongNullable - Class in com.qfs.agg.impl
Binding for the nullable 'long' data type.
SingleValueFunction.SingleValueBindingObject - Class in com.qfs.agg.impl
Binding for the 'object' data type.
SingleValueTtlCache<V> - Class in com.qfs.fwk.cache.impl
A generic cache with time to live for a unique value.
SingleValueTtlCache(Supplier<V>, long) - Constructor for class com.qfs.fwk.cache.impl.SingleValueTtlCache
Fully defining constructor.
SingleVectorReaderFactory - Interface in com.activeviam.arrow.read
Builds a ArrowVectorReader from a field vector.
SITE_SEPARATOR - Static variable in class com.qfs.snl.agent.impl.SiteUtils
Separator between site elements.
SiteUtils - Class in com.qfs.snl.agent.impl
Helper class with method to build and parse sites of monitors.
size - Variable in class com.qfs.util.tar.impl.TarHeader
The entry's size.
size - Variable in class com.quartetfs.pivot.mdx.utils.impl.CyclicArray
 
size() - Method in class com.activeviam.arrow.read.record.ArrowRecordBlock
 
size() - Method in class com.activeviam.cloud.fetch.impl.AConcurrentlyFetchingChannel
 
size() - Method in interface com.activeviam.collections.ImmutableCollection
Give the size of this collection.
size() - Method in interface com.activeviam.collections.ImmutableMap
Give the size of this map.
size() - Method in class com.activeviam.collections.impl.AppendOnlyCollection
 
size() - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
size() - Method in class com.activeviam.collections.impl.ImmutableHashMap
 
size() - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
size() - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
Gets the current size of the heap.
size() - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
Gets the current size of the heap.
size() - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
Gets the current size of the heap.
size() - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
Gets the current size of the heap.
size() - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
Gets the current size of the heap.
size() - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
Gets the current size of the heap.
size() - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
Gets the current size of the heap.
size() - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
Gets the current size of the heap.
size() - Method in class com.activeviam.io.ExposedByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in interface com.qfs.bitmap.IBitmapIndex
Gets the number of indexed tuples this object can match.
size() - Method in class com.qfs.bitmap.impl.ABitmapIndex
Gets the size of the index, i.e.
size() - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
Gets The size of the underlying point index.
size() - Method in interface com.qfs.chunk.direct.allocator.IBlockAllocator
Gets the size of piece of memory it must allocate via IBlockAllocator.allocate().
size() - Method in class com.qfs.chunk.direct.allocator.impl.ABlockAllocator
 
size() - Method in class com.qfs.chunk.direct.allocator.impl.BlockAllocatorManager
 
size() - Method in class com.qfs.chunk.direct.allocator.impl.ConcurrentUniqueIntegerStack
Returns the current number of element.
size() - Method in class com.qfs.chunk.direct.allocator.impl.UnsafeAllocator
 
size() - Method in class com.qfs.chunk.impl.ColumnIntegerRowMapping
 
size() - Method in class com.qfs.chunk.impl.HashMapRowMapping
 
size() - Method in class com.qfs.chunk.impl.IdentityRowMapping
 
size() - Method in interface com.qfs.chunk.IRowMapping
Gets the maximum number of mapped rows.
size() - Method in class com.qfs.concurrent.impl.ConcurrentStack
Returns the number of elements in this stack.
size() - Method in interface com.qfs.dic.IDictionary
Gets the size (number of entries) of this dictionary.
size() - Method in class com.qfs.dic.impl.AbstractHash
Returns the size of the dictionary.
size() - Method in class com.qfs.dic.impl.AChristmasDictionary
 
size() - Method in class com.qfs.dic.impl.FilteredPointList
 
size() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
size() - Method in class com.qfs.dic.impl.IntegerArrayList
 
size() - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
size() - Method in class com.qfs.dic.impl.NullableDictionary
 
size() - Method in class com.qfs.dic.impl.SharedDelegateDictionary
 
size() - Method in interface com.qfs.dic.IPointList
Gets the size of this list.
size() - Method in class com.qfs.distribution.security.impl.CustomAuthToken
 
size() - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
size() - Method in class com.qfs.graph.impl.DirectedGraph
 
size() - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
size() - Method in class com.qfs.heap.impl.MaxHeapDouble
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MaxHeapFloat
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MaxHeapInteger
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MaxHeapLong
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MinHeapDouble
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MinHeapFloat
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MinHeapInteger
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MinHeapLong
Gets the current size of the heap.
size() - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
Gets the current size of the heap.
size() - Method in interface com.qfs.index.IIntegerArray
Returns the size of this array.
size() - Method in interface com.qfs.index.ILongArray
Returns the size of this array.
size() - Method in class com.qfs.index.impl.AIntegerArray
 
size() - Method in class com.qfs.index.impl.ALongArray
 
size() - Method in class com.qfs.index.impl.APartitionIndexesFactory
 
size() - Method in class com.qfs.index.impl.IntegerArrayTransaction
 
size() - Method in class com.qfs.index.impl.IntegerArrayVersion
 
size() - Method in class com.qfs.index.impl.LongArrayTransaction
 
size() - Method in class com.qfs.index.impl.LongArrayVersion
 
size() - Method in class com.qfs.pivot.util.impl.EntryList
Returns the number of entries in this list.
size() - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
 
size() - Method in class com.qfs.plan.impl.StorePartitionUpdateForDeltaQueries
 
size() - Method in interface com.qfs.plan.IStorePartitionUpdate
Gets the number of impacted records.
size() - Method in class com.qfs.query.impl.AggregatesRetrievalListTransporter
Returns the number of retrievals that are stored in this list.
size() - Method in class com.qfs.snl.events.impl.EventCache
 
size() - Method in class com.qfs.store.impl.ARecordSetTransaction
 
size() - Method in class com.qfs.store.impl.ARecordSetVersion
 
size() - Method in class com.qfs.store.impl.ChunkSetRecordBlock
 
size() - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
size() - Method in class com.qfs.store.impl.ColumnarRecordSet
 
size() - Method in class com.qfs.store.impl.EmptyRecordSetView
 
size() - Method in class com.qfs.store.impl.StorePartitionWorkUnitQueue
Returns the number of elements in this queue.
size() - Method in class com.qfs.store.impl.UserRecordSetVersion
 
size() - Method in class com.qfs.store.impl.UserStoreGraph
 
size() - Method in interface com.qfs.store.IPartitionIndexesFactory
Gets the number of underlying factories.
size() - Method in interface com.qfs.store.IRecordSet
Gets the size of the record set, i.e.
size() - Method in class com.qfs.store.query.impl.RecordSetRowsIterator
 
size() - Method in class com.qfs.store.query.impl.RowListIterator
 
size() - Method in interface com.qfs.store.query.IRowsIterator
Returns the number of rows that this iterator contains.
size() - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
size() - Method in class com.qfs.store.record.impl.AppendOnlyByteRecordBlock
 
size() - Method in class com.qfs.store.record.impl.FilteredRecordBlock
 
size() - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
size() - Method in class com.qfs.store.record.impl.RecordBlock
 
size() - Method in class com.qfs.store.record.impl.SingleRowDelegateRecordBlock
 
size() - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
size() - Method in interface com.qfs.store.record.IRecordBlock
Returns the number of records stored in this block.
size() - Method in class com.qfs.trove.impl.QIntEmptySet
 
size() - Method in class com.qfs.trove.impl.QIntSingletonSet
 
size() - Method in class com.qfs.util.impl.FilteredList
Deprecated.
 
size() - Method in interface com.qfs.util.ui.ICell
Gets the size needed to print the whole cell in text mode, borders excluded.
size() - Method in class com.qfs.util.ui.impl.CenteredCell
 
size() - Method in class com.qfs.util.ui.impl.LeftPaddedCell
 
size() - Method in class com.qfs.util.ui.impl.RightPaddedCell
 
size() - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
size() - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
size() - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
size() - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
size() - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
size() - Method in class com.qfs.vector.impl.ABlockVector
 
size() - Method in class com.qfs.vector.impl.ADelegateReadOnlyVector
 
size() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
size() - Method in class com.qfs.vector.impl.EmptyVector
 
size() - Method in class com.qfs.vector.impl.ZeroVector
 
size() - Method in interface com.qfs.vector.IVector
Returns the number of elements in the vector.
size() - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesRetrievalResultTransporter
Returns the number of points in this list.
size() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter
 
size() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointLocationListTransporter
 
size() - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
size() - Method in interface com.quartetfs.biz.pivot.cellset.IPointLocationListTransporter
Returns the number of points in this list.
size() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
size() - Method in interface com.quartetfs.biz.pivot.contribution.IContributionHolder
The size of the contribution holder.
size() - Method in interface com.quartetfs.biz.pivot.contribution.IGlobalContributionHolder
Gets the size of this contribution holder.
size() - Method in class com.quartetfs.biz.pivot.contribution.impl.AggregatedContributionHolder
 
size() - Method in class com.quartetfs.biz.pivot.contribution.impl.ColumnWrappingPointList
 
size() - Method in class com.quartetfs.biz.pivot.contribution.impl.FactContributionHolder
 
size() - Method in class com.quartetfs.biz.pivot.contribution.impl.GlobalContributionHolder
 
size() - Method in class com.quartetfs.biz.pivot.contribution.impl.SimpleAggregatedContributionHolder
 
size() - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
size() - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
size() - Method in interface com.quartetfs.biz.pivot.IPointLocationList
Returns the number of location points in this list.
size() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
size() - Method in class com.quartetfs.biz.pivot.test.util.DummyRecordBlock
 
size() - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
size() - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
size() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalityRandomAccessSet
 
size() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.DictionarySet
 
size() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.EmptySet
 
size() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedSet
 
size() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet
 
size() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.RandomShuffledSet
 
size() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingleMemberSet
 
size() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingletonSet
 
size() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SubSet
 
size() - Method in interface com.quartetfs.pivot.mdx.eval.set.IRandomAccessSet
Get the actual size of the set.
size() - Method in class com.quartetfs.pivot.mdx.impl.LazyTupleCollection.CrossJoinLazyTupleCollection
 
size() - Method in class com.quartetfs.pivot.mdx.impl.LazyTupleCollection.RandomAccessSetLazyTupleCollection
 
size() - Method in class com.quartetfs.pivot.mdx.impl.LazyTupleCollection
Size of the collection.
size() - Method in class com.quartetfs.pivot.mdx.utils.impl.CircularBuffer
 
size() - Method in class com.quartetfs.pivot.mdx.utils.impl.CyclicArray.CyclicArrayList
 
size() - Method in class com.quartetfs.pivot.mdx.utils.impl.CyclicArray
 
size() - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleAccumulator
Returns the size of the underlying tuple list.
size() - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleBottomCountAccumulator
 
size() - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleBottomPercentAccumulator
 
size() - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleBottomSumAccumulator
 
size(int) - Method in class com.qfs.store.query.impl.RecordSetRowsIterator
 
size(int) - Method in class com.qfs.store.query.impl.RowListIterator
 
size(int) - Method in interface com.qfs.store.query.IRowsIterator
Returns the number of rows that this iterator contains or the limit if the number of rows is greater than the limit.
SIZE - Static variable in interface com.qfs.service.store.IDatabaseRestService
REST path value to access table size.
SIZE_KEY - Static variable in class com.quartetfs.biz.pivot.context.drillthrough.impl.VectorDrillthroughColumnSet
Key to retrieve vector's size from Properties.
sizeInBytes() - Method in interface com.qfs.bitmap.IBitmap
Gets the total size of the index.
sizeInBytes() - Method in interface com.qfs.bitmap.IBitmapIndex
Gets an estimation of the total size of the index.
sizeInBytes() - Method in class com.qfs.bitmap.impl.ABitmapIndex
Estimates the size in bytes of the index.
sizeInBytes() - Method in class com.qfs.bitmap.impl.Bitmap
 
sizeInBytes() - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
sizeInBytes() - Method in class com.qfs.bitmap.impl.LeafBitmapMatcher
 
sizeInBytes() - Method in class com.qfs.bitmap.impl.QFSBitmap
 
SIZELEN - Static variable in class com.qfs.util.tar.impl.TarHeader
The length of the size field in a header buffer.
SizeLimitCursor - Class in com.qfs.store.query.impl
cursor with a size limit.
SizeLimitCursor(ICursor, int) - Constructor for class com.qfs.store.query.impl.SizeLimitCursor
Full constructor.
skip(long) - Method in class com.qfs.util.tar.impl.TarInputStream
Skip bytes in the input buffer.
Skip - com.quartetfs.biz.xmla.constants.Keyword
 
SKIP_DATAMEMBERS_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.LeafCountPostProcessor
The name of the properties to skip data members.
SKIP_PREFIX - Static variable in class com.qfs.logging.MessagesCSV
TarInputStream: SKIP currENTRY.
SKIP_RECORD - Static variable in class com.qfs.logging.MessagesCSV
SkipRecord: recIdx and blkIdx.
SkipNonePartitionSelector - Class in com.qfs.store.part.impl
Implementation of IPartitionSelector selecting all partitions.
skipRecord() - Method in class com.qfs.util.tar.impl.TarBuffer
Skip over a record on the input stream.
SlabDirectChunkAllocator - Class in com.qfs.chunk.direct.allocator.impl
A chunk allocator using SlabMemoryAllocator as native memory allocator.
SlabDirectChunkAllocator() - Constructor for class com.qfs.chunk.direct.allocator.impl.SlabDirectChunkAllocator
Constructor usable by reflection.
SlabDirectChunkAllocator(IThreadPoolSelector) - Constructor for class com.qfs.chunk.direct.allocator.impl.SlabDirectChunkAllocator
Default constructor.
SlabMemoryAllocator - Class in com.qfs.chunk.direct.allocator.impl
Also known as malloQ, this allocator is optimized for NUMA systems that supports huge pages.
SlabMemoryAllocator(IThreadPoolSelector) - Constructor for class com.qfs.chunk.direct.allocator.impl.SlabMemoryAllocator
Default constructor.
sleep(long) - Method in class com.activeviam.time.impl.SystemTimeSupplier
 
sleep(long) - Method in interface com.activeviam.time.ITimeSupplier
Waits for time to increase by a prescribed amount.
SLICER - com.quartetfs.pivot.mdx.statement.IAxisName.Default
Slicer.
SLICER - Static variable in interface com.quartetfs.pivot.mdx.statement.IAxisName
Name for the Slicer axis.
SLICER_CANNOT_BE_OMITTED - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
slicer_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
slicer_specification() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
slicer_specification_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.slicer_specification_return
 
slicing() - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.CommonHierarchyBuilder
Sets this hierarchy to be slicing.
slicing() - Method in interface com.activeviam.desc.build.dimensions.ICanBeSlicing
Sets this hierarchy to be slicing.
slicing(boolean) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.CommonHierarchyBuilder
Sets this hierarchy to be slicing or not.
slicing(boolean) - Method in class com.activeviam.copper.hierarchy.ACopperCommonHierarchyBuilder
 
SLICING - com.activeviam.copper.hierarchy.CopperHierarchyMetadata.UserSpecific
Flag for the slicing attribute of this hierarchy.
SlowActivePivotQuery - Class in com.activeviam.health.monitor.impl
Event fired when an activepivot query fails because of a timeout.
SlowActivePivotQuery(long, IQuery<?>, int) - Constructor for class com.activeviam.health.monitor.impl.SlowActivePivotQuery
Constructor of SlowActivePivotQuery.
slowEventProcessingThreshold - Variable in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
The time threshold to consider an event processing is slow to recursively print timing statistics of the event.
slowEventPublishingThreshold - Variable in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
The time threshold to consider an event publishing is slow to recursively print timing statistics of the event.
Small - com.qfs.store.query.plan.Selectivity
There is at least a multiselection on all fields of a unique index of the store.
smartForkAll(Iterable<? extends CountedCompleter<?>>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Forks all the tasks in the given list in the correct order.
smartForkAll(CountedCompleter<?>[]) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Forks all the tasks in the given list in the correct order.
SmartSchemaPrinter - Class in com.qfs.store.impl
Smartly printing the content of a version.
snapshot() - Method in interface com.quartetfs.pivot.mdx.IContextBase
Snapshot a context and returns it.
snapshot() - Method in class com.quartetfs.pivot.mdx.impl.ADelegatingContextBase
 
snapshot() - Method in class com.quartetfs.pivot.mdx.impl.ARootContextBase
 
snapshot(String, EventT, IActivePivotVersion) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Take a snapshot of a stream node.
snapshotAllStreams(String) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Dumps all continuous queries to a file.
SnapshotContentTree - Class in com.qfs.content.snapshot.impl
SnapshotContentTree is an extension of ContentTree with some fields specified as JSON properties for serialization.
SnapshotContentTree(BasicJsonContentEntry, Map<String, ? extends SnapshotContentTree>) - Constructor for class com.qfs.content.snapshot.impl.SnapshotContentTree
Constructor.
SnapshotContentTree(String, boolean, List<String>, List<String>, Map<String, ? extends SnapshotContentTree>) - Constructor for class com.qfs.content.snapshot.impl.SnapshotContentTree
Constructor.
snapshotMemoryManagementInfo() - Static method in class com.activeviam.apm.pivot.monitoring.impl.MemoryMonitoringUtils
Takes a snapshot of current memory management statistics.
SnapshotProcessingTask<EventT> - Class in com.quartetfs.biz.pivot.query.impl
Process a context node snapshot, refresh subscribed query results, and return a collection of tasks that will notify listeners.
snapshotSecurityDetails() - Method in class com.qfs.security.impl.SpringSecurityFacade
Returns the security details attached to the current thread, or null if no security context is in place.
snapshotSecurityDetails() - Method in interface com.quartetfs.biz.pivot.security.IContextValueManager
Returns the security details of the user that is logged in.
snapshotSecurityDetails() - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManager
 
snapshotSecurityDetails() - Method in interface com.quartetfs.fwk.security.ISecurityFacade
Returns an immutable token holding the security details attached to the current thread.
snapshotState() - Method in class com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.AVisitorContextWithArgs
 
snapshotState() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.IVisitorContext
Snapshots the current state of the visitor in order to restore it later on.
snapshotState() - Method in class com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.NoArgsVisitorContext
 
snapshotStreams(String) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Dumps all continuous queries compatible with loading to a file.
snapshotUserContext(IContext) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextUtils
Snapshots the values in the given context that are specific to the current user.
SNOWFLAKE_MAX_RESULTSET_SIZE - com.activeviam.properties.impl.ActiveViamProperty
Deprecated, for removal: This API element is subject to removal in a future version.
Use com.activeviam.database.snowflake.api.SnowflakeDirectQuerySettings
SOAP_ALTERNATE_MIME_TYPE - Static variable in class com.quartetfs.biz.xmla.XmlaConstants
 
SOAP_MIME_TYPE - Static variable in class com.quartetfs.biz.xmla.XmlaConstants
 
SOAP_PREFIX - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
SOAP_UNMARSHALL_FAILURE_WITH_DETAILS - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
SoapRequestUnmarshaller - Class in com.quartetfs.biz.xmla.servlet.impl
DOM based implementation of the input soap message parsing.
SoapRequestUnmarshaller() - Constructor for class com.quartetfs.biz.xmla.servlet.impl.SoapRequestUnmarshaller
Constructor.
SoapResponseMarshaller - Class in com.quartetfs.biz.xmla.servlet.impl
Implementation of the XML response marshaller.
SoapResponseMarshaller() - Constructor for class com.quartetfs.biz.xmla.servlet.impl.SoapResponseMarshaller
 
SocketSubscriber - Class in com.qfs.snl.ws.impl
Class implementing a message subscriber providing the updates to the user through websocket.
SocketSubscriber(IWsSession) - Constructor for class com.qfs.snl.ws.impl.SocketSubscriber
Full constructor.
SOFT_MAX_ARRAY_LENGTH - Static variable in class com.activeviam.io.LimitedByteArrayOutputStream
A soft maximum array length imposed by array growth computations.
SolarisPlatform - Class in com.qfs.platform.solaris
This class provide access to native Linux NUMA functions.
SOLIDUS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
SOLIDUS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
SOLIDUS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
Solve_Order - com.quartetfs.biz.xmla.constants.Keyword
 
SOLVE_ORDER - Static variable in interface com.quartetfs.pivot.mdx.meta.IMdxFormulaMember
 
some(Predicate<E>) - Method in interface com.activeviam.collections.ImmutableCollection
Test if one of the items of this collection matches a given predicate.
sort() - Method in class com.qfs.heap.impl.MaxHeapDouble
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MaxHeapFloat
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MaxHeapInteger
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MaxHeapLong
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MinHeapDouble
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MinHeapFloat
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MinHeapInteger
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MinHeapLong
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
Sorts into ascending numerical order the underlying array.
sort() - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
sort() - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
sort() - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
sort() - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
sort() - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
sort() - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
sort() - Method in class com.qfs.vector.impl.AbsVector
 
sort() - Method in class com.qfs.vector.impl.DoubleBlockVector
 
sort() - Method in class com.qfs.vector.impl.DoubleFixedBlockVector
 
sort() - Method in class com.qfs.vector.impl.EmptyVector
 
sort() - Method in class com.qfs.vector.impl.FloatBlockVector
 
sort() - Method in class com.qfs.vector.impl.FloatFixedBlockVector
 
sort() - Method in class com.qfs.vector.impl.IntegerBlockVector
 
sort() - Method in class com.qfs.vector.impl.IntegerFixedBlockVector
 
sort() - Method in class com.qfs.vector.impl.LongBlockVector
 
sort() - Method in class com.qfs.vector.impl.LongFixedBlockVector
 
sort() - Method in class com.qfs.vector.impl.NegativeVector
 
sort() - Method in class com.qfs.vector.impl.ObjectFixedBlockVector
 
sort() - Method in class com.qfs.vector.impl.PositiveVector
 
sort() - Method in class com.qfs.vector.impl.ZeroVector
 
sort() - Method in interface com.qfs.vector.IVector
Builds a transient clone of the vector, sorts it in ascending order then returns it.
sort(int...) - Method in class com.quartetfs.biz.xmla.rowset.impl.RowSet
Sort the content of the rowset against the input column ordinals.
sort(int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.DBSchema_CatalogsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DatasourcesDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_EnumeratorsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_InstancesDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_KeywordsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_LiteralsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_PropertiesDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_Schema_RowsetsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_ActionsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_CubesDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_DimensionsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_FunctionsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_InputDataSourcesDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_KPIsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_LevelsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroup_DimensionsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasureGroupsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MeasuresDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_PropertiesDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_SetsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_SchemataDefinition
 
sort(IRowset) - Method in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
sort(IRowset) - Method in interface com.quartetfs.biz.xmla.rowset.definition.IRowsetDefinition
Define the order in which the columns of this rowset are output in the XML for the discovery of this rowset.
sort(IRowset) - Method in class com.quartetfs.biz.xmla.servlet.impl.TabularRowSetDefinition
 
sort(IRowsetColumn...) - Method in class com.quartetfs.biz.xmla.rowset.impl.RowSet
Sort the content of the rowset against the input columns.
sort(IRowsetColumn...) - Method in interface com.quartetfs.biz.xmla.rowset.IRowset
 
sort(IRowsetColumn...) - Method in class com.quartetfs.pivot.mdx.xmla.impl.XmlaDrillthroughRowset
 
sort(String...) - Method in class com.quartetfs.biz.xmla.rowset.impl.RowSet
Sort the content of the rowset against the input column names.
sort(Comparator<E>) - Method in interface com.activeviam.collections.ImmutableList
Create a new list having our items but ordered according to a comparator.
sort(Comparator<E>) - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
Sort - com.quartetfs.biz.xmla.constants.Keyword
 
sortByIncreasingDepth(List<? extends IBasicContentEntry>) - Static method in class com.qfs.content.service.impl.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.
sortFieldsAndFunctions(int[], IntIntFunction[], int, int) - Static method in class com.qfs.store.part.impl.PartitioningUtil
Sorts a list of fields by ascending order and creates a sorted array of IntIntFunction keeping the functions aligned with the sorted fields.
sortInPlace() - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
sortInPlace() - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
sortInPlace() - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
sortInPlace() - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
sortInPlace() - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
sortInPlace() - Method in class com.qfs.vector.impl.EmptyVector
 
sortInPlace() - Method in class com.qfs.vector.impl.ZeroVector
 
sortInPlace() - Method in interface com.qfs.vector.ITransientVector
Sorts the content of this vector in place.
sortRestrictions(List<IRowsetColumn>) - Method in class com.quartetfs.biz.xmla.discovery.impl.ARowsetDefinition
 
sortRestrictions(List<IRowsetColumn>) - Method in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
sortRestrictions(List<IRowsetColumn>) - Method in interface com.quartetfs.biz.xmla.rowset.definition.IRowsetDefinition
Define the order in which the restriction columns of this rowset are output in the XML in the MDSCHEMA_ROWSET discovery.
SOURCE_PROCESS_ENDED - Static variable in class com.activeviam.apm.source.msg.impl.FileInfoLogMessages
 
SOURCE_PROCESS_ENDED_INFO - Static variable in class com.activeviam.apm.source.msg.impl.FileInfoLogMessages
 
SOURCE_PROCESS_EXCEPTION - Static variable in class com.activeviam.apm.source.msg.impl.FileInfoLogMessages
 
SOURCE_PROCESS_STARTED - Static variable in class com.activeviam.apm.source.msg.impl.FileInfoLogMessages
 
sourcePosition - Variable in class com.qfs.msg.csv.impl.CSVColumnParser
Index of the data source field being parsed.
SOURCES - Static variable in interface com.qfs.util.timing.IStandardTimers
 
spacing - Static variable in class com.quartetfs.pivot.mdx.utils.impl.PrettyPrinter.TablePrinter
 
spanBuilder() - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
spanBuilder() - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
SparseChunk<K,​ChunkTypeT extends IChunk<K>> - Class in com.qfs.chunk.impl
Deprecated, for removal: This API element is subject to removal in a future version.
SparseChunk(ChunkTypeT, IRowMapping) - Constructor for class com.qfs.chunk.impl.SparseChunk
Deprecated.
Constructor.
sparseChunkCompression(IRowMapping, int[], int, IChunkFactory<K>) - Method in class com.qfs.agg.impl.ChunkHistory
 
sparseChunkCompression(IRowMapping, int[], int, IChunkFactory<K>) - Method in interface com.qfs.chunk.IChunk
Creates a sparse chunk from this chunk.
SparseChunkHistory(ChunkHistory<K>, IRowMapping) - Constructor for class com.qfs.agg.impl.ChunkHistory.SparseChunkHistory
Constructor.
SparseChunkSet - Class in com.qfs.store.impl
Deprecated, for removal: This API element is subject to removal in a future version.
SparseChunkSet() - Constructor for class com.qfs.store.impl.SparseChunkSet
Deprecated.
No-argument constructor, for serialization.
SparseChunkSet(IChunkFactory<?>[], IChunk<?>[], int, boolean, int, IRowMapping) - Constructor for class com.qfs.store.impl.SparseChunkSet
Deprecated.
Constructor.
spawn() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.RetrievalResultTracker
 
spawn() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.UnLimitedRetrievalResultTracker
 
spawn() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalResultTracker
Spawn a new result tracker with zero recorded intermediate results (points).
spawn(boolean) - Method in interface com.qfs.pivot.agg.IAggregateStore
Spawns a new empty aggregate store that copies the structure of this store.
spawn(boolean) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
spawn(boolean) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
spawn(boolean) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
spawn(boolean) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
spawn(int, boolean) - Method in interface com.qfs.pivot.agg.IAggregateStore
Spawns a new empty aggregate store that copies the structure of this store.
spawn(int, boolean) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
spawn(int, boolean) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
spawn(int, boolean) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
spawn(int, boolean) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
spawn(IInternalCopperMeasure) - Method in class com.activeviam.copper.graph.CopperNode
Creates a copy of this node, with the same parent and depth but a different measure.
spawn(IHierarchicalMapping) - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
Creates a new provider with the given mapping.
spawnEmpty() - Method in class com.qfs.index.impl.ChunkedIntegerArray
 
spawnEmpty() - Method in class com.qfs.index.impl.ChunkedLongArray
 
spawnEmpty() - Method in class com.qfs.index.impl.IntegerArray
 
spawnEmpty() - Method in class com.qfs.index.impl.LongArray
 
spawnEmpty() - Method in class com.qfs.store.impl.ColumnarRecordSet
Returns an empty copy of this record set.
spawnForNewSchemaSelection(ICompositeSelection) - Method in class com.qfs.store.selection.impl.ATransactionPublishingScheduler
 
spawnForNewSchemaSelection(ICompositeSelection) - Method in interface com.qfs.store.selection.ITransactionPublishingScheduler
Create a new scheduler for a new schema composite selection.
spawnMultiVersionTree(BiConsumer<Object, Object>) - Method in class com.qfs.index.impl.CompositeSecondaryRecordIndexBase
 
spawnMultiVersionTree(BiConsumer<Object, Object>) - Method in class com.qfs.index.impl.CompositeUniqueRecordIndexBase
 
spawnMultiVersionTree(BiConsumer<Object, Object>) - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexBase
 
spawnMultiVersionTree(BiConsumer<Object, Object>) - Method in class com.qfs.index.impl.MultiVersionCompositeSecondaryRecordIndex
 
spawnMultiVersionTree(BiConsumer<Object, Object>) - Method in class com.qfs.index.impl.MultiVersionCompositeUniqueRecordIndex
 
spawnMultiVersionTree(BiConsumer<Object, Object>) - Method in class com.qfs.index.impl.MultiVersionIntegerArray
 
spawnMultiVersionTree(BiConsumer<Object, Object>) - Method in class com.qfs.index.impl.MultiVersionLazyDeleteLinkedIndex
 
spawnMultiVersionTree(BiConsumer<Object, Object>) - Method in class com.qfs.index.impl.MultiVersionLongArray
 
spawnMultiVersionTree(BiConsumer<Object, Object>) - Method in class com.qfs.index.impl.MultiVersionSecondaryRecordIndex
 
spawnMultiVersionTree(BiConsumer<Object, Object>) - Method in class com.qfs.index.impl.MultiVersionUniqueRecordIndex
 
spawnMultiVersionTree(BiConsumer<Object, Object>) - Method in class com.qfs.index.impl.UnarySecondaryRecordIndexBase
 
spawnMultiVersionTree(BiConsumer<Object, Object>) - Method in class com.qfs.index.impl.UnaryUniqueRecordIndexBase
 
spawnMultiVersionTree(BiConsumer<Object, Object>) - Method in class com.qfs.store.impl.MultiVersionColumnarRecordSet
 
spawnMultiVersionTree(BiConsumer<Object, Object>) - Method in class com.qfs.store.impl.StorePartitionContent
 
spawnRetrievalResultTracker() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Spawn a new retrieval result tracker associated with this execution plan limits.
spawnRetrievalResultTracker() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
 
spawnToNewFormat(IRecordFormat, IAllocationSettings[], Map<Integer, ICellFunction>, IntPredicate) - Method in class com.qfs.store.impl.ColumnarRecordSet
 
spawnToNewFormat(IRecordFormat, IAllocationSettings[], Map<Integer, ICellFunction>, IntPredicate) - Method in interface com.qfs.store.IRecordSetBase
Spawns a new record set from the current record set.
spawnWithCurrentCount() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.RetrievalResultTracker
 
spawnWithCurrentCount() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.UnLimitedRetrievalResultTracker
 
spawnWithCurrentCount() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalResultTracker
Spawn a new result tracker with the current recorded results (points).
spawnWithNewDictionary(IWritableDictionary<?>, BiConsumer<int[], int[]>) - Method in class com.qfs.index.impl.CompositeSecondaryRecordIndexBase
 
spawnWithNewDictionary(IWritableDictionary<?>, BiConsumer<int[], int[]>) - Method in class com.qfs.index.impl.CompositeUniqueRecordIndexBase
 
spawnWithNewDictionary(IWritableDictionary<?>, BiConsumer<int[], int[]>) - Method in class com.qfs.index.impl.UnarySecondaryRecordIndexBase
 
spawnWithNewDictionary(IWritableDictionary<?>, BiConsumer<int[], int[]>) - Method in class com.qfs.index.impl.UnaryUniqueRecordIndexBase
 
spawnWithNewDictionary(IWritableDictionary<?>, BiConsumer<int[], int[]>) - Method in interface com.qfs.index.IRecordIndexBase
Updates the dictionary used by the Index to reference its points.
spawnWithNewMetadata(BiConsumer<IConcreteReferenceBase, IConcreteReferenceBase>, IReferenceMetadata, IStoreMetadata) - Method in interface com.qfs.store.ref.IConcreteReferenceBase
Rewrites this base according to the new metadata.
spawnWithNewMetadata(BiConsumer<IConcreteReferenceBase, IConcreteReferenceBase>, IReferenceMetadata, IStoreMetadata) - Method in class com.qfs.store.ref.impl.MultiVersionNoIndexConcreteReference.NoIndexConcreteReferenceBase
 
spawnWithNewMetadata(BiConsumer<IConcreteReferenceBase, IConcreteReferenceBase>, IReferenceMetadata, IStoreMetadata) - Method in class com.qfs.store.ref.impl.MultiVersionNoIndexConcreteReference
 
spawnWithNewMetadata(BiConsumer<IConcreteReferenceBase, IConcreteReferenceBase>, IReferenceMetadata, IStoreMetadata) - Method in class com.qfs.store.ref.impl.MultiVersionSecondaryConcreteReference.SecondaryConcreteReferenceBase
 
spawnWithNewMetadata(BiConsumer<IConcreteReferenceBase, IConcreteReferenceBase>, IReferenceMetadata, IStoreMetadata) - Method in class com.qfs.store.ref.impl.MultiVersionSecondaryConcreteReference
 
spawnWithNewMetadata(BiConsumer<IConcreteReferenceBase, IConcreteReferenceBase>, IReferenceMetadata, IStoreMetadata) - Method in class com.qfs.store.ref.impl.MultiVersionUniqueConcreteReference
 
spawnWithNewMetadata(BiConsumer<IConcreteReferenceBase, IConcreteReferenceBase>, IReferenceMetadata, IStoreMetadata) - Method in interface com.qfs.store.ref.IMultiVersionConcreteReference
Rewrites this reference according to the new metadata.
spawnWithNewTargetIndexDictionary(IWritableDictionary<?>) - Method in interface com.qfs.store.ref.IConcreteReferenceBase
Creates a new instance of this base using the given dictionary.
spawnWithNewTargetIndexDictionary(IWritableDictionary<?>) - Method in class com.qfs.store.ref.impl.MultiVersionNoIndexConcreteReference.NoIndexConcreteReferenceBase
 
spawnWithNewTargetIndexDictionary(IWritableDictionary<?>) - Method in class com.qfs.store.ref.impl.MultiVersionSecondaryConcreteReference.SecondaryConcreteReferenceBase
 
specialIteration(ISet, int, Sets.ISpecialIterationProcedure<IMdxMember>) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Iterates over each member of the set in set order.
specialIteration(ISet, Sets.ISpecialIterationProcedure<ITuple>) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Iterate over each tuple of the set in set order.
specialIteration(List<ITuple>, Sets.ISpecialIterationProcedure<ITuple>) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Iterates over each tuple of the list.
SPECIFIC - com.activeviam.tracing.tracer.ITracer.SpanLevel
 
split(String) - Static method in class com.qfs.content.service.impl.ContentServiceHelper
Split the given content server path into an array of file names.
split(String, String, char) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Splits a string on a given separator, ignoring it if escaped.
splitAndUnescape(String, char, char) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Split a string which was joined by QfsStrings.joinAndEscape(Iterable, char, char).
splitDimensionMeasureGroups(String) - Static method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
Extracts the names of the various measure groups contained in the given groups description.
splitPath(String) - Static method in class com.qfs.desc.impl.DatastoreSchemaDescriptionUtil
Parses a String path into an array of String.
SPREADSHEET_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
Constant name of the spreadsheet service.
SPREADSHEET_SUFFIX - Static variable in interface com.activeviam.contextservice.service.ISpreadsheetRestService
The suffix forming the path to spreadsheet rest service.
SpreadsheetRestServiceController - Class in com.activeviam.contextservice.service
Implementation of ISpreadsheetRestService.
SpreadsheetRestServiceController(ContextValueMetadataService) - Constructor for class com.activeviam.contextservice.service.SpreadsheetRestServiceController
Constructor.
SPRING_PROPERTIES_RESOLVER - Static variable in class com.activeviam.properties.cfg.impl.ActiveViamPropertyFromSpringConfig
Name of the bean used to resolve the ActiveViam properties.
springAdministrationService() - Method in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
 
SpringAuthenticator - Class in com.qfs.security.impl
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.qfs.security.impl.SpringAuthenticator
 
springConfigurationService() - Method in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
 
SpringCorsFilter - Class in com.qfs.security.impl
A Filter that enable client-side cross-origin requests by implementing W3C's CORS (Cross-Origin Resource Sharing) specification for resources.
SpringCorsFilter() - Constructor for class com.qfs.security.impl.SpringCorsFilter
Constructor.
springIdGenerator() - Method in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
 
springLicensingService() - Method in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
 
springLongPollingService() - Method in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
 
SpringPropertyResolver - Class in com.activeviam.properties.impl
Property Resolver retrieving properties from the Spring Environment.
SpringPropertyResolver(Environment) - Constructor for class com.activeviam.properties.impl.SpringPropertyResolver
Constructor.
springQueriesService() - Method in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
 
SpringSecurityFacade - Class in com.qfs.security.impl
A security facade relying on the Spring Security framework, expecting a security context statically installed.
SpringSecurityFacade() - Constructor for class com.qfs.security.impl.SpringSecurityFacade
 
springStreamingService() - Method in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
 
SQL_BIGINT_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
SQL_DATETIME_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
SQL_FLOAT_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
SQL_INT_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
SQL_MONEY_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
SQL_NCHAR_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
SQL_NVARCHAR_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
SQL_REAL_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
SQL_SMALLINT_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
SQLBigInt - Class in com.quartetfs.biz.xmla.binxml.token.impl
SQL-Int token implementation.
SQLBigInt() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.SQLBigInt
 
SQLDateTime - Class in com.quartetfs.biz.xmla.binxml.token.impl
SQL-Date time token implementation.
SQLDateTime() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.SQLDateTime
 
SqlDriverCleaner - Class in com.qfs.servlet.impl
Servlet context listener in charge of cleaning SQL drivers registered by the application.
SqlDriverCleaner() - Constructor for class com.qfs.servlet.impl.SqlDriverCleaner
Default constructor without any specific actions.
SqlDriverCleaner(Map<Class<? extends Driver>, SqlDriverCleaner.DriverCleaner<? extends Driver>>) - Constructor for class com.qfs.servlet.impl.SqlDriverCleaner
Constructor.
SqlDriverCleaner.DriverCleaner<T extends Driver> - Class in com.qfs.servlet.impl
Functional class performing cleaning of a SQL Driver.
SQLFloat - Class in com.quartetfs.biz.xmla.binxml.token.impl
SQL-Float token implementation.
SQLFloat() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.SQLFloat
 
SQLInt - Class in com.quartetfs.biz.xmla.binxml.token.impl
SQL-Int token implementation.
SQLInt() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.SQLInt
 
SqlJoin - Class in com.activeviam.database.sql.api.schema
 
SqlJoin(String, String, String, Set<ITableJoin.FieldMapping>) - Constructor for class com.activeviam.database.sql.api.schema.SqlJoin
Deprecated, for removal: This API element is subject to removal in a future version.
SqlJoin.SqlJoinBuilder - Class in com.activeviam.database.sql.api.schema
 
SQLMoney - Class in com.quartetfs.biz.xmla.binxml.token.impl
SQL-Money token implementation.
SQLMoney() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.SQLMoney
 
SQLNChar - Class in com.quartetfs.biz.xmla.binxml.token.impl
SQLNChar token implementation.
SQLNChar() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.SQLNChar
 
SQLNVarChar - Class in com.quartetfs.biz.xmla.binxml.token.impl
SQLNVarChar token implementation.
SQLNVarChar() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.SQLNVarChar
 
SQLReal - Class in com.quartetfs.biz.xmla.binxml.token.impl
SQL-Real token implementation.
SQLReal() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.SQLReal
 
SQLSmallInt - Class in com.quartetfs.biz.xmla.binxml.token.impl
SQLSmallInt token implementation.
SQLSmallInt() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.SQLSmallInt
 
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
 
sqlTypes() - Method in class com.qfs.snl.persistence.type.impl.AJsonUserType
 
SQUARE_SUM_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
squaredEuclideanNorm(IVector) - Static method in class com.qfs.vector.impl.Vectors
Returns the square of the euclidean norm of a vector.
squareSum() - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
SquareSumFunction - Class in com.qfs.agg.impl
SQUARE SUM aggregation function.
SquareSumFunction() - Constructor for class com.qfs.agg.impl.SquareSumFunction
 
SquareSumFunction.SquareSumBindingDouble - Class in com.qfs.agg.impl
Square Sum binding for the 'double' data type.
SquareSumFunction.SquareSumBindingDoubleNullable - Class in com.qfs.agg.impl
Square Sum binding for the nullable 'double' data type.
SquareSumFunction.SquareSumBindingFloat - Class in com.qfs.agg.impl
Square Sum binding for the 'float' data type.
SquareSumFunction.SquareSumBindingFloatNullable - Class in com.qfs.agg.impl
Square Sum binding for the nullable 'float' data type.
SquareSumFunction.SquareSumBindingLong - Class in com.qfs.agg.impl
Square Sum binding for the 'long' data type.
SquareSumFunction.SquareSumBindingLongNullable - Class in com.qfs.agg.impl
Square Sum binding for the nullable 'long' data type.
squash(IInternalSecondaryRecordIndexVersion, Set<IInternalSecondaryRecordIndexVersion>) - Method in class com.qfs.index.impl.SecondaryRecordIndexVersion
 
squash(IInternalUniqueRecordIndexVersion, Set<IInternalUniqueRecordIndexVersion>) - Method in class com.qfs.index.impl.UniqueRecordIndexVersion
 
squash(IInternalStorePartitionVersion, Set<IInternalStorePartitionVersion>) - Method in class com.qfs.store.impl.StorePartitionVersion
 
squash(IInternalStoreVersion, Set<IInternalStoreVersion>) - Method in class com.qfs.store.impl.StoreVersion
 
squash(IInternalIndexVersion, Set<IInternalIndexVersion>) - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexVersion
 
squash(ISquashableAggregateProviderHolderVersion, Set<ISquashableAggregateProviderHolderVersion>) - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
squash(ISquashableAggregateProviderPartitionVersion, Set<ISquashableAggregateProviderPartitionVersion>) - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition.AggregateProviderPartitionVersion
 
squash(ISquashableAggregateProviderVersion, Set<ISquashableAggregateProviderVersion>) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedAggregateProviderVersion
 
squash(ISquashableAggregateProviderVersion, Set<ISquashableAggregateProviderVersion>) - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderVersion
 
squash(ISquashableAggregateProviderVersion, Set<ISquashableAggregateProviderVersion>) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
squash(ISquashableCubeVersion, Set<ISquashableCubeVersion>) - Method in class com.quartetfs.biz.pivot.cube.impl.CubeVersion
 
squash(ISquashableIntegerArrayVersion, Set<ISquashableIntegerArrayVersion>) - Method in class com.qfs.index.impl.IntegerArrayVersion
 
squash(ISquashableLongArrayVersion, Set<ISquashableLongArrayVersion>) - Method in class com.qfs.index.impl.LongArrayVersion
 
squash(IInternalDatastoreSchemaVersion, Set<IInternalDatastoreSchemaVersion>) - Method in class com.qfs.store.impl.DatastoreSchemaVersion
 
squash(IInternalRecordSetVersion, Set<IInternalRecordSetVersion>) - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
squash(ActivePivotVersion, Set<ActivePivotVersion>) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
squash(V, Set<V>) - Method in interface com.qfs.multiversion.squash.ISquashableVersion
Squashes to remove all version between versionBefore and this: merges the deltas, release the next pointers and free the resource in the base.
squashAllAfter() - Method in interface com.activeviam.index.IInternalSecondaryRecordIndexVersion
Squashes all the versions after this version.
squashAllAfter() - Method in interface com.activeviam.index.IInternalUniqueRecordIndexVersion
Squashes all the versions after this version.
squashAllAfter() - Method in interface com.activeviam.store.IInternalStorePartitionVersion
Squashes to remove all versions after - i.e.
squashAllAfter() - Method in interface com.qfs.index.IInternalIndexVersion
Squashes all the versions after this version.
squashAllAfter() - Method in class com.qfs.index.impl.IntegerArrayVersion
 
squashAllAfter() - Method in class com.qfs.index.impl.LazyDeleteLinkedIndexVersion
 
squashAllAfter() - Method in class com.qfs.index.impl.LongArrayVersion
 
squashAllAfter() - Method in class com.qfs.index.impl.SecondaryRecordIndexVersion
 
squashAllAfter() - Method in class com.qfs.index.impl.UniqueRecordIndexVersion
 
squashAllAfter() - Method in interface com.qfs.multiversion.squash.ISquashableAggregateProviderHolderVersion
 
squashAllAfter() - Method in interface com.qfs.multiversion.squash.ISquashableAggregateProviderPartitionVersion
Squashes to remove all version after (i.e.
squashAllAfter() - Method in interface com.qfs.multiversion.squash.ISquashableAggregateProviderVersion
Squashes to remove all versions after - i.e.
squashAllAfter() - Method in interface com.qfs.multiversion.squash.ISquashableIntegerArrayVersion
Squashes to remove all version after (i.e.
squashAllAfter() - Method in interface com.qfs.multiversion.squash.ISquashableLongArrayVersion
Squashes to remove all version after (i.e.
squashAllAfter() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedAggregateProviderVersion
Squashes to remove all version after (i.e.
squashAllAfter() - Method in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderVersion
 
squashAllAfter() - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition.AggregateProviderPartitionVersion
 
squashAllAfter() - Method in class com.qfs.pivot.cube.provider.partition.impl.APartitionedAggregateProviderVersion
 
squashAllAfter() - Method in interface com.qfs.store.IInternalRecordSetVersion
Squashes to remove all version after (i.e.
squashAllAfter() - Method in class com.qfs.store.impl.ColumnarRecordSetVersion
 
squashAllAfter() - Method in class com.qfs.store.impl.StorePartitionVersion
 
squashAllAfter() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.DummyAggregateProvider
 
SquashUtil - Class in com.qfs.multiversion.impl
Utility methods for VersionHistory.
SquashUtil() - Constructor for class com.qfs.multiversion.impl.SquashUtil
 
STACKTRACE - Static variable in class com.qfs.jackson.impl.ExceptionSerializer
The stackTrace.
StampingStreamListener - Class in com.quartetfs.biz.pivot.query.aggregates.impl
A listener to a stream that increments a stamp for each event that we receive.
StampingStreamListener(IStream<?>) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.StampingStreamListener
Constructor.
StandaloneContentServerRestConfig - Class in com.qfs.content.cfg.impl
This configuration exposes all the REST services that are required when the Content Service runs separately from ActivePivot.
StandaloneContentServerRestConfig() - Constructor for class com.qfs.content.cfg.impl.StandaloneContentServerRestConfig
 
Standard - com.quartetfs.fwk.format.impl.NamedNumericFormats
Displays the number with thousand separator, at least one digit to the left and two digits to the right of the decimal separator.
STANDARD - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.ClassificationType
Represents a standard field, fed from the selection and available in the provider.
StandardCompressor - Class in com.quartetfs.biz.xmla.compression.impl
Standard compressor.
StandardCompressor(Logger) - Constructor for class com.quartetfs.biz.xmla.compression.impl.StandardCompressor
Constructor.
StandardMatcher - Class in com.quartetfs.biz.xmla.compression.impl
Proof of concept implementation done in order to understand how the compression is done.
StandardMatcher(byte[]) - Constructor for class com.quartetfs.biz.xmla.compression.impl.StandardMatcher
Constructor.
StandardMergeProcedure - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Standard merge procedure that merges two axis members The own member sees its count updated by adding the count of the target member.
StandardMergeProcedure() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.StandardMergeProcedure
 
StandardScopeLocation - Class in com.quartetfs.biz.pivot.query.aggregates.impl
A location that has been cleansed and from which the analysis coordinates have been removed.
StandardScopeLocation(ILocation, ILocation, IPointLocationPattern, IHierarchicalMapping) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.StandardScopeLocation
Constructor.
StandardTypes - Class in com.activeviam.type
List of standard types for Fields in Data Tables.
start - Variable in class com.activeviam.copper.measure.window.CopperRange
Beginning of the range (inclusive).
start() - Method in interface com.activeviam.apm.pivot.monitoring.IActionMonitor
Starts the action monitoring.
start() - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
 
start() - Method in interface com.qfs.memory.IActiveCollector
Starts this collector.
start() - Method in class com.qfs.memory.impl.ActiveCollector
 
start() - Method in class com.qfs.messenger.jgroups.impl.GossipRouter
 
start() - Method in class com.qfs.msg.csv.impl.FileTask
Start reading the file into character chunks.
start() - Method in interface com.qfs.multiversion.IAdvancedEpochManager
Starts the thread executing the epoch management plan.
start() - Method in class com.qfs.multiversion.impl.EpochManager
 
start() - Method in class com.qfs.pivot.impl.DataNode
Start the DataNode.
start() - Method in class com.qfs.pivot.impl.DataNodeManager
Start all registered DataNode.
start() - Method in class com.qfs.pivot.impl.MultiVersionDataActivePivot
Deprecated.
 
start() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
start() - Method in class com.qfs.repository.impl.RepositoryDaemon
Starts the daemon.
start() - Method in interface com.qfs.repository.IRespositoryServiceDaemon
Start the daemon.
start() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Starts the daemon.
start() - Method in class com.qfs.snl.ws.impl.SocketSubscriber
Starts the subscriber publication.
start() - Method in class com.qfs.util.timing.impl.NoopTimer
 
start() - Method in class com.qfs.util.timing.impl.Timer
 
start() - Method in interface com.qfs.util.timing.ITimer
Starts the timer.
start() - Method in class com.quartetfs.biz.pivot.impl.AActivePivotSchemaRebuilder
Schedules the periodic rebuild task.
start() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
Starts this base.
start() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
start() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
start() - Method in interface com.quartetfs.fwk.IAgent
Starts the agent.
start() - Method in class com.quartetfs.fwk.impl.AAtomicAgent
 
start() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
Start the registration process.
start() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationService
Start this service.
start() - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
Start the service.
start(boolean) - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
start(boolean) - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
start(boolean) - Method in class com.activeviam.pivot.contribution.impl.DistributedDataContributor
 
start(boolean) - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
start(boolean) - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
start(NettyAddressGenerator.NettyAddress, InetAddress, int[][]) - Method in class com.qfs.messenger.netty.impl.NettyTransporter
Start the server accepting incoming TCP connections.
start(ICompletion) - Method in class com.qfs.msg.csv.impl.ChannelTask
Start the channel task.
start(Object) - Method in class com.qfs.messenger.jgroups.impl.GossipRouter
Brings the Router into a fully functional state.
start(String) - Method in class com.qfs.util.timing.impl.StopWatch
 
start(String) - Method in interface com.qfs.util.timing.IStopWatch
Start a timer by its name.
start(String, String, IWorkflowPayload) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
start(String, String, IWorkflowPayload) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
start(String, String, IWorkflowPayload) - Method in interface com.qfs.snl.workflows.IWorkflowService
Starts the workflow.
START - com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo.TimingDescription
 
START_ALERT - Static variable in interface com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when one or more alerts are being started, i.e.
START_APPLY_INITIAL_MESSAGE - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
START_APPLY_REMOTE_COMMIT - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
START_CLONE_HIERARCHIES_FOR_REMOTE_COMMIT - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
START_DESERIALIZATION_INITIAL_MESSAGE - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
START_DESERIALIZATION_TCM - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
START_ON_INIT_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property to set to true to start sampling as soon as the allocator is built.
START_REMOVE_MEMBERS - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
START_SERIALIZATION_INITIAL_MESSAGE - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
START_SERIALIZATION_TCM - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
startActiveMonitorDaemon() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean action] Starts the ActiveMonitor daemon using the ActiveMonitorPivotExtensionServiceConfiguration.activeMonitorDaemonStarter().
startAlert(ISentinelAlert) - Method in interface com.qfs.snl.alerts.IAlertService
Start an alert.
startAlert(ISentinelAlert) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
startAlert(ISentinelAlert) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
startAlert(AlertDto) - Method in interface com.qfs.snl.rs.IAlertRestService
Starts an alert.
startAlert(AlertDto) - Method in class com.qfs.snl.rs.impl.AlertRestServiceController
 
startAlertPayload(IWorkflowPayload, IMonitor, ISentinelAlert, ISentinelEvent) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Creates a payload for IWorkflowService.WorkflowTypes.START_ALERT workflows.
startAlerts(String, Collection<? extends ISentinelAlert>) - Method in interface com.qfs.snl.monitors.IMonitorService
Starts a serie of alerts.
startAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
startAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
Starts a serie of alerts.
startAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
startAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
startAlerts(List<? extends ISentinelAlert>) - Method in interface com.qfs.snl.alerts.IAlertService
Starts a series of alerts.
startAlerts(List<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
startAlerts(List<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
startAndLog(IStandardLogger) - Method in interface com.activeviam.apm.pivot.monitoring.IActionMonitor
Starts the action monitoring and logs the message.
startAndLog(IStandardLogger) - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
 
startAndLog(IStandardLogger) - Method in class com.activeviam.apm.pivot.monitoring.impl.QueryExecutorMonitor
 
startAxis(String, List<String>, List<String>) - Method in class com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.CSVTableOutput
 
startAxis(String, List<String>, List<String>) - Method in interface com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.ITableOutput
 
startAxis(String, List<String>, List<String>) - Method in class com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.CSVTableOutput
 
startAxis(String, List<String>, List<String>) - Method in interface com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.ITableOutput
 
StartBuilding - Class in com.activeviam.builders
Contains all entry points to start create an ActivePivot with a Datastore.
StartBuilding.Builder - Class in com.activeviam.builders
 
startBuildingTableSecurity() - Static method in class com.qfs.desc.impl.TableSecurityBuilder
Start building a @TableSecurity that starts with no permission.
startCells(List<String>) - Method in class com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.CSVTableOutput
 
startCells(List<String>) - Method in interface com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter.ITableOutput
 
startCells(List<String>) - Method in class com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.CSVTableOutput
 
startCells(List<String>) - Method in interface com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter.ITableOutput
 
startConflatedTransactionProcessing(ICompositeActivePivotTransactionInfo, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.DefaultLoggingConflatedTransactionListener
 
startConflatedTransactionProcessing(ICompositeActivePivotTransactionInfo, long) - Method in interface com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.IConflatedEventProcessingListener
Notifies this listener that the given composite info has started being processed.
startDaemon() - Method in class com.qfs.repository.util.RepositoryDaemonDistributionAwareStarter
Starts the repository daemon if possible.
startDaemon() - Method in class com.qfs.snl.agent.util.ActiveMonitorDaemonDistributionAwareStarter
Starts the sentinel daemon if possible.
startDataContribution(IDataContributor, CountedCompleter<Void>, boolean) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
Starts contributing data to this schema using the ActivePivotSchema.dataContributor.
startDelegate() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
Starts the underlying ActivePivotManager.
startDistribution() - Method in interface com.qfs.distribution.IMultiVersionDataActivePivot
Start the distribution infrastructure.
startDistribution() - Method in class com.qfs.pivot.impl.MultiVersionDataActivePivot
Deprecated.
Start the distribution infrastructure.
startDocument() - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXMLHandler
 
startDocument() - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
startDocument() - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeBinXmlHandler
 
startDocument() - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
startDocument() - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
startDocument() - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
Start the document.
STARTED - com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction.State
The transaction is started.
STARTED - com.quartetfs.fwk.IAgent.State
The state of a started agent.
STARTED - com.quartetfs.tech.streaming.IStreamProperties.InitialState
The stream is initialized and started, real-time publication of events is on.
startElement(String, String...) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
startElement(String, String...) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
startElement(String, String...) - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
startElement(String, String...) - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
Start an element.
startElement(String, String, String, Attributes) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXMLHandler
 
startElement(String, String, String, Attributes) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeBinXmlHandler
 
startFinalizer() - Static method in class com.qfs.vector.impl.VectorFinalizer
Starts the finalizer thread taking care of cleaning chunks on GC.
startFunction(String) - Method in interface com.qfs.pivot.mdx.compil.IMdxCompilationBuilder
Start a new function call.
startFunction(String) - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilationMatcherBuilder
 
startIteration() - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.ICellPlanResultCursor
Starts the iteration of the cursor.
startListeningToTransactions() - Method in class com.activeviam.store.impl.DatastoreDataStreamer
Attaches this instance to the notification system of the Datastore to be informed of new transactions happening.
startMemorySampling(double) - Method in class com.qfs.chunk.direct.allocator.impl.TrackerNativeMemoryAllocator
Starts the memory sampling at the given frequency, given as a percentage (a number between 0 and 100) of allocations that are sampled.
startMessenger(IMessengerDefinition) - Method in interface com.qfs.distribution.IDistributedComponent
Start the IDistributedComponent.getMessenger() if it is the desired behavior.
startNextSpan() - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
startNextSpan() - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
startNextSpan() - Method in interface com.activeviam.tracing.tracer.ITracer
Equivalent to Tracer.nextSpan() but with a started span.
startNextSpan(Object, TraceContext, Span) - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
startNextSpan(Object, TraceContext, Span) - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
startNextSpan(Object, TraceContext, Span) - Method in interface com.activeviam.tracing.tracer.ITracer
Creates and starts a new span based on the owner class and the global span level ITracer.SpanLevel.
startNextSpan(Span) - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
startNextSpan(Span) - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
startNextSpan(Span) - Method in interface com.activeviam.tracing.tracer.ITracer
Equivalent to Tracer.nextSpan(Span) but with a started span.
startNextSpanWithParentContext(TraceContext) - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
startNextSpanWithParentContext(TraceContext) - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
startNextSpanWithParentContext(TraceContext) - Method in interface com.activeviam.tracing.tracer.ITracer
Creates and starts a new span with as paren the provided context, or creates a new trace if the latter is null.
startNonTransactionalEventProcessing(Object, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.DefaultLoggingConflatedTransactionListener
 
startNonTransactionalEventProcessing(Object, long) - Method in interface com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.IConflatedEventProcessingListener
Notifies this listener that the given event has started being processed.
startRepositoryDaemon() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean action] Starts the repository daemon using the RepositoryAPExtensionServiceConfiguration.repositoryDaemonStarter().
startScheduler(long) - Method in class com.quartetfs.biz.pivot.security.impl.AContextValueManager
Starts the scheduler.
startScopedSpan(String) - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
startScopedSpan(String) - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
startStructureUpdate() - Method in interface com.qfs.store.transaction.IDatastoreStructuralSchemaTransactionManager
 
startStructureUpdate() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotManager
 
startStructureUpdate() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
startStructureUpdate(boolean) - Method in interface com.qfs.store.transaction.IDatastoreStructuralSchemaTransactionManager
 
startStructureUpdate(boolean) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
startsWith(JoinPath) - Method in class com.activeviam.database.api.schema.FieldPath
Tests if this path to a field starts with another path of joins.
startsWith(JoinPath) - Method in class com.activeviam.database.api.schema.JoinPath
Tests if this path of relations starts with another path.
startsWith(List<T>, List<T>) - Static method in class com.quartetfs.fwk.util.impl.QfsCollections
Deprecated.
Tests if a collection of values starts with a given sequence of values.
startTable(int[]) - Method in class com.qfs.util.ui.impl.TableBuilder
 
startTable(int[]) - Method in interface com.qfs.util.ui.ITableBuilder
Starts a table.
startTimer(String, String) - Static method in class com.activeviam.apm.utils.impl.TimingUtils
Starts the timer of a given identifier.
startTransaction() - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
startTransaction() - Method in class com.qfs.store.transaction.impl.TransactionManager
 
startTransaction() - Method in interface com.qfs.store.transaction.ITransactionManager
Create and start a new global transaction with exclusive access to the schema and all the stores it contains.
startTransaction() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransactionManager
 
startTransaction() - Method in interface com.quartetfs.biz.pivot.transaction.ITransactionManager
Starts a transaction.
startTransaction(int[]) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
startTransaction(int[]) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
startTransaction(int[]) - Method in interface com.qfs.store.transaction.ITransactionManager
Lowest level API to start a transaction.
startTransaction(long, int[], int[], int[]) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Starts a transaction on the IDatastoreSchemaVersion.
startTransaction(long, int[], int[], int[]) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
startTransaction(String...) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
startTransaction(String...) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
startTransaction(String...) - Method in interface com.qfs.store.transaction.ITransactionManager
Start a transaction on one or multiple stores.
startTransaction(Properties) - Method in interface com.qfs.store.transaction.ITransactionManager
Create and start a transaction.
startTransaction(Properties) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransactionManager
 
startTransaction(Properties) - Method in interface com.quartetfs.biz.pivot.transaction.ITransactionManager
Starts a transaction.
startTransaction(Properties, String...) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
startTransaction(Properties, String...) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
startTransaction(Properties, String...) - Method in interface com.qfs.store.transaction.ITransactionManager
Create and start a transaction.
startTransactionFromBranch(String, String, String...) - Method in interface com.qfs.store.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.qfs.store.transaction.ITransactionManager
Starts a transaction on the specified branch.
STAT_NAME_AGGREGATE_STORE - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on an Aggregate Provider Store for Aggregates.
STAT_NAME_BITMAP_INDEX - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on the Bitmap Aggregate Provider Index.
STAT_NAME_BITMAP_MATCHER - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on an Aggregate Provider matcher on rows.
STAT_NAME_CHUNK - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name of the statistic for a chunk.
STAT_NAME_CHUNK_ENTRY - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name of the statistics for single Object entry of a chunk.
STAT_NAME_CHUNK_OF_CHUNKSET - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on underlying chunks of com.qfs.store.impl.ChunkSet.
STAT_NAME_CHUNKSET - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name of the statistic for a chunk set.
STAT_NAME_COLUMN - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics about a Columnar storage.
STAT_NAME_COMPOSITE_DATABASE - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the statistic for the whole composite database.
STAT_NAME_DATASTORE - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the statistic for the whole datastore.
STAT_NAME_DATASTORE_DICTIONARIES - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the statistic for the Datastore manager of Dictionaries.
STAT_NAME_DATASTORE_EPOCH_MANAGER - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the statistic for the Datastore Epoch Manager.
STAT_NAME_DATASTORE_SCHEMA - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the statistic for the Datastore internal schema.
STAT_NAME_DATASTORE_TRANSACTION_MANAGER - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the statistic for the Datastore Transaction Manager.
STAT_NAME_DICTIONARY - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name of the statistic for a dictionary.
STAT_NAME_DICTIONARY_COLUMNS - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on all columns of a Columnar Dictionary.
STAT_NAME_DICTIONARY_HASHTABLE - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on the structures storing a Dictionary single hash table.
STAT_NAME_DICTIONARY_HASHTABLES - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on the structures storing a Dictionary hash tables.
STAT_NAME_DICTIONARY_INNER - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on the structures storing a Dictionary inner structure.
STAT_NAME_DICTIONARY_LOCAL - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for the statistics on the local dictionary (within a translated dictionary).
STAT_NAME_DICTIONARY_MANAGER - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name of the statistics for a block of vectors.
STAT_NAME_DICTIONARY_REPLICATION - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for the statistics on the replication dictionary (within a translated dictionary).
STAT_NAME_DICTIONARY_UNDERLYING - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for an underlying dictionary within a dictionary.
STAT_NAME_EXTERNAL_DATABASE - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the statistic for the whole database.
STAT_NAME_FULL_PROVIDER - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on a multi Aggregate Provider full Provider.
STAT_NAME_GLOBAL_MAX_DIRECT_MEMORY - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name of the statistic attribute providing the size of the maximal off-heap memory.
STAT_NAME_GLOBAL_MAX_HEAP_MEMORY - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name of the statistic attribute providing the maximal size of the on-heap memory.
STAT_NAME_GLOBAL_USED_DIRECT_MEMORY - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name of the statistic attribute providing the size of the used off-heap memory.
STAT_NAME_GLOBAL_USED_HEAP_MEMORY - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name of the statistic attribute providing the size of the used on-heap memory.
STAT_NAME_HIERARCHY - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on a Hierarchy, as returned by IMemoryStatistic#getName().
STAT_NAME_INDEX - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name of the statistic for an index.
STAT_NAME_INDEX_DICTIONARY_OF_KEYS - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on the structures storing a Dictionary keys.
STAT_NAME_KEY_INDEX - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for the statistic of the key index in a store.
STAT_NAME_LEVEL - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on a Hierarchy Level.
STAT_NAME_LEVEL_DICTIONARY - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on a Level dictionary.
STAT_NAME_LEVEL_MEMBERS - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on a Level members.
STAT_NAME_MANAGER - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on an com.quartetfs.biz.pivot.IActivePivotManager.
STAT_NAME_MAPPING - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on a mapping (between two Dictionaries, for the rows of a sparse chunk set...).
STAT_NAME_MULTIVERSION_PIVOT - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics for multiple version of an ActivePivot.
STAT_NAME_MULTIVERSION_STORE - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the statistic of multiple versions of a single Datastore store.
STAT_NAME_MULTIVERSION_TRANSITION - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Transition between two versions of a Multi-Version structure.
STAT_NAME_OWNED_REFERENCES - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for the statistic of an owned reference in a store.
STAT_NAME_PARTIAL_PROVIDER - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on a multi Aggregate Provider partial Provider.
STAT_NAME_PARTITIONING - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on a Partitioning.
STAT_NAME_PIVOT - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on an ActivePivot, as returned by IMemoryStatistic#getName().
STAT_NAME_POINT_INDEX - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on an Aggregate Provider Point Index.
STAT_NAME_POINT_INDEX_COLUMNS - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on a point index record columns.
STAT_NAME_POINT_INDEX_DICTIONARIES - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on a point index record dictionaries.
STAT_NAME_POINT_MAPPING - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on an Aggregate Provider mapping between the Point Index and the Aggregate Store.
STAT_NAME_PRIMARY_INDICES - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Deprecated.
since 5.10
STAT_NAME_PROVIDER - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on a Pivot Aggregate Provider.
STAT_NAME_PROVIDER_PARTITION - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics on a given partition of an Aggregate Provider.
STAT_NAME_RECORD_SET - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for statistics about a Set of Records.
STAT_NAME_REFERENCE - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name of the statistic for a reference.
STAT_NAME_ROW_MAPPING - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Attribute name for com.qfs.chunk.IRowMapping.
STAT_NAME_SECONDARY_INDICES - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for the statistic of the secondary indices in a store.
STAT_NAME_STORE - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the statistic for a single store.
STAT_NAME_STORE_PARTITION - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for the statistic of a store partition.
STAT_NAME_STORES - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
The name of the statistic for a several stores.
STAT_NAME_UNIQUE_INDICES - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name for the statistic of the unique indices in a store.
STAT_NAME_VECTOR - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name of the statistic for a vector.
STAT_NAME_VECTOR_BLOCK - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name of the statistics for a block of vectors.
STAT_NAME_VERSIONS_COLUMN - Static variable in class com.qfs.monitoring.statistic.memory.MemoryStatisticConstants
Name of the statistic in ColumnarRecordSet for the versions column.
STATE - Static variable in interface com.qfs.snl.rs.IMonitorRestService
The state keyword.
STATE - Static variable in interface com.quartetfs.biz.pivot.monitoring.IStreamInfoHolder
Property key for the stream state at the moment of the snapshot.
StateDto - Class in com.qfs.snl.dtos
The state data transfer object.
StateDto() - Constructor for class com.qfs.snl.dtos.StateDto
Constructor.
StateDto(ISentinelState) - Constructor for class com.qfs.snl.dtos.StateDto
Copy constructor.
StateDto(String, String, Double, String) - Constructor for class com.qfs.snl.dtos.StateDto
Full constructor.
StateListType - Class in com.qfs.snl.persistence.type.impl
Hibernate type storing a list of SentinelState.
StateListType() - Constructor for class com.qfs.snl.persistence.type.impl.StateListType
 
Statement - com.quartetfs.biz.xmla.constants.Keyword
 
Statement - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
STATEMENT - Static variable in class com.quartetfs.pivot.mdx.meta.impl.MdxContextHelper
 
STATEMENT_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
StatementCommand - Class in com.quartetfs.biz.xmla.servlet.impl
Deprecated, for removal: This API element is subject to removal in a future version.
StateSupport - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
STATIC - com.quartetfs.pivot.mdx.statement.ICreateSetStatement.EvaluationType
 
STATIC - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
STATIC - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
STATIC - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
StaticExpandMemoizer - Class in com.quartetfs.pivot.mdx.impl
Helper used to efficiently expand range tuples/members.
StaticExpandMemoizer(IMdxCube) - Constructor for class com.quartetfs.pivot.mdx.impl.StaticExpandMemoizer
 
staticFieldBase(Field) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Report the location of a given static field, in conjunction with UnsafeUtil.staticFieldOffset(java.lang.reflect.Field).
staticFieldOffset(Field) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Report the location of a given static field, in conjunction with UnsafeUtil.staticFieldBase(java.lang.reflect.Field).
StaticOperand - Class in com.qfs.store.query.plan.condition.impl
A IOperand that knows at query compile time the position of the value it is looking for.
StaticOperand(Object, int) - Constructor for class com.qfs.store.query.plan.condition.impl.StaticOperand
Full constructor.
StaticOperandData<T> - Class in com.quartetfs.biz.pivot.formula.impl
 
StaticOperandData() - Constructor for class com.quartetfs.biz.pivot.formula.impl.StaticOperandData
 
StaticOperandData(List<T>) - Constructor for class com.quartetfs.biz.pivot.formula.impl.StaticOperandData
 
StaticOperandData(T) - Constructor for class com.quartetfs.biz.pivot.formula.impl.StaticOperandData
 
staticPivotExpand(ITuple, IMdxCube) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Triggers static expansion.
staticPivotExpand(ISet, IMdxCube, boolean, boolean) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Static expansion.
StaticSetOperand - Class in com.qfs.store.query.plan.condition.impl
Version of StaticOperand for IN conditions.
StaticSetOperand(Set<Object>, TIntSet) - Constructor for class com.qfs.store.query.plan.condition.impl.StaticSetOperand
Full constructor.
STATISTIC_CLASS_ATTR - Static variable in class com.qfs.pivot.monitoring.impl.MemoryStatisticAdapter
Property name for the class of the serialized statistic.
STATISTIC_CLASS_ATTR - Static variable in class com.qfs.pivot.monitoring.impl.MonitoringStatisticAdapter
Property name for the class of the serialized statistic.
STATISTIC_ENTRY - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryMonitoringUtil
Format pattern for statistics entry.
STATISTIC_NAME - Static variable in class com.qfs.pivot.cube.provider.impl.AggregateProviderHolderBase
 
Statistical - com.quartetfs.pivot.mdx.statement.FunctionCategory
 
statistics() - Method in interface com.activeviam.database.api.query.IQueryRunner
Performs pre-defined queries exposing various statistics about the Database.
statistics() - Method in class com.activeviam.store.impl.DatastoreTransactionQueryRunner
 
statistics() - Method in class com.activeviam.store.impl.QueryRunnerAdapter
 
StatStopWatch - Class in com.qfs.util.timing.impl
A StopWatch using StatTimer instead of traditional Timer.
StatStopWatch() - Constructor for class com.qfs.util.timing.impl.StatStopWatch
 
StatTimer - Class in com.qfs.util.timing.impl
Timer for statistics.
StatTimer(IStopWatchLoggingPolicy) - Constructor for class com.qfs.util.timing.impl.StatTimer
Constructor.
STATUS - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the status formula.
STATUS_GRAPHIC - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the status graphic theme to use.
STD - Static variable in class com.quartetfs.fwk.monitoring.impl.QuantityMonitor
 
StdDev - com.quartetfs.biz.xmla.constants.Keyword
 
STDDEV - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
STDDEVP - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
Stdev - com.quartetfs.biz.xmla.constants.Keyword
 
STDEV - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
StdevFunction - Class in com.quartetfs.pivot.mdx.func.impl
Stdev function.
StdevFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.StdevFunction
 
STDEVP - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
StdevPFunction - Class in com.quartetfs.pivot.mdx.func.impl
StdevP function.
StdevPFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.StdevPFunction
 
stop() - Method in interface com.activeviam.apm.pivot.monitoring.IActionMonitor
Stops the action monitoring.
stop() - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
 
stop() - Method in interface com.activeviam.health.monitor.IHealthCheckAgent
Shutdown the agent, destroying the associated ressources.
stop() - Method in class com.activeviam.health.monitor.impl.HealthCheckAgent
 
stop() - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
stop() - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
stop() - Method in class com.activeviam.pivot.contribution.impl.DistributedDataContributor
 
stop() - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
stop() - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
stop() - Method in interface com.qfs.distribution.IApplicationManager
Stop the application manager.
stop() - Method in interface com.qfs.memory.IActiveCollector
Stops this collector.
stop() - Method in class com.qfs.memory.impl.ActiveCollector
 
stop() - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
stop() - Method in class com.qfs.messenger.jgroups.impl.GossipRouter
Override to log and not unregister MBean.
stop() - Method in interface com.qfs.multiversion.IAdvancedEpochManager
Stops the thread started by IAdvancedEpochManager.start().
stop() - Method in class com.qfs.multiversion.impl.EpochManager
 
stop() - Method in class com.qfs.pivot.impl.DataNode
Stop the DataNode.
stop() - Method in class com.qfs.pivot.impl.DataNodeManager
Stop all registered DataNode.
stop() - Method in class com.qfs.pivot.impl.MultiVersionDataActivePivot
Deprecated.
 
stop() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
stop() - Method in interface com.qfs.pool.IMixedWorkloadPool
Stop the pools.
stop() - Method in class com.qfs.pool.impl.QFSPools.MixedWorkloadPool
 
stop() - Static method in class com.qfs.pool.impl.QFSPools
Stops all the pools.
stop() - Method in class com.qfs.repository.impl.LookupStream
 
stop() - Method in class com.qfs.repository.impl.RepositoryDaemon
Stops the daemon.
stop() - Method in interface com.qfs.repository.IRespositoryServiceDaemon
Stop the daemon.
stop() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
stop() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Stops the daemon.
stop() - Method in class com.qfs.snl.ws.impl.SocketSubscriber
Stops the subscriber.
stop() - Method in interface com.qfs.store.selection.ICatchUpListenerSingleBranch
Stops this listener.
stop() - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Stops and unregisters this continuous composite selection.
stop() - Method in interface com.qfs.store.selection.IContinuousSelection
Stops and unregisters this continuous selection.
stop() - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
stop() - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
stop() - Method in class com.qfs.store.selection.impl.ContinuousSelection
 
stop() - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
stop() - Method in class com.qfs.store.transaction.impl.TransactionManager
 
stop() - Method in interface com.qfs.store.transaction.ITransactionManager
Stops the transaction manager.
stop() - Method in class com.qfs.util.timing.impl.NoopTimer
 
stop() - Method in class com.qfs.util.timing.impl.Timer
 
stop() - Method in interface com.qfs.util.timing.ITimer
Stops the timer.
stop() - Method in class com.quartetfs.biz.pivot.impl.AActivePivotSchemaRebuilder
Stops and un-schedule the periodic rebuild tasks.
stop() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
Stops this base.
stop() - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
stop() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
stop() - Method in class com.quartetfs.biz.pivot.postprocessing.streams.impl.AStoreStream
 
stop() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AStream
 
stop() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IStream
Stops definitively the stream.
stop() - Method in interface com.quartetfs.fwk.IAgent
Definitely stops the agent.
stop() - Method in class com.quartetfs.fwk.impl.AAtomicAgent
 
stop() - Method in class com.quartetfs.tech.streaming.impl.LongPollingRegistrationService
Stops this service.
stop() - Method in class com.quartetfs.tech.streaming.impl.LongPollingService
Stops the service.
stop() - Method in class com.quartetfs.tech.streaming.impl.StreamingService
Stop the service and the streams.
stop(SentinelAlert) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
stop(SentinelAlert) - Method in interface com.qfs.snl.persistence.ISentinelAlertDao
Stops an alert.
stop(Object) - Method in class com.qfs.messenger.jgroups.impl.GossipRouter
Stops this instance of router.
stop(String) - Method in class com.qfs.util.timing.impl.StopWatch
 
stop(String) - Method in interface com.qfs.util.timing.IStopWatch
Stop a timer by its name.
stop(List<SentinelAlert>) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
stop(List<SentinelAlert>) - Method in interface com.qfs.snl.persistence.ISentinelAlertDao
Stops a collection of alerts.
STOP_ALERT - Static variable in interface com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when one or more alerts are being stopped.
stopAlert(long) - Method in interface com.qfs.snl.alerts.IAlertService
The alert to stop.
stopAlert(long) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
stopAlert(long) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
stopAlert(long) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
stopAlert(long) - Method in interface com.qfs.snl.persistence.ISentinelAlertDao
Stop the alert by id.
stopAlert(long) - Method in interface com.qfs.snl.rs.IAlertRestService
Stop an alert.
stopAlert(long) - Method in class com.qfs.snl.rs.impl.AlertRestServiceController
 
stopAlertPayload(IWorkflowPayload, IMonitor, ISentinelAlert) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Creates a payload for IWorkflowService.WorkflowTypes.STOP_ALERT workflows.
stopAlerts(String, Collection<? extends ISentinelAlert>) - Method in interface com.qfs.snl.monitors.IMonitorService
Stops various alerts.
stopAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
stopAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
stopAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
stopAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
stopAlerts(Collection<? extends ISentinelAlert>) - Method in interface com.qfs.snl.alerts.IAlertCache
Process a series of stopped alerts, removing them from the cache.
stopAlerts(Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.AlertCache
 
stopAlerts(List<? extends ISentinelAlert>) - Method in interface com.qfs.snl.alerts.IAlertService
Stops a series of alerts.
stopAlerts(List<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
stopAlerts(List<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
stopAllAlerts() - Method in interface com.qfs.snl.alerts.IAlertCache
Stops all alerts.
stopAllAlerts() - Method in class com.qfs.snl.alerts.impl.AlertCache
 
stopAllNodes() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
Soft clearing of the register: the underlying nodes are responsible of unregistering themselves from this.
stopAllNodes() - Method in interface com.quartetfs.tech.streaming.sharing.IStreamRegister
Soft clearing of the register: the underlying nodes are responsible of unregistering themselves from this.
stopAllStreams() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
Stop all streams.
stopAllStreams() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Stops all streams.
stopAllStreams() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
 
stopAllStreams() - Method in interface com.quartetfs.tech.streaming.sharing.IStreamNode
Unregister all IStream attached to this and unregister this from its MdxStreamRegistry.
stopAndAwaitCollection(long, TimeUnit) - Method in class com.qfs.memory.impl.ActiveCollector
Stops this collector and waits up to the given timeout for all the fences to be collected and their associated Runnable to be run.
stopAndAwaitCollection(long, TimeUnit) - Static method in class com.qfs.vector.impl.VectorFinalizer
Stops the finalizing process and tries to collect all remaining chunks in a given time.
stopAndLog(IStandardLogger) - Method in interface com.activeviam.apm.pivot.monitoring.IActionMonitor
Stops the action monitoring and logs the message.
stopAndLog(IStandardLogger) - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
 
stopAndLog(IStandardLogger) - Method in class com.activeviam.apm.pivot.monitoring.impl.QueryExecutorMonitor
 
stopDistribution(IActivePivotManager) - Static method in class com.qfs.distribution.impl.DistributionUtil
Stops all the messengers in the given manager to stop the distribution.
stopExecutor(ExecutorService, long, TimeUnit) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Properly stops an executor in a given amount of time.
stopExecutors(long, TimeUnit, ExecutorService...) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Properly stops an executor in a given amount of time.
stopForMonitor(String, long) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
stopForMonitor(String, long) - Method in interface com.qfs.snl.persistence.ISentinelAlertDao
Stops all alerts of a given monitor.
stopIteration() - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.ICellPlanResultCursor
Stops the iteration of this cursor.
stopListeningToTransactions() - Method in class com.activeviam.store.impl.DatastoreDataStreamer
Detaches this instance from the Datastore transaction notifications.
stopMemorySampling() - Method in class com.qfs.chunk.direct.allocator.impl.TrackerNativeMemoryAllocator
Stops the memory sampling.
stopMessenger() - Method in interface com.qfs.distribution.IDistributedComponent
stopMessengers(List<IDistributedMessenger>) - Static method in class com.qfs.distribution.impl.DistributionUtil
Stops the given messengers one after another.
stopMonitor() - Method in interface com.activeviam.apm.pivot.webservices.core.IMonitoredStream
Stops the monitor and log the activity.
stopMonitor() - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredMdxStream
 
stopMonitorAlerts(String, long) - Method in interface com.qfs.snl.alerts.IAlertService
Stops all alerts belonging to a given monitor.
stopMonitorAlerts(String, long) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
stopMonitorAlerts(String, long) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
stopMonitorAndLog(QueryExecutorMonitor, IStandardLogger) - Method in class com.activeviam.apm.pivot.query.impl.QueryMonitoringHelper
Stops a query executor monitor and unregister it from tracking.
stopMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Stops an existing monitoring.
stopMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
STOPPED - com.quartetfs.biz.pivot.query.registration.impl.RegistrationState
The state of a registration which is stopping/stopped.
STOPPED - com.quartetfs.fwk.IAgent.State
The state of a stopped agent.
stoppedAlert(ISentinelAlert, Long) - Static method in class com.qfs.snl.data.impl.SentinelAlert
Creates an alert with the given audit entry for the stop.
stopSchemasDistribution(IActivePivotSchema...) - Static method in class com.qfs.distribution.impl.DistributionUtil
Stops all the messengers in the given schemas to stop the distribution.
stopStream(String) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
Stop a stream.
stopStream(String) - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Stops a stream.
stopTimer(String, String) - Static method in class com.activeviam.apm.utils.impl.TimingUtils
Stops the timer of the given identifier.
StopWatch - Class in com.qfs.util.timing.impl
Base implementation of IStopWatch.
StopWatch() - Constructor for class com.qfs.util.timing.impl.StopWatch
Constructor.
STOPWATCH_DISABLE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Name of the property to give to the JVM to disable timings measurement.
stopWithoutDeregistration() - Method in interface com.quartetfs.biz.pivot.query.IActivePivotContinuousQuery
Definitely stops the agent.
stopWithoutDeregistration() - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
store() - Static method in class com.activeviam.builders.StartBuilding
Starts building the description of a store.
store(String) - Static method in class com.activeviam.copper.api.Copper
Creates the representation of an isolated store of the database, which can then be joined to the cube.
store(String) - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData.ExternalRetrievalDataBuilder
 
STORE - Static variable in class com.activeviam.copper.agg.AJoinAnalysisAggregationProcedure
The name of the property that contains the name of isolated store to query.
STORE - Static variable in interface com.activeviam.monitoring.export.IDatastoreMetricExporter
 
STORE_CHUNK_SIZE - Static variable in interface com.activeviam.monitoring.export.IDatastoreMetricExporter
 
STORE_CURRENT_EPOCH - Static variable in interface com.activeviam.monitoring.export.IDatastoreMetricExporter
 
STORE_ESTIMATED_SIZE - Static variable in interface com.activeviam.monitoring.export.IDatastoreMetricExporter
 
STORE_FILE_PREFIX - Static variable in class com.qfs.pivot.monitoring.impl.MemoryAnalysisService
File name prefix for a given store statistic.
STORE_NAME - com.activeviam.copper.hierarchy.CopperHierarchyMetadata.UserSpecific
Flag for the name of the store where the members of this hierarchy are found.
STORE_NAME_PROPERTY - Static variable in class com.activeviam.copper.pivot.pp.AStoreLookupPostProcessor
 
STORE_NAME_PROPERTY - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
Property indicating the store feeding the hierarchy and that the hierarchy will not impact the retrieval of the aggregates.
STORE_PARTITION_CURRENT_EPOCH - Static variable in interface com.activeviam.monitoring.export.IDatastoreMetricExporter
 
STORE_PARTITION_SIZE - Static variable in interface com.activeviam.monitoring.export.IDatastoreMetricExporter
 
StoreBase - Class in com.qfs.store.impl
The base version of an IMultiVersionStore that contains its current state.
StoreBase(IStoreMetadata, StoreInternals) - Constructor for class com.qfs.store.impl.StoreBase
Creates an empty store.
StoreBase.IPartitionAction - Interface in com.qfs.store.impl
An action to be executed on each one of this store's partitions.
storedAsPrimitive(int) - Static method in class com.qfs.store.Types
Tells if the objects with the given type can be stored as primitives.
StoreDefinition - Class in com.activeviam.store.structure.impl
Definition of a store.
StoreDefinition.StoreDefinitionBuilder - Class in com.activeviam.store.structure.impl
 
StoreDescription - Class in com.qfs.desc.impl
Default immutable implementation of IStoreDescription.
StoreDescription(String, List<String>, List<? extends IFieldDescription>, IPartitioningDescription, Collection<IOptimizationDescription>, boolean, int, IDuplicateKeyHandler, IStoreDescriptionBuilder.IRemoveUnknownKeyListener, Properties, INumaSelectorDescription, boolean) - Constructor for class com.qfs.desc.impl.StoreDescription
Constructor of a StoreDescription.
StoreDescription(String, List<String>, List<? extends IFieldDescription>) - Constructor for class com.qfs.desc.impl.StoreDescription
Constructor.
StoreDescription.SimpleStoreDescriptionBuilder - Class in com.qfs.desc.impl
A simple IStoreDescription builder.
StoreDescriptionBuilder - Class in com.qfs.desc.impl
A fluent builder class, that will assist you in creating a StoreDescription.
StoreDescriptionBuilder.ARemoveUnknownKeyListener - Class in com.qfs.desc.impl
The class representing the default behavior to adopt if trying to delete a key that does not correspond to any record.
StoreDescriptionBuilder.SimpleCanPartition<R extends ICanPartition<R>> - Class in com.qfs.desc.impl
Base wrapper class to add a partitioning on the store.
StoredMeasureHandler - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Continuous handler associated with one measure (aggregated measure or post processed measure).
StoredMeasureHandler(IActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.StoredMeasureHandler
Constructor.
StoredPrimitiveMeasureHandler - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Continuous handler associated with one measure (aggregated measure or post processed measure).
StoredPrimitiveMeasureHandler(IActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.StoredPrimitiveMeasureHandler
Constructor.
storeFence() - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Ensures lack of reordering of stores before the fence with loads or stores after the fence.
StoreField - Class in com.activeviam.database.api.schema
This class represent the field of a store/table.
StoreField(String, String) - Constructor for class com.activeviam.database.api.schema.StoreField
Constructor.
StoreFieldAggregatedMeasure - Class in com.activeviam.copper.measure
A Copper measure which can use data from a store outside of the Cube selection, provided this store has been joined to the Cube through a UnlinkedCopperStore.joinToCube() call.
StoreFieldAggregatedMeasure(BasicStoreField, MeasureMetadata, String) - Constructor for class com.activeviam.copper.measure.StoreFieldAggregatedMeasure
Constructor.
StoreFieldAggregatedMeasure.Factory - Class in com.activeviam.copper.measure
StoreFieldMonitor - Class in com.qfs.store.impl
Monitor of the field of a store.
StoreFieldMonitor(MultiVersionStoreMonitor, int) - Constructor for class com.qfs.store.impl.StoreFieldMonitor
Constructor.
StoreFieldName - Class in com.qfs.store.impl
Points to a field of a store by names.
StoreFieldName(String, String) - Constructor for class com.qfs.store.impl.StoreFieldName
Constructor.
StoreFormat - Class in com.qfs.store.impl
Store format.
StoreFormat() - Constructor for class com.qfs.store.impl.StoreFormat
Empty constructor.
StoreFormat(String, int[], IRecordFormat) - Constructor for class com.qfs.store.impl.StoreFormat
Creates a store format.
StoreIndexMonitor - Class in com.qfs.store.impl
Monitors an index (unique index, secondary index) on a store.
StoreIndexMonitor(TIntCollection, IStoreMetadata, IDictionaryProvider) - Constructor for class com.qfs.store.impl.StoreIndexMonitor
Constructor.
storeInternals(DatastoreStructure.LazyResource<StoreInternals>) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
StoreInternals - Class in com.qfs.store.impl
Object used to carry components used by store.
StoreInternals(IDictionaryProvider, IDuplicateKeyHandler, IStoreDescriptionBuilder.IRemoveUnknownKeyListener, Properties, UniqueIndexesPartitionFactory, SecondaryIndexesPartitionFactory, int, IPartitionContentFactory<IMultiVersionRecordSet>, List<IConcreteReferenceFactory>) - Constructor for class com.qfs.store.impl.StoreInternals
Constructor.
StoreKey - Class in com.activeviam.store.structure.graph
Identifier for a store.
StoreKey(String) - Constructor for class com.activeviam.store.structure.graph.StoreKey
 
StoreLocking - Class in com.qfs.store.transaction.impl
Implementation of the Store locker.
StoreLocking(int) - Constructor for class com.qfs.store.transaction.impl.StoreLocking
Constructor.
storeLookup(String) - Static method in class com.activeviam.copper.api.Copper
A store lookup is a post processor that runs a get-by-key query on the given store.
StoreLookupMeasure - Class in com.activeviam.copper.measure
Lookup measure.
StoreLookupMeasure.Factory - Class in com.activeviam.copper.measure
StoreLookupMeasure Factory.
StoreLookupMeasure.SameDictionaryEnforcer - Class in com.activeviam.copper.measure
Updates the structure of a database given an IPostProcessorDescription associated with a DictionarizedStoreLookupPostProcessor.
StoreLookupPostProcessor - Class in com.activeviam.copper.pivot.pp
A post processor that runs, for each location it is evaluated at, a get-by-key query on the database.
StoreLookupPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.StoreLookupPostProcessor
Constructor.
StoreMessage<I,​E> - Class in com.qfs.source.impl
A CSV message whose content is parsed from text.
StoreMessage(I, ITranslator<E, Object[], ?>, ITuplePublisher<? super I>, IMessageHandler<? super I>, boolean) - Constructor for class com.qfs.source.impl.StoreMessage
Constructor.
StoreMessageChannel<I,​E> - Class in com.qfs.source.impl
StoreMessage channel to create and publish CSV messages.
StoreMessageChannel(String, ITranslator<E, Object[], ?>, ITuplePublisher<I>) - Constructor for class com.qfs.source.impl.StoreMessageChannel
Constructor.
StoreMetadata - Class in com.qfs.store.impl
Store metadata that contains all the static data.
StoreMetadata(int, IStoreFormat, Map<String, String>, TIntList[], TIntList[], IPartitioning, IPartitionThreadPoolProvider, boolean, int, List<IReferenceMetadata>) - Constructor for class com.qfs.store.impl.StoreMetadata
Constructor.
StoreMetadataHolder - Class in com.activeviam.store.structure.impl
Holder for datastore metadata and internals.
StoreMetadataHolder(IDatastoreSchemaMetadata, Function<String, StoreInternals>) - Constructor for class com.activeviam.store.structure.impl.StoreMetadataHolder
 
StoreMultipleFieldDistinctValuesSupplier - Class in com.activeviam.copper.hierarchy
Provides the list of member tuples contained in a selection of fields for a given store.
StoreMultipleFieldDistinctValuesSupplier(String, FieldPath[]) - Constructor for class com.activeviam.copper.hierarchy.StoreMultipleFieldDistinctValuesSupplier
Fully defining constructor.
storeName - Variable in class com.qfs.store.impl.StoreFieldName
The name of the store.
StorePartitionBase - Class in com.qfs.store.impl
The base store partition.
StorePartitionBase(IStoreMetadata, StoreInternals, int, boolean, IMixedWorkloadPool) - Constructor for class com.qfs.store.impl.StorePartitionBase
Constructor that does not initialize the content and the references.
StorePartitionBase(IStoreMetadata, StoreInternals, int, StorePartitionContent, List<IMultiVersionConcreteReference>, boolean, IMixedWorkloadPool) - Constructor for class com.qfs.store.impl.StorePartitionBase
Constructor.
StorePartitionContent - Class in com.qfs.store.impl
The content of a partition.
StorePartitionContent(IMultiVersionRecordSet, IMultiVersionUniqueRecordIndex[], IMultiVersionSecondaryRecordIndex[], int) - Constructor for class com.qfs.store.impl.StorePartitionContent
Constructor for partitions.
StorePartitionIndexMonitor<IndexT extends IMultiVersionRecordIndex> - Class in com.qfs.store.part.impl
Monitors the unique index or secondary index of a partition of a store.
StorePartitionIndexMonitor(IndexT, String, IDictionaryProvider) - Constructor for class com.qfs.store.part.impl.StorePartitionIndexMonitor
Constructor.
StorePartitioningFormat - Class in com.activeviam.store.structure.impl
StorePartitioningFormat(IStoreDescription) - Constructor for class com.activeviam.store.structure.impl.StorePartitioningFormat
Constructor.
StorePartitioningFormat(IStoreFormat) - Constructor for class com.activeviam.store.structure.impl.StorePartitioningFormat
Constructor.
StorePartitionMonitor - Class in com.qfs.store.impl
Monitors a store's partition.
StorePartitionMonitor(IMultiVersionStorePartition, IDictionaryProvider, IStoreMetadata) - Constructor for class com.qfs.store.impl.StorePartitionMonitor
Constructor.
StorePartitionNotifyingUnit - Class in com.qfs.store.impl
A IStorePartitionWorkUnit that simply tries to trigger the completion of a completer.
StorePartitionNotifyingUnit() - Constructor for class com.qfs.store.impl.StorePartitionNotifyingUnit
 
StorePartitionRecordAddUnit - Class in com.qfs.store.impl
IStorePartitionWorkUnit to add records to a partition.
StorePartitionRecordAddUnit(int) - Constructor for class com.qfs.store.impl.StorePartitionRecordAddUnit
Constructor.
StorePartitionRecordRemoveUnit - Class in com.qfs.store.impl
IStorePartitionWorkUnit to remove records from a partition.
StorePartitionRecordRemoveUnit(int) - Constructor for class com.qfs.store.impl.StorePartitionRecordRemoveUnit
Constructor.
StorePartitionRemoveWhereUnit - Class in com.qfs.store.impl
A work unit to execute a remove where operation asynchronously.
StorePartitionRemoveWhereUnit(int) - Constructor for class com.qfs.store.impl.StorePartitionRemoveWhereUnit
Constructor.
StorePartitionRevertToVersionUnit - Class in com.qfs.store.impl
A work unit that updates the fact for a new version that is equivalent to a given version.
StorePartitionRevertToVersionUnit() - Constructor for class com.qfs.store.impl.StorePartitionRevertToVersionUnit
 
StorePartitionTransaction - Class in com.qfs.store.impl
The store partition transaction.
StorePartitionTransaction(MultiVersionStorePartition, StorePartitionBase, IStoreTransaction, TransactionType, IDatastoreTransactionContext) - Constructor for class com.qfs.store.impl.StorePartitionTransaction
Creates a version of the given partition that can see data from the current transaction.
StorePartitionUpdateForDeltaQueries - Class in com.qfs.plan.impl
An implementation of IStorePartitionUpdate designed for use by a DeltaQuery.
StorePartitionUpdateForDeltaQueries(String, int) - Constructor for class com.qfs.plan.impl.StorePartitionUpdateForDeltaQueries
This object should be used to store the updates between originalPartition and partition.
StorePartitionUpdateWhereRunner - Class in com.qfs.store.impl
Execute the update where inside a transaction.
StorePartitionUpdateWhereRunner(IDatastoreView, StorePartitionTransaction, StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo, IStorePartitionUpdate) - Constructor for class com.qfs.store.impl.StorePartitionUpdateWhereRunner
Constructor.
StorePartitionUpdateWhereUnit - Class in com.qfs.store.impl
A work unit to execute an update where operation asynchronously.
StorePartitionUpdateWhereUnit() - Constructor for class com.qfs.store.impl.StorePartitionUpdateWhereUnit
 
StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo - Class in com.qfs.store.impl
POJO that contains information about an execution instance of an update where procedure.
StorePartitionVersion - Class in com.qfs.store.impl
Version of a given store partition.
StorePartitionVersion(IEpoch, StorePartitionBase, IInternalRecordSetVersion, List<IInternalConcreteReferenceVersion>, IInternalUniqueRecordIndexVersion[], IInternalSecondaryRecordIndexVersion[], int) - Constructor for class com.qfs.store.impl.StorePartitionVersion
Constructor for a version.
StorePartitionWorker - Class in com.qfs.store.impl
Worker that processes records for a store partition.
StorePartitionWorker(StorePartitionTransaction, TransactionType, int) - Constructor for class com.qfs.store.impl.StorePartitionWorker
Main constructor, choose as pool the transaction pool of the store partition.
StorePartitionWorker(StorePartitionTransaction, TransactionType, ForkJoinPool, int) - Constructor for class com.qfs.store.impl.StorePartitionWorker
Fully defining constructor.
StorePartitionWorkUnitQueue - Class in com.qfs.store.impl
Component that synchronizes the addition of work to be done on a partition by a given worker.
StorePartitionWorkUnitQueue(int) - Constructor for class com.qfs.store.impl.StorePartitionWorkUnitQueue
Constructor.
StoreSearch - Class in com.qfs.store.query.plan.impl
Describe a search on a store.
StoreSearch(IQueryStoreTree, ITreeStoreNode, List<IStoreRowMerge>, List<IPartitionContentOperation>) - Constructor for class com.qfs.store.query.plan.impl.StoreSearch
Constructor.
StoreSearchBuilder - Class in com.qfs.store.query.plan.impl
The base implementation of a IStoreSearchBuilder.
StoreSearchBuilder(IDictionaryProvider, IQueryStoreTree, ITreeStoreNode) - Constructor for class com.qfs.store.query.plan.impl.StoreSearchBuilder
Constructor.
StoreSearchBuilder.ConditionFullScan - Class in com.qfs.store.query.plan.impl
A full scan condition evaluation.
StoreSearchBuilder.ReturnAllPartitionOperation - Class in com.qfs.store.query.plan.impl
Always return all the rows in the partition.
StoreSingleFieldDistinctValuesSupplier - Class in com.activeviam.copper.hierarchy
Give the list of members contained in a store field.
StoreSingleFieldDistinctValuesSupplier(ReachableField) - Constructor for class com.activeviam.copper.hierarchy.StoreSingleFieldDistinctValuesSupplier
Constructor.
StoreSummaryReport - Class in com.qfs.store.impl
A POJO containing summary information about the direct memory consumption of a store.
StoreSummaryReport(String, int, int, double, StoreSummaryReport.PartitionSummaryReport[]) - Constructor for class com.qfs.store.impl.StoreSummaryReport
 
StoreSummaryReport.PartitionSummaryReport - Class in com.qfs.store.impl
A POJO containing summary information about the direct memory consumption of a store partition.
StoreThreadPoolFactory - Class in com.qfs.pool.impl
An IPartitionThreadPoolFactory managing thread pools for store operations.
StoreThreadPoolFactory(IDatastoreNumaNodeSelector) - Constructor for class com.qfs.pool.impl.StoreThreadPoolFactory
Constructor.
StoreTransaction - Class in com.qfs.store.impl
Implementation of an IStoreTransaction.
StoreTransaction(StoreBase, IDatastoreTransactionContext, Lock) - Constructor for class com.qfs.store.impl.StoreTransaction
Constructor.
StoreTransactionStatistics(String, long, long, long) - Constructor for class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation.StoreTransactionStatistics
Constructor.
StoreUtils - Class in com.qfs.store.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Use the IDatabase and the IStatisticsQueryRunner instead.
StoreUtils() - Constructor for class com.qfs.store.impl.StoreUtils
Deprecated.
 
StoreUtils.TranslationResult - Class in com.qfs.store.impl
Deprecated.
Simple data class containing a partitioning and a mapping.
StoreVersion - Class in com.qfs.store.impl
A version of a store.
StoreVersion(IEpoch, StoreBase, IInternalStorePartitionVersion[]) - Constructor for class com.qfs.store.impl.StoreVersion
Constructor of a StoreVersion.
STR_COMP - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
STR_TO_MEMBER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
StrategyDictionary<T> - Class in com.qfs.dic.impl
A dictionary that lets override the hashing strategy.
StrategyDictionary() - Constructor for class com.qfs.dic.impl.StrategyDictionary
Build a dictionary with default initial capacity and default load factor and default hashing strategy.
StrategyDictionary(int, IHashingStrategy<T>) - Constructor for class com.qfs.dic.impl.StrategyDictionary
Constructs an empty dictionary with the specified initial capacity and load factor.
StrategyDictionary(IHashingStrategy<T>) - Constructor for class com.qfs.dic.impl.StrategyDictionary
Build a dictionary with default initial capacity and default load factor.
StrCompFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.StringManipulationFunctions.StrCompFunction
 
stream() - Method in interface com.qfs.bitmap.IBitmap
Returns a sequential IntStream with this bitmap as its source.
stream() - Method in class com.qfs.util.impl.FilteredList
Deprecated.
 
stream() - Method in interface com.quartetfs.tech.streaming.IAxisRanges
Gets a stream on the rages.
stream() - Method in class com.quartetfs.tech.streaming.impl.AxisRanges
 
STREAM_MEASURE_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
Defines the name of the aggregated measure to use as stream.
STREAM_MEASURE_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.NeighborValuePostProcessor
Defines the name of the aggregated measure to use as stream.
STREAM_TYPE - Static variable in interface com.quartetfs.tech.streaming.IStreamProperties
Property name defining the type of streams to create.
Stream2PositionPostProcessor - Class in com.quartetfs.biz.pivot.postprocessing.impl
Cumulative measure along a time axis.
Stream2PositionPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.Stream2PositionPostProcessor
Constructor.
StreamConfiguration(String, StreamProperties) - Constructor for class com.qfs.spring.websocket.impl.SessionData.StreamConfiguration
Deprecated.
Full constructor.
StreamContinuousQueryNodeMonitorsGrouper - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Implementation of AContinuousQueryMonitorsGrouper to regroup continuous GAQ monitors under a stream node.
StreamContinuousQueryNodeMonitorsGrouper(StreamNode<?>) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.StreamContinuousQueryNodeMonitorsGrouper
Constructor.
StreamEvent - Class in com.quartetfs.tech.streaming.impl
Abstract stream event.
StreamEventProcessingAttachedQuery(StreamEventProcessingQuery<E>, IActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.query.impl.StreamEventProcessingQuery.StreamEventProcessingAttachedQuery
Constructor.
StreamEventProcessingQuery<E> - Class in com.quartetfs.biz.pivot.query.impl
A query that wraps the processing of a stream event, including the update of the continuous queries whose handlers depend on this stream.
StreamEventProcessingQuery() - Constructor for class com.quartetfs.biz.pivot.query.impl.StreamEventProcessingQuery
Empty Constructor for serialization.
StreamEventProcessingQuery(StreamNode.Snapshot, E, long) - Constructor for class com.quartetfs.biz.pivot.query.impl.StreamEventProcessingQuery
Full constructor.
StreamEventProcessingQuery.StreamEventProcessingAttachedQuery<E> - Class in com.quartetfs.biz.pivot.query.impl
Attached query associated with stream event processing queries.
StreamEventUtil - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Class with helper methods on Streams.
StreamExtendedPlugin - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Explicit implementation of the IStream plugin.
StreamExtendedPlugin - Class in com.quartetfs.tech.streaming.impl
Explicit implementation of the IStream extended plugin.
StreamExtendedPlugin() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.StreamExtendedPlugin
Constructor registering the core plugin values.
StreamExtendedPlugin() - Constructor for class com.quartetfs.tech.streaming.impl.StreamExtendedPlugin
Default constructor registering the core streams.
StreamIds() - Constructor for class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint.StreamIds
Deprecated.
Default constructor.
StreamInfoHolder - Class in com.quartetfs.biz.pivot.monitoring.impl
A holder of information of a stream.
StreamInfoHolder() - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
Constructor.
StreamInfoHolder(IQuery<?>, Map<String, Object>) - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
Constructor.
StreamInfoHolder(IStream<?>) - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
Constructor.
STREAMING_REMOTING_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotRemotingServicesConfig
The streaming remoting service path.
STREAMING_SERVICE - Static variable in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
Constant name of the Streaming service.
STREAMING_SERVICE_BEGIN_REMOTE_CALL - Static variable in class com.qfs.logging.MessagesStreaming
 
STREAMING_SERVICE_END_REMOTE_CALL - Static variable in class com.qfs.logging.MessagesStreaming
 
STREAMING_SVC_EXCEPTION - com.activeviam.apm.pivot.monitoring.IStreamingActionMonitor.StreamingServiceTags
Tag prefixing the 'exception' report for requests by Json Streaming Service.
STREAMING_SVC_REQUEST_START - com.activeviam.apm.pivot.monitoring.IStreamingActionMonitor.StreamingServiceTags
Tag prefixing the 'start' report for requests by Streaming Service.
STREAMING_SVC_REQUEST_STOP - com.activeviam.apm.pivot.monitoring.IStreamingActionMonitor.StreamingServiceTags
Tag prefixing the 'stop' report for requests by Streaming Service.
StreamingCellIterator(MdxCellSet) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper.StreamingCellIterator
Constructor.
StreamingCellSetInfo(CellSetState) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper.StreamingCellSetInfo
Constructor.
StreamingCellSetInfo(MdxCellSet) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper.StreamingCellSetInfo
Constructor.
streamingJmxEnabler() - Method in class com.qfs.server.cfg.impl.StreamingMonitorConfig
Enable JMX Monitoring.
streamingMonitor() - Method in class com.qfs.server.cfg.impl.StreamingMonitorConfig
 
streamingMonitor() - Method in interface com.qfs.server.cfg.IStreamingMonitorConfig
Configure the monitor for Streaming service.
StreamingMonitorConfig - Class in com.qfs.server.cfg.impl
String configuration for monitor of streaming service.
StreamingMonitorConfig() - Constructor for class com.qfs.server.cfg.impl.StreamingMonitorConfig
 
StreamingObjectDecoder - Class in com.qfs.messenger.netty.streaming.impl
A decoder which deserializes the received ByteBufs into Java objects.
StreamingObjectDecoder() - Constructor for class com.qfs.messenger.netty.streaming.impl.StreamingObjectDecoder
 
StreamingObjectEncoder - Class in com.qfs.messenger.netty.streaming.impl
An encoder which serializes a Java object into a ByteBuf asynchronously neither spending a lot of memory nor getting OutOfMemoryError.
StreamingObjectEncoder() - Constructor for class com.qfs.messenger.netty.streaming.impl.StreamingObjectEncoder
Constructor.
StreamingObjectEncoder(int) - Constructor for class com.qfs.messenger.netty.streaming.impl.StreamingObjectEncoder
Constructor.
streamingService() - Method in interface com.qfs.server.cfg.IActivePivotServicesConfig
 
streamingService() - Method in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
 
StreamingService - Class in com.quartetfs.tech.streaming.impl
Implementation of a IStreamingService.
StreamingService() - Constructor for class com.quartetfs.tech.streaming.impl.StreamingService
 
StreamingServiceException - Exception in com.quartetfs.tech.streaming
Exception thrown by the Streaming Service Web Service.
StreamingServiceException() - Constructor for exception com.quartetfs.tech.streaming.StreamingServiceException
Constructor with no message and no cause.
StreamingServiceException(String) - Constructor for exception com.quartetfs.tech.streaming.StreamingServiceException
 
StreamingServiceException(String, Object...) - Constructor for exception com.quartetfs.tech.streaming.StreamingServiceException
Constructor.
StreamingServiceException(String, Throwable) - Constructor for exception com.quartetfs.tech.streaming.StreamingServiceException
 
StreamingServiceException(Throwable) - Constructor for exception com.quartetfs.tech.streaming.StreamingServiceException
 
StreamingServiceException(Throwable, String, Object...) - Constructor for exception com.quartetfs.tech.streaming.StreamingServiceException
Constructor.
StreamingServiceMonitor - Class in com.quartetfs.biz.pivot.monitoring.impl
Monitor for the streaming service component.
StreamingServiceMonitor() - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
Default constructor.
StreamingServiceMonitor(StreamingService) - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
Constructor.
StreamingServiceMonitor(StreamingService, IStreamSnapshotService) - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.StreamingServiceMonitor
Constructor.
streamingWsServiceBean() - Method in class com.qfs.server.cfg.impl.ActivePivotWebSocketServicesConfig
[Bean] MBean for the QueryWebSocketService actions through JMX.
streamMdxQuery(JsonDataExportOrder) - Method in class com.activeviam.pivot.rest.dataexport.DataExportService
 
streamMdxQuery(JsonDataExportOrder) - Method in interface com.activeviam.pivot.rest.dataexport.IDataExportService
Executes the given MDX query and return a stream in the desired format.
StreamNode<EventT> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Within the Continuous Query Registry, a stream node represents the current registration context for one stream.
StreamNode.Snapshot - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Snapshot of the stream node made at the time of an event processing.
StreamNodeExtendedPlugin - Class in com.quartetfs.tech.streaming.sharing.impl
Explicit implementation of the IStreamNode extended plugin.
StreamNodeExtendedPlugin() - Constructor for class com.quartetfs.tech.streaming.sharing.impl.StreamNodeExtendedPlugin
Default constructor registering the core stream nodes.
StreamNodesGrouper - Class in com.quartetfs.biz.pivot.query.monitoring.impl
This monitor regroup all monitors for registered streams on the continuous query engine.
StreamNodesGrouper(AAggregatesContinuousQueryEngine) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodesGrouper
Constructor.
StreamNodeStatistics - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Statistics for a stream node.
StreamNodeStatistics - Class in com.quartetfs.biz.pivot.streaming.impl
Statistics collected at the level of a stream node.
StreamNodeStatistics() - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Default Constructor.
StreamNodeStatistics() - Constructor for class com.quartetfs.biz.pivot.streaming.impl.StreamNodeStatistics
Constructor by default.
StreamNodeStatistics(String) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Constructor.
StreamNodeStatistics(String) - Constructor for class com.quartetfs.biz.pivot.streaming.impl.StreamNodeStatistics
Constructor.
streamObject(ChannelHandlerContext, Object, int, ChannelPromise) - Static method in class com.qfs.messenger.netty.streaming.impl.NettyOutputStream
Streams an Object using Netty's context.
StreamProperties - Class in com.quartetfs.tech.streaming.impl
Implementation of IStreamProperties.
StreamProperties() - Constructor for class com.quartetfs.tech.streaming.impl.StreamProperties
Default constructor.
StreamProperties(StreamProperties) - Constructor for class com.quartetfs.tech.streaming.impl.StreamProperties
Copy constructor.
StreamProperties(String, String, String, IStreamProperties.InitialState, boolean) - Constructor for class com.quartetfs.tech.streaming.impl.StreamProperties
Constructor without custom properties.
StreamProperties(String, String, String, IStreamProperties.InitialState, boolean, Properties) - Constructor for class com.quartetfs.tech.streaming.impl.StreamProperties
Constructor with custom properties.
StreamProperties(String, String, String, IStreamProperties.InitialState, boolean, Properties, IAxisRanges<IRangeProperty>) - Constructor for class com.quartetfs.tech.streaming.impl.StreamProperties
Constructor with range properties.
StreamProperties(String, String, String, IStreamProperties.InitialState, IStreamProperties.InitialPublicationMode, boolean, Properties, boolean) - Constructor for class com.quartetfs.tech.streaming.impl.StreamProperties
Constructor.
StreamProperties(String, String, String, IStreamProperties.InitialState, IStreamProperties.InitialPublicationMode, boolean, Properties, boolean, IAxisRanges<IRangeProperty>) - Constructor for class com.quartetfs.tech.streaming.impl.StreamProperties
Constructor.
streamPublisher() - Method in interface com.qfs.server.cfg.IActivePivotServicesConfig
 
streamPublisher() - Method in class com.qfs.server.cfg.impl.ActivePivotServicesConfig
 
StreamPublisher - Class in com.quartetfs.tech.streaming.impl
Implementation of IStreamPublisher.
StreamPublisher() - Constructor for class com.quartetfs.tech.streaming.impl.StreamPublisher
 
StreamSnapshotService - Class in com.quartetfs.biz.pivot.monitoring.impl
Implementation of IStreamSnapshotService.
StreamSnapshotService() - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.StreamSnapshotService
Constructor.
streamsSnapshotService() - Method in class com.qfs.server.cfg.impl.StreamingMonitorConfig
 
streamsSnapshotService() - Method in interface com.qfs.server.cfg.IStreamingMonitorConfig
Configure the Stream snapshoting service for snapshoting streams or reloading streams.
StreamState - Class in com.qfs.spring.websocket.impl
Deprecated, for removal: This API element is subject to removal in a future version.
StreamState(String, String, boolean, JsonMdxQuery, IQuery<?>, IAxisRanges<IRangeProperty>, ServiceException) - Constructor for class com.qfs.spring.websocket.impl.StreamState
Deprecated.
 
StreamTranslatorPlugin - Class in com.quartetfs.biz.pivot.monitoring.impl
Stream translator plugin, contains the plugin values that are available by default.
StreamTranslatorPlugin() - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.StreamTranslatorPlugin
Constructor.
StreamUtil - Class in com.activeviam.util.impl
Helper methods for common operations on Stream.
strEq(String, String) - Static method in class com.activeviam.builders.FactFilterConditions
Defines a EQUAL condition based on the object's toString().
STRICT - Static variable in class com.quartetfs.biz.pivot.context.impl.AsOfEpochTranslator
 
STRICT_MODE - Static variable in interface com.quartetfs.biz.pivot.monitoring.IStreamInfoHolder
Property key for the stream strict mode flag at the moment of the snapshot.
String - Static variable in class com.quartetfs.biz.xmla.impl.XmlaTypes
String type.
STRING - com.qfs.store.ExtendedContentType
 
STRING - com.quartetfs.pivot.mdx.statement.Type
 
STRING - Static variable in class com.activeviam.type.StandardTypes
 
STRING - Static variable in interface com.qfs.literal.ILiteralType
 
STRING - Static variable in interface com.quartetfs.fwk.format.IParser
String field parser key.
STRING - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
STRING - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
STRING - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
STRING_ARRAY - com.qfs.store.ExtendedContentType
 
STRING_ARRAY - Static variable in class com.activeviam.type.StandardTypes
 
STRING_ARRAY - Static variable in interface com.qfs.literal.ILiteralType
 
STRING_COMPARATOR - Static variable in class com.qfs.repository.coordinates.util.CoordinatesUtil
The line separator.
STRING_VECTOR - Static variable in interface com.quartetfs.fwk.format.IParser
String vector field parser key.
StringArrayStatisticAttribute - Class in com.qfs.monitoring.statistic.impl
IStatistics of type STRING_ARRAY.
StringArrayStatisticAttribute(String[]) - Constructor for class com.qfs.monitoring.statistic.impl.StringArrayStatisticAttribute
Constructor.
StringArrowVectorFeeder - Class in com.activeviam.arrow.write
Wrapper for an Arrow Vector of Strings.
StringArrowVectorFeeder(RootAllocator, String) - Constructor for class com.activeviam.arrow.write.StringArrowVectorFeeder
Constructor.
StringBuilderWithIndentation<BuilderT extends StringBuilderWithIndentation<BuilderT>> - Class in com.qfs.compiler.impl
Build string with indentation.
StringCell - Class in com.activeviam.util.cells.impl
Implementation of a read-write cell supporting data of type String.
StringCollections - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
StringCollections() - Constructor for class com.qfs.util.impl.StringCollections
Deprecated.
 
StringComparator - Class in com.quartetfs.fwk.ordering.impl
Basic comparator for strings.
StringComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.StringComparator
 
StringContextValueTranslator<C extends IContextValue> - Class in com.quartetfs.biz.pivot.context.impl
Base class for translators of string context values.
StringContextValueTranslator() - Constructor for class com.quartetfs.biz.pivot.context.impl.StringContextValueTranslator
 
StringCoordinateType - Class in com.qfs.repository.persistence.type.impl
Hibernate Type to persist Coordinate object as string.
StringCoordinateType() - Constructor for class com.qfs.repository.persistence.type.impl.StringCoordinateType
 
StringDictionary - Class in com.qfs.dic.impl
Dictionary implementation specialized for storing strings.
StringDictionary() - Constructor for class com.qfs.dic.impl.StringDictionary
Builds a dictionary with default initial capacity and default load factor.
StringDictionary(long) - Constructor for class com.qfs.dic.impl.StringDictionary
Constructs an empty dictionary with the specified initial capacity and load factor.
StringFieldHandler(RecordFormat, int, String) - Constructor for class com.qfs.store.record.impl.ARecordFieldHandler.StringFieldHandler
Constructor.
StringFieldType - Class in com.qfs.snl.messages.form.impl
A form field for text values.
StringFieldType() - Constructor for class com.qfs.snl.messages.form.impl.StringFieldType
Default constructor.
StringFieldType(String) - Constructor for class com.qfs.snl.messages.form.impl.StringFieldType
Full constructor.
StringFieldType(FormProperty) - Constructor for class com.qfs.snl.messages.form.impl.StringFieldType
Constructor from an Activiti from property.
StringFormulaSpecification - Class in com.quartetfs.pivot.mdx.statement.impl
 
StringFormulaSpecification(IFormulaSpecification.DefinedType, ICompoundIdentifier, String) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.StringFormulaSpecification
Constructor.
stringIntMaptoTObjectIntMap(Map<String, Integer>, int) - Static method in class com.qfs.trove.impl.QObjectIntMap
Convert the columns in order to store the position.
StringIterator - Class in com.quartetfs.pivot.mdx.utils.impl
Helper to read file line by line.
StringIterator(InputStream) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.StringIterator
 
StringIterator(InputStream, String) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.StringIterator
 
StringIterator(URL, String) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.StringIterator
 
StringKey - com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil.SerializationKey
Key for a String value.
StringListType - Class in com.qfs.snl.persistence.type.impl
The string list type for hibernate persistence.
StringListType() - Constructor for class com.qfs.snl.persistence.type.impl.StringListType
 
StringManipulationFunctions - Class in com.quartetfs.pivot.mdx.func.impl
 
StringManipulationFunctions() - Constructor for class com.quartetfs.pivot.mdx.func.impl.StringManipulationFunctions
 
StringManipulationFunctions.InStringFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
StringManipulationFunctions.LeftFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
StringManipulationFunctions.RightFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
StringManipulationFunctions.StrCompFunction - Class in com.quartetfs.pivot.mdx.func.impl
String compare function http://msdn.microsoft.com/en-ie/library/9s233cfc%28v=vs.90%29.aspx.
StringMapRepositoryAdapter - Class in com.quartetfs.biz.pivot.context.impl
Adapter to convert an object tree to a Map<String, String> representation.
StringMapRepositoryAdapter(String, Map<String, String>) - Constructor for class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Creates a new repository adapter for a given repository and root key.
StringParser - Class in com.quartetfs.fwk.format.impl
Parser for string fields.
StringParser() - Constructor for class com.quartetfs.fwk.format.impl.StringParser
 
StringProperty - Class in com.quartetfs.fwk.util.impl
A key-value property where the key and the value are strings.
StringProperty() - Constructor for class com.quartetfs.fwk.util.impl.StringProperty
Empty constructor.
StringProperty(String, String) - Constructor for class com.quartetfs.fwk.util.impl.StringProperty
Constructor.
StringPropertyList - Class in com.quartetfs.fwk.util.impl
A list of string properties.
StringPropertyList() - Constructor for class com.quartetfs.fwk.util.impl.StringPropertyList
Empty constructor.
StringPropertyList(List<StringProperty>) - Constructor for class com.quartetfs.fwk.util.impl.StringPropertyList
Constructor.
StringStatisticAttribute - Class in com.qfs.monitoring.statistic.impl
IStatistics of type AttributeTypes.TYPE_STRING.
StringStatisticAttribute(String) - Constructor for class com.qfs.monitoring.statistic.impl.StringStatisticAttribute
Constructor.
StringStringMapType - Class in com.qfs.snl.persistence.type.impl
Hibernate user type representation of a map[string]=string.
StringStringMapType() - Constructor for class com.qfs.snl.persistence.type.impl.StringStringMapType
 
stringToArrayLocation(String) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Parse a string location into an array of String coordinates.
stringToLocations(Collection<String>) - Static method in class com.quartetfs.biz.pivot.monitoring.impl.JSONSerialisationUtil
Decode Collection of locations from a Collection of Strings.
stringToPermissions(String) - Static method in class com.qfs.content.service.impl.AHibernateContentService
Transforms a String created using AHibernateContentService.permissionsToString(List) back to the initial List of roles.
StringVectorParser - Class in com.quartetfs.fwk.format.impl
Special parser for vectors of Integers.
StringVectorParser() - Constructor for class com.quartetfs.fwk.format.impl.StringVectorParser
Constructor.
StringVectorParser(char) - Constructor for class com.quartetfs.fwk.format.impl.StringVectorParser
Constructor.
StringVectorParser(Integer) - Constructor for class com.quartetfs.fwk.format.impl.StringVectorParser
Constructor.
StringVectorParser(Integer, Character) - Constructor for class com.quartetfs.fwk.format.impl.StringVectorParser
Constructor.
stringXml(String) - Static method in class com.quartetfs.fwk.util.impl.XmlUtil
Deprecated.
Reads a string representing an XML node and returns it as a Node object.
STRIP_CALCULATED_MEMBERS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
StripCalculatedMembers - com.quartetfs.biz.xmla.constants.Keyword
 
StripCalculatedMembersFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
StripCalculatedMembersFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.StripCalculatedMembersFunction
 
stripCharBuffer(boolean) - Method in class com.qfs.msg.csv.impl.ParserResource
Read the current char buffer and strip it into lines.
STRONG - com.qfs.platform.solaris.lgrp_affinity
The LGRP_AFF_STRONG affinity serves as a hint to the operating system that the calling thread has a strong affinity for the given lgroup.
StrToMemberFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
StrToMemberFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.StrToMemberFunction
Construcotr.
StrToSet - com.quartetfs.biz.xmla.constants.Keyword
 
StrToTuple - com.quartetfs.biz.xmla.constants.Keyword
 
StructuralDelegateManagerTransaction - Class in com.quartetfs.biz.pivot.impl
Deprecated, for removal: This API element is subject to removal in a future version.
StructuralDelegateManagerTransaction(DelegateActivePivotManager) - Constructor for class com.quartetfs.biz.pivot.impl.StructuralDelegateManagerTransaction
Deprecated.
 
StructuralDelegateManagerTransaction(DelegateActivePivotManager, IAlterableDatabase) - Constructor for class com.quartetfs.biz.pivot.impl.StructuralDelegateManagerTransaction
Deprecated.
 
StructuralManagerTransaction - Class in com.quartetfs.biz.pivot.impl
Structural manager transaction.
StructuralManagerTransaction(ActivePivotManager) - Constructor for class com.quartetfs.biz.pivot.impl.StructuralManagerTransaction
Constructor to use if the ActivePivotManager was built with a database provided to its schemas, which can then be retrieved.
StructuralManagerTransaction(ActivePivotManager, IAlterableDatabase) - Constructor for class com.quartetfs.biz.pivot.impl.StructuralManagerTransaction
Constructor to use if the ActivePivotManager was built separately from the database, and we want to synchronize them.
STRUCTURE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_HierarchiesDefinition
 
StructureDictionaryManager - Class in com.activeviam.store.structure.impl
 
StructureDictionaryManager(IInternalDatastoreStructure) - Constructor for class com.activeviam.store.structure.impl.StructureDictionaryManager
 
StructureUpdatePlan - Class in com.activeviam.store.structure.impl
A plan which makes a sequential visit of the actions.
StructureUpdatePlan(List<IUpdateAction>, StoreMetadataHolder) - Constructor for class com.activeviam.store.structure.impl.StructureUpdatePlan
 
StructureValidator - Class in com.activeviam.store.structure.impl
Validates the configuration of the schema and throws ConfigurationException when inconsistencies are found.
sub(int) - Method in class com.qfs.plan.impl.IncrementalRecordsStream.RowsBlockCursor
Create a sublist of size size of the underlying list from the currentPosition.
SUB_PARTITIONING_SEPARATOR - Static variable in interface com.qfs.store.part.IPartitioningDescription
The delimiter to use when separating independent sub partitionings.
sub_select() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
sub_select() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
SUB_SELECT - com.quartetfs.pivot.mdx.ExecutionFlag
This flag must be set to true during the execution of subselects.
sub_select_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.sub_select_return
 
SubCondition - Class in com.quartetfs.fwk.filtering.impl
Implementation of sub condition.
SubCondition(IAccessor, ICondition) - Constructor for class com.quartetfs.fwk.filtering.impl.SubCondition
Constructor.
SubCondition(String, ICondition) - Constructor for class com.quartetfs.fwk.filtering.impl.SubCondition
Convenience constructor equivalent to new SubCondition(new SingleAccessor(new Property(name)), condition).
SubCubeAxisDimension - Class in com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl
A sub cube axis dimension ISubCubeProperties.
SubCubeAxisDimension(IContext, IDimension<? extends IAxisHierarchy>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl.SubCubeAxisDimension
Constructor.
SubCubeAxisHierarchy - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Implementation of IHierarchy which handles ISubCubeProperties.
SubCubeAxisHierarchy(IContext, IAxisHierarchy) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SubCubeAxisHierarchy
Constructor.
SubCubeLevelConcealer - Class in com.qfs.distribution.impl
SubCube Walker restricting a given subCube by removing conditions on missing levels for each hierarchy.
SubCubeLevelConcealer(Collection<HierarchyTopologyDelta>) - Constructor for class com.qfs.distribution.impl.SubCubeLevelConcealer
Constructor.
SubCubeMeasureDimension - Class in com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl
A measure hierarchy which handles ISubCubeProperties.
SubCubeMeasureDimension(IContext, IDimension<? extends IMeasureHierarchy>) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl.SubCubeMeasureDimension
Constructor.
SubCubeMeasureHierarchy - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
A measure hierarchy which handles ISubCubeProperties.
SubCubeMeasureHierarchy(IContext, IMeasureHierarchy) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy
Constructor.
SubCubeMeasureHierarchy.SubCubeMeasureLevel - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
An implementation of a measure level which handles ISubCubeProperties.
SubCubeMeasureLevel(IMeasureLevel) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SubCubeMeasureHierarchy.SubCubeMeasureLevel
Constructor.
SubCubeNode - Class in com.quartetfs.biz.pivot.context.subcube.impl
Node of the sub cube tree.
SubCubeNode() - Constructor for class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeNode
 
SubCubeNode(int[]) - Constructor for class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeNode
 
SubCubeNode.SubCubeNodeIntersection - Class in com.quartetfs.biz.pivot.context.subcube.impl
Helper class for intersection of several sub-cube nodes.
SubCubeNodeIntersection(IAxisHierarchy, int, Collection<SubCubeNode>, IAxisMember) - Constructor for class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeNode.SubCubeNodeIntersection
Constructor.
subCubeProperties() - Static method in class com.activeviam.builders.StartBuilding
Starts defining a ISubCubeProperties.
SubCubeProperties - Class in com.quartetfs.biz.pivot.context.subcube.impl
This class is an implementation of the ISubCubeProperties interface.
SubCubeProperties() - Constructor for class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
Constructor.
SubCubeProperties(boolean) - Constructor for class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
SubCubeProperties(boolean, int) - Constructor for class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
Constructor.
SubCubePropertiesTranslator - Class in com.quartetfs.biz.pivot.context.impl
Translator for ISubCubeProperties.
SubCubePropertiesTranslator() - Constructor for class com.quartetfs.biz.pivot.context.impl.SubCubePropertiesTranslator
 
SubCubeTree - Class in com.quartetfs.biz.pivot.context.subcube.impl
 
SubCubeTree() - Constructor for class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeTree
Create a fresh subCubeTree with a single node.
SubCubeWalker<T> - Class in com.quartetfs.biz.pivot.context.subcube.visitor.impl
This can walk a subcube, showing around an ISubCubeVisitor what is to see, and in particular allowing the visitor to construct an alternate and equivalent version of the subcube by visiting the conditions for a set of hierarchies.
SubCubeWalker(ISubCubeVisitor<T>, List<? extends IHierarchy>, IHierarchicalMapping) - Constructor for class com.quartetfs.biz.pivot.context.subcube.visitor.impl.SubCubeWalker
Constructor of SubCubeWalker.
subList(int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
SubLocation - Class in com.quartetfs.biz.pivot.impl
A sub-location derived from a location pattern.
SubLocation(ILocationPattern, Object[]) - Constructor for class com.quartetfs.biz.pivot.impl.SubLocation
Full constructor.
submit() - Method in class com.qfs.store.query.impl.ACompiledTask
Submits the task to the thread pool of the partition.
submit(QueryExecutorMonitor) - Method in class com.activeviam.apm.pivot.query.impl.AQueryPerformanceEvaluator
Submits a QueryExecutorMonitor for performance evaluation.
submit(IDatastoreView, IPartitionedResultAcceptor, Map<String, Object>) - Method in interface com.qfs.store.query.ICompiledQuery
Submit this query on the given store version.
submit(IDatastoreView, IPartitionedResultAcceptor, Map<String, Object>) - Method in class com.qfs.store.query.impl.CompiledQuery
 
submit(SharedTaskQueue.SharedTask<T>) - Method in class com.qfs.concurrent.impl.SharedTaskQueue
Adds a task to the queue.
submit(ParserTask<I>) - Method in class com.qfs.msg.csv.impl.ChannelTask
Submit a parser task to the pool, after incrementing the latch.
submit(Runnable) - Method in class com.activeviam.concurrent.tracing.impl.TraceableQfsThreadPool
 
submit(Runnable) - Method in class com.qfs.pool.impl.QfsThreadPool
 
submit(Runnable, T) - Method in class com.activeviam.concurrent.tracing.impl.TraceableQfsThreadPool
 
submit(Runnable, T) - Method in class com.qfs.pool.impl.QfsThreadPool
 
submit(Callable<T>) - Method in class com.activeviam.concurrent.tracing.impl.TraceableQfsThreadPool
 
submit(Callable<T>) - Method in class com.qfs.pool.impl.QfsThreadPool
 
submit(CountedCompleter<?>, IDatastoreView, IPartitionedResultAcceptor, Map<String, Object>) - Method in interface com.qfs.store.query.ICompiledQuery
Submit this query on the given store version.
submit(CountedCompleter<?>, IDatastoreView, IPartitionedResultAcceptor, Map<String, Object>) - Method in class com.qfs.store.query.impl.CompiledQuery
 
submit(CountedCompleter<?>, IMultiVersionStore) - Method in interface com.qfs.store.IStoreAction
Registers this action with the sync completer and lets the target store schedule asynchronous execution of the action on itself.
submit(ForkJoinTask<T>) - Method in class com.activeviam.concurrent.tracing.impl.TraceableQfsThreadPool
 
submit(ForkJoinTask<T>) - Method in class com.qfs.pool.impl.QfsThreadPool
 
SUBMIT_LISTEN - Static variable in class com.qfs.logging.MessagesStreaming
 
submitAction(IAction) - Method in class com.qfs.concurrent.impl.DeferredActionQueue
Submits an action to this queue to be executed later on.
submitAction(ForkJoinTask<V>) - Method in interface com.qfs.messenger.IDistributedExecutorService
Submits an action to be executed asynchronously.
submitAction(ForkJoinTask<V>) - Method in class com.qfs.messenger.impl.DistributedExecutorService
 
submitAll(ForkJoinPool, List<Runnable>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Submits all the tasks in the given list in the correct order.
submitDeleteWhere(ICompiledQuery) - Method in class com.qfs.store.impl.StorePartitionTransaction
Submits a query whose matching lines will be deleted from the partition.
submitDeleteWhere(ICompiledQuery) - Method in class com.qfs.store.impl.StoreTransaction
 
submitDeleteWhere(ICompiledQuery) - Method in interface com.qfs.store.IStorePartitionTransaction
Submits a query whose matching lines will be deleted from the partition.
submitDeleteWhere(ICompiledQuery) - Method in interface com.qfs.store.IStoreTransaction
Submits a record deletion to the store.
submitDeletion(IRecordReader) - Method in class com.qfs.store.impl.StorePartitionTransaction
Submits a key to remove from this partition.
submitDeletion(IRecordReader) - Method in class com.qfs.store.impl.StoreTransaction
 
submitDeletion(IRecordReader) - Method in interface com.qfs.store.IStorePartitionTransaction
Submits a key to remove from this partition.
submitDeletion(IRecordReader) - Method in interface com.qfs.store.IStoreTransaction
Submits a record deletion to the store.
submitInPool(ForkJoinPool, ForkJoinTask<R>) - Static method in class com.qfs.util.impl.QfsConcurrency
Deprecated.
Executes the given task by either a fork if within the given pool, or by submitting it to it otherwise.
submitOrderedAction(Object, IAction) - Method in interface com.qfs.messenger.IDistributedExecutorService
Submits an action to be executed asynchronously.
submitOrderedAction(Object, IAction) - Method in class com.qfs.messenger.impl.DistributedExecutorService
 
submitOrderedSafeAction(IDistributedMessenger, Object, IAction) - Method in interface com.qfs.messenger.IDistributedExecutorService
Submits an action to be executed asynchronously.
submitOrderedSafeAction(IDistributedMessenger, Object, IAction) - Method in class com.qfs.messenger.impl.DistributedExecutorService
 
submitOrFork(ForkJoinPool, ForkJoinTask<V>) - Static method in class com.qfs.pool.impl.QfsThreadPool
Executes the given task by either a fork if within the given pool, or by submitting it to it otherwise.
submitRecord(IRecordReader) - Method in class com.qfs.store.impl.StorePartitionTransaction
Submits a record.
submitRecord(IRecordReader) - Method in class com.qfs.store.impl.StoreTransaction
 
submitRecord(IRecordReader) - Method in interface com.qfs.store.IStorePartitionTransaction
Submits a record to add in this partition.
submitRecord(IRecordReader) - Method in interface com.qfs.store.IStoreTransaction
Submits a record to the store without applying any insertion-time triggers.
submitRecordNonBlocking(IRecordReader) - Method in class com.qfs.store.impl.StorePartitionTransaction
Submits a record, and does not block if the target queue is full.
submitRecordNonBlocking(IRecordReader) - Method in class com.qfs.store.impl.StoreTransaction
 
submitRecordNonBlocking(IRecordReader) - Method in interface com.qfs.store.IStorePartitionTransaction
Submits a record to add in this partition.
submitRecordNonBlocking(IRecordReader) - Method in interface com.qfs.store.IStoreTransaction
Submits a record to the store.
submitRevertToVersion(IStorePartitionVersion) - Method in class com.qfs.store.impl.StorePartitionTransaction
 
submitRevertToVersion(IStorePartitionVersion) - Method in interface com.qfs.store.IStorePartitionTransaction
Submits a reversion process to the partition.
submitRevertToVersion(IStoreVersion) - Method in class com.qfs.store.impl.StoreTransaction
 
submitRevertToVersion(IStoreVersion) - Method in interface com.qfs.store.IStoreTransaction
Submits a reversion process to the store.
submitSafeAction(IDistributedMessenger, ForkJoinTask<V>) - Method in interface com.qfs.messenger.IDistributedExecutorService
Submits an action to be executed asynchronously.
submitSafeAction(IDistributedMessenger, ForkJoinTask<V>) - Method in class com.qfs.messenger.impl.DistributedExecutorService
 
submitTask(ForkJoinTask<?>) - Method in class com.qfs.store.impl.ADelegateStorePartitionView
 
submitTask(ForkJoinTask<?>) - Method in class com.qfs.store.impl.StorePartitionTransaction
 
submitTask(ForkJoinTask<?>) - Method in class com.qfs.store.impl.StorePartitionVersion
 
submitTask(ForkJoinTask<?>) - Method in class com.qfs.store.impl.UserStorePartitionVersion
 
submitTask(ForkJoinTask<?>) - Method in interface com.qfs.store.IStorePartitionView
Submits the given task for execution in the thread pool that can efficiently access this partition's data.
submittedRows(long) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo.JdbcFetchingInfoBuilder
The number of rows submitted to the append queue.
submitUpdateWhere(StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo) - Method in class com.qfs.store.impl.StorePartitionTransaction
Submits an update where action.
submitUpdateWhere(StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo) - Method in interface com.qfs.store.IStorePartitionTransaction
Submits an "update where" action.
submitUpdateWhere(UpdateWhereInfo) - Method in class com.qfs.store.impl.StoreTransaction
 
submitUpdateWhere(UpdateWhereInfo) - Method in interface com.qfs.store.IStoreTransaction
Submits an update where action.
SubPartitionVersion(IStorePartitionVersion, IStoreVersion) - Constructor for class com.activeviam.store.structure.IUpdatePartitioningAction.SubPartitionVersion
Constructor.
SubPointIntegerArrayDictionaryIndex - Class in com.quartetfs.biz.pivot.query.aggregates.impl
An index to quickly access to a subset of points stored in a dictionary 'P'.
SubPointIntegerArrayDictionaryIndexFromList - Class in com.quartetfs.biz.pivot.query.aggregates.impl
ISubPointIntegerArrayIndex implementation wrapping a list of small underlying secondary indices into a "merged" index.
SubPointIntegerArrayDictionaryIndexFromList(SubPointIntegerArrayDictionaryIndex[]) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.SubPointIntegerArrayDictionaryIndexFromList
Constructor.
subscribe() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StampingStreamListener
Subscribe to the underlying stream if we are not already subscribed.
subscribe(IAgentListener) - Method in interface com.qfs.snl.agent.IAgentService
A listener wanting to be notified of new agent registration.
subscribe(IAgentListener) - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
subscribe(IAgentListener) - Method in class com.qfs.snl.agent.service.impl.RemoteAgentService
 
subscribe(IMessageSubscriber) - Method in interface com.qfs.snl.messages.IMessageService.IMessageBox
Subscribes to all messages of a given recipient.
subscribe(IMessageSubscriber) - Method in class com.qfs.snl.messages.impl.MessageBox
 
subscribe(S) - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
Subscribe a stream to the adequate streamNode.
subscribe(S) - Method in interface com.quartetfs.tech.streaming.sharing.IStreamRegister
Subscribe a stream to a node managed by this.
Subscribe - com.quartetfs.biz.xmla.constants.Keyword
 
Subscribe - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
SubSelect - Class in com.quartetfs.pivot.mdx.statement.impl
A SELECT statement inside a FROM clause.
SubSelect - com.quartetfs.pivot.mdx.plan.impl.PassManager.PassType
A pass for subselect clauses.
SubSelect(boolean, List<IAxisSpecification>, IAxisSpecification, IFromClause) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.SubSelect
 
SubSelectChecker - Class in com.quartetfs.pivot.mdx.impl
Checks that the expression can be written as a CrossJoin of single hierarchy sets.
SubSelectEvaluator - Class in com.quartetfs.pivot.mdx.impl
 
SubSelectEvaluator(ISubSelect, ExpressionEvaluator) - Constructor for class com.quartetfs.pivot.mdx.impl.SubSelectEvaluator
 
SubSelectPass(int, CellPlanResultHeader, ISubSelect) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.PassManager.SubSelectPass
 
SubSelectPlanner - Class in com.quartetfs.pivot.mdx.impl
 
SubSelectPlanner(ISubSelect, ExpressionPlanner) - Constructor for class com.quartetfs.pivot.mdx.impl.SubSelectPlanner
 
subSequence(int, int) - Method in class com.qfs.util.impl.CharArraySubSequence
Deprecated.
 
subSequence(int, int) - Method in class com.quartetfs.fwk.format.impl.SubSequence
 
SubSequence - Class in com.quartetfs.fwk.format.impl
Mutable object to express a subsequence.
SubSequence(CharSequence) - Constructor for class com.quartetfs.fwk.format.impl.SubSequence
Constructor.
subSet(int, int) - Method in interface com.quartetfs.pivot.mdx.eval.set.IIndexedSet
 
subSet(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ARandomAccessSet
 
subSet(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalityRandomAccessSet
 
subSet(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.DictionarySet
 
subSet(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.EmptySet
 
subSet(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedSet
 
subSet(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedShuffledSet
 
subSet(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.IndexedSubSet
 
subSet(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.OrderedSet
 
subSet(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingleMemberSet
 
subSet(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SingletonSet
 
subSet(int, int) - Method in class com.quartetfs.pivot.mdx.eval.set.impl.SubSet
 
subSet(int, int) - Method in interface com.quartetfs.pivot.mdx.eval.set.IRandomAccessSet
Return a sub set of this set between the specified fromIndex, inclusive, and toIndex, exclusive.
subSet(ISet, int, int) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Returns a subset of tuples from a specified set.
SubSet - Class in com.quartetfs.pivot.mdx.eval.set.impl
Subset of a random access set.
SubSet - com.quartetfs.biz.xmla.constants.Keyword
 
SUBSET - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
SubsetFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
SubsetFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.SubsetFunction
 
SubsetFunction.SubsetFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
Subset(Set_Expression, Start [ ,Count ] ).
SubsetFunctionDefinition() - Constructor for class com.quartetfs.pivot.mdx.func.impl.SubsetFunction.SubsetFunctionDefinition
 
subVector(int, int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
subVector(int, int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
subVector(int, int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
subVector(int, int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
subVector(int, int) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
subVector(int, int) - Method in class com.qfs.vector.impl.ABlockVector
 
subVector(int, int) - Method in class com.qfs.vector.impl.AbsVector
 
subVector(int, int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
subVector(int, int) - Method in class com.qfs.vector.impl.EmptyVector
 
subVector(int, int) - Method in class com.qfs.vector.impl.NegativeVector
 
subVector(int, int) - Method in class com.qfs.vector.impl.PositiveVector
 
subVector(int, int) - Method in class com.qfs.vector.impl.ZeroVector
 
subVector(int, int) - Method in interface com.qfs.vector.IRandomAccessVector
 
subVector(int, int) - Method in interface com.qfs.vector.IVector
Returns a restricted view of this vector.
SUCCESS - com.qfs.snl.messages.MessageLevel
Type to inform of the successful execution of an action.
SUCCESS - com.quartetfs.biz.pivot.query.registration.impl.RegistrationUtil.RegistrationResult
When the registration succeed.
SUCCESS_MERGE_DIMENSIONS - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
suffix(String) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughExecutor.NameSuffixer
Builds the header's name based on an internal property name.
sum() - Method in interface com.activeviam.copper.api.CopperMeasureToAggregateAbove
Aggregate the values on the defined leaf levels using the sum aggregation.
sum() - Method in class com.activeviam.copper.measure.CopperMeasureToAggregateAboveBuilder
 
sum() - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
sum() - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
sum(CopperMeasure) - Static method in class com.activeviam.copper.api.Copper
Starts defining an aggregation analytic function (sometimes called aggregation window function) with the sum function commonly known as running total or cumulative sum calculation.
sum(CopperStoreField) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure by aggregating a field from a store linked to the cube using the sum aggregation.
sum(String) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure by aggregating a field from the selection using the sum aggregation.
sum(String) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilder
 
sum(Collection<? extends IMemoryStatistic>, boolean) - Static method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
Compute the AMemoryStatistic.getRetainedOffHeap() or AMemoryStatistic.getRetainedOnHeap() of a collection of statistics by adding the value of each one.
SUM - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
SUM_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
SUM_PRODUCT_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IGenericAggregationFunction
Plugin value key for an aggregation function that produces the sum product of the sources it is given.
SumBindingDouble(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.SumFunction.SumBindingDouble
Constructor.
SumBindingDoubleNullable(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.SumFunction.SumBindingDoubleNullable
Constructor.
SumBindingFloat(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.SumFunction.SumBindingFloat
Constructor.
SumBindingFloatNullable(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.SumFunction.SumBindingFloatNullable
Constructor.
SumBindingInt(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.SumFunction.SumBindingInt
Constructor.
SumBindingIntNullable(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.SumFunction.SumBindingIntNullable
Constructor.
SumBindingLong(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.SumFunction.SumBindingLong
Constructor.
SumBindingLongNullable(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.SumFunction.SumBindingLongNullable
Constructor.
sumDouble() - Method in class com.qfs.vector.impl.ABlockVector
 
sumDouble() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
sumDouble() - Method in class com.qfs.vector.impl.AVector
 
sumDouble() - Method in class com.qfs.vector.impl.EmptyVector
 
sumDouble() - Method in interface com.qfs.vector.IVector
Sums all elements of the vector and returns the value of the sum.
sumFloat() - Method in class com.qfs.vector.impl.ABlockVector
 
sumFloat() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
sumFloat() - Method in class com.qfs.vector.impl.AVector
 
sumFloat() - Method in class com.qfs.vector.impl.EmptyVector
 
sumFloat() - Method in interface com.qfs.vector.IVector
Sums all elements of the vector and returns the value of the sum.
SumFunction - Class in com.qfs.agg.impl
SUM aggregation function.
SumFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
SumFunction() - Constructor for class com.qfs.agg.impl.SumFunction
Constructor.
SumFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.SumFunction
 
SumFunction.SumBindingDouble - Class in com.qfs.agg.impl
Sum binding for the 'double' data type.
SumFunction.SumBindingDoubleNullable - Class in com.qfs.agg.impl
Sum binding for the nullable 'double' data type.
SumFunction.SumBindingFloat - Class in com.qfs.agg.impl
Sum binding for the 'float' data type.
SumFunction.SumBindingFloatNullable - Class in com.qfs.agg.impl
Sum binding for the nullable 'float' data type.
SumFunction.SumBindingInt - Class in com.qfs.agg.impl
Sum binding for the 'int' data type.
SumFunction.SumBindingIntNullable - Class in com.qfs.agg.impl
Sum binding for the nullable 'int' data type.
SumFunction.SumBindingLong - Class in com.qfs.agg.impl
Sum binding for the 'long' data type.
SumFunction.SumBindingLongNullable - Class in com.qfs.agg.impl
Sum binding for the nullable 'long' data type.
sumInt() - Method in class com.qfs.vector.impl.ABlockVector
 
sumInt() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
sumInt() - Method in class com.qfs.vector.impl.AVector
 
sumInt() - Method in class com.qfs.vector.impl.EmptyVector
 
sumInt() - Method in interface com.qfs.vector.IVector
Sums all elements of the vector and returns the value of the sum.
sumLong() - Method in class com.qfs.vector.impl.ABlockVector
 
sumLong() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
sumLong() - Method in class com.qfs.vector.impl.AVector
 
sumLong() - Method in class com.qfs.vector.impl.EmptyVector
 
sumLong() - Method in interface com.qfs.vector.IVector
Sums all elements of the vector and returns the value of the sum.
summary() - Method in class com.qfs.store.impl.ReadableDatastore
Deprecated.
Returns a summary of the datastore at the latest version.
SumProductAggregationVectorDouble(List<String>, int[], IMultiSourceAggregationFunction) - Constructor for class com.qfs.agg.impl.SumProductFunction.SumProductAggregationVectorDouble
 
SumProductAggregationVectorFloat(List<String>, int[], IMultiSourceAggregationFunction) - Constructor for class com.qfs.agg.impl.SumProductFunction.SumProductAggregationVectorFloat
 
SumProductAggregationVectorLong(List<String>, int[], IMultiSourceAggregationFunction) - Constructor for class com.qfs.agg.impl.SumProductFunction.SumProductAggregationVectorLong
 
SumProductBindingDouble(IArrayReader[], IArrayWriter) - Constructor for class com.qfs.agg.impl.SumProductFunction.SumProductBindingDouble
Constructor.
SumProductBindingDoubleNullable(IArrayReader[], IArrayWriter) - Constructor for class com.qfs.agg.impl.SumProductFunction.SumProductBindingDoubleNullable
Constructor.
SumProductBindingFloat(IArrayReader[], IArrayWriter) - Constructor for class com.qfs.agg.impl.SumProductFunction.SumProductBindingFloat
Constructor.
SumProductBindingFloatNullable(IArrayReader[], IArrayWriter) - Constructor for class com.qfs.agg.impl.SumProductFunction.SumProductBindingFloatNullable
Constructor.
SumProductBindingLong(IArrayReader[], IArrayWriter) - Constructor for class com.qfs.agg.impl.SumProductFunction.SumProductBindingLong
Constructor.
SumProductBindingLongNullable(IArrayReader[], IArrayWriter) - Constructor for class com.qfs.agg.impl.SumProductFunction.SumProductBindingLongNullable
Constructor.
SumProductBindingVectorDouble(IArrayReader[], IArrayWriter) - Constructor for class com.qfs.agg.impl.SumProductFunction.SumProductBindingVectorDouble
Constructor.
SumProductBindingVectorFloat(IArrayReader[], IArrayWriter) - Constructor for class com.qfs.agg.impl.SumProductFunction.SumProductBindingVectorFloat
Constructor.
SumProductBindingVectorLong(IArrayReader[], IArrayWriter) - Constructor for class com.qfs.agg.impl.SumProductFunction.SumProductBindingVectorLong
Constructor.
SumProductFunction - Class in com.qfs.agg.impl
An aggregation function that does the sum product of all the sources it is given.
SumProductFunction() - Constructor for class com.qfs.agg.impl.SumProductFunction
Constructor.
SumProductFunction.SumProductAggregationVectorDouble - Class in com.qfs.agg.impl
Sum Product aggregation for the double vector type.
SumProductFunction.SumProductAggregationVectorFloat - Class in com.qfs.agg.impl
Sum Product aggregation for the float vector type.
SumProductFunction.SumProductAggregationVectorLong - Class in com.qfs.agg.impl
Sum Product aggregation for the long vector type.
SumProductFunction.SumProductBindingDouble - Class in com.qfs.agg.impl
Sum Product binding for double aggregated type.
SumProductFunction.SumProductBindingDoubleNullable - Class in com.qfs.agg.impl
Sum Product binding for nullable double aggregated type.
SumProductFunction.SumProductBindingFloat - Class in com.qfs.agg.impl
Sum Product binding for float aggregated type.
SumProductFunction.SumProductBindingFloatNullable - Class in com.qfs.agg.impl
Sum Product binding for nullable float aggregated type.
SumProductFunction.SumProductBindingLong - Class in com.qfs.agg.impl
Sum Product binding for long aggregated type.
SumProductFunction.SumProductBindingLongNullable - Class in com.qfs.agg.impl
Sum Product binding for nullable long aggregated type.
SumProductFunction.SumProductBindingVectorDouble - Class in com.qfs.agg.impl
A SumProductFunction.ASumProductBindingVector that scales the source vector by a factor of type double.
SumProductFunction.SumProductBindingVectorFloat - Class in com.qfs.agg.impl
A SumProductFunction.ASumProductBindingVector that scales the source vector by a factor of type float.
SumProductFunction.SumProductBindingVectorLong - Class in com.qfs.agg.impl
A SumProductFunction.ASumProductBindingVector that scale the source vector by a factor of type long.
SumVectorAggregationBinding - Class in com.qfs.agg.impl
Factor properties of sum-like vector aggregations.
SumVectorAggregationBinding(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.SumVectorAggregationBinding
Constructor.
superRoot(int) - Static method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.RootNode
Creates the super root of a planning graph.
supplementArray(int[], int) - Static method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
 
Support - com.quartetfs.biz.xmla.constants.Keyword
 
supportConcurrentReads() - Method in interface com.qfs.dic.IConcurrentDictionary
 
supportConcurrentReads() - Method in interface com.qfs.dic.IDictionary
Returns whether the dictionary supports Single Writer/Multiple Reader (SWMR).
supportConcurrentReads() - Method in class com.qfs.dic.impl.AbstractDictionary
 
supportConcurrentReads() - Method in class com.qfs.dic.impl.BucketedIntegerArrayDictionary
 
supportConcurrentReads() - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
 
supportConcurrentReads() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
supportConcurrentReads() - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
supportConcurrentReads() - Method in class com.qfs.dic.impl.NullableDictionary
 
supportConcurrentReads() - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
supportConcurrentWrites() - Method in interface com.qfs.dic.IConcurrentDictionary
 
supportConcurrentWrites() - Method in class com.qfs.dic.impl.AbstractDictionary
 
supportConcurrentWrites() - Method in class com.qfs.dic.impl.BucketedIntegerArrayDictionary
 
supportConcurrentWrites() - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
 
supportConcurrentWrites() - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
supportConcurrentWrites() - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
supportConcurrentWrites() - Method in class com.qfs.dic.impl.NullableDictionary
 
supportConcurrentWrites() - Method in interface com.qfs.dic.IWritableDictionary
Returns whether the dictionary supports concurrent writing (Multiple Writer/Multiple Reader) or not.
supportConcurrentWrites() - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
supportDeletion() - Method in class com.qfs.desc.impl.TableSecurityBuilder
 
supportDeletion() - Method in interface com.qfs.desc.ITableSecurityBuilder
Indicates if deleting records is allowed.
SUPPORTED_QUERIES_PACKAGE - Static variable in interface com.quartetfs.biz.pivot.IActivePivot
Package prefix used to decide if a query is supported by ActivePivot.
supportEmptyString() - Method in interface com.qfs.desc.IFieldDescription
Indicates whether this field supports empty String as value.
supportEmptyString(boolean) - Method in class com.qfs.desc.impl.FieldDescription.FieldDescriptionBuilder
 
supportEmptyString(int) - Static method in class com.qfs.store.Types
Tests if the type supports empty strings as valid values.
supportInsertion() - Method in class com.qfs.desc.impl.TableSecurityBuilder
 
supportInsertion() - Method in interface com.qfs.desc.ITableSecurityBuilder
Indicates if inserting new records is allowed.
supports(Class<?>) - Method in class com.qfs.jwt.impl.AJwtAuthenticationProvider
 
supportsConditionalRemoveWhere(StreamingViewId) - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
supportsConditionalRemoveWhere(StreamingViewId) - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
supportsConditionalRemoveWhere(StreamingViewId) - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
supportsConditionalRemoveWhere(StreamingViewId) - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
supportsCustomQueryPartitioning(String) - Method in class com.activeviam.store.impl.QueryManagerAdapter
 
supportsEmptyString() - Method in class com.activeviam.type.FieldType
 
supportsEmptyString() - Method in interface com.activeviam.type.IFieldType
Returns whether the String or Object type supports empty string.
supportsNulls() - Method in interface com.qfs.store.record.ISingleFieldRecordProcedure
Indicate if IRecordProcedure.process(int, IRecordReader) should be called on rows where the value to process is null.
supportsPartialMessages() - Method in class com.activeviam.apm.websocket.impl.MonitoredQueryWsEndpoint
 
supportsPartialMessages() - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint
Deprecated.
 
supportsPartialMessages() - Method in class com.qfs.websocket.endpoint.impl.ASingleEndpoint
 
suspect(Address) - Method in class com.qfs.messenger.impl.AJGroupsMessenger
 
swap() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IKeyedVectorField
 
swap() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IUnkeyedVectorField
 
swap() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IVectorField
Specifies that the vectors of this field should be swapped to disk.
swap() - Method in class com.qfs.plan.impl.StorePartitionUpdateForDeltaQueries
Added records become deleted records and reciprocally.
swap(int, IWritableRecord) - Method in class com.qfs.store.record.impl.RecordBlock
Swaps a record with the one in the given row.
swap(String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IKeyedVectorField
 
swap(String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IUnkeyedVectorField
 
swap(String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IVectorField
Specifies that the vectors of this field should be swapped to disk.
swap(String, boolean) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IKeyedVectorField
 
swap(String, boolean) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IUnkeyedVectorField
 
swap(String, boolean) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IVectorField
Specifies that the vectors of this field should be swapped to disk.
swap(T[], int, int) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Swaps two elements at the given indexes in an array.
SWAP - com.qfs.vector.AllocationType
The data has been swapped on disk.
SWAP_DIRECTORY_MAX_NUM_FILES - Static variable in class com.qfs.vector.impl.Vectors
The maximum number of swap files that will be created in one directory.
SWAP_DIRECTORY_MAX_NUM_FILES_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
System property that configures the maximum number of swap files that will be created in one directory.
swapCurrentRecord(IWritableRecord) - Method in class com.qfs.store.query.impl.RowListFlattenerCursor.ABatchRecordIterator
Swaps the current record (i.e.
SwappedDoubleVectorAllocator(IAllocationSettings) - Constructor for class com.qfs.vector.buffer.impl.ASwappedVectorAllocator.SwappedDoubleVectorAllocator
Constructor.
SwappedFloatVectorAllocator(IAllocationSettings) - Constructor for class com.qfs.vector.buffer.impl.ASwappedVectorAllocator.SwappedFloatVectorAllocator
Constructor.
SwappedIntegerVectorAllocator(IAllocationSettings) - Constructor for class com.qfs.vector.buffer.impl.ASwappedVectorAllocator.SwappedIntegerVectorAllocator
Constructor.
SwappedLongVectorAllocator(IAllocationSettings) - Constructor for class com.qfs.vector.buffer.impl.ASwappedVectorAllocator.SwappedLongVectorAllocator
Constructor.
switchOn(CopperLevel, Map<Object, ? extends CopperMeasure>, CopperMeasure) - Method in class com.activeviam.copper.api.ExperimentalCopper
Creates a copper measure which selects among several measures the value to return depending on the current value on a level.
SwitchOnMeasure - Class in com.activeviam.copper.measure
Copper measure used to perform switch operations based on the current location.
SwitchOnMeasure.Factory - Class in com.activeviam.copper.measure
 
SwitchOnPostProcessor - Class in com.activeviam.copper.pivot.pp
PostProcessor used to perform switch operations based on the current location.
SwitchOnPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.SwitchOnPostProcessor
Constructor of SwitchOnPostProcessor.
SYNC - com.quartetfs.tech.streaming.IStreamProperties.InitialPublicationMode
The initial view will be computed synchronously and published before this stream's creation call returns.
SyncCompletionSync() - Constructor for class com.qfs.store.query.impl.AQueryRunner.SyncCompletionSync
 
syncExec() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesRetrieval
Synchronously executes this retrieval.
syncExec() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
syncExec() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ARangeSharingAggregatesRetrieval
 
syncExec() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.BitmapPrimitiveAggregatesRetrieval
Synchronously executes this retrieval.
syncExec() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpPrimitiveAggregatesRetrieval
Synchronously executes this retrieval.
syncExec() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
Synchronize - com.quartetfs.biz.xmla.constants.Keyword
 
Synchronize - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
synchronizeNodeIfNecessary() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
 
synchronizeNodeIfNecessary() - Method in interface com.quartetfs.tech.streaming.sharing.IStreamNode
Resynchronize the node if necessary.
synchronizeWithOriginal() - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
Synchronizes this partitioning with the original partitioning it hides.
SynchronousAggregatesContinuousQueryEngine - Class in com.quartetfs.biz.pivot.query.aggregates.impl
An AAggregatesContinuousQueryEngine that synchronously processes its received events, recomputing the locations impacted by received events.
SynchronousAggregatesContinuousQueryEngine(IMultiVersionActivePivot) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.SynchronousAggregatesContinuousQueryEngine
Constructor.
SynchronousEventPolicy - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Implementation of an AAggregatesContinuousQueryEngine.IEventPolicy processing events synchronously.
SynchronousEventPolicy() - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.SynchronousEventPolicy
 
synchronousMode(boolean) - Method in class com.qfs.msg.csv.impl.CSVSourceConfiguration.CSVSourceConfigurationBuilder
Property to activate the synchronous mode.
synpred1_MDX() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
synpred1_MDX_fragment() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
Syntax - Enum in com.quartetfs.pivot.mdx.statement
 
SYSTEM_PROP_TAG_ACCEPTOR - Static variable in class com.activeviam.health.monitor.impl.TagAcceptor
The tag acceptor that is created from system properties.
SystemPropertyResolver - Class in com.activeviam.properties.impl
Property Resolver for System properties.
SystemPropertyResolver() - Constructor for class com.activeviam.properties.impl.SystemPropertyResolver
 
SystemTimeSupplier - Class in com.activeviam.time.impl
Implementation of ITimeSupplier delegating all time interactions to the system.

T

T__99 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
T__99 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
T__99 - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
TABLE_CATALOG - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
TABLE_CATALOG - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
TABLE_GUID - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
TABLE_NAME - Static variable in class com.qfs.content.service.audit.impl.AuditableCSEntry
The name of the Hibernate table.
TABLE_NAME - Static variable in class com.qfs.content.service.audit.impl.AuditAction
The name of the hibernate table.
TABLE_NAME - Static variable in class com.qfs.content.service.impl.CSEntry
The name of the Hibernate table.
TABLE_NAME - Static variable in class com.qfs.repository.audit.impl.Audit
The table name.
TABLE_NAME - Static variable in class com.qfs.repository.persistence.impl.DbInfo
Table name of this entity.
TABLE_NAME - Static variable in class com.qfs.repository.persistence.model.impl.PointValue
Monitor's table.
TABLE_NAME - Static variable in class com.qfs.snl.audit.impl.Audit
The table name.
TABLE_NAME - Static variable in class com.qfs.snl.data.impl.SentinelAlert
The table name.
TABLE_NAME - Static variable in class com.qfs.snl.data.impl.SentinelEvent
The table name.
TABLE_NAME - Static variable in interface com.qfs.snl.data.ISentinelState
The table name.
TABLE_NAME - Static variable in class com.qfs.snl.monitors.impl.Monitor
Monitor's table.
TABLE_NAME - Static variable in class com.qfs.snl.persistence.impl.DbInfo
Table Name used for this entity.
TABLE_NAME - Static variable in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Repository workflow's table.
TABLE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
TABLE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
TABLE_NAMES - Static variable in interface com.qfs.service.store.IDatabaseRestService
REST target path to access table names.
TABLE_OLAP_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
TABLE_PREFIX - Static variable in class com.qfs.repository.persistence.impl.DbInfoDao
Name of the table storing databose metadata.
TABLE_PREFIX - Static variable in class com.qfs.snl.persistence.impl.DbInfoDao
Prefix for all ActiveMonitor tables.
TABLE_PROPID - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
TABLE_SCHEMA - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_ColumnsDefinition
 
TABLE_SCHEMA - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
TABLE_TYPE - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_TablesDefinition
 
TableArrayReader - Class in com.qfs.chunk.impl
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.3. This class is not used internally
TableArrayReader(ITable, int) - Constructor for class com.qfs.chunk.impl.TableArrayReader
Deprecated.
Constructor.
TableBuilder - Class in com.qfs.util.ui.impl
An implementation of an ITableBuilder.
TableBuilder() - Constructor for class com.qfs.util.ui.impl.TableBuilder
 
TableColumn - Class in com.qfs.chunk.impl
Basic implementation of a column as an IArray.
TableColumn(ITable, int) - Constructor for class com.qfs.chunk.impl.TableColumn
Default constructor.
TableDrawer - Class in com.qfs.util.ui.impl
Provide low-level API to draw a table on an OutputStream.
tableHasChanged() - Method in class com.qfs.pivot.json.database.JsonTableResult
Indicate if the table has changed during this edit.
TableJoin - Class in com.activeviam.database.api.schema
Basic implementation of ITableJoin.
TableJoin(String, String, String, Set<ITableJoin.FieldMapping>) - Constructor for class com.activeviam.database.api.schema.TableJoin
Deprecated, for removal: This API element is subject to removal in a future version.
Kept for backward compatibility, use from now on TableJoin.create(String, String, String, Set, RelationshipOptionality)
TablePrinter() - Constructor for class com.quartetfs.pivot.mdx.utils.impl.PrettyPrinter.TablePrinter
 
TableReadWritePermissions - Class in com.qfs.desc.impl
Read and write permissions for a table.
TableReadWritePermissions() - Constructor for class com.qfs.desc.impl.TableReadWritePermissions
TABLES - Static variable in interface com.qfs.service.store.IDatabaseRestService
REST path value to access tables.
TableSecurity - Class in com.qfs.desc.impl
 
TableSecurity(ITablePermissions, boolean, boolean) - Constructor for class com.qfs.desc.impl.TableSecurity
Constructor of TableSecurity.
TableSecurityBuilder - Class in com.qfs.desc.impl
Builder for TableSecurity.
TableSecurityBuilder() - Constructor for class com.qfs.desc.impl.TableSecurityBuilder
Constructor of TableSecurityBuilder.
TableSecurityDescription - Class in com.qfs.store.service.impl
Basic immutable implementation of an ITableSecurityDescription.
TableSecurityDescription(IDatabaseFieldDescription[], int[], boolean, boolean, boolean) - Constructor for class com.qfs.store.service.impl.TableSecurityDescription
Constructor.
TableUpdateDetail - Class in com.activeviam.database.api.experimental.refresh
Description of a change on an external table.
Tabular - com.quartetfs.biz.xmla.impl.XmlaProperties.FormatValue
 
TabularDataSet - Class in com.quartetfs.pivot.mdx.xmla.impl
The tabular representation of a crossjoin of books and underlyings on rows, plus counterparties on columns | {CP1, measure} | {CP2, measure} | {EUR, DeskA} | 10 | 20 | {USD, DeskB} | 11 | 30 | is The row definition : - currency.properties - desk.properties - cp1.measure - cp2.measure The first row is - currency.properties = EUR - desk.properties = DeskA - cp1.measure = 10 - cp2.measure = 20 The second row is - currency.properties = USD - desk.properties = DeskB - cp1.measure = 11 - cp2.measure = Measures are always on the columns The Allmember level on the rows must not be included in the definition The only cell property that is returned is VALUE.
TabularDataSet(MdxCellSet) - Constructor for class com.quartetfs.pivot.mdx.xmla.impl.TabularDataSet
 
TabularRowSetColumn(String) - Constructor for class com.quartetfs.biz.xmla.servlet.impl.TabularRowSetDefinition.TabularRowSetColumn
 
TabularRowSetColumn(String, IXmlaType, RowsetColumn.Restriction, RowsetColumn.Optional, String) - Constructor for class com.quartetfs.biz.xmla.servlet.impl.TabularRowSetDefinition.TabularRowSetColumn
 
TabularRowSetDefinition - Class in com.quartetfs.biz.xmla.servlet.impl
 
TabularRowSetDefinition(IRowsetColumn[]) - Constructor for class com.quartetfs.biz.xmla.servlet.impl.TabularRowSetDefinition
 
TabularRowSetDefinition(String, UUID, String, IRowsetColumn[]) - Constructor for class com.quartetfs.biz.xmla.servlet.impl.TabularRowSetDefinition
 
TabularRowSetDefinition.TabularRowSetColumn - Class in com.quartetfs.biz.xmla.servlet.impl
Tabular row set column.
TabularXmlaSelectExecutor - Class in com.quartetfs.pivot.mdx.xmla.impl
Select executor specialized for tabular XMLA execution.
TabularXmlaSelectExecutor(ICatalog, ISelectStatement, String, Properties) - Constructor for class com.quartetfs.pivot.mdx.xmla.impl.TabularXmlaSelectExecutor
 
TAG_AGGREGATE_TABLE_NAME - Static variable in class com.activeviam.database.api.query.QueryTags
Tag used to pass the local name of the Aggregate Table when one is used to optimize the query.
TAG_CATEGORY - Static variable in class com.activeviam.database.api.query.QueryTags
Tag used to designate the category of the query.
TAG_PIVOT_NAME - Static variable in class com.activeviam.database.api.query.QueryTags
Tag used to pass the name of the pivot to a query.
TAG_PROVIDER_NAME - Static variable in class com.activeviam.database.api.query.QueryTags
Tag used to pass the name of the provider fed by the query.
TAG_TRACE_PARENT_SPAN_ID - Static variable in class com.activeviam.database.api.query.QueryTags
Tag used to propagate parent span id.
TAG_TRACE_SPAN_ID - Static variable in class com.activeviam.database.api.query.QueryTags
Tag used to propagate client request span id.
TAG_TRACE_TRACE_ID - Static variable in class com.activeviam.database.api.query.QueryTags
Tag used to propagate client request trace id.
TagAcceptor - Class in com.activeviam.health.monitor.impl
The default implementation of a tag acceptor.
TagAcceptor(Map<Set<String>, Level>, Map<Set<String>, Level>, Level) - Constructor for class com.activeviam.health.monitor.impl.TagAcceptor
Constructor of TagAcceptor.
TAGS - Static variable in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryRegistered
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryUnregistered
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.ActivePivotContinuousQueryUpdated
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.ActivePivotQueryDone
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.ActivePivotQueryFailed
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.ActivePivotTransactionCommittedEvent
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.ActivePivotTransactionRolledBackEvent
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.ActivePivotTransactionStartedEvent
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.AJdbcHealthEvent
The tags of JDBC health events.
TAGS - Static variable in class com.activeviam.health.monitor.impl.CsvFileParsingFailure
The tags of this event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.CsvFileParsingProgress
The tags of this event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.CsvLineParsingFailure
The tags of this event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.DatastoreTransactionCommitted
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.events.ApplicationMemberAccepted
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.events.ApplicationMemberRejected
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.events.ClusterMemberChange
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.events.ClusterViewChange
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationEvent
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.events.GoodbyeMessageApplicationFailureEvent
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageApplicationFailureEvent
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageAppliedEvent
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageSendingFailureEvent
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageSentEvent
The tags of the event.
TAGS - Static variable in class com.activeviam.health.monitor.impl.SlowActivePivotQuery
The tags of the event.
TAGS - Static variable in class com.quartetfs.pivot.mdx.impl.MdxEvent
The tags of the event.
tagSafely(String, long) - Static method in class com.activeviam.tracing.impl.Tracing
Tags the current span with the given key and value.
tagSafely(String, String) - Static method in class com.activeviam.tracing.impl.Tracing
Tags the current span with the given key and value.
tail(ISet, int) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Tail of a set.
Tail - com.quartetfs.biz.xmla.constants.Keyword
 
TAIL - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
TailFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
TailFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.TailFunction
 
TailFunction.TailFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
Subset(Set_Expression, Start [ ,Count ] ).
TailFunctionDefinition() - Constructor for class com.quartetfs.pivot.mdx.func.impl.TailFunction.TailFunctionDefinition
 
TailHandler - Class in com.qfs.messenger.netty.impl
A ChannelInboundHandlerAdapter which discards inbound messages and logs exceptions.
TailHandler() - Constructor for class com.qfs.messenger.netty.impl.TailHandler
 
TarBuffer - Class in com.qfs.util.tar.impl
The TarBuffer class implements the tar archive concept of a buffered input stream.
TarBuffer(InputStream) - Constructor for class com.qfs.util.tar.impl.TarBuffer
Constructor.
TarBuffer(InputStream, int) - Constructor for class com.qfs.util.tar.impl.TarBuffer
Constructor.
TarBuffer(InputStream, int, int) - Constructor for class com.qfs.util.tar.impl.TarBuffer
Constructor.
TarBuffer(OutputStream) - Constructor for class com.qfs.util.tar.impl.TarBuffer
Constructor.
TarBuffer(OutputStream, int) - Constructor for class com.qfs.util.tar.impl.TarBuffer
Constructor.
TarBuffer(OutputStream, int, int) - Constructor for class com.qfs.util.tar.impl.TarBuffer
Constructor.
TarEntry - Class in com.qfs.util.tar.impl
This class represents an entry in a Tar archive.
TarEntry(byte[]) - Constructor for class com.qfs.util.tar.impl.TarEntry
Construct an entry from an archive's header bytes.
TarEntry(File) - Constructor for class com.qfs.util.tar.impl.TarEntry
Construct an entry for a file.
TarEntry(String) - Constructor for class com.qfs.util.tar.impl.TarEntry
Construct an entry with only a name.
TarEntryFileInfo<I> - Class in com.qfs.msg.csv.impl
Information about an entry of a tar archive file.
TarEntryFileInfo(IFileInfo<I>, TarEntry) - Constructor for class com.qfs.msg.csv.impl.TarEntryFileInfo
Constructor.
target - Variable in class com.qfs.pivot.testing.impl.GetAggregatesResultCellsetTester
The tested cellSet.
targetOptionality(RelationshipOptionality) - Method in class com.activeviam.database.sql.api.schema.SqlJoin.SqlJoinBuilder
 
TarHeader - Class in com.qfs.util.tar.impl
This class encapsulates the Tar Entry Header used in Tar Archives.
TarHeader() - Constructor for class com.qfs.util.tar.impl.TarHeader
Consturctor.
TarInputStream - Class in com.qfs.util.tar.impl
The TarInputStream reads a UNIX tar archive as an InputStream.
TarInputStream(InputStream) - Constructor for class com.qfs.util.tar.impl.TarInputStream
Constructor.
TarInputStream(InputStream, int) - Constructor for class com.qfs.util.tar.impl.TarInputStream
Constructor.
TarInputStream(InputStream, int, int) - Constructor for class com.qfs.util.tar.impl.TarInputStream
Constructor.
TarInputStream.EntryFactory - Interface in com.qfs.util.tar.impl
This interface is provided, with the method setEntryFactory(), to allow the programmer to have their own TarEntry subclass instantiated for the entries return from getNextEntry().
TASK - com.activeviam.tracing.tracer.ITracer.SpanLevel
 
TASK_TAG - Static variable in class com.activeviam.tracing.impl.Tracing
 
taskAssigner() - Method in interface com.qfs.snl.cfg.IActiveMonitorAppConfiguration
[Bean] Instance assigning tasks to users.
TaskDto - Class in com.qfs.snl.dtos
DTO representing a user task to perform.
TaskDto() - Constructor for class com.qfs.snl.dtos.TaskDto
Default constructor.
taskIndex - Variable in class com.qfs.msg.csv.impl.ParserTask
Index of the task.
TaskMessage - Class in com.qfs.snl.workflows.tasks.impl
Message describing a workflow task to perform.
TaskMessage(long, long, String, Collection<String>, String, MessageLevel, String, Object, boolean, IUserTask, ITaskService) - Constructor for class com.qfs.snl.workflows.tasks.impl.TaskMessage
Full constructor.
TaskMessage(long, IUserTask, ITaskService) - Constructor for class com.qfs.snl.workflows.tasks.impl.TaskMessage
Constructor.
taskService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Task service, responsible from holding tasks from workflows and fulfilling it.
TaskService - Class in com.qfs.snl.workflows.tasks.impl
Forwarding implementation of tasks service.
TaskService(ITaskPublisher, ITaskAssigner, ITemplateEngine, FormService, TaskService, RuntimeService) - Constructor for class com.qfs.snl.workflows.tasks.impl.TaskService
Full constructor.
TasksPerNumaNode - Class in com.qfs.pool.impl
An implementation of ATasksPerNumaNode, that registers a set of TasksPerNumaNode.tasks bound to NUMA nodes.
TasksPerNumaNode() - Constructor for class com.qfs.pool.impl.TasksPerNumaNode
 
TasksPerNumaNodeExecutor - Class in com.qfs.pool.impl
An implementation of ATasksPerNumaNode, that registers a set of TasksPerNumaNodeExecutor.tasks bound to NUMA nodes.
TasksPerNumaNodeExecutor(CountedCompleter<?>, ATasksPerNumaNode) - Constructor for class com.qfs.pool.impl.TasksPerNumaNodeExecutor
Constructor.
taskSubmitted(ForkJoinTask<?>) - Method in interface com.qfs.messenger.IDistributedExecutorService.ITaskHandler
Callback invoked when an asynchronous task is submitted to our pool.
TB - Static variable in class com.quartetfs.fwk.util.MessageUtil
1 TiB.
TDP - com.quartetfs.biz.xmla.XmlaConstants.ProviderType
Tabular data provider.
tearDownTransactionContext(int[]) - Method in class com.qfs.store.impl.DatastoreSchemaBase
Clears the transaction context for the current transaction.
tearDownTransactionContext(int[]) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
tearDownTransactionContext(int[]) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Clears the transaction context for the current transaction.
TEMPLATED_DESCRIPTION_PREFIX - Static variable in class com.qfs.snl.workflows.tasks.impl.TaskService
The templated description prefix.
templateMatching(Object[], Object[]) - Static method in class com.quartetfs.biz.pivot.postprocessing.impl.TimeLineHelpers
Tells if the input array match a given template.
temporary(long) - Static method in class com.qfs.fwk.cache.impl.TtlCache.CachedValue
Create a temporary CachedValue, with the #beingCreated flag set to true.
term() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
term() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
term_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.term_return
 
test(int[]) - Method in class com.qfs.pivot.cube.provider.impl.IsPointGrantedCompiledFilter
 
test(int[]) - Method in class com.qfs.pivot.cube.provider.partition.impl.AIndexedPartitionedAggregateProviderTransaction.AIndexedCompiledFilter
 
test(int, int) - Method in interface com.activeviam.util.function.BiIntPredicate
Evaluates this predicate on the given arguments.
test(IHistoryNode) - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory.BeforeEpochPredicate
 
test(IHistoryNode) - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory.BeforeTimePredicate
 
test(IHistoryNode) - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory.BranchPredicate
 
test(IHistoryNode) - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory.EpochNamePredicate
 
test(ILocation) - Method in class com.activeviam.copper.PointLocationSubCubePredicate
Verifies for each location.
LocationUtil.belongsToScope(ILocation scope, ILocation locationToTest) is true.
test(IPointLocationReader) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListReductionFilterFactory.AcceptFilter
 
test(IPointLocationReader) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListReductionFilterFactory.ExpressedCoordinatesFilter
 
test(IPointLocationReader) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListReductionFilterFactory.RejectFilter
 
test(IPointLocationReader) - Method in interface com.quartetfs.biz.pivot.cellset.IPointListReductionFilter
Returns whether the input location is accepted by this filter.
test(T) - Method in class com.quartetfs.fwk.util.impl.TruePredicate
 
TestAllIncludedProcedure - Class in com.qfs.store.query.plan.impl
A simple reusable procedure testing if the values it processes are included in a given set.
TestAllIncludedProcedure() - Constructor for class com.qfs.store.query.plan.impl.TestAllIncludedProcedure
 
Text - com.quartetfs.biz.xmla.constants.Keyword
 
TEXT_FILE_EXTENSION - Static variable in interface com.activeviam.pivot.rest.dataexport.outputmanagers.IOutputManager
File extension for the other files.
TextCloudOutputManager - Class in com.activeviam.pivot.rest.dataexport.outputmanagers
Class to write a text output in one or several files.
TextCloudOutputManager(JsonFileConfiguration, ICloudDirectory<?>) - Constructor for class com.activeviam.pivot.rest.dataexport.outputmanagers.TextCloudOutputManager
Constructor.
TextCloudZipFileOutputManager - Class in com.activeviam.pivot.rest.dataexport.outputmanagers
Class to write a text output in a zip file in the cloud.
TextCloudZipFileOutputManager(JsonFileConfiguration, ICloudDirectory<?>) - Constructor for class com.activeviam.pivot.rest.dataexport.outputmanagers.TextCloudZipFileOutputManager
Constructor.
textElement(String, String) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
textElement(String, String) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
textElement(String, String) - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
textElement(String, String) - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
 
TextFileOutputManager - Class in com.activeviam.pivot.rest.dataexport.outputmanagers
Class to write a text output in one or several files.
TextFileOutputManager(JsonFileConfiguration, String) - Constructor for class com.activeviam.pivot.rest.dataexport.outputmanagers.TextFileOutputManager
Constructor.
TextStreamOutputManager - Class in com.activeviam.pivot.rest.dataexport.outputmanagers
Class to write a text output in stream.
TextStreamOutputManager(OutputStream) - Constructor for class com.activeviam.pivot.rest.dataexport.outputmanagers.TextStreamOutputManager
Constructor.
TextZipFileOutputManager - Class in com.activeviam.pivot.rest.dataexport.outputmanagers
Class to write a text output in a zip file.
TextZipFileOutputManager(JsonFileConfiguration, String) - Constructor for class com.activeviam.pivot.rest.dataexport.outputmanagers.TextZipFileOutputManager
Constructor.
TGZ - com.qfs.msg.csv.IFileInfo.FileType
A compressed file in tar.gz format.
TGZ_SUFFIX - Static variable in interface com.qfs.msg.csv.IFileInfo
Suffix for TGZ files.
THEN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
THEN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
THEN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
THREAD_TAG - Static variable in class com.activeviam.tracing.impl.Tracing
 
ThreadLocalVectorAllocator(IResourcePool<IVectorAllocator>) - Constructor for class com.qfs.chunk.impl.AChunkAllocator.ThreadLocalVectorAllocator
Constructor.
threadPool - Variable in class com.qfs.msg.csv.impl.ChannelTask
Thread pool.
threadPool(DatastoreStructure.LazyResource<IPartitionThreadPoolFactory>) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
ThreadPoolSelectors - Class in com.qfs.pool
 
ThreadsStatusMonitoringBean - Class in com.activeviam.apm.pivot.monitoring.jmx.impl
JMX monitoring MBean for threads' status, such as blocked, waiting and long running threads.
ThreadsStatusMonitoringBean(long) - Constructor for class com.activeviam.apm.pivot.monitoring.jmx.impl.ThreadsStatusMonitoringBean
Constructor.
threadStatusMxBean() - Method in class com.activeviam.apm.cfg.impl.MonitoringJmxConfig
ThreadStatus monitoring MBean.
Three(int, int, int) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.Modulo.Three
 
THRESHOLD_MESSAGE_SIZE - Static variable in class com.qfs.messenger.impl.DistributedMessengerStatistics
The threshold (in bytes) above which the size of a IBroadcastMessage sent or received is logged at level Level.INFO.
THRESHOLD_MESSAGE_SIZE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property to configure the threshold (in bytes) above which the size of a IBroadcastMessage sent or received is logged at level INFO.
Thresholds - com.quartetfs.biz.xmla.constants.Keyword
 
THROUGHPUT - Static variable in class com.quartetfs.fwk.monitoring.impl.ThroughputMonitor
Throughput Key.
ThroughputMonitor - Class in com.quartetfs.fwk.monitoring.impl
Monitor the throughput at which a quantity changes.
ThroughputMonitor(String) - Constructor for class com.quartetfs.fwk.monitoring.impl.ThroughputMonitor
 
THROW - com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties.DrillthroughBehavior
Throws an exception.
THROW - com.quartetfs.biz.pivot.query.aggregates.IMissedPrefetchBehavior.Behavior
Throws an exception.
THROW - Static variable in class com.qfs.desc.impl.StoreDescriptionBuilder.ARemoveUnknownKeyListener
Throw an exception and stop the commit.
THROW_ON_NEW_BRANCH - Static variable in class com.qfs.repository.impl.DatastoreRepositoryCache
Predefined policy throwing when attempting to commit on a non-existing branch.
THROW_WITHIN_TRANSACTION - Static variable in class com.qfs.desc.impl.DuplicateKeyHandlers
Handler that logs the duplicated records within the transaction.
throwError(int, String, Object...) - Static method in class com.qfs.platform.solaris.Errno
Throws a runtime exception for the givven errno.
throwException() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IOnRemoveUnknownKey
Tells the builder that the store should throw an exception when trying to remove an unknown key.
throwException(Throwable) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Throws the given exception without telling the verifier.
ThrowingErrorFunctionDefinition(Type) - Constructor for class com.quartetfs.pivot.mdx.func.impl.ErrorFunction.ThrowingErrorFunctionDefinition
 
throwLastError(String, Object...) - Static method in class com.qfs.platform.solaris.Errno
Throws the last error after having performed a call to a native method.
throwOnContinuousSelections() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
throwOnContinuousSelections() - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Checks and throws if a structural change is performed with continuous selections.
TIME - com.quartetfs.biz.pivot.cube.dimension.IDimension.DimensionType
Time dimension.
TIME - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Indicates that a level refers to a time (it should be associated with a formatter to let the possibility for the UI to parse it).
TIME_DAYS - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Indicates that a level refers to days.
TIME_HALF_YEAR - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Indicates that a level refers to half years.
TIME_HIERARCHY_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.ATimeLinePostProcessor
Defines the name of the time hierarchies.
TIME_HIERARCHY_PROPERTY - Static variable in class com.quartetfs.biz.pivot.postprocessing.impl.NeighborValuePostProcessor
Defines the name of the time hierarchy.
TIME_HOURS - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Indicates that a level refers to hours.
TIME_MINUTES - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Indicates that a level refers to minutes.
TIME_MONTHS - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Indicates that a level refers to months.
TIME_QUARTERS - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Indicates that a level refers to quarters.
TIME_SECONDS - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Indicates that a level refers to seconds.
TIME_UNDEFINED - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Indicates that a level refers to days.
TIME_UNITS - Static variable in class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.DateHelper
All allowed time units.
TIME_WEEKS - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Indicates that a level refers to weeks.
TIME_YEARS - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Indicates that a level refers to years.
TimeBucket(ChronoUnit, int) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.ATimeBucketer.TimeBucket
Constructor.
TimeBucketFactory() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy.TimeBucketFactory
 
TimeBucketHierarchy - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Time bucket hierarchy.
TimeBucketHierarchy(IAnalysisHierarchyInfo, List<ILevelInfo>, IWritableDictionary<Object>[]) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy
Constructor.
TimeBucketHierarchy.TimeBucketFactory - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Factory to create instances of TimeBucketHierarchy.TimeBucketProcedure.
TimeBucketHierarchy.TimeBucketProcedure - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
Aggregation procedure dynamically contributing time members to the time buckets.
TimeBucketHierarchyDescriptionProvider - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
This class generates the description of the TimeBucketHierarchy.
TimeBucketHierarchyDescriptionProvider() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchyDescriptionProvider
 
TimeBucketProcedure(IAnalysisAggregationProcedureDescription, IHierarchy, IBucketer<Long>, IAggregationHierarchyCreationContext) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TimeBucketHierarchy.TimeBucketProcedure
Full constructor.
TimedInterruptor(long) - Constructor for class com.qfs.concurrent.cancellable.impl.CancellableForkJoinTask.TimedInterruptor
Constructor.
timeLenientLDTFrom(TemporalAccessor) - Static method in class com.quartetfs.fwk.format.impl.DateTimeUtils
Extension of LocalDateTime.from(TemporalAccessor) to allow the conversion to LocalDateTime if a LocalDate is specified but no LocalTime can be found in the temporal.
TimeLineHandler - Class in com.quartetfs.biz.pivot.query.aggregates.impl
Aggregates continuous Handler specialized for timeline based post processors.
TimeLineHandler(IActivePivotVersion, IMeasuresProvider, Properties) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.TimeLineHandler
Constructor.
TimeLineHandler.ArrayHashingStrategy<E> - Class in com.quartetfs.biz.pivot.query.aggregates.impl
A strategy for the arrays.
TimeLineHelpers - Class in com.quartetfs.biz.pivot.postprocessing.impl
Utility class for timeline post-processors.
TimeLineHelpers.LocationKey - Class in com.quartetfs.biz.pivot.postprocessing.impl
A location key is a key based on a location and subset of targeted levels.
Timeout - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
TIMEOUT - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_InputDataSourcesDefinition
 
TimeoutException - Exception in com.qfs.fwk.services
Class exception for requests whose execution time out.
TimeoutException(String) - Constructor for exception com.qfs.fwk.services.TimeoutException
Constructor.
TimeoutException(String, Throwable) - Constructor for exception com.qfs.fwk.services.TimeoutException
Constructor.
TimeoutException(Throwable) - Constructor for exception com.qfs.fwk.services.TimeoutException
Constructor.
TimePeriod - Class in com.qfs.snl.impl
Effective implementation of ITimePeriod.
TimePeriod() - Constructor for class com.qfs.snl.impl.TimePeriod
Default constructor with prescribed time supplier.
TimePeriod(ITimePeriod) - Constructor for class com.qfs.snl.impl.TimePeriod
Copy constructor.
TimePeriodDto - Class in com.qfs.snl.dtos
DTO representing a time period.
TimePeriodDto() - Constructor for class com.qfs.snl.dtos.TimePeriodDto
Default constructor.
TimePeriodDto(ITimePeriod) - Constructor for class com.qfs.snl.dtos.TimePeriodDto
Copy constructor.
TimePeriodDto(String, String) - Constructor for class com.qfs.snl.dtos.TimePeriodDto
Full constructor.
Timer - Class in com.qfs.util.timing.impl
In case of concurrent calls only the sum of timings when the timer is not running anymore is relevant, not what is returned by Timer.stop().
Timer(IStopWatchLoggingPolicy) - Constructor for class com.qfs.util.timing.impl.Timer
Constructor.
TIMER_ADD - Static variable in class com.qfs.store.transaction.impl.TransactionManager
Name of the timer measuring the time spent to add objects.
TIMER_ADD_LOGHANDLER - Static variable in class com.qfs.store.transaction.impl.TransactionManager
Name of the timer measuring the time spent adding objects to the log handler.
TIMER_COMMIT - Static variable in class com.qfs.store.transaction.impl.TransactionManager
Name of the timer measuring the time spent in the commit phase.
TIMER_MULTIVERSIONHIERARCHIES - Static variable in class com.quartetfs.biz.pivot.cube.impl.MultiVersionCube
Name of the timer which is the parent of all the hierarchy timers.
TIMER_PERFORM - Static variable in class com.qfs.plan.impl.operations.DropEmptyPartitionsOperation
Sets the stop watch utility.
TIMER_PERFORM - Static variable in class com.qfs.plan.impl.operations.FlushUpdateWhereOperation
Sets the stop watch utility.
TIMER_PERFORM - Static variable in class com.qfs.plan.impl.operations.IncrementalSubmitUpdateWhereTriggersOperation
Sets the stop watch utility.
TIMER_PERFORM - Static variable in class com.qfs.plan.impl.operations.PublishIncrementalOperation
Sets the stop watch utility.
TIMER_PERFORM - Static variable in class com.qfs.plan.impl.operations.UpdateIncomingReferencesOperation
The name of the timer associated with this operation.
TIMER_PREPARE_COMMIT - Static variable in class com.qfs.store.transaction.impl.TransactionManager
Name of the timer measuring the time spent in the prepare commit phase.
TIMER_PUBLISH - Static variable in class com.qfs.plan.impl.operations.InitialSubmitUpdateWhereTriggersOperation
Sets the stop watch utility.
TIMER_PUBLISH - Static variable in class com.qfs.plan.impl.operations.PublishInitialOperation
Sets the stop watch utility.
TIMER_REMOVE - Static variable in class com.qfs.store.transaction.impl.TransactionManager
Name of the timer measuring the time spent to remove objects.
TIMER_SCHEMA_ADD - Static variable in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
The legend used by StopWatch for the schema add timing.
TIMER_SCHEMA_COMMIT - Static variable in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
The legend used by StopWatch for the schema transaction commit timing.
TIMER_SCHEMA_NOTIFY_COMMIT_END - Static variable in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
The legend used by StopWatch for the end of a schema transaction is notified.
TIMER_SCHEMA_NOTIFY_COMMIT_ROLLBACK - Static variable in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
The legend used by StopWatch for the error during a schema transaction is notified.
TIMER_SCHEMA_NOTIFY_COMMIT_START - Static variable in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
The legend used by StopWatch for the start of a schema transaction is notified.
TIMER_SCHEMA_PREPARE_COMMIT - Static variable in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
The legend used by StopWatch for the schema transaction prepare commit timing.
TIMER_SCHEMA_TRANSACTION - Static variable in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
The legend used by StopWatch for the schema transaction timing.
TIMER_SYNCLOGHANDLER - Static variable in class com.qfs.store.transaction.impl.TransactionManager
Name of the timer measuring the time spent waiting for the log handler.
TIMER_TRANSACTION_TYPE - Static variable in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
The legend used by StopWatch to organize transaction timing by TransactionType.
TimerActivePivotQueryExecutor - Class in com.quartetfs.biz.pivot.impl
A simple query executor that times each queries that get through it, and logs the timings at the Level.INFO level.
TimerActivePivotQueryExecutor() - Constructor for class com.quartetfs.biz.pivot.impl.TimerActivePivotQueryExecutor
 
TIMES - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
TimesFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
TimesFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.TimesFunction
 
timestamp() - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure referencing the native measure "update.TIMESTAMP".
Timestamp - Class in com.qfs.agg.impl
Implementation of a timestamp using a Java date.
Timestamp() - Constructor for class com.qfs.agg.impl.Timestamp
Default constructor.
TIMESTAMP - Static variable in class com.activeviam.type.StandardTypes
 
TIMESTAMP - Static variable in interface com.qfs.literal.ILiteralType
 
TIMESTAMP_AGGREGATION - Static variable in interface com.qfs.pivot.agg.IAggregateStore
 
TIMESTAMP_FUNCTION_PLUGIN_KEY - Static variable in interface com.qfs.agg.IAggregationFunction
Plugin value key for function.
TIMESTAMP_ID - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureHierarchy
The name of the native timestamp measure.
TIMESTAMP_INSTANCE - Static variable in class com.activeviam.copper.measure.NativeCopperMeasure
A version of "update.TIMESTAMP" measure that hasn't be customized.
TIMESTAMP_PSEUDO_FIELD - Static variable in interface com.qfs.pivot.agg.IAggregateStore
Name of the property with the update time.
TimestampBinding - Class in com.qfs.agg.impl
Binding from a timestamp column to a timestamp column.
TimestampBinding(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.TimestampBinding
Constructor.
TimestampBindingLong - Class in com.qfs.agg.impl
Timestamp Binding from an long column to a long column.
TimestampBindingLong(IArrayReader, IArrayWriter) - Constructor for class com.qfs.agg.impl.TimestampBindingLong
Constructor.
TimeStampedContextSnapshot - Class in com.quartetfs.biz.pivot.context.impl
An immutable snapshot of a Context.
TimeStampedContextSnapshot() - Constructor for class com.quartetfs.biz.pivot.context.impl.TimeStampedContextSnapshot
Constructor.
TimeStampedContextSnapshot(Map<Class<? extends IContextValue>, IContextValue>, long) - Constructor for class com.quartetfs.biz.pivot.context.impl.TimeStampedContextSnapshot
Constructor.
TimestampFunction - Class in com.qfs.agg.impl
Light plugin value for the Timestamp IAggregationFunction.
TimestampFunction() - Constructor for class com.qfs.agg.impl.TimestampFunction
 
timeToLiveMs - Variable in class com.qfs.fwk.cache.impl.TtlCache.SerializedTtlCache
The time to live in milliseconds.
TimingAggregationType - Enum in com.quartetfs.biz.pivot.query.monitoring.impl
The type of agregration on timing statistics.
timingInfo(Map<String, long[]>) - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData.ExternalRetrievalDataBuilder
 
timingInfo(Map<String, long[]>) - Method in class com.qfs.pivot.json.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval timing information per partition.
TimingUtils - Class in com.activeviam.apm.utils.impl
Utility to measure the total time spending on the components (identified by 'timeName') under a specific group (identified by 'identifier') in a multi-threaded environment.
TimingUtils.CustomStopWatch - Class in com.activeviam.apm.utils.impl
 
TimingWithIdentifier - Class in com.quartetfs.biz.pivot.query.monitoring.impl
A timing (in ms) with an identifier.
TimingWithIdentifier(String, long) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.TimingWithIdentifier
Constructor.
TMAGIC - Static variable in class com.qfs.util.tar.impl.TarHeader
The magic tag representing a POSIX tar archive.
to - Variable in class com.qfs.pivot.json.cellset.RangeData
The last index (excluded).
to - Variable in class com.qfs.util.IRangeUnion.Range
Deprecated.
End of the range (inclusive).
to - Variable in class com.quartetfs.biz.pivot.dto.RangeDTO
The last index (excluded).
to() - Method in class com.qfs.util.IRangeUnion.Range
Deprecated.
Gets the defined "to" bound (inclusive).
to(long) - Method in class com.qfs.snl.dtos.TimePeriodDto
Sets the 'to' boundary.
to(long) - Method in class com.qfs.snl.impl.TimePeriod
Adds an end boundary to the time period.
to(String) - Method in class com.qfs.snl.dtos.TimePeriodDto
Sets the raw 'to' boundary.
to(String...) - Method in interface com.qfs.snl.messages.IMessageBuilder.IWithSender
Sets the recipients of the message.
to(Collection<String>) - Method in interface com.qfs.snl.messages.IMessageBuilder.IWithSender
Sets the recipients of the message.
TO_PARAM - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to specify a "to" boundary for an update.
TO_PARAM - Static variable in interface com.qfs.snl.rs.IAlertRestService
Query parameter to specify a "to" boundary for an update.
TO_PARAM - Static variable in interface com.qfs.snl.rs.IMonitorRestService
Query parameter to specify a "to" boundary for an update.
TO_SPECIFIC - Static variable in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
TO_STRING_EQUAL - Static variable in class com.quartetfs.fwk.filtering.impl.ToStringEqualCondition
The type of this condition.
toArray() - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
Creates and returns a copy of this heap's backing array, trimmed to contain only the elements that are actually present in the heap.
toArray() - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
Creates and returns a copy of this heap's backing array, trimmed to contain only the elements that are actually present in the heap.
toArray() - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
Creates and returns a copy of this heap's backing array, trimmed to contain only the elements that are actually present in the heap.
toArray() - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
Creates and returns a copy of this heap's backing array, trimmed to contain only the elements that are actually present in the heap.
toArray() - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
Creates and returns a copy of this heap's backing array, trimmed to contain only the elements that are actually present in the heap.
toArray() - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
Creates and returns a copy of this heap's backing array, trimmed to contain only the elements that are actually present in the heap.
toArray() - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
Creates and returns a copy of this heap's backing array, trimmed to contain only the elements that are actually present in the heap.
toArray() - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
Creates and returns a copy of this heap's backing array, trimmed to contain only the elements that are actually present in the heap.
toArray() - Method in class com.qfs.snl.events.impl.EventCache
 
toArray() - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
toArray() - Method in class com.qfs.trove.impl.QIntEmptySet
 
toArray() - Method in class com.qfs.trove.impl.QIntSingletonSet
 
toArray() - Method in class com.qfs.vector.impl.AVector
 
toArray() - Method in class com.qfs.vector.impl.EmptyVector
 
toArray() - Method in interface com.qfs.vector.IVector
Reads all the elements of the vector and returns them in a standard java array.
toArray(int[]) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
toArray(int[]) - Method in class com.qfs.trove.impl.QIntEmptySet
 
toArray(int[]) - Method in class com.qfs.trove.impl.QIntSingletonSet
 
toArray(int[], int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
toArray(int[], int, int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
toArray(int, int) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
toArray(IFieldType) - Static method in class com.activeviam.type.FieldType
Returns an array instance of given type.
toArray(E[]) - Method in interface com.activeviam.collections.ImmutableCollection
Copy the content of this collection in an array.
toArray(E[]) - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
toArray(E[]) - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
toArray(Class<T>, T, T...) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Creates an array containing the given elements.
toArray(IntFunction<E[]>) - Method in interface com.activeviam.collections.ImmutableCollection
Transforms this collection into an array.
toArray(T[]) - Method in class com.qfs.snl.events.impl.EventCache
 
ToBooleanRecordMapFunction - Class in com.activeviam.copper.operation.function
Function associated to the ToBooleanRecordMapOperator.
ToBooleanRecordMapFunction(SerializablePredicate<IArrayReader>) - Constructor for class com.activeviam.copper.operation.function.ToBooleanRecordMapFunction
Constructor.
ToBooleanRecordMapOperator - Class in com.activeviam.copper.operation.operator
Operator that applies a given function to multiple measure values and produces new values which content type is Types.TYPE_BOOLEAN.
ToBooleanRecordMapOperator(SerializablePredicate<IArrayReader>) - Constructor for class com.activeviam.copper.operation.operator.ToBooleanRecordMapOperator
Constructor.
ToBooleanUnaryFunction - Class in com.activeviam.copper.operation.operator
Function associated to the ToBooleanUnaryOperator.
ToBooleanUnaryFunction(SerializablePredicate<IArrayReader>) - Constructor for class com.activeviam.copper.operation.operator.ToBooleanUnaryFunction
Constructor.
ToBooleanUnaryOperator - Class in com.activeviam.copper.operation.operator
A specialized operator that only accepts a single operand, and returns a new measure of type Types.TYPE_BOOLEAN.
ToBooleanUnaryOperator(SerializablePredicate<IArrayReader>) - Constructor for class com.activeviam.copper.operation.operator.ToBooleanUnaryOperator
Constructor.
toBuilder() - Method in class com.activeviam.database.api.query.DistinctQuery
 
toBuilder() - Method in class com.activeviam.database.api.query.GetByKeyQuery
 
toBuilder() - Method in class com.activeviam.database.api.query.ListQuery
 
toBuilder() - Method in class com.activeviam.database.sql.api.schema.SqlJoin
 
toBuilder() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest
 
toByteArray() - Method in class com.activeviam.io.ExposedByteArrayOutputStream
Creates a newly allocated byte array.
toCellSet(IMeasuresProvider) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResult
 
toCellSet(IMeasuresProvider) - Method in interface com.quartetfs.biz.pivot.cellset.IScopedAggregatesRetrievalResult
Transforms this result into a cell set.
toCharSequence(ITuple) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Tuples
Produces a string representation of a tuple.
toCharSequence(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Returns a member as a char sequence.
toCollection() - Method in interface com.activeviam.collections.ImmutableCollection
Create a read-only java util collection from this collection.
toCollection() - Method in interface com.activeviam.collections.ImmutableList
 
toCollection() - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
toCompactedRangeSet(ISet) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
We force the merge of the tuples.
toCompletableStage() - Method in class com.qfs.concurrent.impl.CompletableExecutionStage
Returns a CompletionStage maintaining the same completion properties as this CountedCompleter.
toCompletersArray(T[]) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Transforms the given retrievals array into an array of completers that can be used as parents for other retrievals.
toCubeFilter() - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter
Converts the current non visual sub-cube to it's corresponding visual sub-cube version, granting access to the same members.
toDescription() - Method in class com.activeviam.builders.dimensions.AllAlternativesComparatorBuilder
Create the description this builder represents.
toDescription() - Method in class com.activeviam.copper.hierarchy.CopperLevelMetadata
Gets the equivalent description.
toDescription() - Method in class com.activeviam.copper.HierarchyIdentifier
Produces a description that can be used in post-processors definitions.
toDescription() - Method in class com.activeviam.copper.LevelIdentifier
Converts this level identifier to a string of the form levelName@hierarchyName@dimensionName to be used in String based descriptions.
toDescription() - Method in interface com.activeviam.store.structure.IDatastoreStructure
Gets the equivalent description.
toDescription() - Method in class com.activeviam.store.structure.impl.DatastoreStructure
Deprecated.
 
toDescription() - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
Builds the description of the partitioning node.
toDescription() - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnDto
 
toDescription() - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnSetDto
 
toDescription(String, String) - Static method in class com.activeviam.copper.HierarchyIdentifier
Produces a description that can be used in post-processors definitions.
toDescription(String, String, String) - Static method in class com.activeviam.copper.LevelIdentifier
Converts this level identifier to a string of the form levelName@hierarchyName@dimensionName to be used in String based descriptions.
toDistinctRecordArrayCursor(ICursor) - Static method in class com.activeviam.records.impl.CursorUtil
Deduplicates a cursor.
toDoubleArray() - Method in class com.qfs.vector.impl.AVector
 
toDoubleArray() - Method in class com.qfs.vector.impl.EmptyVector
 
toDoubleArray() - Method in interface com.qfs.vector.IVector
Reads all the elements of the vector and returns them in a double array.
ToDoubleRecordMapFunction - Class in com.activeviam.copper.operation.function
Function associated to the ToDoubleRecordMapOperator.
ToDoubleRecordMapFunction(SerializableToDoubleFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.function.ToDoubleRecordMapFunction
Constructor.
ToDoubleRecordMapOperator - Class in com.activeviam.copper.operation.operator
Operator that applies a given function to multiple measure values and produces new values which content type is Types.TYPE_DOUBLE.
ToDoubleRecordMapOperator(SerializableToDoubleFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.operator.ToDoubleRecordMapOperator
Constructor.
ToDoubleUnaryFunction - Class in com.activeviam.copper.operation.function
Function associated to the ToDoubleUnaryOperator.
ToDoubleUnaryFunction(SerializableToDoubleFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.function.ToDoubleUnaryFunction
Constructor.
ToDoubleUnaryOperator - Class in com.activeviam.copper.operation.operator
A specialized operator that only accepts a single operand, and returns a new measure of type Types.TYPE_DOUBLE.
ToDoubleUnaryOperator(SerializableToDoubleFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.operator.ToDoubleUnaryOperator
Constructor.
toDto(ICoordinates) - Static method in class com.qfs.repository.coordinates.util.CoordinatesUtil
Convert a Coordinates to dto object.
toDTO(AxisRangeProperty) - Static method in class com.quartetfs.biz.pivot.streaming.impl.RangeHelper
Converts the current range into a range dto.
toDTO(IMdxMember) - Static method in class com.quartetfs.biz.pivot.webservices.impl.QueriesService
Build a MemberDTO that represents the current member.
toDTO(MdxCellSetAxesIterator) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Converts the current axis into an axis dto, and keep the children count for each member.
toDTO(MdxCellSetAxesIterator, IntPredicate) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Converts the current axis into an axis dto, and keep the children count for each member.
toDTO(List<IMdxMember>) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Converts a list of members to DTO.
toDTOAndSelectRanges(CellSetState, IAxisRanges<IRangeProperty>, boolean) - Static method in class com.quartetfs.biz.pivot.streaming.impl.RangeHelper
Convert a cellSetState to a cellSetDTO, while applying ranges.
toDuplicatesCollector() - Static method in class com.activeviam.util.impl.StreamUtil
Collectors to retrieve duplicated element from a Stream.
toEntity() - Method in interface com.activeviam.cloud.entity.ICloudEntityPath
Gets the referenced entity.
toEntity() - Method in class com.activeviam.cloud.entity.impl.AEntityPath
 
toErrorChain(Throwable) - Static method in class com.qfs.jackson.impl.JsonError
Creates the error chain of a throwable (root cause first).
toFieldExpressions(List<AliasedField>) - Static method in class com.qfs.store.record.flatten.impl.FlattenInstructionCreator
 
toFieldPath() - Method in class com.activeviam.database.api.schema.ReachableField
Converts this path into a FieldPath, dropping the extra information of the base store.
toFloatArray() - Method in class com.qfs.vector.impl.AVector
 
toFloatArray() - Method in class com.qfs.vector.impl.EmptyVector
 
toFloatArray() - Method in interface com.qfs.vector.IVector
Reads all the elements of the vector and returns them in a float array.
ToFloatFunction<T> - Interface in com.activeviam.util.function
Represents a function that produces a float-valued result.
ToFloatRecordMapFunction - Class in com.activeviam.copper.operation.function
Function associated to the ToFloatRecordMapOperator.
ToFloatRecordMapFunction(SerializableToFloatFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.function.ToFloatRecordMapFunction
Constructor.
ToFloatRecordMapOperator - Class in com.activeviam.copper.operation.operator
Operator that apply a given function to multiple measure values and produces new values whose content type is Types.TYPE_FLOAT.
ToFloatRecordMapOperator(SerializableToFloatFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.operator.ToFloatRecordMapOperator
Constructor.
ToFloatUnaryFunction - Class in com.activeviam.copper.operation.function
Function associated to the ToFloatUnaryOperator.
ToFloatUnaryFunction(SerializableToFloatFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.function.ToFloatUnaryFunction
Constructor.
ToFloatUnaryOperator - Class in com.activeviam.copper.operation.operator
A specialized operator that only accepts a single operand, and returns a new measure of type Types.TYPE_FLOAT.
ToFloatUnaryOperator(SerializableToFloatFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.operator.ToFloatUnaryOperator
Constructor.
toFunction() - Method in class com.qfs.store.part.impl.ConstantFunctionDescription
 
toFunction() - Method in class com.qfs.store.part.impl.IdentityFunctionDescription
 
toFunction() - Method in class com.qfs.store.part.impl.ModuloFunctionDescription
 
toFunction() - Method in interface com.qfs.store.part.IPartitioningFunctionDescription
Create the function corresponding to this description.
toFunction(IInternalCopperContext, List<IInternalCopperMeasure>, int) - Method in class com.activeviam.copper.graph.visitor.impl.CalculatedMeasureMerger.MergeCopperOperator
 
toFunction(IInternalCopperContext, List<IInternalCopperMeasure>, int) - Method in class com.activeviam.copper.operation.operator.ACopperOperator
 
toFunction(IInternalCopperContext, List<IInternalCopperMeasure>, int) - Method in interface com.activeviam.copper.operation.operator.ICopperOperator
Creates a function to operate on aggregated values of the given measures.
toFunction(IInternalCopperContext, List<IInternalCopperMeasure>, int) - Method in enum com.activeviam.copper.operation.operator.Operators.BinaryOperator
 
toFunction(IPartitioningFormat) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription
Creates the corresponding multi-field modulo function.
toFunctionIfNeeded(IInternalCopperContext) - Method in class com.activeviam.copper.operation.operator.ToDoubleRecordMapOperator
 
toFunctionIfNeeded(IInternalCopperContext) - Method in class com.activeviam.copper.operation.operator.ToDoubleUnaryOperator
 
toFunctionIfNeeded(IInternalCopperContext) - Method in class com.activeviam.copper.operation.operator.ToFloatRecordMapOperator
 
toFunctionIfNeeded(IInternalCopperContext) - Method in class com.activeviam.copper.operation.operator.ToFloatUnaryOperator
 
toFunctionIfNeeded(IInternalCopperContext) - Method in class com.activeviam.copper.operation.operator.ToIntRecordMapOperator
 
toFunctionIfNeeded(IInternalCopperContext) - Method in class com.activeviam.copper.operation.operator.ToIntUnaryOperator
 
toFunctionIfNeeded(IInternalCopperContext) - Method in class com.activeviam.copper.operation.operator.ToLongRecordMapOperator
 
toFunctionIfNeeded(IInternalCopperContext) - Method in class com.activeviam.copper.operation.operator.ToLongUnaryOperator
 
toFunctionIfNeeded(IInternalCopperContext) - Method in class com.activeviam.copper.operation.operator.ToObjectRecordMapOperator
 
toFunctionIfNeeded(IInternalCopperContext) - Method in class com.activeviam.copper.operation.operator.ToObjectUnaryOperator
 
ToggleDrillState - com.quartetfs.biz.xmla.constants.Keyword
 
toHierarchyIdentifier() - Method in class com.activeviam.copper.HierarchyInformation
Converts this hierarchy information to a hierarchy identifier.
toHuman(int[], IStoreFormat, IDictionaryProvider, int[], int) - Static method in exception com.qfs.store.record.UnknownKeyException
Creates an unknown key messages.
toHuman(DuplicateKeyException.IDuplicateKeyHumanMessageBuilder, IRecordReader, IRecordReader, int[], int, IStoreFormat, IDictionaryProvider) - Static method in exception com.qfs.store.record.DuplicateKeyException
Creates a human-readable message for this exception given the store dictionaries and the store format.
toHuman(KeyConstraintViolationException.IKeyConstraintViolationHumanMessageBuilder, IRecordReader, IRecordReader, int[], int, IStoreFormat, IDictionaryProvider, String) - Static method in exception com.qfs.store.record.KeyConstraintViolationException
Creates a human-readable message for this exception given the store dictionaries and the store format.
toHumanMessage(IHierarchicalMapping) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesEntry
Prints a human-readable description of this entry.
toHumanString() - Method in interface com.qfs.multiversion.IEpoch
Returns a concise description of this epoch, including shadow flag, branch and epoch id.
toHumanString() - Method in class com.qfs.store.part.impl.ConstantPartitioningDescription
 
toHumanString() - Method in class com.qfs.store.part.impl.HierarchicalPartitioningDescription
 
toHumanString() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription
Creates a description of a partitioning for human readers.
toHumanString() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription
 
toHumanString() - Method in class com.qfs.store.part.impl.PartitioningNodeDescription
Creates a description of a partitioning for human readers.
toHumanString() - Method in interface com.qfs.store.part.IPartitioningDescription
Creates a description of a partitioning for human readers.
toHumanString(IFieldNameSupplier) - Method in class com.qfs.distribution.impl.DistributedPartitioning
 
toHumanString(IFieldNameSupplier) - Method in class com.qfs.store.part.impl.AdaptivePartitioning
 
toHumanString(IFieldNameSupplier) - Method in class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning
 
toHumanString(IFieldNameSupplier) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning
 
toHumanString(IFieldNameSupplier) - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
toHumanString(IFieldNameSupplier) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction
Creates a human-friendly representation of this partitioning.
toHumanString(IFieldNameSupplier) - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
toHumanString(IFieldNameSupplier) - Method in class com.qfs.store.part.impl.SinglePartitioning
 
toHumanString(IFieldNameSupplier) - Method in interface com.qfs.store.part.IPartitioning
Creates a human-friendly representation of this partitioning.
toHumanString(String) - Method in interface com.qfs.store.part.IntIntFunction
Creates a representation of the function applied to a single field.
toHumanString(String) - Method in interface com.qfs.store.part.IPartitioningFunctionDescription
Creates a representation of the function applied to a single field.
toHumanString(Collection<String>) - Method in class com.qfs.store.part.impl.ConstantFunctionDescription
 
toHumanString(Collection<String>) - Method in class com.qfs.store.part.impl.IdentityFunctionDescription
 
toHumanString(Collection<String>) - Method in class com.qfs.store.part.impl.ModuloFunctionDescription
 
toHumanString(Collection<String>) - Method in class com.qfs.store.part.impl.PartitioningUtil.ConstantFunction
 
toHumanString(Collection<String>) - Method in class com.qfs.store.part.impl.PartitioningUtil.IdentityFunction
 
toHumanString(Collection<String>) - Method in class com.qfs.store.part.impl.PartitioningUtil.ModuloFunction
 
toHumanString(Collection<String>) - Method in interface com.qfs.store.part.IntIntFunction
Creates a representation of the function applied to a series of fields.
toHumanString(Collection<String>) - Method in interface com.qfs.store.part.IPartitioningFunctionDescription
Creates a representation of the function applied to a series of fields.
toIntArray() - Method in class com.qfs.vector.impl.AVector
 
toIntArray() - Method in class com.qfs.vector.impl.EmptyVector
 
toIntArray() - Method in interface com.qfs.vector.IVector
Reads all the elements of the vector and returns them in an int array.
ToIntRecordMapFunction - Class in com.activeviam.copper.operation.function
Function associated to the ToIntRecordMapOperator.
ToIntRecordMapFunction(SerializableToIntFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.function.ToIntRecordMapFunction
Constructor.
ToIntRecordMapOperator - Class in com.activeviam.copper.operation.operator
Operator that applies a given function to multiple measure values and produces new values which content type is Types.TYPE_INT.
ToIntRecordMapOperator(SerializableToIntFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.operator.ToIntRecordMapOperator
Constructor.
ToIntUnaryFunction - Class in com.activeviam.copper.operation.function
Function associated to the ToIntUnaryOperator.
ToIntUnaryFunction(SerializableToIntFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.function.ToIntUnaryFunction
Constructor.
ToIntUnaryOperator - Class in com.activeviam.copper.operation.operator
A specialized operator that only accepts a single operand, and returns a new measure of type Types.TYPE_INT.
ToIntUnaryOperator(SerializableToIntFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.operator.ToIntUnaryOperator
Constructor.
toJson() - Method in class com.qfs.content.rest.impl.AJsonParam
Serializes this object into a JSON String.
toJsonBranchCreationDescription(IBranchCreationDescription) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
toJsonBranchDescription(IBranchDescription) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
toJsonBranchDescriptionMap(Map<String, IBranchDescription>) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
Applies the translation from IBranchDescription to JsonBranchDescription to every value of the map.
toJsonFieldDescriptions(IDatabaseFieldDescription[]) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
Applies the translation from IDatabaseFieldDescription to JsonDatabaseFieldDescription to every value of the array.
toJsonJoin(IDatabaseJoinDescription) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
Converts a database join into its corresponding json DTO.
toJsonJoinMap(Map<String, IDatabaseJoinDescription>) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
Applies the translation from IDatabaseJoinDescription to JsonDatabaseJoin to every value of the map.
toJsonJoinNestedMaps(Map<String, Map<String, IDatabaseJoinDescription>>) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
toJsonPermissions(IBranchPermissions) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
Converts a IBranchPermissions into a JsonBranchPermissions, handling the case where the keyword for open permissions is used.
toJsonTableDescription(ITableSecurityDescription) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
Converts a table description into its corresponding Json DTO.
toJsonTableDescriptionMap(Map<String, ITableSecurityDescription>) - Static method in class com.qfs.store.service.impl.JsonDatabaseUtils
Applies the translation from ITableSecurityDescription to JsonTableDescription to every value of the map.
Token(String) - Constructor for class com.qfs.jwt.service.impl.JwtRestServiceController.Token
Main constructor.
tokenNames - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
tokenNames - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
tokens - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
Token table.
toLevelIdentifier() - Method in class com.activeviam.copper.LevelInformation
Converts this level information to a level identifer.
toList() - Method in interface com.activeviam.collections.ImmutableList
Create a read-only java util list from this list.
toList() - Method in interface com.activeviam.collections.ImmutableSet
Create a read-only java util list from this set.
toList() - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
toList() - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
toList() - Method in interface com.qfs.store.record.IRecordReader
Converts this record into a list.
toList(T, T...) - Static method in class com.qfs.util.impl.QfsLists
Deprecated.
Creates a list with at least one element.
toListQuery() - Method in class com.qfs.store.query.condition.impl.RecordQuery
 
toListQuery() - Method in interface com.qfs.store.query.IRecordQuery
Converts this record query into the equivalent ListQuery.
toLocationShift(IInternalCopperContext) - Method in class com.activeviam.copper.measure.ShiftMeasure.CopperConditionShift
Utility method to convert this copper object to a meaningful cube location shift definition.
toLocationShift(IInternalCopperContext) - Method in class com.activeviam.copper.measure.ShiftMeasure.CopperLambdaShift
Utility method to convert this copper object to a meaningful cube location shift definition.
toLocationShift(IInternalCopperContext) - Method in class com.activeviam.copper.measure.ShiftMeasure.CopperLevelShift
Utility method to convert this copper object to a meaningful cube location shift definition.
toLongArray() - Method in class com.qfs.vector.impl.AVector
 
toLongArray() - Method in class com.qfs.vector.impl.EmptyVector
 
toLongArray() - Method in interface com.qfs.vector.IVector
Reads all the elements of the vector and returns them in a long array.
ToLongRecordMapFunction - Class in com.activeviam.copper.operation.function
Function associated to the ToLongRecordMapOperator.
ToLongRecordMapFunction(SerializableToLongFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.function.ToLongRecordMapFunction
Constructor.
ToLongRecordMapOperator - Class in com.activeviam.copper.operation.operator
Operator that applies a given function to multiple measure values and produces new values which content type is Types.TYPE_LONG.
ToLongRecordMapOperator(SerializableToLongFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.operator.ToLongRecordMapOperator
Constructor.
ToLongUnaryFunction - Class in com.activeviam.copper.operation.function
Function associated to the ToLongUnaryOperator.
ToLongUnaryFunction(SerializableToLongFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.function.ToLongUnaryFunction
Constructor.
ToLongUnaryOperator - Class in com.activeviam.copper.operation.operator
A specialized operator that only accepts a single operand, and returns a new measure of type Types.TYPE_LONG.
ToLongUnaryOperator(SerializableToLongFunction<IArrayReader>) - Constructor for class com.activeviam.copper.operation.operator.ToLongUnaryOperator
Constructor.
toMap() - Method in interface com.activeviam.collections.ImmutableMap
Create a read-only java util map with the same content than this map.
toMap() - Method in class com.activeviam.collections.impl.ImmutableHashMap
 
toMap(String) - Method in class com.qfs.content.rest.impl.RestContentTree
Transforms the current RestContentTree into Java HashMap object.
toMap(Function<E, KeyT>, Function<E, V>) - Method in interface com.activeviam.collections.ImmutableList
Create a map where each entry is produced by creating the key and the value separately via two mappers.
toMap(Function<E, KeyT>, Function<E, V>) - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
toMap(Function<E, R>) - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
toMap(Function<E, V>) - Method in interface com.activeviam.collections.ImmutableList
Create a map where each entry is produced by creating the value via a mapper.
toMap(Function<E, V>) - Method in interface com.activeviam.collections.ImmutableSet
Map the items of this set.
toMap(Function<E, V>) - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
toMap(List<String>) - Static method in class com.qfs.msg.csv.impl.CSVParserConfiguration
Converts into a map the given list.
toMap(List<T>) - Static method in class com.qfs.util.impl.QfsLists
Deprecated.
Transforms a list into a map, mapping i to list.get(i).
toMap(T[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Transforms an array into a map, mapping i to array[i].
toMapWithNulls() - Static method in class com.activeviam.util.impl.StreamUtil
Creates a stream collector transforming Map.Entry into a map.
toMarkdown() - Method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellset
 
toMarkdown() - Method in class com.qfs.pivot.testing.impl.MdxResultCellSet
 
toMarkdown() - Method in interface com.quartetfs.biz.pivot.cellset.ICellSetResult
Gives a markdown representation of this cellSet so that it can be displayed in documentations.
toMask(LocationBuilder.OperationFlag...) - Static method in enum com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder.OperationFlag
Creates a int mask packing all the defined operations.
TombStoneBlock - Class in com.qfs.vector.impl
A dead block.
TombStoneChunk<K> - Class in com.qfs.chunk.impl
A dead chunk.
TombstoneColumn<K> - Class in com.qfs.store.impl
Placeholder column for discarded results.
toMdx() - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
 
toMdx() - Method in enum com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
toMdx() - Method in class com.quartetfs.pivot.mdx.impl.AnyTypeFormatterPresentationExpression
 
toMdx() - Method in class com.quartetfs.pivot.mdx.impl.FormatterPresentationExpression
 
toMdx() - Method in class com.quartetfs.pivot.mdx.meta.impl.AliasedSet
 
toMdx() - Method in enum com.quartetfs.pivot.mdx.statement.IAxisName.Default
 
toMdx() - Method in interface com.quartetfs.pivot.mdx.statement.IAxisName
Gets the MDX keyword representing this axis.
toMdx() - Method in interface com.quartetfs.pivot.mdx.statement.IAxisSpecification
Returns the MDX string.
toMdx() - Method in interface com.quartetfs.pivot.mdx.statement.IExpression
Returns the MDX string.
toMdx() - Method in interface com.quartetfs.pivot.mdx.statement.IFormulaSpecification
Returns the MDX string.
toMdx() - Method in interface com.quartetfs.pivot.mdx.statement.IFromClause
Returns the MDX string.
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.AxisName
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.AxisSpecification
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.CaseExpression
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.CompoundIdentifier
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateStatement
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.DrillthroughStatement
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.DropStatement
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.FormulaSpecification
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.FromClause
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.FunctionKeyword
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.Identifier
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.Literal
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.NamedSetReference
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.RefreshStatement
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.SelectBase
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.SelectStatement
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.SubSelect
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.UnresolvedFunctionCall
 
toMdx() - Method in class com.quartetfs.pivot.mdx.statement.impl.WhenClause
 
toMdx() - Method in interface com.quartetfs.pivot.mdx.statement.ISelectBase
Returns the MDX string.
toMdx() - Method in interface com.quartetfs.pivot.mdx.statement.IStatement
Returns converts into an mdx string.
toMdx() - Method in interface com.quartetfs.pivot.mdx.statement.IWhenClause
 
toMdx(IFormulaSpecification) - Static method in class com.quartetfs.pivot.mdx.statement.impl.FormulaSpecification
 
toMdx(IIdentifier) - Static method in class com.quartetfs.pivot.mdx.statement.impl.Identifier
 
toMdx(Syntax, String, List<IExpression>) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
Converts a function call into a MDX statement.
toMdx(List<IAxisSpecification>, IFromClause, IAxisSpecification, List<String>) - Static method in class com.quartetfs.pivot.mdx.statement.impl.SelectStatement
 
toMdxAndAppend(IIdentifier, StringBuilder) - Static method in class com.quartetfs.pivot.mdx.statement.impl.Identifier
Like Identifier.toMdx(IIdentifier) but append the result to the input string builder.
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.AggregatedMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.CalculatedMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.ConstantValueMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.ContextValueMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.CopperAdvancedAggregatedMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.DatabaseMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.DrillupMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.ExtremaMemberMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in interface com.activeviam.copper.measure.IInternalCopperMeasure
Deprecated.
Creates the measure description for this Copper measure.
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.LeafAggregationMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.LevelFilteringMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.MarginalDrillupMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.MaskMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.NamedMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.NativeCopperMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.PostProcessorCopperMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.ShiftMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.StoreFieldAggregatedMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.StoreLookupMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.SwitchOnMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.TypedNamedMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.UserDefinedLeafAggregationMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.window.FirstLastMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.window.LeadLagMeasure
 
toMeasureDescription(IInternalCopperContext) - Method in class com.activeviam.copper.measure.window.WindowReduceMeasure
 
toMultiByte(int) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil.MultiByteInteger
 
toMultiVersionHierarchiesDescriptions(List<? extends IMultiVersionDimension<? extends IHierarchy>>) - Static method in class com.qfs.messenger.message.impl.DistributedMessagesDescription
Creates the descriptions associated with each hierarchy.
toNative(Object, ToNativeContext) - Method in class com.qfs.jna.impl.EnumConverter
 
toNow() - Method in class com.qfs.snl.impl.TimePeriod
Adds an end boundary to the period using server current time.
toNumber(Object) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.ConversionUtil
 
toNumber(Object) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
 
TOO_MANY_COLUMNS - com.activeviam.msg.reporting.ICsvAnomaly.CsvAnomalyTypeEnum
 
toObjectArray(double[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Converts an double array to its boxed type array version.
toObjectArray(float[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Converts an float array to its boxed type array version.
toObjectArray(int[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Converts an int array to its boxed type array version.
toObjectArray(long[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Converts an long array to its boxed type array version.
ToObjectRecordMapFunction - Class in com.activeviam.copper.operation.function
Function associated with ToObjectRecordMapOperator.
ToObjectRecordMapFunction(SerializableBiConsumer<IArrayReader, IWritableCell>) - Constructor for class com.activeviam.copper.operation.function.ToObjectRecordMapFunction
Constructor.
ToObjectRecordMapOperator - Class in com.activeviam.copper.operation.operator
A non-specialized operator that only accepts a single operand, and provides a cell into which the new measure can write any result.
ToObjectRecordMapOperator(SerializableBiConsumer<IArrayReader, IWritableCell>) - Constructor for class com.activeviam.copper.operation.operator.ToObjectRecordMapOperator
Constructor.
ToObjectUnaryFunction - Class in com.activeviam.copper.operation.function
Function associated with the ToObjectUnaryOperator.
ToObjectUnaryFunction(SerializableBiConsumer<IArrayReader, IWritableCell>) - Constructor for class com.activeviam.copper.operation.function.ToObjectUnaryFunction
Constructor.
ToObjectUnaryOperator - Class in com.activeviam.copper.operation.operator
A specialized perator that only accepts one operand, and returns a new measure of type Types.TYPE_OBJECT.
ToObjectUnaryOperator(SerializableBiConsumer<IArrayReader, IWritableCell>) - Constructor for class com.activeviam.copper.operation.operator.ToObjectUnaryOperator
Constructor.
TOP - com.qfs.util.ui.IBorderBuilder.Direction
Top border of a cell.
TOP - Static variable in enum com.quartetfs.pivot.mdx.realtime.impl.UpdateState
The UpdateState with the highest priority.
TOP_K_TITLE - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryMonitoringUtil
Format pattern for top K result title.
TOP_LEVEL - com.quartetfs.biz.pivot.impl.LocationUtil.HasAnalysisLevelCoordinatesResult
The location only expresses analysis levels that are the top level of their hierarchies.
TOP_LEVEL_QUERY_ID - Static variable in interface com.quartetfs.biz.pivot.query.IQueryCache
Key of the top-level query id.
toPartitioning(IPartitioningFormat, Function<String, ? extends IWritableDictionary<?>>) - Method in class com.qfs.store.part.impl.AdaptivePartitioningDescription
 
toPartitioning(IPartitioningFormat, Function<String, ? extends IWritableDictionary<?>>) - Method in class com.qfs.store.part.impl.ConstantPartitioningDescription
 
toPartitioning(IPartitioningFormat, Function<String, ? extends IWritableDictionary<?>>) - Method in class com.qfs.store.part.impl.HierarchicalPartitioningDescription
 
toPartitioning(IPartitioningFormat, Function<String, ? extends IWritableDictionary<?>>) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription
 
toPartitioning(IPartitioningFormat, Function<String, ? extends IWritableDictionary<?>>) - Method in class com.qfs.store.part.impl.PartitioningDescription
 
toPartitioning(IPartitioningFormat, Function<String, ? extends IWritableDictionary<?>>) - Method in interface com.qfs.store.part.IPartitioningDescription
Creates the partitioning corresponding to this description.
toPath(String) - Static method in class com.qfs.desc.impl.DatastoreSchemaDescriptionUtil
Deprecated.
toPath(String) - Static method in class com.quartetfs.biz.xmla.impl.XmlaUtil
 
toPath(String...) - Static method in class com.qfs.content.service.impl.ContentServiceHelper
Convert an array of Strings into a valid content server path.
TopBottomPercentFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
Common implementation for TopCount, BottomCount, TopPercent, BottomPercent, TopSum, BottomSum.
TopBottomPercentFunctionDefinition(String, Comparator<IPair<ITuple, Number>>) - Constructor for class com.quartetfs.pivot.mdx.func.impl.TopBottomPercentFunctionDefinition
 
TopBottomSumFunctionDefinition - Class in com.quartetfs.pivot.mdx.func.impl
Common implementation for TopCount, BottomCount, TopPercent, BottomPercent, TopSum, BottomSum.
TopBottomSumFunctionDefinition(String, Comparator<IPair<ITuple, Number>>) - Constructor for class com.quartetfs.pivot.mdx.func.impl.TopBottomSumFunctionDefinition
 
TopCount - com.quartetfs.biz.xmla.constants.Keyword
 
TOPCOUNT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
TopCountFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
TopCountFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.TopCountFunction
Constructor.
topic(String) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo.JdbcFetchingInfoBuilder
The name of the topic.
TOPIC - Static variable in class com.qfs.repository.ws.impl.ParameterTopic
The name of the parameter topic.
TOPIC - Static variable in class com.qfs.snl.ws.impl.AlertTopic
Topic of the entry point.
TOPIC - Static variable in class com.qfs.snl.ws.impl.GraphTopic
Topic Name.
TOPIC - Static variable in class com.qfs.snl.ws.impl.MessageTopic
The topic for messages.
TOPIC - Static variable in class com.qfs.snl.ws.impl.MonitorTopic
Nome of the topic providing monitors.
ToPivotConditionFilterCompiler - Class in com.quartetfs.biz.pivot.context.subcube.visitor.impl
Filter visitor converting conditions on levels expressed as described in ICubeFilterBuilder into a condition.
ToPivotConditionFilterCompiler(boolean) - Constructor for class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToPivotConditionFilterCompiler
Constructor.
topK(int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
topK(int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
topK(int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
topK(int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
topK(int) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
topK(int) - Method in class com.qfs.vector.impl.ABlockVector
 
topK(int) - Method in class com.qfs.vector.impl.AbsVector
 
topK(int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
topK(int) - Method in class com.qfs.vector.impl.EmptyVector
 
topK(int) - Method in class com.qfs.vector.impl.NegativeVector
 
topK(int) - Method in class com.qfs.vector.impl.PositiveVector
 
topK(int) - Method in class com.qfs.vector.impl.ZeroVector
 
topK(int) - Method in interface com.qfs.vector.IVector
Returns an iterator of a collection composed of the k biggest elements of the vector.
topK(int, int, int) - Method in class com.qfs.vector.array.impl.AArrayVector
 
topK(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
topK(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
topK(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
topK(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
topK(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
topK(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
topK(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
topK(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
topK(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
topK(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
topK(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
topK(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
topK(int, int, int) - Method in interface com.qfs.vector.IBlock
Returns an iterator of a collection composed of the k biggest elements in the block between position and position + lgth.
topK(int, int, int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
topKIndices(int) - Method in class com.qfs.vector.array.impl.AArrayVector
 
topKIndices(int) - Method in class com.qfs.vector.impl.ABlockVector
 
topKIndices(int) - Method in class com.qfs.vector.impl.AbsVector
 
topKIndices(int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
topKIndices(int) - Method in class com.qfs.vector.impl.EmptyVector
 
topKIndices(int) - Method in class com.qfs.vector.impl.NegativeVector
 
topKIndices(int) - Method in class com.qfs.vector.impl.PositiveVector
 
topKIndices(int) - Method in class com.qfs.vector.impl.ZeroVector
 
topKIndices(int) - Method in interface com.qfs.vector.IVector
Returns the k indices of the k biggest elements of the vector sorted in ascending order.
topKIndices(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
topKIndices(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
topKIndices(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
topKIndices(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
topKIndices(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
topKIndices(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
topKIndices(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
topKIndices(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
topKIndices(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
topKIndices(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
topKIndices(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
topKIndices(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
topKIndices(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
topKIndices(int, int, int) - Method in interface com.qfs.vector.IBlock
Returns the k indices of the k biggest elements of the vector sorted in ascending order.
topKIndices(int, int, int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
TopKResultHolder - Class in com.quartetfs.biz.pivot.query.monitoring.impl
A holder for a top K result.
TopKResultHolder(String, int) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.TopKResultHolder
Constructor.
TopKSorter - Class in com.quartetfs.biz.pivot.query.monitoring.impl
Sorter for continuous query monitoring to calculate top K.
TopKSorter(int) - Constructor for class com.quartetfs.biz.pivot.query.monitoring.impl.TopKSorter
Constructor.
toPostProArg(ICompilationArguments<IExpression>, String) - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilers.GenericTransformer
Converts the argument with the given name to a postPro argument, or returns null if the argument is rejected (ie invalid).
TopPercent - com.quartetfs.biz.xmla.constants.Keyword
 
TOPPERCENT - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
TopPercentFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
TopPercentFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.TopPercentFunction
 
toPrefetchRequests(Collection<? extends ILocation>, Collection<String>, IMeasuresProvider, ICubeFilter) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.PrefetchRequest
Transforms a collection of locations and measures to retrieve in a set of prefetch requests.
toPrettyString(String) - Static method in class com.quartetfs.fwk.util.impl.XmlUtil
Deprecated.
Beautifies an xml string, by indenting it properly, using UTF-8 encoding for the result string.
toPrettyString(String, String, boolean) - Static method in class com.quartetfs.fwk.util.impl.XmlUtil
Deprecated.
Beautifies an xml string, by indenting it properly.
toPrimitiveArray(Double[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Converts an Object number array to its primitive array version.
toPrimitiveArray(Float[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Converts an Object number array to its primitive array version.
toPrimitiveArray(Integer[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Converts an Object number array to its primitive array version.
toPrimitiveArray(Long[]) - Static method in class com.qfs.util.impl.QfsArrays
Deprecated.
Converts an Object number array to its primitive array version.
toProperties() - Method in interface com.activeviam.collections.ImmutableMap
Converts to a Properties instance.
toProperties(ITransactionInformation) - Static method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransactionManager
toProps(String...) - Static method in class com.qfs.util.impl.QfsProperties
Deprecated.
Creates Properties from a list of key-value.
TopSelect - com.quartetfs.pivot.mdx.plan.impl.PassManager.PassType
Pass to build the axes.
TopSelectPass(int, CellPlanResultHeader, ISelectStatement, ITuple) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.PassManager.TopSelectPass
Constructor.
TopSum - com.quartetfs.biz.xmla.constants.Keyword
 
TOPSUM - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
TopSumFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
TopSumFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.TopSumFunction
 
toQuery() - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IDistinctQueryCompiler
Builds an object defining the query.
toQuery() - Method in interface com.activeviam.database.api.query.IGetByKeyQueryBuilder.IGetByKeyCompiler
Builds an object defining the query.
toQuery() - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IListQueryCompiler
Builds an object defining the query.
toRandomAccessVector() - Method in class com.qfs.vector.array.impl.AArrayVector
 
toRandomAccessVector() - Method in class com.qfs.vector.impl.ABlockVector
 
toRandomAccessVector() - Method in class com.qfs.vector.impl.AbsVector
 
toRandomAccessVector() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
toRandomAccessVector() - Method in class com.qfs.vector.impl.EmptyVector
 
toRandomAccessVector() - Method in class com.qfs.vector.impl.NegativeVector
 
toRandomAccessVector() - Method in class com.qfs.vector.impl.PositiveVector
 
toRandomAccessVector() - Method in class com.qfs.vector.impl.ZeroVector
 
toRandomAccessVector() - Method in interface com.qfs.vector.IVector
Returns a specific instance with high speed random access operations, holding the same data as the current vector.
toRangeSet(ISet) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Tries to merge the tuples of the sets.
ToRangeSetResult(ISet, boolean) - Constructor for class com.quartetfs.pivot.mdx.eval.set.impl.Sets.ToRangeSetResult
 
toRawString(IMdxResult) - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxPrinter
Return a raw string representation of mdx result.
toRecordQuery(ListQuery) - Static method in class com.activeviam.store.impl.DatastoreListQueryRunner
Convert a ListQuery into a datastore IRecordQuery.
toResponse(Throwable) - Method in class com.qfs.rest.server.impl.JsonExceptionMapper
 
toResponseBuilder(Throwable) - Static method in class com.qfs.rest.server.impl.JsonExceptionMapper
Converts a throwable to a response builder with the appropriate status code.
toRetrievals(IMeasuresProvider, IDataCubeAdapter, IActivePivotVersion) - Method in class com.qfs.query.impl.AggregatesRetrievalListTransporter
Transforms this Object into an actual list of retrievals that can be executed against the given pivot.
toRetrievalsDescription(Collection<? extends ILocation>, Collection<String>, IMeasuresProvider, ICubeFilter) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDescription
Transforms a collection of locations and measures to retrieve in a set of retrievals descriptions.
toRetrievalsDescription(Collection<? extends ILocation>, Collection<String>, IMeasuresProvider, Set<IAggregatesRetrievalDescription>, ICubeFilter) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDescription
Transforms a collection of locations and measures to retrieve in a set of retrievals descriptions and add them to the given set of retrievals.
toScopeLocation(ILocation) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
Maps the given location into this plan and return the created scope associated with this location.
toSet() - Method in interface com.activeviam.collections.ImmutableList
Create a set containing all items from this list.
toSet() - Method in interface com.activeviam.collections.ImmutableSet
Create a read-only java util set from this set.
toSet() - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
toSet() - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
toSparseChunkSet(IRowMapping, int[], int, int) - Method in class com.qfs.store.impl.ChunkSet
Creates a SparseChunkSet by retaining only valid rows from this ChunkSet.
toSparseChunkSet(IRowMapping, int[], int, int) - Method in class com.qfs.store.impl.ChunkSetRecordBlock
 
toStackTraceString(Throwable) - Static method in class com.qfs.jackson.impl.JsonError
Converts the stack-trace of an exception to a String.
toStore(String) - Method in class com.qfs.desc.impl.ReferenceDescriptionBuilder
 
toStore(String) - Method in interface com.qfs.desc.IReferenceDescriptionBuilder.IHasFromStore
 
toStoreField() - Method in class com.activeviam.store.structure.graph.FieldKey
Converts this key to a StoreField.
toStream(Iterable<T>) - Static method in class com.activeviam.util.impl.StreamUtil
Converts an iterable into a stream.
toStream(Iterator<? extends T>) - Static method in class com.activeviam.util.impl.StreamUtil
Converts an iterator into a stream.
toString() - Method in class com.activeviam.agg.impl.AUserDefinedAggregation
 
toString() - Method in class com.activeviam.apm.pivot.monitoring.impl.AActionMonitor
 
toString() - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
toString() - Method in class com.activeviam.cloud.entity.impl.ACloudDirectory
 
toString() - Method in class com.activeviam.cloud.entity.impl.AEntity
 
toString() - Method in class com.activeviam.cloud.entity.impl.AEntityPath
 
toString() - Method in class com.activeviam.collections.impl.ImmutableArrayList
 
toString() - Method in class com.activeviam.collections.impl.ImmutableHashMap
 
toString() - Method in class com.activeviam.collections.impl.ImmutableHashSet
 
toString() - Method in class com.activeviam.concurrent.util.impl.DoubleCheckedLockingLazyInitializer
 
toString() - Method in class com.activeviam.contextservice.dto.ContextValueDescription
 
toString() - Method in class com.activeviam.copper.graph.CopperNode
 
toString() - Method in class com.activeviam.copper.hierarchy.CopperHierarchyIdentifier
 
toString() - Method in class com.activeviam.copper.hierarchy.CopperLevelIdentifier
 
toString() - Method in class com.activeviam.copper.hierarchy.LogicalCopperLevelCondition
 
toString() - Method in class com.activeviam.copper.hierarchy.SingleCopperLevelCondition
 
toString() - Method in class com.activeviam.copper.HierarchyIdentifier
 
toString() - Method in class com.activeviam.copper.HierarchySchemaCoordinate
 
toString() - Method in class com.activeviam.copper.LevelIdentifier
 
toString() - Method in class com.activeviam.copper.LevelInformation
 
toString() - Method in class com.activeviam.copper.LevelToField
 
toString() - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
toString() - Method in class com.activeviam.copper.measure.window.CopperRange
 
toString() - Method in class com.activeviam.copper.measure.window.WindowBuilder
 
toString() - Method in class com.activeviam.copper.MeasureMetadata
 
toString() - Method in class com.activeviam.copper.MemberAndValue
Deprecated.
 
toString() - Method in class com.activeviam.copper.ProviderCoordinate
 
toString() - Method in class com.activeviam.copper.recast.CubeStructureChange
 
toString() - Method in class com.activeviam.copper.store.BasicStoreField
 
toString() - Method in class com.activeviam.copper.store.JoinCopperStore
 
toString() - Method in class com.activeviam.copper.store.Mapping
 
toString() - Method in class com.activeviam.database.api.experimental.refresh.ChangeDescription
 
toString() - Method in class com.activeviam.database.api.experimental.refresh.TableUpdateDetail
 
toString() - Method in class com.activeviam.database.api.query.AliasedField
 
toString() - Method in class com.activeviam.database.api.query.DistinctQuery.DistinctQueryBuilder
 
toString() - Method in class com.activeviam.database.api.query.DistinctQuery
 
toString() - Method in class com.activeviam.database.api.query.GetByKeyQuery.GetByKeyQueryBuilder
 
toString() - Method in class com.activeviam.database.api.query.GetByKeyQuery
 
toString() - Method in class com.activeviam.database.api.query.ListQuery.ListQueryBuilder
 
toString() - Method in class com.activeviam.database.api.query.ListQuery
 
toString() - Method in class com.activeviam.database.api.query.PartitionStatistics
 
toString() - Method in class com.activeviam.database.api.schema.DatabaseId
 
toString() - Method in class com.activeviam.database.api.schema.DataTable
 
toString() - Method in class com.activeviam.database.api.schema.DataTableField
 
toString() - Method in class com.activeviam.database.api.schema.FieldPath
 
toString() - Method in class com.activeviam.database.api.schema.ITableJoin.FieldMapping
 
toString() - Method in class com.activeviam.database.api.schema.JoinPath
 
toString() - Method in class com.activeviam.database.api.schema.ReachableField
 
toString() - Method in class com.activeviam.database.api.schema.StoreField
 
toString() - Method in class com.activeviam.database.api.schema.TableJoin
 
toString() - Method in class com.activeviam.database.commons.api.numa.desc.impl.CustomNumaSelectorDescription
 
toString() - Method in class com.activeviam.database.commons.api.numa.desc.impl.NumaSelectorFromJoinDescription
 
toString() - Method in class com.activeviam.database.commons.api.numa.desc.impl.NumaSelectorFromTableDescription
 
toString() - Method in class com.activeviam.database.sql.api.schema.SqlJoin.SqlJoinBuilder
 
toString() - Method in class com.activeviam.database.sql.api.schema.SqlJoin
 
toString() - Method in class com.activeviam.database.sql.api.schema.SqlTableId
 
toString() - Method in class com.activeviam.dic.provider.IApplicationDictionaryProvider.GlobalDictionaryKey
 
toString() - Method in class com.activeviam.dic.provider.impl.DictionaryConfiguration
 
toString() - Method in class com.activeviam.dic.provider.impl.DictionaryUpdateImpact
 
toString() - Method in class com.activeviam.dic.provider.impl.GlobalDictionaryTransactionResult
 
toString() - Method in class com.activeviam.dic.provider.impl.LocalDictionaryTransactionResult
 
toString() - Method in class com.activeviam.health.monitor.impl.JdbcFetchingDoneEvent
 
toString() - Method in class com.activeviam.health.monitor.impl.JdbcFetchingFailureEvent
 
toString() - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
 
toString() - Method in class com.activeviam.heap.impl.ResizableMaxHeapDouble
 
toString() - Method in class com.activeviam.heap.impl.ResizableMaxHeapFloat
 
toString() - Method in class com.activeviam.heap.impl.ResizableMaxHeapInteger
 
toString() - Method in class com.activeviam.heap.impl.ResizableMaxHeapLong
 
toString() - Method in class com.activeviam.heap.impl.ResizableMinHeapDouble
 
toString() - Method in class com.activeviam.heap.impl.ResizableMinHeapFloat
 
toString() - Method in class com.activeviam.heap.impl.ResizableMinHeapInteger
 
toString() - Method in class com.activeviam.heap.impl.ResizableMinHeapLong
 
toString() - Method in class com.activeviam.msg.csv.impl.CloudCsvDataProvider
 
toString() - Method in class com.activeviam.msg.csv.impl.CloudFileInfo
 
toString() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvCharacterCodingError
 
toString() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvIllegalVectorSizeError
 
toString() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvNotEnoughColumnsAnomaly
 
toString() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvParseValueError
 
toString() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvTooManyColumnsAnomaly
 
toString() - Method in class com.activeviam.msg.csv.reporting.anomaly.impl.CsvUnknownError
 
toString() - Method in class com.activeviam.pivot.json.tracing.JsonTraceLog
 
toString() - Method in class com.activeviam.pivot.json.tracing.JsonTracingInfo
 
toString() - Method in class com.activeviam.pivot.rest.dataexport.converters.LevelTypePair
 
toString() - Method in class com.activeviam.store.impl.PreparedAggregateQuery
 
toString() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.SecondaryIndexKey
 
toString() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.UniqueIndexKey
 
toString() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.VersionPartitionKey
 
toString() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.VersionReferenceKey
 
toString() - Method in class com.activeviam.store.structure.DatastoreVersionKeys.VersionStoreKey
 
toString() - Method in class com.activeviam.store.structure.graph.FieldKey
 
toString() - Method in class com.activeviam.store.structure.graph.IndexKey
 
toString() - Method in class com.activeviam.store.structure.graph.ReferenceKey
 
toString() - Method in class com.activeviam.store.structure.graph.StoreKey
 
toString() - Method in class com.activeviam.store.structure.impl.AddReferenceAction
 
toString() - Method in class com.activeviam.store.structure.impl.FieldTransformer
 
toString() - Method in class com.activeviam.store.structure.impl.IndexDefinition
 
toString() - Method in class com.activeviam.store.structure.impl.InitializeIndexAction
 
toString() - Method in class com.activeviam.store.structure.impl.InitializeReferenceAction
 
toString() - Method in class com.activeviam.store.structure.impl.RebindTargetDictionaryAction
 
toString() - Method in class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction.DictionaryChange
 
toString() - Method in class com.activeviam.store.structure.impl.RebuildIndexDictionaryAction
 
toString() - Method in class com.activeviam.store.structure.impl.ReferenceDefinition
 
toString() - Method in class com.activeviam.store.structure.impl.SetIndexDictionariesConcurrentAction
 
toString() - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
toString() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
toString() - Method in class com.activeviam.store.structure.impl.StoreMetadataHolder
 
toString() - Method in class com.activeviam.store.structure.impl.StructureUpdatePlan
 
toString() - Method in class com.activeviam.store.structure.impl.UpdateFieldsAction
 
toString() - Method in class com.activeviam.store.structure.impl.UpdateIndexesAction
 
toString() - Method in class com.activeviam.store.structure.impl.UpdatePartitioningAction
 
toString() - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
toString() - Method in class com.activeviam.type.FieldType
 
toString() - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
toString() - Method in class com.activeviam.util.function.Option
 
toString() - Method in class com.qfs.agg.impl.AAggregation
 
toString() - Method in class com.qfs.agg.impl.AMultiSourceAggregation
 
toString() - Method in class com.qfs.agg.impl.Timestamp
 
toString() - Method in class com.qfs.bitmap.impl.Bitmap
 
toString() - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
toString() - Method in class com.qfs.bitmap.impl.QFSBitmap
 
toString() - Method in class com.qfs.bitmap.impl.QFSRun
 
toString() - Method in class com.qfs.chunk.direct.allocator.impl.ABlockAllocator
 
toString() - Method in class com.qfs.chunk.direct.allocator.impl.ASlabMemoryAllocator
 
toString() - Method in class com.qfs.chunk.direct.allocator.impl.BlockAllocatorManager
 
toString() - Method in class com.qfs.chunk.direct.allocator.impl.ConcurrentUniqueIntegerStack
 
toString() - Method in class com.qfs.chunk.direct.allocator.impl.NumaNodeBlockAllocator
 
toString() - Method in class com.qfs.chunk.direct.allocator.impl.UnsafeAllocator
 
toString() - Method in class com.qfs.chunk.direct.impl.ADirectChunk
 
toString() - Method in class com.qfs.chunk.direct.impl.ADirectChunkNullable
 
toString() - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
toString() - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
toString() - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
toString() - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
toString() - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
toString() - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
toString() - Method in class com.qfs.chunk.impl.VectorsAllocationSettings
 
toString() - Method in class com.qfs.concurrent.cancellable.impl.ExceptionInterruptor
 
toString() - Method in class com.qfs.concurrent.impl.SingleConsumerQueue
 
toString() - Method in class com.qfs.condition.impl.FieldComparisonCondition
 
toString() - Method in class com.qfs.content.service.audit.impl.AuditableCSEntry
 
toString() - Method in class com.qfs.content.service.audit.impl.AuditAction
 
toString() - Method in class com.qfs.content.service.impl.BasicPathlessContentEntry
 
toString() - Method in class com.qfs.content.service.impl.ContentEntry
 
toString() - Method in class com.qfs.content.service.impl.ContentTree
 
toString() - Method in class com.qfs.content.service.impl.ContentUpdate
 
toString() - Method in class com.qfs.content.service.impl.CSEntry
 
toString() - Method in class com.qfs.content.service.impl.PathlessContentEntry
 
toString() - Method in class com.qfs.content.ws.impl.JsonContentUpdate
 
toString() - Method in class com.qfs.content.ws.impl.ListenerNotification
 
toString() - Method in class com.qfs.content.ws.impl.ListenerRegistration
 
toString() - Method in class com.qfs.desc.impl.DatastoreSchemaDescription
 
toString() - Method in class com.qfs.desc.impl.DeleteOwnerIndexesPostProcessor
Deprecated.
 
toString() - Method in class com.qfs.desc.impl.FieldDescription.FieldDescriptionBuilder
 
toString() - Method in class com.qfs.desc.impl.FieldDescription
 
toString() - Method in class com.qfs.desc.impl.OptimizationDescription
 
toString() - Method in class com.qfs.desc.impl.ReferenceDescription
 
toString() - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
toString() - Method in class com.qfs.desc.impl.StoreDescription
 
toString() - Method in class com.qfs.desc.impl.VectorFieldDescription
 
toString() - Method in class com.qfs.dic.impl.AbstractDictionary
 
toString() - Method in class com.qfs.dic.impl.AChristmasDictionary
 
toString() - Method in class com.qfs.dic.impl.Point
 
toString() - Method in class com.qfs.dic.impl.StringDictionary
 
toString() - Method in class com.qfs.distribution.impl.ActivePivotRemoteTransactionInfo
 
toString() - Method in class com.qfs.distribution.impl.ActivePivotSchemaDist
 
toString() - Method in class com.qfs.distribution.impl.ClusterLocalityIdentifier
 
toString() - Method in class com.qfs.distribution.impl.DataNodeIdentifier
 
toString() - Method in class com.qfs.distribution.impl.DataNodeIdentifierFactory
 
toString() - Method in class com.qfs.distribution.impl.RebuildHistoryRemoteTransactionInfo
 
toString() - Method in class com.qfs.fwk.cache.impl.TtlCache.CachedValue
 
toString() - Method in class com.qfs.fwk.cache.impl.TtlCache
 
toString() - Method in class com.qfs.graph.impl.Tree
 
toString() - Method in class com.qfs.heap.impl.MaxHeapDouble
 
toString() - Method in class com.qfs.heap.impl.MaxHeapDoubleWithIndices
 
toString() - Method in class com.qfs.heap.impl.MaxHeapFloat
 
toString() - Method in class com.qfs.heap.impl.MaxHeapFloatWithIndices
 
toString() - Method in class com.qfs.heap.impl.MaxHeapInteger
 
toString() - Method in class com.qfs.heap.impl.MaxHeapIntegerWithIndices
 
toString() - Method in class com.qfs.heap.impl.MaxHeapLong
 
toString() - Method in class com.qfs.heap.impl.MaxHeapLongWithIndices
 
toString() - Method in class com.qfs.heap.impl.MinHeapDouble
 
toString() - Method in class com.qfs.heap.impl.MinHeapDoubleWithIndices
 
toString() - Method in class com.qfs.heap.impl.MinHeapFloat
 
toString() - Method in class com.qfs.heap.impl.MinHeapFloatWithIndices
 
toString() - Method in class com.qfs.heap.impl.MinHeapInteger
 
toString() - Method in class com.qfs.heap.impl.MinHeapIntegerWithIndices
 
toString() - Method in class com.qfs.heap.impl.MinHeapLong
 
toString() - Method in class com.qfs.heap.impl.MinHeapLongWithIndices
 
toString() - Method in class com.qfs.index.impl.AIntegerArray
 
toString() - Method in class com.qfs.index.impl.ALongArray
 
toString() - Method in class com.qfs.index.impl.GroupDictionaryPartitionFactory
 
toString() - Method in class com.qfs.index.impl.IntegerArrayTransaction
 
toString() - Method in class com.qfs.index.impl.IntegerArrayVersion.IntegerArrayTransition
 
toString() - Method in class com.qfs.index.impl.IntegerArrayVersion
 
toString() - Method in class com.qfs.index.impl.LongArrayTransaction
 
toString() - Method in class com.qfs.index.impl.LongArrayVersion.LongArrayTransition
 
toString() - Method in class com.qfs.index.impl.LongArrayVersion
 
toString() - Method in class com.qfs.index.impl.SecondaryRecordIndexVersion
 
toString() - Method in class com.qfs.index.impl.UniqueRecordIndexVersion
 
toString() - Method in class com.qfs.jackson.impl.JsonError
 
toString() - Method in class com.qfs.literal.impl.LiteralType
 
toString() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
 
toString() - Method in class com.qfs.messenger.impl.BroadcastResult
 
toString() - Method in class com.qfs.messenger.impl.ClusterView
 
toString() - Method in class com.qfs.messenger.impl.HelloMessage.HelloMessageAnswer
 
toString() - Method in class com.qfs.messenger.impl.LocalMessenger.LocalAddress
 
toString() - Method in class com.qfs.messenger.impl.LocalMessenger
 
toString() - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
toString() - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
toString() - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
toString() - Method in class com.qfs.messenger.message.impl.EmptyTransactionCommittedMessage
 
toString() - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
toString() - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
toString() - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
toString() - Method in class com.qfs.messenger.message.impl.TransactionCommittedMessage
 
toString() - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
 
toString() - Method in class com.qfs.messenger.netty.impl.ANettyMessage
 
toString() - Method in class com.qfs.messenger.netty.impl.NettyTransporter
 
toString() - Method in class com.qfs.monitoring.statistic.impl.BooleanArrayStatisticAttribute
 
toString() - Method in class com.qfs.monitoring.statistic.impl.BooleanStatisticAttribute
 
toString() - Method in class com.qfs.monitoring.statistic.impl.DoubleArrayStatisticAttribute
 
toString() - Method in class com.qfs.monitoring.statistic.impl.DoubleStatisticAttribute
 
toString() - Method in class com.qfs.monitoring.statistic.impl.FloatArrayStatisticAttribute
 
toString() - Method in class com.qfs.monitoring.statistic.impl.FloatStatisticAttribute
 
toString() - Method in class com.qfs.monitoring.statistic.impl.IntegerArrayStatisticAttribute
 
toString() - Method in class com.qfs.monitoring.statistic.impl.IntegerStatisticAttribute
 
toString() - Method in class com.qfs.monitoring.statistic.impl.LongArrayStatisticAttribute
 
toString() - Method in class com.qfs.monitoring.statistic.impl.LongStatisticAttribute
 
toString() - Method in class com.qfs.monitoring.statistic.impl.MonitoringStatistic
 
toString() - Method in class com.qfs.monitoring.statistic.impl.StringArrayStatisticAttribute
 
toString() - Method in class com.qfs.monitoring.statistic.impl.StringStatisticAttribute
 
toString() - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatistic
 
toString() - Method in class com.qfs.msg.csv.filesystem.impl.DirectoryCSVTopic
 
toString() - Method in class com.qfs.msg.csv.filesystem.impl.FileSystemFileInfo
 
toString() - Method in class com.qfs.msg.csv.filesystem.impl.PathCsvDataProvider
 
toString() - Method in class com.qfs.msg.csv.filesystem.impl.SingleFileCSVTopic
 
toString() - Method in class com.qfs.msg.csv.impl.ACompressedEntryFileInfo
 
toString() - Method in class com.qfs.msg.csv.impl.ACSVTopic.PendingState
 
toString() - Method in class com.qfs.msg.csv.impl.CSVColumnParser
 
toString() - Method in class com.qfs.msg.csv.impl.CSVSource
Deprecated.
 
toString() - Method in class com.qfs.msg.csv.impl.CSVSourceConfiguration
 
toString() - Method in class com.qfs.msg.csv.impl.FileEvent
 
toString() - Method in class com.qfs.msg.csv.impl.LineReader
 
toString() - Method in class com.qfs.msg.csv.impl.ParsingWorkload
 
toString() - Method in class com.qfs.msg.csv.impl.ParsingWorkloadExecution
 
toString() - Method in class com.qfs.msg.csv.impl.PublicationQueue
 
toString() - Method in class com.qfs.msg.impl.ColumnCalculationContext
 
toString() - Method in class com.qfs.msg.impl.MapFieldParser
 
toString() - Method in class com.qfs.msg.impl.QfsResultSetRow
 
toString() - Method in class com.qfs.msg.impl.WatcherService
 
toString() - Method in class com.qfs.msg.jdbc.impl.AJDBCSource.SimpleConnectionSupplier
Deprecated.
 
toString() - Method in class com.qfs.msg.jdbc.impl.JDBCColumnParser
 
toString() - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo.JdbcFetchingInfoBuilder
 
toString() - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo
 
toString() - Method in class com.qfs.msg.jdbc.impl.JDBCTopic
 
toString() - Method in class com.qfs.multiversion.impl.AEpochManager
 
toString() - Method in class com.qfs.multiversion.impl.ALinkedVersionHistory
 
toString() - Method in class com.qfs.multiversion.impl.AVersion
Deprecated.
 
toString() - Method in class com.qfs.multiversion.impl.BranchInfo
 
toString() - Method in class com.qfs.multiversion.impl.Epoch
 
toString() - Method in class com.qfs.multiversion.impl.HeadInfo
 
toString() - Method in class com.qfs.multiversion.impl.VersionNode
 
toString() - Method in class com.qfs.pivot.agg.impl.MultiFieldAggregatedElement
 
toString() - Method in class com.qfs.pivot.agg.impl.SingleFieldAggregatedElement
 
toString() - Method in class com.qfs.pivot.content.impl.DescriptionWithPermissions
 
toString() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteDimensionTransactionData
 
toString() - Method in class com.qfs.pivot.cube.dimension.impl.MultiVersionDistributedDimension.RemoteTransactionInformation
 
toString() - Method in class com.qfs.pivot.cube.hierarchy.axis.impl.MultiVersionDistributedAxisMember.DistributedRange
 
toString() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction.RemoteHierarchyTransactionData
 
toString() - Method in class com.qfs.pivot.cube.hierarchy.measures.impl.AProxyMeasure
 
toString() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.FilterCache
 
toString() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.ProviderFilterKey
 
toString() - Method in class com.qfs.pivot.cube.provider.bitmap.impl.IndexedPartitionedAggregateProviderVersion.ProviderPartitionFilterCache
 
toString() - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationContext
 
toString() - Method in class com.qfs.pivot.cube.provider.multi.impl.AggregateProviderCreationParts
 
toString() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialAggregateProvider
 
toString() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocation
 
toString() - Method in class com.qfs.pivot.cube.provider.multi.impl.PartialExpandLocationWithParent
 
toString() - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition.AggregateProviderPartitionVersion
 
toString() - Method in class com.qfs.pivot.cube.provider.partition.impl.AggregateProviderPartition
 
toString() - Method in class com.qfs.pivot.cube.provider.partition.impl.IndexedPartitionedAggregateCollector.ContributionTask
 
toString() - Method in class com.qfs.pivot.impl.DataNode
 
toString() - Method in class com.qfs.pivot.impl.DataNodeManager.CubeEndPointInfo
 
toString() - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
 
toString() - Method in class com.qfs.pivot.json.branch.JsonBranchDescription
 
toString() - Method in class com.qfs.pivot.json.branch.JsonBranchPermissions
 
toString() - Method in class com.qfs.pivot.json.cellset.JsonCellSetData
 
toString() - Method in class com.qfs.pivot.json.configuration.JsonDefinitionLocale
 
toString() - Method in class com.qfs.pivot.json.configuration.JsonMdxDefinitionStatement
 
toString() - Method in class com.qfs.pivot.json.database.JsonDatabaseDiscovery
 
toString() - Method in class com.qfs.pivot.json.database.JsonDatabaseFieldDescription
 
toString() - Method in class com.qfs.pivot.json.database.JsonDatabaseJoin
 
toString() - Method in class com.qfs.pivot.json.database.JsonTableResult
 
toString() - Method in class com.qfs.pivot.json.discovery.CatalogDiscovery
 
toString() - Method in class com.qfs.pivot.json.discovery.ContextValueDiscovery
 
toString() - Method in class com.qfs.pivot.json.discovery.CubeDiscovery
 
toString() - Method in class com.qfs.pivot.json.discovery.DefaultMemberDiscovery
 
toString() - Method in class com.qfs.pivot.json.discovery.DimensionDiscovery
 
toString() - Method in class com.qfs.pivot.json.discovery.HierarchyDiscovery
 
toString() - Method in class com.qfs.pivot.json.discovery.MeasureDiscovery
 
toString() - Method in class com.qfs.pivot.json.export.JsonExportInfo
 
toString() - Method in class com.qfs.pivot.json.export.JsonMdxQueryExport
 
toString() - Method in class com.qfs.pivot.json.query.JsonMdxQuery
 
toString() - Method in class com.qfs.pivot.json.query.JsonStreamingRequest
 
toString() - Method in class com.qfs.pivot.json.query.JsonStreams
 
toString() - Method in class com.qfs.pivot.json.query.JsonStreamSnapshot
 
toString() - Method in class com.qfs.pivot.json.queryplan.EmptyPlanInfoData.EmptyPlanInfoDataBuilder
 
toString() - Method in class com.qfs.pivot.json.queryplan.EmptyPlanInfoData
 
toString() - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData.ExternalRetrievalDataBuilder
 
toString() - Method in class com.qfs.pivot.json.queryplan.ExternalRetrievalData
 
toString() - Method in class com.qfs.pivot.json.queryplan.FilterData.FilterDataBuilder
 
toString() - Method in class com.qfs.pivot.json.queryplan.FilterData
 
toString() - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
 
toString() - Method in class com.qfs.pivot.json.queryplan.JsonQueryPlanData
 
toString() - Method in class com.qfs.pivot.json.queryplan.LocationData.LocationDataBuilder
 
toString() - Method in class com.qfs.pivot.json.queryplan.LocationData
 
toString() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData.PlanInfoDataBuilder
 
toString() - Method in class com.qfs.pivot.json.queryplan.PlanInfoData
 
toString() - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData.QuerySummaryDataBuilder
 
toString() - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData
 
toString() - Method in class com.qfs.pivot.json.queryplan.RetrievalData.RetrievalDataBuilder
 
toString() - Method in class com.qfs.pivot.json.queryplan.RetrievalData
 
toString() - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ACompilationVisitor
 
toString() - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.CompilationArguments
 
toString() - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ExpressionSelector
 
toString() - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.FunctionMatcher
 
toString() - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.LiteralMatcher
 
toString() - Method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellset
 
toString() - Method in class com.qfs.pivot.util.impl.IndentedStringBuilder
 
toString() - Method in class com.qfs.plan.impl.ATransactionContent
 
toString() - Method in class com.qfs.plan.impl.FastForwardTransactionContent
 
toString() - Method in class com.qfs.plan.impl.MergingStorePartitionUpdate
 
toString() - Method in class com.qfs.platform.linux.LinuxPlatform
 
toString() - Method in class com.qfs.platform.share.VirtualPlatform
 
toString() - Method in class com.qfs.platform.win.ProcessorInformationHolder
 
toString() - Method in class com.qfs.platform.win.WindowsPlatform
 
toString() - Method in class com.qfs.pool.impl.NamedWorkerThreadFactory
 
toString() - Method in class com.qfs.pool.impl.PoolUtil.PoolConfig
 
toString() - Method in class com.qfs.pool.impl.QFSWorkerThreadFactory
 
toString() - Method in class com.qfs.pool.impl.SimpleNamedThreadFactory
 
toString() - Method in class com.qfs.repository.context.impl.LookupBehavior
 
toString() - Method in class com.qfs.repository.coordinates.impl.AIndexableCoordinates
 
toString() - Method in class com.qfs.repository.coordinates.impl.Coordinates
 
toString() - Method in class com.qfs.repository.coordinates.impl.Erasure
 
toString() - Method in class com.qfs.repository.dto.CoordinatesDto
 
toString() - Method in class com.qfs.repository.dto.ParameterUpdateDto
 
toString() - Method in class com.qfs.repository.dto.PointValueDto.KeyDto
 
toString() - Method in class com.qfs.repository.dto.PointValueDto
 
toString() - Method in class com.qfs.repository.dto.PointValueQueryDto
 
toString() - Method in class com.qfs.repository.dto.PointValueUpdatesDto
 
toString() - Method in class com.qfs.repository.dto.RepositoryResultDto
 
toString() - Method in class com.qfs.repository.dto.UpdateRequestDto
 
toString() - Method in class com.qfs.repository.impl.FilteredParameterEvent
 
toString() - Method in class com.qfs.repository.impl.ParameterEvent
 
toString() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
toString() - Method in class com.qfs.repository.impl.PointValueUpdates
 
toString() - Method in class com.qfs.repository.impl.RepositoryResult
 
toString() - Method in class com.qfs.repository.params.impl.ParameterUpdate
 
toString() - Method in class com.qfs.repository.persistence.impl.UpdateRequest
 
toString() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
toString() - Method in class com.qfs.repository.persistence.model.impl.PointValueQuery
 
toString() - Method in class com.qfs.repository.ws.ParameterWsConfigurationDto
 
toString() - Method in class com.qfs.security.impl.BranchPermissions
 
toString() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
 
toString() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
 
toString() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
 
toString() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
toString() - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
 
toString() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
toString() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
toString() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
toString() - Method in class com.qfs.snl.data.impl.SentinelState
 
toString() - Method in class com.qfs.snl.dtos.AlertDto
 
toString() - Method in class com.qfs.snl.dtos.AuditDto
 
toString() - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
toString() - Method in class com.qfs.snl.dtos.EventDto
 
toString() - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
 
toString() - Method in class com.qfs.snl.dtos.MessageDto
 
toString() - Method in class com.qfs.snl.dtos.MonitorDto
 
toString() - Method in class com.qfs.snl.dtos.MonitorUpdatesDto
 
toString() - Method in class com.qfs.snl.dtos.ProtocolConfigurationDto
 
toString() - Method in class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
 
toString() - Method in class com.qfs.snl.dtos.StateDto
 
toString() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
toString() - Method in class com.qfs.snl.dtos.UserDto
 
toString() - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
 
toString() - Method in class com.qfs.snl.dtos.ws.ATypedDto
 
toString() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
 
toString() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
 
toString() - Method in class com.qfs.snl.impl.TimePeriod
 
toString() - Method in class com.qfs.snl.messages.impl.AMessage
 
toString() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
toString() - Method in class com.qfs.snl.monitors.impl.Monitor
 
toString() - Method in class com.qfs.snl.monitors.impl.MonitorReport
 
toString() - Method in class com.qfs.snl.monitors.impl.MonitorUpdates
 
toString() - Method in class com.qfs.snl.persistence.impl.AAudit
 
toString() - Method in class com.qfs.snl.persistence.impl.ADbInfo
 
toString() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
toString() - Method in class com.qfs.snl.workflows.impl.WorkflowConfig
 
toString() - Method in class com.qfs.snl.workflows.impl.WorkflowKey
 
toString() - Method in class com.qfs.snl.workflows.impl.WorkflowSchema
 
toString() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
toString() - Method in class com.qfs.source.impl.AStoreMessage
 
toString() - Method in class com.qfs.source.impl.StoreMessage
 
toString() - Method in class com.qfs.spring.websocket.impl.QueryWebSocketEndPoint.StreamIds
Deprecated.
 
toString() - Method in class com.qfs.store.impl.ARecordSetVersion
 
toString() - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableArray
 
toString() - Method in class com.qfs.store.impl.Batch
 
toString() - Method in class com.qfs.store.impl.ChunkSet
 
toString() - Method in class com.qfs.store.impl.DatastoreSchemaBase
 
toString() - Method in class com.qfs.store.impl.DatastoreSchemaVersion
 
toString() - Method in class com.qfs.store.impl.DatastoreVersion
 
toString() - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
toString() - Method in class com.qfs.store.impl.MultiVersionStore
 
toString() - Method in class com.qfs.store.impl.MultiVersionStorePartition
 
toString() - Method in class com.qfs.store.impl.SchemaSelectionSession
 
toString() - Method in class com.qfs.store.impl.StoreFieldName
 
toString() - Method in class com.qfs.store.impl.StoreFormat
 
toString() - Method in class com.qfs.store.impl.StoreMetadata
 
toString() - Method in class com.qfs.store.impl.StorePartitionBase
 
toString() - Method in class com.qfs.store.impl.StorePartitionTransaction
 
toString() - Method in class com.qfs.store.impl.StorePartitionVersion
 
toString() - Method in class com.qfs.store.impl.StoreSummaryReport.PartitionSummaryReport
 
toString() - Method in class com.qfs.store.impl.StoreSummaryReport
 
toString() - Method in class com.qfs.store.impl.StoreUtils.TranslationResult
Deprecated.
 
toString() - Method in class com.qfs.store.impl.StoreVersion
 
toString() - Method in class com.qfs.store.impl.UserStorePartitionVersion
 
toString() - Method in class com.qfs.store.impl.UserStoreVersion
 
toString() - Method in class com.qfs.store.part.impl.APartitioningNode
 
toString() - Method in class com.qfs.store.part.impl.APartitioningWithCartesianAsSubPartitioning.CartesianSubPartitioning
 
toString() - Method in class com.qfs.store.part.impl.CartesianProductPartitioning
 
toString() - Method in class com.qfs.store.part.impl.ConstantFunctionDescription
 
toString() - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
toString() - Method in class com.qfs.store.part.impl.ConstantPartitioningDescription
 
toString() - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
 
toString() - Method in class com.qfs.store.part.impl.IdentityFunctionDescription
 
toString() - Method in class com.qfs.store.part.impl.ModuloFunctionDescription
 
toString() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction
 
toString() - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
 
toString() - Method in class com.qfs.store.part.impl.NumaNodeUtil.IdentityNumaNodeSelector
 
toString() - Method in class com.qfs.store.part.impl.NumaNodeUtil.InducedNumaNodeSelector
 
toString() - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
toString() - Method in class com.qfs.store.part.impl.PartitioningDescription
 
toString() - Method in class com.qfs.store.part.impl.PartitioningUtil.ConstantFunction
 
toString() - Method in class com.qfs.store.part.impl.PartitioningUtil.IdentityFunction
 
toString() - Method in class com.qfs.store.part.impl.PartitioningUtil.ModuloFunction
 
toString() - Method in class com.qfs.store.part.impl.SinglePartitioning
 
toString() - Method in class com.qfs.store.part.impl.SinglePartitionPartitioningNode
 
toString() - Method in class com.qfs.store.part.SimplePartitioningFormat
 
toString() - Method in class com.qfs.store.query.condition.impl.RecordQuery
 
toString() - Method in class com.qfs.store.query.impl.ACompiledTask.CompiledIncomingReferenceTask
 
toString() - Method in class com.qfs.store.query.impl.ACompiledTask.CompiledOwnReferenceTask
 
toString() - Method in class com.qfs.store.query.impl.ACompiledTask.CompiledPartitionSearchTask
 
toString() - Method in class com.qfs.store.query.impl.CompiledQuery.EmptyCompletionTask
 
toString() - Method in class com.qfs.store.query.impl.CompiledQuery.OnResultPartitionTask
 
toString() - Method in class com.qfs.store.query.impl.CompiledStoreSearch
 
toString() - Method in class com.qfs.store.query.impl.ConditionCursorFactory
 
toString() - Method in class com.qfs.store.query.impl.EmptyResultCursor
 
toString() - Method in class com.qfs.store.query.impl.NoConditionCursorFactory
 
toString() - Method in class com.qfs.store.query.plan.impl.BackReferenceRows
 
toString() - Method in class com.qfs.store.query.plan.impl.FieldLookupCompiledOperation
 
toString() - Method in class com.qfs.store.query.plan.impl.QueriedStore
 
toString() - Method in class com.qfs.store.query.plan.impl.QueryPlan
 
toString() - Method in class com.qfs.store.query.plan.impl.RowReferenceMerge
 
toString() - Method in class com.qfs.store.query.plan.impl.TreeStoreNode
 
toString() - Method in class com.qfs.store.record.impl.ARecordBlock
 
toString() - Method in class com.qfs.store.record.impl.ARecordReader
 
toString() - Method in class com.qfs.store.record.impl.DictionaryProviderFromArray
 
toString() - Method in class com.qfs.store.record.impl.RecordFormat
 
toString() - Method in class com.qfs.store.record.impl.RecordReaderMapper
 
toString() - Method in class com.qfs.store.record.impl.VersionedChunkRecordReader
 
toString() - Method in class com.qfs.store.ref.impl.AConcreteReferenceBase
 
toString() - Method in class com.qfs.store.ref.impl.AConcreteReferenceFactory
 
toString() - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
 
toString() - Method in class com.qfs.store.ref.impl.AConcreteReferenceVersion
 
toString() - Method in class com.qfs.store.ref.impl.AMultiVersionConcreteReference
 
toString() - Method in class com.qfs.store.ref.impl.ReferenceMetadata
 
toString() - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
toString() - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
toString() - Method in class com.qfs.store.selection.impl.CompositeSelection
 
toString() - Method in class com.qfs.store.selection.impl.ContinuousSelection
 
toString() - Method in class com.qfs.store.selection.impl.DelegateCompositeSelectionListener
 
toString() - Method in class com.qfs.store.selection.impl.FilteringCompositeSelectionListener
 
toString() - Method in class com.qfs.store.selection.impl.Selection
 
toString() - Method in class com.qfs.store.selection.impl.SelectionMetadata
 
toString() - Method in class com.qfs.store.selection.impl.SingleCompositeListener
 
toString() - Method in class com.qfs.store.service.impl.BranchCreationDescription
 
toString() - Method in class com.qfs.store.service.impl.BranchDescription
 
toString() - Method in class com.qfs.store.service.impl.DatabaseDiscovery
 
toString() - Method in class com.qfs.store.service.impl.DatabaseFieldDescription
 
toString() - Method in class com.qfs.store.service.impl.DatabaseJoinDescription
 
toString() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation.StoreTransactionStatistics
 
toString() - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionInformation
 
toString() - Method in class com.qfs.store.transaction.impl.StoreLocking
 
toString() - Method in class com.qfs.store.transaction.impl.TransactionalStorePartitionView
 
toString() - Method in class com.qfs.store.Types.TypeInformation.TypeBuilder
 
toString() - Method in class com.qfs.util.impl.BackgroundInputStream
Deprecated.
 
toString() - Method in class com.qfs.util.impl.CharArraySubSequence
Deprecated.
 
toString() - Method in class com.qfs.util.impl.Latch
 
toString() - Method in class com.qfs.util.impl.QfsConcurrency.BlockingQueryHolder
Deprecated.
 
toString() - Method in class com.qfs.util.impl.QfsToStringBuilder
Deprecated.
 
toString() - Method in class com.qfs.util.impl.RangeUnion
Deprecated.
 
toString() - Method in class com.qfs.util.IRangeUnion.Range
Deprecated.
 
toString() - Method in class com.qfs.util.tar.impl.TarEntry
 
toString() - Method in class com.qfs.vector.impl.AVector
 
toString() - Method in class com.qfs.versions.service.ApisDto
 
toString() - Method in class com.qfs.versions.service.ApiVersionDto
 
toString() - Method in class com.qfs.versions.service.VersionDto
 
toString() - Method in class com.qfs.webservices.ActivePivotDiscovery
 
toString() - Method in class com.qfs.webservices.CatalogDiscovery
 
toString() - Method in class com.qfs.webservices.CubeDiscovery
 
toString() - Method in class com.qfs.webservices.DimensionDiscovery
 
toString() - Method in class com.qfs.webservices.HierarchyDiscovery
 
toString() - Method in class com.qfs.webservices.LevelDiscovery
 
toString() - Method in class com.qfs.webservices.MeasureDiscovery
 
toString() - Method in class com.qfs.websocket.endpoint.impl.JsonTopicMessageDto
 
toString() - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
toString() - Method in class com.quartetfs.biz.pivot.cellset.impl.CellSetWithPlans
 
toString() - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
toString() - Method in class com.quartetfs.biz.pivot.cellset.impl.FullRefreshCellSet
 
toString() - Method in class com.quartetfs.biz.pivot.cellset.impl.FullRefreshPartialCellSet
 
toString() - Method in class com.quartetfs.biz.pivot.cellset.impl.PartialCellSet
 
toString() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
toString() - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter.QueryResult
 
toString() - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResult
 
toString() - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
toString() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumn
 
toString() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ACalculatedDrillthroughColumnSet
 
toString() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughColumn
 
toString() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughHeader
 
toString() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughProperties
 
toString() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.DrillthroughRow
 
toString() - Method in class com.quartetfs.biz.pivot.context.impl.AsOfEpoch
 
toString() - Method in class com.quartetfs.biz.pivot.context.impl.Branch
 
toString() - Method in class com.quartetfs.biz.pivot.context.impl.ContextSnapshot
 
toString() - Method in class com.quartetfs.biz.pivot.context.impl.DiscreteRangeContextValue
 
toString() - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnDto
 
toString() - Method in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator.CalculatedColumnSetDto
 
toString() - Method in class com.quartetfs.biz.pivot.context.impl.FlatContextValuesHolder
 
toString() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
toString() - Method in class com.quartetfs.biz.pivot.context.impl.NonVisualCubeFilter.NonVisualFilteredHierarchy
 
toString() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
 
toString() - Method in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimit
 
toString() - Method in class com.quartetfs.biz.pivot.context.impl.UserAuthentication
 
toString() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.ASubCubeElement
 
toString() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
 
toString() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.IntersectedSubCubeProperties
 
toString() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeNode
 
toString() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeProperties
 
toString() - Method in class com.quartetfs.biz.pivot.context.subcube.impl.SubCubeTree
 
toString() - Method in class com.quartetfs.biz.pivot.contribution.impl.AggregatedContributionHolder
 
toString() - Method in class com.quartetfs.biz.pivot.contribution.impl.GlobalContributionHolder
 
toString() - Method in class com.quartetfs.biz.pivot.contribution.impl.SimpleAggregatedContributionHolder
 
toString() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.ADimension
 
toString() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo.DimensionInfoBuilder
 
toString() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo
 
toString() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionVersion
 
toString() - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.MultiVersionDimension
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.DatabasePrefetchRequest
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyBase
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AAxisHierarchyVersion
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy.AxisHierarchyTransaction
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AMultiVersionAxisHierarchy
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.ATimeBucketer.TimeBucket
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.ATimeBucketer
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.AxisMember
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisHierarchy
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.MultiVersionAxisMember
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.dimension.impl.ASubCubeDimension
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.AHierarchy
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.ALevel
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo.HierarchyInfoBuilder
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.LevelInfoBuilder
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.OlapElement
Default toString implementation.
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.AdditionalMeasuresProvider
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.MultiVersionMeasureHierarchy
 
toString() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.SimpleMeasuresProvider
 
toString() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.LevelDomainDictionaryKey
 
toString() - Method in class com.quartetfs.biz.pivot.cube.provider.impl.PointLocation
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotManagerDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaInstanceDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.ADescriptionWithImports
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisHierarchyDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisHierarchyDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnSetDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.CatalogDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.ClusterDefinition
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorOrderDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.DataClusterDefinition
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotInstanceDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.FilterDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiGoalDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiStatusDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiTrendDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiValueDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.MessengerDefinition
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderFilters
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.PluginDefinition
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition.DistributedApplicationDefinition
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.SelectionDescription
 
toString() - Method in class com.quartetfs.biz.pivot.definitions.impl.SelectionFieldsDescription
 
toString() - Method in class com.quartetfs.biz.pivot.dto.AggregateDTO
 
toString() - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
toString() - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
 
toString() - Method in class com.quartetfs.biz.pivot.dto.AxisPositionDTO
 
toString() - Method in class com.quartetfs.biz.pivot.dto.CellDTO
 
toString() - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
 
toString() - Method in class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
 
toString() - Method in class com.quartetfs.biz.pivot.dto.DrillthroughRowDTO
 
toString() - Method in class com.quartetfs.biz.pivot.dto.HierarchyDTO
 
toString() - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
 
toString() - Method in class com.quartetfs.biz.pivot.dto.Path
 
toString() - Method in class com.quartetfs.biz.pivot.dto.PermissionsMapDTO
 
toString() - Method in class com.quartetfs.biz.pivot.dto.RangeDTO
 
toString() - Method in class com.quartetfs.biz.pivot.dto.VectorDTO
 
toString() - Method in class com.quartetfs.biz.pivot.formula.impl.AOperand
 
toString() - Method in class com.quartetfs.biz.pivot.formula.impl.AOperator
 
toString() - Method in class com.quartetfs.biz.pivot.formula.impl.Formula
 
toString() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandAggregatedValue
 
toString() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandDouble
 
toString() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandFloat
 
toString() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandInt
 
toString() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandLong
 
toString() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandNull
 
toString() - Method in class com.quartetfs.biz.pivot.formula.impl.OperandString
 
toString() - Method in class com.quartetfs.biz.pivot.impl.AbstractSubLocation
 
toString() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotBase
 
toString() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotQueryManager.QueryExecutionTask
 
toString() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
toString() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSelectionOptimizer.SelectionDefinition
 
toString() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotTransaction
 
toString() - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
toString() - Method in class com.quartetfs.biz.pivot.impl.APointLocationListReader
 
toString() - Method in class com.quartetfs.biz.pivot.impl.ASubPointLocation
 
toString() - Method in class com.quartetfs.biz.pivot.impl.Catalog
 
toString() - Method in class com.quartetfs.biz.pivot.impl.Location
 
toString() - Method in class com.quartetfs.biz.pivot.impl.LocationPattern
 
toString() - Method in class com.quartetfs.biz.pivot.impl.ModifiedLocation
 
toString() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
toString() - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
toString() - Method in class com.quartetfs.biz.pivot.impl.PointLocationList
 
toString() - Method in class com.quartetfs.biz.pivot.impl.RestrictedLocation
 
toString() - Method in class com.quartetfs.biz.pivot.impl.SinglePointLocationList
 
toString() - Method in class com.quartetfs.biz.pivot.monitoring.impl.StreamInfoHolder
 
toString() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.AUnderlyingMeasuresPrefetcher
 
toString() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.FilteringPostProcessorOnTheFlyPattern
 
toString() - Method in class com.quartetfs.biz.pivot.postprocessing.impl.TimeLineHelpers.LocationKey
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.ExternalResult
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.IAggregateRetrievalInfo.RetrievalLocation
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever.ExecutionPlanKey
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesEntry
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDefinition
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDescription
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ARetrieveAggregatesAction
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.CachedAggregatesRetrievalResult
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode.Snapshot
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContextNode
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.Impact
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.NegativeCellSet
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.PrimitiveRetrievalsPerPoolTask.PrimitiveRetrievalsPerPoolPerLocationTask
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.PrimitiveRetrievalsPerPoolTask
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopeLocation
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StreamNode
 
toString() - Method in enum com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo.TimingDescription
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ADependencyNode
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.EmptyExternalNode
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.EmptyNode
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph.PpDependencyKey
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PpNode
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveNode
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.RootNode
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.SharingPrimitiveNode
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.AAggregatesRetrieval
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatabaseRetrievalResult
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.DatastoreRetrievalResultHolder
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyDatabaseRetrievalResult
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.EmptyQueryPlan
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExternalDatabaseRetrieval
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.NoOpAggregateRetrievalInfo
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.QueryPlan
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RetrievalKey
 
toString() - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RetrievalResultHolder
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.AActivePivotContinuousQuery
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncActionQuery
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncUtils.AAbstractAction
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughHeadersQuery
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughUpdate
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.ExpandLocationsQuery
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.GetAggregatesQuery
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.ImpactComputationTask
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.MapDrillthroughQuery
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.MapGetAggregatesQuery
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughHeadersQuery
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.MDXDrillthroughQuery
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.MDXQuery
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.MultiGetAggregatesNotificationQuery
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.NotificationTaskFuture
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.SnapshotProcessingTask
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.StreamEventProcessingQuery
 
toString() - Method in class com.quartetfs.biz.pivot.query.impl.VersionedContinuousQueryUpdate
 
toString() - Method in class com.quartetfs.biz.pivot.query.missing.impl.AnyPathUnresolvedPath
 
toString() - Method in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsQuery
 
toString() - Method in class com.quartetfs.biz.pivot.query.missing.impl.UnresolvedPath
 
toString() - Method in enum com.quartetfs.biz.pivot.query.monitoring.impl.ProcessingStepTiming
 
toString() - Method in enum com.quartetfs.biz.pivot.query.monitoring.impl.TimingAggregationType
 
toString() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.TimingWithIdentifier
 
toString() - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.TopKResultHolder
 
toString() - Method in class com.quartetfs.biz.pivot.security.impl.AEntitlement
 
toString() - Method in class com.quartetfs.biz.pivot.security.impl.ContextValueManagerKey
 
toString() - Method in class com.quartetfs.biz.pivot.security.impl.PivotEntitlement
 
toString() - Method in class com.quartetfs.biz.pivot.streaming.impl.AActivePivotStreamNode
 
toString() - Method in class com.quartetfs.biz.pivot.streaming.impl.ActivePivotQueryStreamIdentifier
 
toString() - Method in class com.quartetfs.biz.pivot.streaming.impl.AxisRangeProperty
 
toString() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughEvent
 
toString() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughRowsState
 
toString() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughUpdateEvent
 
toString() - Method in class com.quartetfs.biz.pivot.transaction.impl.ACompositeActivePivotTransactionInfo
 
toString() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
 
toString() - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotTransactionInfo
 
toString() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellsFollower.LooseTupleWrapper
 
toString() - Method in class com.quartetfs.biz.pivot.webservices.impl.QueriesServiceMonitor
 
toString() - Method in class com.quartetfs.biz.xmla.compression.impl.ByteString
 
toString() - Method in class com.quartetfs.biz.xmla.impl.Discovery
 
toString() - Method in class com.quartetfs.biz.xmla.impl.Execute
 
toString() - Method in class com.quartetfs.biz.xmla.impl.MDProperty
 
toString() - Method in class com.quartetfs.biz.xmla.impl.RestrictionHelper
 
toString() - Method in class com.quartetfs.biz.xmla.impl.XmlaAttribute
 
toString() - Method in class com.quartetfs.biz.xmla.impl.XmlaTypes.SimpleType
 
toString() - Method in class com.quartetfs.biz.xmla.rowset.impl.RowSet
 
toString() - Method in class com.quartetfs.biz.xmla.rowset.impl.RowsetColumn
 
toString() - Method in class com.quartetfs.biz.xmla.servlet.impl.CancelCommand
Deprecated.
 
toString() - Method in class com.quartetfs.biz.xmla.servlet.impl.ServletProperties
 
toString() - Method in class com.quartetfs.biz.xmla.servlet.impl.SimpleCommand
Deprecated.
 
toString() - Method in class com.quartetfs.biz.xmla.servlet.impl.StatementCommand
Deprecated.
 
toString() - Method in class com.quartetfs.biz.xmla.servlet.impl.TabularRowSetDefinition.TabularRowSetColumn
 
toString() - Method in class com.quartetfs.fwk.contributions.impl.ExtendedPluginContribution
 
toString() - Method in class com.quartetfs.fwk.contributions.impl.ExtendedPluginValueContribution
 
toString() - Method in class com.quartetfs.fwk.contributions.impl.PluginContribution
 
toString() - Method in class com.quartetfs.fwk.contributions.impl.PluginValueContribution
 
toString() - Method in class com.quartetfs.fwk.contributions.impl.TypeContribution
 
toString() - Method in class com.quartetfs.fwk.filtering.impl.LogicalCondition
 
toString() - Method in class com.quartetfs.fwk.filtering.impl.MatchingCondition
 
toString() - Method in class com.quartetfs.fwk.filtering.impl.MultipleAccessor
 
toString() - Method in class com.quartetfs.fwk.filtering.impl.SingleAccessor
 
toString() - Method in class com.quartetfs.fwk.filtering.impl.SubCondition
 
toString() - Method in class com.quartetfs.fwk.format.impl.APatternFormatter
 
toString() - Method in class com.quartetfs.fwk.format.impl.DateFormatter
 
toString() - Method in class com.quartetfs.fwk.format.impl.DoubleFormatter
Returns a representation of the DoubleFormatter class.
toString() - Method in class com.quartetfs.fwk.format.impl.IntFormatter
Returns a representation of the IntFormatter class.
toString() - Method in class com.quartetfs.fwk.format.impl.NumberFormatter
 
toString() - Method in class com.quartetfs.fwk.format.impl.SubSequence
 
toString() - Method in class com.quartetfs.fwk.impl.AgentState
 
toString() - Method in class com.quartetfs.fwk.impl.AProperty
 
toString() - Method in class com.quartetfs.fwk.impl.CompiledProperty
 
toString() - Method in class com.quartetfs.fwk.impl.Pair
 
toString() - Method in class com.quartetfs.fwk.impl.PropertyInfo
 
toString() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming.JsonSelectionField
 
toString() - Method in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
 
toString() - Method in class com.quartetfs.fwk.ordering.impl.CustomComparator
 
toString() - Method in class com.quartetfs.fwk.security.impl.SecurityDetails
 
toString() - Method in class com.quartetfs.fwk.types.impl.Factory
Displays the interface this factory is based on.
toString() - Method in class com.quartetfs.fwk.types.impl.FactoryValue
 
toString() - Method in class com.quartetfs.fwk.types.impl.Plugin
 
toString() - Method in class com.quartetfs.fwk.types.impl.PluginValue
 
toString() - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
toString() - Method in class com.quartetfs.fwk.util.impl.GenericList
 
toString() - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
toString() - Method in class com.quartetfs.fwk.util.impl.StringProperty
 
toString() - Method in class com.quartetfs.pivot.mdx.epoch.impl.MdxEpochManager
 
toString() - Method in class com.quartetfs.pivot.mdx.eval.impl.ATuple
 
toString() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ASet
 
toString() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.AugmentedDimensionalitySet
 
toString() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.ReducedDimensionalitySet
 
toString() - Method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets.ToRangeSetResult
 
toString() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFixedFunctionDefinition
 
toString() - Method in class com.quartetfs.pivot.mdx.func.base.impl.AFunctionDefinition
 
toString() - Method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionCall
 
toString() - Method in class com.quartetfs.pivot.mdx.func.base.impl.ReturnFunction
 
toString() - Method in enum com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
toString() - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
 
toString() - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
 
toString() - Method in class com.quartetfs.pivot.mdx.impl.OlapElementLookup.UnknownMdxMember
 
toString() - Method in class com.quartetfs.pivot.mdx.impl.PlanContext
 
toString() - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependency
 
toString() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMember
 
toString() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxMemberProperty
 
toString() - Method in class com.quartetfs.pivot.mdx.meta.impl.AMdxOlapElement
 
toString() - Method in class com.quartetfs.pivot.mdx.meta.impl.Dimensionality
 
toString() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxLevel
 
toString() - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxPastPeriodRangeEpochMember
toString() - Method in class com.quartetfs.pivot.mdx.plan.impl.AggregateKey
 
toString() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.AggregateKeyTask
 
toString() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.NamedSetExecTask
 
toString() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.TupleExecTask
 
toString() - Method in class com.quartetfs.pivot.mdx.plan.impl.ExcludedMember
 
toString() - Method in class com.quartetfs.pivot.mdx.plan.impl.Pass
 
toString() - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope
 
toString() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxEvent
 
toString() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
 
toString() - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTUpdateSource
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.DimensionExpression
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.HierarchyExpression
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.LevelExpression
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression.MemberExpression
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.AOlapElementExpression
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.AxisName
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.AxisSpecification
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.CompoundIdentifier
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateOrUpdateMemberStatement
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateSetStatement
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.CreateStatement
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.DrillthroughStatement
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.DropStatement
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.FormulaSpecification
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.Identifier
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.Literal
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.NamedSetReference
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.ReturnElement
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.SelectBase
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.SelectStatement
 
toString() - Method in class com.quartetfs.pivot.mdx.statement.impl.UnresolvedFunctionCall
 
toString() - Method in class com.quartetfs.pivot.mdx.utils.impl.ClassMap
 
toString() - Method in class com.quartetfs.pivot.mdx.utils.impl.MdxIndex
 
toString() - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleBottomCountAccumulator
 
toString() - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleBottomPercentAccumulator
 
toString() - Method in class com.quartetfs.pivot.mdx.utils.impl.TupleBottomSumAccumulator
 
toString() - Method in class com.quartetfs.tech.streaming.impl.AStream
 
toString() - Method in class com.quartetfs.tech.streaming.impl.AxisRanges
 
toString() - Method in class com.quartetfs.tech.streaming.impl.RangeProperty
 
toString() - Method in class com.quartetfs.tech.streaming.impl.StreamEvent
 
toString() - Method in class com.quartetfs.tech.streaming.impl.StreamProperties
 
toString() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
 
toString() - Method in class com.quartetfs.tech.streaming.sharing.impl.QueryStreamIdentifier
 
toString(int) - Static method in class com.qfs.store.Types
Creates a toString from the int type.
toString(int) - Method in class com.qfs.vector.impl.ABlockVector
 
toString(int) - Method in class com.qfs.vector.impl.AVector
Returns a String representation of this vector, printing a maximum of maxPrintNumber components.
toString(int[]) - Static method in class com.qfs.store.Types
Creates a description of the given types.
toString(int[]) - Static method in class com.qfs.util.impl.PointHashing
Deprecated.
ToString implementation.
toString(long) - Static method in class com.qfs.bitmap.impl.Bitmap
Returns a string representation of the bitmap.
toString(long[]) - Static method in class com.qfs.bitmap.impl.Bitmap
Returns a string representation of the bitmap.
toString(JvmHealthCheck.JvmMemoryReport) - Method in class com.activeviam.health.monitor.impl.JvmHealthCheck.JvmMemoryReport
Prints the current snapshot and the difference with the given one.
toString(IBitmap) - Static method in interface com.qfs.bitmap.IBitmap
Returns a human-readable representation of the given bitmap.
toString(IChunk<?>) - Static method in class com.qfs.chunk.impl.Chunks
Gives a string representation of a chunk, listing all its value.
toString(ICoordinates) - Static method in class com.qfs.repository.coordinates.util.CoordinatesUtil
The string representation of the coordinates.
toString(IPointValueUpdates) - Static method in class com.qfs.repository.dto.PointValueUpdatesDto
Gets the description of updates.
toString(IRepositoryResult) - Static method in class com.qfs.repository.dto.RepositoryResultDto
Gets the description of the result.
toString(IParameterUpdate<?, ?>) - Static method in class com.qfs.repository.dto.ParameterUpdateDto
Gets the description of the update.
toString(IUpdateRequest<?, ?>) - Static method in class com.qfs.repository.dto.UpdateRequestDto
Returns the description of a request.
toString(IPointValue) - Static method in class com.qfs.repository.dto.PointValueDto
Generates string representation of the given point value.
toString(IPointValue.IKey) - Static method in class com.qfs.repository.dto.PointValueDto.KeyDto
Gets the description of the key.
toString(IPointValueQuery) - Static method in class com.qfs.repository.dto.PointValueQueryDto
Gets a string representation of a IPointValueQuery.
toString(ISentinelAlert) - Static method in class com.qfs.snl.dtos.AlertDto
Returns the string representation of the given alert.
toString(ISentinelEvent) - Static method in class com.qfs.snl.dtos.EventDto
Generates String representation of the given ISentinelEvent.
toString(ISentinelState) - Static method in class com.qfs.snl.dtos.StateDto
Returns a string representation of the object.
toString(IMonitor) - Static method in class com.qfs.snl.dtos.MonitorDto
Generates the to string for the interface monitor.
toString(IMonitorUpdates) - Static method in class com.qfs.snl.dtos.MonitorUpdatesDto
Creates the string representation of monitor updates.
toString(IAudit) - Static method in class com.qfs.snl.dtos.AuditDto
Returns the string representation of the given audit.
toString(IEntityWorkflowConfiguration) - Static method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Generates the string representation of the specified configuration.
toString(IWorkflowSchema) - Static method in interface com.qfs.snl.workflows.IWorkflowSchema
Generates the string representation of the specified schema.
toString(IIterableAggregatesRetrievalResult) - Static method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Returns a human-readable representation of the given result.
toString(ICubeFilter, List<? extends IHierarchy>, IHierarchicalMapping) - Static method in class com.quartetfs.biz.pivot.context.subcube.impl.CubeFilter
Returns a String representation of the given ICubeFilter.
toString(IRTExpressionDependency) - Static method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
toString(Object...) - Static method in class com.quartetfs.fwk.util.impl.TupleHashing
ToString implementation.
toString(String) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
This method takes the read look.
ToStringComparator - Class in com.quartetfs.fwk.ordering.impl
Compares java objects with respect to their toString() representation.
ToStringComparator() - Constructor for class com.quartetfs.fwk.ordering.impl.ToStringComparator
 
TOSTRINGEQUAL - Static variable in interface com.quartetfs.fwk.filtering.IMatchingCondition
Plugin key for the TO_STRING_EQUAL condition.
ToStringEqualCondition - Class in com.quartetfs.fwk.filtering.impl
A condition that states that an object has a toString equals to the given parameter.
ToStringEqualCondition(String) - Constructor for class com.quartetfs.fwk.filtering.impl.ToStringEqualCondition
Constructor of ToStringEqualCondition.
ToStringFilterVisitor - Class in com.quartetfs.biz.pivot.context.subcube.visitor.impl
This visitor returns a String representation of an ICubeFilter or ISubCubeProperties.
ToStringFilterVisitor() - Constructor for class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToStringFilterVisitor
 
ToStringFormatter - Class in com.quartetfs.fwk.format.impl
A formatter which call Object.toString() on the received objects.
ToStringFormatter() - Constructor for class com.quartetfs.fwk.format.impl.ToStringFormatter
 
toTable(String) - Method in class com.activeviam.database.sql.api.schema.SqlJoin.SqlJoinBuilder
 
TOTAL - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.EventStatistics
Statistics key - total duration.
TOTAL - Static variable in class com.quartetfs.fwk.monitoring.impl.QuantityMonitor
 
TOTAL - Static variable in class com.quartetfs.fwk.monitoring.impl.ThroughputMonitor
Total count Key.
TOTAL_NUMBER_CLOSED_SESSIONS - Static variable in class com.qfs.websocket.endpoint.monitoring.impl.EndPointStatistics
Name of the statistics for closed sessions.
TOTAL_NUMBER_OPENED_SESSIONS - Static variable in class com.qfs.websocket.endpoint.monitoring.impl.EndPointStatistics
Name of the statistics for opened sessions.
TOTAL_REGISTRATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Statistics key - total registration duration.
TOTAL_SIZE_UNPROCESS_MESSAGES - Static variable in class com.qfs.distribution.impl.DistributedHierarchyManagerRecorder
Statistic name.
TOTAL_UNREGISTRATION - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Statistics key - total unregistration duration.
totalExternalResultSize(int) - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData.QuerySummaryDataBuilder
Total external retrieval's result size (in terms of points).
totalFetchedLineCount(long) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo.JdbcFetchingInfoBuilder
The total number of fetched lines.
totalOn(CopperHierarchy...) - Method in interface com.activeviam.copper.api.CopperMeasure
Creates a Copper measure which returns the value of its underlying measure for the top level member on each of the given hierarchies.
totalOn(CopperHierarchy...) - Method in class com.activeviam.copper.measure.DrillupMeasure
 
totalPublishedRecords(long) - Method in class com.qfs.msg.jdbc.impl.JdbcFetchingInfo.JdbcFetchingInfoBuilder
The total number of published records.
totalRetrievals(int) - Method in class com.qfs.pivot.json.queryplan.QuerySummaryData.QuerySummaryDataBuilder
The total number of retrievals.
toTransactionalGetByKey(IMultiVersionDatastoreSchema) - Method in class com.qfs.store.query.impl.CompiledGetByKey
Deprecated.
 
toTuple() - Method in interface com.qfs.store.record.IRecordReader
Converts this record into a tuple.
toTuplePointCoordIndex(int) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
Gets the coordinate of the specified hierarchy in the tuple points.
toUpdate() - Method in class com.qfs.content.ws.impl.JsonContentUpdate
Converts a DTO into an actual POJO.
toValue(IContextExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
toValue(IRTExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
toValue(R) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Call this method on a dependency, when the expression cannot be evaluated as a value and you want to remove the produced hierarchies.
TRACE_CONTEXT_KEY - Static variable in class com.activeviam.apm.health.impl.MonitoredHealthEventDispatcher
 
TraceableBroadcastContext - Class in com.qfs.distribution.impl
Store current trace context information for broadcast.
TraceableBroadcastContext() - Constructor for class com.qfs.distribution.impl.TraceableBroadcastContext
Constructor.
TraceableQfsThreadPool - Class in com.activeviam.concurrent.tracing.impl
A QfsThreadPool with extra tracing capabilities.
TraceableQfsThreadPool(int, ForkJoinPool.ForkJoinWorkerThreadFactory, Thread.UncaughtExceptionHandler, boolean) - Constructor for class com.activeviam.concurrent.tracing.impl.TraceableQfsThreadPool
 
traceContextBuilder() - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
traceContextBuilder() - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
tracing(Tracer) - Method in class com.activeviam.pivot.tracing.TracingConfig
Tracing configuration Bean.
Tracing - Class in com.activeviam.tracing.impl
This provides utilities needed for trace instrumentation.
TRACING_BEAN - Static variable in class com.activeviam.pivot.tracing.TracingConfig
 
Tracing.IScope - Interface in com.activeviam.tracing.impl
Wrapper around Closeable to suppress exception.
TracingConfig - Class in com.activeviam.pivot.tracing
Configuration class to initiate the necessary tracing components.
TracingConfig() - Constructor for class com.activeviam.pivot.tracing.TracingConfig
 
TracingRestServiceConfig - Class in com.qfs.server.cfg.impl
Spring configuration for Tracing services.
TracingRestServiceConfig() - Constructor for class com.qfs.server.cfg.impl.TracingRestServiceConfig
 
track(ITuple, IExpression) - Method in class com.quartetfs.pivot.mdx.plan.impl.ACellPlanExecutor
Asks the result to track some executing computation.
track(ITuple, IExpression) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Ask the result to track some executing computation.
track(ITuple, IExpression) - Method in class com.quartetfs.pivot.mdx.plan.impl.FormulaExecutionTracker
Starts tracking the input tuple and expression.
TrackerNativeMemoryAllocator - Class in com.qfs.chunk.direct.allocator.impl
A wrapper of INativeMemoryAllocator for sampling memory allocations.
TrackerNativeMemoryAllocator(INativeMemoryAllocator) - Constructor for class com.qfs.chunk.direct.allocator.impl.TrackerNativeMemoryAllocator
Default constructor.
TRAINING_SET_SIZE - Static variable in class com.quartetfs.biz.xmla.discovery.dmp.impl.DMSchema_Mining_ModelsDefinition
 
TRANSACTION - Static variable in interface com.qfs.util.timing.IStandardTimers
 
TRANSACTION_POOL - Static variable in class com.qfs.pool.ThreadPoolSelectors
An IThreadPoolSelector that selects the transaction pool from QFSPools.
TRANSACTION_TIMEOUT - Static variable in interface com.quartetfs.biz.pivot.definitions.IMessengerDefinition
The name of the property that defines the time to wait (in milliseconds) for the answers of commit message before throwing a timeout exception.
TransactionalAxisMember - Class in com.quartetfs.biz.pivot.cube.hierarchy.axis.impl
This class implements the IParentAxisMember interface.
Two axis members are equal when their parent is the same and their discriminator is the same.
TransactionalAxisMember(Object, String, ILevelInfo, ITransactionalAxisMember, int) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.TransactionalAxisMember
Constructor.
TransactionalBase<V extends IVersion> - Class in com.qfs.multiversion.impl
Base implementation of ITransactionalBase.
TransactionalBase() - Constructor for class com.qfs.multiversion.impl.TransactionalBase
 
TransactionalStorePartitionView - Class in com.qfs.store.transaction.impl
An IStorePartitionView over a partition.
TransactionalStorePartitionView(IDatastoreView, IMultiVersionStorePartition) - Constructor for class com.qfs.store.transaction.impl.TransactionalStorePartitionView
Constructor.
transactionCommitted(long, IEpoch) - Method in interface com.qfs.store.transaction.ITransactionListener
Method called when a transaction manager has successfully committed a transaction.
transactionCommitted(IEpoch) - Method in interface com.activeviam.database.api.query.IStreamListViewListener
Notifies that the last started transaction did commit.
transactionCommitted(IEpoch) - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
transactionCommitted(IEpoch) - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
transactionCommitted(IEpoch) - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
transactionCommitted(IEpoch) - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
transactionCommitted(IEpoch) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
transactionCommitted(IEpoch) - Method in interface com.qfs.store.selection.IAsyncCompositeSelectionListener
Notifies that the last started transaction did commit.
transactionCommitted(IEpoch) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Notify that the last started transaction did commit.
transactionCommitted(IEpoch) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
transactionCommitted(IEpoch) - Method in class com.qfs.store.selection.impl.CatchUpListenerMultiBranch
 
transactionCommitted(IEpoch) - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
transactionCommitted(IEpoch) - Method in class com.qfs.store.selection.impl.DelegateCompositeSelectionListener
 
transactionCommitted(IEpoch) - Method in class com.qfs.store.selection.impl.SingleCompositeListener
 
transactionCommitted(IEpoch) - Method in interface com.qfs.store.selection.ISelectionListener
Notifies that the last started transaction did commit.
transactionCommitted(IEpoch) - Method in class com.quartetfs.biz.pivot.postprocessing.streams.impl.AStoreStream
 
transactionCommitted(IEpoch) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
 
transactionCommitted(String, long, IActivePivotSchemaTransactionInfo) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaStatistics
 
transactionCommitted(String, long, IActivePivotTransactionInfo) - Method in class com.qfs.distribution.impl.QueryCubeListener
 
transactionCommitted(String, long, IActivePivotTransactionInfo) - Method in class com.qfs.messenger.impl.DataInstanceDistributionManager
 
transactionCommitted(String, long, IActivePivotTransactionInfo) - Method in class com.qfs.pivot.impl.DataNodeManager
 
transactionCommitted(String, long, IActivePivotTransactionInfo) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotStatistics
 
transactionCommitted(String, long, IActivePivotTransactionInfo) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStream
 
transactionCommitted(String, long, IActivePivotTransactionInfo) - Method in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsSolver
 
transactionCommitted(String, long, ITransactionInfo) - Method in class com.qfs.query.impl.DistributedDrillthroughContinuousQueryEngine
 
transactionCommitted(String, long, InfoT) - Method in interface com.quartetfs.biz.pivot.transaction.ITransactionListener
Method called when a transaction manager has successfully committed a transaction.
TransactionCommittedMessage - Class in com.qfs.messenger.message.impl
The content of a message sent on a commit.
TransactionCommittedMessage() - Constructor for class com.qfs.messenger.message.impl.TransactionCommittedMessage
Empty constructor for serialization.
TransactionCommittedMessage(IActivePivotTransactionInfo, long, IEpoch, String, List<? extends IHierarchy>, List<? extends IHierarchy>, IDataCubeAdapter) - Constructor for class com.qfs.messenger.message.impl.TransactionCommittedMessage
Constructor.
TransactionCommittedMessageApplicationFailureEvent - Class in com.activeviam.health.monitor.impl.events
Event fired in the Query Cube when the received TransactionCommittedMessage fails to be applied.
TransactionCommittedMessageApplicationFailureEvent(IAddress, ITransactionCommittedMessage) - Constructor for class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageApplicationFailureEvent
Constructor.
TransactionCommittedMessageAppliedEvent - Class in com.activeviam.health.monitor.impl.events
Event fired in the Query Node when applying one or several remote transactions from one remote instance.
TransactionCommittedMessageAppliedEvent(IAddress, ITransactionCommittedMessage) - Constructor for class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageAppliedEvent
Constructor.
TransactionCommittedMessageSendingFailureEvent - Class in com.activeviam.health.monitor.impl.events
Event fired when a data node successfully commits a transaction and broadcasts its content to the distributed application.
TransactionCommittedMessageSendingFailureEvent(IAddress, IEpoch, String) - Constructor for class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageSendingFailureEvent
Constructor.
TransactionCommittedMessageSentEvent - Class in com.activeviam.health.monitor.impl.events
Event fired when a data node successfully commits a transaction and broadcasts its content to the distributed application.
TransactionCommittedMessageSentEvent(IAddress, ITransactionCommittedMessage, String) - Constructor for class com.activeviam.health.monitor.impl.events.TransactionCommittedMessageSentEvent
Constructor.
TransactionInitialCommittedMessage - Class in com.qfs.messenger.message.impl
TransactionInitialCommittedMessage() - Constructor for class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
Empty constructor for serialization.
TransactionInitialCommittedMessage(long, IActivePivotVersion, String, IDataCubeAdapter) - Constructor for class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
Constructor.
TransactionManager - Class in com.qfs.store.transaction.impl
Base implementations of ITransactionManager.
TransactionManager(IDatastoreSchemaTransactionManager) - Constructor for class com.qfs.store.transaction.impl.TransactionManager
Creates a transaction manager over a schema.
TransactionManager.TransformTupleAction - Class in com.qfs.store.transaction.impl
A bounded action used to concurrently transform tuples into record blocks.
TransactionManagerUtil - Class in com.qfs.store.transaction.impl
Util class for ITransactionManager.
TransactionManagerUtil() - Constructor for class com.qfs.store.transaction.impl.TransactionManagerUtil
 
TransactionPerformer - Class in com.qfs.store.transaction.impl
Class to manage a datastore transaction with a try-with-resource.
TransactionPerformer(ITransactionManager, ITransactionExceptionHandler, Properties, String...) - Constructor for class com.qfs.store.transaction.impl.TransactionPerformer
Constructor.
TransactionQueryRunnerWithTimeout - Class in com.qfs.store.query.impl
A query runner which handles query timeouts.
TransactionQueryRunnerWithTimeout(DatastoreTransactionQueryRunner, long, TimeUnit) - Constructor for class com.qfs.store.query.impl.TransactionQueryRunnerWithTimeout
 
transactionRolledBack() - Method in interface com.activeviam.database.api.query.IStreamListViewListener
Notifies that the last started transaction did rollback.
transactionRolledBack() - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
transactionRolledBack() - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
transactionRolledBack() - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
transactionRolledBack() - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
transactionRolledBack() - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
transactionRolledBack() - Method in interface com.qfs.store.selection.IAsyncCompositeSelectionListener
Notifies that the last started transaction did rollback.
transactionRolledBack() - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Notify that the last started transaction did rollback.
transactionRolledBack() - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
transactionRolledBack() - Method in class com.qfs.store.selection.impl.CatchUpListenerMultiBranch
 
transactionRolledBack() - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
transactionRolledBack() - Method in class com.qfs.store.selection.impl.DelegateCompositeSelectionListener
 
transactionRolledBack() - Method in class com.qfs.store.selection.impl.SingleCompositeListener
 
transactionRolledBack() - Method in interface com.qfs.store.selection.ISelectionListener
Notifies that the last started transaction did roll back.
transactionRolledBack() - Method in class com.quartetfs.biz.pivot.postprocessing.streams.impl.AStoreStream
 
transactionRolledBack() - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughContinuousQuery
 
transactionRolledBack(long) - Method in interface com.qfs.store.transaction.ITransactionListener
Method called when a transaction manager has rolled back a transaction.
transactionRolledBack(String, long) - Method in class com.qfs.distribution.impl.QueryCubeListener
 
transactionRolledBack(String, long) - Method in class com.qfs.messenger.impl.DataInstanceDistributionManager
 
transactionRolledBack(String, long) - Method in class com.qfs.pivot.impl.DataNodeManager
 
transactionRolledBack(String, long) - Method in class com.qfs.query.impl.DistributedDrillthroughContinuousQueryEngine
 
transactionRolledBack(String, long) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaStatistics
 
transactionRolledBack(String, long) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotStatistics
 
transactionRolledBack(String, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStream
 
transactionRolledBack(String, long) - Method in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsSolver
 
transactionRolledBack(String, long) - Method in interface com.quartetfs.biz.pivot.transaction.ITransactionListener
Method called when a transaction manager has rolled back a transaction.
transactionStarted(long, TransactionInformation) - Method in interface com.qfs.store.transaction.ITransactionListener
Method called when a transaction manager has just started a new transaction.
transactionStarted(IEpoch, ITransactionInformation) - Method in interface com.activeviam.database.api.query.IStreamListViewListener
Notifies that a transaction has been started.
transactionStarted(IEpoch, ITransactionInformation) - Method in class com.activeviam.pivot.contribution.impl.CompositeDataContributor
Deprecated.
 
transactionStarted(IEpoch, ITransactionInformation) - Method in class com.activeviam.pivot.contribution.impl.DatastoreDataContributor
Deprecated.
 
transactionStarted(IEpoch, ITransactionInformation) - Method in class com.activeviam.pivot.contribution.impl.HierarchyDataContributor
 
transactionStarted(IEpoch, ITransactionInformation) - Method in class com.activeviam.pivot.contribution.impl.PreAggregatedDataContributor
Deprecated.
 
transactionStarted(IEpoch, ITransactionInformation) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
transactionStarted(IEpoch, ITransactionInformation) - Method in interface com.qfs.store.selection.IAsyncCompositeSelectionListener
Notifies that a transaction has been started.
transactionStarted(IEpoch, ITransactionInformation) - Method in interface com.qfs.store.selection.IContinuousCompositeSelection
Indicate that a transaction has started.
transactionStarted(IEpoch, ITransactionInformation) - Method in class com.qfs.store.selection.impl.AsyncContinuousCompositeSelection
 
transactionStarted(IEpoch, ITransactionInformation) - Method in class com.qfs.store.selection.impl.CatchUpListenerMultiBranch
 
transactionStarted(IEpoch, ITransactionInformation) - Method in class com.qfs.store.selection.impl.CatchUpListenerSingleBranch
 
transactionStarted(IEpoch, ITransactionInformation) - Method in class com.qfs.store.selection.impl.DelegateCompositeSelectionListener
 
transactionStarted(IEpoch, ITransactionInformation) - Method in class com.qfs.store.selection.impl.SingleCompositeListener
 
transactionStarted(IEpoch, ITransactionInformation) - Method in interface com.qfs.store.selection.ISelectionListener
Notifies that a transaction has been started.
transactionStarted(IEpoch, ITransactionInformation) - Method in class com.quartetfs.biz.pivot.postprocessing.streams.impl.AStoreStream
 
transactionStarted(String, long) - Method in class com.qfs.distribution.impl.QueryCubeListener
 
transactionStarted(String, long) - Method in class com.qfs.messenger.impl.DataInstanceDistributionManager
 
transactionStarted(String, long) - Method in class com.qfs.pivot.impl.DataNodeManager
 
transactionStarted(String, long) - Method in class com.qfs.query.impl.DistributedDrillthroughContinuousQueryEngine
 
transactionStarted(String, long) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchemaStatistics
 
transactionStarted(String, long) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotStatistics
 
transactionStarted(String, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStream
 
transactionStarted(String, long) - Method in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsSolver
 
transactionStarted(String, long) - Method in interface com.quartetfs.biz.pivot.transaction.ITransactionListener
Method called when a transaction manager has just started a new transaction.
TransactionStatisticsOption - Enum in com.qfs.store.transaction
The option to tune the collection of transaction statistics in datastore.
TransactionStream - Class in com.quartetfs.biz.pivot.query.aggregates.impl
This encapsulates the stream of ActivePivot's transactions.
TransactionStream(IAggregatesContinuousQueryEngine, IMultiVersionActivePivot) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStream
Full constructor.
TransactionStreamFullRefreshHandler - Class in com.quartetfs.biz.pivot.query.aggregates.impl
TransactionStreamFullRefreshHandler(IActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.query.aggregates.impl.TransactionStreamFullRefreshHandler
Constructor.
TransactionType - Enum in com.qfs.store
The type of a transaction.
transfer(int[], int) - Method in interface com.qfs.chunk.IChunkBinding
Transfers a set of rows from our source chunk towards our destination chunk.
transfer(int[], int) - Method in class com.qfs.store.impl.ChunkSetBinding
 
transfer(int[], int[], IWritableRecordBlock<?>, int[], int) - Method in class com.qfs.store.impl.ARecordSetTransaction
 
transfer(int[], int[], IWritableRecordBlock<?>, int[], int) - Method in class com.qfs.store.impl.ARecordSetVersion
 
transfer(int[], int[], IWritableRecordBlock<?>, int[], int) - Method in class com.qfs.store.impl.ColumnarRecordSet.ColumnarRecordSetStructuralTransactionView
 
transfer(int[], int[], IWritableRecordBlock<?>, int[], int) - Method in class com.qfs.store.impl.ColumnarRecordSet
Transfers the data from the record stored at the given rows into the given record buffers.
transfer(int[], int[], IWritableRecordBlock<?>, int[], int) - Method in class com.qfs.store.impl.EmptyRecordSetView
 
transfer(int[], int[], IWritableRecordBlock<?>, int[], int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetTransaction
 
transfer(int[], int[], IWritableRecordBlock<?>, int[], int) - Method in class com.qfs.store.impl.FencedColumnarRecordSetVersion
 
transfer(int[], int[], IWritableRecordBlock<?>, int[], int) - Method in class com.qfs.store.impl.UserRecordSetVersion
 
transfer(int[], int[], IWritableRecordBlock<?>, int[], int) - Method in interface com.qfs.store.IRecordSet
Transfers the data from the record stored at the given rows into the given record buffers.
transfer(int[], IWritableTable, int[], int[], int) - Method in class com.qfs.store.impl.ChunkSet
Transfers a set of rows from this table towards a destination table.
transfer(int[], IWritableTable, int[], int[], int) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
transfer(int, char[]) - Method in interface com.qfs.dic.ICharSequenceDictionary
Transfers the sequence at that position into a character array.
transfer(int, char[]) - Method in class com.qfs.dic.impl.StringDictionary
 
transfer(int, double[]) - Method in class com.qfs.vector.array.impl.AArrayVector
 
transfer(int, double[]) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
transfer(int, double[]) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
transfer(int, double[]) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
transfer(int, double[]) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
transfer(int, double[]) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
transfer(int, double[]) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
transfer(int, double[]) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
transfer(int, double[]) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
transfer(int, double[]) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
transfer(int, double[]) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
transfer(int, double[]) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
transfer(int, double[]) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
transfer(int, double[]) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
transfer(int, double[]) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
transfer(int, double[]) - Method in interface com.qfs.vector.IBlock
Transfers the content of the block into the given array.
transfer(int, double[]) - Method in class com.qfs.vector.impl.TombStoneBlock
 
transfer(int, float[]) - Method in class com.qfs.vector.array.impl.AArrayVector
 
transfer(int, float[]) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
transfer(int, float[]) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
transfer(int, float[]) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
transfer(int, float[]) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
transfer(int, float[]) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
transfer(int, float[]) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
transfer(int, float[]) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
transfer(int, float[]) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
transfer(int, float[]) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
transfer(int, float[]) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
transfer(int, float[]) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
transfer(int, float[]) - Method in interface com.qfs.vector.IBlock
Transfers the content of the block into the given array.
transfer(int, float[]) - Method in class com.qfs.vector.impl.TombStoneBlock
 
transfer(int, int[]) - Method in class com.qfs.vector.array.impl.AArrayVector
 
transfer(int, int[]) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
transfer(int, int[]) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
transfer(int, int[]) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
transfer(int, int[]) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
transfer(int, int[]) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
transfer(int, int[]) - Method in interface com.qfs.vector.IBlock
Transfers the content of the block into the given array.
transfer(int, int[]) - Method in class com.qfs.vector.impl.TombStoneBlock
 
transfer(int, long[]) - Method in class com.qfs.vector.array.impl.AArrayVector
 
transfer(int, long[]) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
transfer(int, long[]) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
transfer(int, long[]) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
transfer(int, long[]) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
transfer(int, long[]) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
transfer(int, long[]) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
transfer(int, long[]) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
transfer(int, long[]) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
transfer(int, long[]) - Method in interface com.qfs.vector.IBlock
Transfers the content of the block into the given array.
transfer(int, long[]) - Method in class com.qfs.vector.impl.TombStoneBlock
 
transfer(IWritableTable, int, int[], int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
transfer(IWritableTable, int, int[], int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
transfer(IWritableTable, int, int[], int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
transfer(IWritableTable, int, int[], int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
transfer(IWritableTable, int, int[], int) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
transfer(IWritableTable, int, int[], int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
transfer(IWritableTable, int, int[], int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
transfer(IWritableTable, int, int[], int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
transfer(IWritableTable, int, int[], int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
transfer(IWritableTable, int, int[], int) - Method in class com.activeviam.column.impl.EmptyChunk
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.agg.impl.ChunkHistory
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.direct.impl.ADirectChunkPrimitiveInteger
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
transfer(IWritableTable, int, int[], int) - Method in interface com.qfs.chunk.IChunk
Transfers a given number of rows from this chunk to target rows in the given column of the destination table.
transfer(IWritableTable, int, int[], int) - Method in interface com.qfs.chunk.IChunkDouble
 
transfer(IWritableTable, int, int[], int) - Method in interface com.qfs.chunk.IChunkFloat
 
transfer(IWritableTable, int, int[], int) - Method in interface com.qfs.chunk.IChunkInteger
 
transfer(IWritableTable, int, int[], int) - Method in interface com.qfs.chunk.IChunkLong
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.ChunkComposite
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.ChunkMarked
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.ChunkObject
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.ChunkOffsetInteger
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.ChunkOffsetLong
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
transfer(IWritableTable, int, int[], int) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
transfer(IByteRecord, IArrayWriter, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
transfer(IByteRecord, IArrayWriter, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
transfer(IByteRecord, IArrayWriter, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
transfer(IByteRecord, IArrayWriter, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
transfer(IByteRecord, IArrayWriter, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
transfer(IByteRecord, IArrayWriter, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
transfer(IByteRecord, IArrayWriter, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
 
transfer(IByteRecord, IArrayWriter, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
transfer(IByteRecord, IArrayWriter, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
transfer(IByteRecord, IArrayWriter, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
transfer(IByteRecord, IArrayWriter, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
transfer(IByteRecord, IArrayWriter, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.StringFieldHandler
 
transfer(IByteRecord, IArrayWriter, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Transfer the content of the field into an acceptor.
transfer(IRecordAcceptor) - Method in class com.activeviam.records.impl.RecordReaderFromArrayReader
 
transfer(IRecordAcceptor) - Method in class com.qfs.pivot.util.impl.AObjectRecordReader
 
transfer(IRecordAcceptor) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
transfer(IRecordAcceptor) - Method in class com.qfs.store.record.impl.AChunkReader
 
transfer(IRecordAcceptor) - Method in class com.qfs.store.record.impl.ArrayRecordReader
 
transfer(IRecordAcceptor) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
transfer(IRecordAcceptor) - Method in class com.qfs.store.record.impl.ChunkRecordReader
 
transfer(IRecordAcceptor) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
transfer(IRecordAcceptor) - Method in class com.qfs.store.record.impl.DictionarizedRecordReaderFromPlain
 
transfer(IRecordAcceptor) - Method in class com.qfs.store.record.impl.KeyRecord
 
transfer(IRecordAcceptor) - Method in class com.qfs.store.record.impl.PlainRecordReaderFromDictionarized
 
transfer(IRecordAcceptor) - Method in class com.qfs.store.record.impl.Record
 
transfer(IRecordAcceptor) - Method in class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
transfer(IRecordAcceptor) - Method in class com.qfs.store.record.impl.RecordReaderMapper
 
transfer(IRecordAcceptor) - Method in interface com.qfs.store.record.IRecordReader
Transfers the content of this record into a record acceptor.
transfer(IRecordBlock<? extends IRecordReader>, int, IWritableRecordBlock<? extends IRecordReader>, int) - Static method in class com.qfs.store.record.impl.Records
Transfers a record from an input block into a target block.
transfer(IRecordReader, IRecordAcceptor) - Static method in class com.qfs.store.record.impl.Records
Generic method for transferring data from records into a record acceptor.
transfer(IRecordReader, IWritableRecordBlock<? extends IRecordReader>, int) - Static method in class com.qfs.store.record.impl.Records
Transfers to content of the input record at the given index of the target record block.
transfer(IWritableRecordBlock<? extends IRecordReader>) - Method in class com.qfs.plan.impl.ARecordsStream
 
transfer(IWritableRecordBlock<? extends IRecordReader>) - Method in interface com.qfs.plan.IRecordStream
Transfer records into the recordsBuffer, if any are available.
transfer(IWritableRecordBlock<? extends IRecordReader>, int[], int) - Method in class com.activeviam.arrow.read.ArrowCursor
 
transfer(IWritableRecordBlock<? extends IRecordReader>, int[], int) - Method in interface com.qfs.store.query.ICursor
Transfers the next maxRows records into the given buffer.
transfer(IWritableRecordBlock<? extends IRecordReader>, int[], int) - Method in class com.qfs.store.query.impl.ConditionCursor
 
transfer(IWritableRecordBlock<? extends IRecordReader>, int[], int) - Method in class com.qfs.store.query.impl.EmptyResultCursor
 
transfer(IWritableRecordBlock<? extends IRecordReader>, int[], int) - Method in class com.qfs.store.query.impl.MergeCursor
 
transfer(IWritableRecordBlock<? extends IRecordReader>, int[], int) - Method in class com.qfs.store.query.impl.RecordArrayCursor
 
transfer(IWritableRecordBlock<? extends IRecordReader>, int[], int) - Method in class com.qfs.store.query.impl.RowListFlattenerCursor
 
transfer(IWritableRecordBlock<? extends IRecordReader>, int[], int) - Method in class com.qfs.store.query.impl.SizeLimitCursor
 
transfer(Object) - Method in interface com.quartetfs.fwk.types.ITransfer
Transfer own state into a target object.
transfer(Object[]) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
transfer(Object[]) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock.RecordView
 
transfer(Object[]) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
transfer(Object[]) - Method in class com.qfs.store.record.impl.DictionarizedRecordReaderFromPlain
 
transfer(Object[]) - Method in class com.qfs.store.record.impl.KeyRecord
 
transfer(Object[]) - Method in class com.qfs.store.record.impl.PlainRecordReaderFromDictionarized
 
transfer(Object[]) - Method in class com.qfs.store.record.impl.Record
 
transfer(Object[]) - Method in class com.qfs.store.record.impl.RecordReaderMapper.IdentityRecordMapper
 
transfer(Object[]) - Method in class com.qfs.store.record.impl.RecordReaderMapper
 
transfer(Object[]) - Method in interface com.qfs.store.record.IRecordReader
Writes the data from this record into an existing tuple.
transfer(S, S) - Method in interface com.quartetfs.pivot.mdx.impl.ARootContextBase.IContextStateHelper
Fill to with the content of from.
transferBatchedRows(int[], int) - Method in class com.qfs.store.query.impl.RowListFlattenerCursor.BatchRecordIterator
Transfers rows currently in batch.
TransferCompiler - Class in com.quartetfs.fwk.types.impl
Support class that can compile transfer classes for deferred attribute injection into a target class.
The target class is introspected for its setters, and each setter is reproduced on the transfer class.
TransferCompiler() - Constructor for class com.quartetfs.fwk.types.impl.TransferCompiler
 
transferComplete() - Method in class com.qfs.store.impl.ChunkRecordWriter
 
transferComplete() - Method in class com.qfs.store.record.impl.WritableRecordBlockAcceptor
 
transferComplete() - Method in interface com.qfs.store.record.IRecordAcceptor
Notifies the acceptor that the current transfer is complete.
transferContiguously(int[], int) - Method in interface com.qfs.chunk.IChunkBinding
Transfers a number of rows from the source chunk and into the destination chunk, where they are written from 0 to n.
transferContiguously(int[], int) - Method in class com.qfs.store.impl.ChunkSetBinding
 
transferCoordinates(int[]) - Method in class com.qfs.dic.impl.Point
 
transferCoordinates(int[]) - Method in interface com.qfs.dic.IPoint
Transfer the coordinates of the point into a receiver coordinate array.
transferCoordinates(int[], int[]) - Method in class com.qfs.dic.impl.Point
 
transferCoordinates(int[], int[]) - Method in interface com.qfs.dic.IPoint
Transfer some filtered coordinates of the point into a receiver coordinate array.
transferCoordinates(int, int[]) - Method in class com.qfs.dic.impl.BucketedIntegerArrayDictionary
 
transferCoordinates(int, int[]) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary.IntegerColumnChunkSet
Transfers the coordinates of a point into a receiver coordinate array.
transferCoordinates(int, int[]) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
 
transferCoordinates(int, int[]) - Method in class com.qfs.dic.impl.FilteredPointList
 
transferCoordinates(int, int[]) - Method in class com.qfs.dic.impl.FixedLengthIntegerArrayDictionary
 
transferCoordinates(int, int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionary
 
transferCoordinates(int, int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
transferCoordinates(int, int[]) - Method in class com.qfs.dic.impl.IntegerArrayList
 
transferCoordinates(int, int[]) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
transferCoordinates(int, int[]) - Method in class com.qfs.dic.impl.PointReferenceDictionary
 
transferCoordinates(int, int[]) - Method in interface com.qfs.dic.IPointList
Transfer the coordinates of a point into a receiver coordinate array.
transferCoordinates(int, int[]) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
transferCoordinates(int, int[]) - Method in class com.quartetfs.biz.pivot.contribution.impl.ColumnWrappingPointList
 
transferCoordinates(int, int[], int[]) - Method in class com.qfs.dic.impl.BucketedIntegerArrayDictionary
 
transferCoordinates(int, int[], int[]) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary.IntegerColumnChunkSet
Transfers the filtered coordinates of a point into a receiver coordinate array.
transferCoordinates(int, int[], int[]) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary
 
transferCoordinates(int, int[], int[]) - Method in class com.qfs.dic.impl.FilteredPointList
 
transferCoordinates(int, int[], int[]) - Method in class com.qfs.dic.impl.FixedLengthIntegerArrayDictionary
 
transferCoordinates(int, int[], int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionary
 
transferCoordinates(int, int[], int[]) - Method in class com.qfs.dic.impl.IntegerArrayDictionaryWithHash
 
transferCoordinates(int, int[], int[]) - Method in class com.qfs.dic.impl.IntegerArrayList
 
transferCoordinates(int, int[], int[]) - Method in class com.qfs.dic.impl.IntegerArrayPermutationDictionary
 
transferCoordinates(int, int[], int[]) - Method in class com.qfs.dic.impl.PointReferenceDictionary
 
transferCoordinates(int, int[], int[]) - Method in interface com.qfs.dic.IPointList
Transfer the filtered coordinates of a point into a receiver coordinate array.
transferCoordinates(int, int[], int[]) - Method in class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
 
transferCoordinates(int, int[], int[]) - Method in class com.quartetfs.biz.pivot.contribution.impl.ColumnWrappingPointList
 
transferCoordinates(int, Object[]) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ExactLocationDictionary
Read the location stored at some position in the source, and transfer the coordinates that are expressed in the location pattern into a buffer array.
Once filled this buffer is to be passed to mapping functions, the purpose is to minimize the number of read operations.
transferCoordinates(int, Object[]) - Method in class com.quartetfs.biz.pivot.cube.provider.impl.ReducedLocationDictionary
Read the location stored at some position in the source, and transfer the coordinates that are expressed in the location pattern into a buffer array.
Once filled this buffer is to be passed to mapping functions, the purpose is to minimize the number of read operations.
transferDecoratedValues(IChunk<?>, int[], int) - Method in class com.qfs.agg.impl.ChunkHistory.SparseChunkHistory
 
transferDecoratedValues(IChunk<?>, int[], int) - Method in class com.qfs.agg.impl.ChunkHistory
 
transferDecoratedValues(IChunk<?>, int[], int) - Method in interface com.qfs.chunk.IDecoratedChunk
Transfers the decorated values stored at set of rows from this ChunkHistory towards the destination toChunks.
transferDefault(IWritableTable, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
transferDefault(IWritableTable, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
transferDefault(IWritableTable, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
transferDefault(IWritableTable, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
transferDefault(IWritableTable, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
transferDefault(IWritableTable, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
transferDefault(IWritableTable, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
 
transferDefault(IWritableTable, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
transferDefault(IWritableTable, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
transferDefault(IWritableTable, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
transferDefault(IWritableTable, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
transferDefault(IWritableTable, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.StringFieldHandler
 
transferDefault(IWritableTable, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Transfer the default value into a table.
transferFromTable(ITable, int, int[]) - Method in class com.qfs.store.record.impl.Record
Transfers into this Record the values that can be found in the given table, at the given row, and at the given columns.
transferPoints(int[], int[], int, int[][]) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary.IntegerColumnChunkSet
Transfers the given rows from this list into the target points buffer.
transferReferencedRows(IStorePartitionView, int[], int[], int) - Method in interface com.qfs.store.ref.IConcreteReference
Finds the rows in the partition of the target store referenced by the given rows in the partition of the owner store, and copies them to the given buffer referencedRows.
transferReferencedRows(IStorePartitionView, int[], int[], int) - Method in class com.qfs.store.ref.impl.AConcreteReferenceBase.ConcreteReferenceStructuralTransactionView
 
transferReferencedRows(IStorePartitionView, int[], int[], int) - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
 
transferReferencedRows(IStorePartitionView, int[], int[], int) - Method in class com.qfs.store.ref.impl.AConcreteReferenceVersion
 
transferStarted(int) - Method in class com.qfs.store.impl.ChunkRecordWriter
 
transferStarted(int) - Method in class com.qfs.store.record.impl.WritableRecordBlockAcceptor
 
transferStarted(int) - Method in interface com.qfs.store.record.IRecordAcceptor
Notifies the acceptor before the transfer of a new record starts.
transferTo(AIntegerArray, ChunkedBitmap, int, TIntIntMap) - Method in class com.qfs.index.impl.AIntegerArray
Transfers the selected rows to another array and updates the rows mapping.
transferTo(ALongArray, ChunkedBitmap, int, TIntIntMap) - Method in class com.qfs.index.impl.ALongArray
Transfers the selected rows to another array and updates the rows mapping.
transferValues(int[], int[], int) - Method in interface com.qfs.index.IIntegerArray
Transfers the values associated with the given indexes into the given buffer.
transferValues(int[], int[], int) - Method in class com.qfs.index.impl.AIntegerArray
 
transferValues(int[], int[], int) - Method in class com.qfs.index.impl.IntegerArrayTransaction
 
transferValues(int[], int[], int) - Method in class com.qfs.index.impl.IntegerArrayVersion
 
transferValues(int[], long[], int) - Method in interface com.qfs.index.ILongArray
Transfers the values associated with the given indexes into the given buffer.
transferValues(int[], long[], int) - Method in class com.qfs.index.impl.ALongArray
 
transferValues(int[], long[], int) - Method in class com.qfs.index.impl.LongArrayTransaction
 
transferValues(int[], long[], int) - Method in class com.qfs.index.impl.LongArrayVersion
 
transferValues(int[], Object[]) - Method in interface com.quartetfs.biz.pivot.cellset.IAggregatesLocationResult
Transfers the values of the given measures at the given row.
transferValues(int[], Object[]) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregatesRetrievalRowResult
 
transferValues(int, int[], Record) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Transfers the values of the given measures at the given row.
transferValues(int, int[], Record) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
transferValues(int, int[], Record) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
transferValues(int, int[], Object[]) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Deprecated, for removal: This API element is subject to removal in a future version.
transferValues(int, int[], Object[]) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
transferValues(int, int[], Object[]) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
transferValuesInLimits(int[], int[], int, int) - Method in class com.qfs.index.impl.AIntegerArray
Transfers the values associated with the given indexes into the given buffer.
transferValuesInLimits(int[], int[], int, int) - Method in class com.qfs.index.impl.ChunkedIntegerArray
 
transferValuesInLimits(int[], int[], int, int) - Method in class com.qfs.index.impl.IntegerArray
 
transferValuesInLimits(int[], int[], int, int, int) - Method in class com.qfs.column.impl.ColumnInteger
Transfers the values associated with the given rows into the given buffer.
transferValuesInLimits(int[], long[], int, int) - Method in class com.qfs.index.impl.ALongArray
Transfers the values associated with the given indexes into the given buffer.
transferValuesInLimits(int[], long[], int, int) - Method in class com.qfs.index.impl.ChunkedLongArray
 
transferValuesInLimits(int[], long[], int, int) - Method in class com.qfs.index.impl.LongArray
 
transferValuesInLimits(int[], long[], int, int, long) - Method in class com.qfs.column.impl.ColumnLong
Transfers the values associated with the given rows into the given buffer.
transform(IReadableCell, IWritableCell) - Method in interface com.activeviam.util.cells.ICellFunction
Transforms a value, reading it from a source cell and writing the result into a destination cell.
transform(IMeasureMember, int[], ITransformProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IIterableAggregatesRetrievalResult
Transforms this result into a new result containing only values for the given new measure.
transform(IMeasureMember, int[], ITransformProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.ExpandedAggregatesRetrievalResult
 
transform(IMeasureMember, int[], ITransformProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
 
transform(IPointLocationReader, int, IRecordReader, IWritableCell) - Method in interface com.quartetfs.biz.pivot.cellset.ITransformProcedure
Transforms the given underlying values into a final value, and writes this value into the given cell.
transform(IPointLocationReader, IReadableCell, IWritableCell) - Method in interface com.quartetfs.biz.pivot.cellset.ICellTransformProcedure
Transforms the given underlying value into a result value, and writes the result to the given cell.
transform(Object) - Method in interface com.quartetfs.biz.pivot.transaction.IObjectTransformer
Transform an object to another convenient one.
transform(List<IIdentifier>) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Transform the identifiers in an array of strings.
transformAndContribute(IIterableAggregatesRetrievalResult, int[], ITransformProcedure) - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Iterates over each row of the result for which the requested underlying measures are not null and transforms them into values for our measure using the given transformation procedure.
transformAndContribute(IIterableAggregatesRetrievalResult, int[], ITransformProcedure) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
TransformedReader - Class in com.quartetfs.biz.pivot.cellset.impl
The default implementation of the ITransformedReader : uses an ITransformProcedure to transform the underlying retrieval result into the transformed value.
TransformedReader(ITransformProcedure) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.TransformedReader
Constructor.
transformInto(IIterableAggregatesRetrievalResult, int[], IMeasureMember, ITransformProcedure) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResult
Transforms each line of the input result for which the underlying values are not null and writes the transformed values into this result.
transformStatus(Double) - Static method in class com.qfs.snl.monitors.impl.MonitorReport
Maps an event numeric status to one of the IMonitorReport.Statuses.
transformStructure(IInternalDatastoreStructure, IStructureUpdatePlan, IEpochMapper) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
Transforms the current schema to match the new defined structure.
TransformTupleAction(TransactionManager, List<Object[]>, boolean, int, int) - Constructor for class com.qfs.store.transaction.impl.TransactionManager.TransformTupleAction
Constructor.
transformTuples(TransactionManager, List<Object[]>, boolean, int, ForkJoinPool, int) - Static method in class com.qfs.store.transaction.impl.TransactionManager.TransformTupleAction
Inserts the given tuples into their target store.
transformValues(IDirectedGraph<K, V, E>, Function<V, OutputVerticeT>, Function<E, OutputEdgeT>) - Static method in class com.qfs.graph.impl.GraphUtils
Create a new graph with transformed vertices and edges.
transformValues(IDirectedMultiGraph<K, V, E>, Function<V, OutputVerticeT>, Function<E, OutputEdgeT>) - Static method in class com.qfs.graph.impl.GraphUtils
transformValues(TIntFunction) - Method in class com.qfs.store.query.plan.impl.RecordSetRowList
 
TRANSIENT - com.quartetfs.fwk.IAgent.State
An agent is in a transient state when it is in the middle of a state transition.
TRANSIENT_LIMIT - Static variable in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimitTranslator
The name of the property for IQueriesResultLimit.getTransientLimit().
TransientAgentException(IAgent.State) - Constructor for exception com.quartetfs.fwk.impl.AgentState.TransientAgentException
Constructor without known current state.
TransientAgentException(IAgent.State[], IAgent.State) - Constructor for exception com.quartetfs.fwk.impl.AgentState.TransientAgentException
Constructor.
transientAllocator() - Static method in class com.qfs.chunk.impl.Chunks
Returns a chunk allocator that will allocate transient memory.
Transition(V) - Constructor for class com.qfs.multiversion.impl.ATransactionalVersion.Transition
Constructor.
TRANSITION_ONLY - Static variable in class com.qfs.snl.mdx.KpiFilters
Filter removing events where interpreted status does not change.
TransitionOnlyKpiFilter - Class in com.qfs.snl.mdx.impl
KPI filter discarding all events where status does not change.
TransitionOnlyKpiFilter() - Constructor for class com.qfs.snl.mdx.impl.TransitionOnlyKpiFilter
Constructor.
transitionState(IAgent.ITransition, IAgent.State, IAgent.State...) - Method in class com.quartetfs.fwk.impl.AgentState
Atomically change the state, but checks that before that state transition, the previous state was as expected.
translate(double) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
translate(double) - Method in class com.qfs.vector.impl.ABlockVector
 
translate(double) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
translate(double) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
translate(double) - Method in class com.qfs.vector.impl.AVector
 
translate(double) - Method in class com.qfs.vector.impl.EmptyVector
 
translate(double) - Method in interface com.qfs.vector.IVector
Translates the vector by a value v: adds the given value to all its components.
translate(float) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
translate(float) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
translate(float) - Method in class com.qfs.vector.impl.ABlockVector
 
translate(float) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
translate(float) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
translate(float) - Method in class com.qfs.vector.impl.AVector
 
translate(float) - Method in class com.qfs.vector.impl.EmptyVector
 
translate(float) - Method in interface com.qfs.vector.IVector
Translate the vector by a value v: adds the given value to all its components.
translate(int) - Method in class com.qfs.util.IRangeUnion.Range
Deprecated.
Create a new IRangeUnion.Range which IRangeUnion.Range.from value is equal to this.from + dv and IRangeUnion.Range.to value is equal to this.to + dv.
translate(int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
translate(int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
translate(int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
translate(int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
translate(int) - Method in class com.qfs.vector.impl.ABlockVector
 
translate(int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
translate(int) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
translate(int) - Method in class com.qfs.vector.impl.AVector
 
translate(int) - Method in class com.qfs.vector.impl.EmptyVector
 
translate(int) - Method in interface com.qfs.vector.IVector
Translate the vector by a value v: adds the given value to all its components.
translate(int, int, double) - Method in class com.qfs.vector.array.impl.AArrayVector
 
translate(int, int, double) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
translate(int, int, double) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
translate(int, int, double) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
translate(int, int, double) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
translate(int, int, double) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
translate(int, int, double) - Method in interface com.qfs.vector.IBlock
Adds the given value to the components of the block.
translate(int, int, double) - Method in class com.qfs.vector.impl.TombStoneBlock
 
translate(int, int, float) - Method in class com.qfs.vector.array.impl.AArrayVector
 
translate(int, int, float) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
translate(int, int, float) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
translate(int, int, float) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
translate(int, int, float) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
translate(int, int, float) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
translate(int, int, float) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
translate(int, int, float) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
translate(int, int, float) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
translate(int, int, float) - Method in interface com.qfs.vector.IBlock
Adds the given value to the components of the block.
translate(int, int, float) - Method in class com.qfs.vector.impl.TombStoneBlock
 
translate(int, int, int) - Method in class com.qfs.vector.array.impl.AArrayVector
 
translate(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
translate(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
translate(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
translate(int, int, int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
translate(int, int, int) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
translate(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
translate(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
translate(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
translate(int, int, int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
translate(int, int, int) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
translate(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
translate(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
translate(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
translate(int, int, int) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
translate(int, int, int) - Method in interface com.qfs.vector.IBlock
Adds the given value to the components of the block.
translate(int, int, int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
translate(int, int, long) - Method in class com.qfs.vector.array.impl.AArrayVector
 
translate(int, int, long) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
translate(int, int, long) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
translate(int, int, long) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
translate(int, int, long) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
translate(int, int, long) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
translate(int, int, long) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
translate(int, int, long) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
translate(int, int, long) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
translate(int, int, long) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
translate(int, int, long) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
translate(int, int, long) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
translate(int, int, long) - Method in interface com.qfs.vector.IBlock
Adds the given value to the components of the block.
translate(int, int, long) - Method in class com.qfs.vector.impl.TombStoneBlock
 
translate(long) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
translate(long) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
translate(long) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
translate(long) - Method in class com.qfs.vector.impl.ABlockVector
 
translate(long) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
translate(long) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
translate(long) - Method in class com.qfs.vector.impl.AVector
 
translate(long) - Method in class com.qfs.vector.impl.EmptyVector
 
translate(long) - Method in interface com.qfs.vector.IVector
Translate the vector by a value v: adds the given value to all its components.
translate(ILineReader) - Method in interface com.qfs.msg.csv.translator.IColumnarTranslator
Translates a line into an object.
translate(ILineReader) - Method in class com.qfs.msg.csv.translator.impl.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.qfs.msg.csv.translator.impl.MapTranslator
 
translate(ILineReader) - Method in class com.qfs.msg.csv.translator.impl.TupleTranslator
Parses the current line into a tuple.
translate(QfsResultSetRow) - Method in class com.qfs.msg.impl.JDBCTuplizer
 
translate(KeyValueEntry<?>) - Method in class com.qfs.msg.impl.KeyValueTuplizer
 
translate(TIntIntMap) - Method in class com.qfs.distribution.impl.DistributedPartitioning
 
translate(TIntIntMap) - Method in class com.qfs.store.part.impl.AdaptivePartitioning
 
translate(TIntIntMap) - Method in class com.qfs.store.part.impl.APartitioningNode
Translates the indexes representing this partitioning fields to another indexing system.
translate(TIntIntMap) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning
 
translate(TIntIntMap) - Method in class com.qfs.store.part.impl.ConstantPartitioning
 
translate(TIntIntMap) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning
 
translate(TIntIntMap) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloFunction
Creates a copy of this function with the index of its fields changed accordingly to the given mapping.
translate(TIntIntMap) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning
 
translate(TIntIntMap) - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
translate(TIntIntMap) - Method in class com.qfs.store.part.impl.PartitioningNode
 
translate(TIntIntMap) - Method in class com.qfs.store.part.impl.PartitioningNodeWithMultiFieldModulo
 
translate(TIntIntMap) - Method in class com.qfs.store.part.impl.SinglePartitioning
 
translate(TIntIntMap) - Method in class com.qfs.store.part.impl.SinglePartitionPartitioningNode
 
translate(TIntIntMap) - Method in interface com.qfs.store.part.IPartitioning
Translates the indexes representing this partitioning fields to another indexing system.
translate(I) - Method in interface com.qfs.msg.ITranslator
Translate the input into an output format.
translate(Object) - Method in class com.qfs.msg.impl.POJOTuplizer
 
translate(Object[]) - Method in class com.qfs.msg.impl.IdentityTranslator
 
translate(Map<K, V>) - Method in class com.qfs.msg.impl.MapTuplizer
 
translateAndHide(TIntIntMap) - Method in class com.qfs.store.part.impl.PartiallyKnownPartitioning
 
translateAndHide(TIntIntMap) - Method in interface com.qfs.store.part.IPartitioning
Transforms this partitioning translating the fields present in the mapping while hiding the other fields from the mapping.
translateAsDoubleWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Translates a vector by a given scalar.
translateAsDoubleWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Translates a vector by a given scalar.
translateAsDoubleWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Translates a vector by a given scalar.
translateAsDoubleWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Translates a vector by a given scalar.
translateAsFloatWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Translates a vector by a given scalar.
translateAsFloatWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Translates a vector by a given scalar.
translateAsFloatWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Translates a vector by a given scalar.
translateAsFloatWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Translates a vector by a given scalar.
translateAsInt(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Translates a vector by a given scalar.
translateAsInt(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Translates a vector by a given scalar.
translateAsLongWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Translates a vector by a given scalar.
translateAsLongWithWidestTypeOnLeftOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Translates a vector by a given scalar.
translateAsLongWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenScalarAndVector
Translates a vector by a given scalar.
translateAsLongWithWidestTypeOnRightOperand(IRecordReader, IWritableCell) - Static method in class com.activeviam.copper.operation.function.BinaryNumericalFunctionBetweenVectorAndScalar
Translates a vector by a given scalar.
translateDictionary(IWritableDictionary<int[]>, int[], int[], TIntIntMap) - Static method in class com.qfs.store.part.impl.PartitioningUtil
Translates a dictionary, to share it between various partitionings.
TranslatedIntegerArrayDictionary - Class in com.quartetfs.biz.pivot.cellset.impl
A dictionary built by IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator made for data replication in distributed cubes.
TranslatedIntegerArrayDictionary(IFixedLengthIntegerArrayDictionary, IFixedLengthIntegerArrayDictionary, int[], int[], IHierarchicalMapping, int[], boolean[]) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.TranslatedIntegerArrayDictionary
Constructor.
translateFields(int[], TIntIntMap) - Static method in interface com.qfs.store.part.IPartitioning
Translates a list of fields according to a given field mapping.
translateFromQueryNode(ICubeFilter) - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslator
 
translateFromQueryNode(ICubeFilter) - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTranslator
 
translateFromQueryNode(ICubeFilter) - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator
Translates a global filter sent by a query cube into a local one adapted to the corresponding data cube scope.
translateFromQueryNode(ILocation) - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslator
 
translateFromQueryNode(ILocation) - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTranslator
 
translateFromQueryNode(ILocation) - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator
Translates a global ILocation received into a local location.
translateLocationsToQueryNode(IScopeLocation, ICubeFilter, IPointLocationListTransporter) - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslator
 
translateLocationsToQueryNode(IScopeLocation, ICubeFilter, IPointLocationListTransporter) - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTranslator
 
translateLocationsToQueryNode(IScopeLocation, ICubeFilter, IPointLocationListTransporter) - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator
Translates the local point location list transported by the IPointLocationListTransporter.
translatePartitioning(IStoreMetadata, List<AliasedField>) - Static method in class com.qfs.store.impl.StoreUtils
Deprecated.
Translates a store partitioning to one with a different set of fields.
translateToLocalLocations(IQueryNodeQueryTranslator) - Method in class com.qfs.query.impl.AggregatesRetrievalListTransporter
Translates each query retrieval location into a local location that can be used in the target data cube.
translateToLocalLocations(String, IDistributedActivePivotVersion, Collection<ILocation>) - Static method in class com.qfs.query.impl.DistributedDrillthroughExecutor
Converts the locations in local locations.
translateToQueryNode() - Method in class com.activeviam.distributed.pivot.impl.PointLocationListTransporterTranslator
 
translateToQueryNode() - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTransporterTranslator
 
translateToQueryNode() - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator.IPointLocationListTransporterTranslator
Translates the local point location list using the (global) scope provided at instantiation.
translateToQueryNode(ILocation, ILocation, ICubeFilter) - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslator
 
translateToQueryNode(ILocation, ILocation, ICubeFilter) - Method in class com.activeviam.distributed.pivot.impl.QueryNodeQueryTranslatorFactory.IdentityTranslator
 
translateToQueryNode(ILocation, ILocation, ICubeFilter) - Method in interface com.activeviam.distributed.pivot.IQueryNodeQueryTranslator
Translates the local location using the global translated scope.
TranslationException - Exception in com.qfs.msg.csv.impl
A translation exception that happens in the csv parsing.
TranslationException(String, Throwable) - Constructor for exception com.qfs.msg.csv.impl.TranslationException
Constructor.
TranslationResult(IPartitioning, TIntIntMap) - Constructor for class com.qfs.store.impl.StoreUtils.TranslationResult
Deprecated.
 
translatorPropertyKey - Variable in class com.activeviam.contextservice.local.ContextValueDescriptionCreator
The translator key.
translatorPropertyRegex - Variable in class com.activeviam.contextservice.local.ContextValueDescriptionCreator
The translator regex.
TranslatorResult - Class in com.quartetfs.biz.pivot.cellset.impl
The result of the translation that holds the replication factor and the global point location list.
TranslatorResult(IPointLocationList, int) - Constructor for class com.quartetfs.biz.pivot.cellset.impl.TranslatorResult
Constructor.
TRAVERSAL_HIERARCHY_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.AnalyticFunctionPostProcessor
Defines the name of the time hierarchy, used for traversal.
Tree<K,​V,​E> - Class in com.qfs.graph.impl
Implementation of a ITree using a directed graph.
Tree(K, V) - Constructor for class com.qfs.graph.impl.Tree
Constructor.
TREE_OP - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.MDSchema_MembersDefinition
 
TreeStoreNode - Class in com.qfs.store.query.plan.impl
A node in a store tree, representing a single store.
TreeStoreNode(int) - Constructor for class com.qfs.store.query.plan.impl.TreeStoreNode
Creates a query store node.
TreeUtils - Class in com.qfs.graph.impl
Provide utilities to manipulate trees.
TreeUtils() - Constructor for class com.qfs.graph.impl.TreeUtils
 
TREND - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the trend formula.
TREND_GRAPHIC - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the trend graphic theme to use.
TriConsumer<T,​U,​V> - Interface in com.activeviam.util.function
Represents an operation that accepts two int-valued argument and returns no result.
TriFunction<T,​U,​V,​R> - Interface in com.activeviam.util.function
A function which can take three arguments.
triggerUserTasks() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean action] Triggers user tasks.
triggerUserTasks() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
Resets persisted user tasks.
True() - Static method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.CompilationArguments
Builds a new empty compilation argument that matches.
True(String, ARG) - Static method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.CompilationArguments
Builds a new compilation argument holder that matches and initialize it with the given argument of the given name.
TRUE - Static variable in class com.qfs.condition.impl.BaseConditions
The TRUE condition.
TRUE - Static variable in class com.quartetfs.fwk.filtering.impl.TrueCondition
Singleton.
TRUE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
TRUE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
TRUE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
TRUE_BITMAP - Static variable in class com.qfs.pivot.cube.provider.bitmap.impl.BitmapFilterCompiler
A Bitmap that is always true.
TRUE_BITMAP - Static variable in class com.qfs.pivot.cube.provider.bitmap.impl.LeafFilterCompiler
A Bitmap that is always true.
TrueCompiledCondition - Class in com.qfs.store.query.plan.condition.impl
A compiled condition that acts as a logical statement that is always true.
TrueCompiledCondition() - Constructor for class com.qfs.store.query.plan.condition.impl.TrueCompiledCondition
 
TrueCompiledCondition.TrueCompiledConditionInstance - Class in com.qfs.store.query.plan.condition.impl
A ICompiledConditionInstance always evaluating to false.
TrueCompiledConditionInstance() - Constructor for class com.qfs.store.query.plan.condition.impl.TrueCompiledCondition.TrueCompiledConditionInstance
 
trueCondition() - Static method in class com.qfs.store.service.impl.ConditionToJsonNodeHelper
Creates an empty map representing the true condition : {}.
TrueCondition - Class in com.quartetfs.fwk.filtering.impl
Representing a True condition which always evaluates to true.
TrueCondition() - Constructor for class com.quartetfs.fwk.filtering.impl.TrueCondition
Empty constructor.
TrueFalse - com.quartetfs.fwk.format.impl.NamedNumericFormats
Displays False if the number is 0; otherwise, displays True.
TruePredicate<T> - Class in com.quartetfs.fwk.util.impl
A predicate which always returns true.
truncate() - Method in interface com.activeviam.database.api.query.IStreamListViewListener
Remove all data on all partitions.
truncate() - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
truncate() - Method in class com.quartetfs.biz.pivot.postprocessing.streams.impl.CommitStoreStream
 
truncate(int) - Method in class com.qfs.store.impl.ColumnarRecordSet
 
truncate(int) - Method in interface com.qfs.store.IRecordSetBase
Removes all the records that are store at or above the given size.
truncate(long) - Method in class com.activeviam.cloud.fetch.impl.AConcurrentlyFetchingChannel
 
truncate(String) - Method in interface com.qfs.store.transaction.IOpenedTransaction
Removes all the records from the given store.
truncate(String) - Method in interface com.qfs.store.transaction.ITransactionManager
Removes all the records from the given store.
truncateBuffer(ByteBuffer) - Method in class com.qfs.msg.csv.impl.EndOfLineManagement
Truncate a byte buffer so that it ends on a full line.
tryClear() - Method in class com.qfs.concurrent.impl.SingleConsumerQueue
Tries to clear this queue.
tryComplete(IInternalAggregatesRetrievalResult) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IPrimitiveRetrieval
Sets the result then tries completing.
tryComplete(IInternalAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.APrimitiveAggregatesRetrieval
 
tryComplete(IInternalAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PrimitiveAnalysisAggregationRetrieval
 
tryComplete(IInternalAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.RangeSharingPrimitiveAggregatesRetrieval
 
tryConsume(SingleConsumerQueue.INodeConsumerProcedure<T>) - Method in class com.qfs.concurrent.impl.SingleConsumerQueue
Tries to consume the data stored in this queue in the order in which it was added.
tryConvert(IMeasureMemberDescription) - Static method in class com.activeviam.copper.measure.ConstantValueMeasure
Tries to create a copper measure that would generate the given description.
tryConvertToNumber(Object) - Static method in interface com.quartetfs.biz.pivot.postprocessing.IMdxCompilationUtil
Attempts to convert the given Object to a Number.
tryForkOrInvoke(ForkJoinTask<?>) - Method in class com.qfs.concurrent.impl.PendingTaskModerator
Forks the specified task if there are less than PendingTaskModerator.maxPendingTasks pending tasks.
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.
tryGetContext(IContextValueStore, Class<? extends T>) - Static method in class com.quartetfs.biz.pivot.context.impl.ContextUtils
Tries to retrieve the given context value from the current context.
tryGetValue(ITuple, IExpression, Object) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Try to get a value for an expression (optional) in the context of a given tuple.
tryInvoke() - Method in class com.qfs.concurrent.impl.ExecJoinAction
Tries to execute this action if it has not been executed yet.
tryLock() - Method in class com.activeviam.concurrent.locks.impl.NonReentrantLock
 
tryLock() - Method in class com.qfs.concurrent.locks.impl.TryLock
Acquires the lock only if it is free at the time of invocation.
tryLock(long, TimeUnit) - Method in class com.activeviam.concurrent.locks.impl.NonReentrantLock
 
TryLock - Class in com.qfs.concurrent.locks.impl
A wait-less try-lock that is acquired with a simple Compare-And-Swap (CAS).
TryLock() - Constructor for class com.qfs.concurrent.locks.impl.TryLock
 
tryPerform() - Method in class com.quartetfs.biz.pivot.contribution.AContributionTaskWithLock
 
tryPerform() - Method in interface com.quartetfs.biz.pivot.contribution.IContributionTask
Tries to perform this task and returns true upon successful completion, or false if this task cannot be performed now.
tryRewriteHierarchyCondition(ICondition, List<AliasedField>) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotSelectionOptimizer
Tries to rewrite the ActivePivot condition to using only the hierarchy fields.
trySetCoordinate(int, Object) - Method in class com.quartetfs.biz.pivot.impl.PointLocationBuilder
 
trySetCoordinate(int, Object) - Method in interface com.quartetfs.biz.pivot.IPointLocationBuilder
Tries to set the value of the given range coordinate.
trySetTracer(ITracer) - Static method in class com.activeviam.tracing.impl.Tracing
Sets the current tracer if unset.
trySubmit(CountedCompleter<?>) - Static method in class com.qfs.pool.impl.QfsThreadPool
Tries to submit or fork the given task if it has a parent completer and the current thread is in the correct pool.
TtlCache<K,​V> - Class in com.qfs.fwk.cache.impl
A generic cache with time to live.
TtlCache(Function<K, V>, long) - Constructor for class com.qfs.fwk.cache.impl.TtlCache
Construct a cache that does nothing when value expires.
TtlCache(Function<K, V>, long, BiConsumer<K, V>) - Constructor for class com.qfs.fwk.cache.impl.TtlCache
Constructor.
TtlCache(Function<K, V>, long, BiConsumer<K, V>, ITimeSupplier) - Constructor for class com.qfs.fwk.cache.impl.TtlCache
Fully defining constructor.
TtlCache.CachedValue<V> - Class in com.qfs.fwk.cache.impl
Adds timestamp information to the cached values.
TtlCache.SerializedTtlCache<K,​V> - Class in com.qfs.fwk.cache.impl
Serialization bridge for the TtlCache to serialize only what is needed and keep final fields.
tuple(IRecordReader) - Static method in class com.quartetfs.biz.pivot.query.impl.DrillthroughUtils
Converts a record into tuple.
Tuple - Class in com.quartetfs.pivot.mdx.eval.impl
Base implementation for a tuple.
Tuple(ITuple) - Constructor for class com.quartetfs.pivot.mdx.eval.impl.Tuple
 
Tuple(IMdxMember[]) - Constructor for class com.quartetfs.pivot.mdx.eval.impl.Tuple
 
Tuple(IMdxMember[], boolean) - Constructor for class com.quartetfs.pivot.mdx.eval.impl.Tuple
 
TUPLE - com.quartetfs.pivot.mdx.statement.Type
 
TupleAccumulator - Class in com.quartetfs.pivot.mdx.utils.impl
Accumulates (tuple, value) records.
TupleBottomCountAccumulator - Class in com.quartetfs.pivot.mdx.utils.impl
Tuple accumulator that keeps the (up to) maxCount tuples associated with the smallest values.
TupleBottomCountAccumulator(int, Comparator<? super IPair<ITuple, Number>>) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.TupleBottomCountAccumulator
 
TupleBottomPercentAccumulator - Class in com.quartetfs.pivot.mdx.utils.impl
Tuple accumulator that sorts the tuples by their associated value (ascending) and keeps the first 'n' tuples whose aggregated value equals the target percentage.
TupleBottomPercentAccumulator(double, Comparator<? super IPair<ITuple, Number>>) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.TupleBottomPercentAccumulator
 
TupleBottomSumAccumulator - Class in com.quartetfs.pivot.mdx.utils.impl
Tuple accumulator that sorts the tuples by their associated value (ascending) and keeps the first 'n' tuples whose aggregated value equals the target aggregated value.
TupleBottomSumAccumulator(double, Comparator<? super IPair<ITuple, Number>>) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.TupleBottomSumAccumulator
 
tupleCoordinate(IMdxMember) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
 
TupleDictionary - Class in com.qfs.dic.impl
A dictionary specialized for tuple instances (Object[]).
TupleDictionary() - Constructor for class com.qfs.dic.impl.TupleDictionary
 
TupleExecTask(ITuple, boolean) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.TupleExecTask
Constructor when there is no expression.
TupleExecTask(ITuple, IExpression, boolean) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.TupleExecTask
Full constructor.
TupleFixedPatternFinder - Class in com.quartetfs.pivot.mdx.plan.impl
Helper used to find the hierarchies of the members that change on several tuples.
TupleFixedPatternFinder(IHasDimensionality) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.TupleFixedPatternFinder
 
TupleFormat - com.quartetfs.biz.xmla.impl.XmlaProperties.AxisFormatValue
 
TupleHashing - Class in com.quartetfs.fwk.util.impl
Tuple hashing library.
TupleHashing() - Constructor for class com.quartetfs.fwk.util.impl.TupleHashing
 
TupleMessageChunk<E> - Class in com.qfs.source.impl
A message chunk whose content is extracted from a java object using a translator.
TupleMessageChunk(ITranslator<E, Object[], ?>) - Constructor for class com.qfs.source.impl.TupleMessageChunk
Consturctor.
tuplePointSize() - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
 
TuplePublisher<I> - Class in com.qfs.source.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.qfs.source.impl.TuplePublisher
Constructor.
TuplePublisher(IDatastore, String, boolean) - Constructor for class com.qfs.source.impl.TuplePublisher
Constructor.
TuplePublisher(IDatastore, Collection<String>) - Constructor for class com.qfs.source.impl.TuplePublisher
Constructor.
TuplePublisher(IDatastore, Collection<String>, boolean) - Constructor for class com.qfs.source.impl.TuplePublisher
Constructor.
Tuples - Class in com.quartetfs.pivot.mdx.eval.impl
Set of utility functions for tuples manipulation.
Tuples() - Constructor for class com.quartetfs.pivot.mdx.eval.impl.Tuples
 
TUPLES_TRANSFORMATION_SPLIT_SIZE - Static variable in class com.qfs.store.transaction.impl.TransactionManager
The minimum size of a tuples list starting from which the transformation into records is done concurrently.
tupleToBitmapLength(int) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
 
tupleToBitmapStart(int) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
 
tupleToPoint(ITuple, int[]) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
Reads the coordinates of tuple into some provided point.
TupleToStr - com.quartetfs.biz.xmla.constants.Keyword
 
TupleTranslator - Class in com.qfs.msg.csv.translator.impl
Translator that produces raw tuples from parsed CSV fields.
TupleTranslator() - Constructor for class com.qfs.msg.csv.translator.impl.TupleTranslator
 
Two(int, int) - Constructor for class com.quartetfs.pivot.mdx.utils.impl.Modulo.Two
 
TWO_BYTES_LENGTH - Static variable in class com.quartetfs.biz.pivot.dto.CellDTO
Max length fitting in a unsigned short.
TWO_DOUBLE_QUOTES - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
TWO_DOUBLE_QUOTES - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
TWO_DOUBLE_QUOTES - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
TWO_QUOTES - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
TWO_QUOTES - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
TWO_QUOTES - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
TwoLevelLoggingPolicy - Class in com.qfs.util.timing.impl
A logging policy having a unique time limit and logging in a level events that went faster that this time limit and in another level events that were slower.
TwoLevelLoggingPolicy(Level, Level, long) - Constructor for class com.qfs.util.timing.impl.TwoLevelLoggingPolicy
TwoStepsFlattenInstructionCreator - Class in com.qfs.store.record.flatten.impl
To create the instructions for two flatteners that can be executed in a same record block.
TwoStepsFlattenInstructionCreator(FlattenInstructionCreator.ISelectionTree, TIntSet) - Constructor for class com.qfs.store.record.flatten.impl.TwoStepsFlattenInstructionCreator
Constructor.
type - Variable in class com.activeviam.copper.hierarchy.LogicalCopperLevelCondition
The type of the logical operation: ILogicalCondition.AND ILogicalCondition.OR.
type - Static variable in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.DiscriminatorComparator
Extended plugin key.
type - Static variable in class com.quartetfs.fwk.ordering.impl.CustomComparator
Deprecated, for removal: This API element is subject to removal in a future version.
type - Static variable in class com.quartetfs.fwk.ordering.impl.NaturalOrderComparator
Extended plugin key: 'NaturalOrder'.
type - Static variable in class com.quartetfs.fwk.ordering.impl.ReverseOrderComparator
Extended plugin value key: 'ReverseOrder'.
type - Static variable in class com.quartetfs.fwk.ordering.impl.ToStringComparator
Extended plugin key: 'NaturalOrder'.
type(String) - Method in class com.qfs.pivot.json.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval type.
Type - Enum in com.quartetfs.pivot.mdx.statement
Enumeration of all the types of the IExpression.
TYPE - com.activeviam.copper.MeasureMetadata.UserSpecific
Flag for the measure type.
TYPE - Static variable in class com.activeviam.copper.pivot.hierarchy.CalculatedMemberTrivialAnalysisHierarchy
The type of this analysis hierarchy.
TYPE - Static variable in class com.activeviam.copper.pivot.pp.ConstantValuePostProcessor
For the plugin engine.
TYPE - Static variable in class com.activeviam.copper.pivot.pp.ContextValuePostProcessor
For the plugin engine.
TYPE - Static variable in class com.activeviam.copper.pivot.pp.ExtremaMemberPostProcessor
The plugin key.
TYPE - Static variable in class com.activeviam.copper.pivot.pp.FirstLastPostProcessor
Plugin key.
TYPE - Static variable in class com.activeviam.copper.pivot.pp.LeadLagPostProcessor
Plugin key.
TYPE - Static variable in class com.activeviam.copper.pivot.pp.LeafIdentityPostProcessor
The plugin key of this post-processor.
TYPE - Static variable in class com.activeviam.copper.pivot.pp.LevelFilteringPostProcessor
Plugin type of this post processor.
TYPE - Static variable in class com.activeviam.copper.pivot.pp.MapperPostProcessor
The plugin key of this post-processor.
TYPE - Static variable in class com.activeviam.copper.pivot.pp.MaskPostProcessor
The plugin key of the post-processor.
TYPE - Static variable in class com.activeviam.copper.pivot.pp.ShiftPostProcessor
Plugin key.
TYPE - Static variable in class com.activeviam.copper.pivot.pp.UserDefinedAggregationPostProcessor
Deprecated.
The plugin key of this post-processor.
TYPE - Static variable in class com.activeviam.copper.pivot.pp.WindowReducePartitionedPostProcessor
The plugin key of the post-processor.
TYPE - Static variable in class com.qfs.fwk.format.impl.EpochFormatter
 
TYPE - Static variable in class com.qfs.fwk.ordering.impl.EpochComparator
 
TYPE - Static variable in class com.qfs.fwk.ordering.impl.ReverseEpochComparator
 
TYPE - Static variable in class com.qfs.jackson.impl.ExceptionSerializer
The type.
TYPE - Static variable in class com.qfs.snl.dtos.ws.DeletedMessageDto
Type of this message.
TYPE - Static variable in class com.qfs.snl.dtos.ws.NewMessageDto
New Message Type.
TYPE - Static variable in class com.qfs.snl.dtos.ws.ReadMessageDto
The Message Type.
TYPE - Static variable in class com.qfs.snl.dtos.ws.WsMonitorUpdatesDto
Type name for this DTO.
TYPE - Static variable in class com.qfs.snl.dtos.ws.WsStatisticUpdatesDto
Type name for this DTO.
TYPE - Static variable in interface com.qfs.websocket.server.IHandshakeHandlerFactory
Key of the default implementation.
TYPE - Static variable in class com.quartetfs.biz.pivot.context.drillthrough.impl.CaptionDrillthroughColumn
Plugin key of this calculator.
TYPE - Static variable in class com.quartetfs.biz.pivot.context.drillthrough.impl.MemberValueDrillthroughColumn
Plugin key of this calculator.
TYPE - Static variable in class com.quartetfs.biz.pivot.context.drillthrough.impl.NameDrillthroughColumn
Plugin key of this calculator.
TYPE - Static variable in interface com.quartetfs.biz.pivot.IActivePivotSchema
Plugin key for an IActivePivotSchema that does not contain any distributed cubes.
TYPE - Static variable in class com.quartetfs.biz.pivot.postprocessing.streams.impl.CommitStoreStream
 
TYPE - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousGaqTiming
The type of the underlying query.
TYPE - Static variable in class com.quartetfs.biz.xmla.servlet.impl.BinaryResponseMarshaller
 
TYPE - Static variable in class com.quartetfs.biz.xmla.servlet.impl.SoapRequestUnmarshaller
The type is the list of supported query content types.
TYPE - Static variable in class com.quartetfs.biz.xmla.servlet.impl.SoapResponseMarshaller
 
TYPE - Static variable in class com.quartetfs.fwk.format.impl.DateFormatter
Extended plugin value type.
TYPE - Static variable in class com.quartetfs.fwk.format.impl.DoubleFormatter
Extended plugin value type.
TYPE - Static variable in class com.quartetfs.fwk.format.impl.IntFormatter
Extended plugin value type.
TYPE - Static variable in class com.quartetfs.fwk.format.impl.NumberFormatter
Extended plugin value type.
TYPE - Static variable in class com.quartetfs.fwk.format.impl.ToStringFormatter
The plugin key.
TYPE - Static variable in class com.quartetfs.fwk.logging.impl.DatastoreQueryTiming
The type of the timing.
TYPE - Static variable in class com.quartetfs.fwk.logging.impl.GaqTiming
The type of the query.
TYPE - Static variable in class com.quartetfs.pivot.mdx.xmla.impl.PivotExecuteHandler
MDX type.
TYPE_BOOLEAN - Static variable in class com.qfs.store.Types
Type for boolean primitive data.
TYPE_BOOLEAN_ARRAY - Static variable in class com.qfs.store.Types
Type for boolean array data.
TYPE_BOOLEAN_NULLABLE - Static variable in class com.qfs.store.Types
Type for nullable boolean primitive data.
TYPE_DIC - Static variable in class com.qfs.store.Types
Standard objects, encoded in dictionary.
TYPE_DIC_NULLABLE - Static variable in class com.qfs.store.Types
Nullable objects, encoded in dictionary.
TYPE_DIST - Static variable in interface com.quartetfs.biz.pivot.IActivePivotSchema
Plugin key for an IActivePivotSchema that DOES contain distributed cubes.
TYPE_DOUBLE - Static variable in class com.qfs.store.Types
Type for double primitive data.
TYPE_DOUBLE_ARRAY - Static variable in class com.qfs.store.Types
Type for double array data.
TYPE_DOUBLE_NULLABLE - Static variable in class com.qfs.store.Types
Type for nullable double primitive data.
TYPE_FLOAT - Static variable in class com.qfs.store.Types
Type for float primitive data.
TYPE_FLOAT_ARRAY - Static variable in class com.qfs.store.Types
Type for float array data.
TYPE_FLOAT_NULLABLE - Static variable in class com.qfs.store.Types
Type for nullable float primitive data.
TYPE_INST_ERR - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
TYPE_INT - Static variable in class com.qfs.store.Types
Type for int primitive data.
TYPE_INT_ARRAY - Static variable in class com.qfs.store.Types
Type for int array data.
TYPE_INT_DIC - Static variable in class com.qfs.store.Types
Integers encoded in dictionary.
TYPE_INT_NULLABLE - Static variable in class com.qfs.store.Types
Type for nullable int primitive data.
TYPE_LONG - Static variable in class com.qfs.store.Types
Type for long primitive data.
TYPE_LONG_ARRAY - Static variable in class com.qfs.store.Types
Type for long array data.
TYPE_LONG_DIC - Static variable in class com.qfs.store.Types
Long integers encoded in dictionary.
TYPE_LONG_NULLABLE - Static variable in class com.qfs.store.Types
Type for nullable long primitive data.
TYPE_NAME - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
TYPE_OBJECT - Static variable in class com.qfs.store.Types
Type for Object data.
TYPE_OBJECT_ARRAY - Static variable in class com.qfs.store.Types
Type for object array data.
TYPE_OBJECT_NOT_NULLABLE - Static variable in class com.qfs.store.Types
Type for non-nullable Object data.
TYPE_STRING - Static variable in class com.qfs.store.Types
Type for String data.
TYPE_STRING_ARRAY - Static variable in class com.qfs.store.Types
Type for string array data.
TYPE_STRING_DIC - Static variable in class com.qfs.store.Types
Type for a dictionarized String data.
TYPE_STRING_NULLABLE - Static variable in class com.qfs.store.Types
Type for nullable String data.
TYPE_TUPLE - Static variable in class com.qfs.store.Types
Type for Object tuple data.
TypeContribution - Class in com.quartetfs.fwk.contributions.impl
TypeContribution.
TypeContribution() - Constructor for class com.quartetfs.fwk.contributions.impl.TypeContribution
Default constructor.
TypeContribution(Class<?>, Class<?>, String) - Constructor for class com.quartetfs.fwk.contributions.impl.TypeContribution
Qualified constructor.
TYPED - com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
 
TypedNamedMeasure - Class in com.activeviam.copper.measure
A Copper measure representing another measure, with additional type info given by the user.
TypedNamedMeasure(String, int) - Constructor for class com.activeviam.copper.measure.TypedNamedMeasure
Default constructor.
TypeProcessExecutor - Class in com.qfs.snl.workflows.process.impl
Implementation of executor applied to entity workflow configurations for changes on types themselves.
TypeProcessExecutor(IWorkflowService) - Constructor for class com.qfs.snl.workflows.process.impl.TypeProcessExecutor
Constructor.
TypeProcessExecutorExtendedPlugin() - Constructor for class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins.TypeProcessExecutorExtendedPlugin
Default constructor.
Types - Class in com.qfs.store
Describe the data stored in Records.
Types() - Constructor for class com.qfs.store.Types
 
TYPES_PRIORITIES - Static variable in class com.activeviam.copper.operation.operator.Operators
The different Types, sorted by arithmetic priorities: A type is absorbed by all other types before it.
Types.TypeInformation - Class in com.qfs.store
Characteristics of a type.
Types.TypeInformation.TypeBuilder - Class in com.qfs.store
A builder for fluently creating types.
TypeValues - Class in com.qfs.store
 

U

UCASE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
UCaseFunction - Class in com.quartetfs.pivot.mdx.func.vb.impl
 
UCaseFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.UCaseFunction
 
UDAF_OBJECT - Static variable in class com.activeviam.copper.pivot.pp.UserDefinedAggregationPostProcessor
Deprecated.
The IUserDefinedAggregateFunction used to reduce leaves to the target location.
UdafAggregationSerializer - Class in com.qfs.agg.impl
Serializer for IUserDefinedAggregation aggregations.
UdafAggregationSerializer() - Constructor for class com.qfs.agg.impl.UdafAggregationSerializer
Empty constructor for serialization.
UdafAggregationSerializer(IUserDefinedAggregation) - Constructor for class com.qfs.agg.impl.UdafAggregationSerializer
Constructor.
UI - com.quartetfs.pivot.mdx.statement.FunctionCategory
 
UIDLEN - Static variable in class com.qfs.util.tar.impl.TarHeader
The length of the user id field in a header buffer.
UnamedCopperHierarchyBuilder - Class in com.activeviam.copper.hierarchy
Builder used to create a Copper hierarchy.
UnamedCopperHierarchyBuilder() - Constructor for class com.activeviam.copper.hierarchy.UnamedCopperHierarchyBuilder
 
UNAMELEN - Static variable in class com.qfs.util.tar.impl.TarHeader
The length of the user name field in a header buffer.
unary() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
unary() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
UNARY_FUN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
UNARY_FUN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
UNARY_FUN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
UNARY_OPERATOR - Static variable in interface com.quartetfs.pivot.mdx.statement.IReturnFunction
 
unary_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.unary_return
 
UnarySecondaryRecordIndexBase - Class in com.qfs.index.impl
Implementation of the base for a secondary index when the indexed point is based on a single field.
UnarySecondaryRecordIndexBase(long, int[], List<String>, IWritableDictionary<Integer>, MultiVersionLazyDeleteLinkedIndex) - Constructor for class com.qfs.index.impl.UnarySecondaryRecordIndexBase
Constructor.
UnaryUniqueRecordIndexBase - Class in com.qfs.index.impl
Implementation of the base of a unique index when the indexed points are made of exactly one field.
UnaryUniqueRecordIndexBase(long, int[], List<String>, IWritableDictionary<Integer>, MultiVersionIntegerArray) - Constructor for class com.qfs.index.impl.UnaryUniqueRecordIndexBase
Constructor.
Unauthenticated - com.quartetfs.biz.xmla.XmlaConstants.AuthenticationMode
No user ID or password needs to be sent.
UnauthorizedAccessException - Exception in com.qfs.fwk.services
Class when a request is made to an unauthorized resource.
UnauthorizedAccessException(String) - Constructor for exception com.qfs.fwk.services.UnauthorizedAccessException
Constructor.
UnauthorizedAccessException(String, Throwable) - Constructor for exception com.qfs.fwk.services.UnauthorizedAccessException
Constructor.
unblock() - Method in class com.qfs.messenger.impl.AJGroupsMessenger
 
UNBOUNDED - Static variable in class com.activeviam.copper.measure.window.CopperRange
Unbounded range.
UNBOUNDED_PRECEDING - Static variable in class com.activeviam.copper.measure.window.CopperRange
Default is unbounded preceding.
uncompressedDataSent(long) - Method in class com.quartetfs.biz.pivot.monitoring.impl.XmlaMonitorStatistics
 
UNDEFINED - com.activeviam.fwk.ActiveViamParsingException.ParsingExceptionType
Used when no annotation has been set, or if for some reason, the type of exception couldn't be determined.
UNDEFINED - com.quartetfs.pivot.mdx.statement.Type
 
undefinedBitmapCoordinate(int) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResultHelper
Return the dictionarized value of the CellPlanResultHelper.UNDEFINED_PROPERTY for the given level.
Under - com.quartetfs.biz.xmla.constants.Keyword
 
underlying - Variable in class com.qfs.pivot.testing.impl.GetAggregatesResultCellset
Underlying cellset result wrapped by this holder.
underlying - Variable in class com.qfs.pivot.testing.impl.MdxResultCellSet
The actual cellSet.
underlying - Variable in class com.quartetfs.pivot.mdx.utils.impl.CyclicArray
 
UNDERLYING_FIELDS_KEY - Static variable in class com.quartetfs.biz.pivot.context.drillthrough.impl.VectorDrillthroughColumnSet
Key to retrieve the underlying fields of the properties to generate from Properties.
UNDERLYING_MEASURES - Static variable in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor
"underlyingMeasures", the property used to list the underlying measures used by this post processor.
UNDERLYING_PLUGIN_KEY - Static variable in class com.quartetfs.biz.pivot.context.drillthrough.impl.VectorDrillthroughColumnSet
Key to retrieve the plugin key properties to generate from Properties.
underlyingDataNodes(List<String>) - Method in class com.qfs.pivot.json.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval members.
UnderlyingMeasureEvaluator - Class in com.activeviam.pivot.postprocessing.impl
Simple evaluator that returns the underlying measure without any modification.
UnderlyingMeasureEvaluator() - Constructor for class com.activeviam.pivot.postprocessing.impl.UnderlyingMeasureEvaluator
 
UnderlyingMeasuresPrefetcher - Class in com.quartetfs.biz.pivot.postprocessing.impl
The underlying measures prefetcher aims to pre-loads all required pre-aggregated values on current locations.
UnderlyingMeasuresPrefetcher(IMeasuresProvider, String...) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.UnderlyingMeasuresPrefetcher
Constructor.
UnderlyingMeasuresPrefetcher(IMeasuresProvider, Collection<String>) - Constructor for class com.quartetfs.biz.pivot.postprocessing.impl.UnderlyingMeasuresPrefetcher
Constructor.
UNDERLYINGPROVIDER_PLUGINKEY - Static variable in interface com.qfs.pivot.cube.provider.multi.IMultipleAggregateProvider
Property key for the plugin key of the underlying provider.
undictionarize(int) - Static method in class com.qfs.store.Types
For a dictionarized type, returns the type of the values contained in the dictionary.
undictionarize(ICursor) - Method in interface com.qfs.store.query.ICompiledQuery.IUndictionarizer
Creates a plain cursor from a dictionarized cursor.
undictionarize(IRecordFormat, IDictionaryProvider) - Static method in interface com.qfs.store.record.IRecordFormat
Creates the record format of the undictionarized fields.
unescape(String, char, char) - Static method in class com.qfs.util.impl.QfsStrings
Deprecated.
Unescapes a character in a value, knowing the escaping character.
UNEXPECTED_EOF - Static variable in class com.qfs.logging.MessagesCSV
Unexpected EOF with bytes unread.
UNEXPECTED_EXC - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
UNEXPECTED_SUCCESS_ERROR_MESSAGE - Static variable in class com.qfs.pivot.testing.impl.GetAggregatesResultCellsetTester
The error message to give when a query should have failed but didn't.
unformatDoubleQuotes(String) - Static method in class com.quartetfs.fwk.logging.impl.QueryTimingLogger
Unescape double quote in the given json.
UNICITY_FIELDS - Static variable in class com.activeviam.copper.agg.AJoinAnalysisAggregationProcedure
The name of the property that contains the list of fields that, if a value is given for all of them only one row of the given store can be retrieved at most.
Uniform - com.quartetfs.biz.xmla.constants.Keyword
 
union(ISet, ISet, boolean, boolean, boolean) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Performs the union of the 2 sets.
union(IContextExpressionDependency, IContextExpressionDependency) - Static method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
Union of dependencies.
union(IContextExpressionDependency, IContextExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
union(IRTExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.MutableRTExpressionDependency
Perform the union between this dependency and the input one.
union(IRTExpressionDependency, IRTExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
union(MultiScope) - Method in class com.quartetfs.pivot.mdx.plan.impl.MultiScope
Return the union of this MultiScope and the specified one.
union(ValueScope) - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope
 
union(ValueScope) - Method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope
Creates a ValueScope resulting from a logical OR between this and the input ValueScope.
union(ValueScope.RangeValueScope, ValueScope.RangeValueScope) - Static method in class com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope
Returns the union of the 2 specified RangeValueScope.
union(Collection<ISet>, boolean, boolean, boolean) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Union of multiple sets.
union(List<IContextExpressionDependency>) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
union(List<IRTExpressionDependency>) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
union(List<R>) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Compute the union of the dependencies.
union(R, R) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Compute the union of the 2 arguments.
UNION - com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope.MergeType
Merge by computing the Union of two scopes.
UNION - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
unionAsValue(IContextExpressionDependency, IContextExpressionDependency) - Static method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
Union(asValue(left), asValue(right)).
UnionFunction - Class in com.quartetfs.pivot.mdx.func.impl
Union function.
UnionFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.UnionFunction
 
unionHierarchiesSets(int[], int[]) - Static method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependency
 
unionIn(int, ValueScope) - Method in class com.quartetfs.pivot.mdx.plan.impl.MultiScope
In place union.
unionIn(MultiScope) - Method in class com.quartetfs.pivot.mdx.plan.impl.MultiScope
In place union.
unionNonNullHierarchiesSets(int[], int[]) - Static method in class com.quartetfs.pivot.mdx.impl.AExpressionDependencyVisitor
Do the union of 2 non null arrays.
UnionSet - Class in com.quartetfs.pivot.mdx.eval.set.impl
Helper class to merge several sets.
uniqKeysMergeFunction() - Static method in class com.activeviam.util.impl.StreamUtil
Operator preventing the merge of values with equal keys.
Unique - com.qfs.store.query.plan.Selectivity
There is an equality test on all fields of a unique index of the store.
UNIQUE - com.activeviam.store.structure.IInternalDatastoreStructure.IndexType
Type of unique index.
UNIQUE_INDEX - com.qfs.desc.IOptimizationDescription.Optimization
Unique index on the fields.
UNIQUE_NAME - Static variable in interface com.quartetfs.pivot.mdx.statement.IReturnFunction
 
UniqueConcreteReferenceFactory - Class in com.qfs.store.ref.impl
A concrete reference factory for references from a unique index to a unique index.
UniqueConcreteReferenceFactory(IReferenceMetadata, IPartitionDictionaryFactory) - Constructor for class com.qfs.store.ref.impl.UniqueConcreteReferenceFactory
Constructor.
UniqueIndexDisjoinedLookupCompiledOperation - Class in com.qfs.store.query.plan.impl
Implementation of AIndexDisjoinedLookupCompiledOperation for unique indexes.
uniqueIndexesFactory(DatastoreStructure.LazyResource<UniqueIndexesPartitionFactory>) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
UniqueIndexesPartitionFactory - Class in com.qfs.index.impl
UniqueIndexesPartitionFactory(List<UniqueIndexPartitionFactory>) - Constructor for class com.qfs.index.impl.UniqueIndexesPartitionFactory
Constructor.
UniqueIndexKey(int) - Constructor for class com.activeviam.store.structure.DatastoreVersionKeys.UniqueIndexKey
 
UniqueIndexPartitionFactory - Class in com.qfs.index.impl
An IPartitionContentFactory used to create IMultiVersionUniqueRecordIndex for a given store.
UniqueIndexPartitionFactory(TIntList, List<String>, IPartitionDictionaryFactory, int) - Constructor for class com.qfs.index.impl.UniqueIndexPartitionFactory
Constructs a partition factory that uses another partition factory to create the underlying dictionaries.
UniqueIndexRangeDisjoinedLookupCompiledOperation - Class in com.qfs.store.query.plan.impl
Implementation of AIndexRangeDisjoinedLookupCompiledOperation for a unique index.
uniqueName(IAxisMember) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
 
uniqueName(ILevel) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
 
uniqueName(ILevelInfo) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
 
uniqueName(IMember) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
 
uniqueName(IMeasureMember) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
 
uniqueName(IMdxMember) - Static method in class com.quartetfs.pivot.mdx.eval.impl.Members
Returns the unique name of a member.
uniqueName(String) - Static method in interface com.quartetfs.biz.pivot.cube.hierarchy.measures.IMeasureMember
Deprecated, for removal: This API element is subject to removal in a future version.
UniqueName - com.quartetfs.biz.xmla.constants.Keyword
 
UNIQUENAME - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
UNIQUENAME2 - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
uniqueNameBuilder(IAxisMember) - Static method in class com.quartetfs.biz.xmla.impl.PivotXmlaUtil
 
UniqueNameFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
UniqueNameFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.UniqueNameFunction
 
UniqueRecordIndexStructuralTransactionView(AUniqueRecordIndexBase<?>, IIntegerArray) - Constructor for class com.qfs.index.impl.AUniqueRecordIndexBase.UniqueRecordIndexStructuralTransactionView
 
UniqueRecordIndexVersion<B extends AUniqueRecordIndexBase<?>> - Class in com.qfs.index.impl
Implementation of an IUniqueRecordIndexVersion.
UniqueRecordIndexVersion(IEpoch, B, ISquashableIntegerArrayVersion) - Constructor for class com.qfs.index.impl.UniqueRecordIndexVersion
Constructor.
UNIT - Static variable in interface com.qfs.snl.workflows.IWorkflowPayload.Variables
IWorkflowUnit: the unit associated to the workflow.
UnitTestListenersExceptionsHandler - Class in com.qfs.store.selection.impl
Implementation of IListenersExceptionsHandler re-throwing in an AssertionError the failures of the listeners.
UnitTestListenersExceptionsHandler() - Constructor for class com.qfs.store.selection.impl.UnitTestListenersExceptionsHandler
 
Unknown - com.qfs.store.query.plan.Selectivity
None of previous cases, the query on this store could potentially return the whole store.
Unknown - Static variable in class com.quartetfs.biz.xmla.impl.XmlaTypes
 
UNKNOWN - com.activeviam.msg.reporting.ICsvAnomaly.CsvAnomalyTypeEnum
 
UNKNOWN_CARDINALITY - Static variable in interface com.qfs.store.part.IPartitioning
Constant representing a value a cardinality not available.
UNKNOWN_COLUMN_BEHAVIOR - Static variable in class com.quartetfs.biz.pivot.context.impl.DrillthroughPropertiesTranslator
 
UNKNOWN_EXECUTE_TYPE - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
UNKNOWN_LEVEL_IN_HIER - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
UNKNOWN_MEMBER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
UNKNOWN_ORIGIN - Static variable in interface com.quartetfs.biz.pivot.cellset.ICellSetResult
Name to use for result without a defined origin.
UnknownBranchException - Exception in com.qfs.multiversion
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 com.qfs.multiversion.UnknownBranchException
Default constructor.
UnknownBranchException(String) - Constructor for exception com.qfs.multiversion.UnknownBranchException
Constructor.
UnknownBranchException(String, Object...) - Constructor for exception com.qfs.multiversion.UnknownBranchException
Constructor.
UnknownBranchException(String, Throwable) - Constructor for exception com.qfs.multiversion.UnknownBranchException
Constructor.
UnknownBranchException(Throwable) - Constructor for exception com.qfs.multiversion.UnknownBranchException
Constructor.
UnknownBranchException(Throwable, String, Object...) - Constructor for exception com.qfs.multiversion.UnknownBranchException
Constructor.
UnknownEpochException - Exception in com.qfs.multiversion
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 com.qfs.multiversion.UnknownEpochException
Default constructor.
UnknownEpochException(String) - Constructor for exception com.qfs.multiversion.UnknownEpochException
Constructor.
UnknownEpochException(String, Object...) - Constructor for exception com.qfs.multiversion.UnknownEpochException
Constructor.
UnknownEpochException(String, Throwable) - Constructor for exception com.qfs.multiversion.UnknownEpochException
Constructor.
UnknownEpochException(Throwable) - Constructor for exception com.qfs.multiversion.UnknownEpochException
Constructor.
UnknownEpochException(Throwable, String, Object...) - Constructor for exception com.qfs.multiversion.UnknownEpochException
Constructor.
UnknownKeyException - Exception in com.qfs.store.record
Thrown when operations fail because a record key is unknown.
UnknownKeyException(int[], IStoreMetadata, IDictionaryProvider, int[], int) - Constructor for exception com.qfs.store.record.UnknownKeyException
Constructor.
UnknownMdxCubeException - Exception in com.quartetfs.pivot.mdx
Exception thrown when an Mdx query references a cube which does not exist.
UnknownMdxCubeException() - Constructor for exception com.quartetfs.pivot.mdx.UnknownMdxCubeException
 
UnknownMdxCubeException(String) - Constructor for exception com.quartetfs.pivot.mdx.UnknownMdxCubeException
 
UnknownMdxCubeException(String, Object...) - Constructor for exception com.quartetfs.pivot.mdx.UnknownMdxCubeException
 
UnknownMdxCubeException(String, Throwable) - Constructor for exception com.quartetfs.pivot.mdx.UnknownMdxCubeException
 
UnknownMdxCubeException(Throwable) - Constructor for exception com.quartetfs.pivot.mdx.UnknownMdxCubeException
 
UnknownMdxCubeException(Throwable, String, Object...) - Constructor for exception com.quartetfs.pivot.mdx.UnknownMdxCubeException
 
UnknownMdxMember(IMdxLevel, List<? extends IIdentifier>, IMdxMember) - Constructor for class com.quartetfs.pivot.mdx.impl.OlapElementLookup.UnknownMdxMember
 
UnknownMemberFunction - Class in com.quartetfs.pivot.mdx.func.impl
Retrieve the unknown member for a member or a hierarchy.
UnknownMemberFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.UnknownMemberFunction
 
UnknownMemberFunction.HierarchyUnknownMember - Class in com.quartetfs.pivot.mdx.func.impl
The definition for the unknown member function on a hierarchy.
UnknownMemberFunction.MemberUnknownMember - Class in com.quartetfs.pivot.mdx.func.impl
The definition for the unknown member function on a member.
UnknownOlapElementException - Exception in com.quartetfs.biz.pivot.postprocessing
A PostProcessorInitializationException that is thrown when a post-processor detects that one of its dependency does not exist.
UnknownOlapElementException() - Constructor for exception com.quartetfs.biz.pivot.postprocessing.UnknownOlapElementException
Constructor.
UnknownOlapElementException(IUnknownOlapElementException.OlapElementType, String, String) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.UnknownOlapElementException
Constructor.
UnknownOlapElementRuntimeException - Exception in com.quartetfs.biz.pivot.postprocessing
The runtime version of UnknownOlapElementException.
UnknownOlapElementRuntimeException() - Constructor for exception com.quartetfs.biz.pivot.postprocessing.UnknownOlapElementRuntimeException
Constructor.
UnknownOlapElementRuntimeException(IUnknownOlapElementException.OlapElementType, String, String) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.UnknownOlapElementRuntimeException
Constructor.
unknownProducedHierarchies(R) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Call this method on a dependency, when you do know what will be the produced hierarchies.
unknownProducedHierarchies(R) - Method in class com.quartetfs.pivot.mdx.impl.AExpressionDependencyVisitor
 
unknownResultsIterator() - Method in class com.qfs.messenger.impl.CompletableFutureMessageAnswer
Gets an iterator to iterate over the remote instances addresses for which no answer has been received.
unknownStoreMessage(IDatastoreSchemaMetadata, String) - Static method in class com.qfs.store.impl.SchemaHelper
Creates the message to give when a store name is incorrect.
UnknownStreamException - Exception in com.quartetfs.tech.streaming
Exception thrown when we are trying to do an action on a stream but the stream does not exist.
UnknownStreamException(String) - Constructor for exception com.quartetfs.tech.streaming.UnknownStreamException
Constructor.
UnknownUnderlyingMeasureException - Exception in com.quartetfs.biz.pivot.postprocessing
A PostProcessorInitializationException that is thrown when a post-processor detects that one of its underlying measure does not exist.
UnknownUnderlyingMeasureException() - Constructor for exception com.quartetfs.biz.pivot.postprocessing.UnknownUnderlyingMeasureException
Constructor.
UnknownUnderlyingMeasureException(String, String) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.UnknownUnderlyingMeasureException
Constructor.
UnknownUnderlyingMeasureRuntimeException - Exception in com.quartetfs.biz.pivot.postprocessing
UnknownUnderlyingMeasureRuntimeException() - Constructor for exception com.quartetfs.biz.pivot.postprocessing.UnknownUnderlyingMeasureRuntimeException
Constructor.
UnknownUnderlyingMeasureRuntimeException(String, String) - Constructor for exception com.quartetfs.biz.pivot.postprocessing.UnknownUnderlyingMeasureRuntimeException
Constructor.
UNKOWN_STATISTIC_DISABLE - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
UNKOWN_STATISTIC_ENABLE - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
UNKOWN_STATISTIC_RETRIEVAL - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
UnLimitedRetrievalResultTracker - Class in com.quartetfs.biz.pivot.query.aggregates.impl
A retrieval result tracker without size limits.
UnlinkedCopperStore - Interface in com.activeviam.copper.api
Interface for representing a store in Copper that is not joined to the cube.
unlock() - Method in class com.activeviam.concurrent.locks.impl.NonReentrantLock
 
unlock() - Method in class com.qfs.concurrent.locks.impl.TryLock
Releases this lock.
unlock() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ConflationEventEngine.ConflationLockStamp
Unlocks the lock.
Unlock - com.quartetfs.biz.xmla.constants.Keyword
 
Unlock - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
unmark() - Method in interface com.qfs.store.IDatastoreVersion
Deprecated.
Unmarks the marked version.
unmark() - Method in class com.qfs.store.impl.DatastoreVersion
 
unmarkEpoch(long) - Method in interface com.qfs.multiversion.IEpochHistory
Unmarks the marked version at the given epoch.
unmarkEpoch(long) - Method in class com.qfs.multiversion.impl.VersionHistory
 
unmarkEpoch(long) - Method in class com.qfs.pivot.impl.DistributedVersionHistory
 
unmarshal(DrillthroughHeaderDTO) - Method in class com.quartetfs.biz.pivot.impl.DrillthroughHeaderAdapter
 
unmarshal(ValueType) - Method in interface com.quartetfs.biz.pivot.impl.IAdapter
 
unmarsharl(InputStream, IXmlaContext) - Method in interface com.quartetfs.biz.xmla.IRequestUnmarshaller
Un-marshal a request.
unmarsharl(InputStream, IXmlaContext) - Method in class com.quartetfs.biz.xmla.servlet.impl.SoapRequestUnmarshaller
 
UnmodifiableDirectedMultiGraph<K,​V,​E> - Class in com.qfs.graph.impl
An unmodifiable implementation of IDirectedMultiGraph.
UnmodifiableDirectedMultiGraph(IDirectedMultiGraph<K, V, E>) - Constructor for class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
Constructor.
unorder(ISet) - Static method in class com.quartetfs.pivot.mdx.eval.set.impl.Sets
Possibly removes ordering from a set.
UNORDER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
UnorderFunction - Class in com.quartetfs.pivot.mdx.func.impl
Unorder function.
UnorderFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.UnorderFunction
 
unpack1(long) - Static method in class com.qfs.index.impl.Bits
Unpacks first value packed by Bits.pack(int, int).
unpack2(long) - Static method in class com.qfs.index.impl.Bits
Unpacks second value packed by Bits.pack(int, int).
unpark(Object) - Static method in class com.qfs.util.impl.UnsafeUtil
Deprecated.
Unblock the given thread blocked on park, or, if it is not blocked, cause the subsequent call to park not to block.
unquote(CharSequence) - Static method in class com.qfs.pivot.util.impl.MdxNamingUtil
Removes couples of '[' and ']'.
UNQUOTED - com.quartetfs.pivot.mdx.statement.IIdentifier.Quoting
Unquoted identifier, for example "Geography".
unquoted_identifier() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
unquoted_identifier() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
unquoted_identifier_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.unquoted_identifier_return
 
unquoteSingle(String) - Static method in class com.quartetfs.biz.xmla.impl.XmlaUtil
Unquote single element unique name.
UNREAD - com.qfs.snl.ws.IMessageWsService.FetchMessageMode
Fetch mode to get only unread messages.
unregister() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
Unregisters all the available ActiveMonitor agents from the ActiveMonitor server.
unregister() - Method in interface com.quartetfs.biz.pivot.query.missing.IMissingLocationsQueryHandler
Unregister the associated query from the IMissingLocationsSolver.
unregister() - Method in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsQueryHandler
 
unregister() - Method in class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
Unregister the XMLA monitoring beans from the JMXPlatformServer.
unregister() - Method in interface com.quartetfs.fwk.monitoring.jmx.IDynamicMonitoring
Unregister this dynamic MBean from the MBean server it has previously been registered into.
unregister() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.ADynamicMonitoring
 
unregister() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.AnnotationMBean
 
unregister() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.BasicMBean
 
unregister() - Method in class com.quartetfs.fwk.monitoring.jmx.impl.JMXEnabler
Unregister the components that were registered to the JMXPlatformServer.
unregister(IDistributedAgent) - Method in interface com.qfs.messenger.IDistributedMessenger
Unregister the given IDistributedAgent.
unregister(IDistributedAgent) - Method in class com.qfs.messenger.impl.ADistributedMessenger
 
unregister(IWatcher) - Method in class com.qfs.msg.impl.WatcherService
 
unregister(IWatcher) - Method in interface com.qfs.msg.IWatcherService
Unregisters the given watcher.
unregister(IContinuousCompositeSelection) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
unregister(IContinuousCompositeSelection) - Method in class com.qfs.store.impl.SelectionManager
Unregisters the given continuous selection from this manager.
unregister(IContinuousCompositeSelection) - Method in interface com.qfs.store.ISelectionManager
Unregisters the given continuous composite selection from this schema.
unregister(IContinuousSelection) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
unregister(IContinuousSelection) - Method in interface com.qfs.store.ISelectionManager
Unregisters the given continuous selection from this schema.
unregister(IDrillthroughContinuousQuery) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IDrillthroughContinuousQueryEngine
Unregisters the query by the name.
unregister(IDrillthroughContinuousQuery) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ADrillthroughContinuousQueryEngine
 
unregister(IDrillthroughContinuousQuery) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughContinuousQueryEngine
 
unregister(IGetAggregatesContinuousQuery) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousQueryEngine
Unregisters a continuous GetAggregates query.
unregister(IGetAggregatesContinuousQuery) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
unregister(IGetAggregatesContinuousQuery, IMultiVersionActivePivot) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ContinuousQueryRegistry
Un-registers an existing query.
unregister(IMultiGetAggregatesNotificationContinuousQuery) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesContinuousQueryEngine
Unregisters a multi continuous query.
unregister(IMultiGetAggregatesNotificationContinuousQuery) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AAggregatesContinuousQueryEngine
 
unregister(IMissingLocationsQueryHandler) - Method in interface com.quartetfs.biz.pivot.query.missing.IMissingLocationsSolver
Unregister a previously registered IMissingLocationsQuery.
unregister(IMissingLocationsQueryHandler) - Method in class com.quartetfs.biz.pivot.query.missing.impl.MissingLocationsSolver
 
unregister(IStreamNode<S, Q>) - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
Unregister a StreamNode.
unregister(String, boolean) - Method in interface com.qfs.content.service.IContentService
Unregisters the following listener.
unregister(String, boolean) - Method in class com.qfs.content.service.impl.AContentService
 
unregister(String, boolean) - Method in class com.qfs.content.service.impl.PrefixedContentService
 
unregister(String, boolean) - Method in class com.qfs.content.service.impl.RemoteContentService
 
unregister(WebSocketSession) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketService
Deprecated.
Unregister all streams related to a given session.
unregister(WebSocketSession, String) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketService
Deprecated.
Unregisters one specific query from the session.
unregister(S) - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamNode
 
unregister(S) - Method in interface com.quartetfs.tech.streaming.sharing.IStreamNode
Unregister a IStream from this node.
UNREGISTER - com.qfs.pivot.json.query.JsonStreamingRequest.StreamingAction
To unregister an existing continuous query, giving its id.
unregisterAllContinuousQueries() - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
unregisterAllContinuousQueries() - Method in interface com.quartetfs.fwk.query.IContinuouslyQueryable
Un-registers all the continuous queries (and stops them).
unregisterBranchPermissionsListener(IBranchPermissionsListener) - Method in interface com.qfs.security.IBranchPermissionsManager
Unregisters a listener for the permissions of a set of branches.
unregisterBranchPermissionsListener(IBranchPermissionsListener) - Method in class com.qfs.security.impl.BranchPermissionsManager
 
unregisterBranchPermissionsListener(IBranchPermissionsListener) - Method in class com.qfs.security.impl.CachedBranchPermissionsManager
 
unregisterBranchPermissionsListener(IBranchPermissionsListener) - Method in class com.qfs.security.impl.ContentServiceBranchPermissionsManager
 
unregisterChannelTask() - Method in class com.qfs.msg.csv.impl.FileTask
Decrements the pending subtask counter.
unregisterCommitTimeUpdateWhereTrigger(String, String) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
unregisterCommitTimeUpdateWhereTrigger(String, String) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
unregisterCommitTimeUpdateWhereTrigger(String, String) - Method in interface com.qfs.store.transaction.ITransactionManager
Stops performing the given commit-time trigger.
unregisterContextNode(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Unregisters a context node.
unregisterContextNode(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Unregister a context node on a stream.
unregisterContinuousGAQ(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupMonitor
Unregister a continuous GAQ monitor on the context group.
unregisterContinuousQuery(String) - Method in class com.quartetfs.biz.pivot.impl.MultiVersionActivePivot
Deprecated.
 
unregisterContinuousQuery(String) - Method in interface com.quartetfs.fwk.query.IContinuouslyQueryable
Un-registers (and stops) a continuous query.
unregisterContinuousQueryNode(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryMonitor
Unregister a continuous query node.
unregisterContinuousQueryNode(String) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.GetAggregatesContinuousQueryStatistics
Unregisters a continuous query node, called when the query node is unregistered from its context node.
unregistered() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StampingStreamListener
 
unregistered() - Method in interface com.quartetfs.biz.pivot.query.aggregates.IStreamListener
This method is invoked by the associated stream after this listener has been unregistered.
unregisterHandlerNode(int) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerMonitor
Unregister a handler node, called when the handler node is unregistered from its context node.
unregisterHandlerNode(int) - Method in class com.quartetfs.biz.pivot.query.monitoring.impl.CrossedContextContinuousHandlerStatistics
Unregister a handler node, called when the handler is unregistered from its context node.
unregisterInsertionTimeUpdateWhereTrigger(String, String) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
unregisterInsertionTimeUpdateWhereTrigger(String, String) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
unregisterInsertionTimeUpdateWhereTrigger(String, String) - Method in interface com.qfs.store.transaction.ITransactionManager
Stops performing the given insertion-time trigger.
unregisterListener(long) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
unregisterListener(long) - Method in class com.qfs.repository.impl.RepositoryService
 
unregisterListener(long) - Method in interface com.qfs.repository.IRepositoryService
Unregisters a listener.
unregisterListener(long) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
unregisterMeasuresProvider(IRegisteredGetAggregatesContinuousQuery) - Method in interface com.quartetfs.biz.pivot.IActivePivotVersion
Unregisters the measures provider that was registered under the given identifier.
unregisterMeasuresProvider(IRegisteredGetAggregatesContinuousQuery) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotVersion
 
unregisterNode() - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamNode
 
unregisterNode() - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamNode
 
unregisterNode() - Method in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStreamNode
 
unregisterNode() - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamOnContinuouslyQueryableNode
This abstract class does nothing but tell if this node can be unregistered.
unregisterNode() - Method in interface com.quartetfs.tech.streaming.sharing.IStreamNode
Try to unregister this node.
unregisterStore(String) - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Unregisters a store from the context.
unregisterUpdateWhereTrigger(int, String, boolean) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
unregisterUpdateWhereTrigger(int, String, boolean) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Stops performing the given trigger.
unregisterUpdateWhereTrigger(int, String, boolean) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Stops performing the given trigger.
unregisterUpdateWhereTrigger(int, String, boolean) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
unregisterUpdateWhereTrigger(String, boolean) - Method in class com.qfs.store.impl.MultiVersionStore
 
unregisterUpdateWhereTrigger(String, boolean) - Method in interface com.qfs.store.IMultiVersionStore
Stops performing the given trigger.
UNREGISTRATIONS_COUNT - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.AggregatesContinuousQueryEngineStatistics
Statistics key - unregistration count.
UNREGISTRATIONS_COUNT - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.ContextGroupStatistics
Statistics key - unregistration count.
UNREGISTRATIONS_COUNT - Static variable in class com.quartetfs.biz.pivot.query.monitoring.impl.StreamNodeStatistics
Statistics key - unregistration count.
unreserveDirectMemory(long) - Static method in class com.qfs.memory.impl.PlatformOperations
Decreases the amount of direct memory to be freed.
UnresolvedFunctionCall - Class in com.quartetfs.pivot.mdx.statement.impl
Expression representing a function call before the resolution.
UnresolvedFunctionCall(String, List<IExpression>, Syntax) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.UnresolvedFunctionCall
 
UnresolvedPath - Class in com.quartetfs.biz.pivot.query.missing.impl
Represents a string path that cannot be matched to actual members of a hierarchy.
UnresolvedPath(int, String[]) - Constructor for class com.quartetfs.biz.pivot.query.missing.impl.UnresolvedPath
Constructor.
UnsafeAllocator - Class in com.qfs.chunk.direct.allocator.impl
For allocating small amount of off-heap memory it uses Unsafe i.e malloc.
UnsafeAllocator(long) - Constructor for class com.qfs.chunk.direct.allocator.impl.UnsafeAllocator
Default constructor.
unsafeCreateVersionHistory(boolean, IHasId, IEpochManager.IVersionLifecycleHandler<V>) - Method in class com.qfs.multiversion.impl.AEpochManager
Creates and registers a new version history, but unlike AEpochManager.createVersionHistory(boolean, IHasId, IVersionLifecycleHandler), does not throw if there is already a registered history for the given component.
unsafeExpandProducedHierarchies(IContextExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
unsafeExpandProducedHierarchies(IRTExpressionDependency) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
unsafeExpandProducedHierarchies(R) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Compute the dependency when the produced hierarchy of the argument are expanded and/or the plan on this hierarchy might become incorrect when members are added/removed.
UnsafeNativeMemoryAllocator - Class in com.qfs.chunk.direct.allocator.impl
A memory allocator that allocates everything via Unsafe.
UnsafeNativeMemoryAllocator() - Constructor for class com.qfs.chunk.direct.allocator.impl.UnsafeNativeMemoryAllocator
 
unsafeType(int, Class<?>, Object) - Static method in class com.activeviam.type.FieldType
Creates a raw instance without performing any checks of consistency.
UnsafeUtil - Class in com.qfs.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
unsetName() - Method in class com.activeviam.copper.MeasureMetadata
Marks the metadata name as NOT specified by the user.
unsetTransactionContext() - Method in class com.qfs.store.impl.MultiVersionStore
 
unsetTransactionContext() - Method in class com.qfs.store.impl.MultiVersionStorePartition
 
unsetTransactionContext() - Method in interface com.qfs.store.IMultiVersionStore
Unsets the context of the transaction.
unsetTransactionContext() - Method in interface com.qfs.store.IMultiVersionStorePartition
Unsets the context of the transaction.
unsetUserSpecifiedMetadata(MeasureMetadata.UserSpecific) - Method in class com.activeviam.copper.MeasureMetadata
Marks the metadata item as NOT specified by the user.
UNSIGNED_ATTRIBUTE - Static variable in class com.quartetfs.biz.xmla.discovery.tdp.impl.DBSchema_Provider_TypesDefinition
 
UnsignedInteger - Static variable in class com.quartetfs.biz.xmla.impl.XmlaTypes
Unsigned integer type.
UnsignedLong - Static variable in class com.quartetfs.biz.xmla.impl.XmlaTypes
Unsigned integer type.
UnsignedShort - Static variable in class com.quartetfs.biz.xmla.impl.XmlaTypes
Unsigned short type.
unsubscribe() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.StampingStreamListener
Unsubscribes from the underlying stream if it is still subscribed.
unsubscribe(IMessageSubscriber) - Method in interface com.qfs.snl.messages.IMessageService.IMessageBox
Unsubscribes a client for a given recipient.
unsubscribe(IMessageSubscriber) - Method in class com.qfs.snl.messages.impl.MessageBox
 
unsubscribe(S) - Method in class com.quartetfs.tech.streaming.sharing.impl.AStreamRegister
Unsubscribes a IStream.
unsubscribe(S) - Method in interface com.quartetfs.tech.streaming.sharing.IStreamRegister
Unsubscribe a IStream.
UNSUPPORTED_CALCULATED_MEASURE - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
UNSUPPORTED_CALCULATED_MEMBER - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
UNSUPPORTED_CHARENCODING - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
UNSUPPORTED_CONTRIB - Static variable in class com.qfs.logging.MessagesComposer
Deprecated.
 
UNSUPPORTED_DYNAMIC_FORMAT_STRING - Static variable in class com.qfs.logging.MessagesMdx
Deprecated.
 
UNSUPPORTED_OPERATION_MESSAGE - Static variable in class com.activeviam.arrow.read.record.ArrowVectorReader
 
UNSUPPORTED_REQ_ACCEPT - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
UNSUPPORTED_REQ_CONTENTTYPE - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
UNSUPPORTED_RESULTSET_TYPE - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
UnsupportedQueryException - Exception in com.quartetfs.fwk.query
UnsupportedQueryException.
UnsupportedQueryException(IQuery<?>) - Constructor for exception com.quartetfs.fwk.query.UnsupportedQueryException
Constructor.
UnsupportedQueryException(IQuery<?>, String) - Constructor for exception com.quartetfs.fwk.query.UnsupportedQueryException
Constructor.
UnsupportedQueryException(IQuery<?>, String, Object...) - Constructor for exception com.quartetfs.fwk.query.UnsupportedQueryException
Constructor.
UnsupportedQueryException(IQuery<?>, String, Throwable) - Constructor for exception com.quartetfs.fwk.query.UnsupportedQueryException
Constructor.
UnsupportedQueryException(IQuery<?>, Throwable, String, Object...) - Constructor for exception com.quartetfs.fwk.query.UnsupportedQueryException
Constructor.
untrack(FormulaExecutionTracker.ComputeTracker) - Method in class com.quartetfs.pivot.mdx.plan.impl.ACellPlanExecutor
Removes a tracking request.
untrack(FormulaExecutionTracker.ComputeTracker) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlanResult
Remove a tracking request.
untrack(FormulaExecutionTracker.ComputeTracker) - Method in class com.quartetfs.pivot.mdx.plan.impl.FormulaExecutionTracker
Asks the input tracker to stop tracking its tuple and expression.
UnusedHierarchiesProcedure() - Constructor for class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor.UnusedHierarchiesProcedure
 
UnusedHierarchiesProcedure(int[]) - Constructor for class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor.UnusedHierarchiesProcedure
 
unwrap(IRecordSetVersion) - Static method in class com.activeviam.store.structure.impl.DatastoreStructureUtil
Deprecated.
Unwraps the given IRecordSetVersion to the corresponding ColumnarRecordSetVersion.
unwrap(IStorePartitionVersion) - Static method in class com.activeviam.store.structure.impl.DatastoreStructureUtil
Deprecated.
Unwraps the given IStorePartitionVersion to the corresponding StorePartitionVersion.
unwrap(IStoreVersion) - Static method in class com.activeviam.store.structure.impl.DatastoreStructureUtil
Deprecated.
Unwraps the given IStoreVersion to the corresponding StoreVersion.
up(Event) - Method in class com.qfs.messenger.impl.FULL_DELAY
 
update(long, String, MonitorDto) - Method in interface com.qfs.snl.rs.IMonitorRestService
Updates an monitor.
update(long, String, MonitorDto) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
update(IPointValueDao, IUpdateRequest<IPointValue.IKey, PointValue>) - Static method in class com.qfs.repository.persistence.impl.PointValueDaoUtils
Updates a particular point value.
update(IPointValueDao, List<? extends IUpdateRequest<IPointValue.IKey, PointValue>>) - Static method in class com.qfs.repository.persistence.impl.PointValueDaoUtils
Updates a set of point values.
update(IPointValue.IKey, PointValue) - Method in class com.qfs.repository.persistence.impl.DbProcedure
Updates a point value.
update(SentinelAlert) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
update(IMonitor) - Method in interface com.qfs.snl.agent.service.IMonitoringStream
Updates the definition of the stream.
update(IMonitor) - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
update(IMonitor) - Method in interface com.qfs.snl.monitors.IMonitorBuilder
Creates a builder based on the information of an existing monitor.
update(IMonitor) - Method in interface com.qfs.snl.monitors.IMonitorService
Updates an existing monitor.
update(IMonitor) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
update(IMonitor) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
update(IMonitor) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder
Creates a builder based on the information of an existing monitor.
update(IMonitor) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
update(IMonitor) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
update(Monitor) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
update(ABlockVector<B>) - Method in class com.qfs.vector.impl.ABlockVector
Updates this vector to point to the same underlying data as the given vector.
update(IExpressionEvaluator, CellPlanResult, ClassMap, IRTImpactCalculator) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlan
Updates the plan without tracking the update.
update(ExpressionEvaluator, IRTImpactCalculator) - Method in class com.quartetfs.pivot.mdx.plan.impl.Pass
Update a pass which is NOT the cell pass.
update(ExpressionEvaluator, IRTImpactCalculator) - Method in class com.quartetfs.pivot.mdx.plan.impl.PassManager
Update the mdx result with the specified information.
update(Pass) - Method in class com.quartetfs.pivot.mdx.realtime.impl.PassUpdater
Updates this object based on the result of a Pass.
update(ExistingT, NewT) - Method in class com.qfs.repository.params.impl.ParameterUpdateBuilder
 
update(ExistingT, NewT) - Method in interface com.qfs.repository.params.IParameterUpdateBuilder
Registers an update of point value.
update(String, String, SessionData.StreamConfiguration) - Method in class com.qfs.spring.websocket.impl.SessionData
Deprecated.
Updates the "version" of a query.
update(Consumer<IActivePivotManagerUpdaterInterfaces.IActivePivotManagerUpdater>) - Method in class com.quartetfs.biz.pivot.impl.StructuralManagerTransaction
 
update(List<SentinelAlert>) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
update(List<Monitor>) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
update(List<T>) - Method in class com.qfs.snl.persistence.impl.ACRUDDao
 
update(List<T>) - Method in interface com.qfs.snl.persistence.IUpdateDao
Update a list of elements.
update(Map<String, String>) - Method in class com.quartetfs.biz.pivot.context.impl.StringMapRepositoryAdapter
Updates the given properties.
update(T) - Method in class com.qfs.snl.persistence.impl.ACRUDDao
 
update(T) - Method in interface com.qfs.snl.persistence.IUpdateDao
Updates an existing element.
Update - com.quartetfs.biz.xmla.constants.Keyword
 
Update - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
UPDATE - com.qfs.content.service.ContentAction
Updating an existing entry.
UPDATE - com.qfs.pivot.json.database.JsonDatabaseAction.DatabaseActionType
Update action to modify lines of a table.
UPDATE - com.qfs.pivot.json.query.JsonStreamingRequest.StreamingAction
Update an existing stream with a new query (new mdx or new context value).
UPDATE - com.quartetfs.pivot.mdx.statement.IStatement.StatementType
 
UPDATE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
UPDATE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
UPDATE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
UPDATE_ACTION - Static variable in interface com.qfs.snl.rs.IRepositoryWorkflowRestService
Action for parameter update.
UPDATE_COUNT - Static variable in class com.quartetfs.biz.pivot.streaming.impl.StreamNodeStatistics
Statistic key - The number of MDX result updates.
update_member_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
update_member_statement() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
update_member_statement_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.update_member_statement_return
 
UPDATE_MONITOR - Static variable in interface com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a monitor is being updated.
UPDATE_PARAMETER - Static variable in interface com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a parameter is being updated.
UPDATE_ROWS - com.activeviam.database.api.experimental.refresh.ChangeType
Some rows have been updated and conditions are able to capture updated rows perfectly.
UPDATEABLE - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
UPDATEABLE - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
updateAlert(long, AlertDto) - Method in interface com.qfs.snl.rs.IAlertRestService
Updates an alert.
updateAlert(long, AlertDto) - Method in class com.qfs.snl.rs.impl.AlertRestServiceController
 
updateAlert(ISentinelAlert) - Method in interface com.qfs.snl.alerts.IAlertService
Updates a single alert.
updateAlert(ISentinelAlert) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
updateAlert(ISentinelAlert) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
updateAlerts(List<? extends ISentinelAlert>) - Method in interface com.qfs.snl.alerts.IAlertService
Updates a series of alerts.
updateAlerts(List<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
updateAlerts(List<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
updateAll(int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>, List<int[]>) - Method in interface com.quartetfs.biz.pivot.transaction.feed.IDataFeed
Update the records from the schema.
updateAndComputeResult(Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>, String, IDatabaseVersion, int[], int[], Function<IRTImpactCalculator, RTUpdateResult>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.CellSetUpdateComputer
Updates the state of the computer from the new information and computes the update results from this.
updateAndTrack(IExpressionEvaluator, CellPlanResult, ClassMap, IRTImpactCalculator) - Method in class com.quartetfs.pivot.mdx.plan.impl.CellPlan
Updates and tracks the plan.
updateAndTrack(ExpressionEvaluator, IRTImpactCalculator) - Method in class com.quartetfs.pivot.mdx.plan.impl.Pass
Update the cell pass.
updateBase(B) - Method in class com.qfs.store.ref.impl.AConcreteReferenceTransaction
Updates the base to use in the corresponding multiVersion reference.
UpdateCells - com.quartetfs.biz.xmla.constants.Keyword
 
UpdateCells - com.quartetfs.biz.xmla.XmlaConstants.CommandElement
 
updateCompiledQuery(IInternalQueryManager) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.ExternalNode
Uses a database query manager to build the corresponding compiled query.
updateCrossedStreamStatistics(TimingWithIdentifier, TimingWithIdentifier, AtomicReference<TimingWithIdentifier>, AtomicReference<TimingWithIdentifier>, AtomicReference<TimingWithIdentifier>) - Static method in class com.quartetfs.biz.pivot.query.monitoring.impl.ContinuousQueryMonitoringUtil
Update crossed stream statistics using statistics of children from different streams.
updateCubeIfNecessary() - Method in class com.qfs.pivot.impl.ARemoteTransaction
Updates the cube after a distributed commit if necessary.
updateCubeIfNecessary() - Method in class com.qfs.pivot.impl.InitialCommitRemoteTransaction
 
Updated - com.qfs.content.ws.impl.NotificationEventType
 
UPDATED_MONITOR - Static variable in interface com.qfs.snl.workflows.IWorkflowPayload.Variables
IMonitor: the new value of the monitor.
UpdatedRowsCollectorTask(CountedCompleter<?>, IStorePartitionTransaction, IStorePartitionUpdate, ForkJoinPool, LinkedBlockingDeque<IPair<IStorePartitionTransaction, StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo>>) - Constructor for class com.qfs.plan.impl.operations.IncrementalSubmitUpdateWhereTriggersOperation.UpdatedRowsCollectorTask
Constructor.
updateEachBase(String, Function<IInternalStorePartitionVersion, B>, DatastoreBaseRewriteContext.IBaseUpdater<B>) - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Updates all the 'extracted' bases from the specified store and registers the results in the DatastoreBaseRewriteContext.
updateEachBase(Function<IInternalStorePartitionVersion, B>, DatastoreBaseRewriteContext.IBaseUpdater<B>) - Method in class com.qfs.store.impl.DatastoreBaseRewriteContext
Deprecated.
Updates all the 'extracted' bases from all the stores and registers the results in the DatastoreBaseRewriteContext.
updateEventsThreshold(Integer) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
Sets the minimal number of events that may trigger event publication.
updateFactories() - Method in class com.qfs.pivot.impl.RemoveMembersRemoteTransaction
Update all factories once the removal task is successfully invoked.
updateFactories(List<? extends IMultiVersionDimension<? extends IHierarchy>>, IDistributedActivePivot.DataReplication) - Method in class com.qfs.distribution.impl.ClusterTranslatorFactory
Updates all the IQueryNodeQueryTranslatorFactory factories with the new global (i.e.
updateField(FieldKey, Supplier<IStoreMetadata>, Supplier<IAllocationSettings[]>, IntPredicate, IDictionary<?>, Supplier<IWritableDictionary<Object>>) - Static method in class com.activeviam.store.structure.impl.UpdateFieldsAction
Creates an UpdateFieldsAction that updates the given field.
UpdateFieldsAction - Class in com.activeviam.store.structure.impl
Basic implementation of IUpdateFieldsAction.
updateFromAnotherState(CellSetState, boolean) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellSetState
Mutates this state to contain the same data than a given state, while keeping the previous cells in the cellsFollower.
UpdateIncomingReferencesOperation - Class in com.qfs.plan.impl.operations
Update the materialized references of stores that target an initial store and propagate the impacts.
UpdateIncomingReferencesOperation(IDirectedMultiGraph<String, IMultiVersionStore, IReferenceMetadata>, IMultiVersionStore) - Constructor for class com.qfs.plan.impl.operations.UpdateIncomingReferencesOperation
Constructor.
UpdateIndexesAction - Class in com.activeviam.store.structure.impl
Basic implementation of IUpdateIndexesAction.
UpdateIndexesAction(String, Supplier<IStoreMetadata>) - Constructor for class com.activeviam.store.structure.impl.UpdateIndexesAction
 
updateInfo(AxisMemberDTO, Double, String, boolean) - Method in class com.qfs.snl.agent.mdx.impl.AStreamInfo
 
updateInfo(AxisMemberDTO, Double, String, boolean) - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Updates a particular information.
updateListener(RealTimeSelectExecutor) - Method in class com.quartetfs.pivot.mdx.realtime.impl.AMdxContinuousQueryListener
Updates this listener using the executor that computed that latest valid initial MDX query.
updateListener(RealTimeSelectExecutor) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxContinuousQueryListener
 
updateListener(RealTimeSelectExecutor) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxDecoratorMultiplexer
 
updateListener(RealTimeSelectExecutor) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxNotificationQueryListener
 
updateLocalSchema(Consumer<? super IDatastoreSchemaUpdater>) - Method in interface com.activeviam.store.structure.ILocalSchemaUpdater
 
updateLocalSchema(Consumer<? super IDatastoreSchemaUpdater>) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
updateMaxEvents(Integer) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
Sets the maximum number of events to keep in a publisher queue.
updateMonitor(IMonitor) - Method in class com.qfs.snl.monitors.impl.MonitorReport
Update this report with the given monitor.
updateMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Updates an existing monitoring.
updateMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
updateMonitorPayload(IWorkflowPayload, IMonitor, IMonitor) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Builds the payload for the IWorkflowService.WorkflowTypes.UPDATE_MONITOR type of workflows.
updateNumaSelector(String, INumaSelectorDescription) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
updateOnlyIfDifferent() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
updateOnlyIfDifferent() - Method in class com.qfs.desc.impl.StoreDescription
 
updateOnlyIfDifferent() - Method in interface com.qfs.desc.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.qfs.desc.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() - Method in class com.qfs.store.impl.StoreMetadata
 
updateOnlyIfDifferent() - Method in interface com.qfs.store.IStoreMetadata
Returns whether a record should be updated when it is the same as the previously existing record.
updateOnlyIfDifferent(boolean) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
updateOnlyIfDifferent(boolean) - Method in class com.qfs.desc.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
UpdateOnlyIfDifferentForReferencedStoresPostProcessor - Class in com.qfs.desc.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Datastore's description post-processors are no longer needed. Set this information directly in the store description.
UpdateOnlyIfDifferentForReferencedStoresPostProcessor() - Constructor for class com.qfs.desc.impl.UpdateOnlyIfDifferentForReferencedStoresPostProcessor
Deprecated.
 
updateParameterPayload(IWorkflowPayload, String, ParameterUpdateDto<PointValueDto, PointValueDto>) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Creates a payload for IWorkflowService.WorkflowTypes.UPDATE_PARAMETER workflows.
UpdatePartitioningAction - Class in com.activeviam.store.structure.impl
Basic implementation of IUpdatePartitioningAction.
UpdatePartitioningAction(String, Supplier<IStoreMetadata>, Supplier<StoreInternals>, Supplier<IAllocationSettings[]>) - Constructor for class com.activeviam.store.structure.impl.UpdatePartitioningAction
 
UpdatePermissionsJsonParam(List<String>, List<String>) - Constructor for class com.qfs.content.rest.impl.RestContentJsonParams.UpdatePermissionsJsonParam
Constructor.
updateQuery(String, IMDXQuery) - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
updateQuery(String, Q) - Method in class com.quartetfs.biz.pivot.streaming.impl.ADelegateStream
 
updateQuery(String, Q) - Method in interface com.quartetfs.tech.streaming.IStream
Updates the underlying query of the stream.
updateQuery(String, T) - Method in class com.quartetfs.biz.pivot.streaming.impl.AActivePivotStream
 
updateRanges(String, IAxisRanges<IRangeProperty>) - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
updateRanges(String, IAxisRanges<IRangeProperty>) - Method in class com.quartetfs.biz.pivot.streaming.impl.MdxStream
 
updateRanges(String, IAxisRanges<IRangeProperty>) - Method in class com.quartetfs.biz.pivot.streaming.impl.NotificationMdxStream
 
updateRanges(String, IAxisRanges<IRangeProperty>) - Method in interface com.quartetfs.tech.streaming.IStreamWithRanges
Updates the range of the stream.
UpdateRequest<ExistingT,​NewT> - Class in com.qfs.repository.persistence.impl
Class defining an update on a given value.
UpdateRequest(ExistingT, NewT) - Constructor for class com.qfs.repository.persistence.impl.UpdateRequest
Constructor.
UpdateRequestDto<ExistingT,​NewT> - Class in com.qfs.repository.dto
Serializable object that hold an update request of point values.
UpdateRequestDto() - Constructor for class com.qfs.repository.dto.UpdateRequestDto
Default constructor.
UpdateRequestDto(ExistingT, NewT) - Constructor for class com.qfs.repository.dto.UpdateRequestDto
Constructor.
updateSchema(Consumer<? super IDatastoreSchemaUpdater>) - Method in class com.qfs.store.transaction.impl.DatastoreStructuralSchemaTransaction
 
updateScopes(AggregationNodeParts, PlanningGraph) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PrimitiveAggregationNode
Updates the prefetch location of this node.
UpdatesRowsCollectorProcedure(int) - Constructor for class com.qfs.plan.impl.operations.IncrementalSubmitUpdateWhereTriggersOperation.UpdatesRowsCollectorProcedure
UpdateState - Enum in com.quartetfs.pivot.mdx.realtime.impl
This Enum is used to know if axes with NON EMPTY must be recomputed.
updateStoreSize(int) - Method in class com.qfs.pivot.cube.provider.bitmap.impl.AIndexedAggregateProviderTransaction
Updates the base's aggregate store size to be at least equal to the given size.
updateStreamMaintenanceDelay(SessionData.StreamConfiguration) - Method in class com.qfs.spring.websocket.impl.SessionData
Deprecated.
Changes the maintenance delay of the given stream, as user has recently interacted with it.
updateStreamQuery(String, String, IQuery<R>) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
updateStreamQuery(String, String, IQuery<R>) - Method in class com.quartetfs.tech.streaming.impl.StreamingService
 
updateStreamQuery(String, String, IQuery<R>) - Method in interface com.quartetfs.tech.streaming.IStreamingService
Update the reference query of the stream, without interrupting or disconnecting the stream.
updateStreamQuery(WebSocketSession, JsonContinuousMdxQuery, boolean) - Method in class com.qfs.spring.websocket.impl.QueryWebSocketService
Deprecated.
Updates one specific query (new mdx or new context value) in the session.
updateStreamRanges(String, String, IAxisRanges<IRangeProperty>) - Method in class com.activeviam.apm.pivot.webservices.core.impl.MonitoredStreamingService
 
updateStreamRanges(String, String, IAxisRanges<IRangeProperty>) - Method in class com.quartetfs.tech.streaming.impl.StreamingService
 
updateStreamRanges(String, String, IAxisRanges<IRangeProperty>) - Method in interface com.quartetfs.tech.streaming.IStreamingService
Update the reference query of the stream, without interrupting or disconnecting the stream.
updateStructure(IActivePivotSchemaUpdater) - Method in interface com.quartetfs.biz.pivot.IActivePivotSchema
Deprecated, for removal: This API element is subject to removal in a future version.
updateStructure(IActivePivotSchemaUpdater) - Method in class com.quartetfs.biz.pivot.impl.ActivePivotSchema
 
updateStructure(IWritablePivotStructure) - Method in interface com.activeviam.copper.IInternalCopperContext
Deprecated.
Adds to the cube all the elements (measures, hierarchies...) added to this context.
updateStructure(IWritablePivotStructure) - Method in class com.activeviam.copper.impl.DataCubeContext
Deprecated.
 
updateStructure(IPostProcessorDescription, IWritablePivotStructure) - Method in class com.activeviam.copper.measure.StoreLookupMeasure.SameDictionaryEnforcer
 
updateStructure(Consumer<IActivePivotManagerUpdaterInterfaces.IActivePivotManagerUpdater>) - Method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
 
updateSummary(IRetrieval) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphExporter
Updates the query plan summary with this retrieval detail.
updateTable(String, JsonDatabaseEdit) - Method in interface com.qfs.service.store.IDatabaseRestService
Removes, adds or updates facts in a given table.
updateTable(String, JsonDatabaseEdit) - Method in class com.qfs.store.service.impl.DatabaseRestServiceController
 
UpdateTimestampMeasure - Class in com.quartetfs.biz.pivot.cube.hierarchy.measures.impl
Update timestamp measure member.
UpdateTimestampMeasure() - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.UpdateTimestampMeasure
Constructor.
UpdateTimestampMeasure(INativeMeasureDescription) - Constructor for class com.quartetfs.biz.pivot.cube.hierarchy.measures.impl.UpdateTimestampMeasure
Full constructor.
updateWhere(int, ICompiledQuery, ITransactionManager.IUpdateWhereProcedure, int[]) - Method in class com.qfs.store.impl.MultiVersionDatastoreSchema
 
updateWhere(int, ICompiledQuery, ITransactionManager.IUpdateWhereProcedure, int[]) - Method in interface com.qfs.store.IMultiVersionDatastoreSchema
Deprecated.
Updates all the records in a given store matching a defined condition using an update procedure.
updateWhere(int, ICompiledQuery, ITransactionManager.IUpdateWhereProcedure, int[]) - Method in interface com.qfs.store.transaction.IDatastoreSchemaTransactionManager
Updates all the records in a given store matching a defined condition using an update procedure.
updateWhere(int, ICompiledQuery, ITransactionManager.IUpdateWhereProcedure, int[]) - Method in class com.qfs.store.transaction.impl.DatastoreSchemaTransactionManager
 
updateWhere(StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo) - Method in class com.qfs.store.impl.StorePartitionWorker
Applies an update where procedure on the records matching the query.
updateWhere(StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo) - Method in class com.qfs.store.impl.StorePartitionWorkUnitQueue
Applies an update where procedure on the records matching the query.
updateWhere(StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo, IStorePartitionUpdate) - Method in class com.qfs.store.impl.StorePartitionTransaction
 
updateWhere(StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo, IStorePartitionUpdate) - Method in interface com.qfs.store.IStorePartitionTransaction
Updates in the partition the records provided by the cursor with the related updateProcedure.
updateWhere(ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in class com.qfs.store.transaction.impl.AlterableTransactionManager
 
updateWhere(ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in class com.qfs.store.transaction.impl.DelegatingOpenedTransaction
 
updateWhere(ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in class com.qfs.store.transaction.impl.TransactionManager
 
updateWhere(ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in interface com.qfs.store.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.qfs.store.transaction.ITransactionManager
Updates all the records in a single given store matching a defined condition using an update procedure.
UpdateWhere - com.qfs.store.IStorePartitionWorkUnit.WorkType
 
UpdateWhereExecutionInfo(IUpdateWhereInfo, int, int, IBitmap) - Constructor for class com.qfs.store.impl.StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo
Constructor.
UpdateWhereFactoryPlugin - Class in com.qfs.store.service.impl
 
UpdateWhereFactoryPlugin() - Constructor for class com.qfs.store.service.impl.UpdateWhereFactoryPlugin
Constructor of UpdateWhereFactoryPlugin.
UpdateWhereInfo - Class in com.qfs.store.impl
Implementation of IUpdateWhereInfo.
UpdateWhereInfo(ICompiledQuery, ITransactionManager.IUpdateWhereProcedure, IDictionary<Object>[], IWritableDictionary<Object>[], int, String) - Constructor for class com.qfs.store.impl.UpdateWhereInfo
Constructor.
updateWhereNonBlocking(StorePartitionUpdateWhereUnit.UpdateWhereExecutionInfo) - Method in class com.qfs.store.impl.StorePartitionWorker
Applies an update where procedure on the records matching the query and does not block if the queue is full.
UpdateWhereSelectionAndProcedure - Class in com.qfs.store.service.impl
A wrapper to contain the result of the @IUpdateWhereProcedureFactory.
UpdateWhereSelectionAndProcedure(ITransactionManager.IUpdateWhereProcedure, ISelection, Set<String>) - Constructor for class com.qfs.store.service.impl.UpdateWhereSelectionAndProcedure
upgrade(int) - Method in class com.qfs.chunk.array.impl.ArrayChunkPositiveInteger
 
upgrade(int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPositiveInteger
 
upgrade(int) - Method in class com.qfs.chunk.direct.impl.DirectChunkPositiveInteger
 
upgrade(int) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
Upgrades the data structure to reach the target order and copy the old data into the new structure if the target order is bigger than the chunk order.
upgradeState(CellSetState, CellSetState, boolean, boolean) - Static method in class com.quartetfs.biz.pivot.streaming.impl.MdxStreamHelper
Upgrades a CellSetState from another CellSetState and returns the associated CellSetDTO.
upgradeType(IInternalDatastoreStructure.IndexType) - Method in class com.activeviam.store.structure.impl.IndexDefinition
Creates a new definition with the same configuration but with the specified type.
upload(byte[]) - Method in interface com.activeviam.cloud.entity.ICloudEntityPath
Uploads the specified content.
upload(InputStream, long) - Method in interface com.activeviam.cloud.entity.ICloudEntityPath
Uploads the source stream data to the entity.
upload(Path) - Method in interface com.activeviam.cloud.entity.ICloudEntityPath
Uploads the given file to the entity.
uploadText(String, String) - Method in interface com.activeviam.cloud.entity.ICloudEntityPath
Uploads the content to the entity.
url(boolean, String...) - Static method in class com.qfs.QfsWebUtils
Build an url by joining the different given parts separated by QfsWebUtils.SEPARATOR.
url(String...) - Static method in class com.qfs.QfsWebUtils
Build an url by joining the different given parts separated by QfsWebUtils.SEPARATOR = 47.
URL - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_DatasourcesDefinition
 
UrlBuilder - Class in com.qfs.rest.urls.impl
Front-end implementation of IUrlBuilder.IBuilder.
UrlBuilder() - Constructor for class com.qfs.rest.urls.impl.UrlBuilder
 
Use - com.quartetfs.biz.xmla.constants.Keyword
 
USE_GENERATED_COMPONENT_NAME - Static variable in interface com.activeviam.desc.build.IActivePivotManagerDescriptionBuilder
The name used for components when the user didn't specify any name.
USE_JAVA_METHOD_NAME - Static variable in annotation type com.qfs.jmx.JmxOperation
Default method name.
USE_MULTIPLE_FILES_PROPERTY - Static variable in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Use multiple files property key.
USE_ZIP_FILE_PROPERTY - Static variable in class com.activeviam.pivot.json.dataexport.JsonFileConfiguration
Use zip file property key.
useApplicationMeasureGroups() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
useApplicationMeasureGroups() - Method in class com.qfs.messenger.impl.HelloMessage.HelloMessageAnswer
Returns HelloMessage.HelloMessageAnswer.useApplicationMeasureGroups.
useApplicationMeasureGroups() - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
useApplicationMeasureGroups() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
useApplicationMeasureGroupsSuffix() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
useApplicationMeasureGroupsSuffix() - Method in class com.qfs.messenger.impl.HelloMessage.HelloMessageAnswer
Returns HelloMessage.HelloMessageAnswer.useApplicationMeasureGroupsSuffix.
useApplicationMeasureGroupsSuffix() - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
useApplicationMeasureGroupsSuffix() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
useApplicationMeasureNames() - Method in interface com.qfs.distribution.IDistributedActivePivot
Indicates if the application name must be used to prefix measure names.
useApplicationMeasureNames() - Method in interface com.qfs.distribution.IMultiVersionDistributedActivePivot
useApplicationMeasureNames() - Method in class com.qfs.messenger.impl.HelloMessage.HelloMessageAnswer
Returns HelloMessage.HelloMessageAnswer.useApplicationMeasureNames.
useApplicationMeasureNames() - Method in class com.qfs.pivot.impl.DistributedActivePivotBase
useApplicationMeasureNames() - Method in class com.qfs.pivot.impl.DistributedActivePivotVersion
 
useApplicationMeasureNames() - Method in class com.qfs.pivot.impl.MultiVersionDistributedActivePivot
Deprecated.
 
useAutoVectorizer() - Method in interface com.activeviam.database.commons.api.settings.IDirectQueryEmulatedVectorSettings
Enables the auto-vectorization of columns starting with the same pattern and ending with a number.
useCache() - Method in interface com.qfs.chunk.direct.allocator.impl.ISlabMemoryTracker
Checks whether the next allocation should use the cache (if enabled).
useConstantPartitioning() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveDefaultPartitioning
Uses a constant partitioning as the default partitioning function for the decision field of this node.
useConstantPartitioning() - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
useConstantPartitioning() - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanHaveDefaultPartitioning
Uses a constant partitioning as the default partitioning function for the decision field of this node.
useDefault(int, Object) - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
useDefault(int, Object) - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
useDefault(int, Object) - Method in class com.qfs.store.record.impl.RecordFormat
 
useDefault(int, Object) - Method in interface com.qfs.store.record.IRecordFormat
Decides if the default value must be used for the given field, according to the proposed value.
useDefaultValues(int) - Method in class com.quartetfs.biz.pivot.cellset.impl.AggregateStoresJoiner
Indicates that the default values should be used when aggregating data from the given store.
useDistibution(IActivePivotInstanceDescription) - Static method in class com.quartetfs.biz.pivot.impl.ActivePivotContainer
Deprecated, for removal: This API element is subject to removal in a future version.
useIndexCompression() - Method in class com.activeviam.store.structure.impl.StoreDefinition
 
useIndexCompression(boolean) - Method in class com.activeviam.store.structure.impl.StoreDefinition.StoreDefinitionBuilder
 
useInterface(Object) - Static method in class com.qfs.rest.services.RestServiceUtils
Downgrade a generic container to one of its super types.
useIntrospection() - Method in interface com.quartetfs.biz.pivot.cube.hierarchy.IAnalysisHierarchyInfo
Indicates if the hierarchy uses introspection for at least on of its level.
useIntrospection() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.AnalysisHierarchyInfo
 
useIsolatedTransactions() - Method in interface com.qfs.repository.IDatastoreRepositoryCacheConfiguration
Whether parameter store transactions should be isolated or trigger transactions on the ActivePivots.
useIsolatedTransactions() - Method in class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
 
useMasterWithoutRestriction() - Method in class com.qfs.security.impl.ContentServiceBranchPermissionsManager
Sets open permissions (all users are granted read and write permissions) for the master branch.
useModuloPartitioning(int) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.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.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
useModuloPartitioning(int) - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanHaveDefaultPartitioning
Uses a modulo partitioning for the field of this node, except for values specified in the previous step.
useModuloPartitioning(int, String...) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveField
Defines a multiple field modulo function over the given fields.
useModuloPartitioning(int, String...) - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
useModuloPartitioning(int, String...) - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanHaveField
Defines a multiple field modulo function over the given fields.
useModuloPartitioning(String, int) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveField
Uses a modulo partitioning for the decision field of this node.
useModuloPartitioning(String, int) - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
useModuloPartitioning(String, int) - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanHaveField
Uses a modulo partitioning for the decision field of this node.
useModuloPartitioningOnAvailableKeyFields(int) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveField
Defines a multiple field modulo function over the key fields that have not been used in other sub partitioning.
useModuloPartitioningOnAvailableKeyFields(int) - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
useModuloPartitioningOnAvailableKeyFields(int) - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanHaveField
Defines a multiple field modulo function over the key fields that have not been used in other sub partitioning.
useParallelResizing(int) - Static method in class com.qfs.dic.impl.ChristmasDictionaryResizeAction
Decides if the dictionary should use a parallel rehashing given its order.
usePastFunction() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
Gets if there are any use of the Past function in the visited expression.
USER_NAME - Static variable in interface com.quartetfs.biz.pivot.monitoring.IStreamInfoHolder
Property key for the name of the user who creates the continuous query.
USER_NAME_MDC_PROP - Static variable in class com.activeviam.apm.logging.impl.LogUserConverter
 
UserAuthentication - Class in com.quartetfs.biz.pivot.context.impl
This context set the user name and the encrypted password.
UserAuthentication() - Constructor for class com.quartetfs.biz.pivot.context.impl.UserAuthentication
Empty constructor for serialization.
UserAuthentication(String) - Constructor for class com.quartetfs.biz.pivot.context.impl.UserAuthentication
Constructor.
UserAuthenticationTranslator - Class in com.quartetfs.biz.pivot.context.impl
Translator for IUserAuthentication context values.
UserAuthenticationTranslator() - Constructor for class com.quartetfs.biz.pivot.context.impl.UserAuthenticationTranslator
 
UserAuthenticator - Class in com.qfs.rest.client.impl
Simple authenticator with a predefined user and password.
UserAuthenticator(String, String) - Constructor for class com.qfs.rest.client.impl.UserAuthenticator
Constructor.
UserContextRestrictionException - Exception in com.quartetfs.biz.pivot.context
Exception raised for a wanted context value not available in the context.
UserContextRestrictionException() - Constructor for exception com.quartetfs.biz.pivot.context.UserContextRestrictionException
Default constructor.
UserContextRestrictionException(Class<? extends IContextValue>) - Constructor for exception com.quartetfs.biz.pivot.context.UserContextRestrictionException
Constructor.
userDefinedAgg(CopperMeasure...) - Static method in class com.activeviam.copper.api.Copper
Starts building a Copper measure performing a user-defined aggregate function (UDAF) that can be applied on multiple measures.
userDefinedAgg(String...) - Static method in class com.activeviam.copper.api.Copper
Starts building a Copper measure performing a user-defined aggregate function (UDAF) that can be applied to multiple fields of the current selection.
userDefinedAgg(String, String[]) - Static method in class com.activeviam.copper.api.Copper
Creates a Copper measure performing a user-defined aggregation on multiple fields of the current selection.
UserDefinedAggregateFunctionBuilderUtil - Class in com.activeviam.copper.builders.agg
Helper class for user defined aggregate functions.
UserDefinedAggregateFunctionBuilderUtil() - Constructor for class com.activeviam.copper.builders.agg.UserDefinedAggregateFunctionBuilderUtil
 
UserDefinedAggregationBinding - Class in com.qfs.agg.impl
Generic binding implementation for binding underlying aggregates when performing user-defined aggregations.
UserDefinedAggregationBinding(ICompositeReadableColumn, ICompositeColumn, BiConsumer<IArrayReader, IWritableBuffer>) - Constructor for class com.qfs.agg.impl.UserDefinedAggregationBinding
Constructor.
UserDefinedAggregationFeedBinding - Class in com.qfs.agg.impl
Generic binding implementation for binding sources to buffers in user-defined aggregation functions.
UserDefinedAggregationFeedBinding(ITableCursor, ICompositeColumn, BiConsumer<IArrayReader, IWritableBuffer>) - Constructor for class com.qfs.agg.impl.UserDefinedAggregationFeedBinding
Constructor.
UserDefinedAggregationPostProcessor - Class in com.activeviam.copper.pivot.pp
Deprecated, for removal: This API element is subject to removal in a future version.
UserDefinedAggregationPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.UserDefinedAggregationPostProcessor
Deprecated.
Constructor.
UserDefinedAggregationWithRemovalFeedBinding - Class in com.qfs.agg.impl
Binding implementation for binding sources to buffers in user-defined aggregation functions that supports that support removal operations (for usage in indexed aggregate providers).
UserDefinedAggregationWithRemovalFeedBinding(ITableCursor, ICompositeColumn, BiConsumer<IArrayReader, IWritableBuffer>, BiConsumer<IArrayReader, IWritableBuffer>) - Constructor for class com.qfs.agg.impl.UserDefinedAggregationWithRemovalFeedBinding
Constructor.
UserDefinedLeafAggregationMeasure - Class in com.activeviam.copper.measure
Copper measure with dynamic aggregation on some levels.
UserDefinedLeafAggregationMeasure.Factory - Class in com.activeviam.copper.measure
UserDefinedVectorAggregationBinding - Class in com.qfs.agg.impl
Generic binding implementation for binding underlying aggregates when performing user-defined aggregations.
UserDefinedVectorAggregationBinding(ICompositeReadableColumn, ICompositeColumn, BiConsumer<IArrayReader, IWritableBuffer>, int[]) - Constructor for class com.qfs.agg.impl.UserDefinedVectorAggregationBinding
Constructor.
UserDefinedVectorAggregationFeedBinding - Class in com.qfs.agg.impl
Generic binding implementation for binding sources to buffers in user-defined aggregation functions.
UserDefinedVectorAggregationFeedBinding(ITableCursor, ICompositeColumn, BiConsumer<IArrayReader, IWritableBuffer>, int[]) - Constructor for class com.qfs.agg.impl.UserDefinedVectorAggregationFeedBinding
Constructor.
UserDefinedVectorAggregationWithRemovalFeedBinding - Class in com.qfs.agg.impl
Binding implementation for binding sources to buffers in user-defined aggregation functions that supports that support removal operations (for usage in indexed aggregate providers).
UserDefinedVectorAggregationWithRemovalFeedBinding(ITableCursor, ICompositeColumn, BiConsumer<IArrayReader, IWritableBuffer>, BiConsumer<IArrayReader, IWritableBuffer>, int[]) - Constructor for class com.qfs.agg.impl.UserDefinedVectorAggregationWithRemovalFeedBinding
Constructor.
UserDetailsServiceWrapper - Class in com.quartetfs.biz.pivot.security.impl
The wrapper of the spring security bean user details service.
UserDetailsServiceWrapper() - Constructor for class com.quartetfs.biz.pivot.security.impl.UserDetailsServiceWrapper
UserDetailsServiceWrapper(UserDetailsService) - Constructor for class com.quartetfs.biz.pivot.security.impl.UserDetailsServiceWrapper
UserDto - Class in com.qfs.snl.dtos
DTO providing information about the user currently connected.
UserDto(String) - Constructor for class com.qfs.snl.dtos.UserDto
Full constructor.
UserEntitlement - Class in com.quartetfs.biz.pivot.security.impl
A list of PivotEntitlements.
UserEntitlement() - Constructor for class com.quartetfs.biz.pivot.security.impl.UserEntitlement
 
UserErrorException - Exception in com.activeviam.copper.exception
An exception due to an incorrect usage of the API by the user.
UserErrorException(String) - Constructor for exception com.activeviam.copper.exception.UserErrorException
Constructor.
UserErrorException(String, Throwable) - Constructor for exception com.activeviam.copper.exception.UserErrorException
Constructor.
userId - Variable in class com.qfs.util.tar.impl.TarHeader
The entry's user id.
userName - Variable in class com.qfs.util.tar.impl.TarHeader
The entry's user name.
UserName - Static variable in class com.quartetfs.biz.xmla.impl.XmlaProperties
 
USERNAME_PROPERTY - Static variable in interface com.qfs.msg.jdbc.IJDBCSource
The username property.
UserRecordSetVersion - Class in com.qfs.store.impl
A IRecordSetVersion that keeps a reference to the DatastoreSchemaVersion.
UserRecordSetVersion(IRecordSetVersion, IDatastoreSchemaVersion) - Constructor for class com.qfs.store.impl.UserRecordSetVersion
Constructs a User view of an IRecordSetVersion.
UserStoreGraph - Class in com.qfs.store.impl
A graph of stores versions that keeps strong reference to IDatastoreSchemaVersion.
UserStoreGraph(IDirectedMultiGraph<String, IStoreVersion, IReferenceMetadata>, DatastoreSchemaVersion) - Constructor for class com.qfs.store.impl.UserStoreGraph
Constructor.
UserStorePartitionVersion - Class in com.qfs.store.impl
A StorePartitionVersion that keeps a strong reference to a DatastoreSchemaVersion.
UserStorePartitionVersion(IInternalStorePartitionVersion, IDatastoreSchemaVersion) - Constructor for class com.qfs.store.impl.UserStorePartitionVersion
Full constructor.
UserStoreVersion - Class in com.qfs.store.impl
A IStoreVersion that keeps a strong reference to the IDatastoreSchemaVersion.
UserStoreVersion(IInternalStoreVersion, IDatastoreSchemaVersion) - Constructor for class com.qfs.store.impl.UserStoreVersion
Full constructor.
UserTask - Class in com.qfs.snl.workflows.tasks.impl
Basic implementation of a user task.
UserTask(String, String, String, String, List<String>, List<IFormField>, String, int, String, String) - Constructor for class com.qfs.snl.workflows.tasks.impl.UserTask
Full constructor.
useSameDictionary(ReachableField, ReachableField) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
useSameDictionary(StoreField, ReachableField) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
useSameDictionary(StoreField, StoreField) - Method in class com.activeviam.store.structure.impl.DatastoreSchemaUpdater
 
useSinglePartition() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveDefaultPartitioning
Puts all record to a single partition, except for values specified in the previous step.
useSinglePartition() - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
useSinglePartition() - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanHaveDefaultPartitioning
Puts all record to a single partition, except for values specified in the previous step.
useSinglePartitionForValue(Object) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule
Defines a child partitioning node for the given values.
useSinglePartitionForValue(Object) - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule
Defines a child partitioning node for the given values.
useSinglePartitionForValues(Object...) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule
Defines a child partitioning node for each of the given values.
useSinglePartitionForValues(Object...) - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule
Defines a child partitioning node for each of the given values.
useStorePartitioning() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.INumaBehavior
Tells the builder that the NUMA node of each partition should be: partitionId % QFSPools.getPoolCount().
useTimeTravel() - Method in interface com.activeviam.database.commons.api.settings.IDirectQueryTimeTravelSettings
Whether the queries should query the database with time-travel features enabled.
useValuePartitioning() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.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.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
useValuePartitioning() - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanHaveDefaultPartitioning
Uses a partitioning by value for the field of this node, except for values specified in the previous step.
useValuePartitioningOn(String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveField
Uses a partitioning by value for the decision field of this node.
useValuePartitioningOn(String) - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
useValuePartitioningOn(String) - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanHaveField
Uses a partitioning by value for the decision field of this node.
usingReference(JoinPath) - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.CanUseOtherReference
Follows a reference path, starting from the base store.
usingReference(String...) - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.CanUseOtherReference
Follows a reference path, starting from the base store.
UTF8_ALTERNATE_MIME_TYPE - Static variable in class com.quartetfs.biz.xmla.XmlaConstants
 
Utf8BorderBuilder - Class in com.qfs.util.ui.impl
Border builder for UTF8 environment.
Utf8BorderBuilder() - Constructor for class com.qfs.util.ui.impl.Utf8BorderBuilder
 
UTILITY - com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
 
UtilsCompression - Class in com.quartetfs.biz.xmla.compression
UtilsCompression.
UtilsCompression() - Constructor for class com.quartetfs.biz.xmla.compression.UtilsCompression
 
Uuid - Static variable in class com.quartetfs.biz.xmla.impl.XmlaTypes
Uuid type.
UUID_PATTERN - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 

V

VALID - com.quartetfs.biz.pivot.query.aggregates.plan.impl.CachedAggregatesRetrievalCreator.CachedAggregatesStatus
These aggregates are valid and can be used for this query.
validate() - Method in class com.qfs.distribution.impl.DataNodeIdentifierFactory
Validate this factory.
validate() - Method in class com.qfs.store.impl.SchemaConfigurationValidator
Validates the schema description.
validate(int) - Static method in class com.qfs.store.part.impl.ModuloFunctionDescription
Throws if the value is not supported.
validate(IInternalCopperContext) - Method in class com.activeviam.copper.measure.AggregatedMeasure
 
validate(IInternalCopperContext) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
validate(IInternalCopperContext) - Method in class com.activeviam.copper.measure.CalculatedMeasure
 
validate(IInternalCopperContext) - Method in class com.activeviam.copper.measure.CopperAdvancedAggregatedMeasure
 
validate(IInternalCopperContext) - Method in interface com.activeviam.copper.measure.IInternalCopperMeasure
Deprecated.
Checks if the current measure is valid in the given IInternalCopperContext.
validate(IInternalCopperContext) - Method in class com.activeviam.copper.measure.LeafAggregationMeasure
 
validate(IInternalCopperContext) - Method in class com.activeviam.copper.measure.PostProcessorCopperMeasure
 
validate(IInternalCopperContext) - Method in class com.activeviam.copper.measure.ShiftMeasure
 
validate(IInternalCopperContext) - Method in class com.activeviam.copper.measure.StoreFieldAggregatedMeasure
 
validate(IInternalCopperContext) - Method in class com.activeviam.copper.measure.StoreLookupMeasure
 
validate(IInternalCopperContext) - Method in class com.activeviam.copper.measure.SwitchOnMeasure
 
validate(IInternalCopperContext) - Method in class com.activeviam.copper.measure.UserDefinedLeafAggregationMeasure
 
validate(IPartitioningFormat.IStorePartitioningFormat) - Method in class com.qfs.store.part.impl.AdaptivePartitioningDescription
 
validate(IPartitioningFormat.IStorePartitioningFormat) - Method in class com.qfs.store.part.impl.ConstantPartitioningDescription
 
validate(IPartitioningFormat.IStorePartitioningFormat) - Method in class com.qfs.store.part.impl.HierarchicalPartitioningDescription
 
validate(IPartitioningFormat.IStorePartitioningFormat) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioningDescription
 
validate(IPartitioningFormat.IStorePartitioningFormat) - Method in class com.qfs.store.part.impl.PartitioningDescription
 
validate(IPartitioningFormat.IStorePartitioningFormat) - Method in interface com.qfs.store.part.IPartitioningDescription
Validates the partitioning description.
validate(ICalculatedMemberDescription) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Throws an MdxRuntimeException if an element of the description is not syntactically valid.
validate(IKpiDescription) - Static method in class com.quartetfs.pivot.mdx.impl.MdxUtil
Throws an MdxRuntimeException if an element of the description is not syntactically valid.
validate(Object...) - Method in interface com.quartetfs.biz.pivot.definitions.IDescription
Checks if the current description is valid.
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotInstanceDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotManagerDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaDescription
Validation of the schema description.
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.ActivePivotSchemaInstanceDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.AdvancedAggregatedMeasureDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatedMeasureDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregateProviderDefinition
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.AggregatesCacheDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.AHierarchyDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
Checks if the current description is valid.
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisHierarchyDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisDimensionsDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisHierarchyDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.AxisLevelDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedDrillthroughColumnSetDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.CalculatedMemberDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.CatalogDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.ClusterDefinition
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.ComparatorOrderDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.ContextValuesDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.DistributedActivePivotInstanceDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.EpochDimensionDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.FilterDescription
Validate that allowed values and disallowed values are not defined at the same time, and that there is at least one allowed value or one disallowed value in the filter.
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.JoinMeasureDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiDescription
Checks if the current description is valid.
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiGoalDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiMdxAdapter
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiStatusDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiTrendDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.KpiValueDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasureMemberDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.MeasuresDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.MessengerDefinition
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.NamedSetDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.NativeMeasureDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.PartialProviderDefinition
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.PluginDefinition
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.PostProcessorDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition.DistributedApplicationDefinition
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.QueryClusterDefinition
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.ResourceDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.SelectionDescription
 
validate(Object...) - Method in class com.quartetfs.biz.pivot.definitions.impl.SelectionFieldsDescription
 
validate(String, IFieldDescription) - Static method in class com.activeviam.store.structure.impl.StructureValidator
Validates the description of the given field.
validateAndContributeHierarchies(String, List<? extends IHierarchy>, List<? extends IHierarchy>, String, long) - Method in interface com.qfs.distribution.ILocalityIdentifierFactory
Validates the distribution by checking hierarchy/measure coherence, and updates the map on which the getLocality methods are based.
validateAndContributeHierarchies(String, List<? extends IHierarchy>, List<? extends IHierarchy>, String, long) - Method in class com.qfs.distribution.impl.ClusterLocalityIdentifierFactory
 
validateBlock(IBlock, long) - Static method in class com.qfs.vector.impl.ABlockVector
Validates that the given position is compatible with the given block.
validateCondition(String, InvalidQueryExceptionBuilder, ICondition) - Method in class com.qfs.store.query.impl.QueryValidator
Validates that the condition is valid.
validateDataCubeTopology(IAddress, String, String, String, List<? extends HierarchyAndLevelInfo>) - Method in class com.qfs.distribution.impl.ClusterTranslatorFactory
Ensures that the topology of the current query cube is identical (comparing hierarchy names and level names) to the one of other cubes in the same application.
validateDependencies(IMultiVersionActivePivot) - Method in class com.quartetfs.biz.pivot.query.registration.impl.ARegistration
Validates that the dependencies that have been registered are still valid for the latest version.
validateDependencies(IMultiVersionActivePivot) - Method in interface com.quartetfs.biz.pivot.query.registration.IRegistration
Validates that the dependencies that have been registered are still valid for the latest version.
ValidateDependenciesResult(IActivePivotVersion, IActivePivotVersion) - Constructor for class com.quartetfs.biz.pivot.query.registration.IRegistration.ValidateDependenciesResult
 
validatedVersion - Variable in class com.quartetfs.biz.pivot.query.registration.IRegistration.ValidateDependenciesResult
The version at which the dependencies were validated.
validateValueType(String, String, Object, int) - Static method in class com.activeviam.store.structure.impl.StructureValidator
Verifies that the given value is compatible with the field of the given type.
validateValueType(String, String, Object, int) - Static method in class com.qfs.store.impl.SchemaConfigurationValidator
Verifies that the given value is compatible with the field of the given type.
validateValueType(String, String, Object, int) - Static method in class com.qfs.store.Types
Verifies that the given value is compatible with the field of the given type.
VALIDATION_FAILURE - Static variable in interface com.quartetfs.biz.pivot.query.registration.IRegistration
The validation result on failure and no init happened.
value - Variable in class com.activeviam.copper.measure.ShiftMeasure.ConditionShift
The constant value.
value - Variable in class com.qfs.pivot.builder.cellset.impl.CellDataBuilder
The value of the cell.
value - Variable in class com.qfs.pivot.json.cellset.CellData
The value of the cell.
Value - com.quartetfs.biz.xmla.constants.Keyword
 
Value - com.quartetfs.pivot.mdx.statement.FunctionCategory
 
VALUE - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the value formula.
VALUE - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
 
VALUE - com.quartetfs.pivot.mdx.statement.Type
 
VALUE - Static variable in class com.quartetfs.biz.xmla.discovery.mdp.impl.Discover_PropertiesDefinition
 
VALUE - Static variable in class com.quartetfs.biz.xmla.impl.MDSchema_Property_Static
 
VALUE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
VALUE_CHANGE - com.quartetfs.pivot.mdx.realtime.impl.UpdateState
V -> v', where v != null, v' != null and v != v' : A non nulll value was changed into different non null l value.
VALUE_EXECUTION - com.quartetfs.pivot.mdx.ExecutionFlag
This flag must be set to true during the planning or evaluation of a scalar.
value_expression() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
value_expression() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
value_expression_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.value_expression_return
 
VALUE_FORMAT - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the value MDX format string.
VALUE_PARAMETER_UPDATE - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
Parameter update definition using point values.
VALUE_PARSE - com.activeviam.msg.reporting.ICsvAnomaly.CsvAnomalyTypeEnum
 
VALUE_PROPERTY_NAME - Static variable in class com.activeviam.copper.pivot.pp.ConstantValuePostProcessor
The name of the property containing the constant value to always return.
VALUE_TO_NULL - com.quartetfs.pivot.mdx.realtime.impl.UpdateState
V -> null, where v != null : A non null value became null.
VALUE_XML_ELEMENT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
ValueAtExtremaMemberOfAncestorPostProcessor - Class in com.activeviam.copper.pivot.pp
A Post-Processor that retrieves values computed by the underlying measure, at the queried location, shifted to one of the extrema members of the defined shifting level, and whether there are associated contributions in the underlying facts.
ValueAtExtremaMemberOfAncestorPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.ValueAtExtremaMemberOfAncestorPostProcessor
 
ValueAtExtremaMemberPostProcessor - Class in com.activeviam.copper.pivot.pp
A Post-Processor that retrieves values computed by the underlying measure, at the queried location, shifted to one of the extrema members of the defined shifting level, and whether there are associated contributions in the underlying facts.
ValueAtExtremaMemberPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.ValueAtExtremaMemberPostProcessor
 
valueDecoded(long, int) - Method in interface com.qfs.bitmap.IDecodeProcedure
Procedure entry called when a row has been decoded.
ValueErrorFunctionDefinition() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ErrorFunction.ValueErrorFunctionDefinition
 
ValueFunction - Class in com.quartetfs.pivot.mdx.func.impl
Value function.
ValueFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.ValueFunction
 
valueIndices() - Method in class com.quartetfs.pivot.mdx.plan.impl.MultiScope
 
valueLevel - Variable in class com.activeviam.copper.measure.ShiftMeasure.LevelShift
The cube level to use to obtain the values to shift to.
valueOf(FieldPath) - Method in interface com.activeviam.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderAddingElements
Selects a single field in the given store (or reachable from it) to read values from.
valueOf(FieldPath) - Method in class com.activeviam.copper.measure.InternalCopperStoreLookUpBuilder.InternalCopperStoreLookUpBuilderAddingElements
 
valueOf(Object) - Method in class com.quartetfs.biz.xmla.impl.XmlaPropertyPlugin
 
valueOf(Object) - Method in class com.quartetfs.fwk.types.impl.Plugin
 
valueOf(Object) - Method in class com.quartetfs.fwk.types.impl.VariableExtendedPlugin
Handle variable extended plugin, which key is as: PLUGINKEY[variable] In such case, we use retrieve the standard factory and inject the variable at the end of constructor arguments.
valueOf(Object) - Method in class com.quartetfs.fwk.types.impl.VariablePlugin
 
valueOf(Object) - Method in interface com.quartetfs.fwk.types.IPlugin
Retrieves the plugin value having the given key.
valueOf(Object) - Method in class com.quartetfs.pivot.mdx.impl.CaseInsentivePlugin
 
valueOf(String) - Static method in enum com.activeviam.apm.pivot.monitoring.ICsvExportActionMonitor.CsvExportTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.apm.pivot.monitoring.IJsonQueriesActionMonitor.JsonQueriesServiceTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.apm.pivot.monitoring.IQueriesActionMonitor.QueriesServiceTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.apm.pivot.monitoring.IQueryExecutorMonitor.QueryExecutorTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.apm.pivot.monitoring.IStreamingActionMonitor.StreamingServiceTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.apm.pivot.monitoring.IWebSocketActionMonitor.WebSocketTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.copper.api.AggregationLevels
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.copper.api.CopperAnalyticMeasure.AnalyticFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in interface com.activeviam.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderAddingElements
Selects a single field in the given store to read values from.
valueOf(String) - Static method in enum com.activeviam.copper.hierarchy.CopperHierarchyMetadata.UserSpecific
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.copper.hierarchy.CopperLevelMetadata.UserSpecific
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.copper.measure.window.FirstLastMeasureBuilder.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.copper.MeasureMetadata.UserSpecific
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.copper.operation.operator.Operators.BinaryOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.copper.pivot.pp.LeadLagPostProcessor.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.copper.store.Mapping.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.database.api.experimental.refresh.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.database.api.schema.RelationshipOptionality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.database.commons.api.schema.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.database.commons.api.settings.IDirectQueryBaseSettings.GetByKeyBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.dic.provider.impl.ImpactType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.fwk.ActiveViamParsingException.ParsingExceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.health.monitor.ComputationIntensity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.msg.reporting.ICsvAnomaly.CsvAnomalyTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.properties.impl.ActiveViamProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.store.structure.IInternalDatastoreStructure.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.store.structure.impl.DatastoreStructure.StoreOrder
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.tracing.tracer.impl.NoopTracer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.tracing.tracer.ITracer.SpanLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.agg.impl.PercentileFunction.IndexCalculationMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.agg.impl.PercentileFunction.InterpolationMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.bitmap.impl.BitmapChecks.CheckLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.chunk.impl.FrequencyCompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.content.service.ContentAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.content.ws.impl.NotificationEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.content.ws.impl.RegistrationInstruction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.desc.IOptimizationDescription.Optimization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.distribution.IDistributedActivePivot.DataReplication
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.distribution.IDistributedActivePivotTransaction.DistributedActivePivotTransactionInfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.graph.IDirectedGraphVisitor.VisitDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.messenger.IAddress.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.messenger.netty.streaming.impl.NettyStreamUtils.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.msg.csv.IFileInfo.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.msg.csv.impl.ACSVTopic.ResourceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.pivot.json.database.JsonDatabaseAction.DatabaseActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.pivot.json.query.JsonStreamingRequest.StreamingAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.pivot.mdx.compil.impl.AMdxCompilationPatternParser.Keyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.platform.solaris.lgrp_affinity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.platform.solaris.lgrp_content
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.platform.solaris.lgrp_lat_between
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.platform.solaris.lgrp_mem_size_flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.platform.solaris.lgrp_view
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.pool.impl.PlacementPolicies
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.repository.ws.ParameterWsConfigurationDto.ParameterFetchingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.snl.dtos.KpiMonitorConfigurationDto.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.snl.messages.MessageLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.snl.ws.IMessageWsService.FetchMessageMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.store.ExtendedContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.store.IStorePartitionWorkUnit.WorkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.store.query.plan.Selectivity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.store.transaction.TransactionStatisticsOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.store.TransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.util.ui.IBorderBuilder.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.util.ui.IBorderBuilder.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.util.ui.ITableBuilder.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qfs.vector.AllocationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughColumn.INFO
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties.DrillthroughBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.cube.dimension.IDimension.DimensionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder.OperationFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil.SerializationKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.ClassificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.impl.LocationUtil.HasAnalysisLevelCoordinatesResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.postprocessing.IUnknownOlapElementException.OlapElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.query.aggregates.IMissedPrefetchBehavior.Behavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.query.aggregates.IQueryPlan.GlobalTimings
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo.TimingDescription
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.query.aggregates.ITimeLinePostProcessor.PositionTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.query.aggregates.plan.impl.CachedAggregatesRetrievalCreator.CachedAggregatesStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.query.monitoring.impl.ProcessingStepTiming
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.query.monitoring.impl.TimingAggregationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.query.registration.impl.RegistrationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.query.registration.impl.RegistrationUtil.RegistrationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.constants.DBTYPEENUM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.constants.Keyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.impl.XmlaProperties.AxisFormatValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.impl.XmlaProperties.ContentValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.impl.XmlaProperties.FormatValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.impl.XmlaProperties.MDXSupportValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.impl.XmlaProperties.StateSupportValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.IXmlaContext.SessionRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.IXmlaError.Cause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.IXmlaProperty.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.IXmlaProperty.Usage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.rowset.impl.RowsetColumn.Optional
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.rowset.impl.RowsetColumn.Restriction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.XmlaConstants.AuthenticationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.XmlaConstants.CommandElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.XmlaConstants.ProviderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.biz.xmla.XmlaConstants.TreeOp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.fwk.format.impl.NamedNumericFormats
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.fwk.IAgent.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.fwk.logging.impl.QueryTimingCollector.CollectibleQueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.fwk.logging.impl.QueryTimingCollector.QueryCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.eval.impl.Members.Coverage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.ExecutionFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.func.impl.DescendantsFunction.DescFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.func.impl.ValueOrder.ValueOrderOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.plan.impl.PassManager.PassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope.MergeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.realtime.impl.UpdateState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.ResultFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.statement.FunctionCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.statement.IAxisName.Default
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.statement.ICreateSetStatement.EvaluationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.statement.IFormulaSpecification.DefinedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.statement.IIdentifier.Quoting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.statement.IStatement.StatementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.statement.IStringLiteral.Quotes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.statement.Syntax
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.pivot.mdx.statement.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.tech.streaming.IStreamProperties.InitialPublicationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.quartetfs.tech.streaming.IStreamProperties.InitialState
Returns the enum constant of this type with the specified name.
ValueOrder - Class in com.quartetfs.pivot.mdx.func.impl
An implementation of a tuple comparator that compares the values associated with the tuples (usually a measure) to sort them.
ValueOrder(IExpressionEvaluator, IExpression, ValueOrder.ValueOrderOption, ValueOrder) - Constructor for class com.quartetfs.pivot.mdx.func.impl.ValueOrder
Constructor.
ValueOrder.ValueOrderOption - Enum in com.quartetfs.pivot.mdx.func.impl
Available sorting options to compare tuples.
values - Variable in class com.activeviam.copper.hierarchy.SetValuesSupplier
The list of values that will be supplied.
values() - Static method in enum com.activeviam.apm.pivot.monitoring.ICsvExportActionMonitor.CsvExportTags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.apm.pivot.monitoring.IJsonQueriesActionMonitor.JsonQueriesServiceTags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.apm.pivot.monitoring.IQueriesActionMonitor.QueriesServiceTags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.apm.pivot.monitoring.IQueryExecutorMonitor.QueryExecutorTags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.apm.pivot.monitoring.IStreamingActionMonitor.StreamingServiceTags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.apm.pivot.monitoring.IWebSocketActionMonitor.WebSocketTags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface com.activeviam.collections.ImmutableMap
Give the list of values from this map.
values() - Method in class com.activeviam.collections.impl.ImmutableHashMap
 
values() - Method in class com.activeviam.contextservice.distributed.message.ContextValueMerger
Returns the list of the merged context value descriptions.
values() - Static method in enum com.activeviam.copper.api.AggregationLevels
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.copper.api.CopperAnalyticMeasure.AnalyticFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.copper.hierarchy.CopperHierarchyMetadata.UserSpecific
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.copper.hierarchy.CopperLevelMetadata.UserSpecific
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.copper.measure.window.FirstLastMeasureBuilder.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.copper.MeasureMetadata.UserSpecific
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.copper.operation.operator.Operators.BinaryOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.copper.operation.operator.Operators.PrimitiveTypeSelector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.copper.pivot.pp.LeadLagPostProcessor.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.copper.store.Mapping.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.database.api.experimental.refresh.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.database.api.schema.RelationshipOptionality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.database.commons.api.schema.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.database.commons.api.settings.IDirectQueryBaseSettings.GetByKeyBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.dic.provider.impl.ImpactType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.fwk.ActiveViamParsingException.ParsingExceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.health.monitor.ComputationIntensity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.msg.reporting.ICsvAnomaly.CsvAnomalyTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.properties.impl.ActiveViamProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.store.structure.IInternalDatastoreStructure.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.store.structure.impl.DatastoreStructure.StoreOrder
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.tracing.tracer.impl.NoopTracer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.tracing.tracer.ITracer.SpanLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.agg.impl.PercentileFunction.IndexCalculationMode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.agg.impl.PercentileFunction.InterpolationMode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.bitmap.impl.BitmapChecks.CheckLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.chunk.impl.FrequencyCompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.content.service.ContentAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.content.ws.impl.NotificationEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.content.ws.impl.RegistrationInstruction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.desc.IOptimizationDescription.Optimization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.distribution.IDistributedActivePivot.DataReplication
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.distribution.IDistributedActivePivotTransaction.DistributedActivePivotTransactionInfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.graph.IDirectedGraphVisitor.VisitDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.qfs.graph.impl.ConcurrentDirectedGraph
 
values() - Method in class com.qfs.graph.impl.DirectedGraph
 
values() - Method in class com.qfs.graph.impl.UnmodifiableDirectedMultiGraph
 
values() - Static method in enum com.qfs.messenger.IAddress.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.messenger.netty.streaming.impl.NettyStreamUtils.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.msg.csv.IFileInfo.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.msg.csv.impl.ACSVTopic.ResourceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.pivot.json.database.JsonDatabaseAction.DatabaseActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.pivot.json.query.JsonStreamingRequest.StreamingAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.pivot.mdx.compil.impl.AMdxCompilationPatternParser.Keyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.platform.solaris.lgrp_affinity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.platform.solaris.lgrp_content
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.platform.solaris.lgrp_lat_between
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.platform.solaris.lgrp_mem_size_flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.platform.solaris.lgrp_view
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.pool.impl.PlacementPolicies
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.repository.ws.ParameterWsConfigurationDto.ParameterFetchingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.snl.dtos.KpiMonitorConfigurationDto.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.snl.messages.MessageLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.snl.ws.IMessageWsService.FetchMessageMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.store.ExtendedContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.qfs.store.impl.UserStoreGraph
 
values() - Static method in enum com.qfs.store.IStorePartitionWorkUnit.WorkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.store.query.plan.Selectivity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.store.transaction.TransactionStatisticsOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.store.TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.util.ui.IBorderBuilder.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.util.ui.IBorderBuilder.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.util.ui.ITableBuilder.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qfs.vector.AllocationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughColumn.INFO
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties.DrillthroughBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.quartetfs.biz.pivot.context.impl.MdxContext
 
values() - Static method in enum com.quartetfs.biz.pivot.cube.dimension.IDimension.DimensionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.cube.formatter.impl.ACubeFormatter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.LocationBuilder.OperationFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil.SerializationKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.ClassificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo.LevelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.impl.LocationUtil.HasAnalysisLevelCoordinatesResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.postprocessing.IUnknownOlapElementException.OlapElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.query.aggregates.IMissedPrefetchBehavior.Behavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.query.aggregates.IQueryPlan.GlobalTimings
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.query.aggregates.IRetrievalInfo.TimingDescription
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.query.aggregates.ITimeLinePostProcessor.PositionTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.query.aggregates.plan.impl.CachedAggregatesRetrievalCreator.CachedAggregatesStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.quartetfs.biz.pivot.query.impl.QueryMonitoring
 
values() - Static method in enum com.quartetfs.biz.pivot.query.monitoring.impl.ProcessingStepTiming
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.query.monitoring.impl.TimingAggregationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.query.registration.impl.RegistrationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.query.registration.impl.RegistrationUtil.RegistrationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.quartetfs.biz.pivot.webservices.impl.CellsFollower
List the cells contained in this instance.
values() - Static method in enum com.quartetfs.biz.xmla.constants.DBTYPEENUM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.constants.Keyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.impl.XmlaProperties.AxisFormatValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.impl.XmlaProperties.ContentValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.impl.XmlaProperties.FormatValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.impl.XmlaProperties.MDXSupportValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.impl.XmlaProperties.StateSupportValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.IXmlaContext.SessionRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.IXmlaError.Cause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.IXmlaProperty.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.IXmlaProperty.Usage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.rowset.impl.RowsetColumn.Optional
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.rowset.impl.RowsetColumn.Restriction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.XmlaConstants.AuthenticationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.XmlaConstants.CommandElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.XmlaConstants.ProviderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.biz.xmla.XmlaConstants.TreeOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.fwk.format.impl.NamedNumericFormats
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.fwk.IAgent.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.fwk.logging.impl.QueryTimingCollector.CollectibleQueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.fwk.logging.impl.QueryTimingCollector.QueryCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.quartetfs.fwk.types.impl.Plugin
Returns all the values from the plugin.
values() - Method in interface com.quartetfs.fwk.types.IPlugin
Gives all the values in the Plugin.
values() - Method in class com.quartetfs.fwk.util.impl.EnrichedMappedTuple
 
values() - Method in class com.quartetfs.fwk.util.impl.MappedTuple
 
values() - Static method in enum com.quartetfs.pivot.mdx.eval.impl.Members.Coverage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.ExecutionFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.func.impl.CoreFunctionKeyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.func.impl.DescendantsFunction.DescFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.func.impl.ValueOrder.ValueOrderOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.plan.impl.PassManager.PassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.plan.impl.ValueScope.RangeValueScope.MergeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.realtime.impl.UpdateState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.ResultFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.statement.FunctionCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.statement.IAxisName.Default
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.statement.ICreateSetStatement.EvaluationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.statement.IFormulaSpecification.DefinedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.statement.IIdentifier.Quoting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.statement.IStatement.StatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.statement.IStringLiteral.Quotes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.statement.Syntax
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.pivot.mdx.statement.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.tech.streaming.IStreamProperties.InitialPublicationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.quartetfs.tech.streaming.IStreamProperties.InitialState
Returns an array containing the constants of this enum type, in the order they are declared.
values(IntPredicate) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellsFollower
List the cells contained in this instance.
values(R, IntPredicate) - Method in class com.quartetfs.biz.pivot.webservices.impl.CellsFollower
 
VALUES_INFO - Static variable in class com.qfs.snl.messages.form.impl.EnumFieldType
Information reader for the different possible values of this enum.
ValueScope - Class in com.quartetfs.pivot.mdx.plan.impl
A ValueScope is associated to a value index (which is a pair (measure, expression).
ValueScope.RangeValueScope - Class in com.quartetfs.pivot.mdx.plan.impl
A ValueScope implementation based on BitSet.
ValueScope.RangeValueScope.MergeType - Enum in com.quartetfs.pivot.mdx.plan.impl
Enum defining the different types of merge between scopes.
valuesOf(FieldPath...) - Method in interface com.activeviam.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderAddingElements
Selects multiple fields from the given store (or reachable from it) to read values from.
valuesOf(FieldPath...) - Method in class com.activeviam.copper.measure.InternalCopperStoreLookUpBuilder.InternalCopperStoreLookUpBuilderAddingElements
 
valuesOf(String...) - Method in interface com.activeviam.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderAddingElements
Selects multiple fields in the given store to read values from.
valuesToLocation(ILocation, int[][], Object[]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Overrides values of a given location, at some targeted levels, with provided new ones.
valuesToLocation(ILocation, ILevelInfo[], Object[]) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Overrides values of a given location, at some targeted levels, with provided new ones.
Var - com.quartetfs.biz.xmla.constants.Keyword
 
VAR - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
VarFunction - Class in com.quartetfs.pivot.mdx.func.impl
Var function.
VarFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.VarFunction
 
VARIABLE_LENGTH - Static variable in class com.quartetfs.fwk.format.impl.AVectorParser
Variable length (the length will be calculated when parsing the field).
VariableExtendedPlugin<T> - Class in com.quartetfs.fwk.types.impl
VariableExtendedPlugin.
VariableExtendedPlugin() - Constructor for class com.quartetfs.fwk.types.impl.VariableExtendedPlugin
Create an empty extended plugin.
VariableFactoryValue<T extends IFactoryValue<I>,​I> - Class in com.quartetfs.fwk.types.impl
Utility class that can provide an additional variable to an underlying factory value when constructing the plugin instance.
VariableFactoryValue(T, String) - Constructor for class com.quartetfs.fwk.types.impl.VariableFactoryValue
Constructor.
VariableLiteralType<T> - Class in com.qfs.literal.impl
Class representing a variable literal type, i.e.
VariableLiteralType(Class<T>, String) - Constructor for class com.qfs.literal.impl.VariableLiteralType
Constructor.
VariablePlugin<T extends IPluginValue> - Class in com.quartetfs.fwk.types.impl
Implementation of a Variable Plugin.
VariablePlugin() - Constructor for class com.quartetfs.fwk.types.impl.VariablePlugin
Creates an empty plugin.
VariablePlugin(Class<T>) - Constructor for class com.quartetfs.fwk.types.impl.VariablePlugin
Creates the plugin with a name.
variance() - Method in class com.qfs.vector.array.impl.AArrayVector
 
variance() - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
variance() - Method in class com.qfs.vector.impl.ABlockVector
 
variance() - Method in class com.qfs.vector.impl.AbsVector
 
variance() - Method in class com.qfs.vector.impl.AFixedBlockVector
 
variance() - Method in class com.qfs.vector.impl.EmptyVector
 
variance() - Method in class com.qfs.vector.impl.NegativeVector
 
variance() - Method in class com.qfs.vector.impl.ObjectFixedBlockVector
 
variance() - Method in class com.qfs.vector.impl.PositiveVector
 
variance() - Method in class com.qfs.vector.impl.ZeroVector
 
variance() - Method in interface com.qfs.vector.IVector
Returns the sample variance of the vector elements (the amount of variation or dispersion from the average).
Variance - com.quartetfs.biz.xmla.constants.Keyword
 
VARIANCE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
VarianceP - com.quartetfs.biz.xmla.constants.Keyword
 
VARIANCEP - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
VarP - com.quartetfs.biz.xmla.constants.Keyword
 
VARP - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
VarPFunction - Class in com.quartetfs.pivot.mdx.func.impl
VarP function.
VarPFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.VarPFunction
 
vba_identifier() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
vba_identifier() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
vba_identifier_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.vba_identifier_return
 
vBorder - Static variable in class com.quartetfs.pivot.mdx.utils.impl.PrettyPrinter.TablePrinter
 
VECTOR - Static variable in interface com.quartetfs.fwk.format.IParser
Float vector field parser key.
VECTOR_ALLOCATOR_POOL_SIZE - Static variable in class com.qfs.vector.impl.Vectors
The number of vector allocators that are kept alive after thread death.
VECTOR_ALLOCATOR_POOL_SIZE_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The property that configures the number of vector allocators that are kept alive after thread death.
VECTOR_BLOCK_SIZE - Static variable in class com.qfs.pivot.cube.provider.impl.AAggregateProviderBase
Property to set the block sizes for vectors.
VECTOR_FORMAT - com.activeviam.fwk.ActiveViamParsingException.ParsingExceptionType
Used when a parsing failure happens inside a vector.
VECTOR_PARSER_DELIMITER_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
Property that defines the Vector delimiter : 'activeviam.vectorDelimiter' when parsing vectors.
VECTOR_SIZE - com.activeviam.fwk.ActiveViamParsingException.ParsingExceptionType
Used when the size of a vector is different than expected.
VECTOR_SIZE - com.activeviam.msg.reporting.ICsvAnomaly.CsvAnomalyTypeEnum
 
VectorBindingCompiler - Class in com.qfs.vector.binding.compilation.impl
A generator of IVectorBinding implementation classes.
VectorBindingCompiler(Class<?>, Class<?>) - Constructor for class com.qfs.vector.binding.compilation.impl.VectorBindingCompiler
Constructor.
VectorBindingCompiler.AWrapper - Class in com.qfs.vector.binding.compilation.impl
 
VectorBindingCompiler.IWrapper - Interface in com.qfs.vector.binding.compilation.impl
Provide two strings, a before and an after one.
VectorBindingCompiler.NoopWrapper - Class in com.qfs.vector.binding.compilation.impl
 
VectorBindingCreator - Class in com.qfs.vector.binding.impl
Basic implementation of a IVectorBindingCreator based on the classes generated by the VectorBindingCompiler.
VectorBindingCreator() - Constructor for class com.qfs.vector.binding.impl.VectorBindingCreator
 
VectorBindings - Class in com.qfs.vector.binding.impl
A class used to register the various IVector implementations and provide bindings between the different implementations.
VectorBindings() - Constructor for class com.qfs.vector.binding.impl.VectorBindings
 
VectorDrillthroughColumn - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
Drillthrough calculator displaying only one index of a vector.
VectorDrillthroughColumn(String, String, Properties) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.VectorDrillthroughColumn
Constructor.
VectorDrillthroughColumnSet - Class in com.quartetfs.biz.pivot.context.drillthrough.impl
A ICalculatedDrillthroughColumnSet made to generate N columns; one for each index of a IVector.
VectorDrillthroughColumnSet(Properties) - Constructor for class com.quartetfs.biz.pivot.context.drillthrough.impl.VectorDrillthroughColumnSet
Constructor.
VectorDTO - Class in com.quartetfs.biz.pivot.dto
A transfer object to allow the XMLA serialization of vectors.
VectorDTO() - Constructor for class com.quartetfs.biz.pivot.dto.VectorDTO
For serialization.
VectorDTO(Object[]) - Constructor for class com.quartetfs.biz.pivot.dto.VectorDTO
Constructor.
VectorFieldDescription - Class in com.qfs.desc.impl
Implementation of an IVectorFieldDescription.
VectorFieldDescription(String, String) - Constructor for class com.qfs.desc.impl.VectorFieldDescription
Constructor.
VectorFinalizer - Class in com.qfs.vector.impl
Class in charge of cleaning optionally abandoned IVectorChunks.
Vectors - Class in com.qfs.vector.impl
Utility class that provides utility functions for vectors, and default values for their configuration.
Vectors() - Constructor for class com.qfs.vector.impl.Vectors
 
VectorsAllocationSettings - Class in com.qfs.chunk.impl
The settings to allocate a chunk.
VectorsAllocationSettings(String, int, int) - Constructor for class com.qfs.chunk.impl.VectorsAllocationSettings
Constructor.
velocityEngineExtensions() - Method in class com.qfs.snl.cfg.impl.MessagingConfiguration
Some default tools that are injected as default in the velocity template engine.
velocityTemplateEngine() - Method in class com.qfs.snl.cfg.impl.MessagingConfiguration
A templating engine to render dynamic messages using Velocity tools.
VelocityTemplateEngine - Class in com.qfs.snl.messages.impl
A template engine based on Velocity tools and the Velocity engine.
VelocityTemplateEngine() - Constructor for class com.qfs.snl.messages.impl.VelocityTemplateEngine
Constructor with application configuration.
VelocityTemplateEngine(Properties) - Constructor for class com.qfs.snl.messages.impl.VelocityTemplateEngine
Constructor with a specific configuration.
verbatim(String) - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
verifyAuthorizedTypeConversion(int, int) - Static method in class com.activeviam.copper.ContextUtils
Deprecated.
Verifies that the measure can be casted to the given newType is authorized.
verifyUsagesAfterExecution() - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Utility method checking that the transient results of the current GAQ were correctly discarded as planned by the PlanningGraph.
Version - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
VERSION - Static variable in interface com.activeviam.tracing.ITracingRestService
The version number.
VERSION - Static variable in class com.qfs.content.rest.impl.ARestContentServer
The API version of the rest server.
VERSION - Static variable in interface com.qfs.jwt.service.IJwtRestService
The current version of the jwt REST API.
VERSION - Static variable in class com.qfs.pivot.content.impl.ActivePivotContentService
API version.
VERSION - Static variable in interface com.qfs.pivot.rest.monitoring.IMonitoringRestService
The current version of the monitoring REST API.
VERSION - Static variable in class com.qfs.repository.persistence.impl.DbInfoDao
Database schema version.
VERSION - Static variable in class com.qfs.snl.persistence.impl.DbInfoDao
Database schema version.
VERSION - Static variable in class com.qfs.version.Versions
Version of ActivePivot stack.
VERSION - Static variable in class com.qfs.versions.service.ApisDto
Version of this DTO.
VERSION_KEY - Static variable in class com.qfs.pivot.content.impl.ActivePivotContentService
The name of the file where is stored the API version.
VERSION_KEY - Static variable in class com.qfs.snl.persistence.impl.ADbInfoDao
Key referring to the database schema version.
VersionDto - Class in com.qfs.snl.dtos
DTO providing information about ActiveMonitor server.
VersionDto - Class in com.qfs.versions.service
DTO providing information about a deployed version of an API.
VersionDto() - Constructor for class com.qfs.versions.service.VersionDto
Default constructor.
VersionDto(String) - Constructor for class com.qfs.snl.dtos.VersionDto
Full constructor.
VersionDto(String, String, String) - Constructor for class com.qfs.versions.service.VersionDto
Full constructor.
VersionedChunkRecordReader - Class in com.qfs.store.record.impl
A versioned record reader backed up by chunks for storing the data.
VersionedChunkRecordReader(IRecordFormat, ITableCursor, IChunkLong) - Constructor for class com.qfs.store.record.impl.VersionedChunkRecordReader
Constructor.
VersionedContinuousQueryUpdate<R> - Class in com.quartetfs.biz.pivot.query.impl
Continuous query update bound to a version of ActivePivot.
VersionedContinuousQueryUpdate(IActivePivotVersion, IDatabaseVersion, IContinuousQuery<R, ?>, Object, long, R, R, R) - Constructor for class com.quartetfs.biz.pivot.query.impl.VersionedContinuousQueryUpdate
Constructor.
VersionHistory<V extends ISquashableVersion<V>> - Class in com.qfs.multiversion.impl
Base implementation of IVersionHistory.
VersionHistory(IMultiVersion) - Constructor for class com.qfs.multiversion.impl.VersionHistory
Constructor without log handler and with KeepAllEpochPolicy.
VersionHistory(Object, IEpochManagementPolicy, ReferenceQueue<IVersion>, IEpochManager.IVersionLifecycleHandler<V>) - Constructor for class com.qfs.multiversion.impl.VersionHistory
Constructor.
VersionMismatch - com.quartetfs.biz.xmla.IXmlaError.Cause
Invalid Envelope block namespace.
VersionNode<V extends IVersion> - Class in com.qfs.multiversion.impl
Hold a version and a reference to the previous node.
VersionNode(VersionNode<V>, V, String, ReferenceQueue<IVersion>) - Constructor for class com.qfs.multiversion.impl.VersionNode
Constructor.
VersionPartitionKey(int) - Constructor for class com.activeviam.store.structure.DatastoreVersionKeys.VersionPartitionKey
 
VersionRecorderVisitor - Class in com.activeviam.store.structure.impl
The visitor that occurs in third position and creates then records versions of new components in the VersionRewriteContext.
VersionRecorderVisitor(DatastoreStructuralTransaction, DatastoreBaseRewriteContext, Collection<? extends IDatastoreSchemaVersion>, IVersionTreeRewriting.IVersionRewriteContext) - Constructor for class com.activeviam.store.structure.impl.VersionRecorderVisitor
Constructor.
VersionRecorderVisitor.ARewriteVersionOperation - Class in com.activeviam.store.structure.impl
Operation to rewrite versions.
VersionReferenceKey(String) - Constructor for class com.activeviam.store.structure.DatastoreVersionKeys.VersionReferenceKey
 
Versions - Class in com.qfs.version
Simple java class containing Versions.VERSION, providing the version of the ActivePivot stack.
VersionServicesConfig - Class in com.qfs.server.cfg.impl
Configuration creating a service and a server describing deployed REST APIs.
VersionServicesConfig() - Constructor for class com.qfs.server.cfg.impl.VersionServicesConfig
 
VersionsRestServiceController - Class in com.qfs.versions.service.impl
Exposes the Version Rest Service used by ActiveUI.
VersionsRestServiceController(VersionsService) - Constructor for class com.qfs.versions.service.impl.VersionsRestServiceController
 
versionsService() - Method in class com.qfs.server.cfg.impl.VersionServicesConfig
[Bean] Service exposing deployed versions of REST APIs through a REST service.
VersionsService - Class in com.qfs.versions.service
Versions Service holding the versions of each Rest Endpoint.
VersionsService() - Constructor for class com.qfs.versions.service.VersionsService
 
VersionStoreKey(String) - Constructor for class com.activeviam.store.structure.DatastoreVersionKeys.VersionStoreKey
 
VERY_HEAVY - com.activeviam.health.monitor.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 - com.activeviam.health.monitor.ComputationIntensity
Health Event will be computed at close to no cost.
VIEW_LISTENER_PRIOTITY - Static variable in class com.activeviam.pivot.contribution.impl.ActivePivotFeedingPolicies
The priority of the ITransactionalViewListeners created by ActivePivot.
viewAccepted(View) - Method in class com.qfs.messenger.impl.AJGroupsMessenger
 
viewUpdated(long, List<DrillthroughRowDTO>, List<DrillthroughRowDTO>) - Method in interface com.quartetfs.biz.pivot.streaming.IDrillthroughStream
Callbacked when the view attached to this drillthrough is updated.
viewUpdated(long, List<DrillthroughRowDTO>, List<DrillthroughRowDTO>) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStream
 
viewUpdated(IDrillthroughUpdate) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughStreamNode
 
viewUpdated(U) - Method in class com.quartetfs.biz.pivot.query.registration.impl.ARegistrationAwareListener
Receive an update of the continuous query this listener is listening to.
viewUpdated(U) - Method in interface com.quartetfs.fwk.query.IContinuousQueryListener
Receive an update of the continuous query this listener is listening to.
virtual() - Method in interface com.activeviam.desc.build.dimensions.ICommonHierarchyBuilder
Sets this hierarchy to be virtual.
virtual(boolean) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo.HierarchyInfoBuilder
 
virtualAlloc(long, boolean) - Method in interface com.qfs.platform.IPlatform
Reserves a range of the process's virtual address space without allocating any actual physical storage in memory or in the paging file on disk.
virtualAlloc(long, boolean) - Method in class com.qfs.platform.linux.LinuxPlatform
 
virtualAlloc(long, boolean) - Method in class com.qfs.platform.share.SharePlatform
 
virtualAlloc(long, boolean) - Method in class com.qfs.platform.share.VirtualPlatform
 
virtualAlloc(long, boolean) - Method in class com.qfs.platform.solaris.SolarisPlatform
 
virtualAlloc(long, boolean) - Method in class com.qfs.platform.win.WindowsPlatform
 
VirtualAlloc(WinDef.LPVOID, BaseTSD.SIZE_T, WinDef.DWORD, WinDef.DWORD) - Method in interface com.qfs.platform.win.Kernel32
Reserves, commits, or changes the state of a region of pages in the virtual address space of the calling process.
VirtualAxisHierarchyBase - Class in com.activeviam.biz.pivot.cube.hierarchy.axis.impl
A hierarchy that's not aware of its members.
VirtualAxisHierarchyBase(IHierarchyInfo, List<? extends ILevelInfo>, IWritableDictionary<Object>[]) - Constructor for class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
Constructor.
VirtualAxisHierarchyBase(IHierarchyInfo, List<ILevelInfo>, List<? extends ILevel>, int[], AtomicReferenceArray<IRangeUnion.Range[]>, IWritableDictionary<Object>[], IAxisMember) - Constructor for class com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualAxisHierarchyBase
Copy constructor.
VirtualFree(WinDef.LPVOID, BaseTSD.SIZE_T, WinDef.DWORD) - Method in interface com.qfs.platform.win.Kernel32
Releases, decommits, or releases and decommits a region of pages within the virtual address space of the calling process.
VirtualHierarchyException - Exception in com.activeviam.biz.pivot.cube.hierarchy.axis.impl
Exception representing an unsupported operation done on a virtual hierarchy.
VirtualHierarchyException(String, IHierarchyInfo) - Constructor for exception com.activeviam.biz.pivot.cube.hierarchy.axis.impl.VirtualHierarchyException
 
VirtualPlatform - Class in com.qfs.platform.share
A virtualization of a given IPlatform that only exposes a part of the current machine.
VirtualPlatform(IPlatform, int[], int) - Constructor for class com.qfs.platform.share.VirtualPlatform
Constructor.
VirtualQuery(WinDef.LPVOID, WinNT.MEMORY_BASIC_INFORMATION, BaseTSD.SIZE_T) - Method in interface com.qfs.platform.win.Kernel32
Retrieves information about a range of pages in the virtual address space of the calling process.
visible() - Method in interface com.activeviam.copper.api.CopperMeasure
Marks this item as visible.
visible(boolean) - Method in class com.quartetfs.biz.pivot.cube.dimension.impl.DimensionInfo.DimensionInfoBuilder
 
visible(boolean) - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.HierarchyInfo.HierarchyInfoBuilder
 
visible(boolean) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets the member's visibility.
visible(boolean) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
VISIBLE - com.activeviam.copper.hierarchy.CopperHierarchyMetadata.UserSpecific
Flag for the visibility attribute of this hierarchy.
VISIBLE - com.activeviam.copper.MeasureMetadata.UserSpecific
Flag for the measure visibility.
VISIBLE - Static variable in interface com.quartetfs.pivot.mdx.meta.IMdxFormulaMember
Property for calculated measures.
visibleHeaders(List<IDrillthroughHeader>) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.DrillthroughExecutor
Returns a list of headers that are flagged as visible.
visit(CopperNode, CopperTree) - Method in class com.activeviam.copper.graph.visitor.ACopperTreeRewriter
 
visit(IAddReferenceAction) - Method in class com.activeviam.store.structure.impl.BaseRewriterVisitor
 
visit(IAddReferenceAction) - Method in class com.activeviam.store.structure.impl.VersionRecorderVisitor
 
visit(IAddReferenceAction) - Method in interface com.activeviam.store.structure.IUpdateActionVisitor
 
visit(IAddReferenceAction) - Method in class com.qfs.store.impl.BasePreparerVisitor
 
visit(IAddStoresAction) - Method in class com.activeviam.store.structure.impl.BaseRewriterVisitor
 
visit(IAddStoresAction) - Method in class com.activeviam.store.structure.impl.VersionRecorderVisitor
 
visit(IAddStoresAction) - Method in interface com.activeviam.store.structure.IUpdateActionVisitor
 
visit(IAddStoresAction) - Method in class com.qfs.store.impl.BasePreparerVisitor
 
visit(IInitializeFieldAction) - Method in class com.activeviam.store.structure.impl.BaseRewriterVisitor
 
visit(IInitializeFieldAction) - Method in class com.activeviam.store.structure.impl.VersionRecorderVisitor
 
visit(IInitializeFieldAction) - Method in interface com.activeviam.store.structure.IUpdateActionVisitor
 
visit(IInitializeFieldAction) - Method in class com.qfs.store.impl.BasePreparerVisitor
 
visit(IInitializeIndexAction) - Method in class com.activeviam.store.structure.impl.BaseRewriterVisitor
 
visit(IInitializeIndexAction) - Method in class com.activeviam.store.structure.impl.VersionRecorderVisitor
 
visit(IInitializeIndexAction) - Method in interface com.activeviam.store.structure.IUpdateActionVisitor
 
visit(IInitializeIndexAction) - Method in class com.qfs.store.impl.BasePreparerVisitor
 
visit(IInitializeReferenceAction) - Method in class com.activeviam.store.structure.impl.BaseRewriterVisitor
 
visit(IInitializeReferenceAction) - Method in class com.activeviam.store.structure.impl.VersionRecorderVisitor
 
visit(IInitializeReferenceAction) - Method in interface com.activeviam.store.structure.IUpdateActionVisitor
 
visit(IInitializeReferenceAction) - Method in class com.qfs.store.impl.BasePreparerVisitor
 
visit(IRebindTargetDictionaryAction) - Method in class com.activeviam.store.structure.impl.BaseRewriterVisitor
 
visit(IRebindTargetDictionaryAction) - Method in class com.activeviam.store.structure.impl.VersionRecorderVisitor
 
visit(IRebindTargetDictionaryAction) - Method in interface com.activeviam.store.structure.IUpdateActionVisitor
 
visit(IRebindTargetDictionaryAction) - Method in class com.qfs.store.impl.BasePreparerVisitor
 
visit(IRebuildIndexDictionaryAction) - Method in class com.activeviam.store.structure.impl.BaseRewriterVisitor
 
visit(IRebuildIndexDictionaryAction) - Method in class com.activeviam.store.structure.impl.VersionRecorderVisitor
 
visit(IRebuildIndexDictionaryAction) - Method in interface com.activeviam.store.structure.IUpdateActionVisitor
 
visit(IRebuildIndexDictionaryAction) - Method in class com.qfs.store.impl.BasePreparerVisitor
 
visit(ISetIndexDictionariesConcurrentAction) - Method in class com.activeviam.store.structure.impl.BaseRewriterVisitor
 
visit(ISetIndexDictionariesConcurrentAction) - Method in class com.activeviam.store.structure.impl.VersionRecorderVisitor
 
visit(ISetIndexDictionariesConcurrentAction) - Method in interface com.activeviam.store.structure.IUpdateActionVisitor
 
visit(ISetIndexDictionariesConcurrentAction) - Method in class com.qfs.store.impl.BasePreparerVisitor
 
visit(IUpdateFieldsAction) - Method in class com.activeviam.store.structure.impl.BaseRewriterVisitor
 
visit(IUpdateFieldsAction) - Method in class com.activeviam.store.structure.impl.VersionRecorderVisitor
 
visit(IUpdateFieldsAction) - Method in interface com.activeviam.store.structure.IUpdateActionVisitor
 
visit(IUpdateFieldsAction) - Method in class com.qfs.store.impl.BasePreparerVisitor
 
visit(IUpdateIndexesAction) - Method in class com.activeviam.store.structure.impl.BaseRewriterVisitor
 
visit(IUpdateIndexesAction) - Method in class com.activeviam.store.structure.impl.VersionRecorderVisitor
 
visit(IUpdateIndexesAction) - Method in interface com.activeviam.store.structure.IUpdateActionVisitor
 
visit(IUpdateIndexesAction) - Method in class com.qfs.store.impl.BasePreparerVisitor
 
visit(IUpdatePartitioningAction) - Method in class com.activeviam.store.structure.impl.BaseRewriterVisitor
 
visit(IUpdatePartitioningAction) - Method in class com.activeviam.store.structure.impl.VersionRecorderVisitor
 
visit(IUpdatePartitioningAction) - Method in interface com.activeviam.store.structure.IUpdateActionVisitor
 
visit(IUpdatePartitioningAction) - Method in class com.qfs.store.impl.BasePreparerVisitor
 
visit(IMemoryStatistic) - Method in interface com.qfs.monitoring.statistic.memory.visitor.IMemoryStatisticVisitor
Visit the statistic of an unknown type.
visit(IMemoryStatistic) - Method in class com.qfs.pivot.monitoring.impl.SerializerVisitor
 
visit(ChunkSetStatistic) - Method in interface com.qfs.monitoring.statistic.memory.visitor.IMemoryStatisticVisitor
Visit the statistic.
visit(ChunkSetStatistic) - Method in class com.qfs.pivot.monitoring.impl.SerializerVisitor
 
visit(ChunkStatistic) - Method in interface com.qfs.monitoring.statistic.memory.visitor.IMemoryStatisticVisitor
Visit the statistic.
visit(ChunkStatistic) - Method in class com.qfs.pivot.monitoring.impl.SerializerVisitor
 
visit(DefaultMemoryStatistic) - Method in interface com.qfs.monitoring.statistic.memory.visitor.IMemoryStatisticVisitor
Visit the statistic.
visit(DefaultMemoryStatistic) - Method in class com.qfs.pivot.monitoring.impl.SerializerVisitor
 
visit(DictionaryStatistic) - Method in interface com.qfs.monitoring.statistic.memory.visitor.IMemoryStatisticVisitor
Visit the statistic.
visit(DictionaryStatistic) - Method in class com.qfs.pivot.monitoring.impl.SerializerVisitor
 
visit(IndexStatistic) - Method in interface com.qfs.monitoring.statistic.memory.visitor.IMemoryStatisticVisitor
Visit the statistic.
visit(IndexStatistic) - Method in class com.qfs.pivot.monitoring.impl.SerializerVisitor
 
visit(ReferenceStatistic) - Method in interface com.qfs.monitoring.statistic.memory.visitor.IMemoryStatisticVisitor
Visit the statistic.
visit(ReferenceStatistic) - Method in class com.qfs.pivot.monitoring.impl.SerializerVisitor
 
visit(AdaptivePartitioning) - Method in class com.activeviam.partition.test.impl.PartitioningChecker
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.AdaptiveModuloPartitioningImpliedPartitionRetriever
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.AdaptivePartitioningImplicationChecker
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.GcpCalculator
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.AImpliedPartitionRetriever
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.AOriginalPartitionRetriever
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.APartitioningImplicationChecker
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.GreatestCommonPartitioningCalculatorFactory
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.ImpliedPartitionRetrieverFactory
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.OriginalPartitionRetrieverFactory
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.PartitioningImplicationCheckerFactory
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.GcpCalculator
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImplicationChecker
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImpliedPartitionRetriever
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.GcpCalculator
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.GcpCalculator
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.GcpCalculator
 
visit(AdaptivePartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.GcpCalculator
 
visit(AdaptivePartitioning) - Method in interface com.qfs.store.part.IPartitioningVisitor
visit(CartesianProductPartitioning) - Method in class com.activeviam.partition.test.impl.PartitioningChecker
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.AdaptiveModuloPartitioningImpliedPartitionRetriever
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.AdaptivePartitioningImplicationChecker
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.GcpCalculator
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.AOriginalPartitionRetriever
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.GreatestCommonPartitioningCalculatorFactory
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.ImpliedPartitionRetrieverFactory
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.OriginalPartitionRetrieverFactory
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.PartitioningImplicationCheckerFactory
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningImplicationChecker
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningImpliedPartitionRetriever
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningOriginalPartitionRetriever
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.GcpCalculator
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImplicationChecker
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImpliedPartitionRetriever
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.GcpCalculator
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.GcpCalculator
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningImplicationChecker
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningImpliedPartitionRetriever
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningOriginalPartitionRetriever
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.GcpCalculator
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldModuloPartitioningImplicationChecker
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldModuloPartitioningImpliedPartitionRetriever
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.GcpCalculator
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningImplicationChecker
 
visit(CartesianProductPartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningImpliedPartitionRetriever
 
visit(CartesianProductPartitioning) - Method in interface com.qfs.store.part.IPartitioningVisitor
visit(ConstantPartitioning) - Method in class com.activeviam.partition.test.impl.PartitioningChecker
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.AdaptiveModuloPartitioningImpliedPartitionRetriever
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.AdaptivePartitioningImplicationChecker
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.AdaptivePartitioningOriginalPartitionRetriever
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.AGreatestCommonPartitioningCalculator
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.GreatestCommonPartitioningCalculatorFactory
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.ImpliedPartitionRetrieverFactory
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.OriginalPartitionRetrieverFactory
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.PartitioningImplicationCheckerFactory
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningImplicationChecker
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningImpliedPartitionRetriever
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningOriginalPartitionRetriever
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImplicationChecker
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImpliedPartitionRetriever
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningOriginalPartitionRetriever
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningImplicationChecker
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningImpliedPartitionRetriever
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningOriginalPartitionRetriever
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldModuloPartitioningImplicationChecker
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldModuloPartitioningImpliedPartitionRetriever
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloPartitioningOriginalPartitionSeeker
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningImplicationChecker
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningImpliedPartitionRetriever
 
visit(ConstantPartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningOriginalPartitionSeeker
 
visit(ConstantPartitioning) - Method in interface com.qfs.store.part.IPartitioningVisitor
Visit a constant partitioning, i.e.
visit(HierarchicalPartitioning) - Method in class com.activeviam.partition.test.impl.PartitioningChecker
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.AdaptiveModuloPartitioningImpliedPartitionRetriever
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.AdaptivePartitioningImplicationChecker
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.GcpCalculator
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.AOriginalPartitionRetriever
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.GreatestCommonPartitioningCalculatorFactory
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.ImpliedPartitionRetrieverFactory
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.OriginalPartitionRetrieverFactory
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.PartitioningImplicationCheckerFactory
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningImplicationChecker
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningImpliedPartitionRetriever
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.GcpCalculator
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImplicationChecker
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImpliedPartitionRetriever
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.GcpCalculator
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.GcpCalculator
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningImplicationChecker
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningImpliedPartitionRetriever
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningOriginalPartitionRetriever
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.GcpCalculator
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldModuloPartitioningImplicationChecker
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldModuloPartitioningImpliedPartitionRetriever
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.GcpCalculator
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningImplicationChecker
 
visit(HierarchicalPartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningImpliedPartitionRetriever
 
visit(HierarchicalPartitioning) - Method in interface com.qfs.store.part.IPartitioningVisitor
visit(MultipleFieldsModuloPartitioning) - Method in class com.activeviam.partition.test.impl.PartitioningChecker
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.AdaptiveModuloPartitioningImpliedPartitionRetriever
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.AdaptivePartitioningImplicationChecker
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.GcpCalculator
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.AOriginalPartitionRetriever
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.GreatestCommonPartitioningCalculatorFactory
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.ImpliedPartitionRetrieverFactory
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.OriginalPartitionRetrieverFactory
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.PartitioningImplicationCheckerFactory
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningImplicationChecker
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningImpliedPartitionRetriever
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.GcpCalculator
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImplicationChecker
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImpliedPartitionRetriever
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.GcpCalculator
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.GcpCalculator
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningImplicationChecker
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningImpliedPartitionRetriever
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.GcpCalculator
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldModuloPartitioningImplicationChecker
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldModuloPartitioningImpliedPartitionRetriever
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldsModuloPartitioningOriginalPartitionSeeker
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.GcpCalculator
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningImplicationChecker
 
visit(MultipleFieldsModuloPartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningImpliedPartitionRetriever
 
visit(MultipleFieldsModuloPartitioning) - Method in interface com.qfs.store.part.IPartitioningVisitor
visit(SinglePartitioning) - Method in class com.activeviam.partition.test.impl.PartitioningChecker
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.AdaptiveModuloPartitioningImpliedPartitionRetriever
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.AdaptivePartitioningImplicationChecker
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.AdaptivePartitioning.GcpCalculator
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.AOriginalPartitionRetriever
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.GreatestCommonPartitioningCalculatorFactory
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.ImpliedPartitionRetrieverFactory
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.OriginalPartitionRetrieverFactory
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory.PartitioningImplicationCheckerFactory
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningImplicationChecker
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningImpliedPartitionRetriever
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.CartesianProductPartitioningOriginalPartitionRetriever
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.CartesianProductPartitioning.GcpCalculator
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImplicationChecker
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImpliedPartitionRetriever
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.GcpCalculator
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.GcpCalculator
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningImplicationChecker
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningImpliedPartitionRetriever
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.HierarchicalPartitioning.HierarchicalPartitioningOriginalPartitionRetriever
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.GcpCalculator
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldModuloPartitioningImplicationChecker
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.MultipleFieldsModuloPartitioning.MultipleFieldModuloPartitioningImpliedPartitionRetriever
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.GcpCalculator
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningImplicationChecker
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningImpliedPartitionRetriever
 
visit(SinglePartitioning) - Method in class com.qfs.store.part.impl.SinglePartitioning.SinglePartitioningOriginalPartitionSeeker
 
visit(SinglePartitioning) - Method in interface com.qfs.store.part.IPartitioningVisitor
visit(IRecordQuery) - Method in class com.qfs.store.query.impl.QueryCompiler
 
visit(IRecordQuery) - Method in class com.qfs.store.query.impl.QueryValidator
 
visit(IRecordQuery) - Method in interface com.qfs.store.query.IQueryVisitor
Visits a IRecordQuery.
visit(ITreeStoreNode, ISelectedStore) - Method in class com.qfs.store.record.flatten.impl.FlattenInstructionCreator
 
visit(ICubeFilter, List<? extends IHierarchy>, IHierarchicalMapping, IFilterVisitor<T>) - Static method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.FilterVisitHelper
Visits the given hierarchies of the given ICubeFilter with the given visitor.
visit(IAliasedSet) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ACompilationVisitor
 
visit(IAliasedSet) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IAliasedSet) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IAliasedSet) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentLocationFunction.DrillthroughFormulaLocationExtractor
 
visit(IAliasedSet) - Method in interface com.quartetfs.pivot.mdx.IExpressionVisitor
 
visit(IAliasedSet) - Method in class com.quartetfs.pivot.mdx.impl.AExpressionDependencyVisitor
 
visit(IAliasedSet) - Method in class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
visit(IAliasedSet) - Method in class com.quartetfs.pivot.mdx.impl.MemberFinderVisitor
 
visit(IAliasedSet) - Method in class com.quartetfs.pivot.mdx.impl.NeedsReWriteVisitor
 
visit(IAliasedSet) - Method in class com.quartetfs.pivot.mdx.impl.SubSelectChecker
 
visit(IAliasedSet) - Method in class com.quartetfs.pivot.mdx.impl.VisualTotalsVisitor
 
visit(IAliasedSet) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
 
visit(INamedSetReference) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ACompilationVisitor
 
visit(INamedSetReference) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(INamedSetReference) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(INamedSetReference) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentLocationFunction.DrillthroughFormulaLocationExtractor
 
visit(INamedSetReference) - Method in interface com.quartetfs.pivot.mdx.IExpressionVisitor
 
visit(INamedSetReference) - Method in class com.quartetfs.pivot.mdx.impl.AExpressionDependencyVisitor
 
visit(INamedSetReference) - Method in class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
visit(INamedSetReference) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
visit(INamedSetReference) - Method in class com.quartetfs.pivot.mdx.impl.MemberFinderVisitor
 
visit(INamedSetReference) - Method in class com.quartetfs.pivot.mdx.impl.NeedsReWriteVisitor
 
visit(INamedSetReference) - Method in class com.quartetfs.pivot.mdx.impl.SubSelectChecker
 
visit(INamedSetReference) - Method in class com.quartetfs.pivot.mdx.impl.VisualTotalsVisitor
 
visit(INamedSetReference) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
 
visit(CellPlanExecutionTask.AggregateKeyTask, MdxEvent) - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanUpdater
 
visit(CellPlanExecutionTask.AggregateKeyTask, Void) - Method in class com.quartetfs.pivot.mdx.plan.impl.BasicCellPlanExecutor
 
visit(CellPlanExecutionTask.AggregateKeyTask, Void) - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanExecutor
 
visit(CellPlanExecutionTask.AggregateKeyTask, R) - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.ICellPlanExecutionTaskVisitor
visit(CellPlanExecutionTask.NamedSetExecTask, MdxEvent) - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanUpdater
 
visit(CellPlanExecutionTask.NamedSetExecTask, Void) - Method in class com.quartetfs.pivot.mdx.plan.impl.BasicCellPlanExecutor
 
visit(CellPlanExecutionTask.NamedSetExecTask, Void) - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanExecutor
 
visit(CellPlanExecutionTask.NamedSetExecTask, R) - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.ICellPlanExecutionTaskVisitor
visit(CellPlanExecutionTask.TupleExecTask, MdxEvent) - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanUpdater
 
visit(CellPlanExecutionTask.TupleExecTask, Void) - Method in class com.quartetfs.pivot.mdx.plan.impl.BasicCellPlanExecutor
 
visit(CellPlanExecutionTask.TupleExecTask, Void) - Method in class com.quartetfs.pivot.mdx.realtime.impl.RTCellPlanExecutor
 
visit(CellPlanExecutionTask.TupleExecTask, R) - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanExecutionTask.ICellPlanExecutionTaskVisitor
visit(ICaseExpression) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(ICaseExpression) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(ICaseExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionVisitor
 
visit(ICaseExpression) - Method in class com.quartetfs.pivot.mdx.impl.AResolvedExpressionVisitor
 
visit(ICaseExpression) - Method in class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
visit(ICaseExpression) - Method in class com.quartetfs.pivot.mdx.impl.MemberFinderVisitor
 
visit(ICaseExpression) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
 
visit(ICompoundIdentifier) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(ICompoundIdentifier) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(ICompoundIdentifier) - Method in interface com.quartetfs.pivot.mdx.IExpressionVisitor
 
visit(ICompoundIdentifier) - Method in class com.quartetfs.pivot.mdx.impl.AResolvedExpressionVisitor
 
visit(ICompoundIdentifier) - Method in class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
visit(ICompoundIdentifier) - Method in class com.quartetfs.pivot.mdx.impl.MemberFinderVisitor
 
visit(ICompoundIdentifier) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
 
visit(IDimensionExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ACompilationVisitor
 
visit(IDimensionExpression) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IDimensionExpression) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IDimensionExpression) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentLocationFunction.DrillthroughFormulaLocationExtractor
 
visit(IDimensionExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionVisitor
 
visit(IDimensionExpression) - Method in class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
visit(IDimensionExpression) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
visit(IDimensionExpression) - Method in class com.quartetfs.pivot.mdx.impl.MemberFinderVisitor
 
visit(IDimensionExpression) - Method in class com.quartetfs.pivot.mdx.impl.NeedsReWriteVisitor
 
visit(IDimensionExpression) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
visit(IDimensionExpression) - Method in class com.quartetfs.pivot.mdx.impl.SubSelectChecker
 
visit(IDimensionExpression) - Method in class com.quartetfs.pivot.mdx.impl.VisualTotalsVisitor
 
visit(IDimensionExpression) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
 
visit(IFunctionCall) - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilers.FormulaMatcher
 
visit(IFunctionCall) - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilers.GenericTransformer
 
visit(IFunctionCall) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ACompilationVisitor
 
visit(IFunctionCall) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.FunctionMatcher
 
visit(IFunctionCall) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.RecursiveRewriter
 
visit(IFunctionCall) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IFunctionCall) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IFunctionCall) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentLocationFunction.DrillthroughFormulaLocationExtractor
 
visit(IFunctionCall) - Method in interface com.quartetfs.pivot.mdx.IExpressionVisitor
 
visit(IFunctionCall) - Method in class com.quartetfs.pivot.mdx.impl.AContextVisitor
 
visit(IFunctionCall) - Method in class com.quartetfs.pivot.mdx.impl.AExpressionDependencyVisitor
 
visit(IFunctionCall) - Method in class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
visit(IFunctionCall) - Method in class com.quartetfs.pivot.mdx.impl.MemberFinderVisitor
 
visit(IFunctionCall) - Method in class com.quartetfs.pivot.mdx.impl.NeedsReWriteVisitor
 
visit(IFunctionCall) - Method in class com.quartetfs.pivot.mdx.impl.SubSelectChecker
 
visit(IFunctionCall) - Method in class com.quartetfs.pivot.mdx.impl.VisualTotalsVisitor
 
visit(IFunctionCall) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
 
visit(IFunctionKeyword) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ACompilationVisitor
 
visit(IFunctionKeyword) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IFunctionKeyword) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IFunctionKeyword) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentLocationFunction.DrillthroughFormulaLocationExtractor
 
visit(IFunctionKeyword) - Method in interface com.quartetfs.pivot.mdx.IExpressionVisitor
 
visit(IFunctionKeyword) - Method in class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
visit(IFunctionKeyword) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
visit(IFunctionKeyword) - Method in class com.quartetfs.pivot.mdx.impl.MemberFinderVisitor
 
visit(IFunctionKeyword) - Method in class com.quartetfs.pivot.mdx.impl.NeedsReWriteVisitor
 
visit(IFunctionKeyword) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
visit(IFunctionKeyword) - Method in class com.quartetfs.pivot.mdx.impl.SubSelectChecker
 
visit(IFunctionKeyword) - Method in class com.quartetfs.pivot.mdx.impl.VisualTotalsVisitor
 
visit(IFunctionKeyword) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
 
visit(IHierarchyExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ACompilationVisitor
 
visit(IHierarchyExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.AnyHierarchy
 
visit(IHierarchyExpression) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IHierarchyExpression) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IHierarchyExpression) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentLocationFunction.DrillthroughFormulaLocationExtractor
 
visit(IHierarchyExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionVisitor
 
visit(IHierarchyExpression) - Method in class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
visit(IHierarchyExpression) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
visit(IHierarchyExpression) - Method in class com.quartetfs.pivot.mdx.impl.MemberFinderVisitor
 
visit(IHierarchyExpression) - Method in class com.quartetfs.pivot.mdx.impl.NeedsReWriteVisitor
 
visit(IHierarchyExpression) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
visit(IHierarchyExpression) - Method in class com.quartetfs.pivot.mdx.impl.SubSelectChecker
 
visit(IHierarchyExpression) - Method in class com.quartetfs.pivot.mdx.impl.VisualTotalsVisitor
 
visit(IHierarchyExpression) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
 
visit(IIdentifier) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IIdentifier) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IIdentifier) - Method in interface com.quartetfs.pivot.mdx.IExpressionVisitor
 
visit(IIdentifier) - Method in class com.quartetfs.pivot.mdx.impl.AResolvedExpressionVisitor
 
visit(IIdentifier) - Method in class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
visit(IIdentifier) - Method in class com.quartetfs.pivot.mdx.impl.MemberFinderVisitor
 
visit(IIdentifier) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
 
visit(ILevelExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ACompilationVisitor
 
visit(ILevelExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.AnyLevel
 
visit(ILevelExpression) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(ILevelExpression) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(ILevelExpression) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentLocationFunction.DrillthroughFormulaLocationExtractor
 
visit(ILevelExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionVisitor
 
visit(ILevelExpression) - Method in class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
visit(ILevelExpression) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
visit(ILevelExpression) - Method in class com.quartetfs.pivot.mdx.impl.MemberFinderVisitor
 
visit(ILevelExpression) - Method in class com.quartetfs.pivot.mdx.impl.NeedsReWriteVisitor
 
visit(ILevelExpression) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
visit(ILevelExpression) - Method in class com.quartetfs.pivot.mdx.impl.SubSelectChecker
 
visit(ILevelExpression) - Method in class com.quartetfs.pivot.mdx.impl.VisualTotalsVisitor
 
visit(ILevelExpression) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
 
visit(ILiteral<T>) - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilers.FormulaMatcher
 
visit(ILiteral<T>) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ACompilationVisitor
 
visit(ILiteral<T>) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.AnyLiteral
 
visit(ILiteral<T>) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.LiteralMatcher
 
visit(ILiteral<T>) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ParenFunctionMatcher
 
visit(ILiteral<T>) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(ILiteral<T>) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(ILiteral<T>) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentLocationFunction.DrillthroughFormulaLocationExtractor
 
visit(ILiteral<T>) - Method in interface com.quartetfs.pivot.mdx.IExpressionVisitor
 
visit(ILiteral<T>) - Method in class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
visit(ILiteral<T>) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
visit(ILiteral<T>) - Method in class com.quartetfs.pivot.mdx.impl.MemberFinderVisitor
 
visit(ILiteral<T>) - Method in class com.quartetfs.pivot.mdx.impl.NeedsReWriteVisitor
 
visit(ILiteral<T>) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
visit(ILiteral<T>) - Method in class com.quartetfs.pivot.mdx.impl.SubSelectChecker
 
visit(ILiteral<T>) - Method in class com.quartetfs.pivot.mdx.impl.VisualTotalsVisitor
 
visit(ILiteral<T>) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
 
visit(IMemberExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxCompilers.FormulaMatcher
 
visit(IMemberExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.ACompilationVisitor
 
visit(IMemberExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.AnyMeasure
 
visit(IMemberExpression) - Method in class com.qfs.pivot.mdx.compil.impl.MdxRewriters.AnyMember
 
visit(IMemberExpression) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IMemberExpression) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IMemberExpression) - Method in class com.quartetfs.pivot.mdx.func.custom.impl.CurrentLocationFunction.DrillthroughFormulaLocationExtractor
 
visit(IMemberExpression) - Method in interface com.quartetfs.pivot.mdx.IExpressionVisitor
 
visit(IMemberExpression) - Method in class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
visit(IMemberExpression) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
visit(IMemberExpression) - Method in class com.quartetfs.pivot.mdx.impl.MemberFinderVisitor
 
visit(IMemberExpression) - Method in class com.quartetfs.pivot.mdx.impl.NeedsReWriteVisitor
 
visit(IMemberExpression) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
visit(IMemberExpression) - Method in class com.quartetfs.pivot.mdx.impl.SubSelectChecker
 
visit(IMemberExpression) - Method in class com.quartetfs.pivot.mdx.impl.VisualTotalsVisitor
 
visit(IMemberExpression) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
 
visit(ISelectStatement) - Method in class com.quartetfs.pivot.mdx.impl.ARecursiveSelectVisitor
Visit all the sub-select statements of the given ISelectStatement , and the select statement itself.
visit(ISelectStatement) - Method in class com.quartetfs.pivot.mdx.impl.RecursiveSelectPlanuator
Visit all the sub-select statements of the given ISelectStatement , and the select statement itself.
visit(IUnresolvedFunctionCall) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IUnresolvedFunctionCall) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IUnresolvedFunctionCall) - Method in interface com.quartetfs.pivot.mdx.IExpressionVisitor
 
visit(IUnresolvedFunctionCall) - Method in class com.quartetfs.pivot.mdx.impl.AResolvedExpressionVisitor
 
visit(IUnresolvedFunctionCall) - Method in class com.quartetfs.pivot.mdx.impl.CachingVisitor
 
visit(IUnresolvedFunctionCall) - Method in class com.quartetfs.pivot.mdx.impl.MemberFinderVisitor
 
visit(IUnresolvedFunctionCall) - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxPastVisitor
 
visit(ColoredDirectedAcyclicGraph<Pass, ?>, Pass) - Method in class com.quartetfs.pivot.mdx.plan.impl.APassVisitor
 
visit(ColoredDirectedAcyclicGraph<N, ?>, N) - Method in interface com.quartetfs.pivot.mdx.utils.impl.ColoredDirectedAcyclicGraph.INodeVisitor
 
visit(K, C) - Method in interface com.qfs.graph.impl.ITreeVisitor
Visits a node.
visit(K, ITree<K, V, E>) - Method in class com.qfs.graph.impl.ATreeRewriter
 
visit(K, V) - Method in interface com.qfs.graph.IDirectedGraphVisitor
The actual function to call on each node of the graph to visit.
visitAggregationPrimitiveNode(PrimitiveAggregationNode, CycleDetectionGraphVisitor.PathToCurrentNodeContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
visitAggregationPrimitiveNode(PrimitiveAggregationNode, SimpleNoArgsVisitorContext) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
visitAggregationPrimitiveNode(PrimitiveAggregationNode, SimpleNoArgsVisitorContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
visitAggregationPrimitiveNode(PrimitiveAggregationNode, PlanningGraphExecutionPlanner.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
visitAggregationPrimitiveNode(PrimitiveAggregationNode, ContextT) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Visits an aggretion node.
visitCachedPpNode(CachedPpNode, CycleDetectionGraphVisitor.PathToCurrentNodeContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
visitCachedPpNode(CachedPpNode, SimpleNoArgsVisitorContext) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
visitCachedPpNode(CachedPpNode, SimpleNoArgsVisitorContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
visitCachedPpNode(CachedPpNode, PlanningGraphExecutionPlanner.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
visitCachedPpNode(CachedPpNode, ContextT) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Visits a cached post-processed node.
visitCachedPrimitiveAggregationNode(CachedPrimitiveAggregationNode, CycleDetectionGraphVisitor.PathToCurrentNodeContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
visitCachedPrimitiveAggregationNode(CachedPrimitiveAggregationNode, SimpleNoArgsVisitorContext) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
visitCachedPrimitiveAggregationNode(CachedPrimitiveAggregationNode, SimpleNoArgsVisitorContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
visitCachedPrimitiveAggregationNode(CachedPrimitiveAggregationNode, PlanningGraphExecutionPlanner.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
visitCachedPrimitiveAggregationNode(CachedPrimitiveAggregationNode, ContextT) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Visits a cached primitive aggregation node.
visitCachedPrimitiveNode(CachedPrimitiveNode, CycleDetectionGraphVisitor.PathToCurrentNodeContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
visitCachedPrimitiveNode(CachedPrimitiveNode, SimpleNoArgsVisitorContext) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
visitCachedPrimitiveNode(CachedPrimitiveNode, SimpleNoArgsVisitorContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
visitCachedPrimitiveNode(CachedPrimitiveNode, PlanningGraphExecutionPlanner.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
visitCachedPrimitiveNode(CachedPrimitiveNode, ContextT) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Visits a cached primitive node.
visitCompletersRecursively(CompleterVisitor) - Method in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleterWithChildren
Recursively visits this and all its children of type CancellableCountedCompleterWithChildren.
visitDepthFirst(C, N) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor
Visits the input node and its subgraph in a depth-first fashion.
visitEmptyJoinNode(EmptyExternalNode, CycleDetectionGraphVisitor.PathToCurrentNodeContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
visitEmptyJoinNode(EmptyExternalNode, SimpleNoArgsVisitorContext) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
visitEmptyJoinNode(EmptyExternalNode, SimpleNoArgsVisitorContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
visitEmptyJoinNode(EmptyExternalNode, PlanningGraphExecutionPlanner.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
visitEmptyJoinNode(EmptyExternalNode, ContextT) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Visits an empty node.
visitEmptyNode(EmptyNode, CycleDetectionGraphVisitor.PathToCurrentNodeContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
visitEmptyNode(EmptyNode, SimpleNoArgsVisitorContext) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
visitEmptyNode(EmptyNode, SimpleNoArgsVisitorContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
visitEmptyNode(EmptyNode, PlanningGraphExecutionPlanner.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
visitEmptyNode(EmptyNode, ContextT) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Visits an empty node.
VisitException - Exception in com.qfs.graph.impl
An Exception class for Graphs.
VisitException() - Constructor for exception com.qfs.graph.impl.VisitException
 
visitExternalDatabaseRetrieval(IExternalDatabaseRetrieval, C) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalGraphVisitor
Visits an external database retrieval.
visitExternalDatabaseRetrieval(IExternalDatabaseRetrieval, ExecutionGraphExporter.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphExporter
 
visitExternalDatabaseRetrieval(IExternalDatabaseRetrieval, ExecutionGraphPrinter.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphPrinter
 
visitExternalNode(ExternalNode, CycleDetectionGraphVisitor.PathToCurrentNodeContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
visitExternalNode(ExternalNode, SimpleNoArgsVisitorContext) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
visitExternalNode(ExternalNode, SimpleNoArgsVisitorContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
visitExternalNode(ExternalNode, PlanningGraphExecutionPlanner.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
visitExternalNode(ExternalNode, ContextT) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Visits an external node.
visitFromLeaves(IPlanningGraphVisitor<C>, Object...) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph
Visits this graph with the input visitor, starting from the leaves nodes.
visitFromRoots(IRetrievalGraphVisitor<C>, Object...) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IInternalActivePivotAggreggatesRetriever
Visits this graph with the input visitor, starting from its root nodes.
visitFromRoots(IRetrievalGraphVisitor<C>, Object...) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
 
visitFromRoots(IPlanningGraphVisitor<C>, Object...) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph
Visits this graph with the input visitor, starting from its root nodes.
visitFromRoots(Collection<? extends ADependencyNode>, IPlanningGraphVisitor<C>, Object...) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraph
Visits this graph with the input visitor, starting from its root nodes.
visitNewChild(CancellableCountedCompleterWithChildren<?>, int, int) - Method in interface com.qfs.concurrent.cancellable.impl.CompleterVisitor
Visits a completer that has not been visited before.
visitNext(Collection<? extends N>) - Method in class com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.AVisitorContextWithArgs
 
visitNext(Collection<? extends N>) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.IVisitorContext
Marks the given nodes to be visited after the current one.
visitNext(Collection<? extends N>) - Method in class com.quartetfs.biz.pivot.query.aggregates.IGraphVisitor.NoArgsVisitorContext
 
visitNthArg(IFunctionCall, int) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Get the dependency of the index th argument.
visitNthArg(IFunctionCall, int) - Method in class com.quartetfs.pivot.mdx.impl.AExpressionDependencyVisitor
 
visitOthers(IPartitioning) - Method in class com.activeviam.partition.test.impl.PartitioningChecker
 
visitOthers(IPartitioning) - Method in class com.qfs.store.part.impl.AGreatestCommonPartitioningCalculator
 
visitOthers(IPartitioning) - Method in class com.qfs.store.part.impl.AImpliedPartitionRetriever
 
visitOthers(IPartitioning) - Method in class com.qfs.store.part.impl.AOriginalPartitionRetriever
 
visitOthers(IPartitioning) - Method in class com.qfs.store.part.impl.APartitioningImplicationChecker
 
visitOthers(IPartitioning) - Method in class com.qfs.store.part.impl.APartitioningVisitorFactory
visitOthers(IPartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImplicationChecker
 
visitOthers(IPartitioning) - Method in class com.qfs.store.part.impl.ConstantPartitioning.ConstantPartitioningImpliedPartitionRetriever
 
visitOthers(IPartitioning) - Method in interface com.qfs.store.part.IPartitioningVisitor
visitPartitioningAwarePpNode(PartitioningAwarePpNode, CycleDetectionGraphVisitor.PathToCurrentNodeContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
visitPartitioningAwarePpNode(PartitioningAwarePpNode, SimpleNoArgsVisitorContext) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
visitPartitioningAwarePpNode(PartitioningAwarePpNode, SimpleNoArgsVisitorContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
visitPartitioningAwarePpNode(PartitioningAwarePpNode, PlanningGraphExecutionPlanner.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
visitPartitioningAwarePpNode(PartitioningAwarePpNode, ContextT) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Visits an node.
visitPostProcessedRetrieval(IPostProcessedRetrieval, C) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalGraphVisitor
Visits a post-processed retrieval.
visitPostProcessedRetrieval(IPostProcessedRetrieval, ExecutionGraphExporter.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphExporter
 
visitPostProcessedRetrieval(IPostProcessedRetrieval, ExecutionGraphPrinter.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphPrinter
 
visitPpNode(PpNode, CycleDetectionGraphVisitor.PathToCurrentNodeContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
visitPpNode(PpNode, SimpleNoArgsVisitorContext) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
visitPpNode(PpNode, SimpleNoArgsVisitorContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
visitPpNode(PpNode, PlanningGraphExecutionPlanner.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
visitPpNode(PpNode, ContextT) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Visits a plain post-processed node.
visitPrimitiveNode(PrimitiveNode, CycleDetectionGraphVisitor.PathToCurrentNodeContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
visitPrimitiveNode(PrimitiveNode, SimpleNoArgsVisitorContext) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
visitPrimitiveNode(PrimitiveNode, SimpleNoArgsVisitorContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
visitPrimitiveNode(PrimitiveNode, PlanningGraphExecutionPlanner.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
visitPrimitiveNode(PrimitiveNode, ContextT) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Visits a plain primitive node.
visitPrimitiveRetrieval(IPrimitiveRetrieval, C) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IRetrievalGraphVisitor
Visits a primitive retrieval.
visitPrimitiveRetrieval(IPrimitiveRetrieval, ExecutionGraphExporter.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphExporter
 
visitPrimitiveRetrieval(IPrimitiveRetrieval, ExecutionGraphPrinter.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionGraphPrinter
 
visitQuery(IQuery) - Method in class com.qfs.store.query.impl.QueryValidator
Visit the query condition.
visitRangeSharingPpNode(SharingPpNode, CycleDetectionGraphVisitor.PathToCurrentNodeContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
visitRangeSharingPpNode(SharingPpNode, SimpleNoArgsVisitorContext) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
visitRangeSharingPpNode(SharingPpNode, SimpleNoArgsVisitorContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
visitRangeSharingPpNode(SharingPpNode, PlanningGraphExecutionPlanner.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
visitRangeSharingPpNode(SharingPpNode, ContextT) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Visits a range-sharing post-processed node.
visitRangeSharingPrimitiveNode(SharingPrimitiveNode, CycleDetectionGraphVisitor.PathToCurrentNodeContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
visitRangeSharingPrimitiveNode(SharingPrimitiveNode, SimpleNoArgsVisitorContext) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
visitRangeSharingPrimitiveNode(SharingPrimitiveNode, SimpleNoArgsVisitorContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
visitRangeSharingPrimitiveNode(SharingPrimitiveNode, PlanningGraphExecutionPlanner.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
visitRangeSharingPrimitiveNode(SharingPrimitiveNode, ContextT) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Visits a range-sharing primitive node.
visitRoot(RootNode, CycleDetectionGraphVisitor.PathToCurrentNodeContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.CycleDetectionGraphVisitor
 
visitRoot(RootNode, SimpleNoArgsVisitorContext) - Method in class com.qfs.query.impl.DistributedPlanningGraphVisitor
 
visitRoot(RootNode, SimpleNoArgsVisitorContext) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.PlanningGraphPartitioningPicker.ExternalNodePartitioner
 
visitRoot(RootNode, PlanningGraphExecutionPlanner.Context) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.PlanningGraphExecutionPlanner
 
visitRoot(RootNode, ContextT) - Method in interface com.quartetfs.biz.pivot.query.aggregates.plan.graph.impl.IPlanningGraphVisitor
Visits a root node (not the "Super Root").
visitSeenChild(CancellableCountedCompleterWithChildren<?>, int, int) - Method in interface com.qfs.concurrent.cancellable.impl.CompleterVisitor
Visits a completer that has already been visited before.
VISUAL_TOTALS - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
VisualTotalPass(int, CellPlanResultHeader, IExpression) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.PassManager.VisualTotalPass
Constructor.
VisualTotals - com.quartetfs.biz.xmla.constants.Keyword
 
VisualTotals - com.quartetfs.pivot.mdx.plan.impl.PassManager.PassType
A pass whose execution depends on visual totals context.
VisualTotalsContainer - Class in com.quartetfs.pivot.mdx.plan.impl
The visual totals container holds visual totals information for the visual totals state of a pass.
VisualTotalsContainer() - Constructor for class com.quartetfs.pivot.mdx.plan.impl.VisualTotalsContainer
Constructor.
VisualTotalsContainer(VisualTotalsContainer) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.VisualTotalsContainer
Constructor.
VisualTotalsFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
VisualTotalsFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.VisualTotalsFunction
 
VisualTotalsVisitor - Class in com.quartetfs.pivot.mdx.impl
Visitor to improve performance of multiselection when done through Excel/Live Instead of evaluating the complete set of Ascending(X) & Descending(X) to grant any children/parents of X, we just need to grant X.
VisualTotalsVisitor() - Constructor for class com.quartetfs.pivot.mdx.impl.VisualTotalsVisitor
 

W

WAIT_FOR_ALL_APPLICATIONS - Static variable in interface com.quartetfs.biz.pivot.distribution.IDistributedActivePivotInstanceDescription
Property to control the way discovery messages must be processed by the QUERY cube the first time DATA cubes from different application join the cluster.
waitForAllMessages(long) - Method in class com.qfs.distribution.impl.DistributedHierarchyManager
 
waitForAllMessages(long) - Method in interface com.qfs.messenger.IDistributedHierarchyManager
Waits for all the query node messages to be processed.
waitForAllSchemas(IActivePivotManager) - Static method in class com.activeviam.pivot.contribution.impl.WaitForFeedingUtil
Waits for all schemas to be completely attached to the underlying databases.
waitForCompletion() - Method in class com.activeviam.pivot.contribution.impl.CubeFeedingPromise
Waits for the promise to complete, with no timeout or a timeout defined by ActiveViamProperty.MANAGER_FEEDING_TIMEOUT if defined.
waitForCompletion(Duration) - Method in class com.activeviam.pivot.contribution.impl.CubeFeedingPromise
Waits for the promise to complete.
WaitForFeedingUtil - Class in com.activeviam.pivot.contribution.impl
 
walk(CopperRange, boolean, Collection<T>, CollectionWindowWalker.CollectionWindowWalkerObserver<T>) - Static method in class com.activeviam.copper.util.CollectionWindowWalker
Deprecated.
Walks along the elements of the given Collection.
walk(ITree<K, V, E>, ITreeVisitor<K, C>) - Method in class com.qfs.graph.impl.BfsTreeWalker
Traverses the given tree following a Breadth-first search approach.
walk(ITree<K, V, E>, ITreeVisitor<K, C>) - Method in class com.qfs.graph.impl.DfsTreeWalker
Traverses the given tree following a Depth-first search approach.
walk(ITree<K, V, E>, ITreeVisitor<K, C>) - Method in interface com.qfs.graph.impl.ITreeWalker
Traverses the given tree.
walk(PartitioningNode) - Method in class com.qfs.store.part.impl.PartitioningNodeWalkers.APartitioningNodeWalker
Visit a partitioning node.
walk(PartitioningNode) - Method in class com.qfs.store.part.impl.PartitioningNodeWalkers.CardinalityCalculator
 
walk(PartitioningNode) - Method in class com.qfs.store.part.impl.PartitioningNodeWalkers.MatchedPartitionIdsRetriever
 
walk(PartitioningNode) - Method in class com.qfs.store.part.impl.PartitioningNodeWalkers.PartitioningFieldsRetriever
 
walk(PartitioningNodeWithMultiFieldModulo) - Method in class com.qfs.store.part.impl.PartitioningNodeWalkers.APartitioningNodeWalker
Visit a parttioning node with a multiple field modulo function as its default partitioning rule.
walk(PartitioningNodeWithMultiFieldModulo) - Method in class com.qfs.store.part.impl.PartitioningNodeWalkers.CardinalityCalculator
 
walk(PartitioningNodeWithMultiFieldModulo) - Method in class com.qfs.store.part.impl.PartitioningNodeWalkers.MatchedPartitionIdsRetriever
 
walk(PartitioningNodeWithMultiFieldModulo) - Method in class com.qfs.store.part.impl.PartitioningNodeWalkers.PartitioningFieldsRetriever
 
walk(SinglePartitionPartitioningNode) - Method in class com.qfs.store.part.impl.PartitioningNodeWalkers.APartitioningNodeWalker
walk(SinglePartitionPartitioningNode) - Method in class com.qfs.store.part.impl.PartitioningNodeWalkers.CardinalityCalculator
 
walk(SinglePartitionPartitioningNode) - Method in class com.qfs.store.part.impl.PartitioningNodeWalkers.MatchedPartitionIdsRetriever
 
walk(SinglePartitionPartitioningNode) - Method in class com.qfs.store.part.impl.PartitioningNodeWalkers.PartitioningFieldsRetriever
 
walkBfs(ITree<K, V, E>, ITreeVisitor<K, C>) - Static method in class com.qfs.graph.impl.TreeUtils
Sugar syntax for new BfsTreeWalker<K, V, E, C>().walk(tree, visitor).
walkDfs(ITree<K, V, E>, ITreeVisitor<K, C>) - Static method in class com.qfs.graph.impl.TreeUtils
Sugar syntax for new DfsTreeWalker<K, V, E, C>().walk(tree, visitor).
walkFileTree(URI, FileVisitor<Path>) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Walk the file tree of the given directory.
walkFilter(ICubeFilter) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.FilterWalker
Walks the given filter along this walker's hierarchies, using this walker's visitor.
walkFromLeaves(ITree<K, V, E>, ITreeVisitor<K, C>) - Static method in class com.qfs.graph.impl.TreeUtils
Traverses the given tree from its leaves to the root showing around the visitor on each visited node.
walkSubCube(ISubCubeProperties) - Method in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.SubCubeWalker
Walks the given subcube along this walker's hierarchies, using this walker's visitor.
wantsInitialView() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Gets if the initial view is wanted.
wantsInitialView(boolean) - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Sets if an initial view of the considered monitors is wanted.
WARN - com.activeviam.database.commons.api.settings.IDirectQueryBaseSettings.GetByKeyBehavior
 
WARN - com.quartetfs.biz.pivot.context.drillthrough.IDrillthroughProperties.DrillthroughBehavior
Warns the user about the error.
WARN - com.quartetfs.biz.pivot.query.aggregates.IMissedPrefetchBehavior.Behavior
Warns the user about the missed prefetch.
WARN_INCOMPATIBLE_DIM_TYPES - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
WARN_INCOMPATIBLE_LEVEL_COMPARATOR - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
WARN_INCOMPATIBLE_LEVEL_TYPE - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
WARN_LISTENER_TIMEOUT - Static variable in class com.qfs.logging.MessagesStreaming
 
WARN_MESSENGER_PAUSED - Static variable in class com.qfs.logging.MessagesDistribution
Deprecated.
 
WARN_MISSING_DISCOVER_PROPERTY - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
WARN_NO_PIVOT - Static variable in class com.qfs.logging.MessagesTransactions
Deprecated.
 
WARN_PARTITION_CONTENT_WRONG_POOL - Static variable in class com.qfs.logging.MessagesDatastore
Deprecated.
 
WARN_STORAGE_NUMA_POOLS - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
WARNING - com.qfs.snl.messages.MessageLevel
Type to warn the user.
WARNING_CONTEXTINTERFACE_UNICITY - Static variable in class com.qfs.logging.MessagesServer
Deprecated.
 
WARNING_FACTLESS_ANALYSIS_HIERARCHY - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
WARNING_FACTLESS_HIERARCHY - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
WARNING_SCHEMA_REGISTERED_ON_DATASTORE_WITH_DATA - Static variable in class com.qfs.logging.MessagesCore
Deprecated.
 
watch(String) - Method in class com.qfs.repository.impl.RepositoryDaemonActions
 
watch(String) - Method in interface com.qfs.repository.IParameterStream
Adds the input parameter to the set of parameters to watch.
watch(String) - Method in interface com.qfs.repository.IRepositoryDaemonActions
Notify the repository cache that this parameter needs to be requested.
watch(String) - Method in class com.qfs.repository.mdx.impl.ParameterStoreStream
 
WatcherService - Class in com.qfs.msg.impl
Standard implementation of the watcher service.
WatcherService() - Constructor for class com.qfs.msg.impl.WatcherService
Default constructor, using the file system to have watchers.
WatcherService(WatchService) - Constructor for class com.qfs.msg.impl.WatcherService
Full constructor.
WEAK - com.qfs.platform.solaris.lgrp_affinity
The LGRP_AFF_WEAK affinity is a hint to the operating system that the calling thread has a weak affinity for the given lgroup.
WEB_SOCKET_ENDPOINT - Static variable in class com.qfs.server.cfg.impl.ActivePivotWebSocketServicesConfig
Streaming endpoint.
WEB_SOCKET_EXCEPTION - com.activeviam.apm.pivot.monitoring.IWebSocketActionMonitor.WebSocketTags
Tag prefixing the 'exception' report for requests by Json Queries Service.
WEB_SOCKET_REQUEST_START - com.activeviam.apm.pivot.monitoring.IWebSocketActionMonitor.WebSocketTags
Tag prefixing the 'start' report for requests by Json Queries Service.
WEB_SOCKET_REQUEST_STOP - com.activeviam.apm.pivot.monitoring.IWebSocketActionMonitor.WebSocketTags
Tag prefixing the 'stop' report for requests by Json Queries Service.
WebHTML - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
WebMailAlias - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
WebSocketConfigurationMonitoring - Class in com.qfs.snl.monitoring.impl
Monitoring of the ActiveMonitor Websocket.
WebSocketConfigurationMonitoring(IWebSocketEngineConfig, ASingleEndpoint) - Constructor for class com.qfs.snl.monitoring.impl.WebSocketConfigurationMonitoring
Constructor.
WebSocketMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for Web Socket.
WebSocketMonitor(WebSocketSession, String, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.WebSocketMonitor
Constructor.
webSocketServicesConfigBeanPostProcessor() - Method in class com.activeviam.apm.cfg.impl.LoggingConfig
 
WebSocketServicesConfigBeanPostProcessor - Class in com.activeviam.apm.cfg.impl
A BeanPostProcessor replacing Activepivot webSocket Beans by their equivalent monitored services.
WebSocketServicesConfigBeanPostProcessor() - Constructor for class com.activeviam.apm.cfg.impl.WebSocketServicesConfigBeanPostProcessor
 
WebsocketSessionFactory - Class in com.qfs.spring.websocket.impl
Deprecated, for removal: This API element is subject to removal in a future version.
WebsocketSessionFactory() - Constructor for class com.qfs.spring.websocket.impl.WebsocketSessionFactory
Deprecated.
 
WebSocketSessionListener - Class in com.qfs.spring.websocket.impl
Deprecated, for removal: This API element is subject to removal in a future version.
WebSocketSessionListener(WsSession, String, String, String) - Constructor for class com.qfs.spring.websocket.impl.WebSocketSessionListener
Deprecated.
Constructor.
WebURL - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
WebXMLOrXSL - Static variable in class com.quartetfs.biz.xmla.XmlaConstants.PropertyContentType
 
WEEKDAY - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
WeekdayDefinition() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.WeekdayFunction.WeekdayDefinition
 
WeekdayFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.WeekdayFunction
 
WEIGHT - com.quartetfs.biz.pivot.definitions.impl.KpiDescription.KpiProperty
Property with the weight value.
WHATEVER_NUMA_NODE - Static variable in interface com.qfs.pool.IThreadPoolSelector
The Integer to use as pool ID when the thread pool in which the Runnable should be run doesn't matter.
WHATEVER_POOL - Static variable in class com.qfs.concurrent.cancellable.impl.CancellableCountedCompleter
The Integer to use as pool ID when the thread pool in which this Task should be completed doesn't matter.
When - com.quartetfs.biz.xmla.constants.Keyword
 
WHEN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
WHEN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
WHEN - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
when_clause() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
when_clause() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
when_clause_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.when_clause_return
 
when_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
when_list() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
when_list_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.when_list_return
 
WhenClause - Class in com.quartetfs.pivot.mdx.statement.impl
 
WhenClause(IExpression, IExpression) - Constructor for class com.quartetfs.pivot.mdx.statement.impl.WhenClause
 
where(Predicate...) - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Adds predicates to the where clause of the query.
Where - com.quartetfs.biz.xmla.constants.Keyword
 
WHERE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
WHERE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
WHERE - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
whichKeyword(IExpression, IFunctionKeyword[], String) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Throws an exception is the keyword represented by expression is not in the expectedValues
whichKeyword(IExpression, Map<IFunctionKeyword, T>, String) - Static method in class com.quartetfs.pivot.mdx.func.base.impl.FunctionUtil
Throws an exception is the keyword represented by expression is not in the keys of expectedToResults, else returns the mapped value.
WHOLE_STORE - Static variable in interface com.qfs.store.query.IQuery
Value to return in IQuery.getPartitionId() when not restricted to a partition.
WILDCARD - Static variable in interface com.qfs.repository.coordinates.ICoordinates
Wildcard for any value.
WILDCARD - Static variable in interface com.quartetfs.biz.pivot.ILocation
The sequence representing a wildcard.
WILDCARD_ADDRESS - Static variable in class com.qfs.distribution.impl.MessengerUtil
Wilcard address, typically 0.0.0.0 or ::0.
WILDCARD_CHAR - Static variable in class com.qfs.content.service.impl.ContentServiceHelper
The wildcard character.
WILDCARD_HASHCODE - Static variable in interface com.quartetfs.biz.pivot.ILocation
Hashcode attributed to a wildcard ("null" coordinate).
WILDCARD_PATH - Static variable in class com.qfs.content.service.impl.ContentServiceHelper
The suffix of a path containing a wildcard.
WILDCARD_SYSTEM_PROPERTY - com.activeviam.properties.impl.ActiveViamProperty
The system property to use to override the wildcard sequence.
willNeverMatch() - Method in class com.qfs.store.query.condition.impl.NullCompiledConditionInstance
 
willNeverMatch() - Method in interface com.qfs.store.query.plan.condition.ICompiledConditionInstance
Some ICompiledConditionInstance know they will not match any record on the partition they will scan, so we avoid scanning in this case.
willNeverMatch() - Method in class com.qfs.store.query.plan.condition.impl.AndCompiledCondition.AndCompiledConditionInstance
 
willNeverMatch() - Method in class com.qfs.store.query.plan.condition.impl.FalseCompiledCondition.FalseCompiledConditionInstance
 
willNeverMatch() - Method in class com.qfs.store.query.plan.condition.impl.OrCompiledCondition.OrCompiledConditionInstance
 
willNeverMatch() - Method in class com.qfs.store.query.plan.condition.impl.TrueCompiledCondition.TrueCompiledConditionInstance
 
willNotBeAbleToRegister() - Method in interface com.quartetfs.biz.pivot.query.registration.IRegistration
If this registration already knows its registration cannot succeed it indicates it here.
willNotBeAbleToRegister() - Method in class com.quartetfs.pivot.mdx.realtime.impl.MdxRegistration
 
willSchemaChange() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedAxisHierarchyTransaction
 
willSchemaChange() - Method in class com.qfs.pivot.cube.hierarchy.impl.DistributedMeasureHierarchyTransaction
 
willSchemaChange() - Method in interface com.qfs.pivot.hierarchy.IDistributedHierarchyTransaction
Window - Interface in com.activeviam.copper.api
A window specification for analytic (window) functions.
WindowBuilder - Class in com.activeviam.copper.measure.window
Implementation of Window that memoizes the window frame user description.
WindowBuilder(boolean, IInternalCopperHierarchy, boolean, CopperRange, Function<IInternalCopperContext, ICopperFunction>) - Constructor for class com.activeviam.copper.measure.window.WindowBuilder
Constructor.
WindowBuilder.ConstantPartitionByValueProvider - Class in com.activeviam.copper.measure.window
A provider of partitionBy levels that always returns the same list of partitionBy levels.
WindowBuilder.PartitionByParentProvider - Class in com.activeviam.copper.measure.window
A provider of partitionBy levels that can only give its result at query time because the result depends on the depth of the requested location for the hierarchy involved in the Window.
WindowReduceMeasure - Class in com.activeviam.copper.measure.window
Analytic aggregation measure.
WindowReduceMeasure(String, WindowBuilder, IInternalCopperMeasure, MeasureMetadata, CopperAnalyticMeasure.AnalyticFilter) - Constructor for class com.activeviam.copper.measure.window.WindowReduceMeasure
Constructor.
WindowReduceMeasure.Factory - Class in com.activeviam.copper.measure.window
Factory for WindowReduceMeasure.
WindowReduceMeasureBuilder - Class in com.activeviam.copper.measure.window
Builder to create a WindowReduceMeasure.
WindowReduceMeasureBuilder(String, CopperMeasure) - Constructor for class com.activeviam.copper.measure.window.WindowReduceMeasureBuilder
Constructor.
WindowReducePartitionedPostProcessor - Class in com.activeviam.copper.pivot.pp
Compute aggregation over a range of aggregated values along a given IHierarchy.
WindowReducePartitionedPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.copper.pivot.pp.WindowReducePartitionedPostProcessor
Constructor.
WindowReducer - Interface in com.activeviam.copper.measure.window
Funnels the logic of an IAggregationFunction applied as a reduction function over an array.
WindowSibling - Interface in com.activeviam.copper.api
WindowSiblingBuilder - Class in com.activeviam.copper.measure.window
Special implementation of WindowBuilder made for Window.siblings(CopperHierarchy).
WindowSiblingBuilder(IInternalCopperHierarchy, CopperRange, boolean, Function<IInternalCopperContext, ICopperFunction>) - Constructor for class com.activeviam.copper.measure.window.WindowSiblingBuilder
Constructor.
WindowsPlatform - Class in com.qfs.platform.win
Windows Platform.
wins(Object) - Method in class com.quartetfs.pivot.mdx.func.base.impl.ABasicOperatorValueFunctionDefinition
Return true if a value is an absorbing element for the operation (for example 0 for the multiplication).
with(IContentService) - Method in class com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder
 
With - com.quartetfs.biz.xmla.constants.Keyword
 
WITH - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
WITH - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
WITH - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
WITH_ANALYSIS_LEVEL - Static variable in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToPivotConditionFilterCompiler
Singleton instance that does not ignore analysis levels.
withAboveLevelMeasure(CopperMeasure) - Method in interface com.activeviam.copper.api.CopperSwitchMeasure
Sets the measure that is returned when the level is not expressed in the query.
withAboveLevelMeasure(CopperMeasure) - Method in class com.activeviam.copper.measure.SwitchOnMeasure
 
withAcceptor(IAsyncResultAcceptor<ICursor>) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IDistinctQueryRunner
Defines the acceptor that will be called by the query.
withAcceptor(IAsyncResultAcceptor<ICursor>) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IDistinctQueryRunnerWithTimeout
Defines the acceptor that will be called by the query.
withAcceptor(IPartitionedResultAcceptor) - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IListQueryRunner
Defines the acceptor that will be called by the query.
withAcceptor(IPartitionedResultAcceptor) - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IListQueryRunnerWithTimeout
Defines the acceptor that will be called by the query.
withAcceptor(IPartitionedResultAcceptor) - Method in class com.qfs.store.query.impl.AQueryRunner
 
withAcceptor(IPartitionedResultAcceptor) - Method in class com.qfs.store.query.impl.AQueryRunnerWithTimeout
 
withAcceptor(IPartitionedResultAcceptor) - Method in interface com.qfs.store.query.IQueryRunner.IHasRunnableQuery
Defines the acceptor that will be called by the query.
withAcceptor(IPartitionedResultAcceptor) - Method in interface com.qfs.store.query.IQueryRunner.ITimeoutCursorRunner
Defines the acceptor that will be called by the query.
withAddedOrUpdatedRows(List<DrillthroughRowDTO>) - Method in class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughUpdateDataBuilder
Transforms the given list of DrillthroughRowDTO into a map (row ordinal, row content) and sets that map to the builder.
withAdditionalDependencies(IContextExpressionDependency, Set<String>) - Method in class com.quartetfs.pivot.mdx.impl.ContextExpressionDependencyVisitor
 
withAdditionalDependencies(IRTExpressionDependency, Set<String>) - Method in class com.quartetfs.pivot.mdx.impl.RTExpressionDependencyVisitor
 
withAdditionalDependencies(R, Set<String>) - Method in interface com.quartetfs.pivot.mdx.IExpressionDependencyVisitor
Call this method when an expression dependency needs additional dependencies.
withAdditionalProperty(String, String) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanHaveAdditionalProperty
Adds an additional property.
withAdditionalProperty(String, String) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withAdditionalProperty(String, String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember.ICanBuild
Adds additional property.
withAdditionalProperty(String, String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingNamedSetDescription.ICanBuild
Adds additional property.
withAdditionalProperty(String, String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
withAdditionalProperty(String, String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerNamedSetDescriptionBuilder
 
withAggregatedMeasure() - Method in class com.activeviam.builders.DelegatingNamedCubeDescriptionBuilder
 
withAggregatedMeasure() - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
withAggregatedMeasure() - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withAggregatedMeasure() - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures
Starts building a pre-aggregated measure.
withAggregatedMeasure(IBasicAggregatedMeasureDescription) - Method in class com.activeviam.builders.DelegatingNamedCubeDescriptionBuilder
 
withAggregatedMeasure(IBasicAggregatedMeasureDescription) - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
withAggregatedMeasure(IBasicAggregatedMeasureDescription) - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withAggregatedMeasure(IBasicAggregatedMeasureDescription) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures
Adds the description for a measure.
withAggregateProvider() - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withAggregateProvider() - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withAggregateProvider() - Method in class com.activeviam.builders.dimensions.SimpleDimensionBuilder
Starts building the aggregate provider.
withAggregateProvider() - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withAggregateProvider() - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withAggregateProvider() - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withAggregateProvider() - Method in interface com.activeviam.desc.build.ICanStartBuildingAggregateProvider
Starts building the aggregate provider description.
withAggregateProvider(IAggregateProviderDefinition) - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withAggregateProvider(IAggregateProviderDefinition) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withAggregateProvider(IAggregateProviderDefinition) - Method in class com.activeviam.builders.dimensions.SimpleDimensionBuilder
Provide directly an aggregate provider description for this cube.
withAggregateProvider(IAggregateProviderDefinition) - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withAggregateProvider(IAggregateProviderDefinition) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withAggregateProvider(IAggregateProviderDefinition) - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withAggregateProvider(IAggregateProviderDefinition) - Method in interface com.activeviam.desc.build.ICanStartBuildingAggregateProvider
Provide directly an aggregate provider description for this cube.
withAggregatesCache() - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withAggregatesCache() - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withAggregatesCache() - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withAggregatesCache() - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
withAggregatesCache() - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withAggregatesCache() - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withAggregatesCache() - Method in interface com.activeviam.desc.build.ICanBuildCommonCubeDescription
Starts building the IAggregatesCache description.
withAggregatesContinuousQueryEngine() - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withAggregatesContinuousQueryEngine() - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withAggregatesContinuousQueryEngine() - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withAggregatesContinuousQueryEngine() - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
withAggregatesContinuousQueryEngine() - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withAggregatesContinuousQueryEngine() - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withAggregatesContinuousQueryEngine() - Method in interface com.activeviam.desc.build.ICanBuildCommonCubeDescription
Starts building the IAggregatesContinuousQueryEngine description.
withAggregationFunction(String) - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withAggregationFunction(String) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
Chooses the aggregation function.
withAggregationProcedure(String) - Method in class com.activeviam.builders.dimensions.AnalysisAggregationProcedureBuilder
 
withAggregationProcedure(String) - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withAggregationProcedure(String) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withAggregationProcedure(String) - Method in interface com.activeviam.desc.build.IAggregationProcedureBuilder.ICanHaveAggregationPlugin
Sets the plugin key of the IAnalysisAggregationProcedure.IFactory to use to create the procedure.
withAggregationProcedures(Function<ICanBuildCommonCubeDescription.IAggregationProceduresBuilder, ICanBuildCommonCubeDescription.IAggregationProceduresBuilder>) - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withAggregationProcedures(Function<ICanBuildCommonCubeDescription.IAggregationProceduresBuilder, ICanBuildCommonCubeDescription.IAggregationProceduresBuilder>) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withAggregationProcedures(Function<ICanBuildCommonCubeDescription.IAggregationProceduresBuilder, ICanBuildCommonCubeDescription.IAggregationProceduresBuilder>) - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withAggregationProcedures(Function<ICanBuildCommonCubeDescription.IAggregationProceduresBuilder, ICanBuildCommonCubeDescription.IAggregationProceduresBuilder>) - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
withAggregationProcedures(Function<ICanBuildCommonCubeDescription.IAggregationProceduresBuilder, ICanBuildCommonCubeDescription.IAggregationProceduresBuilder>) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withAggregationProcedures(Function<ICanBuildCommonCubeDescription.IAggregationProceduresBuilder, ICanBuildCommonCubeDescription.IAggregationProceduresBuilder>) - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withAggregationProcedures(Function<ICanBuildCommonCubeDescription.IAggregationProceduresBuilder, ICanBuildCommonCubeDescription.IAggregationProceduresBuilder>) - Method in interface com.activeviam.desc.build.ICanBuildCommonCubeDescription
Defines aggregation procedures on the cube.
withAlias(String) - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
withAlias(String) - Method in interface com.activeviam.copper.api.CopperNativeMeasure
Aliases this native measure.
withAlias(String) - Method in class com.activeviam.copper.measure.NativeCopperMeasure
 
withAlias(String) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.INativeMeasureBuilder
 
withAlias(String, String) - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.CanAlias
Changes the AliasedField.getAlias() of a field that has already been added to the selection.
withAliasedFields(AliasedField...) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IBuilderForFields
Selects a defined set of fields.
withAliasedFields(AliasedField...) - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IBuilderForFields
Selects a defined set of fields.
withAliasedFields(AliasedField...) - Method in interface com.qfs.store.query.IQueryRunner.IHasCondition
Selects a defined set of fields.
withAliasedFields(List<AliasedField>) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IBuilderForFields
Selects a defined set of fields.
withAliasedFields(List<AliasedField>) - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IBuilderForFields
Selects a defined set of fields.
withAliasedFields(List<AliasedField>) - Method in interface com.qfs.store.query.IQueryRunner.IHasCondition
Selects a defined set of fields.
withAllFields() - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.CanAddAllFields
Adds all the fields from the currently referenced store to the ISelectionDescription.
withAllHierarchies() - Method in class com.activeviam.builders.distributed.DelegatingDataClusterDefinitionBuilder
 
withAllHierarchies() - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.ICanConcealDataNodeHierarchiesDataClusterDescriptionBuilder
Chooses to share all its hierarchies with the distributed applications.
withAllMeasures() - Method in class com.activeviam.builders.distributed.DelegatingDataClusterDefinitionBuilder
 
withAllMeasures() - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.ICanConcealMeasuresDataClusterDescriptionBuilder
Chooses to share all its measures with the distributed applications.
withAllReachableFields() - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.CanAddAllFields
Default implementation of ISelectionDescriptionBuilder.CanAddAllFields.withAllReachableFields(FieldsCollisionHandler), always choosing the furthest possible field.
withAllReachableFields(ISelectionDescriptionBuilder.FieldsCollisionHandler) - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.CanAddAllFields
Adds all the reachable fields from the currently referenced store to the ISelectionDescription.
withAnalysisHierarchy(IAnalysisHierarchyDescription) - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withAnalysisHierarchy(IAnalysisHierarchyDescription) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withAnalysisHierarchy(IAnalysisHierarchyDescription) - Method in class com.activeviam.builders.dimensions.SimpleDimensionBuilder
 
withAnalysisHierarchy(IAnalysisHierarchyDescription) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingHierarchy
Adds a new analysis hierarchy.
withAnalysisHierarchy(String) - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withAnalysisHierarchy(String) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withAnalysisHierarchy(String) - Method in class com.activeviam.builders.dimensions.SimpleDimensionBuilder
 
withAnalysisHierarchy(String) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingHierarchy
Starts building an analysis hierarchy.
withAnalysisHierarchy(String, String) - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withAnalysisHierarchy(String, String) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withAnalysisHierarchy(String, String) - Method in class com.activeviam.builders.dimensions.SimpleDimensionBuilder
 
withAnalysisHierarchy(String, String) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingHierarchy
Starts building a named analysis hierarchy.
withAppendBatchSize(int) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.ICanAddOptions
Specifies the max number of elements to poll from the append queue by the append threads, IJDBCSource.DEFAULT_APPEND_BATCH_SIZE by default.
withApplication(String) - Method in class com.activeviam.builders.distributed.DelegatingQueryClusterDescriptionBuilder
 
withApplication(String) - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.ICanStartBuildingApplication
withApplicationId(String) - Method in class com.activeviam.builders.distributed.DelegatingDataClusterDefinitionBuilder
 
withApplicationId(String) - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.IDataClusterDescriptionBuilderWithIdAndMessengerDefinition
Chooses the application id of the built data cluster.
withApplicationMeasureGroups(boolean) - Method in interface com.activeviam.desc.build.distributed.IQueryCubePropertiesBuilder
Enables or disables the application measure groups.
withApplicationMeasureGroupsSuffix(boolean) - Method in interface com.activeviam.desc.build.distributed.IQueryCubePropertiesBuilder
Enables or disables the application measure groups suffix.
withApplicationMeasureNames(boolean) - Method in interface com.activeviam.desc.build.distributed.IQueryCubePropertiesBuilder
Enables or disables the application measure names.
withAttribute(String, boolean) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds an attribute to this statistic.
withAttribute(String, boolean) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withAttribute(String, boolean...) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds an attribute to this statistic.
withAttribute(String, boolean...) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withAttribute(String, double) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds an attribute to this statistic.
withAttribute(String, double) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withAttribute(String, double...) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds an attribute to this statistic.
withAttribute(String, double...) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withAttribute(String, float) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds an attribute to this statistic.
withAttribute(String, float) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withAttribute(String, float...) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds an attribute to this statistic.
withAttribute(String, float...) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withAttribute(String, int) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds an attribute to this statistic.
withAttribute(String, int) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withAttribute(String, int...) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds an attribute to this statistic.
withAttribute(String, int...) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withAttribute(String, long) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds an attribute to this statistic.
withAttribute(String, long) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withAttribute(String, long...) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds an attribute to this statistic.
withAttribute(String, long...) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withAttribute(String, A) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds an attribute to this statistic.
withAttribute(String, A) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withAttribute(String, String) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds an attribute to this statistic.
withAttribute(String, String) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withAttribute(String, String...) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds an attribute to this statistic.
withAttribute(String, String...) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withAudit() - Method in interface com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder.IPersisted
Enable the audit trail.
withAutoNumaNodeSelector() - Method in interface com.activeviam.database.api.query.ListQueryOptionsBuilders.IListQueryBuilderWithPartitioning
Lets the application choose the NUMA node selector.
withAxes(MdxCellSetAxesIterator) - Method in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
 
withAxes(List<AxisDTO>) - Method in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
 
withAxisPositionLimit(int) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanSetAxisPositionLimit
Sets the axis position limit, which is the limit of positions allowed per axis in the result.
withAxisPositionLimit(int) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withBackColor(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets back color.
withBackColor(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
withBranchLevel() - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withBranchLevel() - Method in interface com.activeviam.desc.build.dimensions.IEpochDimensionBuilder
Starts building the branch level description.
withBranchPermissionsManager(IBranchPermissionsManager) - Method in class com.activeviam.builders.StartBuilding.Builder
Specifies a custom branch permissions manager.
withCache() - Method in interface com.activeviam.copper.api.CopperStoreLookup
States that this measure should use a caching mechanism to store database query results.
withCache() - Method in class com.activeviam.copper.measure.StoreLookupMeasure
 
withCacheForEntitlements(long) - Method in interface com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder.ICanCache
Enable the caching of the entitlements.
withCalculatedColumn() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
 
withCalculatedColumn() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedDrillthroughColumnDescription
withCalculatedColumn(ICanStartBuildingCalculatedDrillthroughColumnDescription.ICanBuild<ICalculatedDrillthroughColumnDescription>) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumn
withCalculatedColumn(ICalculatedDrillthroughColumnDescription) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumn
withCalculatedColumn(ICalculatedDrillthroughColumnDescription) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
 
withCalculatedColumns(ICalculatedDrillthroughColumnDescription...) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumn
Adds some calculated s.
withCalculatedColumns(ICalculatedDrillthroughColumnDescription...) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
 
withCalculatedColumnSet() - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
 
withCalculatedColumnSet() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedDrillthroughColumnSetDescription
withCalculatedColumnSet(ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICanBuild<ICalculatedDrillthroughColumnSetDescription>) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumnSet
withCalculatedColumnSet(ICalculatedDrillthroughColumnSetDescription) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumnSet
withCalculatedColumnSet(ICalculatedDrillthroughColumnSetDescription) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
 
withCalculatedColumnSets(ICalculatedDrillthroughColumnSetDescription...) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumnSet
withCalculatedColumnSets(ICalculatedDrillthroughColumnSetDescription...) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
 
withCalculatedMember() - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withCalculatedMember() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember
Begins defining a calculated member.
withCalculatedMember(ICanStartBuildingCalculatedMember.ICanBuild<ICalculatedMemberDescription>) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanHaveCalculatedMember
Adds a calculated member This method is a builder chaining simplification to avoid useless calls to build().
withCalculatedMember(ICalculatedMemberDescription) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanHaveCalculatedMember
Adds a calculated member.
withCalculatedMember(ICalculatedMemberDescription) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withCalculatedMembers(ICalculatedMemberDescription...) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanHaveCalculatedMember
Adds some calculated members.
withCalculatedMembers(ICalculatedMemberDescription...) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withCalculations(Consumer<ICopperContext>) - Method in class com.activeviam.builders.DelegatingNamedCubeDescriptionBuilder
 
withCalculations(Consumer<ICopperContext>) - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
withCalculations(Consumer<ICopperContext>) - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withCalculations(Consumer<ICopperContext>) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures
Adds multiple measures and hierarchies via the Copper API.
withCaption(String) - Method in interface com.activeviam.desc.build.ICanHaveCaption
Sets the caption of the component.
withCaption(String) - Method in class com.qfs.pivot.builder.discovery.impl.CubeDiscoveryBuilder
Sets the cube's caption.
withCaption(String) - Method in class com.qfs.pivot.builder.discovery.impl.DimensionDiscoveryBuilder
 
withCaption(String) - Method in class com.qfs.pivot.builder.discovery.impl.DrillthroughColumnsDiscoveryBuilder
 
withCaption(String) - Method in class com.qfs.pivot.builder.discovery.impl.HierarchyDiscoveryBuilder
 
withCaption(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
withCaption(String) - Method in class com.qfs.pivot.builder.discovery.impl.LevelDiscoveryBuilder
 
withCaption(String) - Method in class com.qfs.pivot.builder.discovery.impl.MeasureDiscoveryBuilder
Sets the caption of the measure.
withCaption(String) - Method in class com.qfs.pivot.builder.discovery.impl.MeasureGroupDiscoveryBuilder
 
withCaption(String) - Method in class com.qfs.pivot.builder.discovery.impl.SetDiscoveryBuilder
 
withCaption(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
withCaption(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
 
withCaption(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerNamedSetDescriptionBuilder
 
withCaptionPath(IMdxMember) - Method in class com.qfs.pivot.builder.cellset.impl.PositionDataBuilder
 
withCaptionPath(List<String>) - Method in class com.qfs.pivot.builder.cellset.impl.PositionDataBuilder
 
withCaptionPath(List<String>) - Method in class com.qfs.pivot.builder.discovery.impl.DefaultMemberDiscoveryBuilder
 
withCatalog() - Method in class com.activeviam.builders.manager.SimpleManagerDescriptionBuilder
 
withCatalog() - Method in interface com.activeviam.desc.build.ICanStartBuildingCatalog
Starts building a catalog.
withCatalog(ICatalog) - Method in class com.qfs.pivot.builder.discovery.impl.CatalogDiscoveryBuilder
Sets the cubes of the catalog.
withCatalog(String) - Method in class com.activeviam.builders.manager.SimpleManagerDescriptionBuilder
 
withCatalog(String) - Method in interface com.activeviam.desc.build.ICanStartBuildingCatalog
Starts building a catalog with a given name.
withCatalogs(Collection<ICatalog>) - Method in class com.qfs.pivot.builder.discovery.impl.JsonDiscoveryBuilder
The catalog builder.
withCategory(String) - Method in interface com.qfs.snl.messages.IMessageBuilder.IBuildable
Sets the category of the message.
withCells(MdxStreamHelper.StreamingCellIterator) - Method in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
 
withCells(List<CellDTO>, List<String>) - Method in class com.qfs.pivot.builder.cellset.impl.JsonCellDataBuilder
Defines the updated cells in the DTO.
withCells(List<CellDTO>, List<String>) - Method in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
 
withChild(C) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds a child to this builder and return the builder.
withChild(C) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withChildren(C...) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds multiple children to this builder.
withChildren(C...) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withChildren(Collection<? extends C>) - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds multiple children to this builder.
withChildren(Collection<? extends C>) - Method in class com.qfs.monitoring.statistic.impl.GenericMonitoringStatisticBuilder
 
withChunkSize(int) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanSpecifyPartitionChunkSize
Sets the size of the chunks within a partition.
withClusterDefinition() - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
withClusterDefinition() - Method in class com.activeviam.builders.distributed.ParentReferenceDataCubeDescriptionBuilder
 
withClusterDefinition() - Method in interface com.activeviam.desc.build.distributed.IDataCubeDescriptionBuilder
Starts building the data cluster definition for this cube.
withClusterDefinition() - Method in interface com.activeviam.desc.build.distributed.IQueryCubeDescriptionBuilder
Starts building the cluster definition for this query cube.
withClusterDescription() - Method in interface com.activeviam.desc.build.distributed.IDistributedCubeDescriptionBuilder
Starts building the cluster description of this cube.
withClusterId(String) - Method in class com.activeviam.builders.distributed.BaseClusterDescriptionBuilder
Gives a cluster id.
withClusterId(String) - Method in class com.activeviam.builders.distributed.DelegatingDataClusterDefinitionBuilder
 
withClusterId(String) - Method in class com.activeviam.builders.distributed.DelegatingQueryClusterDescriptionBuilder
 
withClusterId(String) - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.IDataClusterDescriptionBuilder
Chooses the id of the data cluster.
withClusterId(String) - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.IQueryClusterDescriptionBuilder
Chooses the id of the query cluster.
withCompanion(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets the member companion.
withCompanion(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
withComparator(IComparatorDescription) - Method in class com.activeviam.builders.dimensions.AllAlternativesComparatorBuilder
 
withComparator(IComparatorDescription) - Method in class com.activeviam.copper.hierarchy.ACopperLevelBuilder
 
withComparator(IComparatorDescription) - Method in interface com.activeviam.desc.build.dimensions.ICanHaveComparator
Chooses the comparator for this item.
withComparator(String) - Method in class com.activeviam.builders.dimensions.AllAlternativesComparatorBuilder
 
withComparator(String) - Method in class com.activeviam.copper.hierarchy.ACopperLevelBuilder
 
withComparator(String) - Method in interface com.activeviam.desc.build.dimensions.ICanHaveComparator
Chooses only the comparator plugin key for this item.
withComparatorOrder(String, Object...) - Method in class com.activeviam.builders.dimensions.AllAlternativesComparatorBuilder
 
withComparatorOrder(String, Object...) - Method in class com.activeviam.copper.hierarchy.ACopperLevelBuilder
 
withComparatorOrder(String, Object...) - Method in interface com.activeviam.desc.build.dimensions.ICanHaveComparator
Deprecated, for removal: This API element is subject to removal in a future version.
withConcealedHierarchies() - Method in class com.activeviam.builders.distributed.DelegatingDataClusterDefinitionBuilder
 
withConcealedHierarchies() - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.ICanConcealDataNodeHierarchiesDataClusterDescriptionBuilder
Starts a call chain that permits the concealment of hierarchies from the distributed application.
withConcealedHierarchies(Collection<String>) - Method in class com.activeviam.builders.distributed.DelegatingDataClusterDefinitionBuilder
 
withConcealedHierarchies(Collection<String>) - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.ICanConcealDataNodeHierarchiesDataClusterDescriptionBuilder
Conceals hierarchies from the distributed application.
withConcealedHierarchy(String, String) - Method in class com.activeviam.builders.distributed.DelegatingDataClusterDefinitionBuilder
 
withConcealedHierarchy(String, String) - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.IHasConcealedDataNodeHierarchiesDataClusterDescriptionBuilder
Chooses to conceal the given hierarchy from the distributed application.
withConcealedMeasures(String...) - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.ICanConcealMeasuresDataClusterDescriptionBuilder
Conceals measures from the distributed application.
withConcealedMeasures(Collection<String>) - Method in class com.activeviam.builders.distributed.DelegatingDataClusterDefinitionBuilder
 
withConcealedMeasures(Collection<String>) - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.ICanConcealMeasuresDataClusterDescriptionBuilder
Conceals measures from the distributed application.
withCondition(ICondition) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IBuilderForCondition
Sets your own condition.
withCondition(ICondition) - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IBuilderForCondition
Sets your own condition.
withCondition(ICondition) - Method in interface com.qfs.store.query.IQueryRunner.IHasStore
Chooses your own condition.
withConfiguration(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
Sets the configuration of the monitor.
withConfiguration(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
withConnectionInfo(String, String, String, String) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.ICanChooseConnectionSupplier
Provides a basic IConnectionSupplier with the given data to the IJDBCSource.
withConnectionInfo(String, String, Properties) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.ICanChooseConnectionSupplier
Provides a basic IConnectionSupplier with the given data to the IJDBCSource.
withConnectionSupplier(IConnectionSupplier) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.ICanChooseConnectionSupplier
Specifies the IConnectionSupplier that will be used by the IJDBCSource.
withContent(Object) - Method in interface com.qfs.snl.messages.IMessageBuilder.IBuildable
Sets the content of the message.
withContextValue(IContextValue) - Method in interface com.quartetfs.biz.pivot.security.builders.ICanHaveRoleEntitlements.ICanAddContextValue
Adds a context value to the entitlement.
withContextValue(IContextValue) - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.GlobalEntitlementBuilder
 
withContextValue(IContextValue) - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
 
withContextValue(IContextValueBuilder.ICanBuild) - Method in interface com.quartetfs.biz.pivot.security.builders.ICanHaveRoleEntitlements.ICanAddContextValue
Adds a context value to the entitlement.
withContextValue(Class<T>, T) - Method in interface com.quartetfs.biz.pivot.query.IActivePivotQueryRunner.ICanRun
Sets a context value.
withContextValue(Class<T>, T) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
 
withContextValues(String) - Method in interface com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder.IAPCSBuilderWithInit
This method will fill the content service with the context values stored in the specified folder.
withContextValues(String) - Method in interface com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder.ICanPush
This method will fill the content service with the context values stored in the specified folder.
withContextValues(List<? extends IContextValue>) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
The query context values.
withContextValues(List<JsonContextValue>) - Method in class com.qfs.pivot.builder.discovery.impl.CubeDiscoveryBuilder
Sets the context value discovery.
withContinuousQueryHandlers(boolean, String...) - Method in interface com.activeviam.copper.api.experimental.database.DatabaseMeasureBuilder.DatabaseMeasureBuilderExpectingRealTime
Sets the continuous query handlers.
withContinuousQueryHandlers(String...) - Method in interface com.activeviam.copper.api.CopperPostProcessor
Sets the continuous query handlers for this post-processor.
withContinuousQueryHandlers(String...) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.BuildablePostProcessorBuilder
Set the continuous query handlers on which the post-processor depends.
withContributorsCount() - Method in class com.activeviam.builders.DelegatingNamedCubeDescriptionBuilder
 
withContributorsCount() - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
withContributorsCount() - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withContributorsCount() - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures
Starts customizing the IMeasureHierarchy.COUNT_ID native measure.
withConverter(ICursorConverter<T>) - Method in class com.qfs.store.query.impl.AQueryRunner
 
withConverter(ICursorConverter<T>) - Method in class com.qfs.store.query.impl.AQueryRunnerWithTimeout
 
withConverter(ICursorConverter<T>) - Method in interface com.qfs.store.query.IQueryRunner.IHasRunnableQuery
Defines a converter that will be used to transform the result of the query before returning it.
withConverter(ICursorConverter<T>) - Method in interface com.qfs.store.query.IQueryRunner.IHasRunnableQueryWithTimeout
Defines a converter that will be used to transform the result of the query before returning it.
withCoordinate(String, Object) - Method in interface com.quartetfs.biz.pivot.query.IActivePivotQueryRunner.INeedCoordinates
Sets this runner to query the facts that express the given coordinate at the given level.
withCoordinate(String, Object) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
 
withCoordinatesFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the coordinatesField to the configuration.
withCreatorClasses(Class<?>...) - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatisticBuilder
Sets the class creating this statistic.
withCreatorClasses(Class<?>...) - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatisticBuilder
 
withCube(IActivePivotInstanceDescription) - Method in interface com.activeviam.desc.build.ICanStartBuildingCube
Adds a cube by giving its description directly.
withCube(String) - Method in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
 
withCube(String) - Method in class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughDataBuilder
Set the cube on this builder.
withCube(String, Function<ICubeDescriptionBuilder.INamedCubeDescriptionBuilder, ICanBuildCubeDescription<IActivePivotInstanceDescription>>) - Method in interface com.activeviam.desc.build.ICanStartBuildingCube
Adds a cube by giving its description via a separate method.
withCubeFilter(ICubeFilter) - Method in interface com.quartetfs.biz.pivot.query.IActivePivotQueryRunner.ICanRun
Sets a cube filter for the query to run.
withCubeFilter(ICubeFilter) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
 
withCubeFormatter(String) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanSetCubeFormatter
Sets the cube formatter.
withCubeFormatter(String) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withCubes(List<? extends IActivePivotInstanceDescription>) - Method in interface com.activeviam.desc.build.ICanStartBuildingCube
Adds a cubes by giving their description directly.
withCurrentDate() - Method in interface com.qfs.monitoring.statistic.IMonitoringStatisticBuilder
Adds the current date and time to the statistic attributes.
withCustomizations(Consumer<IHierarchyDescription>) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withCustomizations(Consumer<IHierarchyDescription>) - Method in interface com.activeviam.desc.build.dimensions.IAnalysisHierarchyBuilder
Defines a modification operation on the analysis hierarchy's description.
withCustomNumaNodeSelector(INumaNodeSelector) - Method in interface com.activeviam.database.api.query.ListQueryOptionsBuilders.IListQueryBuilderWithPartitioning
To specify which partition should be located on which NUMA node.
withCustomPartitioning(IPartitioning) - Method in interface com.activeviam.database.api.query.ListQueryOptionsBuilders.IBuilderSettingPartitioning
Sets the function mapping to a partition used for splitting the results aggregate stores.
withDatabaseContextFactory(SerializableFunction<IDatabaseVersion, C>) - Method in interface com.activeviam.copper.api.experimental.database.DatabaseMeasureBuilder
Defines the database context factory.
withDatabaseContextFactory(SerializableFunction<IDatabaseVersion, C>) - Method in class com.activeviam.copper.api.experimental.database.InternalCopperDatabaseMeasureBuilder
 
withDataReplication(String) - Method in interface com.activeviam.desc.build.distributed.IQueryCubePropertiesBuilder
Changes the data replication of this query node.
withDatastore(IDatastoreSchemaDescription) - Method in class com.activeviam.builders.StartBuilding.Builder
Builds a Datastore for the application with the given description.
WithDefaultBooleanVectorReader - Class in com.activeviam.arrow.read.record
Nullable boolean with default value reader.
WithDefaultBooleanVectorReader(ArrowVectorReader, boolean) - Constructor for class com.activeviam.arrow.read.record.WithDefaultBooleanVectorReader
 
withDefaultCoordinates() - Method in interface com.quartetfs.biz.pivot.query.IActivePivotQueryRunner.IHasPivot
Sets this runner to query the associated pivot on its default coordinates.
withDefaultCoordinates() - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
 
WithDefaultDoubleVectorReader - Class in com.activeviam.arrow.read.record
Nullable double with default value reader.
WithDefaultDoubleVectorReader(ArrowVectorReader, double) - Constructor for class com.activeviam.arrow.read.record.WithDefaultDoubleVectorReader
 
WithDefaultFloatVectorReader - Class in com.activeviam.arrow.read.record
Nullable float with default value reader.
WithDefaultFloatVectorReader(ArrowVectorReader, float) - Constructor for class com.activeviam.arrow.read.record.WithDefaultFloatVectorReader
 
withDefaultHierarchy(String) - Method in class com.qfs.pivot.builder.discovery.impl.DimensionDiscoveryBuilder
 
WithDefaultIntVectorReader - Class in com.activeviam.arrow.read.record
Nullable int with default value reader.
WithDefaultIntVectorReader(ArrowVectorReader, int) - Constructor for class com.activeviam.arrow.read.record.WithDefaultIntVectorReader
 
WithDefaultLongVectorReader - Class in com.activeviam.arrow.read.record
Nullable long with default value reader.
WithDefaultLongVectorReader(ArrowVectorReader, long) - Constructor for class com.activeviam.arrow.read.record.WithDefaultLongVectorReader
 
withDefaultMeasure(String) - Method in interface com.activeviam.desc.build.ICanBuildCommonCubeDescription
Chooses the default measure of this cube.
withDefaultMeasures(String...) - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withDefaultMeasures(String...) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withDefaultMeasures(String...) - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withDefaultMeasures(String...) - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
withDefaultMeasures(String...) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withDefaultMeasures(String...) - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withDefaultMeasures(String...) - Method in interface com.activeviam.desc.build.ICanBuildCommonCubeDescription
Chooses the default measures of this cube.
withDefaultMember() - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanAddDefaultMember
Sets the default member for a hierarchy.
withDefaultMember() - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withDefaultMembers(IMdxCube) - Method in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
 
withDefaultMembers(List<DefaultMemberDiscovery>) - Method in class com.qfs.pivot.builder.discovery.impl.CubeDiscoveryBuilder
Sets the default members of the cube.
withDefaultMembers(List<MemberDTO>) - Method in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
 
WithDefaultObjectVectorReader - Class in com.activeviam.arrow.read.record
Nullable Object with default value reader.
WithDefaultObjectVectorReader(ArrowVectorReader, Object) - Constructor for class com.activeviam.arrow.read.record.WithDefaultObjectVectorReader
 
withDefaultValue(FieldPath, Object) - Method in interface com.activeviam.copper.api.CopperStore
Registers a default return value of a field for the facts of the cube that did not match a record on the join store when performing a join operation.
withDefaultValue(FieldPath, Object) - Method in class com.activeviam.copper.store.JoinCopperStore
 
withDefaultValue(Object) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IKeyedVectorField
 
withDefaultValue(Object) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IUnkeyedVectorField
 
withDefaultValue(Object) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IVectorField
Specifies the default value for this vector field.
withDelimiter(String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IKeyedVectorField
 
withDelimiter(String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IUnkeyedVectorField
 
withDelimiter(String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IVectorField
Specifies the delimiter to use to parse a String into a vector.
withDelta(double) - Method in interface com.qfs.pivot.testing.ICellSetTester
Sets the maximum difference allowed between the actual values and the tested ones.
withDelta(double) - Method in class com.qfs.pivot.testing.impl.GetAggregatesResultCellsetTester
 
withDelta(double) - Method in class com.qfs.pivot.testing.impl.MdxResultCellSetTester
 
withDescription(String) - Method in interface com.activeviam.copper.api.CopperMeasure
Adds a description to this item.
withDescription(String) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.CommonHierarchyBuilder
Add a description to this hierarchy.
withDescription(String) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.CommonLevelBuilder
Add a description to this level.
withDescription(String) - Method in class com.activeviam.copper.hierarchy.ACopperCommonHierarchyBuilder
 
withDescription(String) - Method in class com.activeviam.copper.hierarchy.ACopperLevelBuilder
 
withDescription(String) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
withDescription(String) - Method in class com.activeviam.copper.measure.NamedMeasure
 
withDescription(String) - Method in class com.qfs.pivot.builder.discovery.impl.DimensionDiscoveryBuilder
 
withDescription(String) - Method in class com.qfs.pivot.builder.discovery.impl.HierarchyDiscoveryBuilder
 
withDescription(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
withDescription(String) - Method in class com.qfs.pivot.builder.discovery.impl.LevelDiscoveryBuilder
 
withDescription(String) - Method in class com.qfs.pivot.builder.discovery.impl.MeasureDiscoveryBuilder
Sets the description of the measure.
withDescription(String) - Method in class com.qfs.pivot.builder.discovery.impl.MeasureGroupDiscoveryBuilder
 
withDescription(String) - Method in class com.qfs.pivot.builder.discovery.impl.SetDiscoveryBuilder
 
withDescription(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
Describes the monitor.
withDescription(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
withDescription(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets description.
withDescription(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets description.
withDescription(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingNamedSetDescription.ICanBuild
Sets description.
withDescription(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
withDescription(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
 
withDescription(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerNamedSetDescriptionBuilder
 
withDictionarizedKey(int[]) - Method in interface com.activeviam.database.api.query.IGetByKeyQueryBuilder.INeedDictionarizedValues
Sets the key of the record to retrieve.
withDictionarizedValues() - Method in interface com.activeviam.database.api.query.ListQueryOptionsBuilders.IBuilderWithDictionarizedValues
Sets the result to contain dictionarized values.
withDictionarizedValues() - Method in class com.qfs.store.query.impl.AQueryRunner
 
withDictionarizedValues() - Method in class com.qfs.store.query.impl.AQueryRunnerWithTimeout
 
withDictionarizedValues() - Method in interface com.qfs.store.query.IQueryRunner.IHasRunnableQuery
 
withDictionary(FieldKey, Supplier<IStoreMetadata>, IDictionary<?>, Supplier<IWritableDictionary<Object>>) - Static method in class com.activeviam.store.structure.impl.FieldTransformer
Creates a FieldTransformer for a field that could rely on dictionary.
withDictionaryGroup(Set<StoreField>) - Method in interface com.qfs.desc.IDatastoreSchemaDescriptionBuilder.IBuildableDatastoreSchemaDescription
Defines a group of fields which must share the same dictionary.
withDictionaryGroup(Set<StoreField>) - Method in class com.qfs.desc.impl.DatastoreSchemaDescriptionBuilder
 
WithDictionaryVectorReader - Class in com.activeviam.arrow.read.record
Reader for Arrow vector using an associated Dictionary.
WithDictionaryVectorReader(TinyIntVector, ArrowVectorReader) - Constructor for class com.activeviam.arrow.read.record.WithDictionaryVectorReader
Constructor.
withDimension(String) - Method in class com.activeviam.builders.DelegatingNamedCubeDescriptionBuilder
 
withDimension(String) - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withDimension(String) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withDimension(String) - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
Starts building a dimension.
withDimension(String) - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
withDimension(String) - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withDimension(String) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingDimensions
Start building a dimension.
withDimension(String) - Method in class com.qfs.pivot.builder.discovery.impl.DefaultMemberDiscoveryBuilder
 
withDimensionProperty(String, String) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withDimensionProperty(String, String) - Method in class com.activeviam.builders.dimensions.SimpleDimensionBuilder
 
withDimensionProperty(String, String) - Method in interface com.activeviam.desc.build.dimensions.IAnalysisHierarchyBuilder
Adds a property to the dimension.
withDimensionProperty(String, String) - Method in interface com.activeviam.desc.build.dimensions.IDimensionBuilder
Adds a property to the dimension.
withDimensions(ICanStartBuildingDimensions.DimensionsAdder) - Method in class com.activeviam.builders.DelegatingNamedCubeDescriptionBuilder
 
withDimensions(ICanStartBuildingDimensions.DimensionsAdder) - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withDimensions(ICanStartBuildingDimensions.DimensionsAdder) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withDimensions(ICanStartBuildingDimensions.DimensionsAdder) - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
Integrates the dimensions built by a separate function.
withDimensions(ICanStartBuildingDimensions.DimensionsAdder) - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
withDimensions(ICanStartBuildingDimensions.DimensionsAdder) - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withDimensions(ICanStartBuildingDimensions.DimensionsAdder) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingDimensions
Integrates the dimensions built by a separate function.
withDimensions(ICubeFormatter, List<IMdxDimension>) - Method in class com.qfs.pivot.builder.discovery.impl.CubeDiscoveryBuilder
Sets the dimensions of the cube.
withDisplayFolder(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets the path of the display folder that the client application uses to show the kpi.
withDisplayFolder(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
 
withDistributedCube(IDistributedActivePivotInstanceDescription) - Method in class com.activeviam.builders.manager.SimpleManagerDescriptionBuilder
 
withDistributedCube(IDistributedActivePivotInstanceDescription) - Method in interface com.activeviam.desc.build.ICanStartBuildingDistributedCube
Adds a distributed cube by giving its description directly.
withDistributedCube(String, IQueryClusterDefinition, IDistributedActivePivotDescription, Properties) - Method in class com.activeviam.builders.manager.SimpleManagerDescriptionBuilder
 
withDistributedCube(String, IQueryClusterDefinition, IDistributedActivePivotDescription, Properties) - Method in interface com.activeviam.desc.build.ICanStartBuildingDistributedCube
Adds a distributed cube by giving its description directly.
withDistributedCube(String, Function<ICubeDescriptionBuilder.INamedCubeDescriptionBuilder, ICanBuildCommonCubeDescription<IDistributedActivePivotInstanceDescription>>) - Method in class com.activeviam.builders.manager.SimpleManagerDescriptionBuilder
 
withDistributedCube(String, Function<ICubeDescriptionBuilder.INamedCubeDescriptionBuilder, ICanBuildCommonCubeDescription<IDistributedActivePivotInstanceDescription>>) - Method in interface com.activeviam.desc.build.ICanStartBuildingDistributedCube
Adds a distributed cube by giving its description via a separate method.
withDistributingFields(String...) - Method in class com.activeviam.builders.distributed.ParentReferenceApplicationDescriptionBuilder
 
withDistributingFields(String...) - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.IApplicationDescriptionBuilderWithId
Chooses the distributing fields of the application.
withDrillthroughExecutor() - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withDrillthroughExecutor() - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withDrillthroughExecutor() - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withDrillthroughExecutor() - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
withDrillthroughExecutor() - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withDrillthroughExecutor() - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withDrillthroughExecutor() - Method in interface com.activeviam.desc.build.ICanBuildCommonCubeDescription
Starts building the IDrillthroughExecutor description.
withDrillthroughProperties() - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties
Begins defining the drillthrough properties.
withDrillthroughProperties() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.GlobalEntitlementBuilder
 
withDrillthroughProperties() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
 
withDtoProperties(Map<String, Object>) - Method in class com.qfs.pivot.builder.cellset.impl.PositionDataBuilder
 
withDuplicateKeyHandler(IDuplicateKeyHandler) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanSetDuplicateKeyHandler
Tells the builder to use this IDuplicateKeyHandler when records with the same key fields are added.
withDuplicateKeyHandler(IDuplicateKeyHandler) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IStaticKeyFields
Tells the builder to use this IDuplicateKeyHandler when records with the same key fields are added.
withDuring(Long) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
Set the during parameter in milliseconds.
withDuring(Long) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
withDuring(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets the during time.
withDuring(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
 
withEntitlements(Function<ICanHaveRoleEntitlements.ICanStartBuildingEntitlement, ICanHaveRoleEntitlements.IHasAtLeastOneEntitlement>) - Method in interface com.quartetfs.biz.pivot.security.builders.ICanHaveRoleEntitlements.ICanStartBuildingEntitlement
Adds multiple entitlements via a separate builder function.
withEpoch(long) - Method in class com.qfs.pivot.builder.cellset.impl.JsonCellDataBuilder
Sets the epoch of the cell data.
withEpoch(long) - Method in class com.qfs.pivot.builder.cellset.impl.JsonCellSetDataBuilder
 
withEpoch(long) - Method in class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughDataBuilder
Set the epoch on this builder.
withEpoch(long) - Method in class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughUpdateDataBuilder
Set the epoch on this builder.
withEpochDimension() - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withEpochDimension() - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withEpochDimension() - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withEpochDimension() - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
withEpochDimension() - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withEpochDimension() - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withEpochDimension() - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingEpochDimension
Enables the epoch dimension for this cube and starts customizing it.
withEpochDimension(IEpochDimensionDescription) - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
Changes the epoch dimension description to use in the cube.
withEpochLevel() - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withEpochLevel() - Method in interface com.activeviam.desc.build.dimensions.IEpochDimensionBuilder
Enables and starts building the epoch level description.
withEpochManager(IAdvancedEpochManager) - Method in class com.activeviam.builders.StartBuilding.Builder
Sets the epoch manager to use for application components.
withEpochPolicy(IEpochManagementPolicy) - Method in class com.activeviam.builders.StartBuilding.Builder
Sets the epoch policy to use for application components.
withErasureFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the erasureField to the configuration.
withErrorBehavior(IDrillthroughProperties.DrillthroughBehavior) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties.ICanSetErrorBehavior
Sets the behavior of the drillthrough in case of error.
withErrorBehavior(IDrillthroughProperties.DrillthroughBehavior) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
 
withExpirationFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the expirationField to the configuration.
withExpiry(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
Sets the expiry measure for the KPI.
withExpression(String) - Method in class com.activeviam.builders.dimensions.ResultConsumerPropertyInfoBuilder
 
withExpression(String) - Method in interface com.activeviam.desc.build.dimensions.IBuildablePropertyInfoBuilder.INamedPropertyInfoBuilder
Chooses an expression different than the name.
withExpression(String) - Method in interface com.activeviam.desc.build.ICanHaveExpression
Sets the expression to calculate the value of the component.
withExpression(String) - Method in class com.qfs.pivot.builder.discovery.impl.MeasureDiscoveryBuilder
Sets the expression of the measure.
withExpression(String) - Method in class com.qfs.pivot.builder.discovery.impl.SetDiscoveryBuilder
 
withExpression(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
withExpression(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerNamedSetDescriptionBuilder
 
withField(IFieldDescription) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanAddField
Adds a field with a custom description.
withField(String) - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withField(String) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilder
Chooses the field to aggregate.
withField(String) - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.CanAddSomeFields
withField(String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanAddField
Adds a non-nullable field.
withField(String, FieldPath) - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.CanAddSomeFields
Adds a field to the ISelectionDescription.
withField(String, Class<?>) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanAddField
Adds a field.
withField(String, String) - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.CanAddSomeFields
Deprecated, for removal: This API element is subject to removal in a future version.
withField(String, String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanAddField
Adds a non-nullable field.
withField(String, String, Object) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanAddField
Adds a field.
withFieldName(String) - Method in interface com.activeviam.desc.build.dimensions.ICanBeFactless.FromStoreLevelBuilder
Sets the name of the field which contributes members to this level.
withFieldPartitioning(String...) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.INumaBehavior
Tells the builder to use the partitioning on the given fields as the selector.
withFields(FieldPath...) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IBuilderForFields
Deprecated, for removal: This API element is subject to removal in a future version.
withFields(FieldPath...) - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IBuilderForFields
Deprecated, for removal: This API element is subject to removal in a future version.
withFields(String...) - Method in interface com.activeviam.desc.build.ISelectionDescriptionBuilder.CanAddSomeFields
Deprecated, for removal: This API element is subject to removal in a future version.
withFields(List<FieldPath>) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IBuilderForFields
Deprecated, for removal: This API element is subject to removal in a future version.
withFields(List<FieldPath>) - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IBuilderForFields
Deprecated, for removal: This API element is subject to removal in a future version.
withFieldsWithoutAlias(FieldPath...) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IBuilderForFields
Selects a list of fields given their field paths, generating random aliases for them.
withFieldsWithoutAlias(FieldPath...) - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IBuilderForFields
Selects a list of fields given their field paths, generating random aliases for them.
withFieldsWithoutAlias(List<FieldPath>) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IBuilderForFields
Selects a list of fields given their field paths, generating random aliases for them.
withFieldsWithoutAlias(List<FieldPath>) - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IBuilderForFields
Selects a list of fields given their field paths, generating random aliases for them.
withFilter(CopperAnalyticMeasure.AnalyticFilter) - Method in interface com.activeviam.copper.api.CopperAnalyticMeasure
Applies the query cube filter on the reading locations.
withFilter(CopperAnalyticMeasure.AnalyticFilter) - Method in class com.activeviam.copper.measure.window.FirstLastMeasure
 
withFilter(CopperAnalyticMeasure.AnalyticFilter) - Method in class com.activeviam.copper.measure.window.LeadLagMeasure
 
withFilter(CopperAnalyticMeasure.AnalyticFilter) - Method in class com.activeviam.copper.measure.window.WindowReduceMeasure
 
withFilter(IFilterDescription) - Method in interface com.activeviam.desc.build.dimensions.ICanHaveFactFilter
Defines the filter description for the cube.
withFilter(ICondition) - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withFilter(ICondition) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withFilter(ICondition) - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withFilter(ICondition) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withFilter(ICondition) - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withFilter(ICondition) - Method in interface com.activeviam.desc.build.dimensions.ICanHaveFactFilter
Defines the filter condition for the cube.
withFirstObjects(Object...) - Method in class com.activeviam.builders.dimensions.AllAlternativesComparatorBuilder
 
withFirstObjects(Object...) - Method in class com.activeviam.copper.hierarchy.ACopperLevelBuilder
 
withFirstObjects(Object...) - Method in interface com.activeviam.desc.build.dimensions.ICanHaveComparator
Chooses the objects that this comparator should place first.
withFirstObjectsFromList(List<?>) - Method in interface com.activeviam.desc.build.dimensions.ICanHaveComparator
Chooses the objects that this comparator should place first.
withFolder(String) - Method in class com.activeviam.builders.BaseMeasureBuilder
Changes the folder of the created measure.
withFolder(String) - Method in class com.qfs.pivot.builder.discovery.impl.HierarchyDiscoveryBuilder
 
withFolder(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
withFolder(String) - Method in class com.qfs.pivot.builder.discovery.impl.MeasureDiscoveryBuilder
Sets the folder of the measure.
withFolder(String) - Method in class com.qfs.pivot.builder.discovery.impl.SetDiscoveryBuilder
 
withFontFlags(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets font flags.
withFontFlags(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
withFontName(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets font name.
withFontName(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
withFontSize(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets font size.
withFontSize(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
withForeColor(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets fore color.
withForeColor(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
withFormat(String) - Method in class com.qfs.pivot.builder.discovery.impl.DrillthroughColumnsDiscoveryBuilder
 
withFormatString(String) - Method in class com.qfs.pivot.builder.discovery.impl.MeasureDiscoveryBuilder
Sets the format string of the measure.
withFormatString(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets format string.
withFormatString(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
withFormatted(boolean) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
 
withFormattedValue(String) - Method in class com.qfs.pivot.builder.cellset.impl.CellDataBuilder
Sets the formatted value for the cell.
withFormatter(String) - Method in class com.activeviam.builders.BaseMeasureBuilder
Changes the formatter of the created measure.
withFormatter(String) - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
withFormatter(String) - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withFormatter(String) - Method in class com.activeviam.copper.hierarchy.ACopperLevelBuilder
 
withFormatter(String) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
withFormatter(String) - Method in class com.activeviam.copper.measure.NamedMeasure
 
withFormatter(String) - Method in interface com.activeviam.desc.build.ICanHaveFormatter
Sets the formatter of the component.
withFormatter(String, String) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanAddFormatter
Adds a formatter.
withFormatter(String, String) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withGlobalEntitlement() - Method in interface com.quartetfs.biz.pivot.security.builders.ICanHaveRoleEntitlements.ICanHaveGlobalEntitlement
Begins defining a global entitlement.
withGlobalEntitlement() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.GlobalEntitlementBuilder
 
withGlobalEntitlement() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
 
withGlobalEntitlement() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder
 
withGoal(IKpiGoalDescription) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets the goal description.
withGoal(IKpiGoalDescription) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
 
withGoal(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
withHandledHierarchies(Collection<HierarchyIdentifier>) - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
Sets the coordinates of hierarchies handled by the described procedure.
withHeaderComparator(IComparator<String>) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties.ICanHaveHeaderComparator
Set the header comparator.
withHeaderComparator(IComparator<String>) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
 
withHeaders(List<JsonTabularHeader>) - Method in class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughDataBuilder
Set the headers on this builder.
withHeadersFromDrillthroughHeaderDTOs(List<DrillthroughHeaderDTO>) - Method in class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughDataBuilder
Transforms the given list of DrillthroughHeaderDTO into a list of JsonTabularHeader and sets that list to the builder.
withHeadersFromIDrillthroughHeaders(List<IDrillthroughHeader>) - Method in class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughDataBuilder
Transforms the given list of IDrillthroughHeader into a list of JsonTabularHeader and sets that list to the builder.
withHierarchies(IHasDimensionality) - Method in class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
FROM MDX.
withHierarchies(List<HierarchyDTO>) - Method in class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
FROM DTO.
withHierarchies(List<IMdxHierarchy>) - Method in class com.qfs.pivot.builder.discovery.impl.DimensionDiscoveryBuilder
 
withHierarchy(String) - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withHierarchy(String) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withHierarchy(String) - Method in class com.activeviam.builders.dimensions.SimpleDimensionBuilder
 
withHierarchy(String) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingHierarchy
Start building a hierarchy.
withHierarchy(String) - Method in class com.qfs.pivot.builder.discovery.impl.DefaultMemberDiscoveryBuilder
 
withHierarchyOfSameName() - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withHierarchyOfSameName() - Method in class com.activeviam.builders.dimensions.SimpleDimensionBuilder
 
withHierarchyOfSameName() - Method in interface com.activeviam.desc.build.dimensions.IDimensionBuilder
Adds a new hierarchy to this dimension, both having the same name.
withHierarchyProperty(String, String) - Method in interface com.activeviam.desc.build.dimensions.ICommonHierarchyBuilder
Adds a property to this hierarchy.
withHost(String) - Method in class com.qfs.rest.urls.impl.UrlBuilder
 
withHost(String) - Method in interface com.qfs.rest.urls.IUrlBuilder.IForHost
Sets the host name in an URL.
withId(int) - Method in class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
Sets the id of the Axis.
withId(long) - Method in interface com.qfs.snl.messages.IMessageBuilder.IBuildable
Sets the id of the message.
withId(long) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
The unique identifier of the monitor.
withId(long) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
withId(long, IMonitor) - Static method in class com.qfs.snl.monitors.impl.Monitor
Sets an id to the monitor.
withIndexOn(String...) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanHaveIndex
Sets the group of the given fields as indexed.
withinFolder(String) - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withinFolder(String) - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
withinFolder(String) - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withinFolder(String) - Method in class com.activeviam.copper.hierarchy.ACopperCommonHierarchyBuilder
 
withinFolder(String) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
withinFolder(String) - Method in class com.activeviam.copper.measure.NamedMeasure
 
withinFolder(String) - Method in interface com.activeviam.desc.build.ICanHaveFolder
Sets the folder of the component.
withinFolder(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
withinFolder(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerNamedSetDescriptionBuilder
 
withInheritedContinuousQueryHandlers() - Method in interface com.activeviam.copper.api.CopperPostProcessor
Inherits the continuous query handlers of the underlying measures.
withInheritedContinuousQueryHandlers() - Method in class com.activeviam.copper.measure.PostProcessorCopperMeasure
 
withInitialView() - Method in interface com.qfs.repository.params.IParameterChangeListener
Whether this listener needs to receive an initial view upon registration.
withinTransaction(Runnable) - Method in class com.quartetfs.biz.pivot.transaction.impl.ActivePivotSchemaTransaction
Executes the Runnable within the transaction.
withJoinMeasures(IJoinMeasureDescription, IJoinMeasureDescription...) - Method in class com.activeviam.builders.dimensions.AnalysisAggregationProcedureBuilder
 
withJoinMeasures(IJoinMeasureDescription, IJoinMeasureDescription...) - Method in interface com.activeviam.desc.build.IAggregationProcedureBuilder.ICanHaveJoinMeasures
Sets join measures that can be provided by this procedure.
withKey(Object...) - Method in interface com.activeviam.database.api.query.IGetByKeyQueryBuilder.INeedValues
Sets the key of the record to retrieve.
withKey(String) - Method in class com.activeviam.builders.distributed.ResultConsumerMessengerDefinitionBuilder
 
withKey(String) - Method in class com.activeviam.builders.ResultConsumerPluginDescriptionBuilder
 
withKey(String) - Method in interface com.activeviam.desc.build.IPluginDescriptionBuilder
Gives the key to use for this plugin.
withKey(List<Object>) - Method in interface com.activeviam.database.api.query.IGetByKeyQueryBuilder.INeedValues
Sets the key of the record to retrieve.
withKeyAuditIdFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the activationFieldField to the configuration.
withKeyFields(String...) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanAddStaticKey
Tells the builder which field should be used as the keys of the store.
withKeyModuloPartitioning(int) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IKeyed
Defines a modulo partitioning based on the key fields of the store.
withKeyModuloPartitioning(int) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IStaticKeyFields
Defines a modulo partitioning based on the key fields of the store.
withKeyPointValueIdFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the activationFieldField to the configuration.
withKpi() - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withKpi() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingKpiDescription
Begins defining the IKpiDescription.
withKpi(ICanStartBuildingKpiDescription.ICanBuild<IKpiDescription>) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanHaveKpi
Adds a kpi This method is a builder chaining simplification to avoid useless calls to build().
withKpi(IKpiDescription) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanHaveKpi
Adds a kpi.
withKpi(IKpiDescription) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withKpis(ICubeFormatter, List<IKpiDescription>) - Method in class com.qfs.pivot.builder.discovery.impl.CubeDiscoveryBuilder
Sets the kpis of the cube.
withKpis(IKpiDescription...) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanHaveKpi
Adds some kpis.
withKpis(IKpiDescription...) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withLastObjects(Object...) - Method in class com.activeviam.builders.dimensions.AllAlternativesComparatorBuilder
 
withLastObjects(Object...) - Method in class com.activeviam.copper.hierarchy.ACopperLevelBuilder
 
withLastObjects(Object...) - Method in interface com.activeviam.desc.build.dimensions.ICanHaveComparator
Chooses the objects that this comparator should place last.
withLastObjectsFromList(List<?>) - Method in interface com.activeviam.desc.build.dimensions.ICanHaveComparator
Chooses the objects that this comparator should place first.
withLeft(U) - Static method in class com.activeviam.util.function.impl.Either
Static constructor to build an Either with left value set.
withLeft(U) - Static method in class com.activeviam.util.function.impl.OptionalEither
Static constructor to build an Either with left value set.
withLevel(MessageLevel) - Method in interface com.qfs.snl.messages.IMessageBuilder.IBuildable
Sets the type of the message.
withLevel(String) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.LevelsFromStoreBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
withLevel(String) - Method in interface com.activeviam.desc.build.dimensions.ICanBeFactless.CanStartBuildingLevelFromStore
Adds a level to the current hierarchy.
withLevel(String) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingLevel
Adds a new level to the current hierarchy.
withLevel(String, FieldPath) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.LevelsFromStoreBuilder
Starts creating a new level with the given name and based on the field referenced by the given path.
withLevel(String, FieldPath) - Method in class com.activeviam.copper.hierarchy.CopperJoinHierarchyBuilder
 
withLevel(String, FieldPath) - Method in class com.activeviam.copper.hierarchy.CopperLevelFromStoreBuilder
 
withLevel(String, String) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.LevelsFromStoreBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
withLevel(String, String) - Method in class com.activeviam.copper.hierarchy.CopperJoinHierarchyBuilder
 
withLevel(String, String) - Method in class com.activeviam.copper.hierarchy.CopperLevelFromStoreBuilder
 
withLevel(String, String) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingLevel
Adds a new level to the current hierarchy.
withLevelName(String) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.BucketingHierarchyBuilder
Defines the name of the level.
withLevelName(String) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.JoinHierarchyBuilderWithField
Defines the name of the level.
withLevelName(String) - Method in class com.activeviam.copper.hierarchy.CopperBucketingHierarchyBuilder
 
withLevelName(String) - Method in class com.activeviam.copper.hierarchy.CopperJoinHierarchyBuilderWithField
 
withLevelOfSameName() - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.BucketingHierarchyBuilder
Gets the builder to customize the level.
withLevelOfSameName() - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.JoinHierarchyBuilderWithField
Gets the builder to customize the level.
withLevelOfSameName() - Method in class com.activeviam.copper.hierarchy.CopperBucketingHierarchyBuilder
 
withLevelOfSameName() - Method in class com.activeviam.copper.hierarchy.CopperJoinHierarchyBuilderWithField
 
withLevelOfSameName() - Method in interface com.activeviam.desc.build.dimensions.ICanBeFactless.FromStoreHierarchyBuilder
Adds a level to this hierarchy having the same name.
withLevelOfSameName() - Method in interface com.activeviam.desc.build.dimensions.IHierarchyBuilder
Adds a new level to this hierarchy, both having the same name.
withLevelProperty(String, Object) - Method in interface com.activeviam.desc.build.dimensions.ICanBeFactless.FromStoreLevelBuilder
Adds a property to this level.
withLevelProperty(String, Object) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingLevel.ICommonLevelBuilder
Adds a property to this level.
withLevels(String...) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingLevel
Adds multiple levels at once.
withLevels(List<IMdxLevel>) - Method in class com.qfs.pivot.builder.discovery.impl.HierarchyDiscoveryBuilder
 
withLevels(List<String>) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingLevel
Adds multiple levels at once.
withLimit(int) - Static method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
Creates the context value with the given value for both limits.
withLimit(int, long) - Static method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
Creates the context value with the given limits.
withLocations(Collection<ILocation>) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
The requested locations.
withManager(IActivePivotManagerDescription) - Method in class com.activeviam.builders.StartBuilding.Builder
Builds an ActivePivot Manager from with the given description.
withMapConverter() - Method in class com.qfs.store.query.impl.AQueryRunner
 
withMapConverter() - Method in class com.qfs.store.query.impl.AQueryRunnerWithTimeout
 
withMapConverter() - Method in interface com.qfs.store.query.IQueryRunner.IHasRunnableQuery
Uses a converter that will convert all the records into maps.
withMapConverter() - Method in interface com.qfs.store.query.IQueryRunner.IHasRunnableQueryWithTimeout
Uses a converter that will convert all the records into maps.
withMapping(CopperLevel) - Method in interface com.activeviam.copper.api.CopperStore
Deprecated, for removal: This API element is subject to removal in a future version.
withMapping(FieldPath, CopperLevel) - Method in interface com.activeviam.copper.api.CopperStore
Adds a given field name and CopperLevel to the mapping of the join between this store and the cube.
withMapping(FieldPath, CopperLevel) - Method in class com.activeviam.copper.store.JoinCopperStore
 
withMapping(String) - Method in interface com.activeviam.copper.api.CopperStore
Deprecated, for removal: This API element is subject to removal in a future version.
withMapping(String, CopperElement) - Method in interface com.activeviam.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderAddingElements
Associates a key field of the given store with a level or a measure.
withMapping(String, CopperElement) - Method in class com.activeviam.copper.measure.InternalCopperStoreLookUpBuilder.InternalCopperStoreLookUpBuilderAddingElements
 
withMapping(String, CopperLevel) - Method in interface com.activeviam.copper.api.CopperStore
Adds a given field name and CopperLevel to the mapping of the join between this store and the cube.
withMapping(String, String) - Method in interface com.activeviam.copper.api.CopperStore
Deprecated.
Use #withMapping(FieldPath, CopperLevel) instead
withMapping(String, String) - Method in class com.qfs.desc.impl.ReferenceDescriptionBuilder
 
withMapping(String, String) - Method in interface com.qfs.desc.IReferenceDescriptionBuilder.IHasName
 
withMapping(Map<String, CopperElement>) - Method in interface com.activeviam.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderAddingElements
Associates several key fields of the given store with measures or levels.
withMaxLevelPerHierarchy(int[]) - Method in class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
 
withMaxRows(int) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties.ICanHaveMaxRows
Sets the maximum of returned rows.
withMaxRows(int) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
 
withMdx(String) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
The original mdx (if any) (for monitoring).
withMdxContext() - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext
Begins defining the mdx context.
withMdxContext() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.GlobalEntitlementBuilder
 
withMdxContext() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
 
withMeasureAlias(String, String) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanAddMeasureAlias
Add the alias for a measure.
withMeasureAlias(String, String) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withMeasureFormatter(String, String) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanAddFormatter
Adds a formatter to a measure.
withMeasureGroup(String) - Method in interface com.activeviam.copper.api.CopperMeasure
Marks this item as part of a measure group.
withMeasureGroup(String) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
withMeasureGroup(String) - Method in class com.activeviam.copper.measure.NamedMeasure
 
withMeasureGroup(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
withMeasureGroup(String) - Method in class com.qfs.pivot.builder.discovery.impl.MeasureDiscoveryBuilder
Sets the measure group of the measure.
withMeasureGroup(Set<String>) - Method in class com.qfs.pivot.builder.discovery.impl.DimensionDiscoveryBuilder
 
withMeasureGroups(String...) - Method in class com.activeviam.builders.BaseMeasureBuilder
Changes the measure groups of the created measure.
withMeasureGroups(String...) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withMeasureGroups(String...) - Method in class com.activeviam.builders.dimensions.SimpleDimensionBuilder
 
withMeasureGroups(String...) - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withMeasureGroups(String...) - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
withMeasureGroups(String...) - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withMeasureGroups(String...) - Method in class com.activeviam.copper.hierarchy.ACopperCommonHierarchyBuilder
 
withMeasureGroups(String...) - Method in interface com.activeviam.desc.build.ICanHaveMeasureGroup
Sets the measure group of the component.
withMeasureGroups(String...) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
 
withMeasureGroups(List<MeasureGroupDiscovery>) - Method in class com.qfs.pivot.builder.discovery.impl.CubeDiscoveryBuilder
Sets the measure groups.
withMeasures(Collection<String>) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
The requested measures.
withMeasures(Function<ICanStartBuildingMeasures, IHasAtLeastOneMeasure>) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures
Adds multiple measures to this cube via a separate builder function.
withMeasures(List<IMdxFixedMember>) - Method in class com.qfs.pivot.builder.discovery.impl.CubeDiscoveryBuilder
Sets the measures of the cube.
withMemberList(Object...) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.BucketingHierarchyBuilder
Specifies this hierarchy's members via an explicit list.
withMemberList(Object...) - Method in class com.activeviam.copper.hierarchy.CopperBucketingHierarchyBuilder
 
withMemberPath(String) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.IDefiningDefaultMemberOnHierarchy
Defines the default member path.
withMemberProperties(IPropertyInfo...) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingLevel.ICommonLevelBuilder
Sets the member properties of members of that level.
withMemberProperty() - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingLevel.ICommonLevelBuilder
Starts building a member property.
withMembers(StoreField) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.BucketingHierarchyBuilder
Specifies this hierarchy's members from the field of a store.
withMembers(StoreField) - Method in class com.activeviam.copper.hierarchy.CopperBucketingHierarchyBuilder
 
withMembers(String, String) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.BucketingHierarchyBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
withMemoryFootPrint(long, long) - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatisticBuilder
Sets the memory footprint of the monitored component.
withMemoryFootPrint(long, long) - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatisticBuilder
 
withMessageHandler(IMessageHandler<I>) - Method in interface com.qfs.msg.IMessageChannel
Installs a message handler on this channel.
withMessageHandler(IMessageHandler<I>) - Method in class com.qfs.msg.impl.AMessageChannel
 
withMessageHandler(IMessageHandler<I>) - Method in class com.qfs.msg.impl.CompositeMessageChannel
 
withMessageHandler(IMessageHandler<I>) - Method in class com.qfs.source.impl.StoreMessageChannel
 
withMessengerDefinition() - Method in class com.activeviam.builders.distributed.DelegatingDataClusterDefinitionBuilder
 
withMessengerDefinition() - Method in class com.activeviam.builders.distributed.DelegatingQueryClusterDescriptionBuilder
 
withMessengerDefinition() - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.IDataClusterDescriptionBuilderWithId
Starts building the messenger definition for this query cluster.
withMessengerDefinition() - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.IQueryClusterDescriptionBuilderWithId
Starts building the messenger definition for this query cluster.
withMessengerDefinition(IMessengerDefinition) - Method in class com.activeviam.builders.distributed.BaseClusterDescriptionBuilder
Gives a new messenger definition.
withModuloPartitioning(int, String...) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withModuloPartitioning(int, String...) - Method in class com.qfs.desc.impl.PartitioningDescriptionBuilderParentConnection
 
withModuloPartitioning(int, String...) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Defines a sub partitioning based on a multiple field modulo function.
withModuloPartitioning(int, String...) - Method in interface com.qfs.store.part.ICanPartition
Defines a partitioning by hash code on multiple fields.
withModuloPartitioning(int, String...) - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
withModuloPartitioning(int, String...) - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Defines a sub partitioning based on a multiple field modulo function.
withModuloPartitioning(String, int) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withModuloPartitioning(String, int) - Method in class com.qfs.desc.impl.PartitioningDescriptionBuilderParentConnection
 
withModuloPartitioning(String, int) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Defines a new sub modulo partitioning on the given onField.
withModuloPartitioning(String, int) - Method in interface com.qfs.store.part.ICanPartition
Adds a partitioning by hash code on the given field.
withModuloPartitioning(String, int) - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
withModuloPartitioning(String, int) - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Defines a new sub modulo partitioning on the given field.
withModuloPartitioningOnAvailableKeyFields(int) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Defines a multiple field modulo function over the key fields that have not been used in other sub partitioning.
withModuloPartitioningOnAvailableKeyFields(int) - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
withModuloPartitioningOnAvailableKeyFields(int) - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Defines a multiple field modulo function over the key fields that have not been used in other sub partitioning.
withMultiFieldModuloPartitioning(int, String...) - Method in class com.qfs.desc.impl.PartitioningDescriptionBuilderParentConnection
Starts creating a multi field modulo partitioning.
withName(String) - Method in class com.activeviam.builders.BaseMeasureBuilder
Changes the name of the created measure.
withName(String) - Method in class com.activeviam.builders.dimensions.ResultConsumerPropertyInfoBuilder
 
withName(String) - Method in class com.activeviam.builders.manager.SimpleManagerDescriptionBuilder
 
withName(String) - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withName(String) - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withName(String) - Method in interface com.activeviam.copper.api.CopperMeasure
Creates a copper measure with same definition but different name.
withName(String) - Method in interface com.activeviam.desc.build.dimensions.IBuildablePropertyInfoBuilder.IPropertyInfoBuilder
Chooses the name of the IPropertyInfo.
withName(String) - Method in interface com.activeviam.desc.build.IActivePivotManagerDescriptionBuilder
Chooses a name for the built manager.
withName(String) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialBuilder
Name the partial provider.
withName(String) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.ICanBuildPreAggregatedMeasureBuilder
Change the name of the measure.
withName(String) - Method in interface com.activeviam.desc.build.ICubeDescriptionBuilder
Gives a name to the cube to build.
withName(String) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.ICanAddOptions
Specifies the Jdbc source name, IJDBCSource.DEFAULT_JDBC_SOURCE_NAME by default.
withName(String) - Method in class com.qfs.desc.impl.ReferenceDescriptionBuilder
 
withName(String) - Method in interface com.qfs.desc.IReferenceDescriptionBuilder.IHasStores
 
withName(String) - Method in interface com.qfs.monitoring.statistic.memory.IMemoryStatisticBuilder
Sets the name af the statistic being built.
withName(String) - Method in class com.qfs.monitoring.statistic.memory.impl.AMemoryStatisticBuilder
 
withName(String) - Method in class com.qfs.pivot.builder.discovery.impl.CatalogDiscoveryBuilder
Constructor.
withName(String) - Method in class com.qfs.pivot.builder.discovery.impl.CubeDiscoveryBuilder
Sets the cube's name.
withName(String) - Method in class com.qfs.pivot.builder.discovery.impl.DimensionDiscoveryBuilder
 
withName(String) - Method in class com.qfs.pivot.builder.discovery.impl.DrillthroughColumnsDiscoveryBuilder
 
withName(String) - Method in class com.qfs.pivot.builder.discovery.impl.HierarchyDiscoveryBuilder
 
withName(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
withName(String) - Method in class com.qfs.pivot.builder.discovery.impl.LevelDiscoveryBuilder
 
withName(String) - Method in class com.qfs.pivot.builder.discovery.impl.MeasureDiscoveryBuilder
Sets the name of the name.
withName(String) - Method in class com.qfs.pivot.builder.discovery.impl.MeasureGroupDiscoveryBuilder
 
withName(String) - Method in class com.qfs.pivot.builder.discovery.impl.SetDiscoveryBuilder
 
withName(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder
Defines the name of the monitor.
withName(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder
 
withName(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedDrillthroughColumnDescription.ICalculatedDrillthroughColumnDescriptionBuilder
Sets the column name.
withName(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember.ICalculatedMemberDescriptionBuilder
Sets the unique name of the calculated member.
withName(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingKpiDescription.IKpiDescriptionBuilder
Sets the KPI name.
withName(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingNamedSetDescription.INamedSetDescriptionBuilder
Sets the unique name of the named set.
withName(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedDrillthroughColumnDescriptionBuilder
 
withName(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
withName(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
 
withName(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerNamedSetDescriptionBuilder
 
withName(String, String) - Method in interface com.activeviam.copper.api.MultiLevelHierarchyBuilder.Start
Sets the name of the hierarchy.
withName(String, String) - Method in class com.activeviam.copper.hierarchy.UnamedCopperHierarchyBuilder
 
withNameAndExpression(String) - Method in interface com.activeviam.desc.build.dimensions.IBuildablePropertyInfoBuilder.IPropertyInfoBuilder
Chooses at once the name and expression when they are equal.
withNameAsExpression() - Method in class com.activeviam.builders.dimensions.ResultConsumerPropertyInfoBuilder
 
withNameAsExpression() - Method in interface com.activeviam.desc.build.dimensions.IBuildablePropertyInfoBuilder.INamedPropertyInfoBuilder
Chooses as expression the value that was given as name.
withNamedSet() - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withNamedSet() - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingNamedSetDescription
Begins defining the INamedSetDescription.
withNamedSet(ICanStartBuildingNamedSetDescription.ICanBuild<INamedSetDescription>) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanHaveNamedSet
Adds a named set This method is a builder chaining simplification to avoid useless calls to build().
withNamedSet(INamedSetDescription) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanHaveNamedSet
Adds a named set.
withNamedSet(INamedSetDescription) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withNamedSets(INamedSetDescription...) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanHaveNamedSet
Adds some named sets.
withNamedSets(INamedSetDescription...) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withNamePath(AxisMemberDTO) - Method in class com.qfs.pivot.builder.cellset.impl.PositionDataBuilder
 
withNamePath(IMdxMember) - Method in class com.qfs.pivot.builder.cellset.impl.PositionDataBuilder
 
withNone() - Static method in class com.activeviam.util.function.impl.OptionalEither
Static constructor to build an Either without value.
withNoProperty() - Method in interface com.activeviam.desc.build.IPluginDescriptionBuilder.PluginDescriptionBuilderWithKey
Finishes constructing this plugin description without providing any key.
withNullableField(String, String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanAddField
Adds a nullable field.
withNumaNodeSelector() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanSelectNumaBehavior
To specify which partition should be located on which NUMA node.
withNumaSelector(String) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withNumaSelector(String) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder
Chooses the NUMA selector for the partitions of the built aggregate provider.
withOrdinal(int) - Method in class com.qfs.pivot.builder.cellset.impl.CellDataBuilder
Sets the ordinal of the translated cell.
WITHOUT_ANALYSIS_LEVEL - Static variable in class com.quartetfs.biz.pivot.context.subcube.visitor.impl.ToPivotConditionFilterCompiler
Singleton instance that ignore analysis levels.
WITHOUT_PARAMETER - Static variable in interface com.qfs.store.query.ICompiledQuery
Argument for queries not using any parameters.
withoutAudit() - Method in interface com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder.IPersisted
The audit trail will be enabled.
withoutAutoFactlessHierarchies() - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withoutAutoFactlessHierarchies() - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withoutAutoFactlessHierarchies() - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withoutAutoFactlessHierarchies() - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withoutAutoFactlessHierarchies() - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withoutAutoFactlessHierarchies() - Method in interface com.activeviam.desc.build.ICanBuildCubeDescription
Disables auto-factless hierarchies for this cube.
withoutBranchRestrictions() - Method in class com.activeviam.builders.StartBuilding.Builder
Uses a branch permissions manager that allows all users to create, read and edit all branches.
withoutCache() - Method in interface com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder.ICanCache
The caching will not be enabled.
withoutCondition() - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IBuilderForCondition
Uses no condition for this query.
withoutCondition() - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IBuilderForCondition
Uses no condition for this query.
withoutCondition() - Method in interface com.qfs.store.query.IQueryRunner.IHasStore
Uses no condition for this query.
withoutDistributingFields() - Method in class com.activeviam.builders.distributed.ParentReferenceApplicationDescriptionBuilder
 
withoutDistributingFields() - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.IApplicationDescriptionBuilderWithId
Creates an application without any distributing field.
withOuterReferencePolicy(boolean, Collection<String>) - Method in interface com.qfs.store.query.IQueryRunner.IHasCondition
Specifies a custom outer reference policy.
withOuterReferencePolicy(IOuterReferencePolicy) - Method in interface com.qfs.store.query.IQueryRunner.IHasCondition
Specifies a custom outer reference policy.
withoutHierarchies() - Method in class com.activeviam.builders.dimensions.AnalysisAggregationProcedureBuilder
 
withoutHierarchies() - Method in interface com.activeviam.desc.build.IAggregationProcedureBuilder.ICanHaveHandledHierarchies
Indicates that the Aggregation Procedure does not manage any Analysis Hierarchy.
withoutKey() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanAddStaticKey
Tells the builder that this store does not have any keys.
withoutLimit() - Static method in class com.quartetfs.biz.pivot.context.impl.QueriesResultLimit
Creates the context value without result size limits.
withoutLimit() - Static method in class com.quartetfs.biz.pivot.context.impl.QueriesTimeLimit
Creates the context value not enforcing any time limit.
withoutLimits() - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.RetrievalResultTracker
Returns a new tracker without result size limits.
WithoutOuterReference() - Constructor for class com.qfs.store.query.condition.impl.RecordQuery.WithoutOuterReference
Constructor.
withoutParameters() - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.INeedValues
Defines no parameters.
withoutParameters() - Method in interface com.activeviam.database.api.query.IListQueryBuilder.INeedValues
Defines no parameters.
withoutParameters() - Method in class com.qfs.store.query.impl.AQueryRunner
 
withoutParameters() - Method in class com.qfs.store.query.impl.AQueryRunnerWithTimeout
 
withoutParameters() - Method in interface com.qfs.store.query.IQueryRunner.IHasCompiledQuery
Defines no parameters.
withoutPersistence() - Method in class com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder
The content service will NOT persist its content and will be in-memory.
withoutRangeSharing() - Method in interface com.activeviam.desc.build.ICanChangeRangeSharing
Disables range sharing.
withoutRestrictions() - Static method in class com.qfs.security.impl.BranchPermissionsManager
Gets a BranchPermissionsManager which allows all users to create, read and edit all branches.
withoutSelectionField() - Method in class com.quartetfs.biz.pivot.cube.hierarchy.impl.LevelInfo.LevelInfoBuilder
 
withParameterFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the parameterField to the configuration.
withParameters(Map<String, Object>) - Method in class com.qfs.store.query.impl.AQueryRunner
 
withParameters(Map<String, Object>) - Method in class com.qfs.store.query.impl.AQueryRunnerWithTimeout
 
withParameters(Map<String, Object>) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.INeedValues
Defines the parameters by their names.
withParameters(Map<String, Object>) - Method in interface com.activeviam.database.api.query.IListQueryBuilder.INeedValues
Defines the parameters by their names.
withParameters(Map<String, Object>) - Method in interface com.qfs.store.query.IQueryRunner.IHasCompiledQuery
Defines the parameters by their names.
withParent(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
withParent(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets parent.
withParent(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
 
withPartialProvider() - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withPartialProvider() - Method in interface com.activeviam.desc.build.ICanStartPartialProvider
Start building a partial provider description.
withPartitioning(String) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withPartitioning(String) - Method in class com.qfs.desc.impl.PartitioningDescriptionBuilderParentConnection
 
withPartitioning(String) - Method in interface com.qfs.store.part.ICanPartition
Defines the partitioning of the store: which kind, on which field and how many partitions.
withPartitioningOn(String) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withPartitioningOn(String) - Method in class com.qfs.desc.impl.PartitioningDescriptionBuilderParentConnection
Begins defining a hierarchical partitioning for the parent builder.
withPartitioningOn(String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveField
Sets the partitioning field of this node.
withPartitioningOn(String) - Method in interface com.qfs.store.part.ICanPartition
Defines a hierarchical partitioning with the root node using the given field.
withPartitioningOn(String) - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
withPartitioningOn(String) - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanHaveField
Sets the partitioning field of this node.
withPath(List<String>) - Method in class com.qfs.pivot.builder.discovery.impl.DefaultMemberDiscoveryBuilder
 
withPersistence(Configuration) - Method in class com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder
The content service will store its content in a SQL database thanks to Hibernate.
withPivotEntitlement() - Method in interface com.quartetfs.biz.pivot.security.builders.ICanHaveRoleEntitlements.ICanHavePivotEntitlement
Begins defining a pivot entitlement.
withPivotEntitlement() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.GlobalEntitlementBuilder
 
withPivotEntitlement() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
 
withPivotEntitlement() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder
 
withPivotFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the pivotField} to the configuration.
withPivotId(String) - Method in class com.quartetfs.biz.pivot.query.impl.DrillthroughQuery
The pivot id.
withPluginKey(String) - Method in class com.activeviam.builders.dimensions.ResultConsumerPropertyInfoBuilder
 
withPluginKey(String) - Method in interface com.activeviam.desc.build.dimensions.IBuildablePropertyInfoBuilder.IHasExpressionPropertyInfoBuilder
Chooses the plugin key for this property.
withPluginKey(String) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.IPostProcessorBuilder
Sets the post-processor plugin key.
withPluginKey(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedDrillthroughColumnDescription.IBuilderWithName
Sets the column plugin key.
withPluginKey(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICalculatedDrillthroughColumnSetDescriptionBuilder
Sets the plugin key.
withPluginKey(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedDrillthroughColumnDescriptionBuilder
 
withPluginKey(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedDrillthroughColumnSetDescriptionBuilder
 
withPoolSize(int) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.ICanAddOptions
Specifies the size of the thread pool, IJDBCSource.DEFAULT_POOL_SIZE by default.
withPositions(MdxCellSetAxesIterator) - Method in class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.9; use AxisDataBuilder.withPositionsAndMaxLevelHierarchy(MdxCellSetAxesIterator) that also computes the max depth per level
withPositions(List<AxisPositionDTO>) - Method in class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
 
withPositionsAndMaxLevelHierarchy(MdxCellSetAxesIterator) - Method in class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
 
withPostProcessor(IPostProcessorDescription) - Method in class com.activeviam.builders.DelegatingNamedCubeDescriptionBuilder
 
withPostProcessor(IPostProcessorDescription) - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
withPostProcessor(IPostProcessorDescription) - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withPostProcessor(IPostProcessorDescription) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures
Adds the description for a post-processor.
withPostProcessor(String) - Method in class com.activeviam.builders.DelegatingNamedCubeDescriptionBuilder
 
withPostProcessor(String) - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
withPostProcessor(String) - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withPostProcessor(String) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures
Adds the description for a post-processor.
withPrefix(String) - Method in class com.qfs.pivot.content.impl.ActivePivotContentServiceBuilder
Sets the prefix of the content service (Optional).
withPrefix(String...) - Method in class com.qfs.rest.urls.impl.UrlBuilder
 
withPrefix(String...) - Method in interface com.qfs.rest.urls.IUrlBuilder.IForPrefix
Adds prefix paths to the URL.
withProperties(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
 
withProperties(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
withProperties(String...) - Method in interface com.activeviam.desc.build.IPluginDescriptionBuilder.PluginDescriptionBuilderWithKey
Gives the properties to use in this plugin description.
withProperties(Map<IMdxMemberProperty, Object>) - Method in class com.qfs.pivot.builder.cellset.impl.PositionDataBuilder
 
withProperties(Map<String, Object>) - Method in class com.qfs.pivot.builder.cellset.impl.CellDataBuilder
Sets the properties defined on a cell.
withProperties(Properties) - Method in interface com.activeviam.desc.build.IPluginDescriptionBuilder.PluginDescriptionBuilderWithKey
Gives the properties to use in this plugin description.
withProperties(Properties) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanHaveAdditionalProperties
Adds some additional properties to this description.
withProperty(Object, Object) - Method in class com.activeviam.builders.distributed.BaseClusterDescriptionBuilder
Adds a property to the list of properties to use in this builder.
withProperty(String, Object) - Method in interface com.activeviam.copper.api.CopperPostProcessor
Sets the given property to this post-processor by specifying the key and the value.
withProperty(String, Object) - Method in class com.activeviam.copper.measure.PostProcessorCopperMeasure
 
withProperty(String, Object) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.BuildablePostProcessorBuilder
Adds a property that will be used to initialize the post-processor.
withProperty(String, Object) - Method in interface com.activeviam.desc.build.IPluginDescriptionBuilder.PluginDescriptionBuilderWithKey
Adds a single property to the plugin description to build.
withProperty(String, Object) - Method in interface com.activeviam.desc.build.IPluginDescriptionBuilder.PluginDescriptionBuilderWithProperty
Adds a single property to the plugin description to build.
withProperty(String, String) - Method in class com.activeviam.builders.dimensions.AnalysisAggregationProcedureBuilder
 
withProperty(String, String) - Method in class com.activeviam.builders.distributed.DelegatingDataClusterDefinitionBuilder
 
withProperty(String, String) - Method in class com.activeviam.builders.distributed.DelegatingQueryClusterDescriptionBuilder
 
withProperty(String, String) - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
withProperty(String, String) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withProperty(String, String) - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withProperty(String, String) - Method in interface com.activeviam.desc.build.IAggregationProcedureBuilder.IWithCompleteAggregationProcedure
Adds a property to the definition of the procedure.
withProperty(String, String) - Method in interface com.activeviam.desc.build.ICanHaveProperty
Puts a property to initialize the component.
withProperty(String, String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.ICanHaveAdditionalProperties
Adds one additional property to this description.
withProperty(String, String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedDrillthroughColumnDescription.ICanBuild
Adds a property.
withProperty(String, String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICanBuild
Adds a property.
withProperty(String, String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedDrillthroughColumnDescriptionBuilder
 
withProperty(String, String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedDrillthroughColumnSetDescriptionBuilder
 
withPropertyName(String) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingLevel.ICanBuildLevelBuilder
Sets the property name of the level (i.e.
withProtocolPath(String) - Method in class com.activeviam.builders.distributed.ResultConsumerMessengerDefinitionBuilder
 
withProtocolPath(String) - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.IBuildableMessengerDescriptionBuilder
Chooses the protocol path of the messenger definition.
withPublisher(ITuplePublisher<I>) - Method in class com.qfs.source.impl.StoreMessageChannel
 
withPublisher(ITuplePublisher<I>) - Method in interface com.qfs.source.IStoreMessageChannel
Install a tuple publisher on this channel.
withQueryExecutor() - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withQueryExecutor() - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withQueryExecutor() - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withQueryExecutor() - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
withQueryExecutor() - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withQueryExecutor() - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withQueryExecutor() - Method in interface com.activeviam.desc.build.ICanBuildCommonCubeDescription
Starts building the IActivePivotQueryExecutor description.
withQueryPlanner(IQueryPlanner) - Method in class com.qfs.store.query.impl.AQueryRunner
 
withQueryPlanner(IQueryPlanner) - Method in class com.qfs.store.query.impl.QueryManager
 
withQueryPlanner(IQueryPlanner) - Method in interface com.qfs.store.query.IQueryManager
 
withQueryPlanner(IQueryPlanner) - Method in interface com.qfs.store.query.IQueryRunner
Chooses a query planner implementation to use.
withQueryTags(Map<String, String>) - Method in interface com.activeviam.database.api.query.ListQueryOptionsBuilders.IBuilderForTags
Sets some tags for the query.
withRange(RangeDTO) - Method in class com.qfs.pivot.builder.cellset.impl.AxisDataBuilder
 
withRangeSharing() - Method in interface com.activeviam.desc.build.ICanChangeRangeSharing
Enables the range sharing with an appropriate capacity.
withRangeSharing(int) - Method in interface com.activeviam.desc.build.ICanChangeRangeSharing
Changes the range sharing capacity.
withReference(IReferenceDescription) - Method in interface com.qfs.desc.IDatastoreSchemaDescriptionBuilder.IBuildableDatastoreSchemaDescription
Adds a reference in this schema description.
withReference(IReferenceDescription) - Method in class com.qfs.desc.impl.DatastoreSchemaDescriptionBuilder
 
withRemovalSupport() - Method in class com.activeviam.agg.impl.AUserDefinedAggregateFunction
 
withRemovalSupport() - Method in class com.activeviam.agg.impl.AUserDefinedAggregateFunctionWithRemoval
 
withRemovalSupport() - Method in class com.activeviam.agg.impl.SerializableUserDefinedAggregateFunction
 
withRemovalSupport() - Method in class com.activeviam.agg.impl.SerializableUserDefinedAggregateFunctionWithRemoval
 
withRemovalSupport() - Method in interface com.qfs.agg.IGenericAggregationFunction
Returns the function that supports removal, i.e.
withRemovalSupport() - Method in class com.qfs.agg.impl.AAggregationFunction
 
withRemovalSupport() - Method in class com.qfs.agg.impl.AMultiSourceAggregationFunction
 
withRemovalSupport() - Method in class com.qfs.agg.impl.DistinctCountFunction
 
withRemovalSupport() - Method in class com.qfs.agg.impl.MaxFunction
 
withRemovalSupport() - Method in class com.qfs.agg.impl.MinFunction
 
withRemovalSupport(SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Method in interface com.activeviam.copper.api.CopperUserDefinedAggregateFunctionBuilder.CopperUserDefinedAggregateFunctionBuilderToAddRemovalSupport
Specifies the behaviour of the aggregation function when performing removal operations.
withRemovalSupport(SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Method in class com.activeviam.copper.builders.agg.InternalCopperUserDefinedAggregateFunctionBuilderToTerminate
 
withRemovedRows(List<DrillthroughRowDTO>) - Method in class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughUpdateDataBuilder
Transforms the given list of DrillthroughRowDTO into a list of row ordinals to remove and sets that list to the builder.
withResultConsumer(Function<DescriptionT, NewDescriptionT>) - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
Changes our result consumer by chaining a new one.
withResultLimit(int) - Method in interface com.quartetfs.biz.pivot.context.ICanStartBuildingMdxContext.ICanSetResultLimit
Sets the result limit, which is the maximal number of cells in the results of queries.
withResultLimit(int) - Method in class com.quartetfs.biz.pivot.context.impl.ResultConsumerMdxContextBuilder
 
withResultsLimit(int) - Method in interface com.activeviam.database.api.query.ListQueryOptionsBuilders.IBuilderWithResultLimit
Adds a limit to the maximum number of rows the query should return.
withResultsLimit(int) - Method in interface com.qfs.store.query.IQueryRunner.IHasCondition
Adds a limit to the maximum number of rows the query should return.
withRight(V) - Static method in class com.activeviam.util.function.impl.Either
Static constructor to build an Either with right value set.
withRight(V) - Static method in class com.activeviam.util.function.impl.OptionalEither
Static constructor to build an Either with right value set.
withRootNode() - Method in class com.qfs.store.part.impl.HierarchicalPartitioningDescriptionBuilder
Begins defining the description of the root node of the hierarchy, without a parent builder.
withRootNode(Supplier<ParentBuilderT>) - Method in class com.qfs.store.part.impl.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.qfs.content.service.IContentService
Creates a new instance of the service with root privileges.
withRootPrivileges() - Method in class com.qfs.content.service.impl.AContentService
 
withRootPrivileges() - Method in class com.qfs.content.service.impl.ContentServerWebSocketClient
Creates a client with root privileges to the remote Content Server.
withRootPrivileges() - Method in class com.qfs.content.service.impl.PrefixedContentService
 
withRootPrivileges() - Method in class com.qfs.content.service.impl.RemoteContentService
 
withRootPrivileges() - Method in interface com.qfs.pivot.content.IActivePivotContentService
 
withRootPrivileges() - Method in class com.qfs.pivot.content.impl.ActivePivotContentService
 
withRootPrivileges() - Method in class com.qfs.pivot.content.impl.CachedActivePivotContentService
 
withRowsFromDrillthroughRowDTOs(List<DrillthroughRowDTO>) - Method in class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughDataBuilder
Transforms the given list of DrillthroughRowDTO into a list of object arrays representing their content and sets that list to the builder.
withRowsFromIDrillthroughRows(List<IDrillthroughRow>) - Method in class com.qfs.pivot.builder.drillthrough.impl.JsonDrillthroughDataBuilder
Transforms the given list of IDrillthroughRow into a list of object arrays representing their content and sets that list to the builder.
withSameDictionary(StoreField, StoreField) - Method in interface com.qfs.desc.IDatastoreSchemaDescriptionBuilder.IBuildableDatastoreSchemaDescription
Ensures that 2 fields use the same dictionary.
withSameDictionary(String, String, String, String) - Method in interface com.qfs.desc.IDatastoreSchemaDescriptionBuilder.IBuildableDatastoreSchemaDescription
Ensures that 2 fields use the same dictionary.
withSchema() - Method in interface com.activeviam.desc.build.ICanStartBuildingSchema
Starts building a schema.
withSchema(String) - Method in class com.activeviam.builders.manager.SimpleManagerDescriptionBuilder
 
withSchema(String) - Method in interface com.activeviam.desc.build.ICanStartBuildingSchema
Starts building a schema with a given name.
withSelection(ISelectionDescription) - Method in interface com.activeviam.desc.build.IActivePivotManagerDescriptionBuilder.ActivePivotSchemaDescriptionBuilder
Gives the database selection to use in the schema to build.
withSelector(String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.INumaBehavior
Tells the builder to use the selector defined in the description.
withSelector(String[], IPartitioningFunctionDescription[]) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.INumaBehavior
Tells the builder to use the selector depending on the given onFields, and use the given withFunctions.
withSets(ICubeFormatter, List<IMdxNamedSet>) - Method in class com.qfs.pivot.builder.discovery.impl.CubeDiscoveryBuilder
Returns the sets of the cube.
withSharedContextValue(IContextValue) - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withSharedContextValue(IContextValue) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withSharedContextValue(IContextValue) - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withSharedContextValue(IContextValue) - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
withSharedContextValue(IContextValue) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withSharedContextValue(IContextValue) - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withSharedContextValue(IContextValue) - Method in interface com.activeviam.desc.build.ICanAddSharedContextValue
Adds a shared context value to the current cube description.
withSharedContextValue(IContextValueBuilder.ICanBuild) - Method in interface com.activeviam.desc.build.ICanAddSharedContextValue
Adds a context value to the entitlement.
withSharedContextValues(IContextValue...) - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withSharedContextValues(IContextValue...) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withSharedContextValues(IContextValue...) - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withSharedContextValues(IContextValue...) - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
withSharedContextValues(IContextValue...) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withSharedContextValues(IContextValue...) - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withSharedContextValues(IContextValue...) - Method in interface com.activeviam.desc.build.ICanAddSharedContextValue
Adds a collection of shared context values to the cube description being currently built.
withSharedDrillthroughProperties() - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withSharedDrillthroughProperties() - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withSharedDrillthroughProperties() - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withSharedDrillthroughProperties() - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
withSharedDrillthroughProperties() - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withSharedDrillthroughProperties() - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withSharedDrillthroughProperties() - Method in interface com.activeviam.desc.build.ICanAddSharedContextValue
Begins defining the drillthrough properties.
withSharedMdxContext() - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withSharedMdxContext() - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withSharedMdxContext() - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withSharedMdxContext() - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
withSharedMdxContext() - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withSharedMdxContext() - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withSharedMdxContext() - Method in interface com.activeviam.desc.build.ICanAddSharedContextValue
Begins defining the mdx context.
withSharedSubCubeProperties() - Method in class com.activeviam.builders.dimensions.AnalysisHierarchyFromDescriptionBuilder
 
withSharedSubCubeProperties() - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withSharedSubCubeProperties() - Method in class com.activeviam.builders.dimensions.SimpleEpochDimensionBuilder
 
withSharedSubCubeProperties() - Method in class com.activeviam.builders.distributed.DelegatingQueryCubeDescriptionBuilder
 
withSharedSubCubeProperties() - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withSharedSubCubeProperties() - Method in class com.activeviam.builders.SimpleCubeDescriptionBuilder
 
withSharedSubCubeProperties() - Method in interface com.activeviam.desc.build.ICanAddSharedContextValue
Begins defining sub cube properties.
withSingleLevelDimension(String) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingDimensions
Add a dimension with a single hierarchy with a single level, all with the same name.
withSingleLevelDimensions(String...) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingDimensions
Adds multiple single level dimensions at once.
withSingleLevelDimensions(List<String>) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingDimensions
Adds multiple single level dimensions at once.
withSingleLevelHierarchies(String...) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingHierarchy
Adds multiple single level hierarchies at once.
withSingleLevelHierarchies(List<String>) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingHierarchy
Adds multiple single level hierarchies at once.
withSingleLevelHierarchy(String) - Method in interface com.activeviam.desc.build.dimensions.ICanStartBuildingHierarchy
Add a new hierarchy to the current dimension.
withSinglePartition() - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanHaveField
Indicates the this partitioning node has no partitioning rule and that it produces only one partition.
withSinglePartition() - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
withSinglePartition() - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanHaveField
Indicates that this partitioning node has no partitioning rule and that it produces only one partition.
withSize(int) - Method in class com.activeviam.builders.ParentReferenceAggregatesCacheDefinitionBuilder
 
withSize(int) - Method in interface com.activeviam.desc.build.IAggregatesCacheDescriptionCompleteBuilder.AggregatesCacheDescriptionBuilder
Sets the total the number of (location,measure) pairs of all the aggregates that can be stored.
withSlicing(boolean) - Method in class com.qfs.pivot.builder.discovery.impl.HierarchyDiscoveryBuilder
 
withSolveOrder(int) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedMember.ICanBuild
Set the solve order of the member.
withSolveOrder(int) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedMemberDescriptionBuilder
 
withSpan(Span) - Method in class com.activeviam.tracing.tracer.impl.DelegatingTracer
 
withSpan(Span) - Method in enum com.activeviam.tracing.tracer.impl.NoopTracer
 
withStart(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
Sets the start measure for the KPI.
withStatus(IKpiStatusDescription) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets the status description.
withStatus(IKpiStatusDescription) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
 
withStatus(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
withStatusPresenter(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
withStore(IStoreDescription) - Method in interface com.qfs.desc.IDatastoreSchemaDescriptionBuilder
Add a store to the schema description.
withStore(IStoreDescription) - Method in class com.qfs.desc.impl.DatastoreSchemaDescriptionBuilder
 
withStore(IStoreDescriptionBuilder.ICanBuild) - Method in interface com.qfs.desc.IDatastoreSchemaDescriptionBuilder
Add a store to the schema description.
withStoreName(String) - Method in class com.qfs.desc.impl.StoreDescriptionBuilder
 
withStoreName(String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder
Names the store.
withStoreName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the storeName to the configuration.
withSubCubeProperties() - Method in interface com.quartetfs.biz.pivot.context.subcube.ICanStartBuildingSubCubeProperties
Begins defining sub cube properties.
withSubCubeProperties() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.GlobalEntitlementBuilder
 
withSubCubeProperties() - Method in class com.quartetfs.biz.pivot.security.impl.SimpleEntitlementsProviderBuilder.PivotEntitlementBuilder
 
withSystemTime() - Static method in class com.activeviam.multiversion.impl.EpochCreator
Default constructor using the system time supplier SystemTimeSupplier.
withTableFields(String...) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IBuilderForFields
Selects a defined set of fields from the base table.
withTableFields(String...) - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IBuilderForFields
Selects a defined set of fields from the base table.
withTableFields(List<String>) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IBuilderForFields
Selects a defined set of fields from the base table.
withTableFields(List<String>) - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IBuilderForFields
Selects a defined set of fields from the base table.
withTableReaders(String...) - Method in class com.qfs.desc.impl.TableSecurityBuilder
 
withTableReaders(String...) - Method in interface com.qfs.desc.ITableSecurityBuilder
Set the readers for all the fields in the table.
withTableReaders(List<String>) - Method in class com.qfs.desc.impl.TableSecurityBuilder
 
withTableReaders(List<String>) - Method in interface com.qfs.desc.ITableSecurityBuilder
Set the readers for all the fields in the table.
withTableWriters(String...) - Method in class com.qfs.desc.impl.TableSecurityBuilder
 
withTableWriters(String...) - Method in interface com.qfs.desc.ITableSecurityBuilder
Set the writers for all the fields in the table.
withTableWriters(List<String>) - Method in class com.qfs.desc.impl.TableSecurityBuilder
 
withTableWriters(List<String>) - Method in interface com.qfs.desc.ITableSecurityBuilder
Set the writers for all the fields in the table.
withTimeLimit(int) - Method in interface com.quartetfs.biz.pivot.query.IActivePivotQueryRunner.ICanRun
Sets the query time limit.
withTimeLimit(int) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
 
withTimeout(long, TimeUnit) - Method in class com.qfs.store.query.impl.DatastoreTransactionQueryRunner
 
withTimeout(long, TimeUnit) - Method in class com.qfs.store.query.impl.QueryRunner
 
withTimeout(long, TimeUnit) - Method in interface com.qfs.store.query.IQueryRunner.IHasConverterWithoutTimeout
Defines a timeout for all queries executed using this runner.
withTimeout(long, TimeUnit) - Method in interface com.qfs.store.query.IQueryRunner.IHasRunnableQuery
Define a timeout for the query's execution.
withTimeout(Duration) - Method in interface com.activeviam.database.api.query.IDistinctQueryBuilder.IDistinctQueryRunner
Defines a timeout for the query's execution.
withTimeout(Duration) - Method in interface com.activeviam.database.api.query.IListQueryBuilder.IListQueryRunner
Defines a timeout for the query's execution.
withTitle(String) - Method in interface com.qfs.snl.messages.IMessageBuilder
Sets the title of the message.
withTitle(String) - Method in class com.qfs.snl.messages.impl.BasicMessageBuilder
 
withTrailingSlash() - Method in interface com.qfs.rest.urls.IUrlBuilder.IWithSlashOption
Marks the builder to add a / at the end of the URL.
withTransformation(FieldKey, Supplier<IStoreMetadata>, ICellFunction) - Static method in class com.activeviam.store.structure.impl.FieldTransformer
Creates a FieldTransformer that applies the given transformation to the given field.
withTrend(IKpiTrendDescription) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets the trend description.
withTrend(IKpiTrendDescription) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
 
withTrend(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
withTrendPresenter(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
withType(int) - Method in interface com.activeviam.copper.api.CopperPostProcessor
 
withType(int) - Method in interface com.activeviam.copper.api.CopperTypableMeasure
Sets the type of the measure using the int representation.
withType(int) - Method in class com.activeviam.copper.measure.BaseTypableCopperMeasure
 
withType(int) - Method in class com.activeviam.copper.measure.HierarchyValueMeasure
 
withType(int) - Method in class com.activeviam.copper.measure.PostProcessorCopperMeasure
 
withType(IDimension.DimensionType) - Method in class com.activeviam.builders.dimensions.SimpleAnalysisHierarchyBuilder
 
withType(IDimension.DimensionType) - Method in class com.activeviam.builders.dimensions.SimpleDimensionBuilder
 
withType(IDimension.DimensionType) - Method in interface com.activeviam.desc.build.dimensions.IDimensionBuilder
Changes the type of the dimension.
withType(IDimension.DimensionType) - Method in class com.qfs.pivot.builder.discovery.impl.DimensionDiscoveryBuilder
 
withType(ILevelInfo.LevelType) - Method in class com.activeviam.copper.hierarchy.ACopperLevelBuilder
 
withType(ILevelInfo.LevelType) - Method in interface com.activeviam.desc.build.dimensions.ICanHaveLevelType
Sets the type of the level.
withType(ILevelInfo.LevelType) - Method in class com.qfs.pivot.builder.discovery.impl.LevelDiscoveryBuilder
 
withType(String) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withType(String) - Method in interface com.activeviam.copper.api.CopperPostProcessor
 
withType(String) - Method in interface com.activeviam.copper.api.CopperTypableMeasure
Sets the type of the measure using the int representation.
withType(String) - Method in class com.activeviam.copper.measure.PostProcessorCopperMeasure
 
withType(String) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.AggregateProviderBuilder
Give the IAggregateProvider type / plugin key.
withType(String) - Method in interface com.activeviam.desc.build.IBuildableAggregateProviderDescriptionBuilder.PartialBuilder
Give the IAggregateProvider type / plugin key.
withType(String) - Method in class com.qfs.pivot.builder.discovery.impl.DrillthroughColumnsDiscoveryBuilder
 
withType(String) - Method in class com.qfs.pivot.builder.discovery.impl.MeasureDiscoveryBuilder
Sets the folder of the measure.
withType(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IOwnedMonitor
Sets the type of the monitor.
withType(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
withUnderlyingFields(String...) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingCalculatedDrillthroughColumnDescription.ICanBuild
Sets the underlying fields.
withUnderlyingFields(String...) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerCalculatedDrillthroughColumnDescriptionBuilder
 
withUnderlyingLevels(LevelIdentifier, LevelIdentifier...) - Method in class com.activeviam.builders.dimensions.AnalysisAggregationProcedureBuilder
 
withUnderlyingLevels(LevelIdentifier, LevelIdentifier...) - Method in interface com.activeviam.desc.build.IAggregationProcedureBuilder.ICanHaveUnderlyingLevels
Sets underlying levels considered by the procedure to process aggregated measures.
withUnderlyingLevels(Collection<LevelIdentifier>) - Method in class com.quartetfs.biz.pivot.definitions.impl.AnalysisAggregationProcedureDescription
Sets optional levels used by this described procedure for its internal function.
withUnderlyingMeasures(CopperMeasure...) - Method in interface com.activeviam.copper.api.CopperPostProcessor
Sets the underlying measures for this post-processor.
withUnderlyingMeasures(CopperMeasure...) - Method in interface com.activeviam.copper.api.experimental.database.DatabaseMeasureBuilder.DatabaseMeasureBuilderExpectingMeasures
Sets the underlying measures.
withUnderlyingMeasures(CopperMeasure...) - Method in class com.activeviam.copper.measure.PostProcessorCopperMeasure
 
withUnderlyingMeasures(String...) - Method in interface com.activeviam.copper.api.CopperPostProcessor
Sets the underlying measures for this post-processor.
withUnderlyingMeasures(String...) - Method in class com.activeviam.copper.measure.PostProcessorCopperMeasure
 
withUnderlyingMeasures(String...) - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures.BuildablePostProcessorBuilder
Set the underlying measures of the post-processor.
withUniqueIdentifierInCluster(String) - Method in class com.activeviam.builders.distributed.DelegatingDataClusterDefinitionBuilder
 
withUniqueIdentifierInCluster(String) - Method in interface com.activeviam.desc.build.distributed.IClusterDefinitionBuilder.IDataClusterDescriptionBuilderWithIdAndMessengerDefinition
Chooses the unique identifier for this instance within the cluster.
withUnknownColumnBehavior(IDrillthroughProperties.DrillthroughBehavior) - Method in interface com.quartetfs.biz.pivot.context.drillthrough.ICanStartBuildingDrillthroughProperties.ICanSetUnknownColumnBehavior
Sets the behavior of the drillthrough in case of unknown column.
withUnknownColumnBehavior(IDrillthroughProperties.DrillthroughBehavior) - Method in class com.quartetfs.biz.pivot.context.drillthrough.impl.ResultConsumerDrillthroughPropertiesBuilder
 
withUpdateTimestamp() - Method in class com.activeviam.builders.DelegatingNamedCubeDescriptionBuilder
 
withUpdateTimestamp() - Method in class com.activeviam.builders.SimpleNativeMeasureBuilder
 
withUpdateTimestamp() - Method in class com.activeviam.builders.SimplePreAggregatedMeasureBuilder
 
withUpdateTimestamp() - Method in interface com.activeviam.desc.build.ICanStartBuildingMeasures
Starts customizing the IMeasureHierarchy.TIMESTAMP_ID native measure.
withValue(IKpiValueDescription) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingKpiDescription.IBuilderWithName
Sets the value description.
withValue(IKpiValueDescription) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
 
withValue(Object) - Method in class com.qfs.pivot.builder.cellset.impl.CellDataBuilder
Sets the raw value of the cell.
withValue(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
withValueFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the valueField to the configuration.
withValuePartitioningOn(String) - Method in class com.activeviam.builders.ParentReferenceAggregateProviderDefinitionBuilder
 
withValuePartitioningOn(String) - Method in class com.qfs.desc.impl.PartitioningDescriptionBuilderParentConnection
 
withValuePartitioningOn(String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Defines a new sub partitioning by value on the given onField.
withValuePartitioningOn(String) - Method in interface com.qfs.store.part.ICanPartition
Adds a partitioning by value on the onField.
withValuePartitioningOn(String) - Method in class com.qfs.store.part.impl.PartitioningNodeDescriptionBuilder
 
withValuePartitioningOn(String) - Method in interface com.qfs.store.part.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Defines a new sub partitioning by value on the given field.
withVectorBlockSize(int) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IKeyedVectorField
 
withVectorBlockSize(int) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IUnkeyedVectorField
 
withVectorBlockSize(int) - Method in interface com.qfs.desc.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.qfs.desc.IStoreDescriptionBuilder.ICanAddField
Adds a vector field to the store.
withVectorField(String, String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IKeyed
 
withVectorField(String, String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IKeyedTaggable
 
withVectorField(String, String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.INamed
 
withVectorField(String, String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IUnkeyedTaggable
 
withVectorField(String, String) - Method in interface com.qfs.desc.IStoreDescriptionBuilder.IUnkeyedUntaggable
 
withVersion(String) - Method in class com.qfs.rest.urls.impl.UrlBuilder
 
withVersion(String) - Method in interface com.qfs.rest.urls.IUrlBuilder.IForVersion
Sets the targeted API version.
withVirtual(boolean) - Method in class com.qfs.pivot.builder.discovery.impl.HierarchyDiscoveryBuilder
 
withVisibility(boolean) - Method in class com.activeviam.builders.BaseMeasureBuilder
Changes the visibility of the created measure.
withVisibility(boolean) - Method in class com.qfs.pivot.builder.discovery.impl.DrillthroughColumnsDiscoveryBuilder
 
withVisible(boolean) - Method in class com.qfs.pivot.builder.discovery.impl.DimensionDiscoveryBuilder
 
withVisible(boolean) - Method in class com.qfs.pivot.builder.discovery.impl.HierarchyDiscoveryBuilder
 
withVisible(boolean) - Method in class com.qfs.pivot.builder.discovery.impl.MeasureDiscoveryBuilder
Sets the visibility of the measure.
withWeight(String) - Method in class com.qfs.pivot.builder.discovery.impl.KpiDiscoveryBuilder
 
withWeight(String) - Method in interface com.quartetfs.biz.pivot.definitions.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets the weight.
withWeight(String) - Method in class com.quartetfs.biz.pivot.definitions.builder.impl.ResultConsumerKpiDescriptionBuilder
 
withWildcardCoordinate(String) - Method in interface com.quartetfs.biz.pivot.query.IActivePivotQueryRunner.INeedCoordinates
Sets this runner to query all the existing values of a level.
withWildcardCoordinate(String) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotQueryRunner
 
withWildErasureFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the wildErasureField to the configuration.
withWorkflowScheme(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
Configures a specific workflow scheme.
withWorkflowScheme(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
withXmlaAggregator(int) - Method in interface com.activeviam.copper.api.CopperMeasure
Adds the XMLA property "measure aggregator" to this item.
withXmlaAggregator(int) - Method in class com.activeviam.copper.measure.BaseCopperMeasure
 
WORD_BIT_SIZE - Static variable in class com.qfs.bitmap.impl.Bitmap
Number of bits in a word.
WORD_BIT_SIZE_MASK - Static variable in class com.qfs.bitmap.impl.Bitmap
The mask to apply to a number to apply a modulo operation of Bitmap.WORD_BIT_SIZE to it.
WORD_BIT_SIZE_SHIFT - Static variable in class com.qfs.bitmap.impl.Bitmap
The shift to apply to a number to multiply/divide it by Bitmap.WORD_BIT_SIZE.
WORKER_ALIAS - Static variable in class com.qfs.pool.impl.PoolUtil
Worker alias for named thread factory.
workerGroup(NettyTransporter) - Static method in class com.qfs.messenger.netty.impl.NettyEventLoopGroup
Return a global EventLoopGroup.
WORKFLOW - Static variable in interface com.qfs.snl.workflows.IWorkflowService.WorkflowEntities
Entity type for workflows on the workflow engine itself.
WorkflowConfig - Class in com.qfs.snl.workflows.impl
Class describing a workflow configuration.
WorkflowConfig(String, String, String) - Constructor for class com.qfs.snl.workflows.impl.WorkflowConfig
Full constructor.
workflowConfigChange(IWorkflowPayload, IEntityWorkflowConfiguration, IEntityWorkflowConfiguration) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Creates a payload for actions related to workflow configurations.
WorkflowKey - Class in com.qfs.snl.workflows.impl
Basic POJO to create a compound key to store workflow configs in a map.
WorkflowKey(String, String) - Constructor for class com.qfs.snl.workflows.impl.WorkflowKey
Full constructor.
WorkflowMonitorResolver - Class in com.qfs.snl.workflows.impl
Resolver for workflow configuration for monitors.
WorkflowMonitorResolver(IMonitorService) - Constructor for class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
Constructor.
workflowMonitorService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Monitor service with workflows.
WorkflowMonitorService - Class in com.qfs.snl.monitors.impl
Class implementing an IMonitorService with a layer of workflows for validation and other actions.
WorkflowMonitorService(IMonitorService, IWorkflowService) - Constructor for class com.qfs.snl.monitors.impl.WorkflowMonitorService
Constructor.
WorkflowPayload - Class in com.qfs.snl.workflows.impl
Basic implementation of a workflow payload as a Map.
WorkflowPayload() - Constructor for class com.qfs.snl.workflows.impl.WorkflowPayload
 
WorkflowPayloads - Class in com.qfs.snl.workflows.impl
Class referencing all payloads used by ActiveMonitor components.
WorkflowProcess - Class in com.qfs.snl.workflows.impl
Class implementing a process wrapper.
WorkflowProcess(ProcessInstance, IWorkflowPayload) - Constructor for class com.qfs.snl.workflows.impl.WorkflowProcess
Constructor.
WorkflowProcessExecutorPlugins - Class in com.qfs.snl.workflows.process.impl
Class grouping all definitions of extended plugins for workflow process executions.
WorkflowProcessExecutorPlugins.AlertProcessExecutorExtendedPlugin - Class in com.qfs.snl.workflows.process.impl
Extended plugin registering the core implementation of IAlertProcessExecutor.
WorkflowProcessExecutorPlugins.EntityProcessExecutorExtendedPlugin - Class in com.qfs.snl.workflows.process.impl
Extended plugin registering the core implementation of IEventProcessExecutor.
WorkflowProcessExecutorPlugins.EventProcessExecutorExtendedPlugin - Class in com.qfs.snl.workflows.process.impl
Extended plugin registering the core implementation of IEventProcessExecutor.
WorkflowProcessExecutorPlugins.MonitorProcessExecutorExtendedPlugin - Class in com.qfs.snl.workflows.process.impl
Extended plugin registering the core implementation of IMonitorProcessExecutor.
WorkflowProcessExecutorPlugins.ParameterNameProcessExecutorExtendedPlugin - Class in com.qfs.snl.workflows.process.impl
Extended plugin registering the core implementation of IParameterNameProcessExecutor.
WorkflowProcessExecutorPlugins.ParameterProcessExecutorExtendedPlugin - Class in com.qfs.snl.workflows.process.impl
Extended plugin registering the core implementation of IParameterNameProcessExecutor.
WorkflowProcessExecutorPlugins.TypeProcessExecutorExtendedPlugin - Class in com.qfs.snl.workflows.process.impl
Extended plugin registering the core implementation of ITypeProcessExecutor.
WorkflowRestServiceController - Class in com.qfs.snl.rs.impl
The workflows rest service implementation.
WorkflowRestServiceController(IWorkflowService) - Constructor for class com.qfs.snl.rs.impl.WorkflowRestServiceController
Full constructor.
WorkflowSchema - Class in com.qfs.snl.workflows.impl
Basic implementation of a workflow schema.
WorkflowSchema(IWorkflowSchema) - Constructor for class com.qfs.snl.workflows.impl.WorkflowSchema
Copy constructor.
WorkflowSchema(String, Map<String, String>) - Constructor for class com.qfs.snl.workflows.impl.WorkflowSchema
Full constructor.
workflowSchemaDao() - Method in interface com.qfs.snl.cfg.IActiveMonitorPersistenceConfiguration
[Bean] DAO managing storage of workflow schemas.
workflowSchemaDao() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
WorkflowSchemaDto - Class in com.qfs.snl.dtos
DTO representing a workflow schema.
WorkflowSchemaDto(IWorkflowSchema) - Constructor for class com.qfs.snl.dtos.WorkflowSchemaDto
Copy constructor.
WorkflowSchemaDto(String, Map<String, String>, boolean) - Constructor for class com.qfs.snl.dtos.WorkflowSchemaDto
Full constructor.
workflowService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
 
WorkflowStatistics - Class in com.qfs.snl.monitoring.impl
Provide some statistics about process completion.
WorkflowStatistics(String) - Constructor for class com.qfs.snl.monitoring.impl.WorkflowStatistics
Constructor.
WorkflowValidator - Class in com.qfs.snl.workflows.impl
Heavy class checking that BMPN are correctly defined for being used by ActiveMonitor.
WorkflowValidator() - Constructor for class com.qfs.snl.workflows.impl.WorkflowValidator
 
wrap(IColumn<?>, int) - Static method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
Wraps the given column around a ReplicatedColumnDecorateArray or a ReplicatedColumn to replicate its content if factor is higher than 1.
wrap(IContentTree<?>) - Static method in class com.qfs.content.snapshot.impl.SnapshotContentTree
Wraps the input IContentTree as a SnapshotContentTree.
wrap(IWritableDictionary<T>) - Static method in class com.qfs.dic.impl.NullableDictionary
Named constructor for the nullable dictionary.
wrap(IActivePivotManager) - Static method in class com.quartetfs.biz.pivot.impl.DelegateActivePivotManager
Deprecated.
Creates a delegate around an existing manager.
wrap(Exception, String) - Static method in exception com.qfs.fwk.services.ServiceException
Wraps the specified exception with a ServiceException which will have the same status code.
wrap(Runnable) - Static method in class com.activeviam.tracing.impl.Tracing
Wraps the input so that it executes with the same context as now.
wrap(Callable<V>) - Static method in class com.activeviam.tracing.impl.Tracing
Wraps the input so that it executes with the same context as now.
wrapColumn(int, IAllocationSettings) - Method in class com.qfs.store.impl.AColumnStore
Wraps the column stored at the given index into a AColumnStore.ColumnView object.
wrapCsvEntry(String, String) - Static method in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Checks the entry to verify any inconsistency with the CSV format and wraps the entry if needed.
wrapDicRecursively(IWritableDictionary<? extends T>, int[]) - Static method in class com.qfs.dic.impl.DictionaryFactory
Wraps a dictionary recursively, so that it is properly shared and permuted.
WrapperChunkInteger - Class in com.qfs.chunk.impl
A chunk that wraps an internal chunk.
WrapperChunkInteger(IChunkInteger) - Constructor for class com.qfs.chunk.impl.WrapperChunkInteger
Constructor.
wrapRole(String) - Static method in class com.qfs.content.service.impl.CSUtil
Wraps the given role in a List.
wrapRoleForLike(String) - Static method in class com.qfs.content.service.impl.AHibernateContentService
Wraps a user role so that it can be used as a LIKE parameter against a String created by AHibernateContentService.permissionsToString(List).
WritableFieldPermission - Class in com.qfs.desc.impl
Basic implementation for field permission.
WritableFieldPermission() - Constructor for class com.qfs.desc.impl.WritableFieldPermission
Constructor of WritableFieldPermission.
WritableFieldPermission(Set<String>, Set<String>) - Constructor for class com.qfs.desc.impl.WritableFieldPermission
Constructor of WritableFieldPermission.
WritableRecordBlockAcceptor - Class in com.qfs.store.record.impl
A IRecordAcceptor that write a record into a IWritableRecordBlock.
WritableRecordBlockAcceptor(IWritableRecordBlock<? extends IRecordReader>, int) - Constructor for class com.qfs.store.record.impl.WritableRecordBlockAcceptor
 
writableStores - Variable in class com.qfs.store.query.impl.DatastoreTransactionQueryRunner
Whether for each store if it is writable or not.
write(byte[]) - Method in class com.activeviam.io.LimitedByteArrayOutputStream
 
write(byte[]) - Method in class com.activeviam.io.MultipleOutputStream
 
write(byte[]) - Method in interface com.activeviam.pivot.rest.dataexport.outputmanagers.IOutputManager.ITextOutputManager
Writes some content.
write(byte[]) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextCloudOutputManager
 
write(byte[]) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextFileOutputManager
 
write(byte[]) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextStreamOutputManager
 
write(byte[]) - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextZipFileOutputManager
 
write(byte[], int, int) - Method in class com.activeviam.io.ByteBufferOutputStream
 
write(byte[], int, int) - Method in class com.activeviam.io.ExposedByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(byte[], int, int) - Method in class com.activeviam.io.LimitedByteArrayOutputStream
 
write(byte[], int, int) - Method in class com.activeviam.io.MultipleOutputStream
 
write(byte[], int, int) - Method in class com.qfs.jackson.impl.ChunkedOutputStream
 
write(byte[], int, int) - Method in class com.qfs.messenger.netty.streaming.impl.NettyOutputStream
 
write(int) - Method in class com.activeviam.io.ByteBufferOutputStream
 
write(int) - Method in class com.activeviam.io.ExposedByteArrayOutputStream
 
write(int) - Method in class com.activeviam.io.LimitedByteArrayOutputStream
 
write(int) - Method in class com.activeviam.io.MultipleOutputStream
 
write(int) - Method in class com.qfs.jackson.impl.ChunkedOutputStream
 
write(int) - Method in class com.qfs.messenger.impl.CancellableDataOutput
The write operation that checks for interruptions before writing if needed.
write(int) - Method in class com.qfs.messenger.netty.streaming.impl.NettyOutputStream
 
write(int, double[]) - Method in class com.qfs.vector.array.impl.AArrayVector
 
write(int, double[]) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
write(int, double[]) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
write(int, double[]) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
write(int, double[]) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
write(int, double[]) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
write(int, double[]) - Method in interface com.qfs.vector.IBlock
Writes the content of the array into the block.
write(int, double[]) - Method in class com.qfs.vector.impl.TombStoneBlock
 
write(int, float[]) - Method in class com.qfs.vector.array.impl.AArrayVector
 
write(int, float[]) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
write(int, float[]) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
write(int, float[]) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
write(int, float[]) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
write(int, float[]) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
write(int, float[]) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
write(int, float[]) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
write(int, float[]) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
write(int, float[]) - Method in interface com.qfs.vector.IBlock
Writes the content of the array into the block.
write(int, float[]) - Method in class com.qfs.vector.impl.TombStoneBlock
 
write(int, int) - Method in class com.qfs.dic.impl.AbstractHash.BufferHashTable
 
write(int, int) - Method in interface com.qfs.dic.impl.AbstractHash.HashTable
Writes in slot.
write(int, int) - Method in class com.qfs.dic.impl.AbstractHash.LargeBufferHashTable
 
write(int, int) - Method in class com.qfs.dic.impl.AbstractHash.LargeHashTable
 
write(int, int) - Method in class com.qfs.dic.impl.AbstractHash.StandardHashTable
 
write(int, int) - Method in class com.qfs.dic.impl.AbstractHash.VeryLargeHashTable
 
write(int, int[]) - Method in class com.qfs.vector.array.impl.AArrayVector
 
write(int, int[]) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
write(int, int[]) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
write(int, int[]) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
write(int, int[]) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
write(int, int[]) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
write(int, int[]) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
write(int, int[]) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
write(int, int[]) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
write(int, int[]) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
write(int, int[]) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
write(int, int[]) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
write(int, int[]) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
write(int, int[]) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
write(int, int[]) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
write(int, int[]) - Method in interface com.qfs.vector.IBlock
Writes the content of the array into the block.
write(int, int[]) - Method in class com.qfs.vector.impl.TombStoneBlock
 
write(int, int, Object) - Method in interface com.qfs.chunk.IWritableTable
Writes an Object into the specified cell.
write(int, int, Object) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
write(int, int, Object) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
write(int, int, Object) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
write(int, int, Object) - Method in class com.qfs.store.impl.AColumnStore
 
write(int, int, Object) - Method in class com.qfs.store.impl.ChunkSet
 
write(int, int, Object) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
write(int, int, Object) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
write(int, int, Object) - Method in class com.qfs.store.record.impl.RecordBlock
 
write(int, int, Object) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
write(int, int, Object) - Method in interface com.qfs.store.record.IWritableRecordBlock
Writes a value in the specified field.
write(int, int, Object) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
write(int, int, Object) - Method in class com.quartetfs.biz.xmla.rowset.impl.RowSet
Write a value for a given column of a given row.
write(int, long[]) - Method in class com.qfs.vector.array.impl.AArrayVector
 
write(int, long[]) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
write(int, long[]) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
write(int, long[]) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
write(int, long[]) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
write(int, long[]) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
write(int, long[]) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
write(int, long[]) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
write(int, long[]) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
write(int, long[]) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
write(int, long[]) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
write(int, long[]) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
write(int, long[]) - Method in interface com.qfs.vector.IBlock
Writes the content of the array into the block.
write(int, long[]) - Method in class com.qfs.vector.impl.TombStoneBlock
 
write(int, IVector) - Method in interface com.qfs.chunk.IWritableBuffer
Writes a vector at the given position.
write(int, IVector) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
write(int, IRowsetColumn, Object) - Method in class com.quartetfs.biz.xmla.rowset.impl.RowSet
Write a value for a given column of a given row.
write(int, Object) - Method in class com.activeviam.arrow.write.AArrayArrowVectorFeeder
 
write(int, Object) - Method in class com.activeviam.arrow.write.BooleanArrowVectorFeeder
 
write(int, Object) - Method in class com.activeviam.arrow.write.DoubleArrowVectorFeeder
 
write(int, Object) - Method in class com.activeviam.arrow.write.FloatArrowVectorFeeder
 
write(int, Object) - Method in interface com.activeviam.arrow.write.IArrowVectorFeeder
Write something into the Arrow Vector.
write(int, Object) - Method in class com.activeviam.arrow.write.IntegerArrowVectorFeeder
 
write(int, Object) - Method in class com.activeviam.arrow.write.LocalDateArrowVectorFeeder
 
write(int, Object) - Method in class com.activeviam.arrow.write.LocalDateTimeArrowVectorFeeder
 
write(int, Object) - Method in class com.activeviam.arrow.write.LongArrowVectorFeeder
 
write(int, Object) - Method in class com.activeviam.arrow.write.StringArrowVectorFeeder
 
write(int, Object) - Method in class com.activeviam.arrow.write.ZonedDateTimeArrowVectorFeeder
 
write(int, Object) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
write(int, Object) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
write(int, Object) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
write(int, Object) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
write(int, Object) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
write(int, Object) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
write(int, Object) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
write(int, Object) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
write(int, Object) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
write(int, Object) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
write(int, Object) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
write(int, Object) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
write(int, Object) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
write(int, Object) - Method in class com.activeviam.column.impl.EmptyChunk
 
write(int, Object) - Method in class com.qfs.agg.impl.ChunkHistory
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
write(int, Object) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
write(int, Object) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
write(int, Object) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
write(int, Object) - Method in interface com.qfs.chunk.IArrayWriter
Writes a piece of data at a position in the array.
write(int, Object) - Method in interface com.qfs.chunk.IChunkComposite
 
write(int, Object) - Method in interface com.qfs.chunk.IChunkDouble
 
write(int, Object) - Method in interface com.qfs.chunk.IChunkFloat
 
write(int, Object) - Method in interface com.qfs.chunk.IChunkInteger
 
write(int, Object) - Method in interface com.qfs.chunk.IChunkLong
 
write(int, Object) - Method in class com.qfs.chunk.impl.AChunkOffset
 
write(int, Object) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
write(int, Object) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
write(int, Object) - Method in class com.qfs.chunk.impl.ChunkMarked
 
write(int, Object) - Method in class com.qfs.chunk.impl.ChunkObject
 
write(int, Object) - Method in class com.qfs.chunk.impl.ChunkOffsetInteger
 
write(int, Object) - Method in class com.qfs.chunk.impl.ChunkOffsetLong
 
write(int, Object) - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
write(int, Object) - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
write(int, Object) - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
write(int, Object) - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
write(int, Object) - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
write(int, Object) - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
write(int, Object) - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
write(int, Object) - Method in class com.qfs.chunk.impl.ChunkVector
 
write(int, Object) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
write(int, Object) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
write(int, Object) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
write(int, Object) - Method in interface com.qfs.chunk.IWritableBuffer
Writes a piece of data at a position in the array.
write(int, Object) - Method in class com.qfs.column.impl.AChunkedColumn
 
write(int, Object) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
write(int, Object) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableArray
 
write(int, Object) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
write(int, Object) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
write(int, Object) - Method in class com.qfs.store.impl.ChunkRecordWriter
 
write(int, Object) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
write(int, Object) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriterWithSingleValueField
 
write(int, Object) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
write(int, Object) - Method in class com.qfs.store.impl.TombstoneColumn
 
write(int, Object) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
write(int, Object) - Method in class com.qfs.store.record.impl.KeyRecord
 
write(int, Object) - Method in class com.qfs.store.record.impl.Record
 
write(int, Object) - Method in class com.qfs.store.record.impl.WritableRecordBlockAcceptor
 
write(int, Object) - Method in class com.qfs.vector.array.impl.AArrayVector
 
write(int, Object) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
write(int, Object) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
write(int, Object) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
write(int, Object) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
write(int, Object) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
write(int, Object) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
write(int, Object) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
write(int, Object) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
write(int, Object) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
write(int, Object) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
write(int, Object) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
write(int, Object) - Method in class com.qfs.vector.impl.ABlockVector
 
write(int, Object) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
write(int, Object) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
write(int, Object) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
write(int, Object) - Method in class com.qfs.vector.impl.DoubleFixedBlockVector
 
write(int, Object) - Method in class com.qfs.vector.impl.EmptyVector
 
write(int, Object) - Method in class com.qfs.vector.impl.FloatBlockVector
 
write(int, Object) - Method in class com.qfs.vector.impl.FloatFixedBlockVector
 
write(int, Object) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
write(int, Object) - Method in class com.qfs.vector.impl.IntegerFixedBlockVector
 
write(int, Object) - Method in class com.qfs.vector.impl.LongBlockVector
 
write(int, Object) - Method in class com.qfs.vector.impl.LongFixedBlockVector
 
write(int, Object) - Method in class com.qfs.vector.impl.TombStoneBlock
 
write(int, Object) - Method in class com.quartetfs.biz.pivot.cellset.impl.AReplicatedColumn
 
write(int, Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
write(int, Object) - Method in interface com.quartetfs.biz.xmla.rowset.IRowWriter
 
write(int, String, Object) - Method in class com.quartetfs.biz.xmla.rowset.impl.RowSet
Write a value for a given column name of a given row.
write(IByteRecordBlock, int, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
write(IByteRecordBlock, int, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
write(IByteRecordBlock, int, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
write(IByteRecordBlock, int, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
write(IByteRecordBlock, int, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
write(IByteRecordBlock, int, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
write(IByteRecordBlock, int, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
 
write(IByteRecordBlock, int, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
write(IByteRecordBlock, int, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
write(IByteRecordBlock, int, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
write(IByteRecordBlock, int, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
write(IByteRecordBlock, int, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.StringFieldHandler
 
write(IByteRecordBlock, int, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Writes the given value in the given record block, at the given row, in the field that this FieldHandler represents, on the basis that this field contains non primitive values.
write(IByteRecord, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
write(IByteRecord, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
write(IByteRecord, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
write(IByteRecord, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
write(IByteRecord, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
write(IByteRecord, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
write(IByteRecord, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
 
write(IByteRecord, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
write(IByteRecord, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
write(IByteRecord, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
write(IByteRecord, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
write(IByteRecord, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.StringFieldHandler
 
write(IByteRecord, Object) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Writes the given value in the given record, in the field that this FieldHandler represents, on the basis that this field contains non primitive values.
write(IContext, IMdxPivotMemberDecoder, ICellSet, IMdxMember[], String, boolean) - Method in class com.quartetfs.pivot.mdx.plan.impl.ACellPlanExecutor
Copies a cell set to the result.
write(ILocation, int) - Method in interface com.quartetfs.biz.pivot.cellset.IDirectCellSetWriter
Write the value at aggregateIndex in the bound to store for the given location.
write(ILocation, Object) - Method in interface com.quartetfs.biz.pivot.cellset.ICellSetWriter
Write an aggregate for a given location.
write(ILocation, Object) - Method in interface com.quartetfs.biz.pivot.cellset.IPostProcessedRetrievalResultWriter
Utility method that allows writing a result at a given location.
write(ILocation, Object) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
write(IRowsetColumn, Object) - Method in interface com.quartetfs.biz.xmla.rowset.IRowWriter
 
write(ITuple, Object) - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.IResultWriter
Write a full tuple value.
write(MdxResultToTableConverter.ITableOutput) - Method in interface com.quartetfs.pivot.mdx.result.impl.ITableConverter
Write the result in the given table.
write(MdxResultToTableConverter.ITableOutput) - Method in class com.quartetfs.pivot.mdx.result.impl.MdxDrillthroughResultToTableConverter
 
write(MdxResultToTableConverter.ITableOutput) - Method in class com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter
Write the result in the given table.
write(MDDataSetToTableConverter.ITableOutput) - Method in class com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class com.qfs.messenger.netty.streaming.impl.StreamingObjectEncoder
 
write(OutputStream) - Method in interface com.quartetfs.pivot.mdx.result.impl.ITableConverter
Write the mdx result in the specified stream.
write(OutputStream) - Method in class com.quartetfs.pivot.mdx.result.impl.MdxDrillthroughResultToTableConverter
 
write(OutputStream) - Method in class com.quartetfs.pivot.mdx.result.impl.MdxResultToTableConverter
Write the mdx result in the specified stream.
write(OutputStream) - Method in class com.quartetfs.pivot.mdx.utils.impl.MDDataSetToTableConverter
 
write(Object) - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
write(Object) - Method in class com.activeviam.chunks.cells.impl.ReadableFixedArrayCursor
 
write(Object) - Method in interface com.activeviam.util.cells.ICellWriter
Writes a value.
write(Object) - Method in class com.activeviam.util.cells.impl.BooleanCell
 
write(Object) - Method in class com.activeviam.util.cells.impl.DoubleCell
 
write(Object) - Method in class com.activeviam.util.cells.impl.FloatCell
 
write(Object) - Method in class com.activeviam.util.cells.impl.IntegerCell
 
write(Object) - Method in class com.activeviam.util.cells.impl.LongCell
 
write(Object) - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
write(Object) - Method in class com.activeviam.util.cells.impl.ObjectCell
 
write(Object) - Method in class com.activeviam.util.cells.impl.StringCell
 
write(Object) - Method in class com.qfs.store.impl.arrays.ArrayCursorWithDefaultValue
 
write(Object) - Method in class com.qfs.store.impl.arrays.DictionaryProxyArrayCursorWithDefaultValue
 
write(Object, Object) - Method in class com.activeviam.copper.PropertiesCodec
Deprecated.
Maps the specified key to the specified value in the underlying Properties.
write(String, Object) - Method in interface com.quartetfs.biz.xmla.rowset.IRowWriter
 
write(String, Object[], Object) - Method in class com.qfs.source.impl.AStoreMessage
 
write(String, Object[], Object) - Method in class com.qfs.source.impl.StoreMessage
 
write(String, Object[], Object) - Method in interface com.qfs.source.IStoreMessage
Helper method to write a field into a tuple given the name of the field (name of the tuple column).
write(String, String) - Method in class com.activeviam.copper.PropertiesCodec
Deprecated.
Maps the specified key to the specified value in the underlying Properties.
write(ByteBuffer) - Method in class com.activeviam.cloud.fetch.impl.AConcurrentlyFetchingChannel
 
Write - com.quartetfs.biz.xmla.IXmlaProperty.AccessType
Write only access type.
WRITE_BATCH_SIZE - Static variable in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
 
WRITE_RECORD - Static variable in class com.qfs.logging.MessagesCSV
WriteRecord: recIdx and blkIdx.
writeAggregationFunction(String) - Method in class com.activeviam.copper.PropertiesCodec
Deprecated.
Writes the aggregation function to use when executing a dynamic aggregation.
writeArrow(Object, List<IArrowVectorFeeder>, int) - Method in interface com.activeviam.pivot.rest.dataexport.measureformatter.IMeasureFormatter
Writes a measure value in Arrow vectors.
writeArrow(Object, List<IArrowVectorFeeder>, int) - Method in class com.activeviam.pivot.rest.dataexport.measureformatter.impl.SimpleMeasureFormatter
 
writeArrowBatch(int, VectorSchemaRoot, IOutputManager.IArrowOutputManager) - Static method in class com.activeviam.pivot.rest.dataexport.converters.ConverterUtils
Writes the current Arrow batch.
writeArrowHeaders(String, String) - Method in interface com.activeviam.pivot.rest.dataexport.measureformatter.IMeasureFormatter
Writes the headers of a measure as Arrow Vectors.
writeArrowHeaders(String, String) - Method in class com.activeviam.pivot.rest.dataexport.measureformatter.impl.SimpleMeasureFormatter
 
writeBatch() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowFileOutputManager
 
writeBatch() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowStreamOutputManager
 
writeBatch() - Method in interface com.activeviam.pivot.rest.dataexport.outputmanagers.IOutputManager.IArrowOutputManager
Write one batch.
writeBit(LongBuffer, int, int) - Static method in class com.qfs.buf.impl.Buffers
Writes a bit (0 or 1 integer) into a bitmap.
writeBoolean(boolean) - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
writeBoolean(boolean) - Method in class com.activeviam.chunks.cells.impl.ReadableFixedArrayCursor
 
writeBoolean(boolean) - Method in interface com.activeviam.util.cells.ICellWriter
Writes a boolean primitive value.
writeBoolean(boolean) - Method in class com.activeviam.util.cells.impl.AWritableCell
 
writeBoolean(boolean) - Method in class com.activeviam.util.cells.impl.BooleanCell
 
writeBoolean(boolean) - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
writeBoolean(boolean) - Method in class com.activeviam.util.cells.impl.ObjectCell
 
writeBoolean(boolean) - Method in class com.activeviam.util.cells.impl.StringCell
 
writeBoolean(boolean) - Method in class com.qfs.store.impl.arrays.ArrayCursorWithDefaultValue
 
writeBoolean(boolean) - Method in class com.qfs.store.impl.arrays.DictionaryProxyArrayCursorWithDefaultValue
 
writeBoolean(boolean) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
writeBoolean(boolean) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
writeBoolean(boolean) - Method in class com.quartetfs.biz.xmla.binxml.impl.DecodeSaxWriter
 
writeBoolean(boolean) - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
writeBoolean(boolean) - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
Write a boolean.
writeBoolean(int, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
writeBoolean(int, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
writeBoolean(int, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
writeBoolean(int, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
writeBoolean(int, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
writeBoolean(int, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
writeBoolean(int, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
writeBoolean(int, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
writeBoolean(int, boolean) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
writeBoolean(int, boolean) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
writeBoolean(int, boolean) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
writeBoolean(int, boolean) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
writeBoolean(int, boolean) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
writeBoolean(int, boolean) - Method in class com.qfs.agg.impl.ChunkHistory
 
writeBoolean(int, boolean) - Method in class com.qfs.chunk.array.impl.ArrayChunkBoolean
 
writeBoolean(int, boolean) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
writeBoolean(int, boolean) - Method in class com.qfs.chunk.direct.impl.DirectChunkBoolean
 
writeBoolean(int, boolean) - Method in interface com.qfs.chunk.IArrayWriter
Writes a boolean primitive value in the array.
writeBoolean(int, boolean) - Method in class com.qfs.chunk.impl.AWritableArray
 
writeBoolean(int, boolean) - Method in class com.qfs.chunk.impl.ChunkMarked
Caution this writes the marked flag, not the object.
writeBoolean(int, boolean) - Method in class com.qfs.chunk.impl.ChunkObject
 
writeBoolean(int, boolean) - Method in class com.qfs.chunk.impl.ChunkSingleBoolean
 
writeBoolean(int, boolean) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
writeBoolean(int, boolean) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
writeBoolean(int, boolean) - Method in class com.qfs.column.impl.AChunkedColumn
 
writeBoolean(int, boolean) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
writeBoolean(int, boolean) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableArray
 
writeBoolean(int, boolean) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
writeBoolean(int, boolean) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
writeBoolean(int, boolean) - Method in class com.qfs.store.impl.ChunkRecordWriter
 
writeBoolean(int, boolean) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
writeBoolean(int, boolean) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
writeBoolean(int, boolean) - Method in class com.qfs.store.impl.TombstoneColumn
 
writeBoolean(int, boolean) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
writeBoolean(int, boolean) - Method in class com.qfs.store.record.impl.KeyRecord
 
writeBoolean(int, boolean) - Method in class com.qfs.store.record.impl.Record
 
writeBoolean(int, boolean) - Method in class com.qfs.store.record.impl.WritableRecordBlockAcceptor
 
writeBoolean(int, boolean) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
writeBoolean(int, boolean) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
writeBoolean(int, boolean) - Method in class com.qfs.vector.impl.AVector
 
writeBoolean(int, boolean) - Method in class com.qfs.vector.impl.EmptyVector
 
writeBoolean(int, boolean) - Method in class com.qfs.vector.impl.TombStoneBlock
 
writeBoolean(int, boolean) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
writeBoolean(int, int, boolean) - Method in interface com.qfs.chunk.IWritableTable
Writes a primitive boolean into the specified cell.
writeBoolean(int, int, boolean) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
writeBoolean(int, int, boolean) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
writeBoolean(int, int, boolean) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
writeBoolean(int, int, boolean) - Method in class com.qfs.store.impl.AColumnStore
 
writeBoolean(int, int, boolean) - Method in class com.qfs.store.impl.ChunkSet
 
writeBoolean(int, int, boolean) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
writeBoolean(int, int, boolean) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
writeBoolean(int, int, boolean) - Method in class com.qfs.store.record.impl.RecordBlock
 
writeBoolean(int, int, boolean) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
writeBoolean(int, int, boolean) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
writeBoolean(IByteRecordBlock, int, boolean) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
writeBoolean(IByteRecordBlock, int, boolean) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
writeBoolean(IByteRecordBlock, int, boolean) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
 
writeBoolean(IByteRecordBlock, int, boolean) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Writes the given value in the given record block, at the given row, in the field that this FieldHandler represents, on the basis that this field contains boolean values.
writeBoolean(IByteRecord, boolean) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
writeBoolean(IByteRecord, boolean) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
writeBoolean(IByteRecord, boolean) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
 
writeBoolean(IByteRecord, boolean) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Writes the given value in the given record, in the field that this FieldHandler represents, on the basis that this field contains boolean values.
writeComplete(int) - Method in class com.qfs.store.impl.ChunkSetRecordBlock
 
writeComplete(int) - Method in class com.qfs.store.record.impl.AppendOnlyByteRecordBlock
 
writeComplete(int) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
writeComplete(int) - Method in class com.qfs.store.record.impl.RecordBlock
 
writeComplete(int) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
writeComplete(int) - Method in interface com.qfs.store.record.IWritableRecordBlock
Notifies this structure that we are done writing to the record stored at the given index.
writeDate(long) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
writeDate(long) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
writeDate(long) - Method in class com.quartetfs.biz.xmla.binxml.impl.DecodeSaxWriter
 
writeDate(long) - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
writeDate(long) - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
Write a date.
writeDefault(int, int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
writeDefault(int, int) - Method in interface com.qfs.store.record.IWritableByteRecordBlock
Writes the default value of the target field in the given record.
writeDefault(IWritableCell) - Method in class com.activeviam.type.FieldType
 
writeDefault(IWritableCell) - Method in interface com.activeviam.type.IFieldType
Writes the default value for the field into the cell.
writeDefault(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
writeDefault(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
writeDefault(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
writeDefault(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
writeDefault(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
writeDefault(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
writeDefault(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
 
writeDefault(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
writeDefault(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
writeDefault(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
writeDefault(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
writeDefault(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.StringFieldHandler
 
writeDefault(IByteRecord) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Writes the default value for the field represented by this FieldHandler, in the given record, in the field that this FieldHandler represents.
writeDefault(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
writeDefault(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveBooleanHandler
 
writeDefault(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
writeDefault(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
writeDefault(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
writeDefault(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
writeDefault(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableBooleanHandler
 
writeDefault(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
writeDefault(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
writeDefault(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
writeDefault(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
writeDefault(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.StringFieldHandler
 
writeDefault(IByteRecordBlock, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Writes the default value for the field represented by this FieldHandler, in the given record block, at the given row, in the field that this FieldHandler represents.
writeDefault(IWritableRecordBlock<?>, int, int[], int) - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
writeDefault(IWritableRecordBlock<?>, int, int[], int) - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
writeDefault(IWritableRecordBlock<?>, int, int[], int) - Method in class com.qfs.store.record.impl.RecordFormat
 
writeDefault(IWritableRecordBlock<?>, int, int[], int) - Method in interface com.qfs.store.record.IRecordFormat
Writes the default value of a specific field into the records of a record block.
writeDefault(IWritableRecord, int) - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
writeDefault(IWritableRecord, int) - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
writeDefault(IWritableRecord, int) - Method in class com.qfs.store.record.impl.RecordFormat
 
writeDefault(IWritableRecord, int) - Method in interface com.qfs.store.record.IRecordFormat
Writes the default value of a specific field into the given record that follows this RecordFormat.
writeDirect(int, IAggregateStore) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
Write one single row of aggregates, for one single (non-range) location that is also the scope of that contribution.
writeDirect(ILocation, IAggregateStore) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
Write one single row of aggregates, for one single (non-range) location that is also the scope of that contribution.
writeDiscriminator(ObjectOutput, Object) - Static method in class com.quartetfs.biz.pivot.cube.hierarchy.axis.impl.SerializationUtil
Write the given discriminator to the output stream.
writeDouble(double) - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
writeDouble(double) - Method in class com.activeviam.chunks.cells.impl.ReadableFixedArrayCursor
 
writeDouble(double) - Method in interface com.activeviam.util.cells.ICellWriter
Writes a double primitive value.
writeDouble(double) - Method in class com.activeviam.util.cells.impl.AWritableCell
 
writeDouble(double) - Method in class com.activeviam.util.cells.impl.DoubleCell
 
writeDouble(double) - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
writeDouble(double) - Method in class com.activeviam.util.cells.impl.ObjectCell
 
writeDouble(double) - Method in class com.activeviam.util.cells.impl.StringCell
 
writeDouble(double) - Method in class com.qfs.store.impl.arrays.ArrayCursorWithDefaultValue
 
writeDouble(double) - Method in class com.qfs.store.impl.arrays.DictionaryProxyArrayCursorWithDefaultValue
 
writeDouble(double) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
writeDouble(double) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
writeDouble(double) - Method in class com.quartetfs.biz.xmla.binxml.impl.DecodeSaxWriter
 
writeDouble(double) - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
writeDouble(double) - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
Write a double.
writeDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
writeDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
writeDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
writeDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
writeDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
writeDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
writeDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
writeDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
writeDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
writeDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
writeDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
writeDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
writeDouble(int, double) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
writeDouble(int, double) - Method in class com.qfs.agg.impl.ChunkHistory
 
writeDouble(int, double) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
writeDouble(int, double) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
writeDouble(int, double) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
writeDouble(int, double) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
writeDouble(int, double) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
writeDouble(int, double) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
writeDouble(int, double) - Method in interface com.qfs.chunk.IArrayWriter
Writes a double primitive value in the array.
writeDouble(int, double) - Method in interface com.qfs.chunk.IChunkDouble
 
writeDouble(int, double) - Method in class com.qfs.chunk.impl.AWritableArray
 
writeDouble(int, double) - Method in class com.qfs.chunk.impl.ChunkMarked
 
writeDouble(int, double) - Method in class com.qfs.chunk.impl.ChunkObject
 
writeDouble(int, double) - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
writeDouble(int, double) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
writeDouble(int, double) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
writeDouble(int, double) - Method in class com.qfs.column.impl.AChunkedColumn
 
writeDouble(int, double) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
writeDouble(int, double) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableArray
 
writeDouble(int, double) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
writeDouble(int, double) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
writeDouble(int, double) - Method in class com.qfs.store.impl.ChunkRecordWriter
 
writeDouble(int, double) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
writeDouble(int, double) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
writeDouble(int, double) - Method in class com.qfs.store.impl.TombstoneColumn
 
writeDouble(int, double) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
writeDouble(int, double) - Method in class com.qfs.store.record.impl.KeyRecord
 
writeDouble(int, double) - Method in class com.qfs.store.record.impl.Record
 
writeDouble(int, double) - Method in class com.qfs.store.record.impl.WritableRecordBlockAcceptor
 
writeDouble(int, double) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
writeDouble(int, double) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
writeDouble(int, double) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
writeDouble(int, double) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
writeDouble(int, double) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
writeDouble(int, double) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
writeDouble(int, double) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
writeDouble(int, double) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
writeDouble(int, double) - Method in class com.qfs.vector.impl.AVector
 
writeDouble(int, double) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
writeDouble(int, double) - Method in class com.qfs.vector.impl.EmptyVector
 
writeDouble(int, double) - Method in class com.qfs.vector.impl.TombStoneBlock
 
writeDouble(int, double) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
writeDouble(int, int, double) - Method in interface com.qfs.chunk.IWritableTable
Writes a primitive double into the specified cell.
writeDouble(int, int, double) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
writeDouble(int, int, double) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
writeDouble(int, int, double) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
writeDouble(int, int, double) - Method in class com.qfs.store.impl.AColumnStore
 
writeDouble(int, int, double) - Method in class com.qfs.store.impl.ChunkSet
 
writeDouble(int, int, double) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
writeDouble(int, int, double) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
writeDouble(int, int, double) - Method in class com.qfs.store.record.impl.RecordBlock
 
writeDouble(int, int, double) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
writeDouble(int, int, double) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
writeDouble(IByteRecordBlock, int, double) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
writeDouble(IByteRecordBlock, int, double) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
writeDouble(IByteRecordBlock, int, double) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
writeDouble(IByteRecordBlock, int, double) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Writes the given value in the given record block, at the given row, in the field that this FieldHandler represents, on the basis that this field contains double values.
writeDouble(IByteRecord, double) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
writeDouble(IByteRecord, double) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
writeDouble(IByteRecord, double) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
writeDouble(IByteRecord, double) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Writes the given value in the given record, in the field that this FieldHandler represents, on the basis that this field contains double values.
writeEmptyOutput() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowCloudOutputManager
 
writeEmptyOutput() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowCloudZipFileOutputManager
 
writeEmptyOutput() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowFileOutputManager
 
writeEmptyOutput() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowStreamOutputManager
 
writeEmptyOutput() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.ArrowZipFileOutputManager
 
writeEmptyOutput() - Method in interface com.activeviam.pivot.rest.dataexport.outputmanagers.IOutputManager
Writes an empty output.
writeEmptyOutput() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextCloudOutputManager
 
writeEmptyOutput() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextCloudZipFileOutputManager
 
writeEmptyOutput() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextFileOutputManager
 
writeEmptyOutput() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextStreamOutputManager
 
writeEmptyOutput() - Method in class com.activeviam.pivot.rest.dataexport.outputmanagers.TextZipFileOutputManager
 
writeEntireCache(IAggregatesCache<? extends ICachedAggregates>, IBufferedCellSetWriterFactory) - Static method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
Writes the entire ActivePivot cache to a cell set using the provided writer factory.
writeEntireCache(IBufferedCellSetWriterFactory) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IAggregatesCache
Deprecated, for removal: This API element is subject to removal in a future version.
Since 6.0.25, as this method is only relevant for a particular instance of the cache
writeEntireCache(IBufferedCellSetWriterFactory) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesCache
Deprecated.
 
writeEntryHeader(byte[]) - Method in class com.qfs.util.tar.impl.TarEntry
Write an entry's header information to a header buffer.
writeExternal(ILocation, ObjectOutput) - Static method in class com.quartetfs.biz.pivot.impl.LocationUtil
Serializes a location in the given output stream.
writeExternal(ObjectOutput) - Method in class com.activeviam.column.impl.ChunkedColumn
 
writeExternal(ObjectOutput) - Method in class com.activeviam.column.LazyChunkedColumnWithAggregation
 
writeExternal(ObjectOutput) - Method in class com.activeviam.column.LazyChunkedCompositeColumn
 
writeExternal(ObjectOutput) - Method in class com.qfs.agg.impl.GenericAggregationSerializer
 
writeExternal(ObjectOutput) - Method in class com.qfs.agg.impl.UdafAggregationSerializer
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkBoolean
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPositiveInteger
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
writeExternal(ObjectOutput) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
writeExternal(ObjectOutput) - Method in class com.qfs.column.impl.AChunkedColumn
 
writeExternal(ObjectOutput) - Method in class com.qfs.column.impl.ColumnInteger
 
writeExternal(ObjectOutput) - Method in class com.qfs.column.impl.ColumnLong
 
writeExternal(ObjectOutput) - Method in class com.qfs.dic.impl.AbstractDictionary
 
writeExternal(ObjectOutput) - Method in class com.qfs.dic.impl.AbstractHash
 
writeExternal(ObjectOutput) - Method in class com.qfs.dic.impl.AChristmasDictionary
writeExternal(ObjectOutput) - Method in class com.qfs.dic.impl.BufferIntegerDictionary
 
writeExternal(ObjectOutput) - Method in class com.qfs.dic.impl.ChristmasDictionaryDouble
 
writeExternal(ObjectOutput) - Method in class com.qfs.dic.impl.ChristmasDictionaryFloat
 
writeExternal(ObjectOutput) - Method in class com.qfs.dic.impl.ChristmasDictionaryInteger
 
writeExternal(ObjectOutput) - Method in class com.qfs.dic.impl.ChristmasDictionaryLong
 
writeExternal(ObjectOutput) - Method in class com.qfs.dic.impl.Dictionary
Simply writes the keys in order.
writeExternal(ObjectOutput) - Method in class com.qfs.dic.impl.IntegerDictionary
Simply write the keys in order.
writeExternal(ObjectOutput) - Method in class com.qfs.dic.impl.LongDictionary
Simply write the keys in order.
writeExternal(ObjectOutput) - Method in class com.qfs.dic.impl.PointReferenceDictionary
 
writeExternal(ObjectOutput) - Method in class com.qfs.dic.impl.StrategyDictionary
 
writeExternal(ObjectOutput) - Method in class com.qfs.dic.impl.StringDictionary
 
writeExternal(ObjectOutput) - Method in class com.qfs.distribution.impl.NotificationMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.impl.BroadcastResult
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.impl.CancellableBroadcastResult
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.impl.GoodbyeMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.impl.HelloMessage.HelloMessageAnswer
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.impl.HelloMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.impl.LocalMessenger.LocalAddress
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.message.impl.ABroadcastMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.message.impl.AQueryBroadcastMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.message.impl.ATransactionCommittedMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.message.impl.CancellableBroadcastMessageWrapper
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.message.impl.CompositeDiscoveryMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.message.impl.EmptyInitialDiscoveryMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.message.impl.EmptyTransactionCommittedMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.message.impl.InitialDiscoveryMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.message.impl.MergedTransactionCommittedMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.message.impl.SchemaDiscoveryMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.message.impl.TransactionCommittedMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.message.impl.TransactionInitialCommittedMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.messenger.netty.impl.ANettyMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
writeExternal(ObjectOutput) - Method in class com.qfs.pivot.util.impl.PropertiesRecordFormat
Deprecated.
 
writeExternal(ObjectOutput) - Method in class com.qfs.query.impl.AggregatesRetrievalListTransporter
 
writeExternal(ObjectOutput) - Method in class com.qfs.query.impl.DrillthroughHeadersMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.query.impl.DrillthroughMessageWithHeaders
 
writeExternal(ObjectOutput) - Method in class com.qfs.query.impl.RetrieveAggregatesMessage
 
writeExternal(ObjectOutput) - Method in class com.qfs.snl.agent.mdx.impl.SentinelStreamEvent
 
writeExternal(ObjectOutput) - Method in class com.qfs.store.impl.AColumnStore
 
writeExternal(ObjectOutput) - Method in class com.qfs.store.impl.ChunkSet
 
writeExternal(ObjectOutput) - Method in class com.qfs.store.impl.SparseChunkSet
Deprecated.
 
writeExternal(ObjectOutput) - Method in class com.qfs.store.impl.StoreFormat
 
writeExternal(ObjectOutput) - Method in class com.qfs.store.record.impl.KeyRecordFormat
 
writeExternal(ObjectOutput) - Method in class com.qfs.store.record.impl.RecordFormat
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointListRetrievalResultTransporter
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.cellset.impl.PointLocationListTransporter
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedAggregatesRetrievalResultTransporter
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.cellset.impl.ScopedCellSet
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.dto.AggregateDTO
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.dto.AxisDTO
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.dto.AxisMemberDTO
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.dto.AxisPositionDTO
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.dto.CellDTO
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.dto.CellSetDTO
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughHeaderDTO
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughResultDTO
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.dto.DrillthroughRowDTO
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.dto.MemberDTO
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.dto.Path
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.impl.Location
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AggregatesRetrievalDescription
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.QueryContext
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ScopedAggregatesRetrievalDescription
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.query.impl.ActivePivotSyncActionQuery
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.streaming.impl.ActivePivotEvent
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.streaming.impl.AggregatesEvent
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.streaming.impl.CellEvent
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.streaming.impl.CellSetEvent
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughEvent
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.streaming.impl.DrillthroughUpdateEvent
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.biz.pivot.streaming.impl.FullRefreshEvent
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.fwk.impl.APropertySerializer
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.tech.streaming.impl.BulkedEvents
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.tech.streaming.impl.DomainEvent
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.tech.streaming.impl.FailureEvent
 
writeExternal(ObjectOutput) - Method in class com.quartetfs.tech.streaming.impl.StreamEvent
Serializes this object according to Externalizable.writeExternal(ObjectOutput) definition.
writeExternal(ObjectOutput, int[]) - Method in class com.qfs.store.impl.AColumnStore
Used in the same way as AColumnStore.writeExternal(ObjectOutput) when serializing a filtered view of this store.
writeExternal(ObjectOutput, int[]) - Method in class com.qfs.store.impl.ChunkSet
Used in the same way as ChunkSet.writeExternal(ObjectOutput) when serializing a filtered view of this chunk set.
writeExternal(ObjectOutput, int[], int, Map<Integer, String>, TObjectIntMap<String>) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
writeExternal(ByteBuffer, ObjectOutput) - Static method in class com.qfs.buf.impl.Buffers
Serializes a buffer.
writeExternal(DoubleBuffer, ObjectOutput) - Static method in class com.qfs.buf.impl.Buffers
Serializes a buffer.
writeExternal(FloatBuffer, ObjectOutput) - Static method in class com.qfs.buf.impl.Buffers
Serializes a buffer.
writeExternal(IntBuffer, ObjectOutput) - Static method in class com.qfs.buf.impl.Buffers
Serializes a buffer.
writeExternal(LongBuffer, ObjectOutput) - Static method in class com.qfs.buf.impl.Buffers
Serializes a buffer.
writeExternal(ShortBuffer, ObjectOutput) - Static method in class com.qfs.buf.impl.Buffers
Serializes a buffer.
writeExternalCollection(ObjectOutput, Collection<?>) - Static method in class com.qfs.util.impl.SerializationUtil
Deprecated.
Writes a collection into an ObjectOutput.
writeExternalMap(ObjectOutput, Map<?, ?>) - Static method in class com.qfs.util.impl.SerializationUtil
Deprecated.
Writes a map into an ObjectOutput.
writeExternalStringArray(ObjectOutput, String[]) - Static method in class com.qfs.util.impl.SerializationUtil
Deprecated.
Writes a String array into an ObjectOutput.
writeExternalStringList(DataOutputStream, List<String>) - Static method in class com.qfs.util.impl.SerializationUtil
Deprecated.
Writes a String List into a DataOutputStream.
writeFile(String, String) - Static method in class com.qfs.util.impl.QfsFiles
Deprecated.
Writes a String into a file.
writeFlag(byte[], int, boolean) - Static method in class com.qfs.store.record.impl.RecordFormat
Sets a bit flag in an array of bytes.
writeFloat(float) - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
writeFloat(float) - Method in class com.activeviam.chunks.cells.impl.ReadableFixedArrayCursor
 
writeFloat(float) - Method in interface com.activeviam.util.cells.ICellWriter
Writes a float primitive value.
writeFloat(float) - Method in class com.activeviam.util.cells.impl.AWritableCell
 
writeFloat(float) - Method in class com.activeviam.util.cells.impl.DoubleCell
 
writeFloat(float) - Method in class com.activeviam.util.cells.impl.FloatCell
 
writeFloat(float) - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
writeFloat(float) - Method in class com.activeviam.util.cells.impl.ObjectCell
 
writeFloat(float) - Method in class com.activeviam.util.cells.impl.StringCell
 
writeFloat(float) - Method in class com.qfs.store.impl.arrays.ArrayCursorWithDefaultValue
 
writeFloat(float) - Method in class com.qfs.store.impl.arrays.DictionaryProxyArrayCursorWithDefaultValue
 
writeFloat(float) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
writeFloat(float) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
writeFloat(float) - Method in class com.quartetfs.biz.xmla.binxml.impl.DecodeSaxWriter
 
writeFloat(float) - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
writeFloat(float) - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
Write a float.
writeFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
writeFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
writeFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
writeFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
writeFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
writeFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
writeFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
writeFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
writeFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
writeFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
writeFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
writeFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
writeFloat(int, float) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
writeFloat(int, float) - Method in class com.qfs.agg.impl.ChunkHistory
 
writeFloat(int, float) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
writeFloat(int, float) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
writeFloat(int, float) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
writeFloat(int, float) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
writeFloat(int, float) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
writeFloat(int, float) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
writeFloat(int, float) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
writeFloat(int, float) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
writeFloat(int, float) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
writeFloat(int, float) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
writeFloat(int, float) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
writeFloat(int, float) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
writeFloat(int, float) - Method in interface com.qfs.chunk.IArrayWriter
Writes a float primitive value in the array.
writeFloat(int, float) - Method in interface com.qfs.chunk.IChunkDouble
 
writeFloat(int, float) - Method in interface com.qfs.chunk.IChunkFloat
 
writeFloat(int, float) - Method in class com.qfs.chunk.impl.AWritableArray
 
writeFloat(int, float) - Method in class com.qfs.chunk.impl.ChunkMarked
 
writeFloat(int, float) - Method in class com.qfs.chunk.impl.ChunkObject
 
writeFloat(int, float) - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
writeFloat(int, float) - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
writeFloat(int, float) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
writeFloat(int, float) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
writeFloat(int, float) - Method in class com.qfs.column.impl.AChunkedColumn
 
writeFloat(int, float) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
writeFloat(int, float) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableArray
 
writeFloat(int, float) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
writeFloat(int, float) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
writeFloat(int, float) - Method in class com.qfs.store.impl.ChunkRecordWriter
 
writeFloat(int, float) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
writeFloat(int, float) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
writeFloat(int, float) - Method in class com.qfs.store.impl.TombstoneColumn
 
writeFloat(int, float) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
writeFloat(int, float) - Method in class com.qfs.store.record.impl.KeyRecord
 
writeFloat(int, float) - Method in class com.qfs.store.record.impl.Record
 
writeFloat(int, float) - Method in class com.qfs.store.record.impl.WritableRecordBlockAcceptor
 
writeFloat(int, float) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
writeFloat(int, float) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
writeFloat(int, float) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
writeFloat(int, float) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
writeFloat(int, float) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
writeFloat(int, float) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
writeFloat(int, float) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
writeFloat(int, float) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
writeFloat(int, float) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
writeFloat(int, float) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
writeFloat(int, float) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
writeFloat(int, float) - Method in class com.qfs.vector.impl.AVector
 
writeFloat(int, float) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
writeFloat(int, float) - Method in class com.qfs.vector.impl.DoubleFixedBlockVector
 
writeFloat(int, float) - Method in class com.qfs.vector.impl.EmptyVector
 
writeFloat(int, float) - Method in class com.qfs.vector.impl.FloatBlockVector
 
writeFloat(int, float) - Method in class com.qfs.vector.impl.FloatFixedBlockVector
 
writeFloat(int, float) - Method in class com.qfs.vector.impl.TombStoneBlock
 
writeFloat(int, float) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
writeFloat(int, int, float) - Method in interface com.qfs.chunk.IWritableTable
Writes a primitive float into the specified cell.
writeFloat(int, int, float) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
writeFloat(int, int, float) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
writeFloat(int, int, float) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
writeFloat(int, int, float) - Method in class com.qfs.store.impl.AColumnStore
 
writeFloat(int, int, float) - Method in class com.qfs.store.impl.ChunkSet
 
writeFloat(int, int, float) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
writeFloat(int, int, float) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
writeFloat(int, int, float) - Method in class com.qfs.store.record.impl.RecordBlock
 
writeFloat(int, int, float) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
writeFloat(int, int, float) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
writeFloat(IByteRecordBlock, int, float) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
writeFloat(IByteRecordBlock, int, float) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
writeFloat(IByteRecordBlock, int, float) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
writeFloat(IByteRecordBlock, int, float) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
writeFloat(IByteRecordBlock, int, float) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
writeFloat(IByteRecordBlock, int, float) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Writes the given value in the given record block, at the given row, in the field that this FieldHandler represents, on the basis that this field contains float values.
writeFloat(IByteRecord, float) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
writeFloat(IByteRecord, float) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
writeFloat(IByteRecord, float) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
writeFloat(IByteRecord, float) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
writeFloat(IByteRecord, float) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
writeFloat(IByteRecord, float) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Writes the given value in the given record, in the field that this FieldHandler represents, on the basis that this field contains float values.
writeFromCell(int, IReadableCell) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
writeFromCell(int, IReadableCell) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
writeFromCell(int, IReadableCell) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
writeFromCell(int, IReadableCell) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
writeFromCell(int, IReadableCell) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
writeFromCell(int, IReadableCell) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
writeFromCell(int, IReadableCell) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
writeFromCell(int, IReadableCell) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
writeFromCell(int, IReadableCell) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
writeFromCell(int, IReadableCell) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
writeFromCell(int, IReadableCell) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
writeFromCell(int, IReadableCell) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
writeFromCell(int, IReadableCell) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
writeFromCell(int, IReadableCell) - Method in class com.activeviam.column.impl.EmptyChunk
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.agg.impl.ChunkHistory
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
writeFromCell(int, IReadableCell) - Method in interface com.qfs.chunk.IChunk
Writes the content of the cell into the chunk at the given position.
writeFromCell(int, IReadableCell) - Method in interface com.qfs.chunk.IChunkBoolean
 
writeFromCell(int, IReadableCell) - Method in interface com.qfs.chunk.IChunkDouble
 
writeFromCell(int, IReadableCell) - Method in interface com.qfs.chunk.IChunkFloat
 
writeFromCell(int, IReadableCell) - Method in interface com.qfs.chunk.IChunkInteger
 
writeFromCell(int, IReadableCell) - Method in interface com.qfs.chunk.IChunkLong
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.impl.ChunkComposite
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.impl.ChunkMarked
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.impl.ChunkObject
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.impl.ChunkSingleObject
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.vector.direct.impl.DirectDoubleVectorBlock
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.vector.direct.impl.DirectFloatVectorBlock
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
writeFromCell(int, IReadableCell) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
writeFromCell(IReadableCell) - Method in class com.activeviam.chunks.cells.impl.ReadableFixedArrayCursor
 
writeFromCell(IReadableCell) - Method in interface com.activeviam.util.cells.ICellWriter
Copies the data of a cell into this cell.
writeFromCell(IReadableCell) - Method in interface com.activeviam.util.cells.IWritableCell
 
writeInt(int) - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
writeInt(int) - Method in class com.activeviam.chunks.cells.impl.ReadableFixedArrayCursor
 
writeInt(int) - Method in interface com.activeviam.util.cells.ICellWriter
Writes an int primitive value.
writeInt(int) - Method in class com.activeviam.util.cells.impl.AWritableCell
 
writeInt(int) - Method in class com.activeviam.util.cells.impl.DoubleCell
 
writeInt(int) - Method in class com.activeviam.util.cells.impl.FloatCell
 
writeInt(int) - Method in class com.activeviam.util.cells.impl.IntegerCell
 
writeInt(int) - Method in class com.activeviam.util.cells.impl.LongCell
 
writeInt(int) - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
writeInt(int) - Method in class com.activeviam.util.cells.impl.ObjectCell
 
writeInt(int) - Method in class com.activeviam.util.cells.impl.StringCell
 
writeInt(int) - Method in class com.qfs.store.impl.arrays.ArrayCursorWithDefaultValue
 
writeInt(int) - Method in class com.qfs.store.impl.arrays.DictionaryProxyArrayCursorWithDefaultValue
 
writeInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
writeInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
writeInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
writeInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
writeInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
writeInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
writeInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
writeInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
writeInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
writeInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
writeInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
writeInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
writeInt(int, int) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
writeInt(int, int) - Method in class com.qfs.agg.impl.ChunkHistory
 
writeInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBits
 
writeInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkBytes
 
writeInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
writeInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
writeInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
writeInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
writeInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkHexa
 
writeInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
writeInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
writeInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
writeInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
writeInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkQuad
 
writeInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkShorts
 
writeInt(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkTriBytes
 
writeInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
writeInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
writeInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
writeInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
writeInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
writeInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
writeInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBits
 
writeInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveBytes
 
writeInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveHexa
 
writeInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveInts
 
writeInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveIntsNullable
 
writeInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveQuad
 
writeInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveShorts
 
writeInt(int, int) - Method in class com.qfs.chunk.buffer.impl.BufferChunkPrimitiveTriBytes
 
writeInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBits
 
writeInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkBytes
 
writeInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
writeInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
writeInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
writeInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
writeInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkHexa
 
writeInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
writeInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkIntegerNullable
 
writeInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
writeInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
writeInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkQuad
 
writeInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkShorts
 
writeInt(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkTriBytes
 
writeInt(int, int) - Method in interface com.qfs.chunk.IArrayWriter
Writes an int primitive value in the array.
writeInt(int, int) - Method in interface com.qfs.chunk.IChunkDouble
 
writeInt(int, int) - Method in interface com.qfs.chunk.IChunkFloat
 
writeInt(int, int) - Method in interface com.qfs.chunk.IChunkInteger
 
writeInt(int, int) - Method in interface com.qfs.chunk.IChunkLong
 
writeInt(int, int) - Method in class com.qfs.chunk.impl.AChunkPositiveInteger
 
writeInt(int, int) - Method in class com.qfs.chunk.impl.AWritableArray
 
writeInt(int, int) - Method in class com.qfs.chunk.impl.ChunkDictionary
 
writeInt(int, int) - Method in class com.qfs.chunk.impl.ChunkMarked
 
writeInt(int, int) - Method in class com.qfs.chunk.impl.ChunkObject
 
writeInt(int, int) - Method in class com.qfs.chunk.impl.ChunkOffsetInteger
 
writeInt(int, int) - Method in class com.qfs.chunk.impl.ChunkOffsetLong
 
writeInt(int, int) - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
writeInt(int, int) - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
writeInt(int, int) - Method in class com.qfs.chunk.impl.ChunkSingleInteger
 
writeInt(int, int) - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
writeInt(int, int) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
writeInt(int, int) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
writeInt(int, int) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
writeInt(int, int) - Method in class com.qfs.column.impl.AChunkedColumn
 
writeInt(int, int) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
writeInt(int, int) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableArray
 
writeInt(int, int) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
writeInt(int, int) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
writeInt(int, int) - Method in class com.qfs.store.impl.ChunkRecordWriter
 
writeInt(int, int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
writeInt(int, int) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriterWithSingleValueField
 
writeInt(int, int) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
writeInt(int, int) - Method in class com.qfs.store.impl.TombstoneColumn
 
writeInt(int, int) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
writeInt(int, int) - Method in class com.qfs.store.record.impl.KeyRecord
 
writeInt(int, int) - Method in class com.qfs.store.record.impl.Record
 
writeInt(int, int) - Method in class com.qfs.store.record.impl.WritableRecordBlockAcceptor
 
writeInt(int, int) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
writeInt(int, int) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
writeInt(int, int) - Method in class com.qfs.vector.array.impl.ArrayIntegerVector
 
writeInt(int, int) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
writeInt(int, int) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
writeInt(int, int) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
writeInt(int, int) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
writeInt(int, int) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
writeInt(int, int) - Method in class com.qfs.vector.buffer.impl.BufferIntegerVectorBlock
 
writeInt(int, int) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
writeInt(int, int) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
writeInt(int, int) - Method in class com.qfs.vector.direct.impl.DirectIntegerVectorBlock
 
writeInt(int, int) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
writeInt(int, int) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
writeInt(int, int) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
writeInt(int, int) - Method in class com.qfs.vector.impl.AVector
 
writeInt(int, int) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
writeInt(int, int) - Method in class com.qfs.vector.impl.DoubleFixedBlockVector
 
writeInt(int, int) - Method in class com.qfs.vector.impl.EmptyVector
 
writeInt(int, int) - Method in class com.qfs.vector.impl.FloatBlockVector
 
writeInt(int, int) - Method in class com.qfs.vector.impl.FloatFixedBlockVector
 
writeInt(int, int) - Method in class com.qfs.vector.impl.IntegerBlockVector
 
writeInt(int, int) - Method in class com.qfs.vector.impl.IntegerFixedBlockVector
 
writeInt(int, int) - Method in class com.qfs.vector.impl.LongBlockVector
 
writeInt(int, int) - Method in class com.qfs.vector.impl.LongFixedBlockVector
 
writeInt(int, int) - Method in class com.qfs.vector.impl.TombStoneBlock
 
writeInt(int, int) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
writeInt(int, int, int) - Method in interface com.qfs.chunk.IWritableTable
Writes a primitive int into the specified cell.
writeInt(int, int, int) - Method in class com.qfs.dic.impl.ColumnarIntegerArrayDictionary.IntegerColumnChunkSet
Writes a value at the given row and column.
writeInt(int, int, int) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
writeInt(int, int, int) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
writeInt(int, int, int) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
writeInt(int, int, int) - Method in class com.qfs.store.impl.AColumnStore
 
writeInt(int, int, int) - Method in class com.qfs.store.impl.ChunkSet
 
writeInt(int, int, int) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
writeInt(int, int, int) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
writeInt(int, int, int) - Method in class com.qfs.store.record.impl.RecordBlock
 
writeInt(int, int, int) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
writeInt(int, int, int) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
writeInt(IByteRecordBlock, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
writeInt(IByteRecordBlock, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
writeInt(IByteRecordBlock, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
writeInt(IByteRecordBlock, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
writeInt(IByteRecordBlock, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
writeInt(IByteRecordBlock, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
writeInt(IByteRecordBlock, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
writeInt(IByteRecordBlock, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
writeInt(IByteRecordBlock, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
writeInt(IByteRecordBlock, int, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Writes the given value in the given record block, at the given row, in the field that this FieldHandler represents, on the basis that this field contains integer values.
writeInt(IByteRecord, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
writeInt(IByteRecord, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
writeInt(IByteRecord, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
writeInt(IByteRecord, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveIntHandler
 
writeInt(IByteRecord, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
writeInt(IByteRecord, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
writeInt(IByteRecord, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
writeInt(IByteRecord, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableIntHandler
 
writeInt(IByteRecord, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
writeInt(IByteRecord, int) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Writes the given value in the given record, in the field that this FieldHandler represents, on the basis that this field contains integer values.
writeInteger(int) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
writeInteger(int) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
writeInteger(int) - Method in class com.quartetfs.biz.xmla.binxml.impl.DecodeSaxWriter
 
writeInteger(int) - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
writeInteger(int) - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
Write an integer.
writeIntVolatile(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkInteger
 
writeIntVolatile(int, int) - Method in class com.qfs.chunk.array.impl.ArrayChunkIntegerNullable
 
writeIntVolatile(int, int) - Method in class com.qfs.chunk.direct.impl.DirectChunkInteger
 
writeIntVolatile(int, int) - Method in interface com.qfs.chunk.IConcurrentChunkInteger
Writes an int primitive value in this chunk in a volatile fashion.
writeLevels(String, List<LevelIdentifier>) - Method in class com.activeviam.copper.PropertiesCodec
Deprecated.
Writes level identifiers to the underlying Properties.
writeLong(int, int, long) - Method in interface com.qfs.chunk.IWritableTable
Writes a primitive long into the specified cell.
writeLong(int, int, long) - Method in class com.qfs.pivot.agg.impl.AggregateStore
Deprecated.
 
writeLong(int, int, long) - Method in class com.qfs.pivot.agg.impl.EmptyAggregateStore
Deprecated.
 
writeLong(int, int, long) - Method in class com.qfs.pivot.agg.impl.FilteredAggregateStoreView
Deprecated.
 
writeLong(int, int, long) - Method in class com.qfs.store.impl.AColumnStore
 
writeLong(int, int, long) - Method in class com.qfs.store.impl.ChunkSet
 
writeLong(int, int, long) - Method in class com.qfs.store.record.impl.AWritableFixedSizeRecordBlock
 
writeLong(int, int, long) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
writeLong(int, int, long) - Method in class com.qfs.store.record.impl.RecordBlock
 
writeLong(int, int, long) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
writeLong(int, int, long) - Method in class com.quartetfs.biz.pivot.cellset.impl.ReplicatedAggregateStore
Deprecated.
 
writeLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentDoubleChunk
 
writeLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentFloatChunk
 
writeLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentIntegerChunk
 
writeLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentLongChunk
 
writeLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullDoubleChunk
 
writeLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullFloatChunk
 
writeLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullIntegerChunk
 
writeLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentNullLongChunk
 
writeLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.FrequentObjectChunk
 
writeLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentDoubleChunk
 
writeLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentFloatChunk
 
writeLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentIntegerChunk
 
writeLong(int, long) - Method in class com.activeviam.chunk.frequent.impl.NullableFrequentLongChunk
 
writeLong(int, long) - Method in class com.qfs.agg.impl.ChunkHistory
 
writeLong(int, long) - Method in class com.qfs.chunk.array.impl.ArrayChunkDouble
 
writeLong(int, long) - Method in class com.qfs.chunk.array.impl.ArrayChunkDoubleNullable
 
writeLong(int, long) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloat
 
writeLong(int, long) - Method in class com.qfs.chunk.array.impl.ArrayChunkFloatNullable
 
writeLong(int, long) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
writeLong(int, long) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
writeLong(int, long) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDouble
 
writeLong(int, long) - Method in class com.qfs.chunk.buffer.impl.BufferChunkDoubleNullable
 
writeLong(int, long) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloat
 
writeLong(int, long) - Method in class com.qfs.chunk.buffer.impl.BufferChunkFloatNullable
 
writeLong(int, long) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLong
 
writeLong(int, long) - Method in class com.qfs.chunk.buffer.impl.BufferChunkLongNullable
 
writeLong(int, long) - Method in class com.qfs.chunk.direct.impl.DirectChunkDouble
 
writeLong(int, long) - Method in class com.qfs.chunk.direct.impl.DirectChunkDoubleNullable
 
writeLong(int, long) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloat
 
writeLong(int, long) - Method in class com.qfs.chunk.direct.impl.DirectChunkFloatNullable
 
writeLong(int, long) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
writeLong(int, long) - Method in class com.qfs.chunk.direct.impl.DirectChunkLongNullable
 
writeLong(int, long) - Method in interface com.qfs.chunk.IArrayWriter
Writes a long primitive value in the array.
writeLong(int, long) - Method in interface com.qfs.chunk.IChunkDouble
 
writeLong(int, long) - Method in interface com.qfs.chunk.IChunkFloat
 
writeLong(int, long) - Method in interface com.qfs.chunk.IChunkLong
 
writeLong(int, long) - Method in class com.qfs.chunk.impl.AWritableArray
 
writeLong(int, long) - Method in class com.qfs.chunk.impl.ChunkMarked
 
writeLong(int, long) - Method in class com.qfs.chunk.impl.ChunkObject
 
writeLong(int, long) - Method in class com.qfs.chunk.impl.ChunkOffsetLong
 
writeLong(int, long) - Method in class com.qfs.chunk.impl.ChunkSingleDouble
 
writeLong(int, long) - Method in class com.qfs.chunk.impl.ChunkSingleFloat
 
writeLong(int, long) - Method in class com.qfs.chunk.impl.ChunkSingleLong
 
writeLong(int, long) - Method in class com.qfs.chunk.impl.SparseChunk
Deprecated.
 
writeLong(int, long) - Method in class com.qfs.chunk.impl.TombStoneChunk
 
writeLong(int, long) - Method in class com.qfs.chunk.impl.WrapperChunkInteger
 
writeLong(int, long) - Method in class com.qfs.column.impl.AChunkedColumn
 
writeLong(int, long) - Method in class com.qfs.store.impl.AColumnStore.ColumnView
 
writeLong(int, long) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableArray
 
writeLong(int, long) - Method in class com.qfs.store.impl.arrays.DictionaryProxyWritableBlock
 
writeLong(int, long) - Method in class com.qfs.store.impl.arrays.MarkedPositionsProxyWritableArray
 
writeLong(int, long) - Method in class com.qfs.store.impl.ChunkRecordWriter
 
writeLong(int, long) - Method in class com.qfs.store.impl.ColumnarRecordSet.InPlaceRecordWriter
 
writeLong(int, long) - Method in class com.qfs.store.impl.CompositeColumnCursor
 
writeLong(int, long) - Method in class com.qfs.store.impl.TombstoneColumn
 
writeLong(int, long) - Method in class com.qfs.store.record.impl.CopyOnWriteWritableArray
 
writeLong(int, long) - Method in class com.qfs.store.record.impl.KeyRecord
 
writeLong(int, long) - Method in class com.qfs.store.record.impl.Record
 
writeLong(int, long) - Method in class com.qfs.store.record.impl.WritableRecordBlockAcceptor
 
writeLong(int, long) - Method in class com.qfs.vector.array.impl.ArrayDoubleVector
 
writeLong(int, long) - Method in class com.qfs.vector.array.impl.ArrayFloatVector
 
writeLong(int, long) - Method in class com.qfs.vector.array.impl.ArrayLongVector
 
writeLong(int, long) - Method in class com.qfs.vector.array.impl.ArrayObjectVector
 
writeLong(int, long) - Method in class com.qfs.vector.buffer.impl.ABufferVectorBlock
 
writeLong(int, long) - Method in class com.qfs.vector.buffer.impl.BufferDoubleVectorBlock
 
writeLong(int, long) - Method in class com.qfs.vector.buffer.impl.BufferFloatVectorBlock
 
writeLong(int, long) - Method in class com.qfs.vector.buffer.impl.BufferLongVectorBlock
 
writeLong(int, long) - Method in class com.qfs.vector.direct.impl.ADirectVectorBlock
 
writeLong(int, long) - Method in class com.qfs.vector.direct.impl.DirectLongVectorBlock
 
writeLong(int, long) - Method in class com.qfs.vector.impl.AFixedBlockVector
 
writeLong(int, long) - Method in class com.qfs.vector.impl.AReadOnlyVector
 
writeLong(int, long) - Method in class com.qfs.vector.impl.AVector
 
writeLong(int, long) - Method in class com.qfs.vector.impl.DoubleBlockVector
 
writeLong(int, long) - Method in class com.qfs.vector.impl.DoubleFixedBlockVector
 
writeLong(int, long) - Method in class com.qfs.vector.impl.EmptyVector
 
writeLong(int, long) - Method in class com.qfs.vector.impl.FloatBlockVector
 
writeLong(int, long) - Method in class com.qfs.vector.impl.FloatFixedBlockVector
 
writeLong(int, long) - Method in class com.qfs.vector.impl.LongBlockVector
 
writeLong(int, long) - Method in class com.qfs.vector.impl.LongFixedBlockVector
 
writeLong(int, long) - Method in class com.qfs.vector.impl.TombStoneBlock
 
writeLong(int, long) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.AdvancedAggregatesRetriever
 
writeLong(long) - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
writeLong(long) - Method in class com.activeviam.chunks.cells.impl.ReadableFixedArrayCursor
 
writeLong(long) - Method in interface com.activeviam.util.cells.ICellWriter
Writes a long primitive value.
writeLong(long) - Method in class com.activeviam.util.cells.impl.AWritableCell
 
writeLong(long) - Method in class com.activeviam.util.cells.impl.DoubleCell
 
writeLong(long) - Method in class com.activeviam.util.cells.impl.FloatCell
 
writeLong(long) - Method in class com.activeviam.util.cells.impl.LongCell
 
writeLong(long) - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
writeLong(long) - Method in class com.activeviam.util.cells.impl.ObjectCell
 
writeLong(long) - Method in class com.activeviam.util.cells.impl.StringCell
 
writeLong(long) - Method in class com.qfs.store.impl.arrays.ArrayCursorWithDefaultValue
 
writeLong(long) - Method in class com.qfs.store.impl.arrays.DictionaryProxyArrayCursorWithDefaultValue
 
writeLong(long) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
writeLong(long) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
writeLong(long) - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
writeLong(long) - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
Write a long.
writeLong(IByteRecordBlock, int, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
writeLong(IByteRecordBlock, int, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
writeLong(IByteRecordBlock, int, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
writeLong(IByteRecordBlock, int, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
writeLong(IByteRecordBlock, int, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
writeLong(IByteRecordBlock, int, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
writeLong(IByteRecordBlock, int, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
writeLong(IByteRecordBlock, int, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Writes the given value in the given record block, at the given row, in the field that this FieldHandler represents, on the basis that this field contains long values.
writeLong(IByteRecord, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.ObjectHandler
 
writeLong(IByteRecord, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveDoubleHandler
 
writeLong(IByteRecord, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveFloatHandler
 
writeLong(IByteRecord, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveLongHandler
 
writeLong(IByteRecord, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableDoubleHandler
 
writeLong(IByteRecord, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableFloatHandler
 
writeLong(IByteRecord, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler.PrimitiveNullableLongHandler
 
writeLong(IByteRecord, long) - Method in class com.qfs.store.record.impl.ARecordFieldHandler
Writes the given value in the given record, in the field that this FieldHandler represents, on the basis that this field contains long values.
writeLongVolatile(int, long) - Method in class com.qfs.chunk.array.impl.ArrayChunkLong
 
writeLongVolatile(int, long) - Method in class com.qfs.chunk.array.impl.ArrayChunkLongNullable
 
writeLongVolatile(int, long) - Method in class com.qfs.chunk.direct.impl.DirectChunkLong
 
writeLongVolatile(int, long) - Method in interface com.qfs.chunk.IConcurrentChunkLong
Writes a long primitive value in this chunk in a volatile fashion.
writeNull() - Method in class com.activeviam.chunks.cells.impl.AArrayCursor
 
writeNull() - Method in class com.activeviam.chunks.cells.impl.ReadableFixedArrayCursor
 
writeNull() - Method in interface com.activeviam.util.cells.ICellWriter
Writes a null value.
writeNull() - Method in class com.activeviam.util.cells.impl.AWritableCell
 
writeNull() - Method in class com.activeviam.util.cells.impl.MultiTypeCell
 
writeNull() - Method in class com.activeviam.util.cells.impl.ObjectCell
 
writeNull() - Method in class com.activeviam.util.cells.impl.StringCell
 
writeNull() - Method in class com.qfs.store.impl.arrays.AArrayCursorWithDefaultValue
 
writeObject(Object) - Method in class com.quartetfs.biz.xmla.binxml.impl.ASaxWriter
 
writeObject(Object) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
writeObject(Object) - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
Write Object.
WriteOrchestrator<R extends CellPlanResult.IWriteCallback> - Class in com.quartetfs.pivot.mdx.plan.impl
This class is responsible to coordinates the ACellPlanExecutor.WriteTask.
WriteOrchestrator(IMdxMember, IMdxMember[], CellPlanResult, ACellPlanExecutor.IIntermediateResultHandler<R, ?>, NonVisualCubeFilter) - Constructor for class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
Constructor.
writePartitionedExternalResults(DatabasePrefetchRequest, int, ADatabaseRetrievalResult) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Writes the provided result into the result holders for the input location and partition.
writePartitionedExternalUsages(DatabasePrefetchRequest, int, Map<IMeasureMember, AtomicInteger>) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.ActivePivotAggregatesRetriever
Writes the provided result into the result holders for the input location and partition.
writePartitionedResults(ILocation, int, IInternalAggregatesRetrievalResult) - Method in interface com.quartetfs.biz.pivot.query.aggregates.IExecutionPlan
Writes a provided result into the correct partitioned result holder.
writePartitionedResults(ILocation, int, IInternalAggregatesRetrievalResult) - Method in class com.quartetfs.biz.pivot.query.aggregates.plan.impl.ExecutionPlan
 
WRITER_POOL_LIMIT - Static variable in class com.quartetfs.pivot.mdx.plan.impl.WriteOrchestrator
 
writeRecord(byte[]) - Method in class com.qfs.util.tar.impl.TarBuffer
Write an archive record to the archive.
writeRecord(byte[], int) - Method in class com.qfs.util.tar.impl.TarBuffer
Write an archive record to the archive, where the record may be inside of a larger array buffer.
writeReplace() - Method in class com.activeviam.agg.impl.AUserDefinedAggregation
 
writeReplace() - Method in interface com.qfs.agg.IGenericAggregation
Returns the custom serializer for aggregations.
writeReplace() - Method in class com.qfs.agg.impl.AAggregation
 
writeReplace() - Method in class com.qfs.agg.impl.AMultiSourceAggregation
 
writeReplace(ObjectOutput) - Method in class com.activeviam.agg.impl.SerializableUserDefinedAggregateFunction
 
writeReplace(ObjectOutput) - Method in class com.activeviam.agg.impl.SerializableUserDefinedAggregateFunctionWithRemoval
 
writeReplace(ObjectOutput) - Method in class com.activeviam.agg.impl.SerializableUserDefinedVectorAggregateFunction
 
writeReplace(ObjectOutput) - Method in class com.activeviam.agg.impl.SerializableUserDefinedVectorAggregateFunctionWithRemoval
 
writeResult(IMeasureMember, IBufferedCellSetWriterFactory) - Method in interface com.quartetfs.biz.pivot.query.aggregates.ICachedAggregates
Writes these cached aggregates using the writers created with the given factory.
writeResult(IMeasureMember, IBufferedCellSetWriterFactory) - Method in class com.quartetfs.biz.pivot.query.aggregates.impl.CachedAggregatesRetrievalResult
 
writeSerializedKeys(ObjectOutput) - Method in class com.qfs.dic.impl.InnerChristmasDictionary
Serializes the keys stored in this dictionary.
writeStarted(int) - Method in class com.qfs.store.impl.ChunkSetRecordBlock
 
writeStarted(int) - Method in class com.qfs.store.record.impl.AppendOnlyByteRecordBlock
 
writeStarted(int) - Method in class com.qfs.store.record.impl.OffsetRecordBlock
 
writeStarted(int) - Method in class com.qfs.store.record.impl.RecordBlock
 
writeStarted(int) - Method in class com.qfs.store.record.impl.SingleRowWritableRecordBlock
 
writeStarted(int) - Method in interface com.qfs.store.record.IWritableRecordBlock
Notifies this structure that we have started to write to the record stored at the given index.
writeStatisticFile(IMemoryStatistic, Path, String) - Static method in class com.qfs.pivot.monitoring.impl.MemoryStatisticSerializerUtil
Dumps the given statistics in a compressed file, adding the exportDate to the statistic.
writeString(String) - Method in class com.quartetfs.biz.xmla.binxml.impl.BinXmlSaxWriter
 
writeString(String) - Method in class com.quartetfs.biz.xmla.binxml.impl.CompositeXmlSaxWriter
 
writeString(String) - Method in class com.quartetfs.biz.xmla.binxml.impl.DecodeSaxWriter
 
writeString(String) - Method in class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
writeString(String) - Method in interface com.quartetfs.biz.xmla.binxml.ISaxWriter
Write a string.
writeText(OutputStream, String) - Static method in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Writes text to an output stream.
writeTo(DataOutput) - Method in class com.qfs.distribution.security.impl.CustomAuthToken
 
writeTo(DataOutput) - Method in class com.qfs.messenger.impl.NettyAddressGenerator.NettyAddress
 
writeTo(OutputStream) - Method in class com.activeviam.io.ExposedByteArrayOutputStream
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTrimmed(IMdxMember[], Object) - Method in interface com.quartetfs.pivot.mdx.plan.impl.CellPlanResult.IResultWriter
Write a trimmed tuple value.
writeTypedValue(IArrayWriter, int, Object, int) - Static method in class com.qfs.store.record.impl.Records
Writes the given value at the given index (toField) into the given IArrayWriter.
writeUnderlyingMeasure(String) - Method in class com.activeviam.copper.PropertiesCodec
Deprecated.
Writes underlyingMeasure to the underlying Properties.
writeUnderlyingMeasures(List<String>) - Method in class com.activeviam.copper.PropertiesCodec
Deprecated.
Writes underlyingMeasures to the underlying Properties.
writeVector(int, IVector) - Method in class com.qfs.chunk.impl.ChunkMarkedVector
 
writeVector(int, IVector) - Method in class com.qfs.chunk.impl.ChunkSingleVector
 
writeVector(int, IVector) - Method in class com.qfs.chunk.impl.ChunkVector
 
writeVector(int, IVector) - Method in interface com.qfs.chunk.IVectorChunk
Writes an object of type vector at the given position.
writeVolatile(int, int) - Method in class com.qfs.dic.impl.AbstractHash.BufferHashTable
 
writeVolatile(int, int) - Method in interface com.qfs.dic.impl.AbstractHash.HashTable
Writes in slot with a volatile semantics.
writeVolatile(int, int) - Method in class com.qfs.dic.impl.AbstractHash.LargeBufferHashTable
 
writeVolatile(int, int) - Method in class com.qfs.dic.impl.AbstractHash.LargeHashTable
 
writeVolatile(int, int) - Method in class com.qfs.dic.impl.AbstractHash.StandardHashTable
 
writeVolatile(int, int) - Method in class com.qfs.dic.impl.AbstractHash.VeryLargeHashTable
 
WRITING_BUFFER - Static variable in class com.qfs.logging.MessagesCSV
Writing to an input buffer.
WRONG_HEADER - Static variable in class com.qfs.logging.MessagesCSV
Wrong Header Configuration : Column order length is not the same as the column order type".
WS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
WS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
WS - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
WsMonitorUpdatesDto - Class in com.qfs.snl.dtos.ws
DTO notifying of monitor updates through a WebSocket.
WsMonitorUpdatesDto(MonitorUpdatesDto) - Constructor for class com.qfs.snl.dtos.ws.WsMonitorUpdatesDto
Full constructor.
WsSession - Class in com.qfs.spring.websocket.impl
Deprecated, for removal: This API element is subject to removal in a future version.
WsSession(WebSocketSession) - Constructor for class com.qfs.spring.websocket.impl.WsSession
Deprecated.
Full constructor.
WsSession.ClosedSessionException - Exception in com.qfs.spring.websocket.impl
Deprecated.
Inner exception marking that the session was already closed when the message was sent.
WsStatisticUpdatesDto - Class in com.qfs.snl.dtos.ws
DTO notifying of changes in monitor statistics through a WebSocket.
WsStatisticUpdatesDto(Map<Long, Map<String, Long>>) - Constructor for class com.qfs.snl.dtos.ws.WsStatisticUpdatesDto
Full constructor.
WTD - com.quartetfs.biz.xmla.constants.Keyword
 
WTD - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
WTDFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
WTDFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.WTDFunction
 

X

XML_DECL_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
XMLA_AGGREGATOR - com.activeviam.copper.MeasureMetadata.UserSpecific
Flag for the xmla property "aggregator measure".
XMLA_COMPONENT - Static variable in class com.qfs.logging.MessagesXMLA
Deprecated.
 
XMLA_DESCRIPTION - Static variable in interface com.quartetfs.biz.pivot.cube.hierarchy.IOlapElement
The key of a property that will be used as XMLA description for this element if set.
XMLA_LISTENERS - Static variable in interface com.quartetfs.biz.xmla.IXmlaRequestListener
 
XmlaAttribute - Class in com.quartetfs.biz.xmla.impl
Implementation of the Xmla attribute.
XmlaAttribute(String, IXmlaType, boolean) - Constructor for class com.quartetfs.biz.xmla.impl.XmlaAttribute
Constructor.
XmlaConstants - Class in com.quartetfs.biz.xmla
Constants for the XMLA servlet.
XmlaConstants() - Constructor for class com.quartetfs.biz.xmla.XmlaConstants
 
XmlaConstants.AuthenticationMode - Enum in com.quartetfs.biz.xmla
 
XmlaConstants.CommandElement - Enum in com.quartetfs.biz.xmla
 
XmlaConstants.PropertyContentType - Class in com.quartetfs.biz.xmla
 
XmlaConstants.ProviderType - Enum in com.quartetfs.biz.xmla
 
XmlaConstants.TreeOp - Enum in com.quartetfs.biz.xmla
 
XmlaContext - Class in com.quartetfs.biz.xmla.impl
Implementation of the Xmla context.
XmlaContext() - Constructor for class com.quartetfs.biz.xmla.impl.XmlaContext
 
xmlaController() - Method in class com.qfs.server.cfg.impl.ActivePivotXmlaServletConfig
 
XmlaDrillthroughExecutor - Class in com.quartetfs.pivot.mdx.xmla.impl
 
XmlaDrillthroughExecutor(ICatalog, IDrillthroughStatement, String, Properties) - Constructor for class com.quartetfs.pivot.mdx.xmla.impl.XmlaDrillthroughExecutor
 
XmlaDrillthroughRowset - Class in com.quartetfs.pivot.mdx.xmla.impl
 
XmlaDrillthroughRowset(List<IDrillthroughHeader>, List<IDrillthroughRow>) - Constructor for class com.quartetfs.pivot.mdx.xmla.impl.XmlaDrillthroughRowset
 
XMLAEnabler - Class in com.quartetfs.biz.pivot.server.impl
Deprecated, for removal: This API element is subject to removal in a future version.
XMLAEnabler() - Constructor for class com.quartetfs.biz.pivot.server.impl.XMLAEnabler
Deprecated.
Empty constructor.
XMLAEnabler() - Method in class com.qfs.server.cfg.impl.ActivePivotXmlaServletConfig
Enable and configure the XMLA layer.
XmlaError - Class in com.quartetfs.biz.xmla.servlet.impl
 
XmlaError(Throwable, IXmlaError.Cause) - Constructor for class com.quartetfs.biz.xmla.servlet.impl.XmlaError
 
XmlaException - Exception in com.quartetfs.biz.xmla
Xmla Exception.
XmlaException() - Constructor for exception com.quartetfs.biz.xmla.XmlaException
Constructor of ActiveViamException.
XmlaException(String) - Constructor for exception com.quartetfs.biz.xmla.XmlaException
Constructor of XmlaException.
XmlaException(String, Object...) - Constructor for exception com.quartetfs.biz.xmla.XmlaException
Constructor of XmlaException.
XmlaException(String, Throwable) - Constructor for exception com.quartetfs.biz.xmla.XmlaException
Constructor of XmlaException.
XmlaException(Throwable) - Constructor for exception com.quartetfs.biz.xmla.XmlaException
Constructor of XmlaException.
XmlaException(Throwable, String, Object...) - Constructor for exception com.quartetfs.biz.xmla.XmlaException
Constructor of XmlaException.
XmlaHandlerExtendedPlugin - Class in com.quartetfs.biz.xmla.impl
Explicit implementation of the IXmlaHandler extended plugin.
XmlaHandlerExtendedPlugin() - Constructor for class com.quartetfs.biz.xmla.impl.XmlaHandlerExtendedPlugin
 
XmlaListner() - Method in class com.qfs.server.cfg.impl.ActivePivotXmlaServletConfig
 
xmlaMapping() - Method in class com.qfs.server.cfg.impl.ActivePivotXmlaServletConfig
 
XmlaMonitorListener - Class in com.quartetfs.biz.pivot.monitoring.impl
 
XmlaMonitorListener() - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.XmlaMonitorListener
 
XmlaMonitorStatistics - Class in com.quartetfs.biz.pivot.monitoring.impl
 
XmlaMonitorStatistics() - Constructor for class com.quartetfs.biz.pivot.monitoring.impl.XmlaMonitorStatistics
 
XmlaProperties - Class in com.quartetfs.biz.xmla.impl
Collection of Xmla Properties (http://msdn.microsoft.com/en-us/library/ms977626.aspx#xmlanalysis_topic8) and associated values http://msdn.microsoft.com/en-us/library/ms186627.aspx.
XmlaProperties() - Constructor for class com.quartetfs.biz.xmla.impl.XmlaProperties
 
XmlaProperties.AxisFormatValue - Enum in com.quartetfs.biz.xmla.impl
Axis format values.
XmlaProperties.ContentValue - Enum in com.quartetfs.biz.xmla.impl
Content values.
XmlaProperties.FormatValue - Enum in com.quartetfs.biz.xmla.impl
Format values.
XmlaProperties.MDXSupportValue - Enum in com.quartetfs.biz.xmla.impl
MDXSupport values.
XmlaProperties.StateSupportValue - Enum in com.quartetfs.biz.xmla.impl
State support values.
XmlaProperty<T> - Class in com.quartetfs.biz.xmla.impl
Implementation of XmlaProperty.
XmlaProperty(String, String, IXmlaSimpleType<T>, IXmlaProperty.AccessType, IXmlaProperty.Usage, boolean, T) - Constructor for class com.quartetfs.biz.xmla.impl.XmlaProperty
 
XmlaPropertyHelper - Class in com.quartetfs.biz.xmla.impl
Helper class for handling Xmla properties.
XmlaPropertyHelper(IRequest) - Constructor for class com.quartetfs.biz.xmla.impl.XmlaPropertyHelper
Constructor.
XmlaPropertyHelper(IRequest, boolean) - Constructor for class com.quartetfs.biz.xmla.impl.XmlaPropertyHelper
Constructor.
XmlaPropertyOverride<T> - Class in com.quartetfs.biz.xmla.impl
Property resulting of overriding another property.
XmlaPropertyOverride(IXmlaProperty, T) - Constructor for class com.quartetfs.biz.xmla.impl.XmlaPropertyOverride
 
XmlaPropertyPlugin - Class in com.quartetfs.biz.xmla.impl
Implementation of the literal plugin for ActivePivot http://msdn.microsoft.com/en-us/library/ms186627.aspx.
XmlaPropertyPlugin() - Constructor for class com.quartetfs.biz.xmla.impl.XmlaPropertyPlugin
 
XmlaQueryMonitor - Class in com.activeviam.apm.pivot.monitoring.impl
Monitor for XMLA query (discovery/execute) action.
XmlaQueryMonitor(HttpServletRequest, IRequest, boolean, boolean) - Constructor for class com.activeviam.apm.pivot.monitoring.impl.XmlaQueryMonitor
Constructor.
XmlaSaxWriter - Class in com.quartetfs.biz.xmla.binxml.impl
A SAX writer.
XmlaSaxWriter(OutputStream) - Constructor for class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
XmlaSaxWriter(OutputStream, boolean) - Constructor for class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
XmlaSaxWriter(Writer, boolean) - Constructor for class com.quartetfs.biz.xmla.binxml.impl.XmlaSaxWriter
 
XmlaSelectExecutor - Class in com.quartetfs.pivot.mdx.xmla.impl
Select executor specialized for XMLA execution.
XmlaSelectExecutor(ICatalog, ISelectStatement, String, Properties) - Constructor for class com.quartetfs.pivot.mdx.xmla.impl.XmlaSelectExecutor
 
XmlaSelectExecutor.EmptyMember - Class in com.quartetfs.pivot.mdx.xmla.impl
Empty member that contains only a reference to the IMdxHierarchy.
XmlaServlet - Class in com.quartetfs.biz.xmla.servlet.impl
XmlaServlet Java servlet serving XMLA requests.
XmlaServlet() - Constructor for class com.quartetfs.biz.xmla.servlet.impl.XmlaServlet
 
xmlaServletConfigBeanPostProcessor() - Method in class com.activeviam.apm.cfg.impl.LoggingConfig
 
XmlaServletConfigBeanPostProcessor - Class in com.activeviam.apm.cfg.impl
A BeanPostProcessor replacing Activepivot XMLA Beans by their equivalent monitored services.
XmlaServletConfigBeanPostProcessor() - Constructor for class com.activeviam.apm.cfg.impl.XmlaServletConfigBeanPostProcessor
 
XmlaServletMonitor - Class in com.quartetfs.biz.pivot.monitoring.impl
Monitor for XMLA Servlet.
xmlaTranslate(IAxisName) - Static method in class com.quartetfs.pivot.mdx.result.impl.AMdxCellSetInfo
 
XmlaTypes - Class in com.quartetfs.biz.xmla.impl
Collection of XmlaTypes.
XmlaTypes() - Constructor for class com.quartetfs.biz.xmla.impl.XmlaTypes
 
XmlaTypes.EnumArrayType<T extends Enum<T>> - Class in com.quartetfs.biz.xmla.impl
Base class for array enum based types.
XmlaTypes.EnumType<T extends Enum<T>> - Class in com.quartetfs.biz.xmla.impl
Base class for enum based types.
XmlaTypes.SimpleType<T> - Class in com.quartetfs.biz.xmla.impl
Base class for simple types.
XmlaUtil - Class in com.quartetfs.biz.xmla.impl
A set of functions to help working with XMLA.
XmlaUtil() - Constructor for class com.quartetfs.biz.xmla.impl.XmlaUtil
 
XMLConstants - Class in com.quartetfs.biz.xmla.constants
XML related constants.
XMLConstants() - Constructor for class com.quartetfs.biz.xmla.constants.XMLConstants
 
XMLDecl - Class in com.quartetfs.biz.xmla.binxml.token.impl
XMLDecl token implementation.
XMLDecl() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.XMLDecl
 
XMLNS - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlUtil
Xmlns string.
xmlString(Node) - Static method in class com.quartetfs.fwk.util.impl.XmlUtil
Deprecated.
Reads a node and gives its XML representation in a string.
XmlUtil - Class in com.quartetfs.fwk.util.impl
Deprecated, for removal: This API element is subject to removal in a future version.
XmlUtil() - Constructor for class com.quartetfs.fwk.util.impl.XmlUtil
Deprecated.
 
xor(IBitmap) - Method in interface com.qfs.bitmap.IBitmap
Performs a logical XOR operation between two bitmaps.
xor(IBitmap) - Method in interface com.qfs.bitmap.IClearableBitmap
 
xor(IBitmap) - Method in class com.qfs.bitmap.impl.Bitmap
 
xor(IBitmap) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
xor(IBitmap) - Method in class com.qfs.bitmap.impl.QFSBitmap
 
xor(IBitmap, IBitmap) - Method in interface com.qfs.bitmap.IBitmap
Performs a logical XOR operation between two bitmaps.
xor(IBitmap, IBitmap) - Method in class com.qfs.bitmap.impl.Bitmap
 
xor(IBitmap, IBitmap) - Method in class com.qfs.bitmap.impl.ChunkedBitmap
 
xor(IBitmap, IBitmap) - Method in class com.qfs.bitmap.impl.QFSBitmap
 
Xor - com.quartetfs.biz.xmla.constants.Keyword
 
XOR - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXLexer
 
XOR - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
XOR - Static variable in class com.quartetfs.pivot.mdx.parser.impl.MDXSemanticTreeBuilder
 
XOR - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
xor_relation() - Method in class com.quartetfs.pivot.mdx.parser.impl.MDXParser
 
xor_relation_return() - Constructor for class com.quartetfs.pivot.mdx.parser.impl.MDXParser.xor_relation_return
 
XORFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.BooleanOperatorFunctions.XORFunction
 
XSD_BOOLEAN_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
XSD_STRING - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
XSD_UNSIGNED_INT - Static variable in class com.quartetfs.biz.xmla.constants.XMLConstants
 
XSD_UNSIGNED_INT_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
XSD_UNSIGNED_SHORT_TK - Static variable in class com.quartetfs.biz.xmla.binxml.BinXmlConstants
 
XSDBoolean - Class in com.quartetfs.biz.xmla.binxml.token.impl
XSDBoolean token implementation.
XSDBoolean() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.XSDBoolean
 
XSDUnsignedInt - Class in com.quartetfs.biz.xmla.binxml.token.impl
XSDUnsignedInt token implementation.
XSDUnsignedInt() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.XSDUnsignedInt
 
XSDUnsignedShort - Class in com.quartetfs.biz.xmla.binxml.token.impl
XSDUnsignedShort token implementation.
XSDUnsignedShort() - Constructor for class com.quartetfs.biz.xmla.binxml.token.impl.XSDUnsignedShort
 

Y

YEAR - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
YearFunction() - Constructor for class com.quartetfs.pivot.mdx.func.vb.impl.ConversionFunctions.YearFunction
 
Yes - com.quartetfs.biz.xmla.rowset.impl.RowsetColumn.Optional
 
Yes - com.quartetfs.biz.xmla.rowset.impl.RowsetColumn.Restriction
 
YesNo - com.quartetfs.fwk.format.impl.NamedNumericFormats
Displays No if the number is 0; otherwise, displays Yes.
YTD - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
YTDFunction - Class in com.quartetfs.pivot.mdx.func.impl
 
YTDFunction() - Constructor for class com.quartetfs.pivot.mdx.func.impl.YTDFunction
 

Z

Zero() - Constructor for class com.quartetfs.pivot.mdx.utils.impl.Modulo.Zero
 
ZeroBoundedAtomicInteger - Class in com.quartetfs.fwk.util.impl
An atomic integer staying in the positive integer range with runnables that are called when going from 0 to 1 and from 1 to 0.
ZeroBoundedAtomicInteger(Runnable, Runnable) - Constructor for class com.quartetfs.fwk.util.impl.ZeroBoundedAtomicInteger
Fully defining constructor.
ZEROES - Static variable in class com.qfs.bitmap.impl.Bitmap
64 bits set to zero.
ZEROES - Static variable in class com.qfs.bitmap.impl.ChunkedBitmap
A word set to zero.
ZEROES - Static variable in class com.qfs.bitmap.impl.FastLogicalQFSBitmap
64 bits set to zero.
ZEROES - Static variable in class com.qfs.bitmap.impl.QFSBitmap
64 bits set to zero.
zeroize(LongBuffer) - Static method in class com.qfs.buf.impl.Buffers
Sets every byte of a given long buffer to zero.
ZeroVector - Class in com.qfs.vector.impl
A vector whose values are all 0.
ZIP - com.qfs.msg.csv.IFileInfo.FileType
A compressed file in zip format.
ZIP_SUFFIX - Static variable in interface com.qfs.msg.csv.IFileInfo
Suffix for ZIP files.
ZipEntryFileInfo<I> - Class in com.qfs.msg.csv.impl
Information about an entry of a zip compressed file.
ZipEntryFileInfo(IFileInfo<I>, ZipEntry) - Constructor for class com.qfs.msg.csv.impl.ZipEntryFileInfo
Constructor.
ZONED_DATE_TIME - Static variable in class com.activeviam.type.StandardTypes
 
ZONED_DATE_TIME - Static variable in interface com.qfs.literal.ILiteralType
 
ZonedDateTimeArrowVectorFeeder - Class in com.activeviam.arrow.write
Wrapper for an Arrow Vector of ZonedDateTime.
ZonedDateTimeArrowVectorFeeder(RootAllocator, String) - Constructor for class com.activeviam.arrow.write.ZonedDateTimeArrowVectorFeeder
Constructor.
ZonedDateTimeParser - Class in com.quartetfs.fwk.format.impl
Parser for ZonedDateTime objects.
ZonedDateTimeParser() - Constructor for class com.quartetfs.fwk.format.impl.ZonedDateTimeParser
Default constructor.
ZonedDateTimeParser(String) - Constructor for class com.quartetfs.fwk.format.impl.ZonedDateTimeParser
Constructor.

_

_ACTIVE_MEASURE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
_AS_VALUE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
_CURRENT_EPOCH - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
_CURRENT_LOCATION - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
_CURRENT_MEASURE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
_DISTINCT_VALUE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
_EPOCH - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
Internal property.
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.IntrospectionMdxMemberProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.AncestorCaptionProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.ChildrenCardinalityProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.CubeNameProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.DescriptionProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.DimensionUniqueNameProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.HierarchyUniqueNameProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.IsDataMemberProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.LevelNumberProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.LevelUniqueNameProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberCaptionProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberKeyProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberNameProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberOrdinalProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberTypeProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberUniqueNameProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.MemberValueProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.ParentCountProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.ParentLevelProperty
 
_getValue(IMdxMember) - Method in class com.quartetfs.pivot.mdx.meta.impl.MdxMemberProperties.ParentUniqueNameProperty
 
_IS_REAL_TIME - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
Internal property.
_IS_REAL_TIME - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
_IS_UNKNOWN_MEMBER - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
_LOCATION - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
Internal property.
_MEASURE - com.quartetfs.pivot.mdx.property.impl.MdxCellProperty
Internal property.
_REVERSE_HIERARCHIZE - Static variable in interface com.quartetfs.pivot.mdx.statement.IFunction
 
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages